diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /apps/gallery/l10n/es.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/es.php')
-rw-r--r-- | apps/gallery/l10n/es.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/es.php b/apps/gallery/l10n/es.php index f54f1cd4cec..098a92b5c53 100644 --- a/apps/gallery/l10n/es.php +++ b/apps/gallery/l10n/es.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Imágenes", "Rescan" => "Refrescar", -"Back" => "Atrás" +"Stop" => "Parar", +"Share" => "Compartir", +"Settings" => "Preferencias", +"Back" => "Atrás", +"Remove confirmation" => "Borrar confirmación", +"Do you want to remove album" => "¿Quieres eliminar el álbum", +"Change album name" => "Cambiar nombre al álbum", +"New album name" => "Nuevo nombre de álbum" ); |