12 lines
551 B
PHP
12 lines
551 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်",
|
|
"Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ",
|
|
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
|
|
"Password" => "စကားဝှက်",
|
|
"New password" => "စကားဝှက်အသစ်",
|
|
"Cancel" => "ပယ်ဖျက်မည်",
|
|
"Username" => "သုံးစွဲသူအမည်"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|