13 lines
416 B
PHP
13 lines
416 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Error" => "పొరపాటు",
|
|
"_%s group found_::_%s groups found_" => array("",""),
|
|
"_%s user found_::_%s users found_" => array("",""),
|
|
"Save" => "భద్రపరచు",
|
|
"Help" => "సహాయం",
|
|
"Password" => "సంకేతపదం",
|
|
"Continue" => "కొనసాగించు",
|
|
"Advanced" => "ఉన్నతం"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|