mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Update translations
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@577 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -8,7 +8,7 @@ $langs = array(
|
|||||||
'de' => 'Deutsch', // Klemens Häckel - http://clickdimension.wordpress.com
|
'de' => 'Deutsch', // Klemens Häckel - http://clickdimension.wordpress.com
|
||||||
'zh' => '简体中文', // Mr. Lodar
|
'zh' => '简体中文', // Mr. Lodar
|
||||||
'fr' => 'Français', // Francis Gagné
|
'fr' => 'Français', // Francis Gagné
|
||||||
'it' => 'Italiano', // Alessandro Fiorotto
|
'it' => 'Italiano', // Alessandro Fiorotto, Paolo Asperti
|
||||||
'et' => 'Eesti', // Priit Kallas
|
'et' => 'Eesti', // Priit Kallas
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@ $translations = array(
|
|||||||
'Length' => 'Longeur',
|
'Length' => 'Longeur',
|
||||||
'NULL' => 'NULL',
|
'NULL' => 'NULL',
|
||||||
'Auto Increment' => 'Auto increment',
|
'Auto Increment' => 'Auto increment',
|
||||||
'Options' => 'Opions',
|
'Options' => 'Options',
|
||||||
'Save' => 'Sauvegarder',
|
'Save' => 'Sauvegarder',
|
||||||
'Drop' => 'Effacer',
|
'Drop' => 'Effacer',
|
||||||
'Database has been dropped.' => 'Base de données effacée.',
|
'Database has been dropped.' => 'Base de données effacée.',
|
||||||
@@ -88,7 +88,7 @@ $translations = array(
|
|||||||
'No MySQL extension' => 'Extension MySQL introuvable',
|
'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 supported PHP extensions (%s) are available.' => 'Aucune des extensions PHP supportées (%s) n\'est disponible.',
|
||||||
'Sessions must be enabled.' => 'Veuillez activer les sessions.',
|
'Sessions must be enabled.' => 'Veuillez activer les sessions.',
|
||||||
'Session expired, please login again.' => 'Session expiré, veuillez vous enregistrer à nouveau.',
|
'Session expired, please login again.' => 'Session expirée, veuillez vous enregistrer à nouveau.',
|
||||||
'Text length' => 'Longueur du texte',
|
'Text length' => 'Longueur du texte',
|
||||||
'Syntax highlighting' => 'Coloration syntaxique',
|
'Syntax highlighting' => 'Coloration syntaxique',
|
||||||
'Foreign key has been dropped.' => 'Clé externe effacée.',
|
'Foreign key has been dropped.' => 'Clé externe effacée.',
|
||||||
@@ -135,7 +135,7 @@ $translations = array(
|
|||||||
'Time' => 'Temps',
|
'Time' => 'Temps',
|
||||||
'Event' => 'Évènement',
|
'Event' => 'Évènement',
|
||||||
'%d row(s)' => array('%d ligne', '%d lignes'),
|
'%d row(s)' => array('%d ligne', '%d lignes'),
|
||||||
'around %s' => 'autour %s',
|
'around %s' => 'autour de %s',
|
||||||
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
|
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
|
||||||
'Remove' => 'Effacer',
|
'Remove' => 'Effacer',
|
||||||
'Are you sure?' => 'Êtes-vous certain?',
|
'Are you sure?' => 'Êtes-vous certain?',
|
||||||
@@ -148,7 +148,7 @@ $translations = array(
|
|||||||
'Column' => 'Colonne',
|
'Column' => 'Colonne',
|
||||||
'Routine' => 'Routine',
|
'Routine' => 'Routine',
|
||||||
'Grant' => 'Grant',
|
'Grant' => 'Grant',
|
||||||
'Revoke' => 'Rovoke',
|
'Revoke' => 'Revoke',
|
||||||
'MySQL version: %s through PHP extension %s' => 'Version de MySQL: %s utilisant l\'extension %s',
|
'MySQL version: %s through PHP extension %s' => 'Version de MySQL: %s utilisant l\'extension %s',
|
||||||
'Logged as: %s' => 'Authentifié en tant que %s',
|
'Logged as: %s' => 'Authentifié en tant que %s',
|
||||||
'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Donnée POST trop grande . Réduire la taille des données ou modifier le "post_max_size" dans la configuration de PHP.',
|
'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Donnée POST trop grande . Réduire la taille des données ou modifier le "post_max_size" dans la configuration de PHP.',
|
||||||
@@ -204,4 +204,16 @@ $translations = array(
|
|||||||
'whole result' => 'résultat entier',
|
'whole result' => 'résultat entier',
|
||||||
'clone' => 'cloner',
|
'clone' => 'cloner',
|
||||||
'Clone' => 'Cloner',
|
'Clone' => 'Cloner',
|
||||||
|
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Le nombre de champs maximum est dépassé. Veuillez augmenter %s et %s',
|
||||||
|
'Partition by' => 'Partitionné par',
|
||||||
|
'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é'),
|
||||||
|
'Table structure' => 'Structure de la table',
|
||||||
|
'(anywhere)' => '(n\'importe où)',
|
||||||
|
'CSV Import' => 'Importation CVS',
|
||||||
|
'Import' => 'Importer',
|
||||||
|
'Stop on error' => 'Arrêt sur erreur',
|
||||||
|
'Select table' => 'Selectionner la table',
|
||||||
);
|
);
|
||||||
|
@@ -204,4 +204,16 @@ $translations = array(
|
|||||||
'whole result' => 'intero risultato',
|
'whole result' => 'intero risultato',
|
||||||
'clone' => 'clona',
|
'clone' => 'clona',
|
||||||
'Clone' => 'Clona',
|
'Clone' => 'Clona',
|
||||||
|
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Troppi campi. Per favore aumentare %s e %s.',
|
||||||
|
'Partition by' => 'Partiziona per',
|
||||||
|
'Partitions' => 'Partizioni',
|
||||||
|
'Partition name' => 'Nome partizione',
|
||||||
|
'Values' => 'Valori',
|
||||||
|
'%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'),
|
||||||
|
'Table structure' => 'Struttura tabella',
|
||||||
|
'(anywhere)' => '(ovunque)',
|
||||||
|
'CSV Import' => 'Importa da CSV',
|
||||||
|
'Import' => 'Importa',
|
||||||
|
'Stop on error' => 'Stop su errore',
|
||||||
|
'Select table' => 'Scegli tabella',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user