diff --git a/adminer/edit.inc.php b/adminer/edit.inc.php index f49744a1..ffe892e7 100644 --- a/adminer/edit.inc.php +++ b/adminer/edit.inc.php @@ -37,7 +37,7 @@ if ($_POST && !$error && !isset($_GET["select"])) { redirect($location); } if (isset($_GET["default"])) { - query_redirect("ALTER TABLE " . idf_escape($_GET["edit"]) . implode(",", $set), $location, lang('Default values has been set.')); + query_redirect("ALTER TABLE " . idf_escape($_GET["edit"]) . implode(",", $set), $location, lang('Default values have been set.')); } elseif ($update) { query_redirect("UPDATE " . idf_escape($_GET["edit"]) . " SET" . implode(",", $set) . "\nWHERE $where\nLIMIT 1", $location, lang('Item has been updated.')); } else { diff --git a/adminer/foreign.inc.php b/adminer/foreign.inc.php index b3ceb687..cca67892 100644 --- a/adminer/foreign.inc.php +++ b/adminer/foreign.inc.php @@ -15,7 +15,7 @@ if ($_POST && !$error && !$_POST["add"] && !$_POST["change"] && !$_POST["change- . (in_array($_POST["on_delete"], $on_actions) ? " ON DELETE $_POST[on_delete]" : "") . (in_array($_POST["on_update"], $on_actions) ? " ON UPDATE $_POST[on_update]" : "") , ME . "table=" . urlencode($_GET["foreign"]), (strlen($_GET["name"]) ? lang('Foreign key has been altered.') : lang('Foreign key has been created.'))); - $error = lang('Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.') . "
$error"; //! no partitioning + $error = lang('Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.') . "
$error"; //! no partitioning } } diff --git a/adminer/include/mysql.inc.php b/adminer/include/mysql.inc.php index 8533eae7..42db3ff9 100644 --- a/adminer/include/mysql.inc.php +++ b/adminer/include/mysql.inc.php @@ -135,7 +135,7 @@ if (extension_loaded("mysqli")) { } } else { - page_header(lang('No MySQL extension'), lang('None of supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO_MySQL'), null); + page_header(lang('No MySQL extension'), lang('None of the supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO_MySQL'), null); page_footer("auth"); exit; } diff --git a/adminer/indexes.inc.php b/adminer/indexes.inc.php index 0d99db3a..67032c14 100644 --- a/adminer/indexes.inc.php +++ b/adminer/indexes.inc.php @@ -36,7 +36,7 @@ if ($_POST && !$error && !$_POST["add"]) { if (!$alter) { redirect(ME . "table=" . urlencode($_GET["indexes"])); } - query_redirect("ALTER TABLE " . idf_escape($_GET["indexes"]) . implode(",", $alter), ME . "table=" . urlencode($_GET["indexes"]), lang('Indexes has been altered.')); + query_redirect("ALTER TABLE " . idf_escape($_GET["indexes"]) . implode(",", $alter), ME . "table=" . urlencode($_GET["indexes"]), lang('Indexes have been altered.')); } page_header(lang('Indexes'), $error, array("table" => $_GET["indexes"]), $_GET["indexes"]); diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index ae65dc6c..8749540d 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Smazat', 'Database' => 'Databáze', 'Routines' => 'Procedury a funkce', - 'Indexes has been altered.' => 'Indexy byly změněny.', + 'Indexes have been altered.' => 'Indexy byly změněny.', 'Indexes' => 'Indexy', 'Alter indexes' => 'Pozměnit indexy', 'Add next' => 'Přidat další', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Nepodařilo se vypsat tabulku', 'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odešlete formulář znovu.', 'Comment' => 'Komentář', - 'Default values has been set.' => 'Výchozí hodnoty byly nastaveny.', + 'Default values have been set.' => 'Výchozí hodnoty byly nastaveny.', 'Default values' => 'Výchozí hodnoty', 'BOOL' => 'BOOL', 'Show column comments' => 'Zobrazit komentáře sloupců', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Procedura byla zavolána, byl změněn %d záznam.', 'Procedura byla zavolána, byly změněny %d záznamy.', 'Procedura byla zavolána, bylo změněno %d záznamů.'), 'Call' => 'Zavolat', 'No MySQL extension' => 'Žádná MySQL extenze', - 'None of supported PHP extensions (%s) are available.' => 'Není dostupná žádná z podporovaných PHP extenzí (%s).', + 'None of the supported PHP extensions (%s) are available.' => 'Není dostupná žádná z podporovaných PHP extenzí (%s).', 'Sessions must be enabled.' => 'Session proměnné musí být povolené.', 'Session expired, please login again.' => 'Session vypršela, přihlašte se prosím znovu.', 'Text length' => 'Délka textů', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Vytvořit pohled', 'Name' => 'Název', 'Process list' => 'Seznam procesů', - '%d process(es) has been killed.' => array('Byl ukončen %d proces.', 'Byly ukončeny %d procesy.', 'Bylo ukončeno %d procesů.'), + '%d process(es) have been killed.' => array('Byl ukončen %d proces.', 'Byly ukončeny %d procesy.', 'Bylo ukončeno %d procesů.'), 'Kill' => 'Ukončit', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Název parametru', @@ -202,7 +202,7 @@ $translations = array( 'Partitions' => 'Oddíly', 'Partition name' => 'Název oddílu', 'Values' => 'Hodnoty', - '%d row(s) has been imported.' => array('Byl importován %d záznam.', 'Byly importovány %d záznamy.', 'Bylo importováno %d záznamů.'), + '%d row(s) have been imported.' => array('Byl importován %d záznam.', 'Byly importovány %d záznamy.', 'Bylo importováno %d záznamů.'), 'CSV Import' => 'Import CSV', 'Import' => 'Import', 'Table structure' => 'Struktura tabulky', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$6.$4.$1', 'History' => 'Historie', 'Variables' => 'Proměnné', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Zdrojové a cílové sloupce musí mít stejný datový typ, nad cílovými sloupci musí být definován index a odkazovaná data musí existovat.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Zdrojové a cílové sloupce musí mít stejný datový typ, nad cílovými sloupci musí být definován index a odkazovaná data musí existovat.', 'E-mail' => 'E-mail', 'From' => 'Odesílatel', 'Subject' => 'Předmět', diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index cb736256..11c4af85 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Entfernen', 'Database' => 'Datenbank', 'Routines' => 'Prozeduren', - 'Indexes has been altered.' => 'Indizes geändert.', + 'Indexes have been altered.' => 'Indizes geändert.', 'Indexes' => 'Indizes', 'Alter indexes' => 'Indizes ändern', 'Add next' => 'Hinzufügen', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Auswahl der Tabelle fehlgeschlagen', 'Invalid CSRF token. Send the form again.' => 'CSRF Token ungültig. Bitte die Formulardaten erneut abschicken.', 'Comment' => 'Kommentar', - 'Default values has been set.' => 'Standard Vorgabewerte sind erstellt worden.', + 'Default values have been set.' => 'Standard Vorgabewerte sind erstellt worden.', 'Default values' => 'Vorgabewerte festlegen', 'BOOL' => 'BOOL', 'Show column comments' => 'Spaltenkommentare zeigen', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Kommando SQL ausgeführt, %d Datensatz betroffen.', 'Kommando SQL ausgeführt, %d Datensätze betroffen.'), 'Call' => 'Aufrufen', 'No MySQL extension' => 'Keine MySQL-Erweiterungen installiert', - 'None of supported PHP extensions (%s) are available.' => 'Keine der unterstützten PHP-Erweiterungen (%s) ist vorhanden.', + 'None of the supported PHP extensions (%s) are available.' => 'Keine der unterstützten PHP-Erweiterungen (%s) ist vorhanden.', 'Sessions must be enabled.' => 'Sitzungen müssen aktiviert sein.', 'Session expired, please login again.' => 'Sitzungsdauer abgelaufen, bitte erneut anmelden.', 'Text length' => 'Textlänge', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Neue View erstellen', 'Name' => 'Name', 'Process list' => 'Prozessliste', - '%d process(es) has been killed.' => array('%d Prozess gestoppt.', '%d Prozesse gestoppt.'), + '%d process(es) have been killed.' => array('%d Prozess gestoppt.', '%d Prozesse gestoppt.'), 'Kill' => 'Anhalten', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Name des Parameters', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => 'Partitionen', 'Partition name' => 'Name der Partition', 'Values' => 'Werte', - '%d row(s) has been imported.' => array('%d Datensatz importiert.', '%d Datensätze wurden importiert.'), + '%d row(s) have been imported.' => array('%d Datensatz importiert.', '%d Datensätze wurden importiert.'), 'Table structure' => 'Tabellenstruktur', '(anywhere)' => '(beliebig)', 'CSV Import' => 'Importiere CSV', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$6.$4.$1', 'History' => 'History', 'Variables' => 'Variablen', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Spalten des Ursprungs und des Zieles müssen vom gleichen Datentyp sein, es muss unter den Zielspalten ein Index existieren und die referenzierten Daten müssen existieren.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Spalten des Ursprungs und des Zieles müssen vom gleichen Datentyp sein, es muss unter den Zielspalten ein Index existieren und die referenzierten Daten müssen existieren.', 'Relations' => 'Relationen', 'Run file' => 'Datei ausführen', 'Clear' => 'Entleeren', diff --git a/adminer/lang/en.inc.php b/adminer/lang/en.inc.php index d2df76db..89f5cd9e 100644 --- a/adminer/lang/en.inc.php +++ b/adminer/lang/en.inc.php @@ -3,9 +3,9 @@ $translations = array( 'Query executed OK, %d row(s) affected.' => array('Query executed OK, %d row affected.', 'Query executed OK, %d rows affected.'), '%d byte(s)' => array('%d byte', '%d bytes'), 'Routine has been called, %d row(s) affected.' => array('Routine has been called, %d row affected.', 'Routine has been called, %d rows affected.'), - '%d process(es) has been killed.' => array('%d process has been killed.', '%d processes have been killed.'), + '%d process(es) have been killed.' => array('%d process has been killed.', '%d processes have been killed.'), '%d row(s)' => array('%d row', '%d rows'), - '%d item(s) have been affected.' => array('%d item have been affected.', '%d items have been affected.'), - '%d row(s) has been imported.' => array('%d row has been imported.', '%d rows has been imported.'), + '%d item(s) have been affected.' => array('%d item has been affected.', '%d items have been affected.'), + '%d row(s) have been imported.' => array('%d row has been imported.', '%d rows have been imported.'), '%d e-mail(s) have been sent.' => array('%d e-mail has been sent.', '%d e-mails have been sent.'), ); diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 0430d11d..ebbc84e7 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -37,7 +37,7 @@ $translations = array( 'database' => 'base de datos', 'Use' => 'Usar', 'No tables.' => 'No existen tablas.', - 'select' => 'registros', + 'select' => 'registros', 'Create new table' => 'Nueva tabla', 'Item has been updated.' => 'Registro modificado.', 'Item has been inserted.' => 'Registro insertado.', @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Eliminar', 'Database' => 'Base de datos', 'Routines' => 'Procedimientos', - 'Indexes has been altered.' => 'Indices modificados.', + 'Indexes have been altered.' => 'Indices modificados.', 'Indexes' => 'Indices', 'Alter indexes' => 'Modificar indices', 'Add next' => 'Agregar', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'No posible seleccionar la tabla', 'Invalid CSRF token. Send the form again.' => 'Token CSRF inválido. Vuelva a enviar los datos del formulario.', 'Comment' => 'Comentario', - 'Default values has been set.' => 'Valores predeterminados establecidos.', + 'Default values have been set.' => 'Valores predeterminados establecidos.', 'Default values' => 'Valores predeterminados', 'BOOL' => 'BOOL', 'Show column comments' => 'Mostrar comentario de columnas', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Consulta ejecutada, %d registro afectado.', 'Consulta ejecutada, %d registros afectados.'), 'Call' => 'Llamar', 'No MySQL extension' => 'No hay extension MySQL', - 'None of supported PHP extensions (%s) are available.' => 'Ninguna de las extensiones PHP soportadas (%s) está disponible.', + 'None of the supported PHP extensions (%s) are available.' => 'Ninguna de las extensiones PHP soportadas (%s) está disponible.', 'Sessions must be enabled.' => 'Deben estar habilitadas las sesiones.', 'Session expired, please login again.' => 'Sesión expirada, favor loguéese de nuevo.', 'Text length' => 'Longitud de texto', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Cear vista', 'Name' => 'Nombre', 'Process list' => 'Lista de procesos', - '%d process(es) has been killed.' => array('%d proceso detenido.', '%d procesos detenidos.'), + '%d process(es) have been killed.' => array('%d proceso detenido.', '%d procesos detenidos.'), 'Kill' => 'Detener', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Nombre de Parametro', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => 'Particiones', 'Partition name' => 'Nombre de Partición', 'Values' => 'Valores', - '%d row(s) has been imported.' => array('%d registro importado.', '%d registros importados.'), + '%d row(s) have been imported.' => array('%d registro importado.', '%d registros importados.'), 'Table structure' => 'Estructura de la Tabla', '(anywhere)' => '(donde sea)', 'CSV Import' => 'Importar CSV', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$5/$3/$1', 'History' => 'History', 'Variables' => 'Variables', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Las columnas de origen y destino deben ser del mismo tipo, debe existir un índice entre las columnas del destino y el registro referenciado debe existir.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Las columnas de origen y destino deben ser del mismo tipo, debe existir un índice entre las columnas del destino y el registro referenciado debe existir.', 'Relations' => 'Relaciones', 'Run file' => 'Ejecutar Archivo', 'Clear' => 'Vaciar', diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index ece41625..1b4cc4ee 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Kustuta', 'Database' => 'Andmebaas', 'Routines' => 'Protseduurid', - 'Indexes has been altered.' => 'Indeksite andmed on edukalt uuendatud.', + 'Indexes have been altered.' => 'Indeksite andmed on edukalt uuendatud.', 'Indexes' => 'Indeksid', 'Alter indexes' => 'Muuda indekseid', 'Add next' => 'Lisa järgmine', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Tabeli valimine ebaõnnestus', 'Invalid CSRF token. Send the form again.' => 'Sobimatu CSRF, palun postitage vorm uuesti.', 'Comment' => 'Kommentaar', - 'Default values has been set.' => 'Vaimimisi väärtused on edukalt määratud.', + 'Default values have been set.' => 'Vaimimisi väärtused on edukalt määratud.', 'Default values' => 'Vaikimisi väärtused', 'BOOL' => 'Jah/Ei (BOOL)', 'Show column comments' => 'Kuva veeru kommentaarid', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Protseduur täideti edukalt, mõjutatud ridu: %d.', 'Protseduur täideti edukalt, mõjutatud ridu: %d.'), 'Call' => 'Käivita', 'No MySQL extension' => 'Ei leitud MySQL laiendust', - 'None of supported PHP extensions (%s) are available.' => 'Serveris pole ühtegi toetatud PHP laiendustest (%s).', + 'None of the supported PHP extensions (%s) are available.' => 'Serveris pole ühtegi toetatud PHP laiendustest (%s).', 'Sessions must be enabled.' => 'Sessioonid peavad olema lubatud.', 'Session expired, please login again.' => 'Sessioon on aegunud, palun logige uuesti sisse.', 'Text length' => 'Teksti pikkus', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Loo uus vaade (VIEW)', 'Name' => 'Nimi', 'Process list' => 'Protsesside nimekiri', - '%d process(es) has been killed.' => array('Protsess on edukalt peatatud (%d).', 'Valitud protsessid (%d) on edukalt peatatud.'), + '%d process(es) have been killed.' => array('Protsess on edukalt peatatud (%d).', 'Valitud protsessid (%d) on edukalt peatatud.'), 'Kill' => 'Peata', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Parameetri nimi', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => 'Partitsioonid', 'Partition name' => 'Partitsiooni nimi', 'Values' => 'Väärtused', - '%d row(s) has been imported.' => array('Imporditi %d rida.', 'Imporditi %d rida.'), + '%d row(s) have been imported.' => array('Imporditi %d rida.', 'Imporditi %d rida.'), 'Table structure' => 'Tabeli struktuur', '(anywhere)' => '(vahet pole)', 'CSV Import' => 'Impordi CSV', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$6.$4.$1', 'History' => 'Ajalugu', 'Variables' => 'Muutujad', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Lähte- ja sihtveerud peavad eksisteerima ja omama sama andmetüüpi, sihtveergudel peab olema määratud indeks ning viidatud andmed peavad eksisteerima.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Lähte- ja sihtveerud peavad eksisteerima ja omama sama andmetüüpi, sihtveergudel peab olema määratud indeks ning viidatud andmed peavad eksisteerima.', 'Relations' => 'Seosed', 'Run file' => 'Käivita fail', 'Clear' => 'Puhasta', diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index fdb6b7b5..4edcdb5e 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Effacer', 'Database' => 'Base de données', 'Routines' => 'Routines', - 'Indexes has been altered.' => 'Index modifiés.', + 'Indexes have been altered.' => 'Index modifiés.', 'Indexes' => 'Index', 'Alter indexes' => 'Modifier les index', 'Add next' => 'Ajouter le prochain', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Impossible de sélectionner la table', 'Invalid CSRF token. Send the form again.' => 'Token CSRF invalide. Veuillez réenvoyer le formulaire.', 'Comment' => 'Commentaire', - 'Default values has been set.' => 'Valeur par défaut établie .', + 'Default values have been set.' => 'Valeur par défaut établie .', 'Default values' => 'Valeurs par défaut', 'BOOL' => 'BOOL', 'Show column comments' => 'Voir les commentaires sur les colonnes', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Routine exécutée, %d ligne modifiée.', 'Routine exécutée, %d lignes modifiées.'), 'Call' => 'Appeler', 'No MySQL extension' => 'Extension MySQL introuvable', - 'None of supported PHP extensions (%s) are available.' => 'Aucune des extensions PHP supportées (%s) n\'est disponible.', + 'None of the supported PHP extensions (%s) are available.' => 'Aucune des extensions PHP supportées (%s) n\'est disponible.', 'Sessions must be enabled.' => 'Veuillez activer les sessions.', 'Session expired, please login again.' => 'Session expirée, veuillez vous authentifier à nouveau.', 'Text length' => 'Longueur du texte', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Créer une vue', 'Name' => 'Nom', 'Process list' => 'Liste de processus', - '%d process(es) has been killed.' => array('%d processus arrêté.', '%d processus arrêtés.'), + '%d process(es) have been killed.' => array('%d processus arrêté.', '%d processus arrêtés.'), 'Kill' => 'Arrêter', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Nom du Paramêtre', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => 'Partitions', 'Partition name' => 'Nom de la partition', 'Values' => 'Valeurs', - '%d row(s) has been imported.' => array('%d ligne a été importé','%d lignes ont été importé'), + '%d row(s) have been imported.' => array('%d ligne a été importé','%d lignes ont été importé'), 'Table structure' => 'Structure de la table', '(anywhere)' => '(n\'importe où)', 'CSV Import' => 'Importation CVS', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$5/$3/$1', 'History' => 'Historique', 'Variables' => 'Variables', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Les colonnes selectionnées et les colonnes de destination doivent être du même type, il doit y avoir un index sur les colonnes de destination et les données de référence doivent exister.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Les colonnes selectionnées et les colonnes de destination doivent être du même type, il doit y avoir un index sur les colonnes de destination et les données de référence doivent exister.', 'Relations' => 'Relations', 'Run file' => 'Executer le fichier', 'Clear' => 'Effacer', diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 66145008..b162e25e 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Elimina', 'Database' => 'Database', 'Routines' => 'Routine', - 'Indexes has been altered.' => 'Indici modificati.', + 'Indexes have been altered.' => 'Indici modificati.', 'Indexes' => 'Indici', 'Alter indexes' => 'Modifica indici', 'Add next' => 'Aggiungi altro', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Selezione della tabella non riuscita', 'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.', 'Comment' => 'Commento', - 'Default values has been set.' => 'Valore predefinito impostato.', + 'Default values have been set.' => 'Valore predefinito impostato.', 'Default values' => 'Valori predefiniti', 'BOOL' => 'BOOL', 'Show column comments' => 'Mostra i commenti delle colonne', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Routine chiamata, %d riga interessata.', 'Routine chiamata, %d righe interessate.'), 'Call' => 'Chiama', 'No MySQL extension' => 'Estensioni MySQL non presenti', - 'None of supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.', + 'None of the supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.', 'Sessions must be enabled.' => 'Le sessioni devono essere abilitate.', 'Session expired, please login again.' => 'Sessione scaduta, autenticarsi di nuovo.', 'Text length' => 'Lunghezza testo', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Crea vista', 'Name' => 'Nome', 'Process list' => 'Elenco processi', - '%d process(es) has been killed.' => array('%d processo interrotto.', '%d processi interrotti.'), + '%d process(es) have been killed.' => array('%d processo interrotto.', '%d processi interrotti.'), 'Kill' => 'Interrompi', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Nome parametro', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => 'Partizioni', 'Partition name' => 'Nome partizione', 'Values' => 'Valori', - '%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'), + '%d row(s) have been imported.' => array('%d riga importata.','%d righe importate.'), 'Table structure' => 'Struttura tabella', '(anywhere)' => '(ovunque)', 'CSV Import' => 'Importa da CSV', diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index 80519c6b..d58eff13 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Verwijderen', 'Database' => 'Database', 'Routines' => 'Procedures', - 'Indexes has been altered.' => 'Index aangepast.', + 'Indexes have been altered.' => 'Index aangepast.', 'Indexes' => 'Indexen', 'Alter indexes' => 'Indexen aanpassen', 'Add next' => 'Volgende toevoegen', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Onmogelijk tabel te selecteren', 'Invalid CSRF token. Send the form again.' => 'Ongeldig CSRF token. Verstuur het formulier opnieuw.', 'Comment' => 'Commentaar', - 'Default values has been set.' => 'Standaard waarde ingesteld.', + 'Default values have been set.' => 'Standaard waarde ingesteld.', 'Default values' => 'Standaard waarden', 'BOOL' => 'BOOL', 'Show column comments' => 'Kolomcommentaar weergeven', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Procedure uitgevoerd, %d rij geraakt.', 'Procedure uitgevoerd, %d rijen geraakt.'), 'Call' => 'Uitvoeren', 'No MySQL extension' => 'Geen MySQL extensie', - 'None of supported PHP extensions (%s) are available.' => 'Geen geldige PHP extensies beschikbaar (%s).', + 'None of the supported PHP extensions (%s) are available.' => 'Geen geldige PHP extensies beschikbaar (%s).', 'Sessions must be enabled.' => 'Sessies moeten geactiveerd zijn.', 'Session expired, please login again.' => 'Uw sessie is verlopen. Gelieve opnieuw in te loggen.', 'Text length' => 'Tekst lengte', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'View aanmaken', 'Name' => 'Naam', 'Process list' => 'Proceslijst', - '%d process(es) has been killed.' => array('%d proces gestopt.', '%d processen gestopt.'), + '%d process(es) have been killed.' => array('%d proces gestopt.', '%d processen gestopt.'), 'Kill' => 'Stoppen', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Parameternaam', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => 'Partities', 'Partition name' => 'Partitie naam', 'Values' => 'Waarden', - '%d row(s) has been imported.' => array('%d rij werd geïmporteerd.', '%d rijen werden geïmporteerd.'), + '%d row(s) have been imported.' => array('%d rij werd geïmporteerd.', '%d rijen werden geïmporteerd.'), 'Table structure' => 'Tabelstructuur', '(anywhere)' => '(overal)', 'CSV Import' => 'CSV Import', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$5-$3-$1', 'History' => 'Geschiedenis', 'Variables' => 'Variabelen', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Bron- en doelkolommen moeten van hetzelfde data type zijn, er moet een index bestaan op de gekozen kolommen en er moet gerelateerde data bestaan.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Bron- en doelkolommen moeten van hetzelfde data type zijn, er moet een index bestaan op de gekozen kolommen en er moet gerelateerde data bestaan.', 'Relations' => 'Relaties', 'Run file' => 'Bestand uitvoeren', 'Clear' => 'Wissen', diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index e515e9a7..46896158 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Стереть', 'Database' => 'База данных', 'Routines' => 'Хранимые процедуры и функции', - 'Indexes has been altered.' => 'Индексы изменены.', + 'Indexes have been altered.' => 'Индексы изменены.', 'Indexes' => 'Индексы', 'Alter indexes' => 'Изменить индексы', 'Add next' => 'Добавить еще', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Не удалось получить данные из таблицы', 'Invalid CSRF token. Send the form again.' => 'Недействительный CSRF токен. Отправите форму ещё раз.', 'Comment' => 'Комментарий', - 'Default values has been set.' => 'Были установлены значения по умолчанию.', + 'Default values have been set.' => 'Были установлены значения по умолчанию.', 'Default values' => 'Значения по умолчанию', 'BOOL' => 'Булев тип', 'Show column comments' => 'Показать комментарии к колонке', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Была вызвана процедура, %d запись была изменена.', 'Была вызвана процедура, %d записи было изменено.', 'Была вызвана процедура, %d записей было изменено.'), 'Call' => 'Вызвать', 'No MySQL extension' => 'Нет MySQL расширений', - 'None of supported PHP extensions (%s) are available.' => 'Не доступно ни одного расширения из поддерживаемых (%s).', + 'None of the supported PHP extensions (%s) are available.' => 'Не доступно ни одного расширения из поддерживаемых (%s).', 'Sessions must be enabled.' => 'Сессии должны быть включены.', 'Session expired, please login again.' => 'Срок действия сесси истек, нужно снова войти в систему.', 'Text length' => 'Длина текста', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Создать представление', 'Name' => 'Название', 'Process list' => 'Список процессов', - '%d process(es) has been killed.' => array('Был завершен %d процесс.', 'Было завершено %d процесса.', 'Было завершёно %d процессов.'), + '%d process(es) have been killed.' => array('Был завершен %d процесс.', 'Было завершено %d процесса.', 'Было завершёно %d процессов.'), 'Kill' => 'Завершить', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Название параметра', @@ -202,7 +202,7 @@ $translations = array( 'Partitions' => 'Разделы', 'Partition name' => 'Название раздела', 'Values' => 'Параметры', - '%d row(s) has been imported.' => array('Импортирована %d строка.', 'Импортировано %d строки.', 'Импортировано %d строк.'), + '%d row(s) have been imported.' => array('Импортирована %d строка.', 'Импортировано %d строки.', 'Импортировано %d строк.'), 'CSV Import' => 'Импорт CSV', 'Import' => 'Импорт', 'Table structure' => 'Структура таблицы', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$5.$3.$1', 'History' => 'История', 'Variables' => 'Переменные', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Колонки должны иметь одинаковые типы данных, в результирующей колонке должен быть индекс, данные для импорта должны существовать.', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Колонки должны иметь одинаковые типы данных, в результирующей колонке должен быть индекс, данные для импорта должны существовать.', 'Relations' => 'Реляции', 'Run file' => 'Запустить файл', 'Clear' => 'Очистить', diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index 7d14d54f..a239ffa1 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => 'Zmazať', 'Database' => 'Databáza', 'Routines' => 'Procedúry', - 'Indexes has been altered.' => 'Indexy boli zmenené.', + 'Indexes have been altered.' => 'Indexy boli zmenené.', 'Indexes' => 'Indexy', 'Alter indexes' => 'Zmeniť indexy', 'Add next' => 'Pridať ďalší', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => 'Tabuľku sa nepodarilo vypísať', 'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odošlite formulár znova.', 'Comment' => 'Komentár', - 'Default values has been set.' => 'Východzie hodnoty boli nastavené.', + 'Default values have been set.' => 'Východzie hodnoty boli nastavené.', 'Default values' => 'Východzie hodnoty', 'BOOL' => 'BOOL', 'Show column comments' => 'Zobraziť komentáre stĺpcov', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => array('Procedúra bola zavolaná, bol zmenený %d záznam.', 'Procedúra bola zavolaná, boli zmenené %d záznamy.', 'Procedúra bola zavolaná, bolo zmenených %d záznamov.'), 'Call' => 'Zavolať', 'No MySQL extension' => 'Žiadne MySQL rozšírenie', - 'None of supported PHP extensions (%s) are available.' => 'Nie je dostupné žiadne z podporovaných rozšírení (%s).', + 'None of the supported PHP extensions (%s) are available.' => 'Nie je dostupné žiadne z podporovaných rozšírení (%s).', 'Sessions must be enabled.' => 'Session premenné musia byť povolené.', 'Session expired, please login again.' => 'Session vypršala, prihláste sa prosím znova.', 'Text length' => 'Dĺžka textov', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => 'Vytvoriť pohľad', 'Name' => 'Názov', 'Process list' => 'Zoznam procesov', - '%d process(es) has been killed.' => array('Bol ukončený %d proces.', 'Boli ukončené %d procesy.', 'Bolo ukončených %d procesov.'), + '%d process(es) have been killed.' => array('Bol ukončený %d proces.', 'Boli ukončené %d procesy.', 'Bolo ukončených %d procesov.'), 'Kill' => 'Ukončiť', 'IN-OUT' => 'IN-OUT', 'Parameter name' => 'Názov parametra', @@ -202,7 +202,7 @@ $translations = array( 'Partitions' => 'Oddiely', 'Partition name' => 'Názov oddielu', 'Values' => 'Hodnoty', - '%d row(s) has been imported.' => array('Bol importovaný %d záznam.', 'Boli importované %d záznamy.', 'Bolo importovaných %d záznamov.'), + '%d row(s) have been imported.' => array('Bol importovaný %d záznam.', 'Boli importované %d záznamy.', 'Bolo importovaných %d záznamov.'), 'CSV Import' => 'Import CSV', 'Import' => 'Import', 'Table structure' => 'Štruktúra tabuľky', diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index e08cae7a..ea814fd4 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -47,7 +47,7 @@ $translations = array( 'Delete' => '删除', 'Database' => '数据库', 'Routines' => '子程序', - 'Indexes has been altered.' => '已更改索引。', + 'Indexes have been altered.' => '已更改索引。', 'Indexes' => '索引', 'Alter indexes' => '更改索引', 'Add next' => '添加下一个', @@ -72,7 +72,7 @@ $translations = array( 'Unable to select the table' => '不能选择该表', 'Invalid CSRF token. Send the form again.' => '无效 CSRF 令牌。重新发送表单。', 'Comment' => '注释', - 'Default values has been set.' => '默认值已设置。', + 'Default values have been set.' => '默认值已设置。', 'Default values' => '默认值', 'BOOL' => 'BOOL', 'Show column comments' => '显示列注释', @@ -84,7 +84,7 @@ $translations = array( 'Routine has been called, %d row(s) affected.' => '子程序被调用,%d 行被影响', 'Call' => '调用', 'No MySQL extension' => '没有MySQL扩展', - 'None of supported PHP extensions (%s) are available.' => '没有支持的 PHP 扩展可用(%s)。', + 'None of the supported PHP extensions (%s) are available.' => '没有支持的 PHP 扩展可用(%s)。', 'Sessions must be enabled.' => '会话必须被启用。', 'Session expired, please login again.' => '会话已过期,请重新登录。', 'Text length' => '文本长度', @@ -110,7 +110,7 @@ $translations = array( 'Create view' => '创建视图', 'Name' => '名称', 'Process list' => '进程列表', - '%d process(es) has been killed.' => '%d 个进程被终止', + '%d process(es) have been killed.' => '%d 个进程被终止', 'Kill' => '终止', 'IN-OUT' => 'IN-OUT', 'Parameter name' => '参数名', @@ -203,7 +203,7 @@ $translations = array( 'Partitions' => '分区', 'Partition name' => '分区名', 'Values' => '值', - '%d row(s) has been imported.' => '%d 行已导入。', + '%d row(s) have been imported.' => '%d 行已导入。', 'Table structure' => '表结构', '(anywhere)' => '(任意位置)', 'CSV Import' => 'CSV 导入', @@ -214,7 +214,7 @@ $translations = array( '$1-$3-$5' => '$1.$3.$5', 'History' => '历史', 'Variables' => '变量', - 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => '源列和目标列必须具有相同的数据类型,在目标列上必须有一个索引并且引用的数据必须存在。', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => '源列和目标列必须具有相同的数据类型,在目标列上必须有一个索引并且引用的数据必须存在。', 'Relations' => '关联信息', 'Run file' => '运行文件', 'Clear' => '清除', diff --git a/adminer/processlist.inc.php b/adminer/processlist.inc.php index 91413402..d9f49b3a 100644 --- a/adminer/processlist.inc.php +++ b/adminer/processlist.inc.php @@ -6,7 +6,7 @@ if ($_POST && !$error) { $killed++; } } - query_redirect(queries(), ME . "processlist=", lang('%d process(es) has been killed.', $killed), $killed || !$_POST["kill"], false, !$killed && $_POST["kill"]); + query_redirect(queries(), ME . "processlist=", lang('%d process(es) have been killed.', $killed), $killed || !$_POST["kill"], false, !$killed && $_POST["kill"]); } page_header(lang('Process list'), $error); diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 068e3eb8..2daaf428 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -107,7 +107,7 @@ if ($_POST && !$error) { } } $result = queries("INSERT INTO " . idf_escape($_GET["select"]) . "$cols VALUES" . implode(",", $rows)); - query_redirect(queries(), remove_from_uri("page"), lang('%d row(s) has been imported.', $dbh->affected_rows), $result, false, !$result); + query_redirect(queries(), remove_from_uri("page"), lang('%d row(s) have been imported.', $dbh->affected_rows), $result, false, !$result); } else { $error = upload_error($file); }