server/apps/user_ldap/l10n/te.php

13 lines
416 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-05-18 00:03:28 +00:00
"Error" => "పొరపాటు",
2013-10-27 06:32:11 +00:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
2013-11-11 10:47:59 +00:00
"Save" => "భద్రపరచు",
2013-10-27 06:32:11 +00:00
"Help" => "సహాయం",
2014-03-11 05:59:39 +00:00
"Password" => "సంకేతపదం",
2014-05-27 05:54:54 +00:00
"Continue" => "కొనసాగించు",
"Advanced" => "ఉన్నతం"
2013-03-26 23:11:05 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";