diff --git a/l10n/cs.js b/l10n/cs.js index f5efaf4..2006eb0 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -3,8 +3,10 @@ OC.L10N.register( { "Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?", "Forms" : "Formuláře", + "{user} participated in the form \"{title}\"" : "{user} se zúčastnil(a) ve formuláři „{title}“", "Go to form" : "Přejít na formulář", "A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.", + "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikace formuláře, podobné Google Forms s možností omezovat přístup (jen pro členy, určité skupiny/uživatele a veřejně).", "Expired" : "Platnost skončila", "Expires %n" : "Platnost skončí %n", "Expires never" : "Platí napořád", diff --git a/l10n/cs.json b/l10n/cs.json index d2178a9..4e899d6 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,8 +1,10 @@ { "translations": { "Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?", "Forms" : "Formuláře", + "{user} participated in the form \"{title}\"" : "{user} se zúčastnil(a) ve formuláři „{title}“", "Go to form" : "Přejít na formulář", "A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.", + "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikace formuláře, podobné Google Forms s možností omezovat přístup (jen pro členy, určité skupiny/uživatele a veřejně).", "Expired" : "Platnost skončila", "Expires %n" : "Platnost skončí %n", "Expires never" : "Platí napořád",