lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-01-11 Olivier M<>ller <om@omnis.ch>
|
||||||
|
* lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3
|
||||||
|
|
||||||
2002-01-10 Marc Delisle <lem9@users.sourceforge.net>
|
2002-01-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/slovak-iso updates, thanks to Lubos Klokner
|
* lang/slovak-iso updates, thanks to Lubos Klokner
|
||||||
* lang/finnish updates, thanks to Visa Kopu
|
* lang/finnish updates, thanks to Visa Kopu
|
||||||
|
@@ -613,9 +613,9 @@ if ($num_tables > 0) {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<br />
|
<br />
|
||||||
<a href="<?php echo $checkall_url; ?>&selectall=1#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', true); return false;"><?php echo $strCheckAll; ?></a>
|
<a href="<?php echo $checkall_url; ?>&selectall=1#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', true); return false;"><?php echo $strSelectAll; ?></a>
|
||||||
/
|
/
|
||||||
<a href="<?php echo $checkall_url; ?>#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', false); return false;"><?php echo $strUncheckAll; ?></a>
|
<a href="<?php echo $checkall_url; ?>#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', false); return false;"><?php echo $strUnselectAll; ?></a>
|
||||||
<?php
|
<?php
|
||||||
} // end if
|
} // end if
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
@@ -348,4 +348,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -349,4 +349,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -342,4 +342,6 @@ $strYes = 'Ano';
|
|||||||
|
|
||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -342,4 +342,6 @@ $strYes = 'Ano';
|
|||||||
|
|
||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -269,6 +269,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
|
|||||||
|
|
||||||
$strSave = 'Save';
|
$strSave = 'Save';
|
||||||
$strSelect = 'Select';
|
$strSelect = 'Select';
|
||||||
|
$strSelectAll = 'Select All';
|
||||||
$strSelectFields = 'Select fields (at least one):';
|
$strSelectFields = 'Select fields (at least one):';
|
||||||
$strSelectNumRows = 'in query';
|
$strSelectNumRows = 'in query';
|
||||||
$strSend = 'Save as file';
|
$strSend = 'Save as file';
|
||||||
@@ -318,6 +319,7 @@ $strType = 'Type';
|
|||||||
|
|
||||||
$strUncheckAll = 'Uncheck All';
|
$strUncheckAll = 'Uncheck All';
|
||||||
$strUnique = 'Unique';
|
$strUnique = 'Unique';
|
||||||
|
$strUnselectAll = 'Unselect All';
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
|
||||||
$strUpdateProfile = 'Update profile:';
|
$strUpdateProfile = 'Update profile:';
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';
|
$strUpdateProfileMessage = 'The profile has been updated.';
|
||||||
|
@@ -348,4 +348,6 @@ $strZip = '"zip-pakattu"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -269,6 +269,7 @@ $strRunSQLQuery = 'Ex
|
|||||||
|
|
||||||
$strSave = 'Sauvegarder';
|
$strSave = 'Sauvegarder';
|
||||||
$strSelect = 'S<>lectionner';
|
$strSelect = 'S<>lectionner';
|
||||||
|
$strSelectAll = 'Tout s<>lectionner';
|
||||||
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
|
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
|
||||||
$strSelectNumRows = 'dans la requ<71>te';
|
$strSelectNumRows = 'dans la requ<71>te';
|
||||||
$strSend = 'Transmettre';
|
$strSend = 'Transmettre';
|
||||||
@@ -318,6 +319,7 @@ $strType = 'Type';
|
|||||||
|
|
||||||
$strUncheckAll = 'Tout d<>cocher';
|
$strUncheckAll = 'Tout d<>cocher';
|
||||||
$strUnique = 'Unique';
|
$strUnique = 'Unique';
|
||||||
|
$strUnselectAll = 'Tout d<>selectionner';
|
||||||
$strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour %s.';
|
$strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour %s.';
|
||||||
$strUpdateProfile = 'Modifier le profil :';
|
$strUpdateProfile = 'Modifier le profil :';
|
||||||
$strUpdateProfileMessage = 'Le profil a <20>t<EFBFBD> modifi<66>.';
|
$strUpdateProfileMessage = 'Le profil a <20>t<EFBFBD> modifi<66>.';
|
||||||
|
@@ -348,4 +348,6 @@ $strLogin = 'Login';
|
|||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -170,6 +170,7 @@ $strLines = 'Zeilen';
|
|||||||
$strLinesTerminatedBy = 'Zeilen getrennt mit';
|
$strLinesTerminatedBy = 'Zeilen getrennt mit';
|
||||||
$strLocationTextfile = 'Datei';
|
$strLocationTextfile = 'Datei';
|
||||||
$strLogout = 'Neu einloggen';
|
$strLogout = 'Neu einloggen';
|
||||||
|
$strLogPassword = 'Kennwort:';
|
||||||
|
|
||||||
$strModifications = '<27>nderungen gespeichert.';
|
$strModifications = '<27>nderungen gespeichert.';
|
||||||
$strModify = 'Ver<65>ndern';
|
$strModify = 'Ver<65>ndern';
|
||||||
@@ -264,6 +265,7 @@ $strRunSQLQuery = 'SQL-Befehl(e) ausf
|
|||||||
|
|
||||||
$strSave = 'Speichern';
|
$strSave = 'Speichern';
|
||||||
$strSelect = 'Teilw. anzeigen';
|
$strSelect = 'Teilw. anzeigen';
|
||||||
|
$strSelectAll = 'Alle ausw<73>hlen';
|
||||||
$strSelectFields = 'Felder ausw<73>hlen (mind. eines):';
|
$strSelectFields = 'Felder ausw<73>hlen (mind. eines):';
|
||||||
$strSelectNumRows = 'in der Abfrage';
|
$strSelectNumRows = 'in der Abfrage';
|
||||||
$strSend = 'Senden';
|
$strSend = 'Senden';
|
||||||
@@ -311,6 +313,7 @@ $strType = 'Typ';
|
|||||||
|
|
||||||
$strUncheckAll = 'Auswahl entfernen';
|
$strUncheckAll = 'Auswahl entfernen';
|
||||||
$strUnique = 'Unique';
|
$strUnique = 'Unique';
|
||||||
|
$strUnselectAll = 'Auswahl entfernen';
|
||||||
$strUpdatePrivMessage = 'Die Rechte wurden ge<67>ndert %s.';
|
$strUpdatePrivMessage = 'Die Rechte wurden ge<67>ndert %s.';
|
||||||
$strUpdateProfile = 'Benutzer <20>ndern:';
|
$strUpdateProfile = 'Benutzer <20>ndern:';
|
||||||
$strUpdateProfileMessage = 'Benutzer wurde ge<67>ndert.';
|
$strUpdateProfileMessage = 'Benutzer wurde ge<67>ndert.';
|
||||||
@@ -339,7 +342,6 @@ $strZip = '"Zip komprimiert"';
|
|||||||
$strCardinality = 'Cardinality';
|
$strCardinality = 'Cardinality';
|
||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLogPassword = 'Password:';
|
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
|
@@ -345,4 +345,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -347,4 +347,6 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -348,4 +348,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -342,4 +342,6 @@ $strYes = 'Ja';
|
|||||||
$strZip = '"komprimert (zip)"';
|
$strZip = '"komprimert (zip)"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strZip = '".zip"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -348,4 +348,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -343,4 +343,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -343,4 +343,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -347,4 +347,6 @@ $strZip = '"zo zipovan
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strIgnore = 'Ignorar';
|
|||||||
$strNoIndexPartsDefined = 'No index parts defined!';
|
$strNoIndexPartsDefined = 'No index parts defined!';
|
||||||
$strNoIndex = 'No index defined!';
|
$strNoIndex = 'No index defined!';
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -344,4 +344,6 @@ $strZip = '"zippad"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -349,4 +349,6 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -343,4 +343,6 @@ $strLogUsername = 'Username:';
|
|||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeVertical=" vertical "; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeHorizontal=" horizontal "; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user