summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/sr.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/sr.php')
-rw-r--r--apps/files_sharing/l10n/sr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/sr.php b/apps/files_sharing/l10n/sr.php
index f893ec0ab42..3b97d15419a 100644
--- a/apps/files_sharing/l10n/sr.php
+++ b/apps/files_sharing/l10n/sr.php
@@ -1,7 +1,9 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Password" => "Лозинка",
"Submit" => "Пошаљи",
"Download" => "Преузми",
"Upload" => "Отпреми",
"Cancel upload" => "Прекини отпремање"
);
+$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);";