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

13 lines
271 B
PHP
Raw Normal View History

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