summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/is.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/is.js
parent73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff)
downloadnextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz
nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/is.js')
-rw-r--r--apps/comments/l10n/is.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js
index 3036d572db6..6606b719d95 100644
--- a/apps/comments/l10n/is.js
+++ b/apps/comments/l10n/is.js
@@ -1,15 +1,12 @@
OC.L10N.register(
"comments",
{
- "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]",
"Comments" : "Athugasemdir",
- "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}",
"Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd með auðkenninu {id}",
@@ -17,11 +14,13 @@ OC.L10N.register(
"Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
"{count} unread comments" : "{count} ólesnar athugasemdir",
"Comment" : "Athugasemd",
- "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Athugasemdir</strong> við skrár <em>(alltaf á lista í streymi)</em>",
+ "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
"You commented" : "Þú settir inn athugasemd",
"%1$s commented" : "%1$s setti inn athugasemd",
"You commented on %2$s" : "Þú settir inn athugasemd við %2$s",
"%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
- "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár"
+ "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
+ "No other comments available" : "Engar aðrar athugasemdir eru tiltækar",
+ "More comments..." : "Fleiri athugasemdir..."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");