From a4af2820e6e8c0fee56f0b73e564fd517955267e Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 2 Sep 2009 13:58:45 +0000 Subject: [PATCH] Separate "post_max_size" from translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1060 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/include/bootstrap.inc.php | 2 +- adminer/lang/cs.inc.php | 2 +- adminer/lang/de.inc.php | 2 +- adminer/lang/es.inc.php | 2 +- adminer/lang/et.inc.php | 2 +- adminer/lang/fr.inc.php | 2 +- adminer/lang/it.inc.php | 2 +- adminer/lang/nl.inc.php | 2 +- adminer/lang/ru.inc.php | 2 +- adminer/lang/sk.inc.php | 2 +- adminer/lang/zh-tw.inc.php | 2 +- adminer/lang/zh.inc.php | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 037861b8..8a100d92 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -95,5 +95,5 @@ $confirm = " onclick=\"return confirm('" . lang('Are you sure?') . "');\""; $token = $_SESSION["tokens"][$_GET["server"]]; $error = ($_POST ? ($_POST["token"] == $token ? "" : lang('Invalid CSRF token. Send the form again.')) - : ($_SERVER["REQUEST_METHOD"] != "POST" ? "" : lang('Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.')) // posted form with no data means that post_max_size exceeded because Adminer always sends token at least + : ($_SERVER["REQUEST_METHOD"] != "POST" ? "" : lang('Too big POST data. Reduce the data or increase the %s configuration directive.', '"post_max_size"')) // posted form with no data means that post_max_size exceeded because Adminer always sends token at least ); diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index ea7ea3fe..fce0cb56 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -141,7 +141,7 @@ $translations = array( 'Routine' => 'Procedura', 'Grant' => 'Povolit', 'Revoke' => 'Zakázat', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Příliš velká POST data. Zmenšete data nebo zvyšte hodnotu konfigurační direktivy "post_max_size".', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Příliš velká POST data. Zmenšete data nebo zvyšte hodnotu konfigurační direktivy %s.', 'Logged as: %s' => 'Přihlášen jako: %s', 'Move up' => 'Přesunout nahoru', 'Move down' => 'Přesunout dolů', diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 5fec7074..c0a9ffd0 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -141,7 +141,7 @@ $translations = array( 'Routine' => 'Rutine', 'Grant' => 'Erlauben', 'Revoke' => 'Verbieten', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST data zu gross. Reduzieren Sie die Grösse oder vergrössern Sie den Wert "post_max_size" in der Konfiguration.', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'POST data zu gross. Reduzieren Sie die Grösse oder vergrössern Sie den Wert %s in der Konfiguration.', 'Logged as: %s' => 'Angemeldet als: %s', 'Move up' => 'Nach oben', 'Move down' => 'Nach unten', diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 68ff5782..30b8ed87 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -141,7 +141,7 @@ $translations = array( 'Routine' => 'Rutina', 'Grant' => 'Conceder', 'Revoke' => 'Impedir', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST data demasiado grande. Reduzca el tamaño o aumente la directiva de configuración "post_max_size".', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'POST data demasiado grande. Reduzca el tamaño o aumente la directiva de configuración %s.', 'Logged as: %s' => 'Logeado como: %s', 'Move up' => 'Mover arriba', 'Move down' => 'Mover abajo', diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index 54b07997..2ede30ac 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -142,7 +142,7 @@ $translations = array( 'Revoke' => 'Eemalda', 'MySQL version: %s through PHP extension %s' => 'MySQL versioon: %s, kasutatud PHP moodul: %s', 'Logged as: %s' => 'Sisse logitud: %s', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST-andmete maht on liialt suur. Palun vähendage andmeid või suurendage "post_max_size" php-seadet.', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'POST-andmete maht on liialt suur. Palun vähendage andmeid või suurendage %s php-seadet.', 'Move up' => 'Liiguta ülespoole', 'Move down' => 'Liiguta allapoole', 'Export' => 'Ekspordi', diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index e1b79ccc..9ffe5b00 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -142,7 +142,7 @@ $translations = array( 'Revoke' => 'Revoke', 'MySQL version: %s through PHP extension %s' => 'Version de MySQL: %s utilisant l\'extension %s', 'Logged as: %s' => 'Authentifié en tant que %s', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Donnée POST trop grande . Réduire la taille des données ou modifier le "post_max_size" dans la configuration de PHP.', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Donnée POST trop grande . Réduire la taille des données ou modifier le %s dans la configuration de PHP.', 'Move up' => 'Déplacer vers le haut', 'Move down' => 'Déplacer vers le bas', 'Export' => 'Exporter', diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index fa8031d3..05b1d548 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -141,7 +141,7 @@ $translations = array( 'Routine' => 'Routine', 'Grant' => 'Permetti', 'Revoke' => 'Revoca', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Troppi dati via POST. Ridurre i dati o aumentare la direttiva di configurazione "post_max_size".', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Troppi dati via POST. Ridurre i dati o aumentare la direttiva di configurazione %s.', 'Logged as: %s' => 'Autenticato come: %s', 'Move up' => 'Sposta su', 'Move down' => 'Sposta giu', diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index 8970b280..aa1d31a9 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -142,7 +142,7 @@ $translations = array( 'Grant' => 'Toekennen', 'Revoke' => 'Intrekken', 'Logged as: %s' => 'Aangemeld als: %s', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST-data is te groot. Verklein de hoeveelheid data of verhoog de "post_max_size" configuratie.', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'POST-data is te groot. Verklein de hoeveelheid data of verhoog de %s configuratie.', 'Move up' => 'Omhoog', 'Move down' => 'Omlaag', 'Export' => 'Exporteren', diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index 925db8fc..610f48ad 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -141,7 +141,7 @@ $translations = array( 'Routine' => 'Процедура', 'Grant' => 'Позволить', 'Revoke' => 'Запретить', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Слишком большой объем POST-данных. Пошлите меньший объем данных или увеличьте параметр конфигурационной директивы "post_max_size".', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Слишком большой объем POST-данных. Пошлите меньший объем данных или увеличьте параметр конфигурационной директивы %s.', 'Logged as: %s' => 'Вы вошли как: %s', 'Move up' => 'Переместить вверх', 'Move down' => 'Переместить вниз', diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index 48401d8b..21137983 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -141,7 +141,7 @@ $translations = array( 'Routine' => 'Procedúra', 'Grant' => 'Povoliť', 'Revoke' => 'Zakázať', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Príliš veľké POST dáta. Zmenšite dáta alebo zvýšte hodnotu konfiguračej direktívy "post_max_size".', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Príliš veľké POST dáta. Zmenšite dáta alebo zvýšte hodnotu konfiguračej direktívy %s.', 'Logged as: %s' => 'Prihlásený ako: %s', 'Move up' => 'Presunúť hore', 'Move down' => 'Presunúť dolu', diff --git a/adminer/lang/zh-tw.inc.php b/adminer/lang/zh-tw.inc.php index d2e9a833..69e8dc6d 100644 --- a/adminer/lang/zh-tw.inc.php +++ b/adminer/lang/zh-tw.inc.php @@ -142,7 +142,7 @@ $translations = array( 'Grant' => '授權', 'Revoke' => '廢除', 'Logged as: %s' => '登錄為:%s', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST 資料太大。減少資料或者增加 “post_max_size” 的設定值。', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'POST 資料太大。減少資料或者增加 %s 的設定值。', 'Move up' => '上移', 'Move down' => '下移', 'Export' => '匯出', diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index fe6e6d48..59a202f7 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -142,7 +142,7 @@ $translations = array( 'Grant' => '授权', 'Revoke' => '废除', 'Logged as: %s' => '登录为:%s', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => '太大的 POST 数据。减少数据或者增加 “post_max_size” 配置命令。', + 'Too big POST data. Reduce the data or increase the %s configuration directive.' => '太大的 POST 数据。减少数据或者增加 %s 配置命令。', 'Move up' => '上移', 'Move down' => '下移', 'Export' => '导出',