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

12 lines
247 B
PHP
Raw Normal View History

2012-11-02 00:03:14 +01:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Marcapaginas",
"Save" => "Enregistra",
"Edit" => "Editar",
"Delete" => "Escafa",
"Cancel" => "Annula",
"List" => "Tièra",
"Settings" => "Configuracion",
2012-11-04 00:03:02 +01:00
"Export" => "Exporta",
"Import" => "Importa"
2012-11-02 00:03:14 +01:00
);