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

13 lines
264 B
PHP
Raw Normal View History

2014-04-08 02:12:00 -04:00
<?php $TRANSLATIONS = array(
2014-04-09 02:11:06 -04:00
"Close" => "Zarrar",
"Save" => "Guardar",
2014-04-08 02:12:00 -04:00
"Delete" => "Desaniciar",
"Edit" => "Editar",
2014-04-09 02:11:06 -04:00
"Cancel" => "Encaboxar",
"Address" => "Direición",
"Add" => "Amestar",
"Settings" => "Axustes",
"Export" => "Esportar",
2014-04-08 02:12:00 -04:00
"Import" => "Importar"
);