mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
14 lines
392 B
PHP
14 lines
392 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Cancel" => "বাতিল করা",
|
|
"Save" => "সেভ",
|
|
"Add" => "যোগ করা",
|
|
"Import" => "ইম্পোর্ট",
|
|
"Close" => "বন্ধ",
|
|
"Delete" => "মুছে ফেলা",
|
|
"Address" => "ঠিকানা",
|
|
"Name" => "নাম",
|
|
"Share" => "শেয়ার",
|
|
"Export" => "এক্সপোর্ট",
|
|
"Edit" => "এডিট"
|
|
);
|