diff options
Diffstat (limited to 'core/l10n/sr.php')
-rw-r--r-- | core/l10n/sr.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/sr.php b/core/l10n/sr.php index d68012c505f..0ea05f41a72 100644 --- a/core/l10n/sr.php +++ b/core/l10n/sr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Category type not provided." => "Врста категорије није унет.", "No category to add?" => "Додати још неку категорију?", "Object type not provided." => "Врста објекта није унета.", @@ -120,3 +121,4 @@ "next" => "следеће", "Updating ownCloud to version %s, this may take a while." => "Надоградња ownCloud-а на верзију %s, сачекајте тренутак." ); +$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);"; |