mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
14 lines
296 B
PHP
14 lines
296 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Warning" => "Warnung",
|
|
"Close" => "Zoumaachen",
|
|
"Save" => "Späicheren",
|
|
"Edit" => "Editéieren",
|
|
"Delete" => "Läschen",
|
|
"Cancel" => "Ofbriechen",
|
|
"Address" => "Adress",
|
|
"List" => "Lescht",
|
|
"Settings" => "Astellungen",
|
|
"Export" => "Export",
|
|
"Import" => "Import"
|
|
);
|