mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-19 15:52:10 +01:00
13 lines
300 B
PHP
13 lines
300 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "إغلق",
|
|
"Save" => "حفظ",
|
|
"Edit" => "تعديل",
|
|
"Delete" => "حذف",
|
|
"Cancel" => "الغاء",
|
|
"Address" => "عنوان",
|
|
"List" => "قائمة",
|
|
"Settings" => "تعديلات",
|
|
"Export" => "تصدير المعلومات",
|
|
"Import" => "إدخال"
|
|
);
|