From ed8dbf990d36cc2300a152da0c9acb9b979a8ebe Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Sun, 26 Sep 2010 00:40:08 +0000 Subject: [PATCH] Automatic installer lang files (20100926) --- install/lang/he/admin.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/lang/he/admin.php b/install/lang/he/admin.php index 636de60eb8e..988dd2fa54e 100644 --- a/install/lang/he/admin.php +++ b/install/lang/he/admin.php @@ -28,5 +28,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +$string['clianswerno'] = 'n'; +$string['cliansweryes'] = 'y'; +$string['cliincorrectvalueretry'] = 'ערך שגוי, נסה שנית'; +$string['cliyesnoprompt'] = 'רשום y (שפרושו כן) או n (שפרושו לא)'; $string['environmentrequireinstall'] = 'נדרש להתקין/לאפשר זאת'; $string['environmentrequireversion'] = 'גירסת {$a->needed} נדרשת ואתה מריץ {$a->current}';