nextcloud/apps/comments/l10n/is.js

23 lines
955 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-03-02 09:56:33 +03:00
"Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
"Delete comment" : "Eyða athugasemd",
"Post" : "Senda",
2016-02-17 09:56:11 +03:00
"Cancel" : "Hætta við",
2016-03-02 09:56:33 +03:00
"Edit comment" : "Breyta athugasemd",
"[Deleted user]" : "[Eyddur notandi]",
2016-05-10 10:30:51 +03:00
"Comments" : "Athugasemdir",
2016-03-02 09:56:33 +03:00
"No other comments available" : "Engar aðrar athugasemdir eru tiltækar",
"More comments..." : "Fleiri athugasemdir...",
2016-02-28 09:55:12 +03:00
"Save" : "Vista",
2016-03-02 09:56:33 +03:00
"Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}",
"{count} unread comments" : "{count} ólesnar athugasemdir",
2016-05-10 10:30:51 +03:00
"Comment" : "Athugasemd",
"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"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");