nextcloud/apps/gallery/l10n/gl.php

13 lines
389 B
PHP
Raw Normal View History

2012-01-16 20:34:42 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "Fotografías",
"Settings" => "Configuración",
2012-05-09 14:41:01 +04:00
"Rescan" => "Analizar de novo",
2012-06-06 02:29:28 +04:00
"Stop" => "Parar",
"Share" => "Compartir",
"Back" => "Atrás",
"Remove confirmation" => "Eliminar confirmación",
"Do you want to remove album" => "Quere eliminar o album",
"Change album name" => "Trocar o nome do album",
"New album name" => "Novo nome do album"
2012-01-16 20:34:42 +04:00
);