diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-02 01:56:33 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-02 01:56:33 -0500 |
commit | 702c1a89628cd3bf1118512b478a69647b0fb2c9 (patch) | |
tree | 8144f89d30d3f7dd73abbc30ff8a41961fdcc53d /apps/comments | |
parent | 4d69e562a065a79461343444a842ada025f3643c (diff) | |
download | nextcloud-server-702c1a89628cd3bf1118512b478a69647b0fb2c9.tar.gz nextcloud-server-702c1a89628cd3bf1118512b478a69647b0fb2c9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/el.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/el.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/is.js | 13 | ||||
-rw-r--r-- | apps/comments/l10n/is.json | 13 |
4 files changed, 28 insertions, 0 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index 6c085651be3..ea0442757a3 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -6,6 +6,7 @@ OC.L10N.register( "Delete comment" : "Διαγραφή σχολίου", "Cancel" : "Άκυρο", "Edit comment" : "Επεξεργασία σχολίου", + "[Deleted user]" : "[Διαγραφή χρήστη]", "More comments..." : "Περισσότερα σχόλια...", "Save" : "Αποθήκευση", "Comment" : "Σχόλιο" diff --git a/apps/comments/l10n/el.json b/apps/comments/l10n/el.json index 59b9a2659f9..157445191a4 100644 --- a/apps/comments/l10n/el.json +++ b/apps/comments/l10n/el.json @@ -4,6 +4,7 @@ "Delete comment" : "Διαγραφή σχολίου", "Cancel" : "Άκυρο", "Edit comment" : "Επεξεργασία σχολίου", + "[Deleted user]" : "[Διαγραφή χρήστη]", "More comments..." : "Περισσότερα σχόλια...", "Save" : "Αποθήκευση", "Comment" : "Σχόλιο" diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index 0da04289f5e..750222f4bcd 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -1,8 +1,21 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár", + "%1$s commented" : "%1$s setti inn athugasemd", + "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s", + "Comments" : "Athugasemdir", + "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...", + "Delete comment" : "Eyða athugasemd", + "Post" : "Senda", "Cancel" : "Hætta við", + "Edit comment" : "Breyta athugasemd", + "[Deleted user]" : "[Eyddur notandi]", + "No other comments available" : "Engar aðrar athugasemdir eru tiltækar", + "More comments..." : "Fleiri athugasemdir...", "Save" : "Vista", + "Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}", + "{count} unread comments" : "{count} ólesnar athugasemdir", "Comment" : "Athugasemd" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/comments/l10n/is.json b/apps/comments/l10n/is.json index c9312740105..ab2c8f838e3 100644 --- a/apps/comments/l10n/is.json +++ b/apps/comments/l10n/is.json @@ -1,6 +1,19 @@ { "translations": { + "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár", + "%1$s commented" : "%1$s setti inn athugasemd", + "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s", + "Comments" : "Athugasemdir", + "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...", + "Delete comment" : "Eyða athugasemd", + "Post" : "Senda", "Cancel" : "Hætta við", + "Edit comment" : "Breyta athugasemd", + "[Deleted user]" : "[Eyddur notandi]", + "No other comments available" : "Engar aðrar athugasemdir eru tiltækar", + "More comments..." : "Fleiri athugasemdir...", "Save" : "Vista", + "Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}", + "{count} unread comments" : "{count} ólesnar athugasemdir", "Comment" : "Athugasemd" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file |