about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/extension/lang/he/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/extension/lang/he/lang.php')
-rw-r--r--wiki/lib/plugins/extension/lang/he/lang.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/wiki/lib/plugins/extension/lang/he/lang.php b/wiki/lib/plugins/extension/lang/he/lang.php
new file mode 100644
index 0000000..ecdc19c
--- /dev/null
+++ b/wiki/lib/plugins/extension/lang/he/lang.php
@@ -0,0 +1,26 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Guy Yakobovitch <guy.yakobovitch@gmail.com>
+ */
+$lang['menu']                  = 'מנהל הרחבות';
+$lang['tab_plugins']           = 'תוספים מותקנים';
+$lang['tab_templates']         = 'תבניות מותקנות';
+$lang['tab_install']           = 'התקנה ידנית';
+$lang['notinstalled']          = 'הרחבה זו לא מותקנת';
+$lang['status_not_installed']  = 'לא מותקן';
+$lang['status_protected']      = 'מוגן';
+$lang['status_enabled']        = 'מופעל';
+$lang['status_disabled']       = 'מושבת';
+$lang['status_unmodifiable']   = 'לא ניתן לשינוי';
+$lang['status_plugin']         = 'תוסף';
+$lang['status_template']       = 'תבנית';
+$lang['msg_enabled']           = 'תוסף %s מופעל';
+$lang['msg_disabled']          = 'תוסף %s מושבת';
+$lang['msg_delete_success']    = 'הרחבה %s הוסרה';
+$lang['msg_delete_failed']     = 'הסרת ההרחבה %s נכשלה';
+$lang['msg_template_install_success'] = 'תבנית %s הותקנה בהצלחה';
+$lang['msg_template_update_success'] = 'תבנית %s עודכנה בהצלחה';
+$lang['error_download']        = 'לא ניתן להוריד את הקובץ: %s';