diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-17 15:56:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-17 15:56:32 +0000 |
commit | 11e04e394d28476d2417e3308f7325142acf529e (patch) | |
tree | 68e124d0aaacc8522e39271d2d4236c0add4103a /apps/files/l10n/pl.js | |
parent | c2d8fe633654525ad64eb38aac3467c9efcfdf4d (diff) | |
download | nextcloud-server-11e04e394d28476d2417e3308f7325142acf529e.tar.gz nextcloud-server-11e04e394d28476d2417e3308f7325142acf529e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 62860215eca..31012681dc4 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -70,9 +70,7 @@ OC.L10N.register( "Favorited" : "Ulubiony", "Favorite" : "Ulubione", "Copy direct link (only works for users who have access to this file/folder)" : "Skopiuj link bezpośredni (działa tylko dla użytkowników, którzy mają dostęp do pliku/folderu)", - "Folder" : "Folder", "New folder" : "Nowy folder", - "Upload" : "Wyślij", "An error occurred while trying to update the tags" : "Wystąpił błąd podczas aktualizacji tagów", "Added to favorites" : "Dodano do ulubionych", "Removed from favorites" : "Usunięto z ulubionych", @@ -140,6 +138,8 @@ OC.L10N.register( "Soon..." : "Wkrótce...", "File upload is in progress. Leaving the page now will cancel the upload." : "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane.", "Copy local link" : "Kopiowanie lokalnego linku", + "Folder" : "Folder", + "Upload" : "Wyślij", "No favorites" : "Brak ulubionych" }, "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);"); |