diff options
Diffstat (limited to 'apps/theming/l10n/pl.js')
-rw-r--r-- | apps/theming/l10n/pl.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js new file mode 100644 index 00000000000..59ee1aa3c78 --- /dev/null +++ b/apps/theming/l10n/pl.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Admin", + "a safe home for all your data" : "bezpieczna schowek dla wszystkich twoich danych", + "The given name is too long" : "Wpisana nazwa jest zbyt długi", + "The given web address is too long" : "Wpisany adres internetowy jest zbyt długi", + "The given slogan is too long" : "Wpisany slogan jest zbyt długi", + "The given color is invalid" : "Podany kolor jest nieprawidłowy", + "Saved" : "Zapisano", + "No file uploaded" : "Nie wysłano pliku", + "Unsupported image type" : "Nieobsługiwany typ zdjęcia", + "You are already using a custom theme" : "Używasz już motywu niestandarowego", + "Theming" : "Motyw", + "Name" : "Nazwa", + "reset to default" : "przywróć domyślne", + "Web address" : "adres internetowy", + "Web address https://…" : "adres internetowy https://...", + "Slogan" : "Slogan", + "Color" : "Kolor", + "Logo" : "Logo", + "Upload new logo" : "Wyślij nowe logo", + "Login image" : "Obraz logowania", + "Upload new login background" : "Wyślij nowe tło ekranu logowania", + "Log in image" : "Zdjęcie logowania" +}, +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |