summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sr.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sr.php')
-rw-r--r--apps/files/l10n/sr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php
index 68f2f5a93b6..09d1683a915 100644
--- a/apps/files/l10n/sr.php
+++ b/apps/files/l10n/sr.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Не могу да преместим %s – датотека с овим именом већ постоји",
"Could not move %s" => "Не могу да преместим %s",
"No file was uploaded. Unknown error" => "Ниједна датотека није отпремљена услед непознате грешке",
@@ -71,3 +72,4 @@
"Current scanning" => "Тренутно скенирање",
"Upgrading filesystem cache..." => "Дограђујем кеш система датотека…"
);
+$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);";