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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/he.php')
-rw-r--r--lib/l10n/he.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/l10n/he.php b/lib/l10n/he.php
deleted file mode 100644
index abb15388449..00000000000
--- a/lib/l10n/he.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Help" => "עזרה",
-"Personal" => "אישי",
-"Settings" => "הגדרות",
-"Users" => "משתמשים",
-"Admin" => "מנהל",
-"web services under your control" => "שירותי רשת תחת השליטה שלך",
-"Application is not enabled" => "יישומים אינם מופעלים",
-"Authentication error" => "שגיאת הזדהות",
-"Token expired. Please reload page." => "פג תוקף. נא לטעון שוב את הדף.",
-"%s shared »%s« with you" => "%s שיתף/שיתפה איתך את »%s«",
-"Could not find category \"%s\"" => "לא ניתן למצוא את הקטגוריה „%s“",
-"seconds ago" => "שניות",
-"_%n minute ago_::_%n minutes ago_" => array("","לפני %n דקות"),
-"_%n hour ago_::_%n hours ago_" => array("","לפני %n שעות"),
-"today" => "היום",
-"yesterday" => "אתמול",
-"_%n day go_::_%n days ago_" => array("","לפני %n ימים"),
-"last month" => "חודש שעבר",
-"_%n month ago_::_%n months ago_" => array("","לפני %n חודשים"),
-"last year" => "שנה שעברה",
-"years ago" => "שנים",
-"A valid username must be provided" => "יש לספק שם משתמש תקני",
-"A valid password must be provided" => "יש לספק ססמה תקנית"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";