diff options
author | plegall <plg@piwigo.org> | 2011-09-08 10:46:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-08 10:46:35 +0000 |
commit | ff46db430bd2aa265c16bbd6ff17e0bae710d332 (patch) | |
tree | 32b7a7cbf4a8c01901bb00a2592dd450c047f717 /language/he_IL | |
parent | 9252e5cb2d0cb9a5b2943049e8bb813285d40cd3 (diff) |
feature 2431: only keep MySQL on installation form
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/he_IL/install.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/he_IL/install.lang.php b/language/he_IL/install.lang.php index 41ea44a92..ba6f45191 100644 --- a/language/he_IL/install.lang.php +++ b/language/he_IL/install.lang.php @@ -34,8 +34,6 @@ $lang['Webmaster login'] = "התחברות מנהל האתר"; $lang['It will be shown to the visitors. It is necessary for website administration'] = "יוצג בפני המבקרים. נחוץ בשביל מנהל האתר"; $lang['Connection to server succeed, but it was impossible to connect to database'] = "התחבר לשרת בהצלחה, אך לא הצליח להתחבר לבסיס נתונים"; $lang['Can\'t connect to server'] = "לא מצליח להתחבר לשרת"; -$lang['Database type'] = "סוג בסיס הנתונים"; -$lang['The type of database your piwigo data will be store in'] = "סוג בסיס הנתונים שהגלריה שלך תהיה מאוחסנת בו"; $lang['Host'] = "שרת מארח"; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr"; $lang['User'] = "משתמש"; @@ -70,6 +68,5 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'יצירת קובץ config local/config/database.inc.php ניכשל.'; $lang['Download the config file'] = 'הורד את קובץ config'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'אתה יכול להוריד את קובץ config ולהעלות אותו אל local/config בתיקיית ההתקנה שלך.'; -$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite ו PostgreSQL כרגע במצב ניסיוני.'; $lang['Learn more'] = 'למד עוד'; ?>
\ No newline at end of file |