diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-22 02:19:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-22 02:19:07 +0000 |
commit | ca8195d49df217812f97ec481077cc40c6846cec (patch) | |
tree | 15ac1ce35e8b7d062f6cfd16c6fe66bc7f2c41be /apps/comments/l10n/pl.js | |
parent | 58d24b7e0beb5d8a7812fb66c3d35fa89af48093 (diff) | |
download | nextcloud-server-ca8195d49df217812f97ec481077cc40c6846cec.tar.gz nextcloud-server-ca8195d49df217812f97ec481077cc40c6846cec.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/pl.js')
-rw-r--r-- | apps/comments/l10n/pl.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index db12a0d06c8..6f96972fe2b 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -15,12 +15,19 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki", "Edit comment" : "Edytuj komentarz", "Delete comment" : "Usuń komentarz", + "Cancel edit" : "Anuluj edycję", + "Post comment" : "Wyślij komentarz", "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!", + "No more messages" : "Nie ma więcej wiadomości", "Retry" : "Powtórz", + "Unable to load the comments list" : "Nie można pobrać listy komentarzy", "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"], "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"], "Comment" : "Komentarz", + "An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza", "Comment deleted" : "Komentarz usunięty", + "An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza", + "An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza", "New comment …" : "Nowy komentarz…", "Post" : "Publikuj", "Cancel" : "Anuluj", |