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

9 lines
243 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-07-09 05:55:51 +00:00
"Cancel" => "Otkaži",
2014-05-04 05:56:15 +00:00
"Password" => "Lozinka",
2014-06-01 05:55:19 +00:00
"Name" => "Ime",
2014-06-14 05:55:24 +00:00
"Download" => "Preuzmi"
2013-04-27 00:24:29 +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);";