Merge pull request #137 from Lumeriol/main
Update translations (Czech, Slovak)
This commit is contained in:
commit
3e3eff6d69
4 changed files with 6 additions and 6 deletions
|
@ -881,7 +881,7 @@ class Adminer {
|
|||
if (!empty($fields[$field->name]['generated'])) {
|
||||
$generatedKeys[$field->name] = true;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
$keys[] = $field->name;
|
||||
$key = idf_escape($field->name);
|
||||
$values[] = "$key = VALUES($key)";
|
||||
|
@ -902,7 +902,7 @@ class Adminer {
|
|||
if (isset($generatedKeys[$key])) {
|
||||
unset($row[$key]);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
$field = $fields[$key];
|
||||
$row[$key] = ($val !== null
|
||||
? unconvert_field($field, preg_match(number_type(), $field["type"]) && !preg_match('~\[~', $field["full_type"]) && is_numeric($val) ? $val : q(($val === false ? 0 : $val)))
|
||||
|
|
|
@ -351,5 +351,5 @@ $translations = array(
|
|||
|
||||
// 'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => null,
|
||||
|
||||
'A newer version of AdminerEvo is available, download it now!' => null,
|
||||
);
|
||||
'A newer version of AdminerEvo is available, download it now!' => 'Ke stažení je nová verze AdminerEvo!',
|
||||
|
|
|
@ -306,5 +306,5 @@ $translations = array(
|
|||
|
||||
// 'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => null,
|
||||
|
||||
'A newer version of AdminerEvo is available, download it now!' => null,
|
||||
);
|
||||
'A newer version of AdminerEvo is available, download it now!' => 'Stiahnite si novú verziu AdminerEvo!',
|
||||
|
|
|
@ -193,7 +193,7 @@ legend a:link:hover {
|
|||
|
||||
code {
|
||||
/* background: none; */
|
||||
padding: 3px 6px;
|
||||
padding: 3px 6px;
|
||||
}
|
||||
|
||||
p code,
|
||||
|
@ -259,7 +259,7 @@ p code + a:visited:hover {
|
|||
padding-top: 9px;
|
||||
text-transform: lowercase;
|
||||
margin: 25px 0 10px 16px;
|
||||
border-top: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
#menu h1 a {
|
||||
|
|
Loading…
Add table
Reference in a new issue