diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 0d5ad61e..b4f6eb04 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -73,7 +73,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odešlete formulář znovu.', 'Comment' => 'Komentář', 'Default values' => 'Výchozí hodnoty', - '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í.', 'Unable to upload a file.' => 'Nepodařilo se nahrát soubor.', @@ -233,4 +232,7 @@ $translations = array( 'last' => 'poslední', 'Network' => 'Síť', 'Geometry' => 'Geometrie', + 'Double click on a field to edit it.' => 'Dvojklikněte na políčko, které chcete editovat.', + 'Databases have been dropped.' => 'Databáze byly odstraněny.', + 'File exists.' => 'Soubor existuje.', ); diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 2b2a695a..7e6f716f 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -73,7 +73,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', - 'Show column comments' => 'Spaltenkommentare zeigen', '%d byte(s)' => array('%d Byte', '%d Bytes'), 'No commands to execute.' => 'Kein Kommando vorhanden.', 'Unable to upload a file.' => 'Hochladen von Datei fehlgeschlagen.', diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index e3945294..266f9d24 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -73,7 +73,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', - 'Show column comments' => 'Mostrar comentario de columnas', '%d byte(s)' => array('%d byte', '%d bytes'), 'No commands to execute.' => 'No hay comando para ejecutar.', 'Unable to upload a file.' => 'No posible importar archivo.', diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index 5790f9a9..ae1991a8 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -73,7 +73,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => 'Sobimatu CSRF, palun postitage vorm uuesti.', 'Comment' => 'Kommentaar', 'Default values' => 'Vaikimisi väärtused', - 'Show column comments' => 'Kuva veeru kommentaarid', '%d byte(s)' => array('%d bait', '%d baiti'), 'No commands to execute.' => 'Käsk puudub.', 'Unable to upload a file.' => 'Faili üleslaadimine pole võimalik.', diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index 84a89c51..182efae2 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -73,7 +73,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', - '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.', 'Unable to upload a file.' => 'Impossible d\'importer le fichier.', diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 7eb551b0..bf8afcf1 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -73,7 +73,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.', 'Comment' => 'Commento', 'Default values' => 'Valori predefiniti', - 'Show column comments' => 'Mostra i commenti delle colonne', '%d byte(s)' => array('%d byte', '%d bytes'), 'No commands to execute.' => 'Nessun commando da eseguire.', 'Unable to upload a file.' => 'Caricamento del file non riuscito.', diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index d319fbb0..12c6b57e 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -73,7 +73,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => 'Ongeldig CSRF token. Verstuur het formulier opnieuw.', 'Comment' => 'Commentaar', 'Default values' => 'Standaard waarden', - 'Show column comments' => 'Kolomcommentaar weergeven', '%d byte(s)' => array('%d byte', '%d bytes'), 'No commands to execute.' => 'Geen opdrachten uit te voeren.', 'Unable to upload a file.' => 'Onmogelijk bestand te uploaden.', diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index 01877c61..bc6d768b 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -73,7 +73,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => 'Недействительный CSRF токен. Отправите форму ещё раз.', 'Comment' => 'Комментарий', 'Default values' => 'Значения по умолчанию', - 'Show column comments' => 'Показать комментарии к колонке', '%d byte(s)' => array('%d байт', '%d байта', '%d байтов'), 'No commands to execute.' => 'Нет команд для выполнения.', 'Unable to upload a file.' => 'Не удалось загрузить файл на сервер.', diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index 5a6acd3d..21aee5da 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -73,7 +73,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', - '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.', 'Unable to upload a file.' => 'Súbor sa nepodarilo nahrať.', diff --git a/adminer/lang/zh-tw.inc.php b/adminer/lang/zh-tw.inc.php index 50a8a831..c6596459 100644 --- a/adminer/lang/zh-tw.inc.php +++ b/adminer/lang/zh-tw.inc.php @@ -71,7 +71,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => '無效的 CSRF token。請重新發送表單。', 'Comment' => '註解', 'Default values' => '預設值', - 'Show column comments' => '顯示列註解', '%d byte(s)' => '%d byte(s)', 'No commands to execute.' => '沒有命令可執行。', 'Unable to upload a file.' => '無法上傳檔案。', diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index 7472eb72..189c0662 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -73,7 +73,6 @@ $translations = array( 'Invalid CSRF token. Send the form again.' => '无效 CSRF 令牌。重新发送表单。', 'Comment' => '注释', 'Default values' => '默认值', - 'Show column comments' => '显示列注释', '%d byte(s)' => '%d 字节', 'No commands to execute.' => '没有命令执行。', 'Unable to upload a file.' => '不能上传文件。',