diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 15:07:47 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 15:07:47 -0500 |
commit | acf3941b4aa95bff9e80aa03e22dc064036e69cf (patch) | |
tree | fa00598349637eb125c8eb132f3dd74a2e3e9e6f /app/Locale/pl_PL | |
parent | 813b7c4c0036a73c3bb5ef31f98e83cce2630e9e (diff) |
Improve js and add native language support for datepicker and calendar
Diffstat (limited to 'app/Locale/pl_PL')
-rw-r--r-- | app/Locale/pl_PL/translations.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 49fb3272..53e9e550 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -650,44 +650,6 @@ return array( 'Filter by column' => 'Filtrj według kolumn', 'Filter by status' => 'Filtruj według statusu', 'Calendar' => 'Kalendarz', - 'Today' => 'Dzisiaj', - 'Jan ' => 'Sty', - 'Feb' => 'Lut', - 'Mar' => 'Mar', - 'Apr' => 'Kwi', - 'May' => 'Maj', - 'Jun' => 'Cze', - 'Jul' => 'Lip', - 'Aug' => 'Sie', - 'Sep' => 'Wrz', - 'Oct' => 'Paź', - 'Nov' => 'Lis', - 'Dec' => 'Gru', - 'January' => 'Styczeń', - 'February' => 'Luty', - 'March' => 'Marzec', - 'April' => 'Kwiecień', - 'June' => 'Czerwiec', - 'July' => 'Lipiec', - 'August' => 'Sierpień', - 'September' => 'Wrzesień', - 'October' => 'Październik', - 'November' => 'Listopad', - 'December' => 'Grudzień', - 'Sunday' => 'Niedziela', - 'Monday' => 'Poniedziałek', - 'Tuesday' => 'Wtorek', - 'Wednesday' => 'Środa', - 'Thursday' => 'Czwartek', - 'Friday' => 'Piątek', - 'Saturday' => 'Sobota', - 'Sun' => 'Nie', - 'Mon' => 'Pon', - 'Tue' => 'Wto', - 'Wed' => 'Śro', - 'Thu' => 'Czw', - 'Fri' => 'Pią', - 'Sat' => 'Sob', 'Next' => 'Następny', // '#%d' => '', 'Filter by color' => 'Filtruj według koloru', |