diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-07-09 16:19:21 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-07-09 16:19:32 +0200 |
commit | 2fb022fbc3f74942cbc47f78bbc34a032887d38f (patch) | |
tree | 9bfdf368c8b474f214d69b556dc1bc47ba4178a1 /settings/l10n/es.php | |
parent | 59111882113ec64df89860fd75dd6b6584a8ef60 (diff) | |
download | nextcloud-server-2fb022fbc3f74942cbc47f78bbc34a032887d38f.tar.gz nextcloud-server-2fb022fbc3f74942cbc47f78bbc34a032887d38f.zip |
fix translations
Diffstat (limited to 'settings/l10n/es.php')
-rw-r--r-- | settings/l10n/es.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/l10n/es.php b/settings/l10n/es.php index b545e7094ab..9b751928d0e 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -120,7 +120,7 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "¡Cron aún no ha sido ejecutado!", "Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", +"Use system's cron service to call the cron.php file every 15 minutes." => "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", "Sharing" => "Compartiendo", "Allow apps to use the Share API" => "Permitir a las aplicaciones utilizar la API de Compartición", "Allow users to share via link" => "Permite a los usuarios compartir por medio de enlaces", |