bug #1863326 [GUI] Wrong error message / no edit (Suhosin)
This commit is contained in:
parent
62ffd1d332
commit
09a42ad9a2
@ -20,6 +20,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
because files generated by Excel don't have any enclosing character
|
||||
- bug #1799691 [export] "Propose table structure" and Export
|
||||
- bug #1884911 [GUI] Space usage
|
||||
- bug #1863326 [GUI] Wrong error message / no edit (Suhosin)
|
||||
|
||||
2.11.4.0 (2008-01-12)
|
||||
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
||||
|
||||
@ -578,6 +578,11 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
|
||||
If you do not want to use those features set this variable to
|
||||
<tt>TRUE</tt> to stop this message from appearing.</dd>
|
||||
|
||||
<dt id="cfg_SuhosinDisableWarning">$cfg['SuhosinDisableWarning'] boolean</dt>
|
||||
<dd>A warning is displayed on the main page if Suhosin is detected.
|
||||
You can set this parameter to <tt>TRUE</tt> to stop this message
|
||||
from appearing.</dd>
|
||||
|
||||
<dt id="cfg_blowfish_secret">$cfg['blowfish_secret'] string</dt>
|
||||
<dd>The "cookie" auth_type uses blowfish
|
||||
algorithm to encrypt the password.<br />
|
||||
@ -2793,6 +2798,19 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
|
||||
pack/unpack functions in code. Only solution is to use mcrypt extension
|
||||
which works fine in this case.</p>
|
||||
|
||||
<h4 id="faq1_38">
|
||||
<a href="#faq1_38">1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?</a></h4>
|
||||
|
||||
<p> Yes but the default configuration values of Suhosin are known to cause
|
||||
problems with some operations, for example editing a table with many
|
||||
columns and no primary key. Tuning information is available at
|
||||
<a href="http://www.hardened-php.net/hphp/troubleshooting.html">
|
||||
http://www.hardened-php.net/hphp/troubleshooting.html</a>,
|
||||
although the parameter names have changed (<tt>suhosin</tt> instead
|
||||
of <tt>hphp</tt>). See also the <a href="#cfg_SuhosinDisableWarning">
|
||||
<tt>SuhosinDisableWarning</tt> directive</a>.
|
||||
</p>
|
||||
|
||||
<h3 id="faqconfig">Configuration</h3>
|
||||
|
||||
<h4 id="faq2_1">
|
||||
|
||||
@ -1051,4 +1051,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1052,4 +1052,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1051,4 +1051,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1052,4 +1052,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1044,4 +1044,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1045,4 +1045,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1028,4 +1028,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1051,4 +1051,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1024,4 +1024,5 @@ $strZeroRemovesTheLimit = 'Nota: Ajustar essa op
|
||||
$strZip = '"compactado com zip"';
|
||||
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1025,4 +1025,5 @@ $strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os li
|
||||
$strZip = '"compactado com zip"';
|
||||
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1020,4 +1020,5 @@ $strYes = 'Si';
|
||||
$strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).';
|
||||
$strZip = '"comprimit amb zip"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1021,4 +1021,5 @@ $strYes = 'Si';
|
||||
$strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).';
|
||||
$strZip = '"comprimit amb zip"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1052,4 +1052,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1031,4 +1031,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1032,4 +1032,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = 'Da';
|
||||
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.';
|
||||
$strZip = '"zipano"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = 'Da';
|
||||
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.';
|
||||
$strZip = '"zipano"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = 'Da';
|
||||
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.';
|
||||
$strZip = '"zipano"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '„zazipováno“';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '„zazipováno“';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '„zazipováno“';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -894,6 +894,7 @@ $strStructureForView = 'Structure for view';
|
||||
$strStructure = 'Structure';
|
||||
$strSubmit = 'Submit';
|
||||
$strSuccess = 'Your SQL query has been executed successfully';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
|
||||
$strSum = 'Sum';
|
||||
$strSwedish = 'Swedish';
|
||||
$strSwitchToDatabase = 'Switch to copied database';
|
||||
|
||||
@ -894,6 +894,7 @@ $strStructureForView = 'Structure for view';
|
||||
$strStructure = 'Structure';
|
||||
$strSubmit = 'Submit';
|
||||
$strSuccess = 'Your SQL query has been executed successfully';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
|
||||
$strSum = 'Sum';
|
||||
$strSwedish = 'Swedish';
|
||||
$strSwitchToDatabase = 'Switch to copied database';
|
||||
|
||||
@ -895,6 +895,7 @@ $strStructureForView = 'Structure for view';
|
||||
$strStructure = 'Structure';
|
||||
$strSubmit = 'Submit';
|
||||
$strSuccess = 'Your SQL query has been executed successfully';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';
|
||||
$strSum = 'Sum';
|
||||
$strSwedish = 'Swedish';
|
||||
$strSwitchToDatabase = 'Switch to copied database';
|
||||
|
||||
@ -1032,4 +1032,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1033,4 +1033,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1029,4 +1029,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1029,4 +1029,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1030,4 +1030,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1023,4 +1023,5 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1023,4 +1023,5 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1024,4 +1024,5 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1025,4 +1025,5 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci
|
||||
$strZip = 'comprimido no formato "zip"';
|
||||
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e
|
||||
$strZip = 'comprimido no formato "zip"';
|
||||
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1031,4 +1031,5 @@ $strYes = 'Ja';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschränkung.';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1031,4 +1031,5 @@ $strYes = 'Ja';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschränkung.';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1032,4 +1032,5 @@ $strYes = 'Ja';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschränkung.';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1044,4 +1044,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1045,4 +1045,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1043,4 +1043,5 @@ $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate
|
||||
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate
|
||||
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1044,4 +1044,5 @@ $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate
|
||||
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate
|
||||
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1042,4 +1042,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1043,4 +1043,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = 'S
|
||||
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
|
||||
$strZip = '"compresso con zip"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = 'S
|
||||
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
|
||||
$strZip = '"compresso con zip"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = 'Sì';
|
||||
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
|
||||
$strZip = '"compresso con zip"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1031,4 +1031,5 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します';
|
||||
$strZip = '"zip 形式"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1031,4 +1031,5 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します';
|
||||
$strZip = '"zip 形式"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1031,4 +1031,5 @@ $strYes = 'はい';
|
||||
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します';
|
||||
$strZip = '"zip 形式"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1047,4 +1047,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1043,4 +1043,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1042,4 +1042,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1028,4 +1028,5 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
|
||||
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
|
||||
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1064,4 +1064,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1065,4 +1065,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1048,4 +1048,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1024,4 +1024,5 @@ $strYes = 'Ja';
|
||||
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
|
||||
$strZip = 'Komprimert (zip)';
|
||||
|
||||
?>
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1025,4 +1025,5 @@ $strYes = 'Ja';
|
||||
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
|
||||
$strZip = 'Komprimert (zip)';
|
||||
|
||||
?>
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1050,4 +1050,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1049,4 +1049,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1020,4 +1020,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1021,4 +1021,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1020,4 +1020,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1053,4 +1053,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1054,4 +1054,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1045,4 +1045,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1046,4 +1046,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
|
||||
$strTriggers = 'Triggers'; //to translate
|
||||
$strEvent = 'Event'; //to translate
|
||||
$strProfiling = 'Profiling'; //to translate
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = '
|
||||
|
||||
$strZeroRemovesTheLimit = '‡ ¬¥η ¨¥: “αβ ®Ά<C2AE> § η¥¨ο ― ΰ ¬¥βΰ®Ά Ά 0 (®«μ), ᨬ ¥β ®£ΰ ¨η¥¨ο.';
|
||||
$strZip = 'zip';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = '
|
||||
|
||||
$strZeroRemovesTheLimit = 'Замечание: Установка значения параметров в 0 (ноль), снимает ограничения.';
|
||||
$strZip = 'zip';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1028,4 +1028,5 @@ $strYes = 'Да';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Замечание: Установка значения параметров в 0 (ноль), снимает ограничения.';
|
||||
$strZip = 'zip';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = '
|
||||
|
||||
$strZeroRemovesTheLimit = 'Замечание: Установка значения параметров в 0 (ноль), снимает ограничения.';
|
||||
$strZip = 'zip';
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1027,4 +1027,5 @@ $strYes = 'Да';
|
||||
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања ограничења.';
|
||||
$strZip = '"зиповано"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
@ -1026,4 +1026,5 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања ограничења.';
|
||||
$strZip = '"зиповано"';
|
||||
|
||||
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
|
||||
?>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user