Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sr.php')
-rw-r--r--l10n/sr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/sr.php b/l10n/sr.php
index bb383152..f87e232d 100644
--- a/l10n/sr.php
+++ b/l10n/sr.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Ваш лични кутак. Све ваше датотеке, контакти, календар и друго на једном месту.",
"Get the apps to sync your files" => "Преузмите апликације ради синхронизовања датотека",
"Connect your Calendar" => "Повежите календар",
@@ -7,3 +8,4 @@
"Documentation" => "Документација",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Ако вам се свиђа ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud је одличан програм отвореног кода за синхронизовање и дељење датотека. Можете га бесплатно преузети са http://owncloud.org\">препоручите га пријатељима</a>!"
);
+$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);";