strRowsInserted

This commit is contained in:
Marc Delisle
2007-10-19 11:40:27 +00:00
parent e19db554ee
commit 6250cd0506
56 changed files with 57 additions and 57 deletions

View File

@@ -165,7 +165,6 @@ $strIndex = 'Indeks';
$strIndexName = 'Indeks naam :';
$strIndexType = 'Indeks tipe :';
$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
$strInsertedRows = 'Toegevoegde rye:';
$strInsert = 'Voeg by';
$strInUse = 'in gebruik';
@@ -1055,4 +1054,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -267,7 +267,6 @@ $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:';
$strInsertedRows = 'Rreshtat e shtuar:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -254,7 +254,6 @@ $strInnodbStat = 'وضع InnoDB';
$strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.';
$strInsertAsNewRow = 'إدخال كتسجيل جديد';
$strInsertedRowId = 'رقم معرّف السّطر المضاف:';
$strInsertedRows = 'صفوف مدخله:';
$strInsert = 'إدخال';
$strInternalNotNecessary = '* العلاقة الداخلية غير ضرورية عندما تكون موجودة مسبقاً في InnoDB.';
$strInternalRelations = 'العلاقات الداخلية';
@@ -1056,4 +1055,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -241,7 +241,6 @@ $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):';
$strInsertedRows = 'Elave edilen setir sayı:';
$strInsert = 'Elave et';
$strInUse = 'istifadede';
@@ -1051,4 +1050,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -245,7 +245,6 @@ $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:';
$strInsertedRows = 'Txartatutako errenkadak:';
$strInsert = 'Txertatu';
$strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
$strInternalRelations = 'Barne-erlazioak';
@@ -1048,4 +1047,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -349,7 +349,6 @@ $strInnodbStat = 'Стан InnoDB';
$strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.';
$strInsertAsNewRow = 'Уставіць як новы радок';
$strInsertedRowId = 'Id устаўленага радка:';
$strInsertedRows = 'Даданыя радкі:';
$strInsert = 'Уставіць';
$strInternalNotNecessary = '* Унутраная сувязь не зьяўляецца абавязковай, калі яна ўжо існуе ў InnoDB.';
$strInternalRelations = 'Унутраныя сувязі';
@@ -1031,4 +1030,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -348,7 +348,6 @@ $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:';
$strInsertedRows = 'Dadanyja radki:';
$strInsert = 'Ustavić';
$strInternalNotNecessary = '* Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali jana ŭžo isnuje ŭ InnoDB.';
$strInternalRelations = 'Unutranyja suviazi';
@@ -1030,4 +1029,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -244,7 +244,6 @@ $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:';
$strInsertedRows = 'Uneseno redova:';
$strInsert = 'Novi zapis';
$strInUse = 'se koristi';
@@ -1054,4 +1053,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -373,7 +373,6 @@ $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:';
$strInsertedRows = 'Registros inseridos:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -310,7 +310,6 @@ $strInnodbStat = 'InnoDB Състояние';
$strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.';
$strInsertAsNewRow = 'Вмъкване като нов ред';
$strInsertedRowId = 'Вмъкнато ID на реда:';
$strInsertedRows = 'Вмъкнати реда:';
$strInsert = 'Вмъкване';
$strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.';
$strInternalRelations = 'Вътрешни релации';
@@ -1051,4 +1050,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -369,7 +369,6 @@ $strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre arxiu de configuraci<63> t<> par<61>metres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL est<73> funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparaci<63> urgent d\'aquest forat de seguretat.';
$strInsertAsNewRow = 'Inserir com a nova fila';
$strInsertedRowId = 'Id de la fila inserida:';
$strInsertedRows = 'Files Inserides:';
$strInsert = 'Insereix';
$strInternalNotNecessary = '* No es necessita una relaci<63> interna si ja existeix a InnoDB.';
$strInternalRelationAdded = 'Afegida relaci<63> interna';
@@ -1024,4 +1023,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -285,7 +285,6 @@ $strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对
$strInsert = '插入';
$strInsertAsNewRow = '以新行插入';
$strInsertedRowId = '插入行 id';
$strInsertedRows = '插入的行数:';
$strInternalNotNecessary = '当 * 也存在于InnoDB中的时候内部关联并不必要。';
$strInternalRelations = '内在联系';
$strInUse = '使用中';
@@ -1056,4 +1055,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -338,7 +338,6 @@ $strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預
$strInsert = '新增';
$strInsertAsNewRow = '儲存為新記錄';
$strInsertedRowId = '新增資料列 id:';
$strInsertedRows = '新增列數:';
$strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.';
$strInternalRelations = '內部關聯';
$strInUse = '使用中';
@@ -1035,4 +1034,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -375,7 +375,6 @@ $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:';
$strInsertedRows = 'Umetnuti redovi:';
$strInsert = 'Umetni';
$strInternalNotNecessary = '* Interna relacija nije potrebna ako također postoji unutar InnoDB.';
$strInternalRelationAdded = 'Dodane interne povezanosti';
@@ -1029,4 +1028,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -375,7 +375,6 @@ $strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;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:';
$strInsertedRows = 'Vloženo řádků:';
$strInsert = 'Vložit';
$strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v&nbsp;InnoDB.';
$strInternalRelationAdded = 'Interní relace vytvořena';
@@ -1030,4 +1029,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -374,7 +374,6 @@ $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, <u>er åben for indtrængen</u>, 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:';
$strInsertedRows = 'Indsatte rækker:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -280,7 +280,6 @@ $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:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInsert = 'Invoegen';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
@@ -1052,4 +1051,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -377,7 +377,6 @@ $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:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelationAdded = 'Internal relation added';
@@ -675,6 +674,7 @@ $strRowLength = 'Row length';
$strRowsAffected = '%1$d row(s) affected.';
$strRowsDeleted = '%1$d row(s) deleted.';
$strRowsFrom = 'row(s) starting from record #';
$strRowsInserted = '%1$d row(s) inserted.';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';

View File

@@ -365,7 +365,6 @@ $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:';
$strInsertedRows = 'Lisatud read:';
$strInsert = 'Lisa';
$strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.';
$strInternalRelationAdded = 'Sisemine suhe loodud';
@@ -1036,4 +1035,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -373,7 +373,6 @@ $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:';
$strInsertedRows = 'Lisätyt rivit:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -372,7 +372,6 @@ $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é:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -374,7 +374,6 @@ $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:';
$strInsertedRows = 'Fileiras inseridas:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -153,7 +153,6 @@ $strIndexName = 'ინდექსის სახელი&nbsp;:';
$strIndexType = 'ინდექსის ტიპი&nbsp;:';
$strInsert = 'დამატება';
$strInsertAsNewRow = 'დამატება ახალ ჩანაწერად';
$strInsertedRows = 'სტრიქონების დამატება:';
$strInUse = 'გამოყენებულია';
$strKeepPass = 'არ შეცვალო ეს პაროლი';
@@ -1056,4 +1055,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -352,7 +352,6 @@ $strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; 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:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
@@ -1033,4 +1032,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -238,7 +238,6 @@ $strInnodbStat = 'Κατάσταση InnoDB';
$strInsecureMySQL = 'Το αρχείο ρυθμίσεών σας περιέχει ρυθμίσεις (χρήστης root χωρίς κωδικό πρόσβασης) που αντιστοιχούν στον εξ\' ορισμού λογαριασμό χρήστη MySQL. Ο διακομιστής MySQL σας που τρέχει με αυτή τη ρύθμιση, είναι ανοιχτός σε επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα.';
$strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφές';
$strInsertedRowId = 'id εισαγμένης εγγραφής:';
$strInsertedRows = 'Εισαγόμενες εγγραφές:';
$strInsert = 'Εισαγωγή';
$strInUse = 'σε χρήση';
@@ -1053,4 +1052,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -291,7 +291,6 @@ $strInnodbStat = 'מצב InnoDB';
$strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.';
$strInsertAsNewRow = 'הכנסה כשורה חדשה';
$strInsertedRowId = 'קוד שורה שהוכנסה:';
$strInsertedRows = 'שורות הוכנסו:';
$strInsert = 'הכנסה';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'יחסים פנימיים';
@@ -1048,4 +1047,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -136,7 +136,6 @@ $strHostEmpty = 'होस्ट का नाम (hostname) खाली है
$strInsert = 'इनसर्ट';
$strInsertAsNewRow = 'इसको नया रौ में जोडे ';
$strInsertedRows = ' रौ जोडे गये:';
$strJapanese = 'जापानी';
@@ -1056,4 +1055,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -307,7 +307,6 @@ $strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés j
$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúr';
$strInsertedRowId = 'A beszúrt rekord id-je:';
$strInsertedRows = 'Beszúrt sorok:';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban';
@@ -1048,4 +1047,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -307,7 +307,6 @@ $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:';
$strInsertedRows = 'Baris yang disisipkan:';
$strInsert = 'Sisipkan';
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
$strInternalRelations = 'Relasi internal';
@@ -1046,4 +1045,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -375,7 +375,6 @@ $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:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelationAdded = 'Aggiunte relazioni internet';
@@ -1030,4 +1029,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -378,7 +378,6 @@ $strInsecureMySQL = 'お使いの設定ファイルに MySQL のデフォルト
$strInsert = '挿入';
$strInsertAsNewRow = '新しい行として挿入する';
$strInsertedRowId = '挿入した行 ID:';
$strInsertedRows = '挿入した行数:';
$strInternalNotNecessary = '* InnoDB にも内部リレーションが存在している場合は不要です';
$strInternalRelationAdded = '内部リレーションを追加しました';
$strInternalRelations = '内部リレーション';
@@ -1034,4 +1033,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -165,7 +165,6 @@ $strIndexType = '인덱스 종류:';
$strInsecureMySQL = '환경설정파일에 MySQL 관리자 암호가 없습니다. 이같은 기본설정상태로 MySQL 서버가 작동한다면 누구나 침입할 수 있으므로, 이 보안상 허점을 수정하시기 바랍니다.';
$strInsert = '삽입';
$strInsertAsNewRow = '새 열을 삽입합니다';
$strInsertedRows = '삽입된 열:';
$strInUse = '사용중';
$strJumpToDB = '데이터베이스 &quot;%s&quot; 로 이동.';
@@ -1051,4 +1050,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -280,7 +280,6 @@ $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:';
$strInsertedRows = 'Rindas pievienotas:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -291,7 +291,6 @@ $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:';
$strInsertedRows = 'Įterptą eilučių:';
$strInsert = 'Įterpti';
$strInternalNotNecessary = '* Galite nenaudoti vidinių sąryšių, jeigu jie jau apibrėžti InnoDB.';
$strInternalRelations = 'Vidiniai sąryšiai';
@@ -1046,4 +1045,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -310,7 +310,6 @@ $strInsecureMySQL = 'Вашата конфигурациска податоте
$strInsert = 'Нов запис';
$strInsertAsNewRow = 'Внеси како нов запис';
$strInsertedRowId = 'ID на вметнати записи:';
$strInsertedRows = 'Внесено записи:';
$strInternalNotNecessary = '* Внатрешната релација не е неопходна кога постои и во InnoDB.';
$strInternalRelations = 'Внатрешни релации';
@@ -1031,4 +1030,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -189,7 +189,6 @@ $strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Jenis indeks&nbsp;:';
$strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
$strInsertAsNewRow = 'Selitkan baris baru';
$strInsertedRows = 'Baris diselit:';
$strInsert = 'Selit';
$strInUse = 'sedang digunakan';
@@ -1068,4 +1067,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -312,7 +312,6 @@ $strInnodbStat = 'InnoDB байдал';
$strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй';
$strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInsertedRowId = 'Орсон мөрийн id:';
$strInsertedRows = 'Орсон мөрүүд:';
$strInsert = 'Оруулах';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Дотоод хамаарал';
@@ -1051,4 +1050,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -374,7 +374,6 @@ $strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten p
$strInsert = 'Sett inn';
$strInsertAsNewRow = 'Sett inn som ny rad';
$strInsertedRowId = 'Satt inn rad id:';
$strInsertedRows = 'Innsatte rader:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -156,7 +156,6 @@ $strIndexType = 'نوع فهرست&nbsp;:';
$strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز مي‌شود ، و شما بايد اين حفره امنيتي را ذرست كنيد.';
$strInsert = 'درج';
$strInsertAsNewRow = 'درج به عنوان يك سطر جديد';
$strInsertedRows = 'سطرهاي درج‌شده:';
$strInUse = 'in use';
$strKeepPass = 'عدم تغيير اسم رمز';
@@ -1053,4 +1052,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -343,7 +343,6 @@ $strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota b
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -243,7 +243,6 @@ $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:';
$strInsertedRows = 'Registos inseridos :';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -282,7 +282,6 @@ $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:';
$strInsertedRows = 'Randuri inserate:';
$strInsert = 'Inserare';
$strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
$strInternalRelations = 'Relatii interne';
@@ -1049,4 +1048,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -378,7 +378,6 @@ $strInsecureMySQL = 'Конфигурационный файл phpMyAdmin сод
$strInsert = 'Вставить';
$strInsertAsNewRow = 'Вставить запись';
$strInsertedRowId = 'Идентификатор вставляемой строки:';
$strInsertedRows = 'Добавлены строки:';
$strInternalNotNecessary = '* При наличии внутренней связи в таблице типа InnoDB, ее установка не обязательна.';
$strInternalRelationAdded = 'Добавлена внутренняя связь';
$strInternalRelations = 'Внутренние связи';
@@ -1031,4 +1030,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -375,7 +375,6 @@ $strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.';
$strInsertAsNewRow = 'Унеси као нови ред';
$strInsertedRowId = 'ID уметнутих редова:';
$strInsertedRows = 'Унесено редова:';
$strInsert = 'Нови запис';
$strInternalNotNecessary = '* Унутрашња релација није неопходна када постоји и у InnoDB.';
$strInternalRelationAdded = 'Додата интерна релација';
@@ -1030,4 +1029,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -375,7 +375,6 @@ $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:';
$strInsertedRows = 'Uneseno redova:';
$strInsert = 'Novi zapis';
$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
$strInternalRelationAdded = 'Dodata interna relacija';
@@ -1030,4 +1029,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -350,7 +350,6 @@ $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 = 'ඇතුලත් කරන ලද පේළි අංකය:';
$strInsertedRows = 'ඇතුලත් කරන ලද පේළි:';
$strInsert = 'ඇතුල් කරන්න';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
@@ -1033,4 +1032,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -345,7 +345,6 @@ $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:';
$strInsertedRows = 'Vložené riadky:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -260,7 +260,6 @@ $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:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInsert = 'Vstavi';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, če obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
@@ -1050,4 +1049,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -371,7 +371,6 @@ $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:';
$strInsertedRows = 'Filas insertadas:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -374,7 +374,6 @@ $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:';
$strInsertedRows = 'Tillagda rader:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -330,7 +330,6 @@ $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:';
$strInsertedRows = 'Kertelgän yazma:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -239,7 +239,6 @@ $strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนด
$strInsert = 'แทรก';
$strInsertAsNewRow = 'แทรกเป็นแถวใหม่';
$strInsertedRowId = 'แทรกเลขประจำแถว:';
$strInsertedRows = 'แถวที่ถูกแทรก:';
$strInternalRelations = 'รีเลชันภายใน';
$strInUse = 'ใช้อยู่';
@@ -1052,4 +1051,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -381,7 +381,6 @@ $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:';
$strInsertedRows = 'Eklenen satırlar:';
$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 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -238,7 +238,6 @@ $strInnodbStat = 'Статус InnoDB';
$strInsecureMySQL = 'Ваш файл конфіґурації містить параметри (root без паролю) які відповідають привілейованому користувачу MySQL. Ваш MySQL сервер у цьому випадку відкритий для вторгнення і тому Вам обов\'язково слід виправити цю прогалину у безпеці.';
$strInsertAsNewRow = 'Вставити як новий рядок';
$strInsertedRowId = 'Вставлено рядок id:';
$strInsertedRows = 'Додані рядки:';
$strInsert = 'Вставити';
$strInUse = 'використовується';
@@ -1050,4 +1049,5 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
$strRowsDeleted = '%1$d row(s) deleted.'; //to translate
$strRowsAffected = '%1$d row(s) affected.'; //to translate
$strRowsInserted = '%1$d row(s) inserted.'; //to translate
?>

View File

@@ -478,8 +478,8 @@ if ($num_rows < 1 || $is_affected) {
$message = PMA_Message::success('strRowsAffected');
$message->addParam($num_rows);
} else {
$message = PMA_Message::success('strInsertedRows');
$message->addMessage($num_rows);
$message = PMA_Message::success('strRowsInserted');
$message->addParam($num_rows);
}
$insert_id = PMA_DBI_insert_id();
if ($insert_id != 0) {

View File

@@ -273,7 +273,7 @@ if ($is_insert && count($value_sets) > 0) {
unset($query_fields, $value_sets);
$message = PMA_Message::success('strInsertedRows');
$message = PMA_Message::success('strRowsInserted');
} elseif (! empty($query)) {
$message = PMA_Message::success('strRowsAffected');
} else {