diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-26 01:55:50 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-26 01:55:50 -0500 |
commit | 8a4fddeb4afef2e96cadd505600700202fc0ee9b (patch) | |
tree | 5153f7b7966735749867a88a9206fd7e3df04d69 /lib/l10n/es.js | |
parent | 7ba391cd5ad874dfbc55735342cff8c4c5d2cb28 (diff) | |
download | nextcloud-server-8a4fddeb4afef2e96cadd505600700202fc0ee9b.tar.gz nextcloud-server-8a4fddeb4afef2e96cadd505600700202fc0ee9b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r-- | lib/l10n/es.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 142603f11d8..986a8c55189 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -117,6 +117,7 @@ OC.L10N.register( "Please install one of these locales on your system and restart your webserver." : "Instale uno de estos idiomas en su sistema y reinicie su servidor web.", "Please ask your server administrator to install the module." : "Consulte al administrador de su servidor para instalar el módulo.", "PHP module %s not installed." : "El módulo PHP %s no está instalado.", + "Adjusting this setting in php.ini will make ownCloud run again" : "Ajustando esta opción en php.ini permitirá que ownCloud vuelva a funcionar", "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." : "Consulte a su administrador del servidor para actualizar PHP a la versión más reciente. Su versión de PHP ya no es apoyado por ownCloud y la comunidad PHP.", "PHP is configured to populate raw post data. Since PHP 5.6 this will lead to PHP throwing notices for perfectly valid code." : "PHP está configurado para transmitir datos raw. Desde la versión 5.6 de PHP se permitirá enviar noticias perfectamente validas.", "To fix this issue set <code>always_populate_raw_post_data</code> to <code>-1</code> in your php.ini" : "Para arreglar este error, cambia <code>always_populate_raw_post_data</code> a <code>-1</code> en su php.ini", |