nextcloud/apps/comments/l10n/is.js

35 lines
2.2 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-10-18 03:06:51 +03:00
"Comments" : "Athugasemdir",
2017-02-14 04:07:20 +03:00
"Unknown user" : "Óþekktur notandi",
2016-09-09 03:09:31 +03:00
"New comment …" : "Ný athugasemd ...",
2016-03-02 09:56:33 +03:00
"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-09-09 03:09:31 +03:00
"No comments yet, start the conversation!" : "Engar athugasemdir ennþá, byrjaðu umræðuna!",
"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}",
2016-07-30 03:11:16 +03:00
"Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd 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",
2017-02-14 04:07:20 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ó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",
2017-02-14 04:07:20 +03:00
"{author} commented" : "{author} setti inn athugasemd",
"You commented on %1$s" : "Þú settir inn athugasemd við %1$s",
"You commented on {file}" : "Þú settir inn athugasemd við {file}",
2016-08-15 03:12:16 +03:00
"%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
2017-02-14 04:07:20 +03:00
"{author} commented on {file}" : "{author} setti inn athugasemd við {file}",
2016-11-26 04:06:57 +03:00
"<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
2017-02-14 04:07:20 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”",
2017-03-27 03:07:55 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");