WebGUI 3.2.3 release
This commit is contained in:
parent
48253ba11b
commit
ff74fd32c6
6 changed files with 32 additions and 24 deletions
7
docs/upgrades/upgrade_3.2.2-3.2.3.sql
Normal file
7
docs/upgrades/upgrade_3.2.2-3.2.3.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
delete from international where internationalId=38 and namespace='WebGUI';
|
||||
INSERT INTO international VALUES (38,'WebGUI','Deutsch','Sie sind nicht berechtigt, diese Aktion auszuführen. ^a(Melden Sie sich bitte mit einem Benutzernamen an);, der über ausreichende Rechte verfügt.');
|
||||
INSERT INTO international VALUES (38,'WebGUI','Dutch','U heeft niet voldoende privileges om deze operatie te doen. ^a(Log in); als een gebruiker met voldoende privileges.');
|
||||
INSERT INTO international VALUES (38,'WebGUI','English','You do not have sufficient privileges to perform this operation. Please ^a(log in with an account); that has sufficient privileges before attempting this operation.');
|
||||
INSERT INTO international VALUES (38,'WebGUI','Español','\"No tiene privilegios suficientes para realizar ésta operación. Por favor ^a(ingrese con una cuenta); que posea los privilegios suficientes antes de intentar ésta operación.\"');
|
||||
INSERT INTO international VALUES (38,'WebGUI','Português','\"Não tem privilégios para essa operação. ^a(Identifique-se na entrada); com uma conta que permita essa operação.\"');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue