9 lines
296 B
PHP
9 lines
296 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"_%s group found_::_%s groups found_" => array(""),
|
|
"_%s user found_::_%s users found_" => array(""),
|
|
"Help" => "အကူအညီ",
|
|
"Password" => "စကားဝှက်",
|
|
"Advanced" => "အဆင့်မြင့်"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|