From c94fd548d60178e13505ebf660f1a1cbbddc7407 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 19 Oct 2007 16:16:49 +0000 Subject: [PATCH] new strInsertedRowId --- lang/afrikaans-utf-8.inc.php | 2 +- lang/albanian-utf-8.inc.php | 2 +- lang/arabic-utf-8.inc.php | 2 +- lang/azerbaijani-utf-8.inc.php | 2 +- lang/basque-utf-8.inc.php | 2 +- lang/belarusian_cyrillic-utf-8.inc.php | 2 +- lang/belarusian_latin-utf-8.inc.php | 2 +- lang/bosnian-utf-8.inc.php | 2 +- lang/brazilian_portuguese-utf-8.inc.php | 2 +- lang/bulgarian-utf-8.inc.php | 2 +- lang/catalan-utf-8.inc.php | 2 +- lang/chinese_simplified-utf-8.inc.php | 2 +- lang/chinese_traditional-utf-8.inc.php | 2 +- lang/croatian-utf-8.inc.php | 2 +- lang/czech-utf-8.inc.php | 2 +- lang/danish-utf-8.inc.php | 2 +- lang/dutch-utf-8.inc.php | 2 +- lang/english-utf-8.inc.php | 2 +- lang/estonian-utf-8.inc.php | 2 +- lang/finnish-utf-8.inc.php | 2 +- lang/french-utf-8.inc.php | 2 +- lang/galician-utf-8.inc.php | 2 +- lang/georgian-utf-8.inc.php | 2 +- lang/german-utf-8.inc.php | 2 +- lang/greek-utf-8.inc.php | 2 +- lang/hebrew-utf-8.inc.php | 2 +- lang/hindi-utf-8.inc.php | 2 +- lang/hungarian-utf-8.inc.php | 2 +- lang/indonesian-utf-8.inc.php | 2 +- lang/italian-utf-8.inc.php | 2 +- lang/japanese-utf-8.inc.php | 2 +- lang/korean-utf-8.inc.php | 2 +- lang/latvian-utf-8.inc.php | 2 +- lang/lithuanian-utf-8.inc.php | 2 +- lang/macedonian_cyrillic-utf-8.inc.php | 2 +- lang/malay-utf-8.inc.php | 2 +- lang/mongolian-utf-8.inc.php | 2 +- lang/norwegian-utf-8.inc.php | 2 +- lang/persian-utf-8.inc.php | 2 +- lang/polish-utf-8.inc.php | 2 +- lang/portuguese-utf-8.inc.php | 2 +- lang/romanian-utf-8.inc.php | 2 +- lang/russian-utf-8.inc.php | 2 +- lang/serbian_cyrillic-utf-8.inc.php | 2 +- lang/serbian_latin-utf-8.inc.php | 2 +- lang/sinhala-utf-8.inc.php | 2 +- lang/slovak-utf-8.inc.php | 2 +- lang/slovenian-utf-8.inc.php | 2 +- lang/spanish-utf-8.inc.php | 2 +- lang/swedish-utf-8.inc.php | 2 +- lang/tatarish-utf-8.inc.php | 2 +- lang/thai-utf-8.inc.php | 2 +- lang/turkish-utf-8.inc.php | 2 +- lang/ukrainian-utf-8.inc.php | 2 +- sql.php | 8 ++++++-- 55 files changed, 60 insertions(+), 56 deletions(-) diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index deff41fa1..fa2e874c7 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -556,7 +556,6 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD $strInnoDBPages = 'pages'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate @@ -1055,4 +1054,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index ef00c0edb..59f12a1b0 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -266,7 +266,6 @@ $strIndexType = 'Lloji i treguesit :'; $strInnodbStat = 'Gjëndja InnoDB'; $strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.'; $strInsertAsNewRow = 'Shto një rresht të ri'; -$strInsertedRowId = 'U shtua id e rreshtit:'; $strInsert = 'Shto'; $strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.'; $strInternalRelations = 'Relacione të brendshme'; @@ -1054,4 +1053,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index feb6275fc..0e3dcf12e 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -253,7 +253,6 @@ $strIndex = 'فهرست'; $strInnodbStat = 'وضع InnoDB'; $strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.'; $strInsertAsNewRow = 'إدخال كتسجيل جديد'; -$strInsertedRowId = 'رقم معرّف السّطر المضاف:'; $strInsert = 'إدخال'; $strInternalNotNecessary = '* العلاقة الداخلية غير ضرورية عندما تكون موجودة مسبقاً في InnoDB.'; $strInternalRelations = 'العلاقات الداخلية'; @@ -1056,4 +1055,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 1c701c42d..9d0085571 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -240,7 +240,6 @@ $strIndexType = 'İndex tipi :'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Konfiqurasiya faylınızda MySQL başlanğıc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlı deyildir.'; $strInsertAsNewRow = 'Yeni setir olaraq elave et'; -$strInsertedRowId = 'Elave edilen setir nömresi (id):'; $strInsert = 'Elave et'; $strInUse = 'istifadede'; @@ -1051,4 +1050,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index b164fbda3..d9a2d297d 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -244,7 +244,6 @@ $strIndexType = 'Indize mota :'; $strInnodbStat = 'InnoDB Egoera'; $strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.'; $strInsertAsNewRow = 'Txertatu errenkada berri batean'; -$strInsertedRowId = 'Txertatutako errenkararen id-a:'; $strInsert = 'Txertatu'; $strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.'; $strInternalRelations = 'Barne-erlazioak'; @@ -1048,4 +1047,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 1d187fbc2..0733dd9e9 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -348,7 +348,6 @@ $strInnoDBPages = 'старонак'; $strInnodbStat = 'Стан InnoDB'; $strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.'; $strInsertAsNewRow = 'Уставіць як новы радок'; -$strInsertedRowId = 'Id устаўленага радка:'; $strInsert = 'Уставіць'; $strInternalNotNecessary = '* Унутраная сувязь не зьяўляецца абавязковай, калі яна ўжо існуе ў InnoDB.'; $strInternalRelations = 'Унутраныя сувязі'; @@ -1031,4 +1030,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index dbd8178fa..dc46340a9 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -347,7 +347,6 @@ $strInnoDBPages = 'staronak'; $strInnodbStat = 'Stan InnoDB'; $strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.'; $strInsertAsNewRow = 'Ustavić jak novy radok'; -$strInsertedRowId = 'Id ustaŭlenaha radka:'; $strInsert = 'Ustavić'; $strInternalNotNecessary = '* Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali jana ŭžo isnuje ŭ InnoDB.'; $strInternalRelations = 'Unutranyja suviazi'; @@ -1030,4 +1029,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 625fdcbb9..e65223ca6 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -243,7 +243,6 @@ $strIndexType = 'Tip ključa :'; $strInnodbStat = 'InnoDB status'; $strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.'; $strInsertAsNewRow = 'Unesi kao novi red'; -$strInsertedRowId = 'ID umetnutih redova:'; $strInsert = 'Novi zapis'; $strInUse = 'se koristi'; @@ -1054,4 +1053,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 20ae07c43..13ca5dd5c 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -372,7 +372,6 @@ $strInnoDBRelationAdded = 'Adicionado relacionamento InnoDB'; $strInnodbStat = 'Status do InnoDB'; $strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.'; $strInsertAsNewRow = 'Inserir como um novo registro'; -$strInsertedRowId = 'Inserir ID do registro:'; $strInsert = 'Inserir'; $strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; $strInternalRelationAdded = 'Adicionado relacionamento Interno'; @@ -1028,4 +1027,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 2615acf35..5dc33bae3 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -309,7 +309,6 @@ $strInnoDBPages = 'страници'; $strInnodbStat = 'InnoDB Състояние'; $strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.'; $strInsertAsNewRow = 'Вмъкване като нов ред'; -$strInsertedRowId = 'Вмъкнато ID на реда:'; $strInsert = 'Вмъкване'; $strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.'; $strInternalRelations = 'Вътрешни релации'; @@ -1051,4 +1050,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index c16342164..ed49ebc47 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -368,7 +368,6 @@ $strInnoDBRelationAdded = 'Afegida relaci $strInnodbStat = 'Estat InnoDB'; $strInsecureMySQL = 'El vostre arxiu de configuraci t parmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL est funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparaci urgent d\'aquest forat de seguretat.'; $strInsertAsNewRow = 'Inserir com a nova fila'; -$strInsertedRowId = 'Id de la fila inserida:'; $strInsert = 'Insereix'; $strInternalNotNecessary = '* No es necessita una relaci interna si ja existeix a InnoDB.'; $strInternalRelationAdded = 'Afegida relaci interna'; @@ -1024,4 +1023,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 2f784ee70..3670b9bf9 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -284,7 +284,6 @@ $strInnodbStat = 'InnoDB 状态'; $strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。'; $strInsert = '插入'; $strInsertAsNewRow = '以新行插入'; -$strInsertedRowId = '插入行 id:'; $strInternalNotNecessary = '当 * 也存在于InnoDB中的时候,内部关联并不必要。'; $strInternalRelations = '内在联系'; $strInUse = '使用中'; @@ -1056,4 +1055,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 0b3e7a64d..135844e62 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -337,7 +337,6 @@ $strInnodbStat = 'InnoDB 狀態'; $strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。'; $strInsert = '新增'; $strInsertAsNewRow = '儲存為新記錄'; -$strInsertedRowId = '新增資料列 id:'; $strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.'; $strInternalRelations = '內部關聯'; $strInUse = '使用中'; @@ -1035,4 +1034,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 0526a9b45..b1dace901 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -374,7 +374,6 @@ $strInnoDBRelationAdded = 'Dodana InnoDB povezanosti'; $strInnodbStat = 'InnoDB stanje'; $strInsecureMySQL = 'Vaša konfiguracijska datoteka sadrži postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Vaš MySQL poslužitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; $strInsertAsNewRow = 'Umetni kao novi redak'; -$strInsertedRowId = 'ID umetnutog retka:'; $strInsert = 'Umetni'; $strInternalNotNecessary = '* Interna relacija nije potrebna ako također postoji unutar InnoDB.'; $strInternalRelationAdded = 'Dodane interne povezanosti'; @@ -1029,4 +1028,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 08f18d126..b63396bed 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -374,7 +374,6 @@ $strInnoDBRelationAdded = 'Vytvořena relace InnoDB'; $strInnodbStat = 'Stav InnoDB'; $strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit zabezpečení vašeho serveru.'; $strInsertAsNewRow = 'Vložit jako nový řádek'; -$strInsertedRowId = 'Id vloženého řádku:'; $strInsert = 'Vložit'; $strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v InnoDB.'; $strInternalRelationAdded = 'Interní relace vytvořena'; @@ -1030,4 +1029,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 360d7fbe9..3867d329e 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -373,7 +373,6 @@ $strInnoDBRelationAdded = 'InnoDB-relation tilføjet'; $strInnodbStat = 'InnoDB status'; $strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og intet kodeord) som svarer til en standard MySQL-priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, er åben for indtrængen, og du opfordres stærkt til at gøre noget ved dette sikkerhedshul.'; $strInsertAsNewRow = 'Indsæt som ny række'; -$strInsertedRowId = 'Indsat række-id:'; $strInsert = 'Indsæt'; $strInternalNotNecessary = '* En intern relation er ikke nødvendig når den også eksisterer i InnoDB.'; $strInternalRelationAdded = 'Intern relation tilføjet'; @@ -1030,4 +1029,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 729d069eb..f08145795 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -279,7 +279,6 @@ $strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.'; $strInsertAsNewRow = 'Voeg toe als nieuwe rij'; -$strInsertedRowId = 'Ingevoegde rij id:'; $strInsert = 'Invoegen'; $strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.'; $strInternalRelations = 'Interne relaties'; @@ -1052,4 +1051,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index ab09a6cc6..baabd505a 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -376,7 +376,7 @@ $strInnoDBRelationAdded = 'InnoDB relation added'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; $strInsertAsNewRow = 'Insert as new row'; -$strInsertedRowId = 'Inserted row id:'; +$strInsertedRowId = 'Inserted row id: %1$d'; $strInsert = 'Insert'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalRelationAdded = 'Internal relation added'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index e191c15e1..90c8bd96a 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -364,7 +364,6 @@ $strInnoDBRelationAdded = 'InnoDB suhe lisatud'; $strInnodbStat = 'InnoDB staatus'; $strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.'; $strInsertAsNewRow = 'Lisa uue reana'; -$strInsertedRowId = 'Lisatud rea id:'; $strInsert = 'Lisa'; $strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.'; $strInternalRelationAdded = 'Sisemine suhe loodud'; @@ -1036,4 +1035,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index ccaba2524..a9dd9744a 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -372,7 +372,6 @@ $strInnoDBRelationAdded = 'InnoDB-relaatio luotu'; $strInnodbStat = 'InnoDB:n tila'; $strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL-palvelimen oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisin asetuksin MySQL-palvelin on altis hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!'; $strInsertAsNewRow = 'Lisää uutena rivinä'; -$strInsertedRowId = 'Sijoitetun rivin id:'; $strInsert = 'Lisää rivi'; $strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.'; $strInternalRelationAdded = 'Sisäinen relaatio luotu'; @@ -1033,4 +1032,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index e9bc9c64f..ec79e78ca 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -371,7 +371,6 @@ $strInnoDBRelationAdded = 'Relation InnoDB ajoutée'; $strInnodbStat = 'État InnoDB'; $strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.'; $strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement'; -$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:'; $strInsert = 'Insérer'; $strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.'; $strInternalRelationAdded = 'Relation interne ajoutée'; @@ -1027,4 +1026,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 48c204451..8ea7cc958 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -373,7 +373,6 @@ $strInnoDBRelationAdded = 'Engadiuse relación InnoDB'; $strInnodbStat = 'Estado de InnoDB'; $strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.'; $strInsertAsNewRow = 'Inserir unha nova columna'; -$strInsertedRowId = 'Identificador da fileira inserida:'; $strInsert = 'Inserir'; $strInternalNotNecessary = '* Non se precisa dunha relación interna cando existe tamén en InnoDB.'; $strInternalRelationAdded = 'Engadiuse relación interna'; @@ -1029,4 +1028,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index a9e6773d7..b8387d034 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -545,7 +545,6 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD $strInnoDBPages = 'pages'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate @@ -1056,4 +1055,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 389173db2..a406b9993 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -351,7 +351,6 @@ $strInnoDBPages = 'Seiten'; $strInnodbStat = 'InnoDB-Status'; $strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!'; $strInsertAsNewRow = ' Als neuen Datensatz speichern '; -$strInsertedRowId = 'Letzte automatisch eingefügte ID:'; $strInsert = 'Einfügen'; $strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.'; $strInternalRelations = 'Interne Beziehungen'; @@ -1033,4 +1032,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index c5d4b781f..cda9bda93 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -237,7 +237,6 @@ $strIndex = 'Ευρετήριο'; $strInnodbStat = 'Κατάσταση InnoDB'; $strInsecureMySQL = 'Το αρχείο ρυθμίσεών σας περιέχει ρυθμίσεις (χρήστης root χωρίς κωδικό πρόσβασης) που αντιστοιχούν στον εξ\' ορισμού λογαριασμό χρήστη MySQL. Ο διακομιστής MySQL σας που τρέχει με αυτή τη ρύθμιση, είναι ανοιχτός σε επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα.'; $strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφές'; -$strInsertedRowId = 'id εισαγμένης εγγραφής:'; $strInsert = 'Εισαγωγή'; $strInUse = 'σε χρήση'; @@ -1053,4 +1052,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 34b73b457..f91a0b257 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -290,7 +290,6 @@ $strInnoDBPages = 'דפים'; $strInnodbStat = 'מצב InnoDB'; $strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.'; $strInsertAsNewRow = 'הכנסה כשורה חדשה'; -$strInsertedRowId = 'קוד שורה שהוכנסה:'; $strInsert = 'הכנסה'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalRelations = 'יחסים פנימיים'; @@ -1048,4 +1047,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 68b7c071a..33eb740fb 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -476,7 +476,6 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD $strInnoDBPages = 'pages'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInUse = 'in use'; //to translate @@ -1056,4 +1055,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 0aaea70ec..38549e54d 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -306,7 +306,6 @@ $strInnodbStat = 'InnoDB állapot'; $strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürgősen javítani kell ezt a biztonsági rést.'; $strInsertAsNewRow = 'Beszúrás új sorként'; $strInsert = 'Beszúr'; -$strInsertedRowId = 'A beszúrt rekord id-je:'; $strInternalNotNecessary = '* Egy belső kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.'; $strInternalRelations = 'Belső kapcsolatok'; $strInUse = 'használatban'; @@ -1048,4 +1047,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 4549d4733..bbcf6d210 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -306,7 +306,6 @@ $strInnoDBPages = 'halaman'; $strInnodbStat = 'Status dari InnoDB'; $strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.'; $strInsertAsNewRow = 'Sisipkan sebagai baris baru'; -$strInsertedRowId = 'Menyisip baris id:'; $strInsert = 'Sisipkan'; $strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.'; $strInternalRelations = 'Relasi internal'; @@ -1046,4 +1045,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index fb15bb30a..3f34927cd 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -374,7 +374,6 @@ $strInnoDBRelationAdded = 'Aggiunta relazione InnoDB'; $strInnodbStat = 'Stato InnoDB'; $strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.'; $strInsertAsNewRow = 'Inserisci come nuova riga'; -$strInsertedRowId = 'Inserito id riga:'; $strInsert = 'Inserisci'; $strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.'; $strInternalRelationAdded = 'Aggiunte relazioni internet'; @@ -1030,4 +1029,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index d4014f621..cf8896a58 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -377,7 +377,6 @@ $strInnodbStat = 'InnoDB ステータス'; $strInsecureMySQL = 'お使いの設定ファイルに MySQL のデフォルト特権アカウントに相当する設定 (root ユーザでパスワードなし) が含まれています。お使いの MySQL サーバはこのデフォルト設定で動作しているため不正アクセス可能な状態になっています。このセキュリティーホールはかならず閉ざしてください'; $strInsert = '挿入'; $strInsertAsNewRow = '新しい行として挿入する'; -$strInsertedRowId = '挿入した行 ID:'; $strInternalNotNecessary = '* InnoDB にも内部リレーションが存在している場合は不要です'; $strInternalRelationAdded = '内部リレーションを追加しました'; $strInternalRelations = '内部リレーション'; @@ -1034,4 +1033,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index bc70336be..c3dbc5da1 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -607,7 +607,6 @@ $strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBPages = 'pages'; //to translate $strInnodbStat = 'InnoDB 상태'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate @@ -1051,4 +1050,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 8b8ab7a80..b7dc19e17 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -279,7 +279,6 @@ $strIndexWarningTable = 'Problēmas ar indeksiem tabulā `%s`'; $strInnodbStat = 'InnoDB statuss'; $strInsecureMySQL = 'Jūsu konfigurācijas fails satur iestādījumus (lietotājs "root" bez paroles), kas atbilst noklusētajam MySQL priviliģētajam lietotājam. Jūsu MySQL serveris strādā ar šo noklusēto variantu, ir atvērts uzbrukumiem, un Jums tiešām jāaiztaisa šis drošības caurums.'; $strInsertAsNewRow = 'Ievietot kā jaunu rindu'; -$strInsertedRowId = 'Ievietotās rindas id:'; $strInsert = 'Pievienot'; $strInternalNotNecessary = '* Iekšējā relācija nav nepieciešama, kad tā eksistē arī iekš InnoDB.'; $strInternalRelations = 'Iekšējās relācijas'; @@ -1053,4 +1052,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index af1404579..69b18ebc6 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -290,7 +290,6 @@ $strInnoDBDataHomeDirDesc = 'Bendra direktorijų kelio dalis visiems InnoDB duom $strInnodbStat = 'InnoDB būsena'; $strInsecureMySQL = 'Jūsų parinkčių byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptažožio). Taip sutinkinta MySQL darbinė stotis yra nesaugi, bei gali būti atvira įsilaužimams, todėl rekomenduojame pakeisti šias parinktis.'; $strInsertAsNewRow = 'Įterpti naują įrašą'; -$strInsertedRowId = 'Įterptos eilutės id:'; $strInsert = 'Įterpti'; $strInternalNotNecessary = '* Galite nenaudoti vidinių sąryšių, jeigu jie jau apibrėžti InnoDB.'; $strInternalRelations = 'Vidiniai sąryšiai'; @@ -1046,4 +1045,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 12914a625..fad976e1a 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -309,7 +309,6 @@ $strInnodbStat = 'InnoDB статус'; $strInsecureMySQL = 'Вашата конфигурациска податотека содржи подесувања (root без лозинка) кои одговараат на стандардниот MySQL привилегиран налог. Вашиот MySQL сервер работи со овие подесувања, отворен е за упди, и навистина треба да го поправите овој сигурносен ризик.'; $strInsert = 'Нов запис'; $strInsertAsNewRow = 'Внеси како нов запис'; -$strInsertedRowId = 'ID на вметнати записи:'; $strInternalNotNecessary = '* Внатрешната релација не е неопходна кога постои и во InnoDB.'; $strInternalRelations = 'Внатрешни релации'; @@ -1031,4 +1030,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index de989eda7..d7be08729 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -599,7 +599,6 @@ $strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBPages = 'pages'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate @@ -1068,4 +1067,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 57393919c..831e82191 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -311,7 +311,6 @@ $strInnoDBPages = 'хуудсууд'; $strInnodbStat = 'InnoDB байдал'; $strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй'; $strInsertAsNewRow = 'Шинэ мөр оруулаад'; -$strInsertedRowId = 'Орсон мөрийн id:'; $strInsert = 'Оруулах'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalRelations = 'Дотоод хамаарал'; @@ -1051,4 +1050,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 89d7c8339..bc4b867ca 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -373,7 +373,6 @@ $strInnodbStat = 'InnoDB status'; $strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.'; $strInsert = 'Sett inn'; $strInsertAsNewRow = 'Sett inn som ny rad'; -$strInsertedRowId = 'Satt inn rad id:'; $strInternalNotNecessary = '* En intern relasjon er ikke nødvendig når den også eksisterer i InnoDB.'; $strInternalRelationAdded = 'Intern relasjon lagt til'; $strInternalRelations = 'Interne relasjoner'; @@ -1028,4 +1027,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 765357853..bdc858134 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -529,7 +529,6 @@ $strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBPages = 'pages'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate @@ -1053,4 +1052,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index a227778c5..f5c6e8638 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -342,7 +342,6 @@ $strInnodbStat = 'Status InnoDB'; $strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez hasła), które odpowiadają domyślnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL działa z takim ustawieniem, jest otwarty dla włamywaczy. Ta luka w bezpieczeństwie naprawdę powinna zostać naprawiona.'; $strInsertAsNewRow = 'Dodaj jako nowy rekord'; $strInsert = 'Dodaj'; -$strInsertedRowId = 'Identyfikator dodanego rekordu:'; $strInternalNotNecessary = '* Wewnętrzna relacja nie jest konieczna gdy istnieje również w InnoDB.'; $strInternalRelations = 'Wewnętrzne relacje'; $strInUse = 'w użyciu'; @@ -1024,4 +1023,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 60b02b912..eb1b9f1c9 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -242,7 +242,6 @@ $strIndexType = 'Tipo de Índice :'; $strInnodbStat = 'Estado da InnoDB'; $strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.'; $strInsertAsNewRow = 'Insere como novo registo'; -$strInsertedRowId = 'Inserir id de linha:'; $strInsert = 'Insere'; $strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; $strInternalRelations = 'Relações internas'; @@ -1057,4 +1056,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index cde1deac3..25759f8ec 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -281,7 +281,6 @@ $strIndexWarningTable = 'Probleme cu indexul tabelului `%s`'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.'; $strInsertAsNewRow = 'Insereaza ca o noua linie'; -$strInsertedRowId = 'ID rand inserat:'; $strInsert = 'Inserare'; $strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.'; $strInternalRelations = 'Relatii interne'; @@ -1049,4 +1048,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 7d1aac57a..a7c07243c 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -377,7 +377,6 @@ $strInnodbStat = 'Состояние InnoDB'; $strInsecureMySQL = 'Конфигурационный файл phpMyAdmin содержит настройки MySQL по-умолчанию, согласно которым для привилегированного пользователя "root" не задан пароль. Такие настройки делают MySQL-сервер уязвимым для несанкционированного доступа, поэтому настоятельно рекомендуется установить пароль для пользователя "root".'; $strInsert = 'Вставить'; $strInsertAsNewRow = 'Вставить запись'; -$strInsertedRowId = 'Идентификатор вставляемой строки:'; $strInternalNotNecessary = '* При наличии внутренней связи в таблице типа InnoDB, ее установка не обязательна.'; $strInternalRelationAdded = 'Добавлена внутренняя связь'; $strInternalRelations = 'Внутренние связи'; @@ -1031,4 +1030,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 902ee9aa9..c44bf6959 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -374,7 +374,6 @@ $strInnoDBRelationAdded = 'Додата InnoDB релација'; $strInnodbStat = 'InnoDB статус'; $strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.'; $strInsertAsNewRow = 'Унеси као нови ред'; -$strInsertedRowId = 'ID уметнутих редова:'; $strInsert = 'Нови запис'; $strInternalNotNecessary = '* Унутрашња релација није неопходна када постоји и у InnoDB.'; $strInternalRelationAdded = 'Додата интерна релација'; @@ -1030,4 +1029,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index b88e6b9c0..22cdcc4e7 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -374,7 +374,6 @@ $strInnoDBRelationAdded = 'Dodata InnoDB relacija'; $strInnodbStat = 'InnoDB status'; $strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.'; $strInsertAsNewRow = 'Unesi kao novi red'; -$strInsertedRowId = 'ID umetnutih redova:'; $strInsert = 'Novi zapis'; $strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.'; $strInternalRelationAdded = 'Dodata interna relacija'; @@ -1030,4 +1029,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 5796a971e..c3d23f191 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -349,7 +349,6 @@ $strInnoDBPages = 'පිටු'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; $strInsertAsNewRow = 'Insert as new row'; -$strInsertedRowId = 'ඇතුලත් කරන ලද පේළි අංකය:'; $strInsert = 'ඇතුල් කරන්න'; $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalRelations = 'Internal relations'; @@ -1033,4 +1032,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 148b4e773..9bd72cfa6 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -344,7 +344,6 @@ $strInnoDBPages = 'stránok'; $strInnodbStat = 'Stav InnoDB'; $strInsecureMySQL = 'Konfiguračný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL účtu. Ak MySQL server beží s týmto nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by mala byť urýchlene odstránená.'; $strInsertAsNewRow = 'Vložiť ako nový riadok'; -$strInsertedRowId = 'Id vloženého riadku:'; $strInsert = 'Vložiť'; $strInternalNotNecessary = '* Vnútorný vzťah nie je nutný ak už vzťah existuje v InnoDB.'; $strInternalRelations = 'Interné vzťahy'; @@ -1031,4 +1030,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index fc007cf73..ba16ff2c4 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -259,7 +259,6 @@ $strIndexType = 'Vrsta indeksa :'; $strInnodbStat = 'InnoDB stanje'; $strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu računu MySQLa. MySQL strežnik teče s privzetimi nastavitvami, zato je izpostavljen vdorom. Čimprej odpravite ti dve varnostni luknji.'; $strInsertAsNewRow = 'Vstavi kot novo vrstico'; -$strInsertedRowId = 'Vstavljen id vrstice:'; $strInsert = 'Vstavi'; $strInternalNotNecessary = '* Notranja relacija je nepotrebna, če obstaja tudi v InnoDB.'; $strInternalRelations = 'Notranje relacije'; @@ -1050,4 +1049,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index c4e268bd8..22ba94ecd 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -370,7 +370,6 @@ $strInnoDBRelationAdded = 'Se añadió la relación InnoDB'; $strInnodbStat = 'Estado del InnoDB'; $strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin'; $strInsertAsNewRow = 'Insertar como una nueva fila'; -$strInsertedRowId = 'Se insertó la ID de la fila:'; $strInsert = 'Insertar'; $strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.'; $strInternalRelationAdded = 'Se añadió la relación interna'; @@ -1026,4 +1025,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index eced2da65..1f2d17606 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -373,7 +373,6 @@ $strInnoDBRelationAdded = 'InnoDB relation tillagd'; $strInnodbStat = 'InnoDB-status'; $strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.'; $strInsertAsNewRow = 'Lägg till som ny rad'; -$strInsertedRowId = 'Tillagd rads id:'; $strInsert = 'Lägg till'; $strInternalNotNecessary = '* En intern relation är inte nödvändig när den även finns i InnoDB.'; $strInternalRelationAdded = 'Intern relation tillagd'; @@ -1029,4 +1028,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 991e14074..0ea71d1f4 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -329,7 +329,6 @@ $strInnoDBPages = 'bit'; $strInnodbStat = 'InnoDB Torışı'; $strInsecureMySQL = 'MySQL-servergä ireşü öçen qullanası xisap bularaq, caylaw biremendä töp xisap saylanğan (sersüzsez "root"). MySQL-server şul töp xisap belän açılğan da, andıy xällär iminlekneñ citdi tişege tip sanala.'; $strInsertAsNewRow = 'Yaña yazma kert tä'; -$strInsertedRowId = 'Kertelgän yazmanıñ id:'; $strInsert = 'Östäw'; $strInternalNotNecessary = '* InnoDB eçendä bulğan eçke bäyläneşlär qabatlarğa kiräk tügel.'; $strInternalRelations = 'Eçke bäyläneş'; @@ -1042,4 +1041,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index a29b28730..aba93d256 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -238,7 +238,6 @@ $strInnodbStat = 'สถานะของ InnoDB'; $strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย'; $strInsert = 'แทรก'; $strInsertAsNewRow = 'แทรกเป็นแถวใหม่'; -$strInsertedRowId = 'แทรกเลขประจำแถว:'; $strInternalRelations = 'รีเลชันภายใน'; $strInUse = 'ใช้อยู่'; @@ -1052,4 +1051,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index a333414aa..01e73fdda 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -380,7 +380,6 @@ $strInnoDBRelationAdded = 'InnoDB ilişkisi eklendi'; $strInnodbStat = 'InnoDB Durumu'; $strInsecureMySQL = 'Yapılandırma dosyanız varsayılan MySQL yetkili hesapla uyuşan ayarlar (parolasız root) içeriyor. MySQL sunucunuz bu varsayılan, dışardan girişe açık ayarlarla çalışıyor ve bu güvenlik açığını gerçekten düzeltmeniz gerekmektedir.'; $strInsertAsNewRow = 'Yeni satır olarak ekle'; -$strInsertedRowId = 'Satır id\'si eklendi:'; $strInsert = 'Ekle'; $strInternalNotNecessary = '* InnoDb\'de zaten bir iç ilişki olduğunda bu gerekli değildir.'; $strInternalRelationAdded = 'Dahili ilişki eklendi'; @@ -1036,4 +1035,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 2792e8e2b..148995655 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -237,7 +237,6 @@ $strIndex = 'Індекс'; $strInnodbStat = 'Статус InnoDB'; $strInsecureMySQL = 'Ваш файл конфіґурації містить параметри (root без паролю) які відповідають привілейованому користувачу MySQL. Ваш MySQL сервер у цьому випадку відкритий для вторгнення і тому Вам обов\'язково слід виправити цю прогалину у безпеці.'; $strInsertAsNewRow = 'Вставити як новий рядок'; -$strInsertedRowId = 'Вставлено рядок id:'; $strInsert = 'Вставити'; $strInUse = 'використовується'; @@ -1050,4 +1049,5 @@ $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strRowsDeleted = '%1$d row(s) deleted.'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate $strRowsInserted = '%1$d row(s) inserted.'; //to translate +$strInsertedRowId = 'Inserted row id: %1$d'; //to translate ?> diff --git a/sql.php b/sql.php index 3271b4317..f2f4e5b82 100644 --- a/sql.php +++ b/sql.php @@ -485,8 +485,12 @@ if ($num_rows < 1 || $is_affected) { if ($insert_id != 0) { // insert_id is id of FIRST record inserted in one insert, so if we inserted multiple rows, we had to increment this $message->addMessage('[br]'); - $message->addString('strInsertedRowId'); - $message->addMessage($insert_id + $num_rows - 1); + // need to use a temporary because the Message class + // currently supports adding parameters only to the first + // message + $_inserted = PMA_Message::notice('strInsertedRowId'); + $_inserted->addParam($insert_id + $num_rows - 1); + $message->addMessage($_inserted); } } elseif ($is_affected) { $message = PMA_Message::success('strRowsAffected');