2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-02-25 09:58:06 +03:00
|
|
|
"<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů",
|
|
|
|
"%1$s commented" : "%1$s okomentován",
|
|
|
|
"%1$s commented on %2$s" : "%1$s okomentoval %2$s",
|
|
|
|
"Comments" : "Komentáře",
|
|
|
|
"Type in a new comment..." : "Zadat nový komentář...",
|
|
|
|
"Delete comment" : "Smazat komentář",
|
|
|
|
"Post" : "Zveřejnit",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Zrušit",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Edit comment" : "Upravit komentář",
|
|
|
|
"[Deleted user]" : "[Smazaný uživatel]",
|
|
|
|
"No other comments available" : "Nejsou dostupné žádné další komentáře",
|
|
|
|
"More comments..." : "Více komentářů...",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Uložit",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Povolených znaků {count} z {max}",
|
|
|
|
"{count} unread comments" : "{count} nepřečtených komentářů",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Comment" : "Komentář"
|
|
|
|
},
|
|
|
|
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|