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/is.php')
-rw-r--r--l10n/is.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/is.php b/l10n/is.php
index 3be582ac..56ef2688 100644
--- a/l10n/is.php
+++ b/l10n/is.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Connect your Calendar" => "Tengju dagatalið þitt",
"Documentation" => "Notendahandbók",
"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>!" => "Ef þér líkar 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\">mæltu með því hjá vinum þínum</a>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";