diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 68dcd8a63..3f7962eb2 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -304,9 +304,6 @@ $strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!'; $strPrimaryKeyWarning = '("Numele PRIMARY" trebuie sa fie numai la 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 diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index e44062707..671325888 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -305,9 +305,6 @@ $strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!'; $strPrimaryKeyWarning = '("Numele PRIMARY" trebuie sa fie numai la 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