diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-23 14:54:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-23 14:54:28 +0000 |
commit | a9fb21f9fccf14eee9192a01a22a41b94904a729 (patch) | |
tree | c355d852358a6fe159cfebb5082d29092434d299 /apps/comments | |
parent | 39338aaa676168b0a53c3a1f6d5363569f303361 (diff) | |
download | nextcloud-server-a9fb21f9fccf14eee9192a01a22a41b94904a729.tar.gz nextcloud-server-a9fb21f9fccf14eee9192a01a22a41b94904a729.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/hu.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/hu.json | 2 | ||||
-rw-r--r-- | apps/comments/l10n/sl.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/sl.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/comments/l10n/hu.js b/apps/comments/l10n/hu.js index c2ed42b66f1..485f42adc79 100644 --- a/apps/comments/l10n/hu.js +++ b/apps/comments/l10n/hu.js @@ -12,7 +12,7 @@ OC.L10N.register( "More comments …" : "Több hozzászólás...", "Save" : "Mentés", "Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}", - "Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú komment betöltésekor", + "Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú hozzászólás betöltésekor", "Error occurred while updating comment with id {id}" : "Hiba a következő azonosítójú hozzászólás frissítése közben: {id}", "Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben", "_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"], diff --git a/apps/comments/l10n/hu.json b/apps/comments/l10n/hu.json index eaac121e82c..325a87ab532 100644 --- a/apps/comments/l10n/hu.json +++ b/apps/comments/l10n/hu.json @@ -10,7 +10,7 @@ "More comments …" : "Több hozzászólás...", "Save" : "Mentés", "Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}", - "Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú komment betöltésekor", + "Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú hozzászólás betöltésekor", "Error occurred while updating comment with id {id}" : "Hiba a következő azonosítójú hozzászólás frissítése közben: {id}", "Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben", "_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"], diff --git a/apps/comments/l10n/sl.js b/apps/comments/l10n/sl.js index a6714b982b2..37e039418dc 100644 --- a/apps/comments/l10n/sl.js +++ b/apps/comments/l10n/sl.js @@ -18,6 +18,7 @@ OC.L10N.register( "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", "%1$s commented on %2$s" : "%1$s opomb ob %2$s", + "<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke", "Unknown user" : "Nepoznan uporabnik" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/comments/l10n/sl.json b/apps/comments/l10n/sl.json index 9e8dd148a28..17841f16977 100644 --- a/apps/comments/l10n/sl.json +++ b/apps/comments/l10n/sl.json @@ -16,6 +16,7 @@ "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", "%1$s commented on %2$s" : "%1$s opomb ob %2$s", + "<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke", "Unknown user" : "Nepoznan uporabnik" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file |