2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-07-09 09:55:51 +04:00
|
|
|
"Cancel" => "ပယ်ဖျက်မည်",
|
2014-05-04 09:56:15 +04:00
|
|
|
"Password" => "စကားဝှက်",
|
|
|
|
"Download" => "ဒေါင်းလုတ်"
|
2013-02-25 03:06:17 +04:00
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|