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/ar_SA/install.lang.php | |
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 'language/ar_SA/install.lang.php')
-rw-r--r-- | language/ar_SA/install.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/ar_SA/install.lang.php b/language/ar_SA/install.lang.php index c0c5b6582..6f0ce6993 100644 --- a/language/ar_SA/install.lang.php +++ b/language/ar_SA/install.lang.php @@ -32,8 +32,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'] = 'قاعدة بيانات المعرض Piwigo سوف تخزن '; $lang['Host'] = 'المضيف'; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['User'] = 'المستخدم'; @@ -68,7 +66,6 @@ $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.'] = 'فشل في إنشاء ملف التكوين local/config/database.inc.php '; $lang['Download the config file'] = 'تحميل ملف التكوين'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'يمكنك تحميل ملف التكوين وتحميله إلى الدليل المحلي'; -$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'تحت التجربية حاليا SQLite و PostgreSQL '; $lang['Learn more'] = 'تعلم أكثر'; ?>
\ No newline at end of file |