]> git.joonet.de Git - adminer.git/commitdiff
Separate "post_max_size" from translations
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 2 Sep 2009 13:58:45 +0000 (13:58 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 2 Sep 2009 13:58:45 +0000 (13:58 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1060 7c3ca157-0c34-0410-bff1-cbf682f78f5c

12 files changed:
adminer/include/bootstrap.inc.php
adminer/lang/cs.inc.php
adminer/lang/de.inc.php
adminer/lang/es.inc.php
adminer/lang/et.inc.php
adminer/lang/fr.inc.php
adminer/lang/it.inc.php
adminer/lang/nl.inc.php
adminer/lang/ru.inc.php
adminer/lang/sk.inc.php
adminer/lang/zh-tw.inc.php
adminer/lang/zh.inc.php

index 037861b8ac70598feac84a5ed5591b06df1262b5..8a100d928abe9b02880a6f3bc7e5c077109b40f0 100644 (file)
@@ -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
 );
index ea7ea3fe81d2a2e82d84977da617640dc7c8d57d..fce0cb5654e908add224167772eddbb4dfd1398f 100644 (file)
@@ -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ů',
index 5fec707410c397c5f88f5d96827e3c9763b00cac..c0a9ffd0172a46fb5e2510e3ca37759380a8503b 100644 (file)
@@ -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',
index 68ff5782072015b33df4dfa238f875d5fb0735be..30b8ed87309aac2f9517160fa17a22bad63f72ea 100644 (file)
@@ -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',
index 54b079973f5e2067db87dc4b0e11a5fdef0cace9..2ede30ac21b10051800b998de7ee8a60d47d1878 100644 (file)
@@ -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',
index e1b79ccc9b4ce86fe17d40027b1c06eff45a5f27..9ffe5b00e279deb1ce73ae7559c6a8b5854ec44b 100644 (file)
@@ -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',
index fa8031d365f0101c9a67a2abf7197f7eb4e077c3..05b1d548d5602b7b59bdfec6cda18b1ab3772e89 100644 (file)
@@ -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',
index 8970b280cbad9c9b0cfb82eb0e8f21567c957011..aa1d31a90c869cb251b2d047c778dcc61cedc41c 100644 (file)
@@ -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',
index 925db8fcd54d2d629ef4e644b32372e05ea49276..610f48adba31a090f8e215f0d16a246ee4add94c 100644 (file)
@@ -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' => 'Переместить вниз',
index 48401d8bbfd92bce1002a1bba6d7e9055aa2106d..211379839f285db739f8364b0f88f3536cd7653a 100644 (file)
@@ -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',
index d2e9a833f63276412bdc827e9cec7924459fe119..69e8dc6d819879d162d6f47ae4c3c5e51bbd876a 100644 (file)
@@ -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' => '匯出',
index fe6e6d4839552f4b36c4ee26c37dca7def815412..59a202f7b52cd17f9ef49c1f53639ca869197274 100644 (file)
@@ -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' => '导出',