diff --git a/l10n/ast.js b/l10n/ast.js index 36481b4b..5aa66ff0 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -76,6 +76,7 @@ OC.L10N.register( "External" : "Esternu", "openOffice/libreOffice is installed on external server running a format filter server" : "openOffice/libreOffice ta instaláu nun sirvidor esternu executando un sirvidor de filtráu de formatu", "Disabled" : "Deshabilitáu", + "No MS Word support" : "Nun esiste sofitu pa MS Word", "scheme://domain.tld[:port]" : "scheme://domain.tld[:port]", "Server URL" : "URL del sirvidor", "Apply and test" : "Aplicar y comprobar", diff --git a/l10n/ast.json b/l10n/ast.json index 612cfc8b..4490f3a5 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -74,6 +74,7 @@ "External" : "Esternu", "openOffice/libreOffice is installed on external server running a format filter server" : "openOffice/libreOffice ta instaláu nun sirvidor esternu executando un sirvidor de filtráu de formatu", "Disabled" : "Deshabilitáu", + "No MS Word support" : "Nun esiste sofitu pa MS Word", "scheme://domain.tld[:port]" : "scheme://domain.tld[:port]", "Server URL" : "URL del sirvidor", "Apply and test" : "Aplicar y comprobar", diff --git a/l10n/ast.php b/l10n/ast.php index 1958fcc8..d59d80b8 100644 --- a/l10n/ast.php +++ b/l10n/ast.php @@ -75,6 +75,7 @@ $TRANSLATIONS = array( "External" => "Esternu", "openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice ta instaláu nun sirvidor esternu executando un sirvidor de filtráu de formatu", "Disabled" => "Deshabilitáu", +"No MS Word support" => "Nun esiste sofitu pa MS Word", "scheme://domain.tld[:port]" => "scheme://domain.tld[:port]", "Server URL" => "URL del sirvidor", "Apply and test" => "Aplicar y comprobar",