mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
10 lines
429 B
PHP
10 lines
429 B
PHP
<?php $TRANSLATIONS = array(
|
|
"No categories selected for deletion." => "ဖျက်ရန်အတွက်ခေါင်းစဉ်မရွေးထားပါ",
|
|
"Download" => "ဒေါင်းလုတ်",
|
|
"Cancel" => "ပယ်ဖျက်မည်",
|
|
"Text" => "စာသား",
|
|
"Title" => "ခေါင်းစဉ်",
|
|
"Add" => "ပေါင်းထည့်",
|
|
"Description" => "ဖော်ပြချက်"
|
|
);
|