2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2019-02-27 04:12:05 +03:00
|
|
|
"Comments" : "Opombe",
|
|
|
|
"You commented" : "Vaša opomba",
|
|
|
|
"%1$s commented" : "%1$s opomb",
|
|
|
|
"%1$s commented on %2$s" : "%1$s opomb ob %2$s",
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke",
|
2018-04-12 03:19:20 +03:00
|
|
|
"Edit comment" : "Uredi opombo",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Delete comment" : "Izbriši opombo",
|
2019-05-25 05:13:57 +03:00
|
|
|
"New comment …" : "Nova opomba ...",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Post" : "Objavi",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Prekliči",
|
2016-02-25 09:58:06 +03:00
|
|
|
"[Deleted user]" : "[Izbrisan uporabnik]",
|
2018-09-23 03:12:30 +03:00
|
|
|
"No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!",
|
2019-05-25 05:13:57 +03:00
|
|
|
"More comments …" : "Več opomb ...",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Shrani",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Dovoljeni znaki: {count} od {max}",
|
2019-05-25 05:13:57 +03:00
|
|
|
"Error occurred while updating comment with id {id}" : "Prišlo je do napake med posodabljanjem opombe z oznako {id}",
|
|
|
|
"Error occurred while posting comment" : "Prišlo je do napake med objavo opombe",
|
|
|
|
"_%n unread comment_::_%n unread comments_" : ["%n neprebrana opomba","%n neprebrani opombi","%n neprebrane opombe","%n neprebranih opomb"],
|
|
|
|
"_1 new comment_::_{unread} new comments_" : ["{unread} nova opomba","{unread} novi opombi","{unread} nove opombe","{unread} novih opomb"],
|
2019-02-27 04:12:05 +03:00
|
|
|
"Comment" : "Opomba"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|