Started rewriting the user administration
This commit is contained in:
@@ -64,7 +64,7 @@ $strBookmarkQuery = 'Requêtes bookmarkées';
|
||||
$strBookmarkThis = 'Bookmarker cette requête';
|
||||
$strBookmarkView = 'Voir uniquement';
|
||||
$strBrowse = 'Afficher';
|
||||
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
|
||||
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
|
||||
$strBzip = '"bzippé"';
|
||||
|
||||
$strCannotLogin = 'Connexion au serveur MySQL non permise';
|
||||
@@ -96,7 +96,7 @@ $strConnections = 'Connexions';
|
||||
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
|
||||
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table) :';
|
||||
$strCopyTableOK = 'La table %s a été copiée vers %s.';
|
||||
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
|
||||
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
|
||||
$strCreate = 'Créer';
|
||||
$strCreateIndex = 'Créer une clef sur %s colonne(s)';
|
||||
$strCreateIndexTopic = 'Créer un nouvelle clef';
|
||||
@@ -384,7 +384,7 @@ $strServerStatus = 'Informations sur le serveur';
|
||||
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
|
||||
$strServerTabProcesslist = 'Processus';
|
||||
$strServerTabVariables = 'Variables';
|
||||
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
|
||||
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
|
||||
$strServerVars = 'Variables et réglages du serveur';
|
||||
$strServerVersion = 'Version du serveur';
|
||||
$strSessionValue = 'Valeur pour la session';
|
||||
@@ -433,7 +433,7 @@ $strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br
|
||||
$strTheContent = 'Le contenu de votre fichier a été inséré.';
|
||||
$strTheContents = 'Le contenu du fichier remplacera le contenu de la table pour les enregistrements ayant une valeur de clé primaire ou unique identique.';
|
||||
$strTheTerminator = 'Le caractère qui sépare chacun des champs.';
|
||||
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
|
||||
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
|
||||
$strTime = 'Durée';
|
||||
$strTotal = 'total';
|
||||
$strTotalUC = 'Total';
|
||||
@@ -472,5 +472,41 @@ $strYes = 'Oui';
|
||||
|
||||
$strZip = '"zippé"';
|
||||
// To translate
|
||||
|
||||
$strAdministration = 'Administration'; //to translate
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
|
||||
$strGlobalPrivileges = 'Global privileges'; //to translate
|
||||
$strGrantOption = 'Grant'; //to translate
|
||||
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
|
||||
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
|
||||
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
|
||||
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
|
||||
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
|
||||
$strPrivDescDelete = 'Allows deleting data.'; //to translate
|
||||
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
|
||||
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
|
||||
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
|
||||
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
|
||||
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
|
||||
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
|
||||
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
|
||||
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
|
||||
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
|
||||
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
|
||||
$strPrivDescMaxUpdates = 'Limits the number of commands that that change any table or database the user may execute per hour.';
|
||||
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
|
||||
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
|
||||
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
|
||||
$strPrivDescReplClient = 'Gives the right tp the user to ask where the slaves / masters are.'; //to translate
|
||||
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
|
||||
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
|
||||
$strPrivDescSelect = 'Allows reading data.'; //to translate
|
||||
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
|
||||
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
|
||||
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
|
||||
$strPrivDescUpdate = 'Allows changing data.'; //to translate
|
||||
$strPrivDescUsage = 'No privileges.'; //to translate
|
||||
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
|
||||
$strResourceLimits = 'Resource limits'; //to translate
|
||||
$strUserOverview = 'User overview'; //to translate
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
||||
?>
|
||||
|
Reference in New Issue
Block a user