diff --git a/l10n/es.js b/l10n/es.js index 738f2955..f4d777da 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -76,6 +76,7 @@ OC.L10N.register( "External" : "Externo", "openOffice/libreOffice is installed on external server running a format filter server" : "openOffice/libreOffice está instalado en un servidor externo ejecutando un filtro de formato", "Disabled" : "Deshabilitado", + "No MS Word support" : "Sin soporte MS Word", "scheme://domain.tld[:port]" : "Esquema://dominio.tld[:puerto]", "Server URL" : "URL del servidor", "Apply and test" : "Aplicar y probar", diff --git a/l10n/es.json b/l10n/es.json index 00c6c790..05b667e9 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -74,6 +74,7 @@ "External" : "Externo", "openOffice/libreOffice is installed on external server running a format filter server" : "openOffice/libreOffice está instalado en un servidor externo ejecutando un filtro de formato", "Disabled" : "Deshabilitado", + "No MS Word support" : "Sin soporte MS Word", "scheme://domain.tld[:port]" : "Esquema://dominio.tld[:puerto]", "Server URL" : "URL del servidor", "Apply and test" : "Aplicar y probar", diff --git a/l10n/es.php b/l10n/es.php index a9120b72..5defd769 100644 --- a/l10n/es.php +++ b/l10n/es.php @@ -75,6 +75,7 @@ $TRANSLATIONS = array( "External" => "Externo", "openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice está instalado en un servidor externo ejecutando un filtro de formato", "Disabled" => "Deshabilitado", +"No MS Word support" => "Sin soporte MS Word", "scheme://domain.tld[:port]" => "Esquema://dominio.tld[:puerto]", "Server URL" => "URL del servidor", "Apply and test" => "Aplicar y probar",