diff --git a/db_create.php b/db_create.php index 205f7e881..5eca34144 100644 --- a/db_create.php +++ b/db_create.php @@ -42,10 +42,8 @@ if (! $result) { require_once './libraries/header.inc.php'; require_once './main.php'; } else { - $message = PMA_Message::success(); - $message->setMessage($strDatabase . ' ' . htmlspecialchars($db) . ' ' . $strHasBeenCreated); - //$message = PMA_Message::success('strDatabaseHasBeenCreated'); - //$message->addParam($db); + $message = PMA_Message::success('strDatabaseHasBeenCreated'); + $message->addParam($db); require_once './libraries/header.inc.php'; require_once './' . $cfg['DefaultTabDatabase']; diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index e93b0b4d4..98b6645b1 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -153,7 +153,6 @@ $strGo = 'Gaan'; $strGzip = '"ge-gzip"'; $strHasBeenAltered = 'is verander.'; -$strHasBeenCreated = 'is geskep.'; $strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon'; $strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad'; $strHome = 'Tuis'; @@ -1054,4 +1053,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index ccf8121d4..ed5db1b5e 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -246,7 +246,6 @@ $strGreek = 'Greqisht'; $strGzip = '"kompresuar me gzip"'; $strHasBeenAltered = 'u ndryshua.'; -$strHasBeenCreated = 'u krijua.'; $strHaveToShow = 'Zgjidh të paktën një kolonë për të parë'; $strHebrew = 'Hebraike'; $strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin'; @@ -1053,4 +1052,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index cd8077412..7dd118b88 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -235,7 +235,6 @@ $strGreek = 'اليونانية'; $strGzip = '"gzipped"'; $strHasBeenAltered = 'لقد عُدِل.'; -$strHasBeenCreated = 'لقد تكون.'; $strHaveToShow = 'عليك اختيار عمود واحد على الأقل للعرض'; $strHebrew = 'العبرية'; $strHomepageOfficial = 'الصفحة الرئيسية الرسمية لـ phpMyAdmin'; @@ -1055,4 +1054,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 84e1226fc..47a4397c4 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -220,7 +220,6 @@ $strGrantOption = 'İcaze ver'; $strGzip = '"gzip"lenmiş'; $strHasBeenAltered = 'deyişdirildi.'; -$strHasBeenCreated = 'quruldu.'; $strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz'; $strHebrew = 'İbrani Dili'; $strHome = 'Başlanğıc'; @@ -1050,4 +1049,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 3f8720978..2549d12a2 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -226,7 +226,6 @@ $strGreek = 'Grekiera'; $strGzip = '"gzip-ez trinkotuta"'; $strHasBeenAltered = 'aldatua izan da.'; -$strHasBeenCreated = 'sortu da.'; $strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.'; $strHebrew = 'Hebreera'; $strHome = 'Hasiera-orria'; @@ -1047,4 +1046,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index f4223aa70..b20ba8e67 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -313,7 +313,6 @@ $strGzip = 'архіваваны ў gzip'; $strHandler = 'Апрацоўнік'; $strHasBeenAltered = 'была зьмененая.'; -$strHasBeenCreated = 'была створаная.'; $strHaveToShow = 'Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня'; $strHebrew = 'Габрэйская'; $strHome = 'Да пачатку'; @@ -1030,4 +1029,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 60f5936ff..8c3379227 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -312,7 +312,6 @@ $strGzip = 'archivavany ŭ gzip'; $strHandler = 'Apracoŭnik'; $strHasBeenAltered = 'była źmienienaja.'; -$strHasBeenCreated = 'była stvoranaja.'; $strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravańnia'; $strHebrew = 'Habrejskaja'; $strHome = 'Da pačatku'; @@ -1029,4 +1028,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 6acfe6835..9d7589aa3 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -225,7 +225,6 @@ $strGreek = 'Grčki'; $strGzip = '"gzip-ovano"'; $strHasBeenAltered = 'je promijenjen(a).'; -$strHasBeenCreated = 'je kreiran(a).'; $strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz'; $strHebrew = 'Jevrejski'; $strHomepageOfficial = 'phpMyAdmin veb sajt'; @@ -1053,4 +1052,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index a2ad9a809..5edc542ff 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -329,7 +329,6 @@ $strGzip = '"compactado com gzip"'; $strHandler = 'Alimentador'; //está correto isso? seria Gestor?? $strHasBeenAltered = 'foi alterado.'; -$strHasBeenCreated = 'foi criado.'; $strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir'; $strHebrew = 'Hebreu'; $strHelp = 'Ajuda'; @@ -1027,4 +1026,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 5c78a6f0d..389553a5e 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -283,7 +283,6 @@ $strGreek = 'Гръцки'; $strGzip = '"gzip-нато"'; $strHasBeenAltered = 'беше променена.'; -$strHasBeenCreated = 'беше създадена.'; $strHaveToShow = 'Трябва да изберете поне една Колона за показване'; $strHebrew = 'Иврит'; $strHome = 'Начало'; @@ -1050,4 +1049,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 20dccc588..322036054 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -325,7 +325,6 @@ $strGzip = '"comprimit amb gzip"'; $strHandler = 'Gestor'; $strHasBeenAltered = 'ha estat alterada.'; -$strHasBeenCreated = 'ha estat creada.'; $strHaveToShow = 'Has de triar al menys una columna per mostrar'; $strHebrew = 'Hebreu'; $strHelp = 'Ajuda'; @@ -1023,4 +1022,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 4179ad1b8..853604106 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -262,7 +262,6 @@ $strGreek = '希腊语'; $strGzip = 'gzip 压缩'; $strHasBeenAltered = '已经被修改。'; -$strHasBeenCreated = '已经建立。'; $strHaveToShow = '您需要最少选择显示一列'; $strHebrew = '希伯来语'; $strHome = '主目录'; @@ -1055,4 +1054,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 62f0bae6d..2a6f1a156 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -301,7 +301,6 @@ $strGzip = '"gzipped"'; $strHandler = '操作者'; $strHasBeenAltered = '已經修改'; -$strHasBeenCreated = '已經建立'; $strHaveToShow = '您需要選擇最少顯示一行欄位'; $strHebrew = '希伯來語'; $strHome = '主目錄'; @@ -1034,4 +1033,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index ab7892b79..824ae603c 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -331,7 +331,6 @@ $strGzip = '"gzipano"'; $strHandler = 'Hvatišta'; $strHasBeenAltered = 'izmijenjeno je.'; -$strHasBeenCreated = 'izrađeno je.'; $strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; $strHebrew = 'Hebrejski'; $strHelp = 'Pomoć'; @@ -1028,4 +1027,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 85968d9d6..50c059b73 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -331,7 +331,6 @@ $strGzip = '„zagzipováno“'; $strHandler = 'Obslužné rutiny'; $strHasBeenAltered = 'byla změněna.'; -$strHasBeenCreated = 'byla vytvořena.'; $strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.'; $strHebrew = 'Hebrejština'; $strHelp = 'Nápověda'; @@ -1029,4 +1028,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 5255cbd06..9f7a7904f 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -330,7 +330,6 @@ $strGzip = '"gzipped"'; $strHandler = 'Handler'; $strHasBeenAltered = 'er ændret.'; -$strHasBeenCreated = 'er oprettet.'; $strHaveToShow = 'Du skal vælge mindst en kolonne der skal vises'; $strHebrew = 'Hebræisk'; $strHelp = 'Hjælp'; @@ -1029,4 +1028,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 3da3d2778..a5f29ac85 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -258,7 +258,6 @@ $strGreek = 'Grieks'; $strGzip = '"ge-gzipt"'; $strHasBeenAltered = 'is veranderd.'; -$strHasBeenCreated = 'is aangemaakt.'; $strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen'; $strHebrew = 'Hebreeuws'; $strHome = 'Home'; @@ -1051,4 +1050,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 88adfb857..243433648 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -190,6 +190,7 @@ $strDanish = 'Danish'; $strDatabase = 'Database'; $strDatabaseEmpty = 'The database name is empty!'; $strDatabaseExportOptions = 'Database export options'; +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; $strDatabases = 'Databases'; $strDatabasesDropped = '%s databases have been dropped successfully.'; @@ -331,7 +332,6 @@ $strGzip = '"gzipped"'; $strHandler = 'Handler'; $strHasBeenAltered = 'has been altered.'; -$strHasBeenCreated = 'has been created.'; $strHaveToShow = 'You have to choose at least one column to display'; $strHebrew = 'Hebrew'; $strHelp = 'Help'; @@ -905,6 +905,7 @@ $strTableAlreadyExists = 'Table %s already exists!'; $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; $strTableComments = 'Table comments'; $strTableEmpty = 'The table name is empty!'; +$strTableHasBeenCreated = 'Table %1$s has been created.'; $strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenEmptied = 'Table %s has been emptied'; $strTableHasBeenFlushed = 'Table %s has been flushed'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index d9bda1ffb..4ae92b426 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -324,7 +324,6 @@ $strGzip = '"gzipitud"'; $strHandler = 'Töötleja'; $strHasBeenAltered = 'on muudetud.'; -$strHasBeenCreated = 'on loodud.'; $strHaveToShow = 'Te peate valima vähemalt ühe veeru kuvamiseks'; $strHebrew = 'Heebrea'; $strHelp = 'Abi'; @@ -1035,4 +1034,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 9668adda9..718c3115b 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -331,7 +331,6 @@ $strGzip = '"gzip-pakkaus"'; $strHandler = 'Käsittelijä'; $strHasBeenAltered = 'on muutettu.'; -$strHasBeenCreated = 'on luotu.'; $strHaveToShow = 'Valitse vähintään yksi sarake'; $strHebrew = 'Hebrealainen'; $strHelp = 'Ohje'; @@ -1032,4 +1031,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index cc146f3eb..b0019c90f 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -328,7 +328,6 @@ $strGzip = '"gzippé"'; $strHandler = 'Gestionnaire'; $strHasBeenAltered = 'a été modifié(e).'; -$strHasBeenCreated = 'a été créé(e).'; $strHaveToShow = 'Vous devez choisir au moins une colonne à afficher'; $strHebrew = 'hébreu'; $strHelp = 'Aide'; @@ -1026,4 +1025,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 89bc527d9..b21f1ee16 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -330,7 +330,6 @@ $strGzip = 'comprimido no formato "gzip"'; $strHandler = 'Manipulador'; $strHasBeenAltered = 'foi alterado.'; -$strHasBeenCreated = 'foi creado.'; $strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar'; $strHebrew = 'Hebreu'; $strHelp = 'Axuda'; @@ -1028,4 +1027,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 9d4cff060..bb1521d54 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -140,7 +140,6 @@ $strGo = 'შესრულება'; $strGzip = '"gzip-ში შეკუმშვა"'; $strHasBeenAltered = 'შეიცვალა.'; -$strHasBeenCreated = 'შეიქმნა.'; $strHaveToShow = 'თქვენ ერთი ცხრილი მაინც უნდა აირჩიოთ'; $strHome = 'დასაწყისი'; $strHomepageOfficial = 'phpMyAdmin ოფიციალური ვებგვერდი'; @@ -1055,4 +1054,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 8b7108ea0..c3326b1f2 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -316,7 +316,6 @@ $strGzip = 'GZip-komprimiert'; $strHandler = 'Handler'; $strHasBeenAltered = 'wurde geändert.'; -$strHasBeenCreated = 'wurde erzeugt.'; $strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte'; $strHebrew = 'Hebräisch'; $strHome = 'Home'; @@ -1032,4 +1031,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 074693299..09e92a2c4 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -219,7 +219,6 @@ $strGreek = 'Ελληνικά'; $strGzip = 'συμπίεση «gzip»'; $strHasBeenAltered = 'έχει αλλαχθεί.'; -$strHasBeenCreated = 'έχει δημιουργηθεί.'; $strHaveToShow = 'Πρέπει να επιλέξετε τουλάχιστον μία στήλη για εμφάνιση'; $strHebrew = 'Εβραϊκά'; $strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin'; @@ -1052,4 +1051,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index bd7886581..9c94f4caa 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -264,7 +264,6 @@ $strGreek = 'יוונית'; $strGzip = '"gzipped"'; $strHasBeenAltered = 'שונתה.'; -$strHasBeenCreated = 'נוצרה.'; $strHaveToShow = 'עליך לבחור לפחות עמודה אחת לתצוגה'; $strHebrew = 'עברית'; $strHomepageOfficial = 'דף הבית phpMyAdmin הרשמי'; @@ -1047,4 +1046,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 45a919eb1..99dcd58a9 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -447,7 +447,6 @@ $strGrantOption = 'Grant'; //to translate $strGzip = '"gzipped"'; //to translate $strHandler = 'Handler'; //to translate -$strHasBeenCreated = 'has been created.'; //to translate $strHaveToShow = 'You have to choose at least one Column to display'; //to translate $strHebrew = 'Hebrew'; //to translate $strHTMLExcel = 'Microsoft Excel 2000'; //to translate @@ -1055,4 +1054,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index f55eb7648..4a1c7ef68 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -279,7 +279,6 @@ $strGreek = 'Görög'; $strGzip = '"gzip-pel tömörítve"'; $strHasBeenAltered = 'megváltozott.'; -$strHasBeenCreated = 'megszületett.'; $strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez'; $strHebrew = 'Héber'; $strHome = 'Kezdőlap'; @@ -1047,4 +1046,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 8e08180f1..2ddc2acea 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -275,7 +275,6 @@ $strGreek = 'Bahasa Yunani'; $strGzip = 'Dikompress dengan GZip'; $strHasBeenAltered = 'telah diubah.'; -$strHasBeenCreated = 'telah diciptakan.'; $strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan'; $strHebrew = 'Bahasa Yahudi'; $strHome = 'Home'; @@ -1045,4 +1044,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index d914fdf4b..afb60335b 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -331,7 +331,6 @@ $strGzip = '"compresso con gzip"'; $strHandler = 'Handler'; $strHasBeenAltered = 'è stato modificato.'; -$strHasBeenCreated = 'è stato creato.'; $strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare'; $strHebrew = 'Ebreo'; $strHelp = 'Aiuto'; @@ -1029,4 +1028,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 97c4da111..285e5c801 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -333,7 +333,6 @@ $strGzip = '"gzip 形式"'; $strHandler = 'ハンドラ'; $strHasBeenAltered = 'を変更しました'; -$strHasBeenCreated = 'を作成しました'; $strHaveToShow = '最低ひとつは表示するカラムを選択してください'; $strHebrew = 'ヘブライ語'; $strHelp = 'ヘルプ'; @@ -1033,4 +1032,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index be3716c4c..1bd20fe55 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -151,7 +151,6 @@ $strGo = '실행'; $strGzip = 'gz 압축'; $strHasBeenAltered = '을(를) 변경하였습니다.'; -$strHasBeenCreated = '을(를) 작성하였습니다.'; $strHaveToShow = '출력하려면 적어도 1개 이상의 열(칼럼)을 선택해야 합니다.'; $strHome = '시작페이지'; $strHomepageOfficial = 'phpMyAdmin 공식 홈'; @@ -1050,4 +1049,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 2e916f44c..f27c74c53 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -258,7 +258,6 @@ $strGreek = 'Grieķu'; $strGzip = 'Arhivēts ar gzip'; $strHasBeenAltered = 'tika modificēta.'; -$strHasBeenCreated = 'tika izveidota.'; $strHaveToShow = 'Izvēlieties vismaz vienu kolonnu attēlošanai'; $strHebrew = 'Ebreju'; $strHomepageOfficial = 'Oficiālā phpMyAdmin mājaslapa'; @@ -1052,4 +1051,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index a3d819d7e..221e911b7 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -264,7 +264,6 @@ $strGreek = 'Graikų'; $strGzip = '"gzipped"'; $strHasBeenAltered = 'išplėsta.'; -$strHasBeenCreated = 'sukurta.'; $strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui'; $strHebrew = 'Žydų'; $strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis'; @@ -1045,4 +1044,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 87423b0a3..3269fb165 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -278,7 +278,6 @@ $strGzip = '"gzip"'; $strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLWord = 'Microsoft Word 2000'; $strHasBeenAltered = 'е променет(а).'; -$strHasBeenCreated = 'е креиран(а).'; $strHaveToShow = 'Морате да изберете барем една колона за приказ'; $strHebrew = 'Хебрејски'; $strHome = 'Почетна страница'; @@ -1030,4 +1029,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 2ae7661cf..fe5a7529c 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -175,7 +175,6 @@ $strGo = 'Pergi'; $strGzip = '"digzip"'; $strHasBeenAltered = 'telah diubahsuai.'; -$strHasBeenCreated = 'telah dicipta.'; $strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar'; $strHomepageOfficial = 'Laman Rasmi phpMyAdmin'; $strHome = 'Rumah'; @@ -1067,4 +1066,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 8cbe10b33..27cfd7964 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -280,7 +280,6 @@ $strGreek = 'Грек'; $strGzip = 'gzip-ээр шахах'; $strHasBeenAltered = 'өөрчлөгдсөн байна.'; -$strHasBeenCreated = 'үүссэн байна.'; $strHaveToShow = 'Харуулахын тулд ядаж нэг багана сонго'; $strHebrew = 'Иврей'; $strHomepageOfficial = 'phpMyAdmin-ын албан ёсны вэб сайт'; @@ -1050,4 +1049,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 9015d98bd..1d29e6ed9 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -329,7 +329,6 @@ $strGzip = 'Komprimert (gz)'; $strHandler = 'Handler'; $strHasBeenAltered = 'er endret.'; -$strHasBeenCreated = 'er opprettet.'; $strHaveToShow = 'Du må velge minst en kolonne for visning'; $strHebrew = 'hebraisk'; $strHelp = 'Hjelp'; @@ -1027,4 +1026,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 6fb085f82..62840d65b 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -142,7 +142,6 @@ $strGo = 'تاييد'; $strGzip = '"gzipped"'; $strHasBeenAltered = 'تغيير داده‌شد.'; -$strHasBeenCreated = 'ساخته شد.'; $strHaveToShow = 'شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد'; $strHome = 'خانه'; $strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin'; @@ -1052,4 +1051,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 74a9c3bf7..fe30be7be 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -306,7 +306,6 @@ $strGzip = '".gz"'; $strHandler = 'Obsługa'; $strHasBeenAltered = 'zostało zamienione.'; -$strHasBeenCreated = 'zostało utworzone.'; $strHaveToShow = 'Należy wybrać przynajmniej jedną kolumnę do wyświetlenia'; $strHebrew = 'Hebrajski'; $strHomepageOfficial = 'Oficjalna strona phpMyAdmina'; @@ -1023,4 +1022,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index e4baa2823..0cfe48af6 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -224,7 +224,6 @@ $strGreek = 'Grego'; $strGzip = '"Compressão gzip"'; $strHasBeenAltered = 'foi alterado(a).'; -$strHasBeenCreated = 'foi criado(a).'; $strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar'; $strHebrew = 'Hebráico'; $strHome = 'Início'; @@ -1056,4 +1055,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 5c2cbe945..081e1a482 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -260,7 +260,6 @@ $strGreek = 'Grec'; $strGzip = '"gzipped"'; $strHasBeenAltered = 'a fost alterat.'; -$strHasBeenCreated = 'a fost creat.'; $strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa'; $strHebrew = 'Ebraica'; $strHomepageOfficial = 'Pagina oficiala phpMyAdmin'; @@ -1048,4 +1047,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index b1d78b430..fa0ac7ba6 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -333,7 +333,6 @@ $strGzip = 'gzip'; $strHandler = 'Обработчик'; $strHasBeenAltered = 'была изменена.'; -$strHasBeenCreated = 'была создана.'; $strHaveToShow = 'Для выполнения запроса, должен быть выбран отображаемый столбец/столбцы.'; $strHebrew = 'Иврит'; $strHelp = 'Помощь'; @@ -1030,4 +1029,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 4afba38c7..44483da26 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -331,7 +331,6 @@ $strGzip = '"гзип-овано"'; $strHandler = 'Руковалац'; $strHasBeenAltered = 'је промењен(а).'; -$strHasBeenCreated = 'је креиран(а).'; $strHaveToShow = 'Морате изабрати бар једну колону за приказ'; $strHebrew = 'Хебрејски'; $strHelp = 'Помоћ'; @@ -1029,4 +1028,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index ee44c8731..267e4772d 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -331,7 +331,6 @@ $strGzip = '"gzip-ovano"'; $strHandler = 'Rukovalac'; $strHasBeenAltered = 'je promenjen(a).'; -$strHasBeenCreated = 'je kreiran(a).'; $strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz'; $strHebrew = 'Hebrejski'; $strHelp = 'Pomoć'; @@ -1029,4 +1028,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 143b230d9..a621609c9 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -314,7 +314,6 @@ $strGzip = '"gzipp ගත කරන ලදි"'; $strHandler = 'Handler'; $strHasBeenAltered = 'වෙනස් කරන ලදි.'; -$strHasBeenCreated = 'සාදන ලදි.'; $strHaveToShow = 'පෙන්වීම සඳහා අවම වශයෙන් එක් තීරයක්වත් තෝරාගත යුතුයි'; $strHebrew = 'හීබෲ'; $strHome = 'මුල් පිටුව'; @@ -1032,4 +1031,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index b72e8289c..3419348f1 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -309,7 +309,6 @@ $strGzip = '"gzip-ované"'; $strHandler = 'Manipulačná Rutina'; $strHasBeenAltered = 'bola zmenená.'; -$strHasBeenCreated = 'bola vytvorená.'; $strHaveToShow = 'Zvolte prosím aspoň jeden stĺpec, ktorý chcete zobraziť'; $strHebrew = 'Hebrejsky'; $strHome = 'Domov'; @@ -1030,4 +1029,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index ce7723fd4..83fc8085e 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -240,7 +240,6 @@ $strGreek = 'Grško'; $strGzip = '"gzipano"'; $strHasBeenAltered = 'je bil spremenjen(a).'; -$strHasBeenCreated = 'je bil ustvarjen(a).'; $strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec'; $strHebrew = 'Hebrejsko'; $strHome = 'Domov'; @@ -1049,4 +1048,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index b97bd3484..73abd6200 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -327,7 +327,6 @@ $strGzip = '"Comprimido con gzip"'; $strHandler = 'Gestor'; $strHasBeenAltered = 'fue modificada.'; -$strHasBeenCreated = 'se creó.'; $strHaveToShow = 'Debe elegir al menos una columna para mostrar'; $strHebrew = 'Hebreo'; $strHelp = 'Ayuda'; @@ -1025,4 +1024,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 6a41e1474..c6847f684 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -330,7 +330,6 @@ $strGzip = '"gzippad"'; $strHandler = 'Hanterare'; $strHasBeenAltered = 'har ändrats.'; -$strHasBeenCreated = 'har skapats.'; $strHaveToShow = 'Du måste välja minst en kolumn som ska visas'; $strHebrew = 'Hebreisk'; $strHelp = 'Hjälp'; @@ -1028,4 +1027,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 4b5226e40..1efd301dd 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -295,7 +295,6 @@ $strGzip = '"gziple"'; $strHandler = 'Eşkärtkeç'; $strHasBeenAltered = 'üzgärtelde.'; -$strHasBeenCreated = 'yaratıldı.'; $strHaveToShow = 'You have to choose at least one Column to display'; $strHebrew = 'Yähüdçä'; $strHome = 'Başbit'; @@ -1041,4 +1040,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 421cd75d4..c829c50fe 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -218,7 +218,6 @@ $strGreek = 'กรีก'; $strGzip = '"gzipped"'; $strHasBeenAltered = 'เปลี่ยนเสร็จแล้ว'; -$strHasBeenCreated = 'สร้างเสร็จแล้ว'; $strHaveToShow = 'ต้องเลือกให้แสดงอย่างน้อยหนึ่งคอลัมน์'; $strHebrew = 'ฮิบรู'; $strHome = 'หน้าบ้าน'; @@ -1051,4 +1050,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 8d87e377d..883aac3ed 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -337,7 +337,6 @@ $strGzip = '"gzip olarak"'; $strHandler = 'Denetimci'; $strHasBeenAltered = 'değiştirildi.'; -$strHasBeenCreated = 'oluşturuldu.'; $strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz'; $strHebrew = 'İbranice'; $strHelp = 'Yardım'; @@ -1035,4 +1034,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index ac6ed81bd..5de1f8c3d 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -219,7 +219,6 @@ $strGreek = 'Грецьке'; $strGzip = 'запакувати в "gzip"'; $strHasBeenAltered = 'була змінена.'; -$strHasBeenCreated = 'була створена.'; $strHaveToShow = 'Необхідно вибрати принаймі один Стовпчик для показу'; $strHebrew = 'Іврит'; $strHomepageOfficial = 'Офіційна сторінка phpMyAdmin'; @@ -1049,4 +1048,6 @@ $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to tra $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate $strPartitioned = 'partitioned'; //to translate $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate +$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate +$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate ?> diff --git a/tbl_create.php b/tbl_create.php index 6e2a89536..7e7c4245b 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -7,7 +7,7 @@ * @uses $strTableEmpty * @uses $strTableAlreadyExists * @uses $strTable - * @uses $strHasBeenCreated + * @uses $strTableHasBeenCreated * @uses PMA_ENGINE_KEYWORD * @uses PMA_Table::generateFieldSpec() * @uses PMA_checkParameters() @@ -217,11 +217,8 @@ if (isset($_REQUEST['do_save_data'])) { } } - //$message = PMA_Message::success('strTableCreatedSuccessfully'); - //$message->addParam(PMA_backquote($db) . '.' . PMA_backquote($table)); - $message = PMA_Message::success('strTable'); - $message->addMessage(htmlspecialchars(PMA_backquote($db) . '.' . PMA_backquote($table))); - $message->addString('strHasBeenCreated'); + $message = PMA_Message::success('strTableHasBeenCreated'); + $message->addParam(PMA_backquote($db) . '.' . PMA_backquote($table)); $display_query = $sql_query; $sql_query = '';