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

13 lines
276 B
PHP
Raw Normal View History

2012-11-02 00:03:14 +01:00
<?php $TRANSLATIONS = array(
"Warning" => "Warnung",
"Close" => "Zoumaachen",
"Save" => "Späicheren",
"Edit" => "Editéieren",
"Delete" => "Läschen",
"Cancel" => "Ofbriechen",
"Address" => "Adress",
"Settings" => "Astellungen",
2012-11-04 00:03:02 +01:00
"Export" => "Export",
"Import" => "Import"
2012-11-02 00:03:14 +01:00
);