13 lines
387 B
PHP
13 lines
387 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Pictures" => "Imágenes",
|
|
"Settings" => "Preferencias",
|
|
"Rescan" => "Refrescar",
|
|
"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"
|
|
);
|