diff options
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 9f118b149c1..df171605ce2 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -76,14 +76,36 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów"], "Favorited" : "Ulubione", "Favorite" : "Ulubione", + "Copy local link" : "Kopiowanie lokalnego linku", "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", "File changes" : "Zmień w plikach", + "Created by {user}" : "Utworzone przez {user}", + "Changed by {user}" : "Zmienione przez {user}", + "Deleted by {user}" : "Usunięte przez {user}", + "Restored by {user}" : "Przywrócone przez {user}", + "Renamed by {user}" : "Zmienione przez {user}", + "Moved by {user}" : "Przeniesione przez {user}", + "You created {file}" : "Utworzyłeś {file}", + "{user} created {file}" : "{user} utworzył {file}", + "{file} was created in a public folder" : "{file} został utworzony w folderze publicznym", + "You changed {file}" : "Zmieniłeś {file}", + "{user} changed {file}" : "{user} zmienił {file}", + "You deleted {file}" : "Usunąłeś {file}", + "{user} deleted {file}" : "{user} usunął {file}", + "You restored {file}" : "Przywróciłeś {file}", + "{user} restored {file}" : "{user} przywrócił {file}", + "You renamed {oldfile} to {newfile}" : "Zmieniłeś {oldfile} na {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} zmienił {oldfile} na {newfile}", + "You moved {oldfile} to {newfile}" : "Przeniosłeś {oldfile} do {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} przeniósł {oldfile} do {newfile}", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub folder został <strong>zmieniony</ strong> lub <strong>zastąpiony</ strong>", "A new file or folder has been <strong>created</strong>" : "Nowy plik lub folder został <strong>utworzony</strong>", + "A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder jest <strong>usunięty </strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plików</strong> <em>(Tylko w strumieniu aktywności)</em>", + "A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder jest <strong>przywrócony</strong>", "Upload (max. %s)" : "Wysyłka (max. %s)", "File handling" : "Zarządzanie plikami", "Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku", |