summaryrefslogtreecommitdiffstats
path: root/settings/l10n/sr.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/sr.php')
-rw-r--r--settings/l10n/sr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/sr.php b/settings/l10n/sr.php
index 4c1443a8d7c..b2b6538c4c3 100644
--- a/settings/l10n/sr.php
+++ b/settings/l10n/sr.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Unable to load list from App Store" => "Грешка приликом учитавања списка из Складишта Програма",
"Authentication error" => "Грешка при провери идентитета",
"Unable to change display name" => "Не могу да променим име за приказ",
@@ -99,3 +100,4 @@
"set new password" => "постави нову лозинку",
"Default" => "Подразумевано"
);
+$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);";