diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-23 02:24:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-23 02:24:42 +0000 |
commit | 49914486018ca7b481a0e3a7ffb4d923291be3bb (patch) | |
tree | 73b153c34e4fb51ea183e9c6c728c12b4f2bfde2 /core | |
parent | b5a40423915de01912f2e9a3460219ee3f1cbf44 (diff) | |
download | nextcloud-server-49914486018ca7b481a0e3a7ffb4d923291be3bb.tar.gz nextcloud-server-49914486018ca7b481a0e3a7ffb4d923291be3bb.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/es_SV.js | 2 | ||||
-rw-r--r-- | core/l10n/es_SV.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/es_SV.js b/core/l10n/es_SV.js index ee4611cbc8c..9c42bde6ebb 100644 --- a/core/l10n/es_SV.js +++ b/core/l10n/es_SV.js @@ -234,4 +234,4 @@ OC.L10N.register( "Settings menu" : "Menú de Configuraciones", "The password is wrong. Try again." : "La contraseña está equivoada. Por favor vuelve a intentarlo. " }, -"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es_SV.json b/core/l10n/es_SV.json index 9b9f73b8869..bb198f6b92b 100644 --- a/core/l10n/es_SV.json +++ b/core/l10n/es_SV.json @@ -231,5 +231,5 @@ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.", "Settings menu" : "Menú de Configuraciones", "The password is wrong. Try again." : "La contraseña está equivoada. Por favor vuelve a intentarlo. " -},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |