nextcloud/apps/gallery/l10n/es.php

13 lines
387 B
PHP
Raw Normal View History

2012-01-20 21:53:45 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Imágenes",
2012-06-06 02:29:28 +04:00
"Settings" => "Preferencias",
2012-01-20 21:53:45 +04:00
"Rescan" => "Refrescar",
2012-05-13 21:59:44 +04:00
"Stop" => "Parar",
"Share" => "Compartir",
"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"
2012-01-20 21:53:45 +04:00
);