arabic from zaki
authorchriskl <chriskl>
Fri, 11 Mar 2005 03:15:04 +0000 (03:15 +0000)
committerchriskl <chriskl>
Fri, 11 Mar 2005 03:15:04 +0000 (03:15 +0000)
HISTORY
lang/arabic.php
lang/recoded/arabic.php

diff --git a/HISTORY b/HISTORY
index 389f112441ce12b672699b21e1990ab0b486ce16..ed52d7e150a41d5f21dbf03256bbb192aa85c703 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -29,6 +29,7 @@ Bugs
 Translations
 * Japanese from Tadashi Jokagi
 * Danish from Arne Eckmann
+* Arabic from Zaki
 
 Version 3.5.2
 -------------
index 1274bb0f8dcc7b9047d31f48fc80ad16ffd2f199..61f074d5a207cae762a3ed374b61129661298e16 100644 (file)
 <?php
 
      /**
-        * Arabic language file
-        * @maintainer Zaki Almuallim [zaki (at) star2000.net]
-        *
-        * $Id: arabic.php,v 1.2 2004/07/12 04:18:41 chriskl Exp $
-        */
+ /**
+  * English language file for phpPgAdmin.  Use this as a basis
+  * for new translations.
+  *
+  * $Id: arabic.php,v 1.3 2005/03/11 03:15:04 chriskl Exp $
+  */
 
      // Language and character set
+ // Language and character set
    $lang['applang'] = 'ุนุฑุจูŠ';
      $lang['appcharset'] = 'UTF-8';
      $lang['applocale'] = 'ar';
      $lang['appdbencoding'] = 'UNICODE';
      $lang['applangdir'] = 'rtl';
+ $lang['appcharset'] = 'UTF-8';
+ $lang['applocale'] = 'ar';
+ $lang['appdbencoding'] = 'UNICODE';
+ $lang['applangdir'] = 'rtl';
 
      // Welcome
-        $lang['strintro'] = 'ู…ุฑุญุจุง ุงู„ู‰ phpPgAdmin.';
-        $lang['strppahome'] = 'ู…ูˆู‚ุน phpPgAdmin';
-        $lang['strpgsqlhome'] = 'ู…ูˆู‚ุน PostgreSQL';
      $lang['strpgsqlhome_url'] = 'http://www.postgresql.org/';
      $lang['strlocaldocs'] = 'PostgreSQL Documentation (local)';
      $lang['strreportbug'] = 'Report a Bug';
      $lang['strviewfaq'] = 'ู‚ุฑุงุกุฉ ุงู„ุฃุณุฆู„ุฉ ุงู„ู…ุชูƒุฑุฑุฉ ุนู„ู‰ ุงู„ู…ูˆู‚ุน';
      $lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq';
-       
      // Basic strings
+ // Welcome
+  $lang['strintro'] = 'ู…ุฑุญุจุง ุงู„ู‰ phpPgAdmin.';
+  $lang['strppahome'] = 'ู…ูˆู‚ุน phpPgAdmin';
+  $lang['strpgsqlhome'] = 'ู…ูˆู‚ุน PostgreSQL';
+ $lang['strpgsqlhome_url'] = 'http://www.postgresql.org/';
$lang['strlocaldocs'] = 'ุชุนู„ูŠู…ุงุช PostgreSQL (ู…ุญู„ูŠุฉ)';
$lang['strreportbug'] = 'ุงู„ุฅุจู„ุงุบ ุนู† ุฎุทุฃ ููŠ ุงู„ุจุฑู†ุงู…ุฌ.';
+ $lang['strviewfaq'] = 'ู‚ุฑุงุกุฉ ุงู„ุฃุณุฆู„ุฉ ุงู„ู…ุชูƒุฑุฑุฉ ุนู„ู‰ ุงู„ู…ูˆู‚ุน';
+ $lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq';
+ // Basic strings
  $lang['strlogin'] = 'ุงู„ุฏุฎูˆู„';
 $lang['strloginfailed'] = 'ู„ู… ุชู†ุฌุญ ุนู…ู„ูŠุฉ ุงู„ุฏุฎูˆู„';
      $lang['strlogindisallowed'] = 'ู„ุง ูŠุณู…ุญ ุจุงู„ุฏุฎูˆู„ ุจู‡ุฐู‡ ุงู„ุทุฑูŠู‚ุฉ ู„ุฃุณุจุงุจ ุฃู…ู†ูŠุฉ.';
      $lang['strserver'] = 'Server';
      $lang['strlogout'] = 'ุฎุฑูˆุฌ';
      $lang['strowner'] = 'Owner';
      $lang['straction'] = 'Action';
      $lang['stractions'] = 'Actions';
      $lang['strname'] = 'Name';
      $lang['strdefinition'] = 'Definition';
      $lang['strproperties'] = 'Properties';
      $lang['strbrowse'] = 'Browse';
      $lang['strdrop'] = 'Drop';
      $lang['strdropped'] = 'Dropped';
      $lang['strnull'] = 'Null';
      $lang['strnotnull'] = 'Not Null';
      $lang['strprev'] = '< Prev';
      $lang['strnext'] = 'Next >';
      $lang['strfirst'] = '<< First';
      $lang['strlast'] = 'Last >>';
      $lang['strfailed'] = 'Failed';
      $lang['strcreate'] = 'Create';
      $lang['strcreated'] = 'Created';
      $lang['strcomment'] = 'Comment';
      $lang['strlength'] = 'Length';
      $lang['strdefault'] = 'Default';
      $lang['stralter'] = 'Alter';
      $lang['strok'] = 'OK';
      $lang['strcancel'] = 'Cancel';
      $lang['strsave'] = 'Save';
      $lang['strreset'] = 'Reset';
      $lang['strinsert'] = 'Insert';
      $lang['strselect'] = 'Select';
      $lang['strdelete'] = 'Delete';
      $lang['strupdate'] = 'Update';
      $lang['strreferences'] = 'References';
      $lang['stryes'] = 'Yes';
      $lang['strno'] = 'No';
      $lang['strtrue'] = 'TRUE';
      $lang['strfalse'] = 'FALSE';
      $lang['stredit'] = 'Edit';
      $lang['strcolumns'] = 'Columns';
      $lang['strrows'] = 'row(s)';
      $lang['strrowsaff'] = 'row(s) affected.';
      $lang['strobjects'] = 'object(s)';
      $lang['strexample'] = 'eg.';
      $lang['strback'] = 'Back';
      $lang['strqueryresults'] = 'Query Results';
      $lang['strshow'] = 'Show';
      $lang['strempty'] = 'Empty';
      $lang['strlanguage'] = 'Language';
      $lang['strencoding'] = 'Encoding';
      $lang['strvalue'] = 'Value';
      $lang['strunique'] = 'Unique';
      $lang['strprimary'] = 'Primary';
      $lang['strexport'] = 'Export';
      $lang['strimport'] = 'Import';
      $lang['strsql'] = 'SQL';
      $lang['strgo'] = 'Go';
      $lang['stradmin'] = 'Admin';
      $lang['strvacuum'] = 'Vacuum';
      $lang['stranalyze'] = 'Analyze';
      $lang['strcluster'] = 'Cluster';
      $lang['strclustered'] = 'Clustered?';
      $lang['strreindex'] = 'Reindex';
      $lang['strrun'] = 'Run';
      $lang['stradd'] = 'ุฅุถุงูุฉ';
      $lang['strevent'] = 'Event';
      $lang['strwhere'] = 'Where';
      $lang['strinstead'] = 'Do Instead';
      $lang['strwhen'] = 'When';
      $lang['strformat'] = 'Format';
      $lang['strdata'] = 'Data';
      $lang['strconfirm'] = 'ุชุฃูƒูŠุฏ';
      $lang['strexpression'] = 'Expression';
      $lang['strellipsis'] = '...';
      $lang['strseparator'] = ': ';
      $lang['strexpand'] = 'Expand';
      $lang['strcollapse'] = 'Collapse';
      $lang['strexplain'] = 'Explain';
      $lang['strexplainanalyze'] = 'Explain Analyze';
      $lang['strfind'] = 'ุจุญุซ';
      $lang['stroptions'] = 'ุฎูŠุงุฑุงุช';
      $lang['strrefresh'] = 'ุชุญุฏูŠุซ';
      $lang['strdownload'] = 'ุชู†ุฒูŠู„';
      $lang['strdownloadgzipped'] = 'ุชู†ุฒูŠู„ ุนู„ู‰ ุดูƒู„ ู…ู„ู ู…ุถุบูˆุท ุจู€ gzip';
      $lang['strinfo'] = 'Info';
      $lang['stroids'] = 'OIDs';
      $lang['stradvanced'] = 'Advanced';
      $lang['strvariables'] = 'Variables';
      $lang['strprocess'] = 'Process';
      $lang['strprocesses'] = 'Processes';
      $lang['strsetting'] = 'Setting';
      $lang['streditsql'] = 'Edit SQL';
      $lang['strruntime'] = 'Total runtime: %s ms';
      $lang['strpaginate'] = 'Paginate results';
      $lang['struploadscript'] = 'or upload an SQL script:';
      $lang['strstarttime'] = 'Start Time';
      $lang['strfile'] = 'ู…ู„ู';
      $lang['strfileimported'] = 'ุชู… ุงุณุชูŠุฑุงุฏ ุงู„ู…ู„ู.';
+ $lang['strlogindisallowed'] = 'ู„ุง ูŠุณู…ุญ ุจุงู„ุฏุฎูˆู„ ุจู‡ุฐู‡ ุงู„ุทุฑูŠู‚ุฉ ู„ุฃุณุจุงุจ ุฃู…ู†ูŠุฉ.';
$lang['strserver'] = 'ุงู„ุฎุงุฏู…';
+ $lang['strlogout'] = 'ุฎุฑูˆุฌ';
$lang['strowner'] = 'ู…ุงู„ูƒ Owner';
$lang['straction'] = 'ุฅุฌุฑุงุก Action';
$lang['stractions'] = 'ุฅุฌุฑุงุกุงุช Actions';
$lang['strname'] = 'ุงู„ุฅุณู…';
$lang['strdefinition'] = 'ุงู„ุชุนุฑูŠู';
$lang['strproperties'] = 'ุฎุตุงุฆุต';
$lang['strbrowse'] = 'ุฅุณุชุนุฑุงุถ Browse';
$lang['strdrop'] = 'ุญุฐู Drop';
$lang['strdropped'] = 'ู…ุญุฐูˆู Dropped';
+ $lang['strnull'] = 'Null';
$lang['strnotnull'] = 'ู„ูŠุณ Null';
$lang['strprev'] = '>ุงู„ุณุงุจู‚';
$lang['strnext'] = '<ุงู„ุชุงู„ูŠ';
$lang['strfirst'] = '>>ุงู„ุฃูˆู„';
$lang['strlast'] = 'ุงู„ุฃุฎูŠุฑ<<';
$lang['strfailed'] = 'ูุดู€ู„';
$lang['strcreate'] = 'ุฅู†ุดุงุก';
$lang['strcreated'] = 'ุชู… ุงู„ุฅู†ุดุงุก';
$lang['strcomment'] = 'ู…ู„ุงุญุธุงุช';
$lang['strlength'] = 'ุทูˆู„';
$lang['strdefault'] = 'ุงู„ุฅูุชุฑุงุถูŠ';
$lang['stralter'] = 'ุชุนุฏูŠู„Alter';
$lang['strok'] = 'ู…ูˆุงูู‚';
$lang['strcancel'] = 'ุชุฑุงุฌุน';
$lang['strsave'] = 'ุญูุธ';
$lang['strreset'] = 'ุฅุนุงุฏุฉ Reset';
$lang['strinsert'] = 'ุฅุฏุฑุงุฌ Insert';
$lang['strselect'] = 'ุฅุฎุชูŠุงุฑ Select';
$lang['strdelete'] = 'ุญุฐู Delete';
$lang['strupdate'] = 'ุชุนุฏูŠู„ Update';
$lang['strreferences'] = 'ู…ุฑุงุฌุน';
$lang['stryes'] = 'ู†ุนู…';
$lang['strno'] = 'ู„ุง';
$lang['strtrue'] = 'ุตุญูŠุญ TRUE';
$lang['strfalse'] = 'ุฎุงุทุฆ FALSE';
$lang['stredit'] = 'ุชุญุฑูŠุฑ';
$lang['strcolumns'] = 'ุฃุนู…ุฏุฉ Columns';
$lang['strrows'] = 'ุณุฌู„/ุณุฌู„ุงุช';
$lang['strrowsaff'] = 'ุณุฌู„ ุชุฃุซุฑ/ุณุฌู„ุงุช ุชุฃุซุฑุช';
+ $lang['strobjects'] = 'object(s)';
$lang['strexample'] = 'ู…ุซู„ุง';
$lang['strback'] = 'ุฑุฌูˆุน ู„ู„ุฎู„ู';
$lang['strqueryresults'] = 'ู†ุชุงุฆุฌ ุงู„ุฅุณุชุนู„ุงู…';
$lang['strshow'] = 'ุงุนุฑุถ';
$lang['strempty'] = 'ุฅูุฑุงุบ Empty';
$lang['strlanguage'] = 'ุงู„ู„ุบุฉ';
$lang['strencoding'] = 'ุงู„ุดูŠูุฑุฉ Encoding';
$lang['strvalue'] = 'ุงู„ู‚ูŠู…ุฉ Value';
$lang['strunique'] = 'ูุฑูŠุฏ Unique';
$lang['strprimary'] = 'ุฑุฆูŠุณูŠ Primary';
$lang['strexport'] = 'ุชุตุฏูŠุฑ Export';
$lang['strimport'] = 'ุฅุณุชูŠุฑุงุฏ Import';
+ $lang['strsql'] = 'SQL';
+ $lang['strgo'] = 'Go';
$lang['stradmin'] = 'ุฅุฏุงุฑุฉ Admin';
+ $lang['strvacuum'] = 'Vacuum';
+ $lang['stranalyze'] = 'Analyze';
+ $lang['strcluster'] = 'Cluster';
+ $lang['strclustered'] = 'Clustered?';
+ $lang['strreindex'] = 'Reindex';
+ $lang['strrun'] = 'Run';
+ $lang['stradd'] = 'ุฅุถุงูุฉ';
+ $lang['strevent'] = 'Event';
+ $lang['strwhere'] = 'Where';
+ $lang['strinstead'] = 'Do Instead';
+ $lang['strwhen'] = 'When';
+ $lang['strformat'] = 'Format';
+ $lang['strdata'] = 'Data';
+ $lang['strconfirm'] = 'ุชุฃูƒูŠุฏ';
$lang['strexpression'] = 'ุชุนุจูŠุฑ';
+ $lang['strellipsis'] = '...';
+ $lang['strseparator'] = ': ';
$lang['strexpand'] = 'ุฅูุชุญ';
$lang['strcollapse'] = 'ุณูƒู‘ุฑ';
+ $lang['strexplain'] = 'Explain';
+ $lang['strexplainanalyze'] = 'Explain Analyze';
+ $lang['strfind'] = 'ุจุญุซ';
+ $lang['stroptions'] = 'ุฎูŠุงุฑุงุช';
$lang['strrefresh'] = 'ุชุญุฏูŠุซ Refresh';
+ $lang['strdownload'] = 'ุชู†ุฒูŠู„';
+ $lang['strdownloadgzipped'] = 'ุชู†ุฒูŠู„ ุนู„ู‰ ุดูƒู„ ู…ู„ู ู…ุถุบูˆุท ุจู€ gzip';
+ $lang['strinfo'] = 'Info';
+ $lang['stroids'] = 'OIDs';
+ $lang['stradvanced'] = 'Advanced';
+ $lang['strvariables'] = 'Variables';
$lang['strprocess'] = 'ุงู„ุนู…ู„ูŠุฉ Process';
$lang['strprocesses'] = 'ุงู„ุนู…ู„ูŠุงุช Processes';
+ $lang['strsetting'] = 'Setting';
+ $lang['streditsql'] = 'Edit SQL';
+ $lang['strruntime'] = 'Total runtime: %s ms';
+ $lang['strpaginate'] = 'Paginate results';
+ $lang['struploadscript'] = 'or upload an SQL script:';
+ $lang['strstarttime'] = 'Start Time';
+ $lang['strfile'] = 'ู…ู„ู';
+ $lang['strfileimported'] = 'ุชู… ุงุณุชูŠุฑุงุฏ ุงู„ู…ู„ู.';
 
-       // Error handling
-       $lang['strnoframes'] = 'You need a frames-enabled browser to use this application.';
-       $lang['strbadconfig'] = 'Your config.inc.php is out of date. You will need to regenerate it from the new config.inc.php-dist.';
-       $lang['strnotloaded'] = 'Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.';
-       $lang['strphpversionnotsupported'] = 'Version of PHP not supported. Please upgrade to version %s or later.';
-       $lang['strpostgresqlversionnotsupported'] = 'Version of PostgreSQL not supported. Please upgrade to version %s or later.';
-       $lang['strbadschema'] = 'Invalid schema specified.';
-       $lang['strbadencoding'] = 'Failed to set client encoding in database.';
-       $lang['strsqlerror'] = 'SQL error:';
-       $lang['strinstatement'] = 'In statement:';
-       $lang['strinvalidparam'] = 'Invalid script parameters.';
-       $lang['strnodata'] = 'No rows found.';
-       $lang['strnoobjects'] = 'No objects found.';
-       $lang['strrownotunique'] = 'No unique identifier for this row.';
-       $lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.';
-       $lang['strnouploads'] = 'File uploads are disabled.';
-       $lang['strimporterror'] = 'Import error.';
-       $lang['strimporterrorline'] = 'Import error on line %s.';
+ // Error handling
+ $lang['strnoframes'] = 'ู„ุฅุณุชุฎุฏุงู… ู‡ุฐุง ุงู„ุจุฑู†ุงู…ุฌ ุชุญุชุงุฌ ุงู„ู‰ ู…ุชุตูุญ ูˆุจ ูŠุฏุนู… ุฎุงุตูŠุฉ ุงู„ุฅุทุงุฑุงุช frames. You need a frames-enabled browser to use this application.';
+ $lang['strbadconfig'] = 'ุฅู† ุงู„ู…ู„ู config.inc.php ุงู„ุฐูŠ ู„ุฏูŠูƒ ุงุตุจุญ ู‚ุฏูŠู…ุง. ุณุชุญุชุงุฌ ุงู„ู‰ ุฅุนุงุฏุฉ ุชูˆู„ูŠุฏู‡ ู…ู† ุงู„ู…ู„ู ุงู„ุฌุฏูŠุฏ config.inc.php-dist.';
+ $lang['strnotloaded'] = 'ุฅู† ุงุนุฏุงุฏ  PHP ุงู„ู…ูˆุฌูˆุฏ ุนู„ู‰ ู‡ุฐุง ุงู„ุฎุงุฏู… ู„ุงุชุฏุนู… PostgreSQL. ุชุญุชุงุฌ ุงู„ู‰ ุงุนุงุฏุฉ ุชุซุจูŠุช PHP ุจุฅุณุชุฎุฏุงู… ุงู„ุฎูŠุงุฑ  --with-pgsql configure option.';
+ $lang['strpostgresqlversionnotsupported'] = 'ู‡ุฐุง ุงู„ุงุตุฏุงุฑ ู…ู† PostgreSQL ุบูŠุฑ ู…ุฏุนูˆู…. ุงู„ุฑุฌุงุก ุงู„ุชุฑู‚ูŠุฉ ุงู„ู‰ ุงู„ุฅุตุฏุงุฑ %s ุงูˆ ุฃุนู„ู‰.';
+ $lang['strbadschema'] = 'Invalid schema specified.';
+ $lang['strbadencoding'] = 'ู„ู‚ุฏ ูุดู„ ุถุจุท ุดูŠูุฑุฉ ุงู„ุนู…ูŠู„ client encoding ููŠ ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช.';
+ $lang['strsqlerror'] = 'ุฎุทุฃ SQL:';
+ $lang['strinstatement'] = 'ููŠ ุงู„ุฌู…ู„ุฉ statement:';
+ $lang['strinvalidparam'] = 'Invalid script parameters.';
+ $lang['strnodata'] = 'ู„ู… ุชูˆุฌุฏ ุณุฌู„ุงุช.';
+ $lang['strnoobjects'] = 'ู„ู… ุชูˆุฌุฏ ูƒุงุฆู†ุงุช.';
+ $lang['strrownotunique'] = 'ู„ุง ูŠูˆุฌุฏ ู…ุนุฑู‘ู ูุฑูŠุฏ unique identifier ููŠ ู‡ุฐุง ุงู„ุณุฌู„.';
+ $lang['strnoreportsdb'] = 'ู„ู… ุชู‚ู… ุจุฅู†ุดุงุก ู‚ุงุนุฏุฉ ุจูŠุงู†ุงุช ุงู„ุชู‚ุงุฑูŠุฑ reports database. ุฅู‚ุฑุฃ ุงู„ุชุนู„ูŠู…ุงุช ููŠ ุงู„ู…ู INSTALL.';
+ $lang['strnouploads'] = 'ุชุญู…ูŠู„ ุงู„ู…ู„ูุงุช ุบูŠุฑ ู…ูุนู‘ู„.';
+ $lang['strimporterror'] = 'ุฎุทุฃ ููŠ ุงู„ุฅุณุชูŠุฑุงุฏ.';
+ $lang['strimporterrorline'] = 'ุฎุทุฃ ููŠ ุงู„ุฅุณุชูŠุฑุงุฏ ุนู†ุฏ ุงู„ุณุทุฑ: %s.';
 
-       // Tables
-       $lang['strtable'] = 'Table';
-       $lang['strtables'] = 'Tables';
-       $lang['strshowalltables'] = 'Show all tables';
-       $lang['strnotables'] = 'No tables found.';
-       $lang['strnotable'] = 'No table found.';
-       $lang['strcreatetable'] = 'Create table';
-       $lang['strtablename'] = 'Table name';
-       $lang['strtableneedsname'] = 'You must give a name for your table.';
-       $lang['strtableneedsfield'] = 'You must specify at least one field.';
-       $lang['strtableneedscols'] = 'Tables require a valid number of columns.';
-       $lang['strtablecreated'] = 'Table created.';
-       $lang['strtablecreatedbad'] = 'Table creation failed.';
-       $lang['strconfdroptable'] = 'Are you sure you want to drop the table "%s"?';
-       $lang['strtabledropped'] = 'Table dropped.';
-       $lang['strtabledroppedbad'] = 'Table drop failed.';
-       $lang['strconfemptytable'] = 'Are you sure you want to empty the table "%s"?';
-       $lang['strtableemptied'] = 'Table emptied.';
-       $lang['strtableemptiedbad'] = 'Table empty failed.';
-       $lang['strinsertrow'] = 'Insert row';
-       $lang['strrowinserted'] = 'Row inserted.';
-       $lang['strrowinsertedbad'] = 'Row insert failed.';
-       $lang['streditrow'] = 'Edit row';
-       $lang['strrowupdated'] = 'Row updated.';
-       $lang['strrowupdatedbad'] = 'Row update failed.';
-       $lang['strdeleterow'] = 'Delete Row';
-       $lang['strconfdeleterow'] = 'Are you sure you want to delete this row?';
-       $lang['strrowdeleted'] = 'Row deleted.';
-       $lang['strrowdeletedbad'] = 'Row deletion failed.';
-       $lang['strinsertandrepeat'] = 'Insert & Repeat';
-       $lang['strfield'] = 'Field';
-       $lang['strfields'] = 'Fields';
-       $lang['strnumfields'] = 'Num. of fields';
-       $lang['strfieldneedsname'] = 'You must name your field.';
-       $lang['strselectallfields'] = 'Select all fields';
-       $lang['strselectneedscol'] = 'You must show at least one column.';
-       $lang['strselectunary'] = 'Unary operators cannot have values.';
-       $lang['straltercolumn'] = 'Alter column';
-       $lang['strcolumnaltered'] = 'Column altered.';
-       $lang['strcolumnalteredbad'] = 'Column altering failed.';
-       $lang['strconfdropcolumn'] = 'Are you sure you want to drop column "%s" from table "%s"?';
-       $lang['strcolumndropped'] = 'Column dropped.';
-       $lang['strcolumndroppedbad'] = 'Column drop failed.';
-       $lang['straddcolumn'] = 'Add column';
-       $lang['strcolumnadded'] = 'Column added.';
-       $lang['strcolumnaddedbad'] = 'Column add failed.';
-       $lang['strcascade'] = 'CASCADE';
-       $lang['strtablealtered'] = 'Table altered.';
-       $lang['strtablealteredbad'] = 'Table alteration failed.';
-       $lang['strdataonly'] = 'Data only';
-       $lang['strstructureonly'] = 'Structure only';
-       $lang['strstructureanddata'] = 'Structure and data';
-       $lang['strtabbed'] = 'Tabbed';
-       $lang['strauto'] = 'Auto';
+ // Tables
+ $lang['strtable'] = 'ุฌุฏูˆู„ Table';
+ $lang['strtables'] = 'ุฌุฏุงูˆู„ Tables';
+ $lang['strshowalltables'] = 'ุฃุนุฑุถ ุฌู…ูŠุน ุงู„ุฌุฏุงูˆู„ Tables.';
+ $lang['strnotables'] = 'ู„ุง ูŠูˆุฌุฏ ุฌุฏุงูˆู„.';
+ $lang['strnotable'] = 'ู„ุง ูŠูˆุฌุฏ ุฌุฏูˆู„.';
+ $lang['strcreatetable'] = 'ุฅู†ุดุงุก ุฌุฏูˆู„ Table ุฌุฏูŠุฏ.';
+ $lang['strtablename'] = 'ุฅุณู… ุงู„ุฌุฏูˆู„';
+ $lang['strtableneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ุฌุฏูˆู„.';
+ $lang['strtableneedsfield'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุชุญุฏูŠุฏ ุนู„ู‰ ุงู„ุฃู‚ู„ ุญู‚ู„ ูˆุงุญุฏ.';
+ $lang['strtableneedscols'] = 'ุงู„ุฌุฏุงูˆู„ ุชุชุทู„ุจ ุนุฏุฏ ู…ู‚ุจูˆู„ ู…ู† ุงู„ุฃุนู…ุฏุฉ.';
+ $lang['strtablecreated'] = 'ู„ู‚ุฏ ุชู… ุฅู†ุดุงุก ุงู„ุฌุฏูˆู„ ุจู†ุฌุงุญ.';
+ $lang['strtablecreatedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅู†ุดุงุก ุงู„ุฌุฏูˆู„.';
+ $lang['strconfdroptable'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุฌุฏูˆู„ ุจุฅุณู… "%s"ุŸ';
+ $lang['strtabledropped'] = 'ู„ู‚ุฏ ุชู… ุญุฐู ุงู„ุฌุฏูˆู„.';
+ $lang['strtabledroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุฌุฏูˆู„.';
+ $lang['strconfemptytable'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุงูุฑุงุบ ู…ุญุชูˆูŠุงุช ุงู„ุฌุฏูˆู„ "%s"ุŸ';
+ $lang['strtableemptied'] = 'ู„ู‚ุฏ ุชู… ุงูุฑุงุบ ู…ุญุชูˆูŠุงุช ุงู„ุฌุฏูˆู„ ุจู†ุฌุงุญ.';
+ $lang['strtableemptiedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅูุฑุงุบ ู…ุญุชูˆูŠุงุช ุงู„ุฌุฏูˆู„.';
+ $lang['strinsertrow'] = 'ุฅุฏุฑุงุฌ ุณุฌู„.';
+ $lang['strrowinserted'] = 'ู„ู‚ุฏ ุชู… ุฅุฏุฑุงุฌ ุงู„ุณุฌู„ ุจู†ุฌุงุญ.';
+ $lang['strrowinsertedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุฏุฑุงุฌ ุงู„ุณุฌู„.';
+ $lang['streditrow'] = 'ุชุญุฑูŠุฑ ุงู„ุณุฌู„.';
+ $lang['strrowupdated'] = 'ุชู… ุชุนุฏูŠู„ ุงู„ุณุฌู„ ุจู†ุฌุงุญ.';
+ $lang['strrowupdatedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุชุนุฏูŠู„ ุงู„ุณุฌู„.';
+ $lang['strdeleterow'] = 'ุฅุญุฐู ุงู„ุณุฌู„.';
+ $lang['strconfdeleterow'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ู‡ุฐุง ุงู„ุณุฌู„ุŸ';
+ $lang['strrowdeleted'] = 'ู„ู‚ุฏ ุชู… ุญุฐู ุงู„ุณุฌู„ ุจู†ุฌุงุญ.';
+ $lang['strrowdeletedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุณุฌู„.';
+ $lang['strinsertandrepeat'] = 'ุฅุฏุฑุงุฌ ูˆ ุฅุนุงุฏุฉ';
+ $lang['strfield'] = 'ุงู„ุญู‚ู„';
+ $lang['strnumfields'] = 'ุนุฏุฏ ุงู„ุญู‚ูˆู„';
+ $lang['strselectallfields'] = 'ุฅุฎุชูŠุงุฑ ุฌู…ูŠุน ุงู„ุญู‚ูˆู„';
+ $lang['strselectneedscol'] = 'ุชุญุชุงุฌ ุนุฑุถ ุนู„ู‰ ุงู„ุฃู‚ู„ ุนู…ูˆุฏ ูˆุงุญุฏ.';
+ $lang['strselectunary'] = 'ุงู„ุนู…ู„ูŠุงุช ุงู„ุฃุญุงุฏูŠุฉ Unary operators ู„ุง ูŠู…ูƒู† ุงู† ูŠูƒูˆู† ู„ู‡ุง ู‚ูŠู….';
+ $lang['straltercolumn'] = 'ุชุนุฏูŠู„ ุงู„ุนู…ูˆุฏ';
+ $lang['strcolumnaltered'] = 'ู„ู‚ุฏ ุชู… ุชุนุฏูŠู„ ุงู„ุนู…ูˆุฏ ุจู†ุฌุงุญ.';
+ $lang['strcolumnalteredbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุชุนุฏูŠู„ ุงู„ุนู…ูˆุฏ.';
+ $lang['strconfdropcolumn'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุนู…ูˆุฏ "%s" ู…ู† ุงู„ุฌุฏูˆู„ "%s"ุŸ';
+ $lang['strcolumndropped'] = 'ู„ู‚ุฏ ุชู… ุญุฐู ุงู„ุนู…ูˆุฏ ุจู†ุฌุงุญ.';
+ $lang['strcolumndroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุนู…ูˆุฏ.';
+ $lang['straddcolumn'] = 'ุฅุถุงูุฉ ุนู…ูˆุฏ.';
+ $lang['strcolumnadded'] = 'ู„ู‚ุฏ ุชู…ุช ุฅุถุงูุฉ ุงู„ุนู…ูˆุฏ ุจู†ุฌุงุญ.';
+ $lang['strcolumnaddedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ุนู…ูˆุฏ.';
+ $lang['strcascade'] = 'CASCADE';
+ $lang['strtablealtered'] = 'ู„ู‚ุฏ ุชู… ุชุนุฏูŠู„ ุงู„ุฌุฏูˆู„ ุจู†ุฌุงุญ.';
+ $lang['strtablealteredbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุชุนุฏูŠู„ ุงู„ุฌุฏูˆู„.';
+ $lang['strdataonly'] = 'ุงู„ุจูŠุงู†ุงุช ูู‚ุท';
+ $lang['strstructureonly'] = 'ุงู„ู‡ูŠูƒู„ูŠุฉ ูู‚ุท';
+ $lang['strstructureanddata'] = 'ุงู„ู‡ูŠูƒู„ูŠุฉ ูˆุงู„ุจูŠุงู†ุงุช';
+ $lang['strtabbed'] = 'Tabbed';
+ $lang['strauto'] = 'Auto';
 
      // Users
      $lang['struser'] = 'ุงู„ู…ุณุชุฎุฏู…';
      $lang['strusers'] = 'ุงู„ู…ุณุชุฎุฏู…ูŠู†';
      $lang['strusername'] = 'ุฅุณู… ุงู„ู…ุณุชุฎุฏู…';
      $lang['strpassword'] = 'ูƒู„ู…ุฉ ุงู„ุณุฑ';
      $lang['strsuper'] = 'Superuser?';
      $lang['strcreatedb'] = 'ุฅู†ุดุงุก ู‚ุงุนุฏุฉ ุจูŠุงู†ุงุชุŸ';
      $lang['strexpires'] = 'Expires';
      $lang['strsessiondefaults'] = 'Session defaults';
      $lang['strnousers'] = 'ู„ู… ูŠูˆุฌุฏ ู…ุณุชุฎุฏู…ูŠู†.';
      $lang['struserupdated'] = 'ุชู… ุชุนุฏูŠู„ ุงู„ู…ุณุชุฎุฏู… ุจู†ุฌุงุญ.';
      $lang['struserupdatedbad'] = 'ูุดู„ ุชุนุฏูŠู„ ุงู„ู…ุณุชุฎุฏู….';
      $lang['strshowallusers'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู…ุณุชุฎุฏู…ูŠู†';
      $lang['strcreateuser'] = 'ุฅุถุงูุฉ ู…ุณุชุฎุฏู… ุฌุฏูŠุฏ';
      $lang['struserneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ู…ุณุชุฎุฏู….';
      $lang['strusercreated'] = 'ุชู…ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ู…ุณุชุฎุฏู… ุจู†ุฌุงุญ.';
      $lang['strusercreatedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ู…ุณุชุฎุฏู….';
      $lang['strconfdropuser'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู…ุณุชุฎุฏู… "%s"ุŸ';
      $lang['struserdropped'] = 'ุชู… ุญุฐู ุงู„ู…ุณุชุฎุฏู… ุจู†ุฌุงุญ.';
      $lang['struserdroppedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ู…ุณุชุฎุฏู….';
      $lang['straccount'] = 'Account';
      $lang['strchangepassword'] = 'ุชุบูŠูŠุฑ ูƒู„ู…ุฉ ุงู„ุณุฑ';
      $lang['strpasswordchanged'] = 'ุชู… ุชุบูŠูŠุฑ ูƒู„ู…ุฉ ุงู„ุณุฑ ุจู†ุฌุงุญ.';
      $lang['strpasswordchangedbad'] = 'ู„ู… ูŠู†ุฌุญ ุชุบูŠูŠุฑ ูƒู„ู…ุฉ ุงู„ุณุฑ.';
      $lang['strpasswordshort'] = 'ูƒู„ู…ุฉ ุงู„ุณุฑ ุฃู‚ุตุฑ ู…ู† ุงู„ุญุฏ ุงู„ุฃุฏู†ู‰.';
      $lang['strpasswordconfirm'] = 'ูƒู„ู…ุฉ ุงู„ุณุฑ ุงู„ู…ุฏุฎู„ุฉ ู„ู… ุชุชุทุงุจู‚ ู…ุน ุชุฃูƒูŠุฏ ูƒู„ู…ุฉ ุงู„ุณุฑ.';
-       
      // Groups
      $lang['strgroup'] = 'Group';
      $lang['strgroups'] = 'Groups';
      $lang['strnogroup'] = 'Group not found.';
      $lang['strnogroups'] = 'No groups found.';
      $lang['strcreategroup'] = 'Create group';
      $lang['strshowallgroups'] = 'Show all groups';
      $lang['strgroupneedsname'] = 'You must give a name for your group.';
      $lang['strgroupcreated'] = 'Group created.';
      $lang['strgroupcreatedbad'] = 'Group creation failed.'; 
      $lang['strconfdropgroup'] = 'Are you sure you want to drop the group "%s"?';
      $lang['strgroupdropped'] = 'Group dropped.';
      $lang['strgroupdroppedbad'] = 'Group drop failed.';
      $lang['strmembers'] = 'Members';
      $lang['straddmember'] = 'Add member';
      $lang['strmemberadded'] = 'Member added.';
      $lang['strmemberaddedbad'] = 'Member add failed.';
      $lang['strdropmember'] = 'Drop member';
      $lang['strconfdropmember'] = 'Are you sure you want to drop the member "%s" from the group "%s"?';
      $lang['strmemberdropped'] = 'Member dropped.';
      $lang['strmemberdroppedbad'] = 'Member drop failed.';
+ // Users
+ $lang['struser'] = 'ุงู„ู…ุณุชุฎุฏู…';
+ $lang['strusers'] = 'ุงู„ู…ุณุชุฎุฏู…ูŠู†';
+ $lang['strusername'] = 'ุฅุณู… ุงู„ู…ุณุชุฎุฏู…';
+ $lang['strpassword'] = 'ูƒู„ู…ุฉ ุงู„ุณุฑ';
$lang['strsuper'] = 'ู…ุณุชุฎุฏู… ุฐูˆ ุตู„ุงุญูŠู‘ุงุช ุนู„ูŠุงุŸ';
+ $lang['strcreatedb'] = 'ุฅู†ุดุงุก ู‚ุงุนุฏุฉ ุจูŠุงู†ุงุชุŸ';
$lang['strexpires'] = 'ูŠู†ุชู‡ูŠ';
+ $lang['strsessiondefaults'] = 'Session defaults';
+ $lang['strnousers'] = 'ู„ู… ูŠูˆุฌุฏ ู…ุณุชุฎุฏู…ูŠู†.';
+ $lang['struserupdated'] = 'ุชู… ุชุนุฏูŠู„ ุงู„ู…ุณุชุฎุฏู… ุจู†ุฌุงุญ.';
+ $lang['struserupdatedbad'] = 'ูุดู„ ุชุนุฏูŠู„ ุงู„ู…ุณุชุฎุฏู….';
+ $lang['strshowallusers'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู…ุณุชุฎุฏู…ูŠู†';
+ $lang['strcreateuser'] = 'ุฅุถุงูุฉ ู…ุณุชุฎุฏู… ุฌุฏูŠุฏ';
+ $lang['struserneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ู…ุณุชุฎุฏู….';
+ $lang['strusercreated'] = 'ุชู…ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ู…ุณุชุฎุฏู… ุจู†ุฌุงุญ.';
+ $lang['strusercreatedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ู…ุณุชุฎุฏู….';
+ $lang['strconfdropuser'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู…ุณุชุฎุฏู… "%s"ุŸ';
+ $lang['struserdropped'] = 'ุชู… ุญุฐู ุงู„ู…ุณุชุฎุฏู… ุจู†ุฌุงุญ.';
+ $lang['struserdroppedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ู…ุณุชุฎุฏู….';
+ $lang['straccount'] = 'Account';
+ $lang['strchangepassword'] = 'ุชุบูŠูŠุฑ ูƒู„ู…ุฉ ุงู„ุณุฑ';
+ $lang['strpasswordchanged'] = 'ุชู… ุชุบูŠูŠุฑ ูƒู„ู…ุฉ ุงู„ุณุฑ ุจู†ุฌุงุญ.';
+ $lang['strpasswordchangedbad'] = 'ู„ู… ูŠู†ุฌุญ ุชุบูŠูŠุฑ ูƒู„ู…ุฉ ุงู„ุณุฑ.';
+ $lang['strpasswordshort'] = 'ูƒู„ู…ุฉ ุงู„ุณุฑ ุฃู‚ุตุฑ ู…ู† ุงู„ุญุฏ ุงู„ุฃุฏู†ู‰.';
+ $lang['strpasswordconfirm'] = 'ูƒู„ู…ุฉ ุงู„ุณุฑ ุงู„ู…ุฏุฎู„ุฉ ู„ู… ุชุชุทุงุจู‚ ู…ุน ุชุฃูƒูŠุฏ ูƒู„ู…ุฉ ุงู„ุณุฑ.';
+ // Groups
$lang['strgroup'] = 'ุงู„ู…ุฌู…ูˆุนุฉ';
$lang['strgroups'] = 'ุงู„ู…ุฌู…ูˆุนุงุช';
$lang['strnogroup'] = 'ู„ู… ุชูˆุฌุฏ ุงู„ู…ุฌู…ูˆุนุฉ.';
$lang['strnogroups'] = 'ู„ู… ุชูˆุฌุฏ ู…ุฌู…ูˆุนุงุช.';
$lang['strcreategroup'] = 'ุฅุถุงูุฉ ู…ุฌู…ูˆุนุฉ ุฌุฏูŠุฏุฉ';
$lang['strshowallgroups'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู…ุฌู…ูˆุนุงุช';
$lang['strgroupneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ู…ุฌู…ูˆุนุฉ.';
$lang['strgroupcreated'] = 'ู„ู‚ุฏ ุชู…ุช ุฅุถุงูุฉ ุงู„ู…ุฌู…ูˆุนุฉ ุจู†ุฌุงุญ.';
$lang['strgroupcreatedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ู…ุฌู…ูˆุนุฉ.'; 
$lang['strconfdropgroup'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู…ุฌู…ูˆุนุฉ "%s"ุŸ';
$lang['strgroupdropped'] = 'ุชู… ุญุฐู ุงู„ู…ุฌู…ูˆุนุฉ ุจู†ุฌุงุญ.';
$lang['strgroupdroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ู…ุฌู…ูˆุนุฉ.';
$lang['strmembers'] = 'ุงู„ุฃุนุถุงุก';
$lang['straddmember'] = 'ุฅุถุงูุฉ ุนุถูˆ';
$lang['strmemberadded'] = 'ุชู…ุช ุฅุถุงูุฉ ุงู„ุนุถูˆ.';
$lang['strmemberaddedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุถุงูุฉ ุงู„ุนุถูˆ.';
$lang['strdropmember'] = 'ุญุฐู ุนุถูˆ';
$lang['strconfdropmember'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุนุถูˆ "%s" ู…ู† ุงู„ู…ุฌู…ูˆุนุฉ "%s"ุŸ';
$lang['strmemberdropped'] = 'ุชู… ุญุฐู ุงู„ุนุถูˆ.';
$lang['strmemberdroppedbad'] = 'ู„ู‚ุฏ ูุดู„ ุญุฐู ุงู„ุนุถูˆ.';
 
-       // Privileges
-       $lang['strprivilege'] = 'Privilege';
-       $lang['strprivileges'] = 'Privileges';
-       $lang['strnoprivileges'] = 'This object has default owner privileges.';
-       $lang['strgrant'] = 'Grant';
-       $lang['strrevoke'] = 'Revoke';
-       $lang['strgranted'] = 'Privileges changed.';
-       $lang['strgrantfailed'] = 'Failed to change privileges.';
-       $lang['strgrantbad'] = 'You must specify at least one user or group and at least one privilege.';
-       $lang['stralterprivs'] = 'Alter privileges';
-       $lang['strgrantor'] = 'Grantor';
-       $lang['strasterisk'] = '*';
+ // Privileges
+ $lang['strprivilege'] = 'ุงู„ุตู„ุงุญูŠู‘ุฉ';
+ $lang['strprivileges'] = 'ุงู„ุตู„ุงุญูŠุงุช';
+ $lang['strnoprivileges'] = 'ู‡ุฐุง ุงู„ูƒุงุฆู† ู„ุฏูŠู‡ ุตู„ุงุญูŠู‘ุงุช ุงู„ู…ุงู„ูƒ ุงู„ุฅูุชุฑุงุถูŠุฉ.';
+ $lang['strgrant'] = 'ุชุตุฑูŠุญ Grant';
+ $lang['strrevoke'] = 'ุณุญุจ Revoke';
+ $lang['strgranted'] = 'ุชู… ุชุบูŠูŠุฑ ุงู„ุตู„ุงุญูŠุงุช.';
+ $lang['strgrantfailed'] = 'ู„ู‚ุฏ ูุดู„ ุชุบูŠูŠุฑ ุงู„ุตู„ุงุญูŠุงุช.';
+ $lang['strgrantbad'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุชุญุฏูŠุฏ ุนู„ู‰ ุงู„ุงู‚ู„ ู…ุณุชุฎุฏู… ูˆุงุญุฏ ุงูˆ ู…ุฌู…ูˆุนุฉ ูˆุงุญุฏุฉ ูˆ ุนู„ู‰ ุงู„ุฃู‚ู„ ุตู„ุงุญูŠู‘ุฉ ูˆุงุญุฏุฉ.';
+ $lang['strgrantor'] = 'ุงู„ู…ุตุฑู‘ุญ Grantor';
+ $lang['strasterisk'] = '*';
 
      // Databases
      $lang['strdatabase'] = 'Database';
      $lang['strdatabases'] = 'Databases';
      $lang['strshowalldatabases'] = 'Show all databases';
      $lang['strnodatabase'] = 'No database found.';
      $lang['strnodatabases'] = 'No databases found.';
      $lang['strcreatedatabase'] = 'Create database';
      $lang['strdatabasename'] = 'Database name';
      $lang['strdatabaseneedsname'] = 'You must give a name for your database.';
      $lang['strdatabasecreated'] = 'Database created.';
      $lang['strdatabasecreatedbad'] = 'Database creation failed.';
      $lang['strconfdropdatabase'] = 'Are you sure you want to drop the database "%s"?';
      $lang['strdatabasedropped'] = 'Database dropped.';
      $lang['strdatabasedroppedbad'] = 'Database drop failed.';
      $lang['strentersql'] = 'Enter the SQL to execute below:';
      $lang['strsqlexecuted'] = 'SQL executed.';
      $lang['strvacuumgood'] = 'Vacuum complete.';
      $lang['strvacuumbad'] = 'Vacuum failed.';
      $lang['stranalyzegood'] = 'Analyze complete.';
      $lang['stranalyzebad'] = 'Analyze failed.';
      $lang['strreindexgood'] = 'Reindex complete.';
      $lang['strreindexbad'] = 'Reindex failed.';
      $lang['strfull'] = 'Full';
      $lang['strfreeze'] = 'Freeze';
      $lang['strforce'] = 'Force';
+ // Databases
$lang['strdatabase'] = 'ู‚ุงุนุฏุฉ ุจูŠุงู†ุงุช';
$lang['strdatabases'] = 'ู‚ูˆุงุนุฏ ุงู„ุจูŠุงู†ุงุช';
$lang['strshowalldatabases'] = 'ุนุฑุถ ุฌู…ูŠุน ู‚ูˆุงุนุฏ ุงู„ุจูŠุงู†ุงุช';
$lang['strnodatabase'] = 'ู„ู… ูŠูˆุฌุฏ ู‚ุงุนุฏุฉ ุจูŠุงู†ุงุช.';
$lang['strnodatabases'] = 'ู„ู… ูŠูˆุฌุฏ ู‚ูˆุงุนุฏ ุจูŠุงู†ุงุช.';
$lang['strcreatedatabase'] = 'ุฅู†ุดุงุก ู‚ุงุนุฏุฉ ุจูŠุงู†ุงุช ุฌุฏูŠุฏุฉ';
$lang['strdatabasename'] = 'ุฅุณู… ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช';
$lang['strdatabaseneedsname'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุฅุนุทุงุก ุฅุณู… ู„ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช.';
$lang['strdatabasecreated'] = 'ุชู… ุฅู†ุดุงุก ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช ุจู†ุฌุงุญ.';
$lang['strdatabasecreatedbad'] = 'ูุดู„ ุฅู†ุดุงุก ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช.';
$lang['strconfdropdatabase'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช ุจุฅุณู… "%s"?';
$lang['strdatabasedropped'] = 'ุชู… ุญุฐู ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช.';
$lang['strdatabasedroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ู‚ุงุนุฏุฉ ุงู„ุจูŠุงู†ุงุช.';
$lang['strentersql'] = 'ุฃุฏุฎู„ ุงู„ู€SQL ุงู„ุฐูŠ ุชุฑูŠุฏ ุฅุณุชุฏุนุงุกู‡ ู‡ู†ุง:';
$lang['strsqlexecuted'] = 'ุชู… ุฅุณุชุฏุนุงุก ุงู„ู€SQL.';
$lang['strvacuumgood'] = 'ุชู…ุช ุนู…ู„ูŠุฉ ุงู„ู€Vacuum.';
$lang['strvacuumbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุงู„ู€Vacuum.';
$lang['stranalyzegood'] = 'ุชู…ุช ุนู…ู„ูŠุฉ ุงู„ูุญุต.';
$lang['stranalyzebad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุงู„ูุญุต.';
$lang['strreindexgood'] = 'ุชู…ุช ุนู…ู„ูŠุฉ ุฅุนุงุฏุฉ ุงู„ูู‡ุฑุณุฉ ุจู†ุฌุงุญ.';
$lang['strreindexbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅุนุงุฏุฉ ุงู„ูู‡ุฑุณุฉ.';
+ $lang['strfull'] = 'Full';
+ $lang['strfreeze'] = 'Freeze';
+ $lang['strforce'] = 'Force';
 
      // Views
      $lang['strview'] = 'View';
      $lang['strviews'] = 'Views';
      $lang['strshowallviews'] = 'Show all views';
      $lang['strnoview'] = 'No view found.';
      $lang['strnoviews'] = 'No views found.';
      $lang['strcreateview'] = 'Create view';
      $lang['strviewname'] = 'View name';
      $lang['strviewneedsname'] = 'You must give a name for your view.';
      $lang['strviewneedsdef'] = 'You must give a definition for your view.';
      $lang['strviewneedsfields'] = 'You must give the columns you want selected in your view.';
      $lang['strviewcreated'] = 'View created.';
      $lang['strviewcreatedbad'] = 'View creation failed.';
      $lang['strconfdropview'] = 'Are you sure you want to drop the view "%s"?';
      $lang['strviewdropped'] = 'View dropped.';
      $lang['strviewdroppedbad'] = 'View drop failed.';
      $lang['strviewupdated'] = 'View updated.';
      $lang['strviewupdatedbad'] = 'View update failed.';
      $lang['strviewlink'] = 'Linking Keys';
      $lang['strviewconditions'] = 'Additional Conditions';
      $lang['strcreateviewwiz'] = 'Create view with wizard';
+ // Views
$lang['strview'] = 'View ุนุฑุถ';
$lang['strviews'] = 'ุนุฑูˆุถ Views';
$lang['strshowallviews'] = 'ุฃุนุฑุถ ุฌู…ูŠุน ุงู„ุนุฑูˆุถ Views.';
$lang['strnoview'] = 'ู„ู… ูŠูˆุฌุฏ ุนุฑุถ View.';
$lang['strnoviews'] = 'ู„ู… ูŠูˆุฌุฏ ุนุฑูˆุถ Views.';
$lang['strcreateview'] = 'ุฅู†ุดุงุก ุนุฑุถ View ุฌุฏูŠุฏ';
$lang['strviewname'] = 'ุฅุณู… ุงู„ุนุฑุถ View';
$lang['strviewneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ุนุฑุถ View.';
$lang['strviewneedsdef'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุฅุนุทุงุก ุชุนุฑูŠู ู„ู„ุนุฑุถ View.';
$lang['strviewneedsfields'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุชุญุฏูŠุฏ ุงู„ุญู‚ูˆู„ ุงู„ุชูŠ ุชุฑูŠุฏู‡ุง ููŠ ุงู„ุนุฑุถ View.';
$lang['strviewcreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ุนุฑุถ View.';
$lang['strviewcreatedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุฅู†ุดุงุก ุงู„ุนุฑุถ View.';
$lang['strconfdropview'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุนุฑุถ View ุจุฅุณู… "%s"';
$lang['strviewdropped'] = 'ุชู… ุญุฐู ุงู„ุนุฑุถ View.';
$lang['strviewdroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุนุฑุถ View.';
$lang['strviewupdated'] = 'ุชู… ุชุญุฏูŠุซ ุงู„ุนุฑุถ View ุจู†ุฌุงุญ.';
$lang['strviewupdatedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุชุญุฏูŠุซ ุงู„ุนุฑุถ View.';
+ $lang['strviewlink'] = 'Linking Keys';
+ $lang['strviewconditions'] = 'Additional Conditions';
$lang['strcreateviewwiz'] = 'ุฅู†ุดุงุก ุนุฑุถ View ุจุฅุณุชุฎุฏุงู… ุงู„ุณุงุญุฑ Wizard.';
 
      // Sequences
      $lang['strsequence'] = 'Sequence';
      $lang['strsequences'] = 'Sequences';
      $lang['strshowallsequences'] = 'Show all sequences';
      $lang['strnosequence'] = 'No sequence found.';
      $lang['strnosequences'] = 'No sequences found.';
      $lang['strcreatesequence'] = 'Create sequence';
      $lang['strlastvalue'] = 'Last value';
-       $lang['strincrementby'] = 'Increment by';       
      $lang['strstartvalue'] = 'Start value';
      $lang['strmaxvalue'] = 'Max value';
      $lang['strminvalue'] = 'Min value';
      $lang['strcachevalue'] = 'Cache value';
      $lang['strlogcount'] = 'Log count';
      $lang['striscycled'] = 'Is cycled?';
      $lang['striscalled'] = 'Is called?';
      $lang['strsequenceneedsname'] = 'You must specify a name for your sequence.';
      $lang['strsequencecreated'] = 'Sequence created.';
      $lang['strsequencecreatedbad'] = 'Sequence creation failed.'; 
      $lang['strconfdropsequence'] = 'Are you sure you want to drop sequence "%s"?';
      $lang['strsequencedropped'] = 'Sequence dropped.';
      $lang['strsequencedroppedbad'] = 'Sequence drop failed.';
      $lang['strsequencereset'] = 'Sequence reset.';
      $lang['strsequenceresetbad'] = 'Sequence reset failed.'; 
+ // Sequences
$lang['strsequence'] = 'ุชุณู„ุณู„ Sequence';
$lang['strsequences'] = 'ุชุณู„ุณู„ุงุช Sequences';
$lang['strshowallsequences'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ุชุณู„ุณู„ุงุช';
$lang['strnosequence'] = 'ู„ู… ูŠูˆุฌุฏ ุชุณู„ุณู„.';
$lang['strnosequences'] = 'ู„ู… ูŠูˆุฌุฏ ุชุณู„ุณู„ุงุช.';
$lang['strcreatesequence'] = 'ุฅู†ุดุงุก ุชุณู„ุณู„ ุฌุฏูŠุฏ';
$lang['strlastvalue'] = 'ุขุฎุฑ ู‚ูŠู…ุฉ';
+ $lang['strincrementby'] = 'ู…ู‚ุฏุงุฑ ุงู„ุฒูŠุงุฏุฉ Increment by'; 
$lang['strstartvalue'] = 'ู‚ูŠู…ุฉ ุงู„ุจุฏุงูŠุฉ';
$lang['strmaxvalue'] = 'ุงู„ู‚ูŠู…ุฉ ุงู„ู‚ุตูˆู‰';
$lang['strminvalue'] = 'ุงู„ู‚ูŠู…ุฉ ุงู„ุฏู†ูŠุง';
+ $lang['strcachevalue'] = 'Cache value';
+ $lang['strlogcount'] = 'Log count';
+ $lang['striscycled'] = 'Is cycled?';
+ $lang['striscalled'] = 'Is called?';
$lang['strsequenceneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ุชุณู„ุณู„ sequence.';
$lang['strsequencecreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ุชุณู„ุณู„ ุจู†ุฌุงุญ.';
$lang['strsequencecreatedbad'] = 'ู„ู‚ุฏ ูุดู„ ุฅู†ุดุงุก ุงู„ุชุณู„ุณู„.'; 
$lang['strconfdropsequence'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุชุณู„ุณู„ ุจุฅุณู… "%s"ุŸ';
$lang['strsequencedropped'] = 'ู„ู‚ุฏ ุชู… ุญุฐู ุงู„ุชุณู„ุณู„ ุจู†ุฌุงุญ.';
$lang['strsequencedroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุชุณู„ุณู„.';
$lang['strsequencereset'] = 'ู„ู‚ุฏ ุชู…ุช ุฅุนุงุฏุฉ ุงู„ุชุณู„ุณู„ ุจู†ุฌุงุญ.';
$lang['strsequenceresetbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุฅุนุงุฏุฉ ุงู„ุชุณู„ุณู„.'; 
 
      // Indexes
      $lang['strindex'] = 'Index';
      $lang['strindexes'] = 'Indexes';
      $lang['strindexname'] = 'Index Name';
      $lang['strshowallindexes'] = 'Show all indexes';
      $lang['strnoindex'] = 'No index found.';
      $lang['strnoindexes'] = 'No indexes found.';
      $lang['strcreateindex'] = 'Create index';
      $lang['strtabname'] = 'Tab name';
      $lang['strcolumnname'] = 'Column name';
      $lang['strindexneedsname'] = 'You must give a name for your index.';
      $lang['strindexneedscols'] = 'Indexes require a valid number of columns.';
      $lang['strindexcreated'] = 'Index created';
      $lang['strindexcreatedbad'] = 'Index creation failed.';
      $lang['strconfdropindex'] = 'Are you sure you want to drop the index "%s"?';
      $lang['strindexdropped'] = 'Index dropped.';
      $lang['strindexdroppedbad'] = 'Index drop failed.';
      $lang['strkeyname'] = 'Key name';
      $lang['struniquekey'] = 'Unique key';
      $lang['strprimarykey'] = 'Primary key';
-       $lang['strindextype'] = 'Type of index';
      $lang['strtablecolumnlist'] = 'Columns in table';
      $lang['strindexcolumnlist'] = 'Columns in index';
      $lang['strconfcluster'] = 'Are you sure you want to cluster "%s"?';
      $lang['strclusteredgood'] = 'Cluster complete.';
      $lang['strclusteredbad'] = 'Cluster failed.';
+ // Indexes
$lang['strindex'] = 'ูู‡ุฑุณIndex';
$lang['strindexes'] = 'ูู‡ุงุฑุณIndexes';
$lang['strindexname'] = 'ุฅุณู… ุงู„ูู‡ุฑุณ Index';
$lang['strshowallindexes'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ูู‡ุงุฑุณ indexes';
$lang['strnoindex'] = 'ู„ู… ูŠูˆุฌุฏ ูู‡ุฑุณ index.';
$lang['strnoindexes'] = 'ู„ู… ุชูˆุฌุฏ ูู‡ุงุฑุณ indexes.';
$lang['strcreateindex'] = 'ุฅู†ุดุงุก ูู‡ุฑุณ index ุฌุฏูŠุฏ';
+ $lang['strtabname'] = 'Tab name';
$lang['strcolumnname'] = 'ุฅุณู… ุงู„ุนู…ูˆุฏ';
$lang['strindexneedsname'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุฅุนุทุงุก ุฅุณู… ู„ู„ูู‡ุฑุณ index.';
$lang['strindexneedscols'] = 'ุงู„ูู‡ุงุฑุณ ุชุชุทู„ุจ ุนุฏุฏ ู…ู‚ุจูˆู„ ู…ู† ุงู„ุฃุนู…ุฏุฉ.';
$lang['strindexcreated'] = 'ู„ู‚ุฏ ุชู… ุฅู†ุดุงุก ุงู„ูู‡ุฑุณ ุจู†ุฌุงุญ.';
$lang['strindexcreatedbad'] = 'ูุดู„ ุฅู†ุดุงุก ุงู„ูู‡ุฑุณ.';
$lang['strconfdropindex'] = 'ู‡ู„ ุงู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ูู‡ุฑุณ ุจุฅุณู… "%s"ุŸ';
$lang['strindexdropped'] = 'ู„ู‚ุฏ ุชู… ุญุฐู ุงู„ูู‡ุฑุณ ุจู†ุฌุงุญ.';
$lang['strindexdroppedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ูู‡ุฑุณ.';
$lang['strkeyname'] = 'ุฅุณู… ุงู„ู…ูุชุงุญ Key';
$lang['struniquekey'] = 'ู…ูุชุงุญ ูุฑูŠุฏ Unique key';
$lang['strprimarykey'] = 'ู…ูุชุงุญ ุฑุฆูŠุณูŠ Primary key';
+  $lang['strindextype'] = 'ู†ูˆุน ุงู„ูู‡ุฑุณ';
$lang['strtablecolumnlist'] = 'ุงู„ุฃุนู…ุฏุฉ ููŠ ุงู„ุฌุฏูˆู„';
$lang['strindexcolumnlist'] = 'ุงู„ุฃุนู…ุฏุฉ ููŠ ุงู„ูู‡ุฑุณ';
+ $lang['strconfcluster'] = 'Are you sure you want to cluster "%s"?';
+ $lang['strclusteredgood'] = 'Cluster complete.';
+ $lang['strclusteredbad'] = 'Cluster failed.';
 
      // Rules
      $lang['strrules'] = 'Rules';
      $lang['strrule'] = 'Rule';
      $lang['strshowallrules'] = 'Show all rules';
      $lang['strnorule'] = 'No rule found.';
      $lang['strnorules'] = 'No rules found.';
      $lang['strcreaterule'] = 'Create rule';
      $lang['strrulename'] = 'Rule name';
      $lang['strruleneedsname'] = 'You must specify a name for your rule.';
      $lang['strrulecreated'] = 'Rule created.';
      $lang['strrulecreatedbad'] = 'Rule creation failed.';
      $lang['strconfdroprule'] = 'Are you sure you want to drop the rule "%s" on "%s"?';
      $lang['strruledropped'] = 'Rule dropped.';
      $lang['strruledroppedbad'] = 'Rule drop failed.';
+ // Rules
$lang['strrules'] = 'ู‚ูˆุงุนุฏ Rules';
$lang['strrule'] = 'ู‚ุงุนุฏุฉ Rule';
$lang['strshowallrules'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู‚ูˆุงุนุฏ';
$lang['strnorule'] = 'ู„ู… ุชูˆุฌุฏ ู‚ุงุนุฏุฉ.';
$lang['strnorules'] = 'ู„ู… ุชูˆุฌุฏ ู‚ูˆุงุนุฏ.';
$lang['strcreaterule'] = 'ุฅู†ุดุงุก ู‚ุงุนุฏุฉ rule ุฌุฏูŠุฏุฉ';
$lang['strrulename'] = 'ุฅุณู… ุงู„ู‚ุงุนุฏุฉ rule name';
$lang['strruleneedsname'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุฅุนุทุงุก ุฅุณู… ู„ู„ู‚ุงุนุฏุฉ rule.';
$lang['strrulecreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ู‚ุงุนุฏุฉ ุจู†ุฌุงุญ.';
$lang['strrulecreatedbad'] = 'ูุดู„ ุฅู†ุดุงุก ุงู„ู‚ุงุนุฏุฉ.';
$lang['strconfdroprule'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู‚ุงุนุฏุฉ "%s" ุนู„ู‰ "%s"ุŸ';
$lang['strruledropped'] = 'ุชู… ุญุฐู ุงู„ู‚ุงุนุฏุฉ.';
$lang['strruledroppedbad'] = 'ูุดู„ ุญุฐู ุงู„ู‚ุงุนุฏุฉ.';
 
      // Constraints
      $lang['strconstraints'] = 'Constraints';
      $lang['strshowallconstraints'] = 'Show all constraints';
      $lang['strnoconstraints'] = 'No constraints found.';
      $lang['strcreateconstraint'] = 'Create constraint';
      $lang['strconstraintcreated'] = 'Constraint created.';
      $lang['strconstraintcreatedbad'] = 'Constraint creation failed.';
      $lang['strconfdropconstraint'] = 'Are you sure you want to drop the constraint "%s" on "%s"?';
      $lang['strconstraintdropped'] = 'Constraint dropped.';
      $lang['strconstraintdroppedbad'] = 'Constraint drop failed.';
      $lang['straddcheck'] = 'Add check';
      $lang['strcheckneedsdefinition'] = 'Check constraint needs a definition.';
      $lang['strcheckadded'] = 'Check constraint added.';
      $lang['strcheckaddedbad'] = 'Failed to add check constraint.';
      $lang['straddpk'] = 'Add primary key';
      $lang['strpkneedscols'] = 'Primary key requires at least one column.';
      $lang['strpkadded'] = 'Primary key added.';
      $lang['strpkaddedbad'] = 'Failed to add primary key.';
      $lang['stradduniq'] = 'Add unique key';
      $lang['struniqneedscols'] = 'Unique key requires at least one column.';
      $lang['struniqadded'] = 'Unique key added.';
      $lang['struniqaddedbad'] = 'Failed to add unique key.';
      $lang['straddfk'] = 'Add foreign key';
      $lang['strfkneedscols'] = 'Foreign key requires at least one column.';
      $lang['strfkneedstarget'] = 'Foreign key requires a target table.';
      $lang['strfkadded'] = 'Foreign key added.';
      $lang['strfkaddedbad'] = 'Failed to add foreign key.';
      $lang['strfktarget'] = 'Target table';
      $lang['strfkcolumnlist'] = 'Columns in key';
      $lang['strondelete'] = 'ON DELETE';
      $lang['stronupdate'] = 'ON UPDATE';
+ // Constraints
$lang['strconstraints'] = 'ู‚ูŠูˆุฏ Constraints';
$lang['strshowallconstraints'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู‚ูŠูˆุฏ constraints';
$lang['strnoconstraints'] = 'ู„ู… ูŠูˆุฌุฏ ู‚ูŠูˆุฏ constraints.';
$lang['strcreateconstraint'] = 'ุฅู†ุดุงุก ู‚ูŠุฏ constraint ุฌุฏูŠุฏ';
$lang['strconstraintcreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ู‚ูŠุฏ ุจู†ุฌุงุญ.';
$lang['strconstraintcreatedbad'] = 'ูุดู„ ุฅู†ุดุงุก ุงู„ู‚ูŠุฏ.';
$lang['strconfdropconstraint'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู‚ูŠุฏ "%s" ุนู„ู‰ "%s"ุŸ';
$lang['strconstraintdropped'] = 'ุชู… ุญุฐู ุงู„ู‚ูŠุฏ ุจู†ุฌุงุญ.';
$lang['strconstraintdroppedbad'] = 'ูุดู„ ุญุฐู ุงู„ู‚ูŠุฏ.';
$lang['straddcheck'] = 'ุฅุถุงูุฉ ูุญุต check';
$lang['strcheckneedsdefinition'] = 'ู‚ูŠุฏ ุงู„ูุญุต ูŠุญุชุงุฌ ู„ุชุนุฑูŠู.';
$lang['strcheckadded'] = 'ุชู… ุฅุถุงูุฉ ู‚ูŠุฏ ุงู„ูุญุต ุจู†ุญุงุญ.';
$lang['strcheckaddedbad'] = 'ูุดู„ุช ุฅุถุงูุฉ ู‚ูŠุฏ ุงู„ูุญุต.';
$lang['straddpk'] = 'primary key ุฅุถุงูุฉ ู…ูุชุงุญ ุฑุฆูŠุณูŠ.';
$lang['strpkneedscols'] = 'ุงู„ู…ูุชุงุญ ุงู„ุฑุฆูŠุณูŠ ูŠุชุทู„ุจ ุนู„ู‰ ุงู„ุฃู‚ู„ ุนู…ูˆุฏ ูˆุงุญุฏ.';
$lang['strpkadded'] = 'ุชู…ุช ุฅุถุงูุฉ ุงู„ู…ูุชุงุญ ุงู„ุฑุฆูŠุณูŠ ุจู†ุฌุงุญ.';
$lang['strpkaddedbad'] = 'ูุดู„ุช ุฅุถุงูุฉ ุงู„ู…ูุชุงุญ ุงู„ุฑุฆูŠุณูŠ.';
$lang['stradduniq'] = 'unique key ุฅุถุงูุฉ ู…ูุชุงุญ ูุฑูŠุฏ';
$lang['struniqneedscols'] = 'ุงู„ู…ูุชุงุญ ุงู„ูุฑูŠุฏ ูŠุชุทู„ุจ ุนู…ูˆุฏ ูˆุงุญุฏ ุนู„ู‰ ุงู„ุฃู‚ู„.';
$lang['struniqadded'] = 'ุชู…ุช ุฅุถุงูุฉ ุงู„ู…ูุชุงุญ ุงู„ูุฑูŠุฏ ุจู†ุฌุงุญ.';
$lang['struniqaddedbad'] = 'ูุดู„ุช ุฅุถุงูุฉ ุงู„ู…ูุชุงุญ ุงู„ูุฑูŠุฏ.';
$lang['straddfk'] = 'ุฅุถุงูุฉ ู…ูุชุงุญ ุฎุงุฑุฌูŠforeign key';
$lang['strfkneedscols'] = 'ุงู„ู…ูุชุงุญ ุงู„ุฎุงุฑุฌูŠ ูŠุชุทู„ุจ ุนู…ูˆุฏ ูˆุงุญุฏ ุนู„ู‰ ุงู„ุฃู‚ู„.';
$lang['strfkneedstarget'] = 'ุงู„ู…ูุชุงุญ ุงู„ุฎุงุฑุฌูŠ ูŠุญุชุงุฌ ุงู„ู‰ ุฌุฏูˆู„ ู‡ุฏู.';
$lang['strfkadded'] = 'ุชู…ุช ุฅุถุงูุฉ ุงู„ู…ูุชุงุญ ุงู„ุฎุงุฑุฌูŠ ุจู†ุฌุงุญ.';
$lang['strfkaddedbad'] = 'ูุดู„ุช ุฅุถุงูุฉ ุงู„ู…ูุชุงุญ ุงู„ุฎุงุฑุฌูŠ.';
$lang['strfktarget'] = 'ุงู„ุฌุฏูˆู„ ุงู„ู‡ุฏู Target table';
$lang['strfkcolumnlist'] = 'ุงู„ุฃุนู…ุฏุฉ ููŠ ุงู„ู…ูุชุงุญ';
+ $lang['strondelete'] = 'ON DELETE';
+ $lang['stronupdate'] = 'ON UPDATE';
 
-       // Functions
-       $lang['strfunction'] = 'Function';
-       $lang['strfunctions'] = 'Functions';
-       $lang['strshowallfunctions'] = 'Show all functions';
-       $lang['strnofunction'] = 'No function found.';
-       $lang['strnofunctions'] = 'No functions found.';
-       $lang['strcreatefunction'] = 'Create function';
-       $lang['strfunctionname'] = 'Function name';
-       $lang['strreturns'] = 'Returns';
-       $lang['strarguments'] = 'Arguments';
-       $lang['strproglanguage'] = 'Programming language';
-       $lang['strfunctionneedsname'] = 'You must give a name for your function.';
-       $lang['strfunctionneedsdef'] = 'You must give a definition for your function.';
-       $lang['strfunctioncreated'] = 'Function created.';
-       $lang['strfunctioncreatedbad'] = 'Function creation failed.';
-       $lang['strconfdropfunction'] = 'Are you sure you want to drop the function "%s"?';
-       $lang['strfunctiondropped'] = 'Function dropped.';
-       $lang['strfunctiondroppedbad'] = 'Function drop failed.';
-       $lang['strfunctionupdated'] = 'Function updated.';
-       $lang['strfunctionupdatedbad'] = 'Function update failed.';
+ // Functions
+ $lang['strfunction'] = 'ุฏุงู„ุฉ Function';
+ $lang['strfunctions'] = 'ุฏูˆุงู„ Functions';
+ $lang['strshowallfunctions'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ุฏูˆุงู„ functions';
+ $lang['strnofunction'] = 'ู„ู… ุชูˆุฌุฏ ุฏุงู„ุฉ function.';
+ $lang['strnofunctions'] = 'ู„ู… ุชูˆุฌุฏ ุฏูˆุงู„ functions.';
+ $lang['strfunctionname'] = 'ุฅุณู… ุงู„ุฏุงู„ุฉ function name';
+ $lang['strreturns'] = 'Returns';
+ $lang['strarguments'] = 'Arguments';
+ $lang['strproglanguage'] = 'ู„ุบุฉ ุจุฑู…ุฌุฉ';
+ $lang['strfunctionneedsname'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุฅุนุทุงุก ุฅุณู… ู„ู„ุฏุงู„ุฉ function.';
+ $lang['strfunctionneedsdef'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุงุนุทุงุก ุชุนุฑูŠู ู„ู„ุฏุงู„ุฉ function definition.';
+ $lang['strfunctioncreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ุฏุงู„ุฉ function ุจู†ุฌุงุญ.';
+ $lang['strfunctioncreatedbad'] = 'ู„ู‚ุฏ ูุดู„ ุฅู†ุดุงุก ุงู„ุฏุงู„ุฉ.';
+ $lang['strconfdropfunction'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุฏุงู„ุฉ function ุจุฅุณู… "%s"?';
+ $lang['strfunctiondropped'] = 'ุชู… ุญุฐู ุงู„ุฏุงู„ุฉ function ุจู†ุฌุงุญ.';
+ $lang['strfunctiondroppedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุฏุงู„ุฉ function.';
+ $lang['strfunctionupdated'] = 'ู„ู‚ุฏ ุชู… ุชุนุฏูŠู„ ุงู„ุฏุงู„ุฉ function.';
+ $lang['strfunctionupdatedbad'] = 'ู„ู‚ุฏ ูุดู„ ุชุนุฏูŠู„ ุงู„ุฏุงู„ุฉ function.';
 
      // Triggers
      $lang['strtrigger'] = 'Trigger';
      $lang['strtriggers'] = 'Triggers';
      $lang['strshowalltriggers'] = 'Show all triggers';
      $lang['strnotrigger'] = 'No trigger found.';
      $lang['strnotriggers'] = 'No triggers found.';
      $lang['strcreatetrigger'] = 'Create trigger';
      $lang['strtriggerneedsname'] = 'You must specify a name for your trigger.';
      $lang['strtriggerneedsfunc'] = 'You must specify a function for your trigger.';
      $lang['strtriggercreated'] = 'Trigger created.';
      $lang['strtriggercreatedbad'] = 'Trigger creation failed.';
      $lang['strconfdroptrigger'] = 'Are you sure you want to drop the trigger "%s" on "%s"?';
      $lang['strtriggerdropped'] = 'Trigger dropped.';
      $lang['strtriggerdroppedbad'] = 'Trigger drop failed.';
      $lang['strtriggeraltered'] = 'Trigger altered.';
      $lang['strtriggeralteredbad'] = 'Trigger alter failed.';
+ // Triggers
$lang['strtrigger'] = 'ู…ุญูู‘ุฒ Trigger';
$lang['strtriggers'] = 'ู…ุญูู‘ุฒุงุช Triggers';
$lang['strshowalltriggers'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู…ุญูุฒุงุช triggers';
$lang['strnotrigger'] = 'ู„ู… ูŠูˆุฌุฏ ุงู„ู…ุญูุฒ trigger.';
$lang['strnotriggers'] = 'ู„ู… ูŠูˆุฌุฏ ู…ุญูุฒุงุช triggers.';
$lang['strcreatetrigger'] = 'ุฅู†ุดุงุก ู…ุญูู‘ุฒ trigger ุฌุฏูŠุฏ';
$lang['strtriggerneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุงุณู… ู„ู„ู…ุญูุฒ.';
$lang['strtriggerneedsfunc'] = 'ูŠุฌุจ ุชุญุฏูŠุฏ ุฏุงู„ุฉ function ู„ู„ู…ุญูุฒ.';
$lang['strtriggercreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ู…ุญูุฒ ุจู†ุฌุงุญ.';
$lang['strtriggercreatedbad'] = 'ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุฅู†ุดุงุก ุงู„ู…ุญูุฒ.';
$lang['strconfdroptrigger'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู…ุญูู‘ุฒ trigger "%s" ุนู„ู‰ "%s"ุŸ';
$lang['strtriggerdropped'] = 'ุชู… ุญุฐู ุงู„ู…ุญูุฒ.';
$lang['strtriggerdroppedbad'] = 'ูุดู„ ุญุฐู ุงู„ู…ุญูุฒุŒ ู„ู… ูŠุชู… ุงู„ุญุฐู.';
$lang['strtriggeraltered'] = 'ุชู… ุชุนุฏูŠู„ ุงู„ู…ุญูุฒ ุจู†ุฌุงุญ.';
$lang['strtriggeralteredbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุชุนุฏูŠู„ ุงู„ู…ุญูุฒ. ู„ู… ูŠุชู… ุงู„ุชุนุฏูŠู„.';
 
      // Types
      $lang['strtype'] = 'Type';
      $lang['strtypes'] = 'Types';
      $lang['strshowalltypes'] = 'Show all types';
      $lang['strnotype'] = 'No type found.';
      $lang['strnotypes'] = 'No types found.';
      $lang['strcreatetype'] = 'Create type';
      $lang['strtypename'] = 'Type name';
      $lang['strinputfn'] = 'Input function';
      $lang['stroutputfn'] = 'Output function';
      $lang['strpassbyval'] = 'Passed by val?';
      $lang['stralignment'] = 'Alignment';
      $lang['strelement'] = 'Element';
      $lang['strdelimiter'] = 'Delimiter';
      $lang['strstorage'] = 'Storage';
      $lang['strtypeneedsname'] = 'You must give a name for your type.';
      $lang['strtypeneedslen'] = 'You must give a length for your type.';
      $lang['strtypecreated'] = 'Type created';
      $lang['strtypecreatedbad'] = 'Type creation failed.';
      $lang['strconfdroptype'] = 'Are you sure you want to drop the type "%s"?';
      $lang['strtypedropped'] = 'Type dropped.';
      $lang['strtypedroppedbad'] = 'Type drop failed.';
+ // Types
$lang['strtype'] = 'ู†ูˆุน Type';
$lang['strtypes'] = 'ุฃู†ูˆุงุน Types';
$lang['strshowalltypes'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ุฃู†ูˆุงุน';
$lang['strnotype'] = 'ู„ู… ูŠูˆุฌุฏ ุงู„ู†ูˆุน.';
$lang['strnotypes'] = 'ู„ู… ูŠูˆุฌุฏ ุฃู†ูˆุงุน.';
$lang['strcreatetype'] = 'ุฅู†ุดุงุก ู†ูˆุน ุฌุฏูŠุฏ.';
$lang['strtypename'] = 'ุฅุณู… ุงู„ู†ูˆุน';
$lang['strinputfn'] = 'ุฏุงู„ุฉ ุงู„ุฅุฏุฎุงู„ Input function';
$lang['stroutputfn'] = 'ุฏุงู„ุฉ ุงู„ุฅุฎุฑุงุฌ Output function';
+ $lang['strpassbyval'] = 'Passed by val?';
+ $lang['stralignment'] = 'Alignment';
+ $lang['strelement'] = 'Element';
+ $lang['strdelimiter'] = 'Delimiter';
+ $lang['strstorage'] = 'Storage';
$lang['strtypeneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ู†ูˆุน.';
$lang['strtypeneedslen'] = 'ูŠุฌุจ ุฅุนุทุงุก ุทูˆู„ ู„ู„ู†ูˆุน.';
$lang['strtypecreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ู†ูˆุน';
$lang['strtypecreatedbad'] = 'ูุดู„ ุฅู†ุดุงุก ุงู„ู†ูˆุน.';
$lang['strconfdroptype'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู†ูˆุน "%s"ุŸ';
$lang['strtypedropped'] = 'ุชู… ุญุฐู ุงู„ู†ูˆุน.';
$lang['strtypedroppedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ู†ูˆุน.';
 
      // Schemas
      $lang['strschema'] = 'Schema';
      $lang['strschemas'] = 'Schemas';
      $lang['strshowallschemas'] = 'Show all schemas';
      $lang['strnoschema'] = 'No schema found.';
      $lang['strnoschemas'] = 'No schemas found.';
      $lang['strcreateschema'] = 'Create schema';
      $lang['strschemaname'] = 'Schema name';
      $lang['strschemaneedsname'] = 'You must give a name for your schema.';
      $lang['strschemacreated'] = 'Schema created';
      $lang['strschemacreatedbad'] = 'Schema creation failed.';
      $lang['strconfdropschema'] = 'Are you sure you want to drop the schema "%s"?';
      $lang['strschemadropped'] = 'Schema dropped.';
      $lang['strschemadroppedbad'] = 'Schema drop failed.';
      $lang['strschemaaltered'] = 'Schema altered.';
      $lang['strschemaalteredbad'] = 'Schema alter failed.';
+ // Schemas
$lang['strschema'] = 'ู…ุฎุทุท Schema';
$lang['strschemas'] = 'ุงู„ู…ุฎุทุทุงุช Schemas';
$lang['strshowallschemas'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ู…ุฎุทุทุงุช schemas';
$lang['strnoschema'] = 'ู„ู… ูŠูˆุฌุฏ ู…ุฎุทุท schema.';
$lang['strnoschemas'] = 'ู„ู… ุชูˆุฌุฏ ู…ุฎุทุทุงุช schemas.';
$lang['strcreateschema'] = 'ุฅู†ุดุงุก ู…ุฎุทุท schema ุฌุฏูŠุฏ';
$lang['strschemaname'] = 'ุฅุณู… ุงู„ู…ุฎุทุท';
$lang['strschemaneedsname'] = 'ูŠุฌุจ ุนู„ูŠูƒ ุฅุนุทุงุก ุฅุณู… ู„ู„ู…ุฎุทุท.';
$lang['strschemacreated'] = 'ู„ู‚ุฏ ุชู… ุงู†ุดุงุก ุงู„ู…ุฎุทุท ุจู†ุฌุงุญ.';
$lang['strschemacreatedbad'] = 'ูุดู„ ุฅู†ุดุงุก ุงู„ู…ุฎุทุท.';
$lang['strconfdropschema'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู…ุฎุทุท Schema ุจุฅุณู… "%s"ุŸ';
$lang['strschemadropped'] = 'ุชู… ุญุฐู ุงู„ู…ุฎุทุท.';
$lang['strschemadroppedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุงู„ุญุฐู ู„ู„ู…ุฎุทุท.';
$lang['strschemaaltered'] = 'ุชู… ุชุนุฏูŠู„ ุงู„ู…ุฎุทุท.';
$lang['strschemaalteredbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุชุนุฏูŠู„ ุงู„ู…ุฎุทุทุŒ ู„ู… ูŠุชู… ุงู„ุชุนุฏูŠู„.';
 
      // Reports
      $lang['strreport'] = 'Report';
      $lang['strreports'] = 'Reports';
      $lang['strshowallreports'] = 'Show all reports';
      $lang['strnoreports'] = 'No reports found.';
      $lang['strcreatereport'] = 'Create report';
      $lang['strreportdropped'] = 'Report dropped.';
      $lang['strreportdroppedbad'] = 'Report drop failed.';
      $lang['strconfdropreport'] = 'Are you sure you want to drop the report "%s"?';
      $lang['strreportneedsname'] = 'You must give a name for your report.';
      $lang['strreportneedsdef'] = 'You must give SQL for your report.';
      $lang['strreportcreated'] = 'Report saved.';
      $lang['strreportcreatedbad'] = 'Failed to save report.';
+ // Reports
$lang['strreport'] = 'ุชู‚ุฑูŠุฑ Report';
$lang['strreports'] = 'ุชู‚ุงุฑูŠุฑ Reports';
$lang['strshowallreports'] = 'ุนุฑุถ ุฌู…ูŠุน ุงู„ุชู‚ุงุฑูŠุฑ';
$lang['strnoreports'] = 'ู„ู… ุชูˆุฌุฏ ุชู‚ุงุฑูŠุฑ.';
$lang['strcreatereport'] = 'ุฅู†ุดุงุก ุชู‚ุฑูŠุฑ ุฌุฏูŠุฏ';
$lang['strreportdropped'] = 'ุชู… ุญุฐู ุงู„ุชู‚ุฑูŠุฑ.';
$lang['strreportdroppedbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุญุฐู ุงู„ุชู‚ุฑูŠุฑ.';
$lang['strconfdropreport'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ุชู‚ุฑูŠุฑ "%s"ุŸ';
$lang['strreportneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุงุณู… ู„ู„ุชู‚ุฑูŠุฑ.';
$lang['strreportneedsdef'] = 'ูŠุฌุจ ูƒุชุงุจุฉ ุนุจุงุฑุฉ SQL ู„ู„ุชู‚ุฑูŠุฑ.';
$lang['strreportcreated'] = 'ุชู… ุญูุธ ุงู„ุชู‚ุฑูŠุฑ.';
$lang['strreportcreatedbad'] = 'ู„ู… ูŠุชู… ุญูุธ ุงู„ุชู‚ุฑูŠุฑุŒ ู„ู‚ุฏ ูุดู„ุช ุนู…ู„ูŠุฉ ุงู„ุญูุธ.';
 
      // Domains
      $lang['strdomain'] = 'Domain';
      $lang['strdomains'] = 'Domains';
      $lang['strshowalldomains'] = 'Show all domains';
      $lang['strnodomains'] = 'No domains found.';
      $lang['strcreatedomain'] = 'Create domain';
      $lang['strdomaindropped'] = 'Domain dropped.';
      $lang['strdomaindroppedbad'] = 'Domain drop failed.';
      $lang['strconfdropdomain'] = 'Are you sure you want to drop the domain "%s"?';
      $lang['strdomainneedsname'] = 'You must give a name for your domain.';
      $lang['strdomaincreated'] = 'Domain created.';
-       $lang['strdomaincreatedbad'] = 'Failed to create domain.';      
      $lang['strdomainaltered'] = 'Domain altered.';
-       $lang['strdomainalteredbad'] = 'Failed to alter domain.';       
+ // Domains
$lang['strdomain'] = 'ู†ุทุงู‚ Domain';
$lang['strdomains'] = 'ู†ุทุงู‚ุงุช Domains';
$lang['strshowalldomains'] = 'ุนุฑุถ ุฌูŠุน ุงู„ู†ุทุงู‚ุงุช';
$lang['strnodomains'] = 'ู„ู… ูŠูˆุฌุฏ ู†ุทุงู‚ุงุช.';
$lang['strcreatedomain'] = 'ุฅู†ุดุงุก ู†ุทุงู‚ ุฌุฏูŠุฏ';
$lang['strdomaindropped'] = 'ุชู… ุญุฐู ุงู„ู†ุทุงู‚.';
$lang['strdomaindroppedbad'] = 'ู„ู‚ุฏ ูุดู„ ุญุฐู ุงู„ู†ุทุงู‚ุŒ ู„ู… ูŠุชู… ุงู„ุญุฐู.';
$lang['strconfdropdomain'] = 'ู‡ู„ ุฃู†ุช ู…ุชุฃูƒุฏ ุชุฑูŠุฏ ุญุฐู ุงู„ู†ุทุงู‚ domain ุจุฅุณู… "%s"ุŸ';
$lang['strdomainneedsname'] = 'ูŠุฌุจ ุฅุนุทุงุก ุฅุณู… ู„ู„ู†ุทุงู‚.';
$lang['strdomaincreated'] = 'ุชู… ุฅู†ุดุงุก ุงู„ู†ุทุงู‚ ุจู†ุฌุงุญ.';
+ $lang['strdomaincreatedbad'] = 'ู„ู… ูŠุชู… ุฅู†ุดุงุก ุงู„ู†ุทุงู‚ุŒ ูุดู„ุช ุงู„ุนู…ู„ูŠุฉ.'; 
$lang['strdomainaltered'] = 'ุชู… ุชุนุฏูŠู„ ุงู„ู†ุทุงู‚.';
+ $lang['strdomainalteredbad'] = 'ูุดู„ุช ุนู…ู„ูŠุฉ ุชุนุฏูŠู„ ุงู„ู†ุทุงู‚.'; 
 
      // Operators
      $lang['stroperator'] = 'Operator';
      $lang['stroperators'] = 'Operators';
      $lang['strshowalloperators'] = 'Show all operators';
      $lang['strnooperator'] = 'No operator found.';
      $lang['strnooperators'] = 'No operators found.';
      $lang['strcreateoperator'] = 'Create operator';
      $lang['strleftarg'] = 'Left Arg Type';
      $lang['strrightarg'] = 'Right Arg Type';
      $lang['strcommutator'] = 'Commutator';
      $lang['strnegator'] = 'Negator';
      $lang['strrestrict'] = 'Restrict';
      $lang['strjoin'] = 'Join';
      $lang['strhashes'] = 'Hashes';
      $lang['strmerges'] = 'Merges';
      $lang['strleftsort'] = 'Left sort';
      $lang['strrightsort'] = 'Right sort';
      $lang['strlessthan'] = 'Less than';
      $lang['strgreaterthan'] = 'Greater than';
      $lang['stroperatorneedsname'] = 'You must give a name for your operator.';
      $lang['stroperatorcreated'] = 'Operator created';
      $lang['stroperatorcreatedbad'] = 'Operator creation failed.';
      $lang['strconfdropoperator'] = 'Are you sure you want to drop the operator "%s"?';
      $lang['stroperatordropped'] = 'Operator dropped.';
      $lang['stroperatordroppedbad'] = 'Operator drop failed.';
+ // Operators
+ $lang['stroperator'] = 'Operator';
+ $lang['stroperators'] = 'Operators';
+ $lang['strshowalloperators'] = 'Show all operators';
+ $lang['strnooperator'] = 'No operator found.';
+ $lang['strnooperators'] = 'No operators found.';
+ $lang['strcreateoperator'] = 'Create operator';
+ $lang['strleftarg'] = 'Left Arg Type';
+ $lang['strrightarg'] = 'Right Arg Type';
+ $lang['strcommutator'] = 'Commutator';
+ $lang['strnegator'] = 'Negator';
+ $lang['strrestrict'] = 'Restrict';
+ $lang['strjoin'] = 'Join';
+ $lang['strhashes'] = 'Hashes';
+ $lang['strmerges'] = 'Merges';
+ $lang['strleftsort'] = 'Left sort';
+ $lang['strrightsort'] = 'Right sort';
+ $lang['strlessthan'] = 'Less than';
+ $lang['strgreaterthan'] = 'Greater than';
+ $lang['stroperatorneedsname'] = 'You must give a name for your operator.';
+ $lang['stroperatorcreated'] = 'Operator created';
+ $lang['stroperatorcreatedbad'] = 'Operator creation failed.';
+ $lang['strconfdropoperator'] = 'Are you sure you want to drop the operator "%s"?';
+ $lang['stroperatordropped'] = 'Operator dropped.';
+ $lang['stroperatordroppedbad'] = 'Operator drop failed.';
 
      // Casts
      $lang['strcasts'] = 'Casts';
      $lang['strnocasts'] = 'No casts found.';
      $lang['strsourcetype'] = 'Source type';
      $lang['strtargettype'] = 'Target type';
      $lang['strimplicit'] = 'Implicit';
      $lang['strinassignment'] = 'In assignment';
      $lang['strbinarycompat'] = '(Binary compatible)';
-       
      // Conversions
      $lang['strconversions'] = 'Conversions';
      $lang['strnoconversions'] = 'No conversions found.';
      $lang['strsourceencoding'] = 'Source encoding';
      $lang['strtargetencoding'] = 'Target encoding';
-       
      // Languages
      $lang['strlanguages'] = 'Languages';
      $lang['strnolanguages'] = 'No languages found.';
      $lang['strtrusted'] = 'Trusted';
-       
      // Info
      $lang['strnoinfo'] = 'No information available.';
      $lang['strreferringtables'] = 'Referring tables';
      $lang['strparenttables'] = 'Parent tables';
      $lang['strchildtables'] = 'Child tables';
-       
      // Aggregates
      $lang['straggregates'] = 'Aggregates';
      $lang['strnoaggregates'] = 'No aggregates found.';
      $lang['stralltypes'] = '(All types)';
+ // Casts
+ $lang['strcasts'] = 'Casts';
+ $lang['strnocasts'] = 'No casts found.';
+ $lang['strsourcetype'] = 'Source type';
+ $lang['strtargettype'] = 'Target type';
+ $lang['strimplicit'] = 'Implicit';
+ $lang['strinassignment'] = 'In assignment';
+ $lang['strbinarycompat'] = '(Binary compatible)';
+ // Conversions
+ $lang['strconversions'] = 'Conversions';
+ $lang['strnoconversions'] = 'No conversions found.';
+ $lang['strsourceencoding'] = 'Source encoding';
+ $lang['strtargetencoding'] = 'Target encoding';
+ // Languages
+ $lang['strlanguages'] = 'Languages';
+ $lang['strnolanguages'] = 'No languages found.';
+ $lang['strtrusted'] = 'Trusted';
+ // Info
+ $lang['strnoinfo'] = 'No information available.';
+ $lang['strreferringtables'] = 'Referring tables';
+ $lang['strparenttables'] = 'Parent tables';
+ $lang['strchildtables'] = 'Child tables';
+ // Aggregates
+ $lang['straggregates'] = 'Aggregates';
+ $lang['strnoaggregates'] = 'No aggregates found.';
+ $lang['stralltypes'] = '(All types)';
 
      // Operator Classes
      $lang['stropclasses'] = 'Op Classes';
      $lang['strnoopclasses'] = 'No operator classes found.';
      $lang['straccessmethod'] = 'Access method';
+ // Operator Classes
+ $lang['stropclasses'] = 'Op Classes';
+ $lang['strnoopclasses'] = 'No operator classes found.';
+ $lang['straccessmethod'] = 'Access method';
 
      // Stats and performance
      $lang['strrowperf'] = 'Row Performance';
      $lang['strioperf'] = 'I/O Performance';
      $lang['stridxrowperf'] = 'Index Row Performance';
      $lang['stridxioperf'] = 'Index I/O Performance';
      $lang['strpercent'] = '%';
      $lang['strsequential'] = 'Sequential';
      $lang['strscan'] = 'Scan';
      $lang['strread'] = 'Read';
      $lang['strfetch'] = 'Fetch';
      $lang['strheap'] = 'Heap';
      $lang['strtoast'] = 'TOAST';
      $lang['strtoastindex'] = 'TOAST Index';
      $lang['strcache'] = 'Cache';
      $lang['strdisk'] = 'Disk';
      $lang['strrows2'] = 'Rows';
+ // Stats and performance
+ $lang['strrowperf'] = 'Row Performance';
+ $lang['strioperf'] = 'I/O Performance';
+ $lang['stridxrowperf'] = 'Index Row Performance';
+ $lang['stridxioperf'] = 'Index I/O Performance';
+ $lang['strpercent'] = '%';
+ $lang['strsequential'] = 'Sequential';
+ $lang['strscan'] = 'Scan';
+ $lang['strread'] = 'Read';
+ $lang['strfetch'] = 'Fetch';
+ $lang['strheap'] = 'Heap';
+ $lang['strtoast'] = 'TOAST';
+ $lang['strtoastindex'] = 'TOAST Index';
+ $lang['strcache'] = 'Cache';
+ $lang['strdisk'] = 'Disk';
+ $lang['strrows2'] = 'Rows';
 
      // Miscellaneous
      $lang['strtopbar'] = '%s running on %s:%s -- You are logged in as user "%s", %s';
      $lang['strtimefmt'] = 'jS M, Y g:iA';
      $lang['strhelp'] = 'Help';
+ // Miscellaneous
$lang['strtopbar'] = '%s ูŠุนู…ู„ ุนู„ู‰ %s:%s -- You are logged in as user "%s", %s';
+ $lang['strtimefmt'] = 'jS M, Y g:iA';
$lang['strhelp'] = 'ู…ุณุงุนุฏุฉ';
 
 ?>
index bd98faa93426e77236f57b9943d52e8b75d6c967..5980208298719e69a512f1bfd57bf9cb7acdbb6b 100644 (file)
 <?php
 
      /**
-        * Arabic language file
-        * @maintainer Zaki Almuallim [zaki (at) star2000.net]
-        *
-        * $Id: arabic.php,v 1.2 2004/07/12 04:18:42 chriskl Exp $
-        */
+ /**
+  * English language file for phpPgAdmin.  Use this as a basis
+  * for new translations.
+  *
+  * $Id: arabic.php,v 1.3 2005/03/11 03:15:05 chriskl Exp $
+  */
 
      // Language and character set
+ // Language and character set
    $lang['applang'] = '&#1593;&#1585;&#1576;&#1610;';
      $lang['appcharset'] = 'UTF-8';
      $lang['applocale'] = 'ar';
      $lang['appdbencoding'] = 'UNICODE';
      $lang['applangdir'] = 'rtl';
+ $lang['appcharset'] = 'UTF-8';
+ $lang['applocale'] = 'ar';
+ $lang['appdbencoding'] = 'UNICODE';
+ $lang['applangdir'] = 'rtl';
 
      // Welcome
-        $lang['strintro'] = '&#1605;&#1585;&#1581;&#1576;&#1575; &#1575;&#1604;&#1609; phpPgAdmin.';
-        $lang['strppahome'] = '&#1605;&#1608;&#1602;&#1593; phpPgAdmin';
-        $lang['strpgsqlhome'] = '&#1605;&#1608;&#1602;&#1593; PostgreSQL';
      $lang['strpgsqlhome_url'] = 'http://www.postgresql.org/';
      $lang['strlocaldocs'] = 'PostgreSQL Documentation (local)';
      $lang['strreportbug'] = 'Report a Bug';
      $lang['strviewfaq'] = '&#1602;&#1585;&#1575;&#1569;&#1577; &#1575;&#1604;&#1571;&#1587;&#1574;&#1604;&#1577; &#1575;&#1604;&#1605;&#1578;&#1603;&#1585;&#1585;&#1577; &#1593;&#1604;&#1609; &#1575;&#1604;&#1605;&#1608;&#1602;&#1593;';
      $lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq';
-       
      // Basic strings
+ // Welcome
+  $lang['strintro'] = '&#1605;&#1585;&#1581;&#1576;&#1575; &#1575;&#1604;&#1609; phpPgAdmin.';
+  $lang['strppahome'] = '&#1605;&#1608;&#1602;&#1593; phpPgAdmin';
+  $lang['strpgsqlhome'] = '&#1605;&#1608;&#1602;&#1593; PostgreSQL';
+ $lang['strpgsqlhome_url'] = 'http://www.postgresql.org/';
$lang['strlocaldocs'] = '&#1578;&#1593;&#1604;&#1610;&#1605;&#1575;&#1578; PostgreSQL (&#1605;&#1581;&#1604;&#1610;&#1577;)';
$lang['strreportbug'] = '&#1575;&#1604;&#1573;&#1576;&#1604;&#1575;&#1594; &#1593;&#1606; &#1582;&#1591;&#1571; &#1601;&#1610; &#1575;&#1604;&#1576;&#1585;&#1606;&#1575;&#1605;&#1580;.';
+ $lang['strviewfaq'] = '&#1602;&#1585;&#1575;&#1569;&#1577; &#1575;&#1604;&#1571;&#1587;&#1574;&#1604;&#1577; &#1575;&#1604;&#1605;&#1578;&#1603;&#1585;&#1585;&#1577; &#1593;&#1604;&#1609; &#1575;&#1604;&#1605;&#1608;&#1602;&#1593;';
+ $lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq';
+ // Basic strings
  $lang['strlogin'] = '&#1575;&#1604;&#1583;&#1582;&#1608;&#1604;';
 $lang['strloginfailed'] = '&#1604;&#1605; &#1578;&#1606;&#1580;&#1581; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1583;&#1582;&#1608;&#1604;';
      $lang['strlogindisallowed'] = '&#1604;&#1575; &#1610;&#1587;&#1605;&#1581; &#1576;&#1575;&#1604;&#1583;&#1582;&#1608;&#1604; &#1576;&#1607;&#1584;&#1607; &#1575;&#1604;&#1591;&#1585;&#1610;&#1602;&#1577; &#1604;&#1571;&#1587;&#1576;&#1575;&#1576; &#1571;&#1605;&#1606;&#1610;&#1577;.';
      $lang['strserver'] = 'Server';
      $lang['strlogout'] = '&#1582;&#1585;&#1608;&#1580;';
      $lang['strowner'] = 'Owner';
      $lang['straction'] = 'Action';
      $lang['stractions'] = 'Actions';
      $lang['strname'] = 'Name';
      $lang['strdefinition'] = 'Definition';
      $lang['strproperties'] = 'Properties';
      $lang['strbrowse'] = 'Browse';
      $lang['strdrop'] = 'Drop';
      $lang['strdropped'] = 'Dropped';
      $lang['strnull'] = 'Null';
      $lang['strnotnull'] = 'Not Null';
      $lang['strprev'] = '&lt; Prev';
      $lang['strnext'] = 'Next &gt;';
      $lang['strfirst'] = '&lt;&lt; First';
      $lang['strlast'] = 'Last &gt;&gt;';
      $lang['strfailed'] = 'Failed';
      $lang['strcreate'] = 'Create';
      $lang['strcreated'] = 'Created';
      $lang['strcomment'] = 'Comment';
      $lang['strlength'] = 'Length';
      $lang['strdefault'] = 'Default';
      $lang['stralter'] = 'Alter';
      $lang['strok'] = 'OK';
      $lang['strcancel'] = 'Cancel';
      $lang['strsave'] = 'Save';
      $lang['strreset'] = 'Reset';
      $lang['strinsert'] = 'Insert';
      $lang['strselect'] = 'Select';
      $lang['strdelete'] = 'Delete';
      $lang['strupdate'] = 'Update';
      $lang['strreferences'] = 'References';
      $lang['stryes'] = 'Yes';
      $lang['strno'] = 'No';
      $lang['strtrue'] = 'TRUE';
      $lang['strfalse'] = 'FALSE';
      $lang['stredit'] = 'Edit';
      $lang['strcolumns'] = 'Columns';
      $lang['strrows'] = 'row(s)';
      $lang['strrowsaff'] = 'row(s) affected.';
      $lang['strobjects'] = 'object(s)';
      $lang['strexample'] = 'eg.';
      $lang['strback'] = 'Back';
      $lang['strqueryresults'] = 'Query Results';
      $lang['strshow'] = 'Show';
      $lang['strempty'] = 'Empty';
      $lang['strlanguage'] = 'Language';
      $lang['strencoding'] = 'Encoding';
      $lang['strvalue'] = 'Value';
      $lang['strunique'] = 'Unique';
      $lang['strprimary'] = 'Primary';
      $lang['strexport'] = 'Export';
      $lang['strimport'] = 'Import';
      $lang['strsql'] = 'SQL';
      $lang['strgo'] = 'Go';
      $lang['stradmin'] = 'Admin';
      $lang['strvacuum'] = 'Vacuum';
      $lang['stranalyze'] = 'Analyze';
      $lang['strcluster'] = 'Cluster';
      $lang['strclustered'] = 'Clustered?';
      $lang['strreindex'] = 'Reindex';
      $lang['strrun'] = 'Run';
      $lang['stradd'] = '&#1573;&#1590;&#1575;&#1601;&#1577;';
      $lang['strevent'] = 'Event';
      $lang['strwhere'] = 'Where';
      $lang['strinstead'] = 'Do Instead';
      $lang['strwhen'] = 'When';
      $lang['strformat'] = 'Format';
      $lang['strdata'] = 'Data';
      $lang['strconfirm'] = '&#1578;&#1571;&#1603;&#1610;&#1583;';
      $lang['strexpression'] = 'Expression';
      $lang['strellipsis'] = '...';
      $lang['strseparator'] = ': ';
      $lang['strexpand'] = 'Expand';
      $lang['strcollapse'] = 'Collapse';
      $lang['strexplain'] = 'Explain';
      $lang['strexplainanalyze'] = 'Explain Analyze';
      $lang['strfind'] = '&#1576;&#1581;&#1579;';
      $lang['stroptions'] = '&#1582;&#1610;&#1575;&#1585;&#1575;&#1578;';
      $lang['strrefresh'] = '&#1578;&#1581;&#1583;&#1610;&#1579;';
      $lang['strdownload'] = '&#1578;&#1606;&#1586;&#1610;&#1604;';
      $lang['strdownloadgzipped'] = '&#1578;&#1606;&#1586;&#1610;&#1604; &#1593;&#1604;&#1609; &#1588;&#1603;&#1604; &#1605;&#1604;&#1601; &#1605;&#1590;&#1594;&#1608;&#1591; &#1576;&#1600; gzip';
      $lang['strinfo'] = 'Info';
      $lang['stroids'] = 'OIDs';
      $lang['stradvanced'] = 'Advanced';
      $lang['strvariables'] = 'Variables';
      $lang['strprocess'] = 'Process';
      $lang['strprocesses'] = 'Processes';
      $lang['strsetting'] = 'Setting';
      $lang['streditsql'] = 'Edit SQL';
      $lang['strruntime'] = 'Total runtime: %s ms';
      $lang['strpaginate'] = 'Paginate results';
      $lang['struploadscript'] = 'or upload an SQL script:';
      $lang['strstarttime'] = 'Start Time';
      $lang['strfile'] = '&#1605;&#1604;&#1601;';
      $lang['strfileimported'] = '&#1578;&#1605; &#1575;&#1587;&#1578;&#1610;&#1585;&#1575;&#1583; &#1575;&#1604;&#1605;&#1604;&#1601;.';
+ $lang['strlogindisallowed'] = '&#1604;&#1575; &#1610;&#1587;&#1605;&#1581; &#1576;&#1575;&#1604;&#1583;&#1582;&#1608;&#1604; &#1576;&#1607;&#1584;&#1607; &#1575;&#1604;&#1591;&#1585;&#1610;&#1602;&#1577; &#1604;&#1571;&#1587;&#1576;&#1575;&#1576; &#1571;&#1605;&#1606;&#1610;&#1577;.';
$lang['strserver'] = '&#1575;&#1604;&#1582;&#1575;&#1583;&#1605;';
+ $lang['strlogout'] = '&#1582;&#1585;&#1608;&#1580;';
$lang['strowner'] = '&#1605;&#1575;&#1604;&#1603; Owner';
$lang['straction'] = '&#1573;&#1580;&#1585;&#1575;&#1569; Action';
$lang['stractions'] = '&#1573;&#1580;&#1585;&#1575;&#1569;&#1575;&#1578; Actions';
$lang['strname'] = '&#1575;&#1604;&#1573;&#1587;&#1605;';
$lang['strdefinition'] = '&#1575;&#1604;&#1578;&#1593;&#1585;&#1610;&#1601;';
$lang['strproperties'] = '&#1582;&#1589;&#1575;&#1574;&#1589;';
$lang['strbrowse'] = '&#1573;&#1587;&#1578;&#1593;&#1585;&#1575;&#1590; Browse';
$lang['strdrop'] = '&#1581;&#1584;&#1601; Drop';
$lang['strdropped'] = '&#1605;&#1581;&#1584;&#1608;&#1601; Dropped';
+ $lang['strnull'] = 'Null';
$lang['strnotnull'] = '&#1604;&#1610;&#1587; Null';
$lang['strprev'] = '&gt;&#1575;&#1604;&#1587;&#1575;&#1576;&#1602;';
$lang['strnext'] = '&lt;&#1575;&#1604;&#1578;&#1575;&#1604;&#1610;';
$lang['strfirst'] = '&gt;&gt;&#1575;&#1604;&#1571;&#1608;&#1604;';
$lang['strlast'] = '&#1575;&#1604;&#1571;&#1582;&#1610;&#1585;&lt;&lt;';
$lang['strfailed'] = '&#1601;&#1588;&#1600;&#1604;';
$lang['strcreate'] = '&#1573;&#1606;&#1588;&#1575;&#1569;';
$lang['strcreated'] = '&#1578;&#1605; &#1575;&#1604;&#1573;&#1606;&#1588;&#1575;&#1569;';
$lang['strcomment'] = '&#1605;&#1604;&#1575;&#1581;&#1592;&#1575;&#1578;';
$lang['strlength'] = '&#1591;&#1608;&#1604;';
$lang['strdefault'] = '&#1575;&#1604;&#1573;&#1601;&#1578;&#1585;&#1575;&#1590;&#1610;';
$lang['stralter'] = '&#1578;&#1593;&#1583;&#1610;&#1604;Alter';
$lang['strok'] = '&#1605;&#1608;&#1575;&#1601;&#1602;';
$lang['strcancel'] = '&#1578;&#1585;&#1575;&#1580;&#1593;';
$lang['strsave'] = '&#1581;&#1601;&#1592;';
$lang['strreset'] = '&#1573;&#1593;&#1575;&#1583;&#1577; Reset';
$lang['strinsert'] = '&#1573;&#1583;&#1585;&#1575;&#1580; Insert';
$lang['strselect'] = '&#1573;&#1582;&#1578;&#1610;&#1575;&#1585; Select';
$lang['strdelete'] = '&#1581;&#1584;&#1601; Delete';
$lang['strupdate'] = '&#1578;&#1593;&#1583;&#1610;&#1604; Update';
$lang['strreferences'] = '&#1605;&#1585;&#1575;&#1580;&#1593;';
$lang['stryes'] = '&#1606;&#1593;&#1605;';
$lang['strno'] = '&#1604;&#1575;';
$lang['strtrue'] = '&#1589;&#1581;&#1610;&#1581; TRUE';
$lang['strfalse'] = '&#1582;&#1575;&#1591;&#1574; FALSE';
$lang['stredit'] = '&#1578;&#1581;&#1585;&#1610;&#1585;';
$lang['strcolumns'] = '&#1571;&#1593;&#1605;&#1583;&#1577; Columns';
$lang['strrows'] = '&#1587;&#1580;&#1604;/&#1587;&#1580;&#1604;&#1575;&#1578;';
$lang['strrowsaff'] = '&#1587;&#1580;&#1604; &#1578;&#1571;&#1579;&#1585;/&#1587;&#1580;&#1604;&#1575;&#1578; &#1578;&#1571;&#1579;&#1585;&#1578;';
+ $lang['strobjects'] = 'object(s)';
$lang['strexample'] = '&#1605;&#1579;&#1604;&#1575;';
$lang['strback'] = '&#1585;&#1580;&#1608;&#1593; &#1604;&#1604;&#1582;&#1604;&#1601;';
$lang['strqueryresults'] = '&#1606;&#1578;&#1575;&#1574;&#1580; &#1575;&#1604;&#1573;&#1587;&#1578;&#1593;&#1604;&#1575;&#1605;';
$lang['strshow'] = '&#1575;&#1593;&#1585;&#1590;';
$lang['strempty'] = '&#1573;&#1601;&#1585;&#1575;&#1594; Empty';
$lang['strlanguage'] = '&#1575;&#1604;&#1604;&#1594;&#1577;';
$lang['strencoding'] = '&#1575;&#1604;&#1588;&#1610;&#1601;&#1585;&#1577; Encoding';
$lang['strvalue'] = '&#1575;&#1604;&#1602;&#1610;&#1605;&#1577; Value';
$lang['strunique'] = '&#1601;&#1585;&#1610;&#1583; Unique';
$lang['strprimary'] = '&#1585;&#1574;&#1610;&#1587;&#1610; Primary';
$lang['strexport'] = '&#1578;&#1589;&#1583;&#1610;&#1585; Export';
$lang['strimport'] = '&#1573;&#1587;&#1578;&#1610;&#1585;&#1575;&#1583; Import';
+ $lang['strsql'] = 'SQL';
+ $lang['strgo'] = 'Go';
$lang['stradmin'] = '&#1573;&#1583;&#1575;&#1585;&#1577; Admin';
+ $lang['strvacuum'] = 'Vacuum';
+ $lang['stranalyze'] = 'Analyze';
+ $lang['strcluster'] = 'Cluster';
+ $lang['strclustered'] = 'Clustered?';
+ $lang['strreindex'] = 'Reindex';
+ $lang['strrun'] = 'Run';
+ $lang['stradd'] = '&#1573;&#1590;&#1575;&#1601;&#1577;';
+ $lang['strevent'] = 'Event';
+ $lang['strwhere'] = 'Where';
+ $lang['strinstead'] = 'Do Instead';
+ $lang['strwhen'] = 'When';
+ $lang['strformat'] = 'Format';
+ $lang['strdata'] = 'Data';
+ $lang['strconfirm'] = '&#1578;&#1571;&#1603;&#1610;&#1583;';
$lang['strexpression'] = '&#1578;&#1593;&#1576;&#1610;&#1585;';
+ $lang['strellipsis'] = '...';
+ $lang['strseparator'] = ': ';
$lang['strexpand'] = '&#1573;&#1601;&#1578;&#1581;';
$lang['strcollapse'] = '&#1587;&#1603;&#1617;&#1585;';
+ $lang['strexplain'] = 'Explain';
+ $lang['strexplainanalyze'] = 'Explain Analyze';
+ $lang['strfind'] = '&#1576;&#1581;&#1579;';
+ $lang['stroptions'] = '&#1582;&#1610;&#1575;&#1585;&#1575;&#1578;';
$lang['strrefresh'] = '&#1578;&#1581;&#1583;&#1610;&#1579; Refresh';
+ $lang['strdownload'] = '&#1578;&#1606;&#1586;&#1610;&#1604;';
+ $lang['strdownloadgzipped'] = '&#1578;&#1606;&#1586;&#1610;&#1604; &#1593;&#1604;&#1609; &#1588;&#1603;&#1604; &#1605;&#1604;&#1601; &#1605;&#1590;&#1594;&#1608;&#1591; &#1576;&#1600; gzip';
+ $lang['strinfo'] = 'Info';
+ $lang['stroids'] = 'OIDs';
+ $lang['stradvanced'] = 'Advanced';
+ $lang['strvariables'] = 'Variables';
$lang['strprocess'] = '&#1575;&#1604;&#1593;&#1605;&#1604;&#1610;&#1577; Process';
$lang['strprocesses'] = '&#1575;&#1604;&#1593;&#1605;&#1604;&#1610;&#1575;&#1578; Processes';
+ $lang['strsetting'] = 'Setting';
+ $lang['streditsql'] = 'Edit SQL';
+ $lang['strruntime'] = 'Total runtime: %s ms';
+ $lang['strpaginate'] = 'Paginate results';
+ $lang['struploadscript'] = 'or upload an SQL script:';
+ $lang['strstarttime'] = 'Start Time';
+ $lang['strfile'] = '&#1605;&#1604;&#1601;';
+ $lang['strfileimported'] = '&#1578;&#1605; &#1575;&#1587;&#1578;&#1610;&#1585;&#1575;&#1583; &#1575;&#1604;&#1605;&#1604;&#1601;.';
 
-       // Error handling
-       $lang['strnoframes'] = 'You need a frames-enabled browser to use this application.';
-       $lang['strbadconfig'] = 'Your config.inc.php is out of date. You will need to regenerate it from the new config.inc.php-dist.';
-       $lang['strnotloaded'] = 'Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.';
-       $lang['strphpversionnotsupported'] = 'Version of PHP not supported. Please upgrade to version %s or later.';
-       $lang['strpostgresqlversionnotsupported'] = 'Version of PostgreSQL not supported. Please upgrade to version %s or later.';
-       $lang['strbadschema'] = 'Invalid schema specified.';
-       $lang['strbadencoding'] = 'Failed to set client encoding in database.';
-       $lang['strsqlerror'] = 'SQL error:';
-       $lang['strinstatement'] = 'In statement:';
-       $lang['strinvalidparam'] = 'Invalid script parameters.';
-       $lang['strnodata'] = 'No rows found.';
-       $lang['strnoobjects'] = 'No objects found.';
-       $lang['strrownotunique'] = 'No unique identifier for this row.';
-       $lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.';
-       $lang['strnouploads'] = 'File uploads are disabled.';
-       $lang['strimporterror'] = 'Import error.';
-       $lang['strimporterrorline'] = 'Import error on line %s.';
+ // Error handling
+ $lang['strnoframes'] = '&#1604;&#1573;&#1587;&#1578;&#1582;&#1583;&#1575;&#1605; &#1607;&#1584;&#1575; &#1575;&#1604;&#1576;&#1585;&#1606;&#1575;&#1605;&#1580; &#1578;&#1581;&#1578;&#1575;&#1580; &#1575;&#1604;&#1609; &#1605;&#1578;&#1589;&#1601;&#1581; &#1608;&#1576; &#1610;&#1583;&#1593;&#1605; &#1582;&#1575;&#1589;&#1610;&#1577; &#1575;&#1604;&#1573;&#1591;&#1575;&#1585;&#1575;&#1578; frames. You need a frames-enabled browser to use this application.';
+ $lang['strbadconfig'] = '&#1573;&#1606; &#1575;&#1604;&#1605;&#1604;&#1601; config.inc.php &#1575;&#1604;&#1584;&#1610; &#1604;&#1583;&#1610;&#1603; &#1575;&#1589;&#1576;&#1581; &#1602;&#1583;&#1610;&#1605;&#1575;. &#1587;&#1578;&#1581;&#1578;&#1575;&#1580; &#1575;&#1604;&#1609; &#1573;&#1593;&#1575;&#1583;&#1577; &#1578;&#1608;&#1604;&#1610;&#1583;&#1607; &#1605;&#1606; &#1575;&#1604;&#1605;&#1604;&#1601; &#1575;&#1604;&#1580;&#1583;&#1610;&#1583; config.inc.php-dist.';
+ $lang['strnotloaded'] = '&#1573;&#1606; &#1575;&#1593;&#1583;&#1575;&#1583;  PHP &#1575;&#1604;&#1605;&#1608;&#1580;&#1608;&#1583; &#1593;&#1604;&#1609; &#1607;&#1584;&#1575; &#1575;&#1604;&#1582;&#1575;&#1583;&#1605; &#1604;&#1575;&#1578;&#1583;&#1593;&#1605; PostgreSQL. &#1578;&#1581;&#1578;&#1575;&#1580; &#1575;&#1604;&#1609; &#1575;&#1593;&#1575;&#1583;&#1577; &#1578;&#1579;&#1576;&#1610;&#1578; PHP &#1576;&#1573;&#1587;&#1578;&#1582;&#1583;&#1575;&#1605; &#1575;&#1604;&#1582;&#1610;&#1575;&#1585;  --with-pgsql configure option.';
+ $lang['strpostgresqlversionnotsupported'] = '&#1607;&#1584;&#1575; &#1575;&#1604;&#1575;&#1589;&#1583;&#1575;&#1585; &#1605;&#1606; PostgreSQL &#1594;&#1610;&#1585; &#1605;&#1583;&#1593;&#1608;&#1605;. &#1575;&#1604;&#1585;&#1580;&#1575;&#1569; &#1575;&#1604;&#1578;&#1585;&#1602;&#1610;&#1577; &#1575;&#1604;&#1609; &#1575;&#1604;&#1573;&#1589;&#1583;&#1575;&#1585; %s &#1575;&#1608; &#1571;&#1593;&#1604;&#1609;.';
+ $lang['strbadschema'] = 'Invalid schema specified.';
+ $lang['strbadencoding'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1590;&#1576;&#1591; &#1588;&#1610;&#1601;&#1585;&#1577; &#1575;&#1604;&#1593;&#1605;&#1610;&#1604; client encoding &#1601;&#1610; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
+ $lang['strsqlerror'] = '&#1582;&#1591;&#1571; SQL:';
+ $lang['strinstatement'] = '&#1601;&#1610; &#1575;&#1604;&#1580;&#1605;&#1604;&#1577; statement:';
+ $lang['strinvalidparam'] = 'Invalid script parameters.';
+ $lang['strnodata'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1587;&#1580;&#1604;&#1575;&#1578;.';
+ $lang['strnoobjects'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1603;&#1575;&#1574;&#1606;&#1575;&#1578;.';
+ $lang['strrownotunique'] = '&#1604;&#1575; &#1610;&#1608;&#1580;&#1583; &#1605;&#1593;&#1585;&#1617;&#1601; &#1601;&#1585;&#1610;&#1583; unique identifier &#1601;&#1610; &#1607;&#1584;&#1575; &#1575;&#1604;&#1587;&#1580;&#1604;.';
+ $lang['strnoreportsdb'] = '&#1604;&#1605; &#1578;&#1602;&#1605; &#1576;&#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1575;&#1604;&#1578;&#1602;&#1575;&#1585;&#1610;&#1585; reports database. &#1573;&#1602;&#1585;&#1571; &#1575;&#1604;&#1578;&#1593;&#1604;&#1610;&#1605;&#1575;&#1578; &#1601;&#1610; &#1575;&#1604;&#1605;&#1601; INSTALL.';
+ $lang['strnouploads'] = '&#1578;&#1581;&#1605;&#1610;&#1604; &#1575;&#1604;&#1605;&#1604;&#1601;&#1575;&#1578; &#1594;&#1610;&#1585; &#1605;&#1601;&#1593;&#1617;&#1604;.';
+ $lang['strimporterror'] = '&#1582;&#1591;&#1571; &#1601;&#1610; &#1575;&#1604;&#1573;&#1587;&#1578;&#1610;&#1585;&#1575;&#1583;.';
+ $lang['strimporterrorline'] = '&#1582;&#1591;&#1571; &#1601;&#1610; &#1575;&#1604;&#1573;&#1587;&#1578;&#1610;&#1585;&#1575;&#1583; &#1593;&#1606;&#1583; &#1575;&#1604;&#1587;&#1591;&#1585;: %s.';
 
-       // Tables
-       $lang['strtable'] = 'Table';
-       $lang['strtables'] = 'Tables';
-       $lang['strshowalltables'] = 'Show all tables';
-       $lang['strnotables'] = 'No tables found.';
-       $lang['strnotable'] = 'No table found.';
-       $lang['strcreatetable'] = 'Create table';
-       $lang['strtablename'] = 'Table name';
-       $lang['strtableneedsname'] = 'You must give a name for your table.';
-       $lang['strtableneedsfield'] = 'You must specify at least one field.';
-       $lang['strtableneedscols'] = 'Tables require a valid number of columns.';
-       $lang['strtablecreated'] = 'Table created.';
-       $lang['strtablecreatedbad'] = 'Table creation failed.';
-       $lang['strconfdroptable'] = 'Are you sure you want to drop the table &quot;%s&quot;?';
-       $lang['strtabledropped'] = 'Table dropped.';
-       $lang['strtabledroppedbad'] = 'Table drop failed.';
-       $lang['strconfemptytable'] = 'Are you sure you want to empty the table &quot;%s&quot;?';
-       $lang['strtableemptied'] = 'Table emptied.';
-       $lang['strtableemptiedbad'] = 'Table empty failed.';
-       $lang['strinsertrow'] = 'Insert row';
-       $lang['strrowinserted'] = 'Row inserted.';
-       $lang['strrowinsertedbad'] = 'Row insert failed.';
-       $lang['streditrow'] = 'Edit row';
-       $lang['strrowupdated'] = 'Row updated.';
-       $lang['strrowupdatedbad'] = 'Row update failed.';
-       $lang['strdeleterow'] = 'Delete Row';
-       $lang['strconfdeleterow'] = 'Are you sure you want to delete this row?';
-       $lang['strrowdeleted'] = 'Row deleted.';
-       $lang['strrowdeletedbad'] = 'Row deletion failed.';
-       $lang['strinsertandrepeat'] = 'Insert &amp; Repeat';
-       $lang['strfield'] = 'Field';
-       $lang['strfields'] = 'Fields';
-       $lang['strnumfields'] = 'Num. of fields';
-       $lang['strfieldneedsname'] = 'You must name your field.';
-       $lang['strselectallfields'] = 'Select all fields';
-       $lang['strselectneedscol'] = 'You must show at least one column.';
-       $lang['strselectunary'] = 'Unary operators cannot have values.';
-       $lang['straltercolumn'] = 'Alter column';
-       $lang['strcolumnaltered'] = 'Column altered.';
-       $lang['strcolumnalteredbad'] = 'Column altering failed.';
-       $lang['strconfdropcolumn'] = 'Are you sure you want to drop column &quot;%s&quot; from table &quot;%s&quot;?';
-       $lang['strcolumndropped'] = 'Column dropped.';
-       $lang['strcolumndroppedbad'] = 'Column drop failed.';
-       $lang['straddcolumn'] = 'Add column';
-       $lang['strcolumnadded'] = 'Column added.';
-       $lang['strcolumnaddedbad'] = 'Column add failed.';
-       $lang['strcascade'] = 'CASCADE';
-       $lang['strtablealtered'] = 'Table altered.';
-       $lang['strtablealteredbad'] = 'Table alteration failed.';
-       $lang['strdataonly'] = 'Data only';
-       $lang['strstructureonly'] = 'Structure only';
-       $lang['strstructureanddata'] = 'Structure and data';
-       $lang['strtabbed'] = 'Tabbed';
-       $lang['strauto'] = 'Auto';
+ // Tables
+ $lang['strtable'] = '&#1580;&#1583;&#1608;&#1604; Table';
+ $lang['strtables'] = '&#1580;&#1583;&#1575;&#1608;&#1604; Tables';
+ $lang['strshowalltables'] = '&#1571;&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1580;&#1583;&#1575;&#1608;&#1604; Tables.';
+ $lang['strnotables'] = '&#1604;&#1575; &#1610;&#1608;&#1580;&#1583; &#1580;&#1583;&#1575;&#1608;&#1604;.';
+ $lang['strnotable'] = '&#1604;&#1575; &#1610;&#1608;&#1580;&#1583; &#1580;&#1583;&#1608;&#1604;.';
+ $lang['strcreatetable'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1580;&#1583;&#1608;&#1604; Table &#1580;&#1583;&#1610;&#1583;.';
+ $lang['strtablename'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;';
+ $lang['strtableneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1580;&#1583;&#1608;&#1604;.';
+ $lang['strtableneedsfield'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1578;&#1581;&#1583;&#1610;&#1583; &#1593;&#1604;&#1609; &#1575;&#1604;&#1571;&#1602;&#1604; &#1581;&#1602;&#1604; &#1608;&#1575;&#1581;&#1583;.';
+ $lang['strtableneedscols'] = '&#1575;&#1604;&#1580;&#1583;&#1575;&#1608;&#1604; &#1578;&#1578;&#1591;&#1604;&#1576; &#1593;&#1583;&#1583; &#1605;&#1602;&#1576;&#1608;&#1604; &#1605;&#1606; &#1575;&#1604;&#1571;&#1593;&#1605;&#1583;&#1577;.';
+ $lang['strtablecreated'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strtablecreatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;.';
+ $lang['strconfdroptable'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;&#1567;';
+ $lang['strtabledropped'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;.';
+ $lang['strtabledroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;.';
+ $lang['strconfemptytable'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1575;&#1601;&#1585;&#1575;&#1594; &#1605;&#1581;&#1578;&#1608;&#1610;&#1575;&#1578; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &quot;%s&quot;&#1567;';
+ $lang['strtableemptied'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1575;&#1601;&#1585;&#1575;&#1594; &#1605;&#1581;&#1578;&#1608;&#1610;&#1575;&#1578; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strtableemptiedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1601;&#1585;&#1575;&#1594; &#1605;&#1581;&#1578;&#1608;&#1610;&#1575;&#1578; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;.';
+ $lang['strinsertrow'] = '&#1573;&#1583;&#1585;&#1575;&#1580; &#1587;&#1580;&#1604;.';
+ $lang['strrowinserted'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1573;&#1583;&#1585;&#1575;&#1580; &#1575;&#1604;&#1587;&#1580;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strrowinsertedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1583;&#1585;&#1575;&#1580; &#1575;&#1604;&#1587;&#1580;&#1604;.';
+ $lang['streditrow'] = '&#1578;&#1581;&#1585;&#1610;&#1585; &#1575;&#1604;&#1587;&#1580;&#1604;.';
+ $lang['strrowupdated'] = '&#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1587;&#1580;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strrowupdatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1587;&#1580;&#1604;.';
+ $lang['strdeleterow'] = '&#1573;&#1581;&#1584;&#1601; &#1575;&#1604;&#1587;&#1580;&#1604;.';
+ $lang['strconfdeleterow'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1607;&#1584;&#1575; &#1575;&#1604;&#1587;&#1580;&#1604;&#1567;';
+ $lang['strrowdeleted'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1587;&#1580;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strrowdeletedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1587;&#1580;&#1604;.';
+ $lang['strinsertandrepeat'] = '&#1573;&#1583;&#1585;&#1575;&#1580; &#1608; &#1573;&#1593;&#1575;&#1583;&#1577;';
+ $lang['strfield'] = '&#1575;&#1604;&#1581;&#1602;&#1604;';
+ $lang['strnumfields'] = '&#1593;&#1583;&#1583; &#1575;&#1604;&#1581;&#1602;&#1608;&#1604;';
+ $lang['strselectallfields'] = '&#1573;&#1582;&#1578;&#1610;&#1575;&#1585; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1581;&#1602;&#1608;&#1604;';
+ $lang['strselectneedscol'] = '&#1578;&#1581;&#1578;&#1575;&#1580; &#1593;&#1585;&#1590; &#1593;&#1604;&#1609; &#1575;&#1604;&#1571;&#1602;&#1604; &#1593;&#1605;&#1608;&#1583; &#1608;&#1575;&#1581;&#1583;.';
+ $lang['strselectunary'] = '&#1575;&#1604;&#1593;&#1605;&#1604;&#1610;&#1575;&#1578; &#1575;&#1604;&#1571;&#1581;&#1575;&#1583;&#1610;&#1577; Unary operators &#1604;&#1575; &#1610;&#1605;&#1603;&#1606; &#1575;&#1606; &#1610;&#1603;&#1608;&#1606; &#1604;&#1607;&#1575; &#1602;&#1610;&#1605;.';
+ $lang['straltercolumn'] = '&#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583;';
+ $lang['strcolumnaltered'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strcolumnalteredbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583;.';
+ $lang['strconfdropcolumn'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583; &quot;%s&quot; &#1605;&#1606; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &quot;%s&quot;&#1567;';
+ $lang['strcolumndropped'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strcolumndroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583;.';
+ $lang['straddcolumn'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1593;&#1605;&#1608;&#1583;.';
+ $lang['strcolumnadded'] = '&#1604;&#1602;&#1583; &#1578;&#1605;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strcolumnaddedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583;.';
+ $lang['strcascade'] = 'CASCADE';
+ $lang['strtablealtered'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strtablealteredbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;.';
+ $lang['strdataonly'] = '&#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1601;&#1602;&#1591;';
+ $lang['strstructureonly'] = '&#1575;&#1604;&#1607;&#1610;&#1603;&#1604;&#1610;&#1577; &#1601;&#1602;&#1591;';
+ $lang['strstructureanddata'] = '&#1575;&#1604;&#1607;&#1610;&#1603;&#1604;&#1610;&#1577; &#1608;&#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;';
+ $lang['strtabbed'] = 'Tabbed';
+ $lang['strauto'] = 'Auto';
 
      // Users
      $lang['struser'] = '&#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;';
      $lang['strusers'] = '&#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;&#1610;&#1606;';
      $lang['strusername'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;';
      $lang['strpassword'] = '&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;';
      $lang['strsuper'] = 'Superuser?';
      $lang['strcreatedb'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578;&#1567;';
      $lang['strexpires'] = 'Expires';
      $lang['strsessiondefaults'] = 'Session defaults';
      $lang['strnousers'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1605;&#1587;&#1578;&#1582;&#1583;&#1605;&#1610;&#1606;.';
      $lang['struserupdated'] = '&#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1576;&#1606;&#1580;&#1575;&#1581;.';
      $lang['struserupdatedbad'] = '&#1601;&#1588;&#1604; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
      $lang['strshowallusers'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;&#1610;&#1606;';
      $lang['strcreateuser'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1580;&#1583;&#1610;&#1583;';
      $lang['struserneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
      $lang['strusercreated'] = '&#1578;&#1605;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1576;&#1606;&#1580;&#1575;&#1581;.';
      $lang['strusercreatedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
      $lang['strconfdropuser'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &quot;%s&quot;&#1567;';
      $lang['struserdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1576;&#1606;&#1580;&#1575;&#1581;.';
      $lang['struserdroppedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
      $lang['straccount'] = 'Account';
      $lang['strchangepassword'] = '&#1578;&#1594;&#1610;&#1610;&#1585; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;';
      $lang['strpasswordchanged'] = '&#1578;&#1605; &#1578;&#1594;&#1610;&#1610;&#1585; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585; &#1576;&#1606;&#1580;&#1575;&#1581;.';
      $lang['strpasswordchangedbad'] = '&#1604;&#1605; &#1610;&#1606;&#1580;&#1581; &#1578;&#1594;&#1610;&#1610;&#1585; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;.';
      $lang['strpasswordshort'] = '&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585; &#1571;&#1602;&#1589;&#1585; &#1605;&#1606; &#1575;&#1604;&#1581;&#1583; &#1575;&#1604;&#1571;&#1583;&#1606;&#1609;.';
      $lang['strpasswordconfirm'] = '&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585; &#1575;&#1604;&#1605;&#1583;&#1582;&#1604;&#1577; &#1604;&#1605; &#1578;&#1578;&#1591;&#1575;&#1576;&#1602; &#1605;&#1593; &#1578;&#1571;&#1603;&#1610;&#1583; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;.';
-       
      // Groups
      $lang['strgroup'] = 'Group';
      $lang['strgroups'] = 'Groups';
      $lang['strnogroup'] = 'Group not found.';
      $lang['strnogroups'] = 'No groups found.';
      $lang['strcreategroup'] = 'Create group';
      $lang['strshowallgroups'] = 'Show all groups';
      $lang['strgroupneedsname'] = 'You must give a name for your group.';
      $lang['strgroupcreated'] = 'Group created.';
      $lang['strgroupcreatedbad'] = 'Group creation failed.'; 
      $lang['strconfdropgroup'] = 'Are you sure you want to drop the group &quot;%s&quot;?';
      $lang['strgroupdropped'] = 'Group dropped.';
      $lang['strgroupdroppedbad'] = 'Group drop failed.';
      $lang['strmembers'] = 'Members';
      $lang['straddmember'] = 'Add member';
      $lang['strmemberadded'] = 'Member added.';
      $lang['strmemberaddedbad'] = 'Member add failed.';
      $lang['strdropmember'] = 'Drop member';
      $lang['strconfdropmember'] = 'Are you sure you want to drop the member &quot;%s&quot; from the group &quot;%s&quot;?';
      $lang['strmemberdropped'] = 'Member dropped.';
      $lang['strmemberdroppedbad'] = 'Member drop failed.';
+ // Users
+ $lang['struser'] = '&#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;';
+ $lang['strusers'] = '&#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;&#1610;&#1606;';
+ $lang['strusername'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;';
+ $lang['strpassword'] = '&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;';
$lang['strsuper'] = '&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1584;&#1608; &#1589;&#1604;&#1575;&#1581;&#1610;&#1617;&#1575;&#1578; &#1593;&#1604;&#1610;&#1575;&#1567;';
+ $lang['strcreatedb'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578;&#1567;';
$lang['strexpires'] = '&#1610;&#1606;&#1578;&#1607;&#1610;';
+ $lang['strsessiondefaults'] = 'Session defaults';
+ $lang['strnousers'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1605;&#1587;&#1578;&#1582;&#1583;&#1605;&#1610;&#1606;.';
+ $lang['struserupdated'] = '&#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['struserupdatedbad'] = '&#1601;&#1588;&#1604; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
+ $lang['strshowallusers'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;&#1610;&#1606;';
+ $lang['strcreateuser'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1580;&#1583;&#1610;&#1583;';
+ $lang['struserneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
+ $lang['strusercreated'] = '&#1578;&#1605;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strusercreatedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
+ $lang['strconfdropuser'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &quot;%s&quot;&#1567;';
+ $lang['struserdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['struserdroppedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;.';
+ $lang['straccount'] = 'Account';
+ $lang['strchangepassword'] = '&#1578;&#1594;&#1610;&#1610;&#1585; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;';
+ $lang['strpasswordchanged'] = '&#1578;&#1605; &#1578;&#1594;&#1610;&#1610;&#1585; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strpasswordchangedbad'] = '&#1604;&#1605; &#1610;&#1606;&#1580;&#1581; &#1578;&#1594;&#1610;&#1610;&#1585; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;.';
+ $lang['strpasswordshort'] = '&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585; &#1571;&#1602;&#1589;&#1585; &#1605;&#1606; &#1575;&#1604;&#1581;&#1583; &#1575;&#1604;&#1571;&#1583;&#1606;&#1609;.';
+ $lang['strpasswordconfirm'] = '&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585; &#1575;&#1604;&#1605;&#1583;&#1582;&#1604;&#1577; &#1604;&#1605; &#1578;&#1578;&#1591;&#1575;&#1576;&#1602; &#1605;&#1593; &#1578;&#1571;&#1603;&#1610;&#1583; &#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1587;&#1585;.';
+ // Groups
$lang['strgroup'] = '&#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577;';
$lang['strgroups'] = '&#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1575;&#1578;';
$lang['strnogroup'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577;.';
$lang['strnogroups'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1605;&#1580;&#1605;&#1608;&#1593;&#1575;&#1578;.';
$lang['strcreategroup'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1605;&#1580;&#1605;&#1608;&#1593;&#1577; &#1580;&#1583;&#1610;&#1583;&#1577;';
$lang['strshowallgroups'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1575;&#1578;';
$lang['strgroupneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577;.';
$lang['strgroupcreated'] = '&#1604;&#1602;&#1583; &#1578;&#1605;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strgroupcreatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577;.'; 
$lang['strconfdropgroup'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577; &quot;%s&quot;&#1567;';
$lang['strgroupdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strgroupdroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577;.';
$lang['strmembers'] = '&#1575;&#1604;&#1571;&#1593;&#1590;&#1575;&#1569;';
$lang['straddmember'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1593;&#1590;&#1608;';
$lang['strmemberadded'] = '&#1578;&#1605;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1593;&#1590;&#1608;.';
$lang['strmemberaddedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1593;&#1590;&#1608;.';
$lang['strdropmember'] = '&#1581;&#1584;&#1601; &#1593;&#1590;&#1608;';
$lang['strconfdropmember'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1590;&#1608; &quot;%s&quot; &#1605;&#1606; &#1575;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577; &quot;%s&quot;&#1567;';
$lang['strmemberdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1590;&#1608;.';
$lang['strmemberdroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1590;&#1608;.';
 
-       // Privileges
-       $lang['strprivilege'] = 'Privilege';
-       $lang['strprivileges'] = 'Privileges';
-       $lang['strnoprivileges'] = 'This object has default owner privileges.';
-       $lang['strgrant'] = 'Grant';
-       $lang['strrevoke'] = 'Revoke';
-       $lang['strgranted'] = 'Privileges changed.';
-       $lang['strgrantfailed'] = 'Failed to change privileges.';
-       $lang['strgrantbad'] = 'You must specify at least one user or group and at least one privilege.';
-       $lang['stralterprivs'] = 'Alter privileges';
-       $lang['strgrantor'] = 'Grantor';
-       $lang['strasterisk'] = '*';
+ // Privileges
+ $lang['strprivilege'] = '&#1575;&#1604;&#1589;&#1604;&#1575;&#1581;&#1610;&#1617;&#1577;';
+ $lang['strprivileges'] = '&#1575;&#1604;&#1589;&#1604;&#1575;&#1581;&#1610;&#1575;&#1578;';
+ $lang['strnoprivileges'] = '&#1607;&#1584;&#1575; &#1575;&#1604;&#1603;&#1575;&#1574;&#1606; &#1604;&#1583;&#1610;&#1607; &#1589;&#1604;&#1575;&#1581;&#1610;&#1617;&#1575;&#1578; &#1575;&#1604;&#1605;&#1575;&#1604;&#1603; &#1575;&#1604;&#1573;&#1601;&#1578;&#1585;&#1575;&#1590;&#1610;&#1577;.';
+ $lang['strgrant'] = '&#1578;&#1589;&#1585;&#1610;&#1581; Grant';
+ $lang['strrevoke'] = '&#1587;&#1581;&#1576; Revoke';
+ $lang['strgranted'] = '&#1578;&#1605; &#1578;&#1594;&#1610;&#1610;&#1585; &#1575;&#1604;&#1589;&#1604;&#1575;&#1581;&#1610;&#1575;&#1578;.';
+ $lang['strgrantfailed'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1578;&#1594;&#1610;&#1610;&#1585; &#1575;&#1604;&#1589;&#1604;&#1575;&#1581;&#1610;&#1575;&#1578;.';
+ $lang['strgrantbad'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1578;&#1581;&#1583;&#1610;&#1583; &#1593;&#1604;&#1609; &#1575;&#1604;&#1575;&#1602;&#1604; &#1605;&#1587;&#1578;&#1582;&#1583;&#1605; &#1608;&#1575;&#1581;&#1583; &#1575;&#1608; &#1605;&#1580;&#1605;&#1608;&#1593;&#1577; &#1608;&#1575;&#1581;&#1583;&#1577; &#1608; &#1593;&#1604;&#1609; &#1575;&#1604;&#1571;&#1602;&#1604; &#1589;&#1604;&#1575;&#1581;&#1610;&#1617;&#1577; &#1608;&#1575;&#1581;&#1583;&#1577;.';
+ $lang['strgrantor'] = '&#1575;&#1604;&#1605;&#1589;&#1585;&#1617;&#1581; Grantor';
+ $lang['strasterisk'] = '*';
 
      // Databases
      $lang['strdatabase'] = 'Database';
      $lang['strdatabases'] = 'Databases';
      $lang['strshowalldatabases'] = 'Show all databases';
      $lang['strnodatabase'] = 'No database found.';
      $lang['strnodatabases'] = 'No databases found.';
      $lang['strcreatedatabase'] = 'Create database';
      $lang['strdatabasename'] = 'Database name';
      $lang['strdatabaseneedsname'] = 'You must give a name for your database.';
      $lang['strdatabasecreated'] = 'Database created.';
      $lang['strdatabasecreatedbad'] = 'Database creation failed.';
      $lang['strconfdropdatabase'] = 'Are you sure you want to drop the database &quot;%s&quot;?';
      $lang['strdatabasedropped'] = 'Database dropped.';
      $lang['strdatabasedroppedbad'] = 'Database drop failed.';
      $lang['strentersql'] = 'Enter the SQL to execute below:';
      $lang['strsqlexecuted'] = 'SQL executed.';
      $lang['strvacuumgood'] = 'Vacuum complete.';
      $lang['strvacuumbad'] = 'Vacuum failed.';
      $lang['stranalyzegood'] = 'Analyze complete.';
      $lang['stranalyzebad'] = 'Analyze failed.';
      $lang['strreindexgood'] = 'Reindex complete.';
      $lang['strreindexbad'] = 'Reindex failed.';
      $lang['strfull'] = 'Full';
      $lang['strfreeze'] = 'Freeze';
      $lang['strforce'] = 'Force';
+ // Databases
$lang['strdatabase'] = '&#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578;';
$lang['strdatabases'] = '&#1602;&#1608;&#1575;&#1593;&#1583; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;';
$lang['strshowalldatabases'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1602;&#1608;&#1575;&#1593;&#1583; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;';
$lang['strnodatabase'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
$lang['strnodatabases'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1602;&#1608;&#1575;&#1593;&#1583; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
$lang['strcreatedatabase'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1580;&#1583;&#1610;&#1583;&#1577;';
$lang['strdatabasename'] = '&#1573;&#1587;&#1605; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;';
$lang['strdatabaseneedsname'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
$lang['strdatabasecreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strdatabasecreatedbad'] = '&#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
$lang['strconfdropdatabase'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578; &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;?';
$lang['strdatabasedropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
$lang['strdatabasedroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1602;&#1575;&#1593;&#1583;&#1577; &#1575;&#1604;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;.';
$lang['strentersql'] = '&#1571;&#1583;&#1582;&#1604; &#1575;&#1604;&#1600;SQL &#1575;&#1604;&#1584;&#1610; &#1578;&#1585;&#1610;&#1583; &#1573;&#1587;&#1578;&#1583;&#1593;&#1575;&#1569;&#1607; &#1607;&#1606;&#1575;:';
$lang['strsqlexecuted'] = '&#1578;&#1605; &#1573;&#1587;&#1578;&#1583;&#1593;&#1575;&#1569; &#1575;&#1604;&#1600;SQL.';
$lang['strvacuumgood'] = '&#1578;&#1605;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1600;Vacuum.';
$lang['strvacuumbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1600;Vacuum.';
$lang['stranalyzegood'] = '&#1578;&#1605;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1601;&#1581;&#1589;.';
$lang['stranalyzebad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1601;&#1581;&#1589;.';
$lang['strreindexgood'] = '&#1578;&#1605;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1593;&#1575;&#1583;&#1577; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587;&#1577; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strreindexbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1593;&#1575;&#1583;&#1577; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587;&#1577;.';
+ $lang['strfull'] = 'Full';
+ $lang['strfreeze'] = 'Freeze';
+ $lang['strforce'] = 'Force';
 
      // Views
      $lang['strview'] = 'View';
      $lang['strviews'] = 'Views';
      $lang['strshowallviews'] = 'Show all views';
      $lang['strnoview'] = 'No view found.';
      $lang['strnoviews'] = 'No views found.';
      $lang['strcreateview'] = 'Create view';
      $lang['strviewname'] = 'View name';
      $lang['strviewneedsname'] = 'You must give a name for your view.';
      $lang['strviewneedsdef'] = 'You must give a definition for your view.';
      $lang['strviewneedsfields'] = 'You must give the columns you want selected in your view.';
      $lang['strviewcreated'] = 'View created.';
      $lang['strviewcreatedbad'] = 'View creation failed.';
      $lang['strconfdropview'] = 'Are you sure you want to drop the view &quot;%s&quot;?';
      $lang['strviewdropped'] = 'View dropped.';
      $lang['strviewdroppedbad'] = 'View drop failed.';
      $lang['strviewupdated'] = 'View updated.';
      $lang['strviewupdatedbad'] = 'View update failed.';
      $lang['strviewlink'] = 'Linking Keys';
      $lang['strviewconditions'] = 'Additional Conditions';
      $lang['strcreateviewwiz'] = 'Create view with wizard';
+ // Views
$lang['strview'] = 'View &#1593;&#1585;&#1590;';
$lang['strviews'] = '&#1593;&#1585;&#1608;&#1590; Views';
$lang['strshowallviews'] = '&#1571;&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1593;&#1585;&#1608;&#1590; Views.';
$lang['strnoview'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1593;&#1585;&#1590; View.';
$lang['strnoviews'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1593;&#1585;&#1608;&#1590; Views.';
$lang['strcreateview'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1593;&#1585;&#1590; View &#1580;&#1583;&#1610;&#1583;';
$lang['strviewname'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1593;&#1585;&#1590; View';
$lang['strviewneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strviewneedsdef'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1573;&#1593;&#1591;&#1575;&#1569; &#1578;&#1593;&#1585;&#1610;&#1601; &#1604;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strviewneedsfields'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1578;&#1581;&#1583;&#1610;&#1583; &#1575;&#1604;&#1581;&#1602;&#1608;&#1604; &#1575;&#1604;&#1578;&#1610; &#1578;&#1585;&#1610;&#1583;&#1607;&#1575; &#1601;&#1610; &#1575;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strviewcreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strviewcreatedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strconfdropview'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1585;&#1590; View &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;';
$lang['strviewdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strviewdroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1593;&#1585;&#1590; View.';
$lang['strviewupdated'] = '&#1578;&#1605; &#1578;&#1581;&#1583;&#1610;&#1579; &#1575;&#1604;&#1593;&#1585;&#1590; View &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strviewupdatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1581;&#1583;&#1610;&#1579; &#1575;&#1604;&#1593;&#1585;&#1590; View.';
+ $lang['strviewlink'] = 'Linking Keys';
+ $lang['strviewconditions'] = 'Additional Conditions';
$lang['strcreateviewwiz'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1593;&#1585;&#1590; View &#1576;&#1573;&#1587;&#1578;&#1582;&#1583;&#1575;&#1605; &#1575;&#1604;&#1587;&#1575;&#1581;&#1585; Wizard.';
 
      // Sequences
      $lang['strsequence'] = 'Sequence';
      $lang['strsequences'] = 'Sequences';
      $lang['strshowallsequences'] = 'Show all sequences';
      $lang['strnosequence'] = 'No sequence found.';
      $lang['strnosequences'] = 'No sequences found.';
      $lang['strcreatesequence'] = 'Create sequence';
      $lang['strlastvalue'] = 'Last value';
-       $lang['strincrementby'] = 'Increment by';       
      $lang['strstartvalue'] = 'Start value';
      $lang['strmaxvalue'] = 'Max value';
      $lang['strminvalue'] = 'Min value';
      $lang['strcachevalue'] = 'Cache value';
      $lang['strlogcount'] = 'Log count';
      $lang['striscycled'] = 'Is cycled?';
      $lang['striscalled'] = 'Is called?';
      $lang['strsequenceneedsname'] = 'You must specify a name for your sequence.';
      $lang['strsequencecreated'] = 'Sequence created.';
      $lang['strsequencecreatedbad'] = 'Sequence creation failed.'; 
      $lang['strconfdropsequence'] = 'Are you sure you want to drop sequence &quot;%s&quot;?';
      $lang['strsequencedropped'] = 'Sequence dropped.';
      $lang['strsequencedroppedbad'] = 'Sequence drop failed.';
      $lang['strsequencereset'] = 'Sequence reset.';
      $lang['strsequenceresetbad'] = 'Sequence reset failed.'; 
+ // Sequences
$lang['strsequence'] = '&#1578;&#1587;&#1604;&#1587;&#1604; Sequence';
$lang['strsequences'] = '&#1578;&#1587;&#1604;&#1587;&#1604;&#1575;&#1578; Sequences';
$lang['strshowallsequences'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604;&#1575;&#1578;';
$lang['strnosequence'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1578;&#1587;&#1604;&#1587;&#1604;.';
$lang['strnosequences'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1578;&#1587;&#1604;&#1587;&#1604;&#1575;&#1578;.';
$lang['strcreatesequence'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1578;&#1587;&#1604;&#1587;&#1604; &#1580;&#1583;&#1610;&#1583;';
$lang['strlastvalue'] = '&#1570;&#1582;&#1585; &#1602;&#1610;&#1605;&#1577;';
+ $lang['strincrementby'] = '&#1605;&#1602;&#1583;&#1575;&#1585; &#1575;&#1604;&#1586;&#1610;&#1575;&#1583;&#1577; Increment by'; 
$lang['strstartvalue'] = '&#1602;&#1610;&#1605;&#1577; &#1575;&#1604;&#1576;&#1583;&#1575;&#1610;&#1577;';
$lang['strmaxvalue'] = '&#1575;&#1604;&#1602;&#1610;&#1605;&#1577; &#1575;&#1604;&#1602;&#1589;&#1608;&#1609;';
$lang['strminvalue'] = '&#1575;&#1604;&#1602;&#1610;&#1605;&#1577; &#1575;&#1604;&#1583;&#1606;&#1610;&#1575;';
+ $lang['strcachevalue'] = 'Cache value';
+ $lang['strlogcount'] = 'Log count';
+ $lang['striscycled'] = 'Is cycled?';
+ $lang['striscalled'] = 'Is called?';
$lang['strsequenceneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604; sequence.';
$lang['strsequencecreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strsequencecreatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604;.'; 
$lang['strconfdropsequence'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604; &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;&#1567;';
$lang['strsequencedropped'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strsequencedroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604;.';
$lang['strsequencereset'] = '&#1604;&#1602;&#1583; &#1578;&#1605;&#1578; &#1573;&#1593;&#1575;&#1583;&#1577; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strsequenceresetbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1573;&#1593;&#1575;&#1583;&#1577; &#1575;&#1604;&#1578;&#1587;&#1604;&#1587;&#1604;.'; 
 
      // Indexes
      $lang['strindex'] = 'Index';
      $lang['strindexes'] = 'Indexes';
      $lang['strindexname'] = 'Index Name';
      $lang['strshowallindexes'] = 'Show all indexes';
      $lang['strnoindex'] = 'No index found.';
      $lang['strnoindexes'] = 'No indexes found.';
      $lang['strcreateindex'] = 'Create index';
      $lang['strtabname'] = 'Tab name';
      $lang['strcolumnname'] = 'Column name';
      $lang['strindexneedsname'] = 'You must give a name for your index.';
      $lang['strindexneedscols'] = 'Indexes require a valid number of columns.';
      $lang['strindexcreated'] = 'Index created';
      $lang['strindexcreatedbad'] = 'Index creation failed.';
      $lang['strconfdropindex'] = 'Are you sure you want to drop the index &quot;%s&quot;?';
      $lang['strindexdropped'] = 'Index dropped.';
      $lang['strindexdroppedbad'] = 'Index drop failed.';
      $lang['strkeyname'] = 'Key name';
      $lang['struniquekey'] = 'Unique key';
      $lang['strprimarykey'] = 'Primary key';
-       $lang['strindextype'] = 'Type of index';
      $lang['strtablecolumnlist'] = 'Columns in table';
      $lang['strindexcolumnlist'] = 'Columns in index';
      $lang['strconfcluster'] = 'Are you sure you want to cluster &quot;%s&quot;?';
      $lang['strclusteredgood'] = 'Cluster complete.';
      $lang['strclusteredbad'] = 'Cluster failed.';
+ // Indexes
$lang['strindex'] = '&#1601;&#1607;&#1585;&#1587;Index';
$lang['strindexes'] = '&#1601;&#1607;&#1575;&#1585;&#1587;Indexes';
$lang['strindexname'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587; Index';
$lang['strshowallindexes'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1601;&#1607;&#1575;&#1585;&#1587; indexes';
$lang['strnoindex'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1601;&#1607;&#1585;&#1587; index.';
$lang['strnoindexes'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1601;&#1607;&#1575;&#1585;&#1587; indexes.';
$lang['strcreateindex'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1601;&#1607;&#1585;&#1587; index &#1580;&#1583;&#1610;&#1583;';
+ $lang['strtabname'] = 'Tab name';
$lang['strcolumnname'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1593;&#1605;&#1608;&#1583;';
$lang['strindexneedsname'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1601;&#1607;&#1585;&#1587; index.';
$lang['strindexneedscols'] = '&#1575;&#1604;&#1601;&#1607;&#1575;&#1585;&#1587; &#1578;&#1578;&#1591;&#1604;&#1576; &#1593;&#1583;&#1583; &#1605;&#1602;&#1576;&#1608;&#1604; &#1605;&#1606; &#1575;&#1604;&#1571;&#1593;&#1605;&#1583;&#1577;.';
$lang['strindexcreated'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strindexcreatedbad'] = '&#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587;.';
$lang['strconfdropindex'] = '&#1607;&#1604; &#1575;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587; &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;&#1567;';
$lang['strindexdropped'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strindexdroppedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587;.';
$lang['strkeyname'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; Key';
$lang['struniquekey'] = '&#1605;&#1601;&#1578;&#1575;&#1581; &#1601;&#1585;&#1610;&#1583; Unique key';
$lang['strprimarykey'] = '&#1605;&#1601;&#1578;&#1575;&#1581; &#1585;&#1574;&#1610;&#1587;&#1610; Primary key';
+  $lang['strindextype'] = '&#1606;&#1608;&#1593; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587;';
$lang['strtablecolumnlist'] = '&#1575;&#1604;&#1571;&#1593;&#1605;&#1583;&#1577; &#1601;&#1610; &#1575;&#1604;&#1580;&#1583;&#1608;&#1604;';
$lang['strindexcolumnlist'] = '&#1575;&#1604;&#1571;&#1593;&#1605;&#1583;&#1577; &#1601;&#1610; &#1575;&#1604;&#1601;&#1607;&#1585;&#1587;';
+ $lang['strconfcluster'] = 'Are you sure you want to cluster &quot;%s&quot;?';
+ $lang['strclusteredgood'] = 'Cluster complete.';
+ $lang['strclusteredbad'] = 'Cluster failed.';
 
      // Rules
      $lang['strrules'] = 'Rules';
      $lang['strrule'] = 'Rule';
      $lang['strshowallrules'] = 'Show all rules';
      $lang['strnorule'] = 'No rule found.';
      $lang['strnorules'] = 'No rules found.';
      $lang['strcreaterule'] = 'Create rule';
      $lang['strrulename'] = 'Rule name';
      $lang['strruleneedsname'] = 'You must specify a name for your rule.';
      $lang['strrulecreated'] = 'Rule created.';
      $lang['strrulecreatedbad'] = 'Rule creation failed.';
      $lang['strconfdroprule'] = 'Are you sure you want to drop the rule &quot;%s&quot; on &quot;%s&quot;?';
      $lang['strruledropped'] = 'Rule dropped.';
      $lang['strruledroppedbad'] = 'Rule drop failed.';
+ // Rules
$lang['strrules'] = '&#1602;&#1608;&#1575;&#1593;&#1583; Rules';
$lang['strrule'] = '&#1602;&#1575;&#1593;&#1583;&#1577; Rule';
$lang['strshowallrules'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1602;&#1608;&#1575;&#1593;&#1583;';
$lang['strnorule'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1602;&#1575;&#1593;&#1583;&#1577;.';
$lang['strnorules'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1602;&#1608;&#1575;&#1593;&#1583;.';
$lang['strcreaterule'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1575;&#1593;&#1583;&#1577; rule &#1580;&#1583;&#1610;&#1583;&#1577;';
$lang['strrulename'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577; rule name';
$lang['strruleneedsname'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577; rule.';
$lang['strrulecreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strrulecreatedbad'] = '&#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577;.';
$lang['strconfdroprule'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577; &quot;%s&quot; &#1593;&#1604;&#1609; &quot;%s&quot;&#1567;';
$lang['strruledropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577;.';
$lang['strruledroppedbad'] = '&#1601;&#1588;&#1604; &#1581;&#1584;&#1601; &#1575;&#1604;&#1602;&#1575;&#1593;&#1583;&#1577;.';
 
      // Constraints
      $lang['strconstraints'] = 'Constraints';
      $lang['strshowallconstraints'] = 'Show all constraints';
      $lang['strnoconstraints'] = 'No constraints found.';
      $lang['strcreateconstraint'] = 'Create constraint';
      $lang['strconstraintcreated'] = 'Constraint created.';
      $lang['strconstraintcreatedbad'] = 'Constraint creation failed.';
      $lang['strconfdropconstraint'] = 'Are you sure you want to drop the constraint &quot;%s&quot; on &quot;%s&quot;?';
      $lang['strconstraintdropped'] = 'Constraint dropped.';
      $lang['strconstraintdroppedbad'] = 'Constraint drop failed.';
      $lang['straddcheck'] = 'Add check';
      $lang['strcheckneedsdefinition'] = 'Check constraint needs a definition.';
      $lang['strcheckadded'] = 'Check constraint added.';
      $lang['strcheckaddedbad'] = 'Failed to add check constraint.';
      $lang['straddpk'] = 'Add primary key';
      $lang['strpkneedscols'] = 'Primary key requires at least one column.';
      $lang['strpkadded'] = 'Primary key added.';
      $lang['strpkaddedbad'] = 'Failed to add primary key.';
      $lang['stradduniq'] = 'Add unique key';
      $lang['struniqneedscols'] = 'Unique key requires at least one column.';
      $lang['struniqadded'] = 'Unique key added.';
      $lang['struniqaddedbad'] = 'Failed to add unique key.';
      $lang['straddfk'] = 'Add foreign key';
      $lang['strfkneedscols'] = 'Foreign key requires at least one column.';
      $lang['strfkneedstarget'] = 'Foreign key requires a target table.';
      $lang['strfkadded'] = 'Foreign key added.';
      $lang['strfkaddedbad'] = 'Failed to add foreign key.';
      $lang['strfktarget'] = 'Target table';
      $lang['strfkcolumnlist'] = 'Columns in key';
      $lang['strondelete'] = 'ON DELETE';
      $lang['stronupdate'] = 'ON UPDATE';
+ // Constraints
$lang['strconstraints'] = '&#1602;&#1610;&#1608;&#1583; Constraints';
$lang['strshowallconstraints'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1602;&#1610;&#1608;&#1583; constraints';
$lang['strnoconstraints'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1602;&#1610;&#1608;&#1583; constraints.';
$lang['strcreateconstraint'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1602;&#1610;&#1583; constraint &#1580;&#1583;&#1610;&#1583;';
$lang['strconstraintcreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1602;&#1610;&#1583; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strconstraintcreatedbad'] = '&#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1602;&#1610;&#1583;.';
$lang['strconfdropconstraint'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1602;&#1610;&#1583; &quot;%s&quot; &#1593;&#1604;&#1609; &quot;%s&quot;&#1567;';
$lang['strconstraintdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1602;&#1610;&#1583; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strconstraintdroppedbad'] = '&#1601;&#1588;&#1604; &#1581;&#1584;&#1601; &#1575;&#1604;&#1602;&#1610;&#1583;.';
$lang['straddcheck'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1601;&#1581;&#1589; check';
$lang['strcheckneedsdefinition'] = '&#1602;&#1610;&#1583; &#1575;&#1604;&#1601;&#1581;&#1589; &#1610;&#1581;&#1578;&#1575;&#1580; &#1604;&#1578;&#1593;&#1585;&#1610;&#1601;.';
$lang['strcheckadded'] = '&#1578;&#1605; &#1573;&#1590;&#1575;&#1601;&#1577; &#1602;&#1610;&#1583; &#1575;&#1604;&#1601;&#1581;&#1589; &#1576;&#1606;&#1581;&#1575;&#1581;.';
$lang['strcheckaddedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1602;&#1610;&#1583; &#1575;&#1604;&#1601;&#1581;&#1589;.';
$lang['straddpk'] = 'primary key &#1573;&#1590;&#1575;&#1601;&#1577; &#1605;&#1601;&#1578;&#1575;&#1581; &#1585;&#1574;&#1610;&#1587;&#1610;.';
$lang['strpkneedscols'] = '&#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610; &#1610;&#1578;&#1591;&#1604;&#1576; &#1593;&#1604;&#1609; &#1575;&#1604;&#1571;&#1602;&#1604; &#1593;&#1605;&#1608;&#1583; &#1608;&#1575;&#1581;&#1583;.';
$lang['strpkadded'] = '&#1578;&#1605;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strpkaddedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610;.';
$lang['stradduniq'] = 'unique key &#1573;&#1590;&#1575;&#1601;&#1577; &#1605;&#1601;&#1578;&#1575;&#1581; &#1601;&#1585;&#1610;&#1583;';
$lang['struniqneedscols'] = '&#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1601;&#1585;&#1610;&#1583; &#1610;&#1578;&#1591;&#1604;&#1576; &#1593;&#1605;&#1608;&#1583; &#1608;&#1575;&#1581;&#1583; &#1593;&#1604;&#1609; &#1575;&#1604;&#1571;&#1602;&#1604;.';
$lang['struniqadded'] = '&#1578;&#1605;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1601;&#1585;&#1610;&#1583; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['struniqaddedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1601;&#1585;&#1610;&#1583;.';
$lang['straddfk'] = '&#1573;&#1590;&#1575;&#1601;&#1577; &#1605;&#1601;&#1578;&#1575;&#1581; &#1582;&#1575;&#1585;&#1580;&#1610;foreign key';
$lang['strfkneedscols'] = '&#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1582;&#1575;&#1585;&#1580;&#1610; &#1610;&#1578;&#1591;&#1604;&#1576; &#1593;&#1605;&#1608;&#1583; &#1608;&#1575;&#1581;&#1583; &#1593;&#1604;&#1609; &#1575;&#1604;&#1571;&#1602;&#1604;.';
$lang['strfkneedstarget'] = '&#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1582;&#1575;&#1585;&#1580;&#1610; &#1610;&#1581;&#1578;&#1575;&#1580; &#1575;&#1604;&#1609; &#1580;&#1583;&#1608;&#1604; &#1607;&#1583;&#1601;.';
$lang['strfkadded'] = '&#1578;&#1605;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1582;&#1575;&#1585;&#1580;&#1610; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strfkaddedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1573;&#1590;&#1575;&#1601;&#1577; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581; &#1575;&#1604;&#1582;&#1575;&#1585;&#1580;&#1610;.';
$lang['strfktarget'] = '&#1575;&#1604;&#1580;&#1583;&#1608;&#1604; &#1575;&#1604;&#1607;&#1583;&#1601; Target table';
$lang['strfkcolumnlist'] = '&#1575;&#1604;&#1571;&#1593;&#1605;&#1583;&#1577; &#1601;&#1610; &#1575;&#1604;&#1605;&#1601;&#1578;&#1575;&#1581;';
+ $lang['strondelete'] = 'ON DELETE';
+ $lang['stronupdate'] = 'ON UPDATE';
 
-       // Functions
-       $lang['strfunction'] = 'Function';
-       $lang['strfunctions'] = 'Functions';
-       $lang['strshowallfunctions'] = 'Show all functions';
-       $lang['strnofunction'] = 'No function found.';
-       $lang['strnofunctions'] = 'No functions found.';
-       $lang['strcreatefunction'] = 'Create function';
-       $lang['strfunctionname'] = 'Function name';
-       $lang['strreturns'] = 'Returns';
-       $lang['strarguments'] = 'Arguments';
-       $lang['strproglanguage'] = 'Programming language';
-       $lang['strfunctionneedsname'] = 'You must give a name for your function.';
-       $lang['strfunctionneedsdef'] = 'You must give a definition for your function.';
-       $lang['strfunctioncreated'] = 'Function created.';
-       $lang['strfunctioncreatedbad'] = 'Function creation failed.';
-       $lang['strconfdropfunction'] = 'Are you sure you want to drop the function &quot;%s&quot;?';
-       $lang['strfunctiondropped'] = 'Function dropped.';
-       $lang['strfunctiondroppedbad'] = 'Function drop failed.';
-       $lang['strfunctionupdated'] = 'Function updated.';
-       $lang['strfunctionupdatedbad'] = 'Function update failed.';
+ // Functions
+ $lang['strfunction'] = '&#1583;&#1575;&#1604;&#1577; Function';
+ $lang['strfunctions'] = '&#1583;&#1608;&#1575;&#1604; Functions';
+ $lang['strshowallfunctions'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1583;&#1608;&#1575;&#1604; functions';
+ $lang['strnofunction'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1583;&#1575;&#1604;&#1577; function.';
+ $lang['strnofunctions'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1583;&#1608;&#1575;&#1604; functions.';
+ $lang['strfunctionname'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function name';
+ $lang['strreturns'] = 'Returns';
+ $lang['strarguments'] = 'Arguments';
+ $lang['strproglanguage'] = '&#1604;&#1594;&#1577; &#1576;&#1585;&#1605;&#1580;&#1577;';
+ $lang['strfunctionneedsname'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1583;&#1575;&#1604;&#1577; function.';
+ $lang['strfunctionneedsdef'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1575;&#1593;&#1591;&#1575;&#1569; &#1578;&#1593;&#1585;&#1610;&#1601; &#1604;&#1604;&#1583;&#1575;&#1604;&#1577; function definition.';
+ $lang['strfunctioncreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strfunctioncreatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577;.';
+ $lang['strconfdropfunction'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;?';
+ $lang['strfunctiondropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strfunctiondroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function.';
+ $lang['strfunctionupdated'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function.';
+ $lang['strfunctionupdatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1583;&#1575;&#1604;&#1577; function.';
 
      // Triggers
      $lang['strtrigger'] = 'Trigger';
      $lang['strtriggers'] = 'Triggers';
      $lang['strshowalltriggers'] = 'Show all triggers';
      $lang['strnotrigger'] = 'No trigger found.';
      $lang['strnotriggers'] = 'No triggers found.';
      $lang['strcreatetrigger'] = 'Create trigger';
      $lang['strtriggerneedsname'] = 'You must specify a name for your trigger.';
      $lang['strtriggerneedsfunc'] = 'You must specify a function for your trigger.';
      $lang['strtriggercreated'] = 'Trigger created.';
      $lang['strtriggercreatedbad'] = 'Trigger creation failed.';
      $lang['strconfdroptrigger'] = 'Are you sure you want to drop the trigger &quot;%s&quot; on &quot;%s&quot;?';
      $lang['strtriggerdropped'] = 'Trigger dropped.';
      $lang['strtriggerdroppedbad'] = 'Trigger drop failed.';
      $lang['strtriggeraltered'] = 'Trigger altered.';
      $lang['strtriggeralteredbad'] = 'Trigger alter failed.';
+ // Triggers
$lang['strtrigger'] = '&#1605;&#1581;&#1601;&#1617;&#1586; Trigger';
$lang['strtriggers'] = '&#1605;&#1581;&#1601;&#1617;&#1586;&#1575;&#1578; Triggers';
$lang['strshowalltriggers'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586;&#1575;&#1578; triggers';
$lang['strnotrigger'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586; trigger.';
$lang['strnotriggers'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1605;&#1581;&#1601;&#1586;&#1575;&#1578; triggers.';
$lang['strcreatetrigger'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1605;&#1581;&#1601;&#1617;&#1586; trigger &#1580;&#1583;&#1610;&#1583;';
$lang['strtriggerneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1575;&#1587;&#1605; &#1604;&#1604;&#1605;&#1581;&#1601;&#1586;.';
$lang['strtriggerneedsfunc'] = '&#1610;&#1580;&#1576; &#1578;&#1581;&#1583;&#1610;&#1583; &#1583;&#1575;&#1604;&#1577; function &#1604;&#1604;&#1605;&#1581;&#1601;&#1586;.';
$lang['strtriggercreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strtriggercreatedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586;.';
$lang['strconfdroptrigger'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1581;&#1601;&#1617;&#1586; trigger &quot;%s&quot; &#1593;&#1604;&#1609; &quot;%s&quot;&#1567;';
$lang['strtriggerdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586;.';
$lang['strtriggerdroppedbad'] = '&#1601;&#1588;&#1604; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586;&#1548; &#1604;&#1605; &#1610;&#1578;&#1605; &#1575;&#1604;&#1581;&#1584;&#1601;.';
$lang['strtriggeraltered'] = '&#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strtriggeralteredbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1581;&#1601;&#1586;. &#1604;&#1605; &#1610;&#1578;&#1605; &#1575;&#1604;&#1578;&#1593;&#1583;&#1610;&#1604;.';
 
      // Types
      $lang['strtype'] = 'Type';
      $lang['strtypes'] = 'Types';
      $lang['strshowalltypes'] = 'Show all types';
      $lang['strnotype'] = 'No type found.';
      $lang['strnotypes'] = 'No types found.';
      $lang['strcreatetype'] = 'Create type';
      $lang['strtypename'] = 'Type name';
      $lang['strinputfn'] = 'Input function';
      $lang['stroutputfn'] = 'Output function';
      $lang['strpassbyval'] = 'Passed by val?';
      $lang['stralignment'] = 'Alignment';
      $lang['strelement'] = 'Element';
      $lang['strdelimiter'] = 'Delimiter';
      $lang['strstorage'] = 'Storage';
      $lang['strtypeneedsname'] = 'You must give a name for your type.';
      $lang['strtypeneedslen'] = 'You must give a length for your type.';
      $lang['strtypecreated'] = 'Type created';
      $lang['strtypecreatedbad'] = 'Type creation failed.';
      $lang['strconfdroptype'] = 'Are you sure you want to drop the type &quot;%s&quot;?';
      $lang['strtypedropped'] = 'Type dropped.';
      $lang['strtypedroppedbad'] = 'Type drop failed.';
+ // Types
$lang['strtype'] = '&#1606;&#1608;&#1593; Type';
$lang['strtypes'] = '&#1571;&#1606;&#1608;&#1575;&#1593; Types';
$lang['strshowalltypes'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1571;&#1606;&#1608;&#1575;&#1593;';
$lang['strnotype'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1575;&#1604;&#1606;&#1608;&#1593;.';
$lang['strnotypes'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1571;&#1606;&#1608;&#1575;&#1593;.';
$lang['strcreatetype'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1606;&#1608;&#1593; &#1580;&#1583;&#1610;&#1583;.';
$lang['strtypename'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1606;&#1608;&#1593;';
$lang['strinputfn'] = '&#1583;&#1575;&#1604;&#1577; &#1575;&#1604;&#1573;&#1583;&#1582;&#1575;&#1604; Input function';
$lang['stroutputfn'] = '&#1583;&#1575;&#1604;&#1577; &#1575;&#1604;&#1573;&#1582;&#1585;&#1575;&#1580; Output function';
+ $lang['strpassbyval'] = 'Passed by val?';
+ $lang['stralignment'] = 'Alignment';
+ $lang['strelement'] = 'Element';
+ $lang['strdelimiter'] = 'Delimiter';
+ $lang['strstorage'] = 'Storage';
$lang['strtypeneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1606;&#1608;&#1593;.';
$lang['strtypeneedslen'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1591;&#1608;&#1604; &#1604;&#1604;&#1606;&#1608;&#1593;.';
$lang['strtypecreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1606;&#1608;&#1593;';
$lang['strtypecreatedbad'] = '&#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1606;&#1608;&#1593;.';
$lang['strconfdroptype'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1606;&#1608;&#1593; &quot;%s&quot;&#1567;';
$lang['strtypedropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1606;&#1608;&#1593;.';
$lang['strtypedroppedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1606;&#1608;&#1593;.';
 
      // Schemas
      $lang['strschema'] = 'Schema';
      $lang['strschemas'] = 'Schemas';
      $lang['strshowallschemas'] = 'Show all schemas';
      $lang['strnoschema'] = 'No schema found.';
      $lang['strnoschemas'] = 'No schemas found.';
      $lang['strcreateschema'] = 'Create schema';
      $lang['strschemaname'] = 'Schema name';
      $lang['strschemaneedsname'] = 'You must give a name for your schema.';
      $lang['strschemacreated'] = 'Schema created';
      $lang['strschemacreatedbad'] = 'Schema creation failed.';
      $lang['strconfdropschema'] = 'Are you sure you want to drop the schema &quot;%s&quot;?';
      $lang['strschemadropped'] = 'Schema dropped.';
      $lang['strschemadroppedbad'] = 'Schema drop failed.';
      $lang['strschemaaltered'] = 'Schema altered.';
      $lang['strschemaalteredbad'] = 'Schema alter failed.';
+ // Schemas
$lang['strschema'] = '&#1605;&#1582;&#1591;&#1591; Schema';
$lang['strschemas'] = '&#1575;&#1604;&#1605;&#1582;&#1591;&#1591;&#1575;&#1578; Schemas';
$lang['strshowallschemas'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591;&#1575;&#1578; schemas';
$lang['strnoschema'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1605;&#1582;&#1591;&#1591; schema.';
$lang['strnoschemas'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1605;&#1582;&#1591;&#1591;&#1575;&#1578; schemas.';
$lang['strcreateschema'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1605;&#1582;&#1591;&#1591; schema &#1580;&#1583;&#1610;&#1583;';
$lang['strschemaname'] = '&#1573;&#1587;&#1605; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591;';
$lang['strschemaneedsname'] = '&#1610;&#1580;&#1576; &#1593;&#1604;&#1610;&#1603; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1605;&#1582;&#1591;&#1591;.';
$lang['strschemacreated'] = '&#1604;&#1602;&#1583; &#1578;&#1605; &#1575;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591; &#1576;&#1606;&#1580;&#1575;&#1581;.';
$lang['strschemacreatedbad'] = '&#1601;&#1588;&#1604; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591;.';
$lang['strconfdropschema'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591; Schema &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;&#1567;';
$lang['strschemadropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591;.';
$lang['strschemadroppedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1581;&#1584;&#1601; &#1604;&#1604;&#1605;&#1582;&#1591;&#1591;.';
$lang['strschemaaltered'] = '&#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591;.';
$lang['strschemaalteredbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1605;&#1582;&#1591;&#1591;&#1548; &#1604;&#1605; &#1610;&#1578;&#1605; &#1575;&#1604;&#1578;&#1593;&#1583;&#1610;&#1604;.';
 
      // Reports
      $lang['strreport'] = 'Report';
      $lang['strreports'] = 'Reports';
      $lang['strshowallreports'] = 'Show all reports';
      $lang['strnoreports'] = 'No reports found.';
      $lang['strcreatereport'] = 'Create report';
      $lang['strreportdropped'] = 'Report dropped.';
      $lang['strreportdroppedbad'] = 'Report drop failed.';
      $lang['strconfdropreport'] = 'Are you sure you want to drop the report &quot;%s&quot;?';
      $lang['strreportneedsname'] = 'You must give a name for your report.';
      $lang['strreportneedsdef'] = 'You must give SQL for your report.';
      $lang['strreportcreated'] = 'Report saved.';
      $lang['strreportcreatedbad'] = 'Failed to save report.';
+ // Reports
$lang['strreport'] = '&#1578;&#1602;&#1585;&#1610;&#1585; Report';
$lang['strreports'] = '&#1578;&#1602;&#1575;&#1585;&#1610;&#1585; Reports';
$lang['strshowallreports'] = '&#1593;&#1585;&#1590; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1578;&#1602;&#1575;&#1585;&#1610;&#1585;';
$lang['strnoreports'] = '&#1604;&#1605; &#1578;&#1608;&#1580;&#1583; &#1578;&#1602;&#1575;&#1585;&#1610;&#1585;.';
$lang['strcreatereport'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1578;&#1602;&#1585;&#1610;&#1585; &#1580;&#1583;&#1610;&#1583;';
$lang['strreportdropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585;.';
$lang['strreportdroppedbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1581;&#1584;&#1601; &#1575;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585;.';
$lang['strconfdropreport'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585; &quot;%s&quot;&#1567;';
$lang['strreportneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1575;&#1587;&#1605; &#1604;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585;.';
$lang['strreportneedsdef'] = '&#1610;&#1580;&#1576; &#1603;&#1578;&#1575;&#1576;&#1577; &#1593;&#1576;&#1575;&#1585;&#1577; SQL &#1604;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585;.';
$lang['strreportcreated'] = '&#1578;&#1605; &#1581;&#1601;&#1592; &#1575;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585;.';
$lang['strreportcreatedbad'] = '&#1604;&#1605; &#1610;&#1578;&#1605; &#1581;&#1601;&#1592; &#1575;&#1604;&#1578;&#1602;&#1585;&#1610;&#1585;&#1548; &#1604;&#1602;&#1583; &#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1575;&#1604;&#1581;&#1601;&#1592;.';
 
      // Domains
      $lang['strdomain'] = 'Domain';
      $lang['strdomains'] = 'Domains';
      $lang['strshowalldomains'] = 'Show all domains';
      $lang['strnodomains'] = 'No domains found.';
      $lang['strcreatedomain'] = 'Create domain';
      $lang['strdomaindropped'] = 'Domain dropped.';
      $lang['strdomaindroppedbad'] = 'Domain drop failed.';
      $lang['strconfdropdomain'] = 'Are you sure you want to drop the domain &quot;%s&quot;?';
      $lang['strdomainneedsname'] = 'You must give a name for your domain.';
      $lang['strdomaincreated'] = 'Domain created.';
-       $lang['strdomaincreatedbad'] = 'Failed to create domain.';      
      $lang['strdomainaltered'] = 'Domain altered.';
-       $lang['strdomainalteredbad'] = 'Failed to alter domain.';       
+ // Domains
$lang['strdomain'] = '&#1606;&#1591;&#1575;&#1602; Domain';
$lang['strdomains'] = '&#1606;&#1591;&#1575;&#1602;&#1575;&#1578; Domains';
$lang['strshowalldomains'] = '&#1593;&#1585;&#1590; &#1580;&#1610;&#1593; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602;&#1575;&#1578;';
$lang['strnodomains'] = '&#1604;&#1605; &#1610;&#1608;&#1580;&#1583; &#1606;&#1591;&#1575;&#1602;&#1575;&#1578;.';
$lang['strcreatedomain'] = '&#1573;&#1606;&#1588;&#1575;&#1569; &#1606;&#1591;&#1575;&#1602; &#1580;&#1583;&#1610;&#1583;';
$lang['strdomaindropped'] = '&#1578;&#1605; &#1581;&#1584;&#1601; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602;.';
$lang['strdomaindroppedbad'] = '&#1604;&#1602;&#1583; &#1601;&#1588;&#1604; &#1581;&#1584;&#1601; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602;&#1548; &#1604;&#1605; &#1610;&#1578;&#1605; &#1575;&#1604;&#1581;&#1584;&#1601;.';
$lang['strconfdropdomain'] = '&#1607;&#1604; &#1571;&#1606;&#1578; &#1605;&#1578;&#1571;&#1603;&#1583; &#1578;&#1585;&#1610;&#1583; &#1581;&#1584;&#1601; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602; domain &#1576;&#1573;&#1587;&#1605; &quot;%s&quot;&#1567;';
$lang['strdomainneedsname'] = '&#1610;&#1580;&#1576; &#1573;&#1593;&#1591;&#1575;&#1569; &#1573;&#1587;&#1605; &#1604;&#1604;&#1606;&#1591;&#1575;&#1602;.';
$lang['strdomaincreated'] = '&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602; &#1576;&#1606;&#1580;&#1575;&#1581;.';
+ $lang['strdomaincreatedbad'] = '&#1604;&#1605; &#1610;&#1578;&#1605; &#1573;&#1606;&#1588;&#1575;&#1569; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602;&#1548; &#1601;&#1588;&#1604;&#1578; &#1575;&#1604;&#1593;&#1605;&#1604;&#1610;&#1577;.'; 
$lang['strdomainaltered'] = '&#1578;&#1605; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602;.';
+ $lang['strdomainalteredbad'] = '&#1601;&#1588;&#1604;&#1578; &#1593;&#1605;&#1604;&#1610;&#1577; &#1578;&#1593;&#1583;&#1610;&#1604; &#1575;&#1604;&#1606;&#1591;&#1575;&#1602;.'; 
 
      // Operators
      $lang['stroperator'] = 'Operator';
      $lang['stroperators'] = 'Operators';
      $lang['strshowalloperators'] = 'Show all operators';
      $lang['strnooperator'] = 'No operator found.';
      $lang['strnooperators'] = 'No operators found.';
      $lang['strcreateoperator'] = 'Create operator';
      $lang['strleftarg'] = 'Left Arg Type';
      $lang['strrightarg'] = 'Right Arg Type';
      $lang['strcommutator'] = 'Commutator';
      $lang['strnegator'] = 'Negator';
      $lang['strrestrict'] = 'Restrict';
      $lang['strjoin'] = 'Join';
      $lang['strhashes'] = 'Hashes';
      $lang['strmerges'] = 'Merges';
      $lang['strleftsort'] = 'Left sort';
      $lang['strrightsort'] = 'Right sort';
      $lang['strlessthan'] = 'Less than';
      $lang['strgreaterthan'] = 'Greater than';
      $lang['stroperatorneedsname'] = 'You must give a name for your operator.';
      $lang['stroperatorcreated'] = 'Operator created';
      $lang['stroperatorcreatedbad'] = 'Operator creation failed.';
      $lang['strconfdropoperator'] = 'Are you sure you want to drop the operator &quot;%s&quot;?';
      $lang['stroperatordropped'] = 'Operator dropped.';
      $lang['stroperatordroppedbad'] = 'Operator drop failed.';
+ // Operators
+ $lang['stroperator'] = 'Operator';
+ $lang['stroperators'] = 'Operators';
+ $lang['strshowalloperators'] = 'Show all operators';
+ $lang['strnooperator'] = 'No operator found.';
+ $lang['strnooperators'] = 'No operators found.';
+ $lang['strcreateoperator'] = 'Create operator';
+ $lang['strleftarg'] = 'Left Arg Type';
+ $lang['strrightarg'] = 'Right Arg Type';
+ $lang['strcommutator'] = 'Commutator';
+ $lang['strnegator'] = 'Negator';
+ $lang['strrestrict'] = 'Restrict';
+ $lang['strjoin'] = 'Join';
+ $lang['strhashes'] = 'Hashes';
+ $lang['strmerges'] = 'Merges';
+ $lang['strleftsort'] = 'Left sort';
+ $lang['strrightsort'] = 'Right sort';
+ $lang['strlessthan'] = 'Less than';
+ $lang['strgreaterthan'] = 'Greater than';
+ $lang['stroperatorneedsname'] = 'You must give a name for your operator.';
+ $lang['stroperatorcreated'] = 'Operator created';
+ $lang['stroperatorcreatedbad'] = 'Operator creation failed.';
+ $lang['strconfdropoperator'] = 'Are you sure you want to drop the operator &quot;%s&quot;?';
+ $lang['stroperatordropped'] = 'Operator dropped.';
+ $lang['stroperatordroppedbad'] = 'Operator drop failed.';
 
      // Casts
      $lang['strcasts'] = 'Casts';
      $lang['strnocasts'] = 'No casts found.';
      $lang['strsourcetype'] = 'Source type';
      $lang['strtargettype'] = 'Target type';
      $lang['strimplicit'] = 'Implicit';
      $lang['strinassignment'] = 'In assignment';
      $lang['strbinarycompat'] = '(Binary compatible)';
-       
      // Conversions
      $lang['strconversions'] = 'Conversions';
      $lang['strnoconversions'] = 'No conversions found.';
      $lang['strsourceencoding'] = 'Source encoding';
      $lang['strtargetencoding'] = 'Target encoding';
-       
      // Languages
      $lang['strlanguages'] = 'Languages';
      $lang['strnolanguages'] = 'No languages found.';
      $lang['strtrusted'] = 'Trusted';
-       
      // Info
      $lang['strnoinfo'] = 'No information available.';
      $lang['strreferringtables'] = 'Referring tables';
      $lang['strparenttables'] = 'Parent tables';
      $lang['strchildtables'] = 'Child tables';
-       
      // Aggregates
      $lang['straggregates'] = 'Aggregates';
      $lang['strnoaggregates'] = 'No aggregates found.';
      $lang['stralltypes'] = '(All types)';
+ // Casts
+ $lang['strcasts'] = 'Casts';
+ $lang['strnocasts'] = 'No casts found.';
+ $lang['strsourcetype'] = 'Source type';
+ $lang['strtargettype'] = 'Target type';
+ $lang['strimplicit'] = 'Implicit';
+ $lang['strinassignment'] = 'In assignment';
+ $lang['strbinarycompat'] = '(Binary compatible)';
+ // Conversions
+ $lang['strconversions'] = 'Conversions';
+ $lang['strnoconversions'] = 'No conversions found.';
+ $lang['strsourceencoding'] = 'Source encoding';
+ $lang['strtargetencoding'] = 'Target encoding';
+ // Languages
+ $lang['strlanguages'] = 'Languages';
+ $lang['strnolanguages'] = 'No languages found.';
+ $lang['strtrusted'] = 'Trusted';
+ // Info
+ $lang['strnoinfo'] = 'No information available.';
+ $lang['strreferringtables'] = 'Referring tables';
+ $lang['strparenttables'] = 'Parent tables';
+ $lang['strchildtables'] = 'Child tables';
+ // Aggregates
+ $lang['straggregates'] = 'Aggregates';
+ $lang['strnoaggregates'] = 'No aggregates found.';
+ $lang['stralltypes'] = '(All types)';
 
      // Operator Classes
      $lang['stropclasses'] = 'Op Classes';
      $lang['strnoopclasses'] = 'No operator classes found.';
      $lang['straccessmethod'] = 'Access method';
+ // Operator Classes
+ $lang['stropclasses'] = 'Op Classes';
+ $lang['strnoopclasses'] = 'No operator classes found.';
+ $lang['straccessmethod'] = 'Access method';
 
      // Stats and performance
      $lang['strrowperf'] = 'Row Performance';
      $lang['strioperf'] = 'I/O Performance';
      $lang['stridxrowperf'] = 'Index Row Performance';
      $lang['stridxioperf'] = 'Index I/O Performance';
      $lang['strpercent'] = '%';
      $lang['strsequential'] = 'Sequential';
      $lang['strscan'] = 'Scan';
      $lang['strread'] = 'Read';
      $lang['strfetch'] = 'Fetch';
      $lang['strheap'] = 'Heap';
      $lang['strtoast'] = 'TOAST';
      $lang['strtoastindex'] = 'TOAST Index';
      $lang['strcache'] = 'Cache';
      $lang['strdisk'] = 'Disk';
      $lang['strrows2'] = 'Rows';
+ // Stats and performance
+ $lang['strrowperf'] = 'Row Performance';
+ $lang['strioperf'] = 'I/O Performance';
+ $lang['stridxrowperf'] = 'Index Row Performance';
+ $lang['stridxioperf'] = 'Index I/O Performance';
+ $lang['strpercent'] = '%';
+ $lang['strsequential'] = 'Sequential';
+ $lang['strscan'] = 'Scan';
+ $lang['strread'] = 'Read';
+ $lang['strfetch'] = 'Fetch';
+ $lang['strheap'] = 'Heap';
+ $lang['strtoast'] = 'TOAST';
+ $lang['strtoastindex'] = 'TOAST Index';
+ $lang['strcache'] = 'Cache';
+ $lang['strdisk'] = 'Disk';
+ $lang['strrows2'] = 'Rows';
 
      // Miscellaneous
      $lang['strtopbar'] = '%s running on %s:%s -- You are logged in as user &quot;%s&quot;, %s';
      $lang['strtimefmt'] = 'jS M, Y g:iA';
      $lang['strhelp'] = 'Help';
+ // Miscellaneous
$lang['strtopbar'] = '%s &#1610;&#1593;&#1605;&#1604; &#1593;&#1604;&#1609; %s:%s -- You are logged in as user &quot;%s&quot;, %s';
+ $lang['strtimefmt'] = 'jS M, Y g:iA';
$lang['strhelp'] = '&#1605;&#1587;&#1575;&#1593;&#1583;&#1577;';
 
 ?>