2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2019-08-28 05:15:26 +03:00
"Comments" : "Komentari" ,
"You commented" : "Vi ste komentirali" ,
"%1$s commented" : "Komentirao je %1$s" ,
"{author} commented" : "{autor} je komentirao" ,
"You commented on %1$s" : "Vi ste komentirali %1$s" ,
"You commented on {file}" : "Komentirali ste {file}" ,
"%1$s commented on %2$s" : "%1$s je komentirao %2$s" ,
"{author} commented on {file}" : "{author} je komentirao {file}" ,
"<strong>Comments</strong> for files" : "<strong>Komentari</strong> za datoteke" ,
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Spomenuti ste u „{file}”, u komentaru korisnika koji je nakon toga izbrisan" ,
"{user} mentioned you in a comment on “{file}”" : "{user} vas je spomenuo u komentaru na „{file}”" ,
"Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke" ,
"Edit comment" : "Uredi komentar" ,
"Delete comment" : "Izbriši komentar" ,
2020-12-10 05:20:14 +03:00
"Cancel edit" : "Otkaži uređivanje" ,
"Post comment" : "Objavi komentar" ,
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!" ,
2020-12-10 05:20:14 +03:00
"No more messages" : "Nema više poruka" ,
2020-10-21 05:18:44 +03:00
"Retry" : "Pokušaj ponovno" ,
2020-12-10 05:20:14 +03:00
"Unable to load the comments list" : "Nije moguće učitati popis komentara" ,
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : [ "%n nepročitani komentar" , "%n nepročitanih komentara" , "%n nepročitanih komentara" ] ,
"_1 new comment_::_{unread} new comments_" : [ "1 novi komentar" , "{unread} novih komentara" , "{unread} novih komentara" ] ,
"Comment" : "Komentar" ,
2020-12-10 05:20:14 +03:00
"An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara" ,
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Komentar izbrisan" ,
2020-12-10 05:20:14 +03:00
"An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara" ,
"An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara" ,
2019-08-28 05:15:26 +03:00
"New comment …" : "Novi komentar…" ,
"Post" : "Objavi" ,
"Cancel" : "Odustani" ,
"[Deleted user]" : "[Izbrisan korisnik]" ,
"More comments …" : "Više komentara..." ,
"Save" : "Spremi" ,
"Allowed characters {count} of {max}" : "Dopušteni znakovi {count} od {max}" ,
"Error occurred while retrieving comment with ID {id}" : "Došlo je do pogreške prilikom dohvaćanja komentara s ID-om {id}" ,
"Error occurred while updating comment with id {id}" : "Došlo je do pogreške prilikom ažuriranja komentara s ID-om {id}" ,
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Došlo je do pogreške prilikom objavljivanja komentara"
2016-02-17 09:56:11 +03:00
} ,
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" ) ;