1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-30 05:24:09 +01:00
OwncloudBookmarksOfficial/l10n/oc.php

11 lines
227 B
PHP
Raw Normal View History

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