diff --git a/l10n/ast.js b/l10n/ast.js index 72453a42..5824444b 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -1,6 +1,7 @@ OC.L10N.register( "bruteforcesettings", { + "Add" : "Amestar", "Delete" : "Desaniciar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index c2cd3525..a607e769 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -1,4 +1,5 @@ { "translations": { + "Add" : "Amestar", "Delete" : "Desaniciar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js index c5a507cc..ec807a08 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -8,6 +8,7 @@ OC.L10N.register( "To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all." : "Itt adhatja meg a brute-force támadás elleni védelem szempontjából fehérlistára tett IP-tartományokat. Vegye figyelembe, hogy minden ilyen IP-cím hitelesítési kérelme késleltetés nélkül végrehajtódik. Biztonsági okokból a lehető legkevesebb gépet érdemes fehérlistára tenni, vagy leginkább egyetlen egyet sem.", "Add new whitelist" : "Új fehérlista hozzáadása", "Add" : "Hozzáadás", + "Delete entry for {subnet}" : "{subnet} bejegyzés törlése", "Delete" : "Törlés" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json index c448b552..c524662c 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -6,6 +6,7 @@ "To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all." : "Itt adhatja meg a brute-force támadás elleni védelem szempontjából fehérlistára tett IP-tartományokat. Vegye figyelembe, hogy minden ilyen IP-cím hitelesítési kérelme késleltetés nélkül végrehajtódik. Biztonsági okokból a lehető legkevesebb gépet érdemes fehérlistára tenni, vagy leginkább egyetlen egyet sem.", "Add new whitelist" : "Új fehérlista hozzáadása", "Add" : "Hozzáadás", + "Delete entry for {subnet}" : "{subnet} bejegyzés törlése", "Delete" : "Törlés" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file