reordered strings
This commit is contained in:
@@ -304,9 +304,6 @@ $strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
|
||||
$strPrint = 'Listare';
|
||||
$strPrintView = 'Viziualizare imprimare';
|
||||
$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.';
|
||||
$strPrivileges = 'Drepturi de acces';
|
||||
$strProcesslist = 'Lista procese';
|
||||
$strProperties = 'Atribute';
|
||||
@@ -496,6 +493,9 @@ $strPrivDescGrant = 'Allows adding users and privileges without reloading the pr
|
||||
$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.'; //to translate
|
||||
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
|
||||
$strPrivDescMaxUpdates = 'Limits the number of commands that that change any table or database the user may execute per hour.'; //to translate
|
||||
$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
|
||||
|
@@ -305,9 +305,6 @@ $strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
|
||||
$strPrint = 'Listare';
|
||||
$strPrintView = 'Viziualizare imprimare';
|
||||
$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.';
|
||||
$strPrivileges = 'Drepturi de acces';
|
||||
$strProcesslist = 'Lista procese';
|
||||
$strProperties = 'Atribute';
|
||||
@@ -497,6 +494,9 @@ $strPrivDescGrant = 'Allows adding users and privileges without reloading the pr
|
||||
$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.'; //to translate
|
||||
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
|
||||
$strPrivDescMaxUpdates = 'Limits the number of commands that that change any table or database the user may execute per hour.'; //to translate
|
||||
$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
|
||||
|
Reference in New Issue
Block a user