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/he.php')
-rw-r--r--l10n/he.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/he.php b/l10n/he.php
index 1edfab61..4eb15e8e 100644
--- a/l10n/he.php
+++ b/l10n/he.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 is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">המלץ עליו לחבריך</a>."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";