server/apps/user_ldap/l10n/sr@latin.php

13 lines
404 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-09-20 14:50:14 +00:00
"Error" => "Greška",
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" => "Snimi",
2013-10-27 06:32:11 +00:00
"Help" => "Pomoć",
2014-05-27 05:54:54 +00:00
"Password" => "Lozinka",
2014-08-18 05:56:30 +00:00
"Continue" => "Nastavi",
2014-05-27 05:54:54 +00:00
"Advanced" => "Napredno"
2013-01-17 23:04:36 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";