aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/pl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-09-01 00:09:24 +0000
committerNextcloud bot <bot@nextcloud.com>2016-09-01 00:09:24 +0000
commit4a5cd74fb29b19c975f893e0289b1b34bf5e8a62 (patch)
treef97e26c7fea82aa297b82c0dc6dcc4cb1c18c0b1 /apps/comments/l10n/pl.js
parent73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff)
downloadnextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz
nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/pl.js')
-rw-r--r--apps/comments/l10n/pl.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js
index b8df4dea02b..bf2ee9ee6c0 100644
--- a/apps/comments/l10n/pl.js
+++ b/apps/comments/l10n/pl.js
@@ -1,15 +1,12 @@
OC.L10N.register(
"comments",
{
- "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}",
"Error occurred while retrieving comment with id {id}" : "W trakcie otrzymywania komentarza o identyfikatorze {id} wystąpił błąd.",
@@ -17,10 +14,12 @@ 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 <em>(always listed in stream)</em>" : "<strong>Komentarze</strong> dla plików <em>(zawsze wypisane w strumieniu)</em>",
"You commented" : "Skomentowałeś/łaś",
"%1$s commented" : "%1$s skomentował",
"You commented on %2$s" : "Skomentowałeś/łaś %2$s",
- "%1$s commented on %2$s" : "%1$s skomentował %2$s"
+ "%1$s commented on %2$s" : "%1$s skomentował %2$s",
+ "Type in a new comment..." : "Wprowadź nowy komentarz...",
+ "No other comments available" : "Nie ma więcej komentarzy",
+ "More comments..." : "Więcej komentarzy..."
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");