6 lines
313 B
PHP
6 lines
313 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်",
|
|
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
|
|
"Password" => "စကားဝှက်",
|
|
"New password" => "စကားဝှက်အသစ်"
|
|
);
|