diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
commit | 2c21adb5a65787b378172adc0257f6d11bbf1428 (patch) | |
tree | fd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/comments/l10n/is.js | |
parent | 766590d204e29a946effb5cc8cdad32a4236778a (diff) | |
download | nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/is.js')
-rw-r--r-- | apps/comments/l10n/is.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index 61a02846245..b8c48def883 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -15,19 +15,21 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Viðbót við skráaforrit til að bæta athugasemdum við skrár", "Edit comment" : "Breyta athugasemd", "Delete comment" : "Eyða athugasemd", + "No comments yet, start the conversation!" : "Engar athugasemdir ennþá, byrjaðu umræðuna!", + "Retry" : "Reyna aftur", + "_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"], + "_1 new comment_::_{unread} new comments_" : ["1 ný athugasemd","{unread} nýjar athugasemdir"], + "Comment" : "Athugasemd", + "Comment deleted" : "Athugasemd var eytt", "New comment …" : "Ný athugasemd ...", "Post" : "Senda", "Cancel" : "Hætta við", "[Deleted user]" : "[Eyddur notandi]", - "No comments yet, start the conversation!" : "Engar athugasemdir ennþá, byrjaðu umræðuna!", "More comments …" : "Fleiri athugasemdir ...", "Save" : "Vista", "Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}", "Error occurred while retrieving comment with ID {id}" : "Villa kom upp við að reyna að ná í ummæli með auðkenninu {id}", "Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}", - "Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd", - "_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"], - "_1 new comment_::_{unread} new comments_" : ["1 ný athugasemd","{unread} nýjar athugasemdir"], - "Comment" : "Athugasemd" + "Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |