diff --git a/l10n/cs.js b/l10n/cs.js index 7656356..fa6bf0c 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -8,10 +8,10 @@ OC.L10N.register( "The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal export svých osobních dat. Příslušně zareagujte.", "Account deletion request" : "Požadavek na smazání účtu", "The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal smazání účtu. Příslušně zareagujte.", - "No administrator has set an email address" : "Žádný ze správců nemá nastavenou e-mailovou adresu", + "No administrator has set an email address" : "Žádný ze správců nemá nastavenou emailovou adresu", "Data Request" : "Požadavek na data", "Request your data from the admins" : "Vyžádat si svá data od správců", - "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek e-mailem.", + "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek emailem.", "Account" : "Účet", "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "U správce systému je možné si zažádat si o export svých dat nebo smazání účtu. Vyřízení může trvat až 30 dnů.", "Request data export" : "Vyžádat export dat", diff --git a/l10n/cs.json b/l10n/cs.json index 7863b7b..0facb76 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -6,10 +6,10 @@ "The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal export svých osobních dat. Příslušně zareagujte.", "Account deletion request" : "Požadavek na smazání účtu", "The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Uživatel %s, určený identifikátorem uživatele „%s“, si vyžádal smazání účtu. Příslušně zareagujte.", - "No administrator has set an email address" : "Žádný ze správců nemá nastavenou e-mailovou adresu", + "No administrator has set an email address" : "Žádný ze správců nemá nastavenou emailovou adresu", "Data Request" : "Požadavek na data", "Request your data from the admins" : "Vyžádat si svá data od správců", - "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek e-mailem.", + "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umožnit uživatelům požádat o export nebo smazání jejich dat. Dle voleb jsou přidány do sekce osobních nastavení. Správci budou upozorněni na požadavek emailem.", "Account" : "Účet", "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "U správce systému je možné si zažádat si o export svých dat nebo smazání účtu. Vyřízení může trvat až 30 dnů.", "Request data export" : "Vyžádat export dat", diff --git a/l10n/hu.js b/l10n/hu.js new file mode 100644 index 0000000..4415b69 --- /dev/null +++ b/l10n/hu.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "data_request", + { + "sent!" : "elküldve!", + "Personal data export request" : "Személyes adatok exportálásának kérése", + "Hello %s," : "Szia %s,", + "Request your data from the admins" : "Kérd az adataidat a rendszergazdáktól", + "Account" : "Fiók" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json new file mode 100644 index 0000000..b663587 --- /dev/null +++ b/l10n/hu.json @@ -0,0 +1,8 @@ +{ "translations": { + "sent!" : "elküldve!", + "Personal data export request" : "Személyes adatok exportálásának kérése", + "Hello %s," : "Szia %s,", + "Request your data from the admins" : "Kérd az adataidat a rendszergazdáktól", + "Account" : "Fiók" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file