diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-04 00:09:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-04 00:09:21 +0000 |
commit | fc02c4a980f0a76fdab8eb5a4fc8aa9d0fb9b030 (patch) | |
tree | 5a60609b38c74fe081e122796d318a26148f457a /apps/comments/l10n/pl.js | |
parent | e7f618ef14dd8fa15db251e7029d6699115ae7c2 (diff) | |
download | nextcloud-server-fc02c4a980f0a76fdab8eb5a4fc8aa9d0fb9b030.tar.gz nextcloud-server-fc02c4a980f0a76fdab8eb5a4fc8aa9d0fb9b030.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/pl.js')
-rw-r--r-- | apps/comments/l10n/pl.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index bf2ee9ee6c0..09cad54e57b 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -1,12 +1,15 @@ OC.L10N.register( "comments", { + "New comment …" : "Nowy komentarz ...", "Delete comment" : "Skasuj komentarz", "Post" : "Zapisz", "Cancel" : "Anuluj", "Edit comment" : "Edytuj komentarz", "[Deleted user]" : "[Usunięty użytkownik]", "Comments" : "Komentarze", + "No comments yet, start the conversation!" : "Brak komentarzy, zacznij konwersację!", + "More comments …" : "Więcej komentarzy ...", "Save" : "Zapisz", "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}", "Error occurred while retrieving comment with id {id}" : "W trakcie otrzymywania komentarza o identyfikatorze {id} wystąpił błąd.", @@ -14,6 +17,7 @@ OC.L10N.register( "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd", "{count} unread comments" : "{count} nieprzeczytanych komentarzy", "Comment" : "Komentarz", + "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", "You commented" : "Skomentowałeś/łaś", "%1$s commented" : "%1$s skomentował", "You commented on %2$s" : "Skomentowałeś/łaś %2$s", |