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

13 lines
272 B
PHP
Raw Normal View History

2012-11-02 00:03:14 +01:00
<?php $TRANSLATIONS = array(
"Close" => "Clauder",
"Save" => "Salveguardar",
"Edit" => "Modificar",
"Delete" => "Deler",
"Cancel" => "Cancellar",
"Address" => "Adresse",
"List" => "Lista",
"Settings" => "Configurationes",
"Import" => "Importar",
"Export" => "Exportar"
);