server/apps/gallery/l10n/es.php

10 lines
336 B
PHP
Raw Normal View History

2012-01-20 17:53:45 +00:00
<?php $TRANSLATIONS = array(
"Gallery" => "Galería",
2012-01-23 23:42:08 +00:00
"Scanning directories" => "Escaneando directorios",
"Creating thumbnails" => "Creando miniaturas",
"Do you wan't to remove album" => "Quieres eliminar el álbum",
"Input new gallery name" => "Introduce el nuevo nombre de la galería",
2012-01-20 17:53:45 +00:00
"Rescan" => "Refrescar",
"Back" => "Atrás"
);