diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-18 00:12:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-18 00:12:04 +0000 |
commit | ad9b458c7437e20be7d5a93ce383effe354bfeba (patch) | |
tree | 1084a3e75df8e9309ec2fc2f69d651c86fe4cd92 /apps/files/l10n/pl.js | |
parent | 81148e64f85a912a18929d222d96543f92bcaa75 (diff) | |
download | nextcloud-server-ad9b458c7437e20be7d5a93ce383effe354bfeba.tar.gz nextcloud-server-ad9b458c7437e20be7d5a93ce383effe354bfeba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 8ace949cabb..7271a902fed 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -6,13 +6,13 @@ OC.L10N.register( "Unknown error" : "Nieznany błąd", "All files" : "Wszystkie pliki", "Recent" : "Ostatnie", + "Favorites" : "Ulubione", "File could not be found" : "Nie można odnaleźć pliku", "Move or copy" : "Przenieś lub kopiuj", "Download" : "Pobierz", "Delete" : "Usuń", "Home" : "Start", "Close" : "Zamknij", - "Favorites" : "Ulubione", "Could not create folder \"{dir}\"" : "Nie można utworzyć folderu „{dir}”", "Upload cancelled." : "Wysyłanie anulowane.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów", @@ -147,9 +147,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", "No favorites yet" : "Brak jeszcze ulubionych", "Files and folders you mark as favorite will show up here" : "Pliki i katalogi, które oznaczysz jako ulubione wyświetlą się tutaj", - "Shared with you" : "Udostępnione dla Ciebie", - "Shared with others" : "Udostępnione przez Ciebie", - "Shared by link" : "Udostępnione przez link", "Tags" : "Tagi", "Deleted files" : "Usunięte pliki", "Text file" : "Plik tekstowy", @@ -157,6 +154,9 @@ OC.L10N.register( "Move" : "Przenieś", "A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder został <strong>usunięty</strong>", "A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder został <strong>odtworzony</strong>", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Użyj swojego adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aby mieć dostęp do Plików przez WebDAV" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Użyj swojego adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aby mieć dostęp do Plików przez WebDAV", + "Shared with you" : "Udostępnione dla Ciebie", + "Shared with others" : "Udostępnione przez Ciebie", + "Shared by link" : "Udostępnione przez link" }, "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);"); |