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