diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 3edcc00f1a..dddd46408a 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 99a4db89ea..33d6158a09 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index e5f2ff4af7..e83e7f61b3 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -281,7 +281,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; //to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; @@ -289,5 +291,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 9999f4836f..69ea0c2a62 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -284,11 +284,12 @@ $strAffectedRows = ' Rows affected: '; //to translate $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strQueryOnDb = ' SQL-query on database '; //to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 3d45168894..7420162fa1 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index e444336f3c..3132665cb7 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -283,11 +283,12 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index e72ab37dd1..24bb0f2af6 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -283,6 +283,8 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; @@ -290,5 +292,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index c75ac98ca1..1d3f0f428c 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -283,11 +283,12 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 7c7a916a16..a1a7602f0b 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 505a815200..a6473b165b 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -161,6 +161,7 @@ $strName = 'Name'; $strNbRecords = 'No. Of records'; $strNext = 'Next'; $strNo = 'No'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; $strNoPassword = 'No Password'; $strNoPrivileges = 'No Privileges'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 2588139063..1752cde56f 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -161,6 +161,7 @@ $strName = 'Nom'; $strNbRecords = 'nb. d\'enregistrements'; $strNext = 'Suivant'; $strNo = 'Non'; +$strNoDatabases = 'Aucune base de données'; $strNoModification = 'Pas de modifications'; $strNoPassword = 'aucun mot de passe'; $strNoPrivileges = 'aucun privilège'; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 35a15bab44..d1520e64dd 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -288,6 +288,7 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strYes = 'Ja'; // To translate -$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; +$strNoDatabases = 'No databases'; $strInstructions = 'Befehle'; //to translate +$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index b15fe3815e..567cf7298f 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -284,11 +284,12 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strQueryOnDb = 'SQL-query on database '; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 590e213cf3..92bb102906 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 4256d66958..3543623e51 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 824ab18f88..1bcb71718a 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 9b97c6af07..0dc0210a74 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -287,7 +287,8 @@ $strWrongUser = 'B $strYes = 'Tak'; // To translate -$strLengthSet = 'Length/Values*'; -$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strInstructions = 'Instructions';//to translate +$strLengthSet = 'Length/Values*'; +$strNoDatabases = 'No databases'; +$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index b42ffbf9b7..5f5d16d34b 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 74c43e23a6..a8457870e5 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -283,11 +283,12 @@ $strYes = ' $strAffectedRows = 'Affected rows:'; // To translate $strBzip = '"bzipped"'; // To translate $strGzip = '"gzipped"'; // To translate +$strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; // To translate $strOffSet = 'offset'; // To translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 7c28f26e16..1df468567a 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -283,11 +283,12 @@ $strYes = ' $strAffectedRows = 'Affected rows:'; // To translate $strBzip = '"bzipped"'; // To translate $strGzip = '"gzipped"'; // To translate +$strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; // To translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; // To translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 59f30091aa..d00141b439 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -286,9 +286,10 @@ $strWrongUser = 'Zl $strYes = 'Áno'; // To translate +$strInstructions = 'Instructions';//to translate +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index c38c27b20f..db8c844718 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -285,11 +285,12 @@ $strAffectedRows = 'Rows affected: '; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strLengthSet = 'Length/Values*'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowPHPInfo = 'Show PHP information'; // To translate $strTables = '%s table(s)'; //to translate -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 72028e9e80..a147f31fa5 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index f42fd5b311..caa432e584 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -284,7 +284,9 @@ $strAffectedRows = 'Affected rows:'; $strDisplayOrder = 'Display order:'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strInstructions = 'Instructions';//to translate $strNbRecords = 'no. of records'; +$strNoDatabases = 'No databases'; $strNoModification = 'No change'; // To translate $strOffSet = 'offset'; $strQueryOnDb = 'SQL-query on database '; @@ -294,5 +296,4 @@ $strShowPHPInfo = 'Show PHP information'; // To translate $strShowThisQuery = ' Show this query here again '; //to translate $strTables = '%s table(s)'; //to translate $strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strInstructions = 'Instructions';//to translate ?>