diff --git a/inc/lang/he/lang.php b/inc/lang/he/lang.php
index 49f17c3e4306cfd566511e011baa068f520ee460..7c7f52f531eea5929c795a24776e71da87d5edd2 100644
--- a/inc/lang/he/lang.php
+++ b/inc/lang/he/lang.php
@@ -3,6 +3,7 @@
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ * @author Guy Yakobovitch <guy.yakobovitch@gmail.com>
  * @author גיא שפר <guysoft@ort.org.il>
  * @author Denis Simakov <akinoame1@gmail.com>
  * @author Dotan Kamber <kamberd@yahoo.com>
@@ -349,5 +350,5 @@ $lang['searchresult']          = 'תוצאות חיפוש';
 $lang['plainhtml']             = 'HTML פשוט';
 $lang['page_nonexist_rev']     = 'העמוד לא קיים ב%s. העמוד נוצר במקום זאת ב<a href="%s">%s</a>.';
 $lang['unable_to_parse_date']  = 'לא ניתן לפענח פרמטר "%s".';
-$lang['email_signature_text'] = 'הודעת דוא״ל זו נוצרה על ידי ה־DokuWiki הזמין בכתובת
+$lang['email_signature_text']  = 'הודעת דוא״ל זו נוצרה על ידי ה־DokuWiki הזמין בכתובת
 @DOKUWIKIURL@';
diff --git a/lib/plugins/acl/lang/he/lang.php b/lib/plugins/acl/lang/he/lang.php
index 2369b80101b75a1674f2379eb2efa8c4b8700081..33ce761a97f47031a434d74df526c58745ee678b 100644
--- a/lib/plugins/acl/lang/he/lang.php
+++ b/lib/plugins/acl/lang/he/lang.php
@@ -2,9 +2,8 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author DoK <kamberd@yahoo.com>
- * @author Dotan Kamber <kamberd@yahoo.com>
  * @author Moshe Kaplan <mokplan@gmail.com>
  * @author Yaron Yogev <yaronyogev@gmail.com>
  * @author Yaron Shahrabani <sh.yaron@gmail.com>
diff --git a/lib/plugins/authad/lang/he/lang.php b/lib/plugins/authad/lang/he/lang.php
index 5b193ed5f91cb6f8a9e68d5e48eeb5c28f33a8af..ac8fbcb5c44ed666733acd883c304d9d7cda3f91 100644
--- a/lib/plugins/authad/lang/he/lang.php
+++ b/lib/plugins/authad/lang/he/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author tomer <tomercarolldergicz@gmail.com>
  * @author Menashe Tomer <menashesite@gmail.com>
  */
diff --git a/lib/plugins/authad/lang/he/settings.php b/lib/plugins/authad/lang/he/settings.php
index b1436813018bfe4b8c55ef1f9a0857422cb0a8ee..d0d459cc1a0f07581934f21be161c328566cb493 100644
--- a/lib/plugins/authad/lang/he/settings.php
+++ b/lib/plugins/authad/lang/he/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Menashe Tomer <menashesite@gmail.com>
  */
 $lang['admin_password']        = 'סיסמת המשתמש המוזכן';
diff --git a/lib/plugins/authldap/lang/he/settings.php b/lib/plugins/authldap/lang/he/settings.php
index 10af7010d21177312d329f9be591a16ca352a257..154615a0c39e9816d7be352a5f8edb9bd0d8d075 100644
--- a/lib/plugins/authldap/lang/he/settings.php
+++ b/lib/plugins/authldap/lang/he/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author matt carroll <matt.carroll@gmail.com>
  * @author Menashe Tomer <menashesite@gmail.com>
  */
diff --git a/lib/plugins/authmysql/lang/he/settings.php b/lib/plugins/authmysql/lang/he/settings.php
index 3671b1bb9c86a996577ef3be6f3de642e0ec58df..22c30e52a3c73eb28976dded3aeebb881f146128 100644
--- a/lib/plugins/authmysql/lang/he/settings.php
+++ b/lib/plugins/authmysql/lang/he/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Menashe Tomer <menashesite@gmail.com>
  */
 $lang['getUserID']             = 'שאילתת SQL לקבלת מפתח ראשי של המשתמש';
diff --git a/lib/plugins/authplain/lang/he/lang.php b/lib/plugins/authplain/lang/he/lang.php
index 160968edd26c10446374f8cb35a78617a3a440b2..a2e1324bb2b4980be87ce31559606b2622eb8021 100644
--- a/lib/plugins/authplain/lang/he/lang.php
+++ b/lib/plugins/authplain/lang/he/lang.php
@@ -2,6 +2,6 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  */
 $lang['userexists']            = 'משתמש בשם זה כבר נרשם, עמך הסליחה.';
diff --git a/lib/plugins/config/lang/he/lang.php b/lib/plugins/config/lang/he/lang.php
index dbc6a322dc5e3df05fce9949266b5b653d394e4c..8c986ae65791af5a08314f5c8c6dca038346cd4f 100644
--- a/lib/plugins/config/lang/he/lang.php
+++ b/lib/plugins/config/lang/he/lang.php
@@ -2,9 +2,9 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
+ * @author Guy Yakobovitch <guy.yakobovitch@gmail.com>
  * @author DoK <kamberd@yahoo.com>
- * @author Dotan Kamber <kamberd@yahoo.com>
  * @author Moshe Kaplan <mokplan@gmail.com>
  * @author Yaron Yogev <yaronyogev@gmail.com>
  * @author Yaron Shahrabani <sh.yaron@gmail.com>
diff --git a/lib/plugins/extension/lang/he/lang.php b/lib/plugins/extension/lang/he/lang.php
new file mode 100644
index 0000000000000000000000000000000000000000..05da2d518250b3515c16fb35f2305600fdaf001c
--- /dev/null
+++ b/lib/plugins/extension/lang/he/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Guy Yakobovitch <guy.yakobovitch@gmail.com>
+ */
+$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';
diff --git a/lib/plugins/popularity/lang/he/lang.php b/lib/plugins/popularity/lang/he/lang.php
index 54341636bdced565913b2c22459ce6b49530b4c0..e9f75b735da30bed20d1fe59ba6c788bb479f0b5 100644
--- a/lib/plugins/popularity/lang/he/lang.php
+++ b/lib/plugins/popularity/lang/he/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Dotan Kamber <kamberd@yahoo.com>
  * @author Moshe Kaplan <mokplan@gmail.com>
  * @author Yaron Yogev <yaronyogev@gmail.com>
diff --git a/lib/plugins/revert/lang/he/lang.php b/lib/plugins/revert/lang/he/lang.php
index 2f49856f5941a4e9c802c54b33c6a5b46f015270..562bbb3d224a85ef66291b0c897b8f8b9960f490 100644
--- a/lib/plugins/revert/lang/he/lang.php
+++ b/lib/plugins/revert/lang/he/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Dotan Kamber <kamberd@yahoo.com>
  * @author Moshe Kaplan <mokplan@gmail.com>
  * @author Yaron Yogev <yaronyogev@gmail.com>
diff --git a/lib/plugins/usermanager/lang/he/lang.php b/lib/plugins/usermanager/lang/he/lang.php
index 18202584e7e1b77a83a56aecff6f7f6b3e36cfb6..719fd901fd9b1ff0b1f20ce3a9b26f1d2107c8d0 100644
--- a/lib/plugins/usermanager/lang/he/lang.php
+++ b/lib/plugins/usermanager/lang/he/lang.php
@@ -2,9 +2,8 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author DoK <kamberd@yahoo.com>
- * @author Dotan Kamber <kamberd@yahoo.com>
  * @author Moshe Kaplan <mokplan@gmail.com>
  * @author Yaron Yogev <yaronyogev@gmail.com>
  * @author Yaron Shahrabani <sh.yaron@gmail.com>