diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-01 02:02:59 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-01 02:02:59 +0200 |
commit | 6163a85668d0dced5c3644e3cc2b084e3e8d8541 (patch) | |
tree | 65f728438ffe1d86ef3f3bec91bf0031127502e2 /core/l10n/es.php | |
parent | 4ab3614248df4834aa6e1a684760e89c641d4818 (diff) | |
download | nextcloud-server-6163a85668d0dced5c3644e3cc2b084e3e8d8541.tar.gz nextcloud-server-6163a85668d0dced5c3644e3cc2b084e3e8d8541.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/es.php')
-rw-r--r-- | core/l10n/es.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/l10n/es.php b/core/l10n/es.php index 8a3ab44e85d..e0ccfd059de 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( -"User %s shared a file with you" => "El usuario %s ha compartido un archivo contigo", -"User %s shared a folder with you" => "El usuario %s ha compartido una carpeta contigo", -"User %s shared the file \"%s\" with you. It is available for download here: %s" => "El usuario %s ha compartido el archivo \"%s\" contigo. Puedes descargarlo aquí: %s", -"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "El usuario %s ha compartido la carpeta \"%s\" contigo. Puedes descargarla aquí: %s", +"User %s shared a file with you" => "El usuario %s ha compartido un archivo contigo.", +"User %s shared a folder with you" => "El usuario %s ha compartido una carpeta contigo.", +"User %s shared the file \"%s\" with you. It is available for download here: %s" => "El usuario %s ha compartido el archivo \"%s\" contigo. Puedes descargarlo aquí: %s.", +"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "El usuario %s ha compartido la carpeta \"%s\" contigo. Puedes descargarla aquí: %s.", "Category type not provided." => "Tipo de categoria no proporcionado.", "No category to add?" => "¿Ninguna categoría para añadir?", "This category already exists: %s" => "Esta categoria ya existe: %s", @@ -125,6 +125,7 @@ "Database host" => "Host de la base de datos", "Finish setup" => "Completar la instalación", "web services under your control" => "Servicios web bajo su control", +"%s is available. Get more information on how to update." => "%s esta disponible. Obtén mas información de como actualizar.", "Log out" => "Salir", "Automatic logon rejected!" => "¡Inicio de sesión automático rechazado!", "If you did not change your password recently, your account may be compromised!" => "Si usted no ha cambiado su contraseña recientemente, ¡puede que su cuenta esté comprometida!", |