Remove useless translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1014 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-08-25 15:42:43 +00:00
parent e600a44bbb
commit b349612063
15 changed files with 7 additions and 50 deletions

View file

@ -8,7 +8,7 @@ class Adminer {
* @return string
*/
function name() {
return lang('Adminer');
return "Adminer";
}
/** Connection parameters
@ -163,7 +163,7 @@ class Adminer {
if ($index["type"] == "FULLTEXT") {
echo "(<i>" . implode("</i>, <i>", array_map('h', $index["columns"])) . "</i>) AGAINST";
echo " <input name='fulltext[$i]' value='" . h($_GET["fulltext"][$i]) . "'>";
echo "<label><input type='checkbox' name='boolean[$i]' value='1'" . (isset($_GET["boolean"][$i]) ? " checked" : "") . ">" . lang('BOOL') . "</label>";
echo "<label><input type='checkbox' name='boolean[$i]' value='1'" . (isset($_GET["boolean"][$i]) ? " checked" : "") . ">BOOL</label>";
echo "<br>\n";
}
}

View file

@ -65,13 +65,13 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0, $forei
}
?>
<thead><tr>
<?php if ($type == "PROCEDURE") { ?><td><?php echo lang('IN-OUT'); ?><?php } ?>
<?php if ($type == "PROCEDURE") { ?><td>&nbsp;<?php } ?>
<th><?php echo ($type == "TABLE" ? lang('Column name') : lang('Parameter name')); ?>
<td><?php echo lang('Type'); ?>
<td><?php echo lang('Length'); ?>
<td><?php echo lang('Options'); ?>
<?php if ($type == "TABLE") { ?>
<td><?php echo lang('NULL'); ?>
<td>NULL
<td><input type="radio" name="auto_increment_col" value=""><?php echo lang('Auto Increment'); ?>
<td class="hidden"><?php echo lang('Default values'); ?>
<td<?php echo ($column_comments ? "" : " class='hidden'"); ?>><?php echo lang('Comment'); ?>

View file

@ -158,5 +158,6 @@ function dump_headers($identifier, $multi_table = false) {
}
$dump_output = "<select name='output'>" . optionlist(array('text' => lang('open'), 'file' => lang('save'))) . "</select>"
. " <select name='format'>" . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "</select>";
. " <select name='format'>" . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "</select>"
;
$max_packet = 1048576; // default, minimum is 1024

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Přihlásit se',
'Adminer' => 'Adminer',
'Logout successful.' => 'Odhlášení proběhlo v pořádku.',
'Invalid credentials.' => 'Neplatné přihlašovací údaje.',
'Server' => 'Server',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Název sloupce',
'Type' => 'Typ',
'Length' => 'Délka',
'NULL' => 'NULL',
'Auto Increment' => 'Auto Increment',
'Options' => 'Volby',
'Save' => 'Uložit',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odešlete formulář znovu.',
'Comment' => 'Komentář',
'Default values' => 'Výchozí hodnoty',
'BOOL' => 'BOOL',
'Show column comments' => 'Zobrazit komentáře sloupců',
'%d byte(s)' => array('%d bajt', '%d bajty', '%d bajtů'),
'No commands to execute.' => 'Žádné příkazy k vykonání.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Seznam procesů',
'%d process(es) have been killed.' => array('Byl ukončen %d proces.', 'Byly ukončeny %d procesy.', 'Bylo ukončeno %d procesů.'),
'Kill' => 'Ukončit',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Název parametru',
'Database schema' => 'Schéma databáze',
'Create procedure' => 'Vytvořit proceduru',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Login',
'Adminer' => 'Adminer',
'Logout successful.' => 'Abmeldung erfolgreich.',
'Invalid credentials.' => 'Ungültige Anmelde-Informationen.',
'Server' => 'Server',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Spaltenname',
'Type' => 'Typ',
'Length' => 'Länge',
'NULL' => 'NULL',
'Auto Increment' => 'Auto-Inkrement',
'Options' => 'Optionen',
'Save' => 'Speichern',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'CSRF Token ungültig. Bitte die Formulardaten erneut abschicken.',
'Comment' => 'Kommentar',
'Default values' => 'Vorgabewerte festlegen',
'BOOL' => 'BOOL',
'Show column comments' => 'Spaltenkommentare zeigen',
'%d byte(s)' => array('%d Byte', '%d Bytes'),
'No commands to execute.' => 'Kein Kommando vorhanden.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Prozessliste',
'%d process(es) have been killed.' => array('%d Prozess gestoppt.', '%d Prozesse gestoppt.'),
'Kill' => 'Anhalten',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Name des Parameters',
'Database schema' => 'Datenbankschema',
'Create procedure' => 'Neue Prozedur',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Login',
'Adminer' => 'Adminer',
'Logout successful.' => 'Salida exitosa.',
'Invalid credentials.' => 'Autenticación fallada.',
'Server' => 'Servidor',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Nombre de columna',
'Type' => 'Tipo',
'Length' => 'Longitud',
'NULL' => 'NULL',
'Auto Increment' => 'Auto increment',
'Options' => 'Opciones',
'Save' => 'Guardar',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Token CSRF inválido. Vuelva a enviar los datos del formulario.',
'Comment' => 'Comentario',
'Default values' => 'Valores predeterminados',
'BOOL' => 'BOOL',
'Show column comments' => 'Mostrar comentario de columnas',
'%d byte(s)' => array('%d byte', '%d bytes'),
'No commands to execute.' => 'No hay comando para ejecutar.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Lista de procesos',
'%d process(es) have been killed.' => array('%d proceso detenido.', '%d procesos detenidos.'),
'Kill' => 'Detener',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Nombre de Parametro',
'Database schema' => 'Esquema de base de datos',
'Create procedure' => 'Crear procedimiento',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Logi sisse',
'Adminer' => 'Andmebaasi haldaja',
'Logout successful.' => 'Väljalogimine õnnestus.',
'Invalid credentials.' => 'Ebakorrektsed andmed.',
'Server' => 'Server',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Veeru nimi',
'Type' => 'Tüüp',
'Length' => 'Pikkus',
'NULL' => 'NULL',
'Auto Increment' => 'Automaatselt suurenev',
'Options' => 'Valikud',
'Save' => 'Salvesta',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Sobimatu CSRF, palun postitage vorm uuesti.',
'Comment' => 'Kommentaar',
'Default values' => 'Vaikimisi väärtused',
'BOOL' => 'Jah/Ei (BOOL)',
'Show column comments' => 'Kuva veeru kommentaarid',
'%d byte(s)' => array('%d bait', '%d baiti'),
'No commands to execute.' => 'Käsk puudub.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Protsesside nimekiri',
'%d process(es) have been killed.' => array('Protsess on edukalt peatatud (%d).', 'Valitud protsessid (%d) on edukalt peatatud.'),
'Kill' => 'Peata',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Parameetri nimi',
'Database schema' => 'Andmebaasi skeem',
'Create procedure' => 'Loo uus protseduur',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Authentification',
'Adminer' => 'Adminer',
'Logout successful.' => 'Aurevoir!',
'Invalid credentials.' => 'Authentification échouée',
'Server' => 'Serveur',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Nom de la colonne',
'Type' => 'Type',
'Length' => 'Longeur',
'NULL' => 'NULL',
'Auto Increment' => 'Auto increment',
'Options' => 'Options',
'Save' => 'Sauvegarder',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Token CSRF invalide. Veuillez réenvoyer le formulaire.',
'Comment' => 'Commentaire',
'Default values' => 'Valeurs par défaut',
'BOOL' => 'BOOL',
'Show column comments' => 'Voir les commentaires sur les colonnes',
'%d byte(s)' => array('%d octet', '%d octets'),
'No commands to execute.' => 'Aucune commande à exécuter.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Liste de processus',
'%d process(es) have been killed.' => array('%d processus arrêté.', '%d processus arrêtés.'),
'Kill' => 'Arrêter',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Nom du Paramêtre',
'Database schema' => 'Schéma de la base de données',
'Create procedure' => 'Créer une procédure',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Autenticazione',
'Adminer' => 'Adminer',
'Logout successful.' => 'Uscita effettuata con successo.',
'Invalid credentials.' => 'Credenziali non valide.',
'Server' => 'Server',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Nome colonna',
'Type' => 'Tipo',
'Length' => 'Lunghezza',
'NULL' => 'NULL',
'Auto Increment' => 'Auto incremento',
'Options' => 'Opzioni',
'Save' => 'Salva',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.',
'Comment' => 'Commento',
'Default values' => 'Valori predefiniti',
'BOOL' => 'BOOL',
'Show column comments' => 'Mostra i commenti delle colonne',
'%d byte(s)' => array('%d byte', '%d bytes'),
'No commands to execute.' => 'Nessun commando da eseguire.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Elenco processi',
'%d process(es) have been killed.' => array('%d processo interrotto.', '%d processi interrotti.'),
'Kill' => 'Interrompi',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Nome parametro',
'Database schema' => 'Schema database',
'Create procedure' => 'Crea procedura',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Inloggen',
'Adminer' => 'Adminer',
'Logout successful.' => 'Uitloggen geslaagd.',
'Invalid credentials.' => 'Ongeldige logingegevens.',
'Server' => 'Server',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Kolomnaam',
'Type' => 'Type',
'Length' => 'Lengte',
'NULL' => 'NULL',
'Auto Increment' => 'Auto nummering',
'Options' => 'Opties',
'Save' => 'Opslaan',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Ongeldig CSRF token. Verstuur het formulier opnieuw.',
'Comment' => 'Commentaar',
'Default values' => 'Standaard waarden',
'BOOL' => 'BOOL',
'Show column comments' => 'Kolomcommentaar weergeven',
'%d byte(s)' => array('%d byte', '%d bytes'),
'No commands to execute.' => 'Geen opdrachten uit te voeren.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Proceslijst',
'%d process(es) have been killed.' => array('%d proces gestopt.', '%d processen gestopt.'),
'Kill' => 'Stoppen',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Parameternaam',
'Database schema' => 'Database schema',
'Create procedure' => 'Procedure aanmaken',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Войти',
'Adminer' => 'Adminer',
'Logout successful.' => 'Вы успешно покинули систему.',
'Invalid credentials.' => 'Неправильное имя пользователя или пароль.',
'Server' => 'Сервер',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Название поля',
'Type' => 'Тип',
'Length' => 'Длина',
'NULL' => 'NULL',
'Auto Increment' => 'Автоматическое приращение',
'Options' => 'Действие',
'Save' => 'Сохранить',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Недействительный CSRF токен. Отправите форму ещё раз.',
'Comment' => 'Комментарий',
'Default values' => 'Значения по умолчанию',
'BOOL' => 'Булев тип',
'Show column comments' => 'Показать комментарии к колонке',
'%d byte(s)' => array('%d байт', '%d байта', '%d байтов'),
'No commands to execute.' => 'Нет команд для выполнения.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Список процессов',
'%d process(es) have been killed.' => array('Был завершен %d процесс.', 'Было завершено %d процесса.', 'Было завершёно %d процессов.'),
'Kill' => 'Завершить',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Название параметра',
'Database schema' => 'Схема базы данных',
'Create procedure' => 'Создать процедуру',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => 'Prihlásiť sa',
'Adminer' => 'Adminer',
'Logout successful.' => 'Odhlásenie prebehlo v poriadku.',
'Invalid credentials.' => 'Neplatné prihlasovacie údaje.',
'Server' => 'Server',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => 'Názov stĺpca',
'Type' => 'Typ',
'Length' => 'Dĺžka',
'NULL' => 'NULL',
'Auto Increment' => 'Auto Increment',
'Options' => 'Voľby',
'Save' => 'Uložiť',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odošlite formulár znova.',
'Comment' => 'Komentár',
'Default values' => 'Východzie hodnoty',
'BOOL' => 'BOOL',
'Show column comments' => 'Zobraziť komentáre stĺpcov',
'%d byte(s)' => array('%d bajt', '%d bajty', '%d bajtov'),
'No commands to execute.' => 'Žiadne príkazy na vykonanie.',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => 'Zoznam procesov',
'%d process(es) have been killed.' => array('Bol ukončený %d proces.', 'Boli ukončené %d procesy.', 'Bolo ukončených %d procesov.'),
'Kill' => 'Ukončiť',
'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Názov parametra',
'Database schema' => 'Schéma databázy',
'Create procedure' => 'Vytvoriť procedúru',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => '登入',
'Adminer' => 'Adminer',
'Logout successful.' => '登出成功。',
'Invalid credentials.' => '無效的憑證。',
'Server' => '伺服器',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => '列名',
'Type' => '類型',
'Length' => '長度',
'NULL' => 'NULL',
'Auto Increment' => '自動增加',
'Options' => '選項',
'Save' => '儲存',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => '無效的 CSRF token。請重新發送表單。',
'Comment' => '註解',
'Default values' => '預設值',
'BOOL' => 'BOOL',
'Show column comments' => '顯示列註解',
'%d byte(s)' => '%d byte(s)',
'No commands to execute.' => '沒有命令可執行。',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => '進程列表',
'%d process(es) have been killed.' => '%d 個 Process(es) 被終止',
'Kill' => '終止',
'IN-OUT' => 'IN-OUT',
'Parameter name' => '參數名稱',
'Database schema' => '資料庫架構',
'Create procedure' => '建立預存程序',

View file

@ -1,7 +1,6 @@
<?php
$translations = array(
'Login' => '登录',
'Adminer' => 'Adminer',
'Logout successful.' => '注销成功。',
'Invalid credentials.' => '无效凭据。',
'Server' => '服务器',
@ -20,7 +19,6 @@ $translations = array(
'Column name' => '列名',
'Type' => '类型',
'Length' => '长度',
'NULL' => 'NULL',
'Auto Increment' => '自动增量',
'Options' => '选项',
'Save' => '保存',
@ -73,7 +71,6 @@ $translations = array(
'Invalid CSRF token. Send the form again.' => '无效 CSRF 令牌。重新发送表单。',
'Comment' => '注释',
'Default values' => '默认值',
'BOOL' => 'BOOL',
'Show column comments' => '显示列注释',
'%d byte(s)' => '%d 字节',
'No commands to execute.' => '没有命令执行。',
@ -111,7 +108,6 @@ $translations = array(
'Process list' => '进程列表',
'%d process(es) have been killed.' => '%d 个进程被终止',
'Kill' => '终止',
'IN-OUT' => 'IN-OUT',
'Parameter name' => '参数名',
'Database schema' => '数据库概要',
'Create procedure' => '创建过程',

View file

@ -62,7 +62,7 @@ foreach ($schema as $name => $table) {
echo "<div class='table' style='top: " . $table["pos"][0] . "em; left: " . $table["pos"][1] . "em;' onmousedown='schema_mousedown(this, event);'>";
echo '<a href="' . h(ME) . 'table=' . urlencode($name) . '"><strong>' . h($name) . "</strong></a><br>\n";
foreach ($table["fields"] as $field) {
$val = '<span' . type_class($field["type"]) . ' title="' . h($field["full_type"] . ($field["null"] ? " " . lang('NULL') : '')) . '">' . h($field["field"]) . '</span>';
$val = '<span' . type_class($field["type"]) . ' title="' . h($field["full_type"] . ($field["null"] ? " NULL" : '')) . '">' . h($field["field"]) . '</span>';
echo ($field["primary"] ? "<em>$val</em>" : $val) . "<br>\n";
}
foreach ((array) $table["references"] as $target_name => $refs) {