mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-19 15:52:10 +01:00
6 lines
101 B
PHP
6 lines
101 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Delete" => "Desaniciar",
|
||
|
"Edit" => "Editar",
|
||
|
"Import" => "Importar"
|
||
|
);
|