diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-10 03:30:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-10 03:30:51 -0400 |
commit | 1fb7be42e55236c2663b52f89a85b54d81ae08ba (patch) | |
tree | 5f6c2e7f6a2da1f486ef90f6aa442b8f197ac0e4 /apps/comments/l10n/pl.js | |
parent | 51d7c875516fdaaa46d7d66eb574c8c814470f23 (diff) | |
download | nextcloud-server-1fb7be42e55236c2663b52f89a85b54d81ae08ba.tar.gz nextcloud-server-1fb7be42e55236c2663b52f89a85b54d81ae08ba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/pl.js')
-rw-r--r-- | apps/comments/l10n/pl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index c0183e817d5..d5e3f4b3320 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -1,20 +1,20 @@ OC.L10N.register( "comments", { - "%1$s commented" : "%1$s skomentował", - "%1$s commented on %2$s" : "%1$s skomentował %2$s", - "Comments" : "Komentarze", "Type in a new comment..." : "Wprowadź nowy komentarz...", "Delete comment" : "Skasuj komentarz", "Post" : "Zapisz", "Cancel" : "Anuluj", "Edit comment" : "Edytuj komentarz", "[Deleted user]" : "[Usunięty użytkownik]", + "Comments" : "Komentarze", "No other comments available" : "Nie ma więcej komentarzy", "More comments..." : "Więcej komentarzy...", "Save" : "Zapisz", "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}", "{count} unread comments" : "{count} nieprzeczytanych komentarzy", - "Comment" : "Komentarz" + "Comment" : "Komentarz", + "%1$s commented" : "%1$s skomentował", + "%1$s commented on %2$s" : "%1$s skomentował %2$s" }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |