diff options
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 97c922b1f62..a86d397df9c 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -187,11 +187,10 @@ OC.L10N.register( "Show hidden files" : "Pokaż ukryte pliki", "Crop image previews" : "Przytnij podglądy obrazów", "Additional settings" : "Ustawienia dodatkowe", - "Webdav" : "Webdav", + "WebDAV" : "WebDAV", "Copy to clipboard" : "Kopiuj do schowka", "Use this address to access your Files via WebDAV" : "Użyj tego adresu, aby uzyskać dostęp do plików poprzez WebDAV", "Clipboard is not available" : "Schowek jest niedostępny", - "Webdav URL copied to clipboard" : "Adres URL Webdav został skopiowany do schowka", "Unable to change the favourite state of the file" : "Nie można zmienić ulubionego stanu pliku", "Error while loading the file data" : "Błąd podczas ładowania danych pliku", "Pick a template for {name}" : "Wybierz szablon dla {name}", @@ -233,7 +232,6 @@ OC.L10N.register( "%s used" : "Wykorzystane: %s", "%s%%" : "%s%%", "%1$s of %2$s used" : "Wykorzystane: %1$s z %2$s", - "Settings" : "Ustawienia", - "WebDAV" : "WebDAV" + "Settings" : "Ustawienia" }, "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);"); |