1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-19 15:52:10 +01:00

7 lines
135 B
PHP
Raw Normal View History

2013-12-17 16:43:31 -05:00
<?php $TRANSLATIONS = array(
2014-01-30 02:11:12 -05:00
"Cancel" => "Cancelar",
2013-12-17 16:43:31 -05:00
"Settings" => "Configuración",
2014-04-25 02:10:25 -04:00
"Export" => "Exportar",
"Import" => "Importar"
2013-12-17 16:43:31 -05:00
);