diff --git a/source/jdbcDriverOOo/META-INF/manifest.xml b/source/jdbcDriverOOo/META-INF/manifest.xml index a237ccb1..8b5e6512 100644 --- a/source/jdbcDriverOOo/META-INF/manifest.xml +++ b/source/jdbcDriverOOo/META-INF/manifest.xml @@ -27,7 +27,6 @@ - diff --git a/source/jdbcDriverOOo/OptionsDialog.xcu b/source/jdbcDriverOOo/OptionsDialog.xcu index d248a5c9..f658399e 100644 --- a/source/jdbcDriverOOo/OptionsDialog.xcu +++ b/source/jdbcDriverOOo/OptionsDialog.xcu @@ -48,7 +48,7 @@ Pilote JDBC - %origin%/jdbcDriverOOo/OptionsDialog.xdl + %origin%/dialogs/OptionsDialog.xdl io.github.prrvchr.jdbcDriverOOo.OptionsHandler diff --git a/source/jdbcDriverOOo/description.xml b/source/jdbcDriverOOo/description.xml index d6e53a77..2791ca1b 100644 --- a/source/jdbcDriverOOo/description.xml +++ b/source/jdbcDriverOOo/description.xml @@ -53,8 +53,8 @@ jdbcDriverOOo - - + + diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/GridWindow.xdl b/source/jdbcDriverOOo/dialogs/GridWindow.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/GridWindow.xdl rename to source/jdbcDriverOOo/dialogs/GridWindow.xdl diff --git a/source/jdbcDriverOOo/dialogs/GridWindow_en_US.default b/source/jdbcDriverOOo/dialogs/GridWindow_en_US.default new file mode 120000 index 00000000..f4ec1219 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GridWindow_en_US.default @@ -0,0 +1 @@ +../../../uno/dialog/grid/GridWindow_en_US.default \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/GridWindow_en_US.properties b/source/jdbcDriverOOo/dialogs/GridWindow_en_US.properties new file mode 120000 index 00000000..e0f75d20 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GridWindow_en_US.properties @@ -0,0 +1 @@ +../../../uno/dialog/grid/GridWindow_en_US.properties \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/GridWindow_fr_FR.properties b/source/jdbcDriverOOo/dialogs/GridWindow_fr_FR.properties new file mode 120000 index 00000000..ccd8b34f --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GridWindow_fr_FR.properties @@ -0,0 +1 @@ +../../../uno/dialog/grid/GridWindow_fr_FR.properties \ No newline at end of file diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/GroupDialog.xdl b/source/jdbcDriverOOo/dialogs/GroupDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/GroupDialog.xdl rename to source/jdbcDriverOOo/dialogs/GroupDialog.xdl diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_en_US.default b/source/jdbcDriverOOo/dialogs/GroupDialog_en_US.default similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_en_US.default rename to source/jdbcDriverOOo/dialogs/GroupDialog_en_US.default diff --git a/source/jdbcDriverOOo/dialogs/GroupDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/GroupDialog_en_US.properties new file mode 100644 index 00000000..e2ca4407 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GroupDialog_en_US.properties @@ -0,0 +1,24 @@ +GroupDialog.HelpText= +GroupDialog.Title=Group Administration +GroupDialog.FixedLine1.HelpText= +GroupDialog.FixedLine1.Label=Group selection +GroupDialog.Label1.HelpText= +GroupDialog.Label1.Label=Group: +GroupDialog.ListBox1.HelpText= +GroupDialog.ListBox1.Text= +GroupDialog.CommandButton1.HelpText= +GroupDialog.CommandButton1.Label=Add group +GroupDialog.CommandButton2.HelpText= +GroupDialog.CommandButton2.Label=Group users +GroupDialog.CommandButton6.HelpText= +GroupDialog.CommandButton6.Label=Group roles +GroupDialog.CommandButton3.HelpText= +GroupDialog.CommandButton3.Label=Remove group +GroupDialog.FixedLine2.HelpText= +GroupDialog.FixedLine2.Label=Access rights for selected group +GroupDialog.FrameControl1.HelpText= +GroupDialog.FrameControl1.Label= +GroupDialog.CommandButton4.HelpText= +GroupDialog.CommandButton4.Label=Change privileges +GroupDialog.CommandButton5.HelpText= +GroupDialog.CommandButton5.Label=Close diff --git a/source/jdbcDriverOOo/dialogs/GroupDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/GroupDialog_fr_FR.properties new file mode 100644 index 00000000..6c692199 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GroupDialog_fr_FR.properties @@ -0,0 +1,24 @@ +GroupDialog.HelpText= +GroupDialog.Title=Administration des groupes +GroupDialog.FixedLine1.HelpText= +GroupDialog.FixedLine1.Label=S\u00e9lection du groupe +GroupDialog.Label1.HelpText= +GroupDialog.Label1.Label=Groupe: +GroupDialog.ListBox1.HelpText= +GroupDialog.ListBox1.Text= +GroupDialog.CommandButton1.HelpText= +GroupDialog.CommandButton1.Label=Ajouter un groupe +GroupDialog.CommandButton2.HelpText= +GroupDialog.CommandButton2.Label=Utilisateurs du groupe +GroupDialog.CommandButton6.HelpText= +GroupDialog.CommandButton6.Label=Roles du groupe +GroupDialog.CommandButton3.HelpText= +GroupDialog.CommandButton3.Label=Supprimer le groupe +GroupDialog.FixedLine2.HelpText= +GroupDialog.FixedLine2.Label=Droits d'acc\u00e8s pour le groupe s\u00e9lectionn\u00e9 +GroupDialog.FrameControl1.HelpText= +GroupDialog.FrameControl1.Label= +GroupDialog.CommandButton4.HelpText= +GroupDialog.CommandButton4.Label=Modifier les privil\u00e8ges +GroupDialog.CommandButton5.HelpText= +GroupDialog.CommandButton5.Label=Fermer diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/GroupsDialog.xdl b/source/jdbcDriverOOo/dialogs/GroupsDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/GroupsDialog.xdl rename to source/jdbcDriverOOo/dialogs/GroupsDialog.xdl diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog_en_US.default b/source/jdbcDriverOOo/dialogs/GroupsDialog_en_US.default similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog_en_US.default rename to source/jdbcDriverOOo/dialogs/GroupsDialog_en_US.default diff --git a/source/jdbcDriverOOo/dialogs/GroupsDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/GroupsDialog_en_US.properties new file mode 100644 index 00000000..738e8a68 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GroupsDialog_en_US.properties @@ -0,0 +1,16 @@ +GroupsDialog.HelpText= +GroupsDialog.Title=User roles: %s +GroupsDialog.Label1.HelpText= +GroupsDialog.Label1.Label=Assigned roles: +GroupsDialog.ListBox1.HelpText= +GroupsDialog.CommandButton1.HelpText= +GroupsDialog.CommandButton1.Label=Remove role +GroupsDialog.Label2.HelpText= +GroupsDialog.Label2.Label=Available roles: +GroupsDialog.ListBox2.HelpText= +GroupsDialog.CommandButton2.HelpText= +GroupsDialog.CommandButton2.Label=Add role +GroupsDialog.CommandButton3.HelpText= +GroupsDialog.CommandButton3.Label=Cancel +GroupsDialog.CommandButton4.HelpText= +GroupsDialog.CommandButton4.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/GroupsDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/GroupsDialog_fr_FR.properties new file mode 100644 index 00000000..2a6a459a --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/GroupsDialog_fr_FR.properties @@ -0,0 +1,16 @@ +GroupsDialog.HelpText= +GroupsDialog.Title=Roles de l'utilisateur: %s +GroupsDialog.Label1.HelpText= +GroupsDialog.Label1.Label=Roles assign\u00e9s: +GroupsDialog.ListBox1.HelpText= +GroupsDialog.CommandButton1.HelpText= +GroupsDialog.CommandButton1.Label=Retirer le role +GroupsDialog.Label2.HelpText= +GroupsDialog.Label2.Label=Roles disponibles: +GroupsDialog.ListBox2.HelpText= +GroupsDialog.CommandButton2.HelpText= +GroupsDialog.CommandButton2.Label=Ajouter le role +GroupsDialog.CommandButton3.HelpText= +GroupsDialog.CommandButton3.Label=Annuler +GroupsDialog.CommandButton4.HelpText= +GroupsDialog.CommandButton4.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/JdbcDriverDialog.xdl b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog.xdl similarity index 90% rename from source/jdbcDriverOOo/jdbcDriverOOo/JdbcDriverDialog.xdl rename to source/jdbcDriverOOo/dialogs/JdbcDriverDialog.xdl index 5659728e..193740de 100644 --- a/source/jdbcDriverOOo/jdbcDriverOOo/JdbcDriverDialog.xdl +++ b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog.xdl @@ -51,21 +51,21 @@ - + - - + + - - - - - - - - + + + + + + + + diff --git a/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_en_US.default b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_en_US.properties new file mode 100644 index 00000000..c2988247 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_en_US.properties @@ -0,0 +1,66 @@ +JdbcDriverDialog.HelpText= +JdbcDriverDialog.Title= +JdbcDriverDialog.FixedLine1.HelpText= +JdbcDriverDialog.FixedLine1.Label=JDBC Java Driver +JdbcDriverDialog.Label1.HelpText= +JdbcDriverDialog.Label1.Label=Embedded drivers: +JdbcDriverDialog.ListBox1.HelpText= +JdbcDriverDialog.ListBox1.Text= +JdbcDriverDialog.CommandButton1.HelpText= +JdbcDriverDialog.CommandButton1.Label=New +JdbcDriverDialog.CommandButton2.HelpText= +JdbcDriverDialog.CommandButton2.Label=Remove +JdbcDriverDialog.Label2.HelpText= +JdbcDriverDialog.Label2.Label=Driver options: +JdbcDriverDialog.Label3.HelpText= +JdbcDriverDialog.Label3.Label=New driver: +JdbcDriverDialog.Label4.HelpText= +JdbcDriverDialog.Label4.Label=Version: N/A +JdbcDriverDialog.CommandButton3.HelpText= +JdbcDriverDialog.CommandButton3.Label=Add +JdbcDriverDialog.CommandButton4.HelpText= +JdbcDriverDialog.CommandButton4.Label=Cancel +JdbcDriverDialog.Label5.HelpText= +JdbcDriverDialog.Label5.Label=Sub-protocol: +JdbcDriverDialog.TextField1.HelpText= +JdbcDriverDialog.TextField1.Text= +JdbcDriverDialog.TextField2.HelpText= +JdbcDriverDialog.TextField2.Text= +JdbcDriverDialog.Label6.HelpText= +JdbcDriverDialog.Label6.Label=Driver name: +JdbcDriverDialog.TextField3.HelpText= +JdbcDriverDialog.TextField3.Text= +JdbcDriverDialog.TextField4.HelpText= +JdbcDriverDialog.TextField4.Text= +JdbcDriverDialog.Label7.HelpText= +JdbcDriverDialog.Label7.Label=Class name: +JdbcDriverDialog.TextField5.HelpText= +JdbcDriverDialog.TextField5.Text= +JdbcDriverDialog.TextField6.HelpText= +JdbcDriverDialog.TextField6.Text= +JdbcDriverDialog.Label8.HelpText= +JdbcDriverDialog.Label8.Label=Driver archive: +JdbcDriverDialog.TextField7.HelpText= +JdbcDriverDialog.TextField7.Text= +JdbcDriverDialog.TextField8.HelpText= +JdbcDriverDialog.TextField8.Text= +JdbcDriverDialog.CommandButton5.HelpText= +JdbcDriverDialog.CommandButton5.Label=Update +JdbcDriverDialog.CommandButton6.HelpText= +JdbcDriverDialog.CommandButton6.Label=Search +JdbcDriverDialog.CheckBox1.HelpText= +JdbcDriverDialog.CheckBox1.Label=Enable logger +JdbcDriverDialog.Label9.HelpText= +JdbcDriverDialog.Label9.Label=Level: +JdbcDriverDialog.ListBox2.HelpText= +JdbcDriverDialog.ListBox2.Text= +JdbcDriverDialog.ListBox2.StringItemList.0=Sever +JdbcDriverDialog.ListBox2.StringItemList.1=Warning +JdbcDriverDialog.ListBox2.StringItemList.2=Info +JdbcDriverDialog.ListBox2.StringItemList.3=Config +JdbcDriverDialog.ListBox2.StringItemList.4=Fine +JdbcDriverDialog.ListBox2.StringItemList.5=Finer +JdbcDriverDialog.ListBox2.StringItemList.6=Finest +JdbcDriverDialog.ListBox2.StringItemList.7=All +JdbcDriverDialog.Label10.HelpText= +JdbcDriverDialog.Label10.Label=Changes will take effect after restarting LibreOffice... diff --git a/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_fr_FR.properties new file mode 100644 index 00000000..44042725 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/JdbcDriverDialog_fr_FR.properties @@ -0,0 +1,66 @@ +JdbcDriverDialog.HelpText= +JdbcDriverDialog.Title= +JdbcDriverDialog.FixedLine1.HelpText= +JdbcDriverDialog.FixedLine1.Label=Pilote Java JDBC +JdbcDriverDialog.Label1.HelpText= +JdbcDriverDialog.Label1.Label=Pilotes embarqu\u00e9s: +JdbcDriverDialog.ListBox1.HelpText= +JdbcDriverDialog.ListBox1.Text= +JdbcDriverDialog.CommandButton1.HelpText= +JdbcDriverDialog.CommandButton1.Label=Nouveau +JdbcDriverDialog.CommandButton2.HelpText= +JdbcDriverDialog.CommandButton2.Label=Supprimer +JdbcDriverDialog.Label2.HelpText= +JdbcDriverDialog.Label2.Label=Options du pilote: +JdbcDriverDialog.Label3.HelpText= +JdbcDriverDialog.Label3.Label=Nouveau pilote: +JdbcDriverDialog.Label4.HelpText= +JdbcDriverDialog.Label4.Label=Version: N/A +JdbcDriverDialog.CommandButton3.HelpText= +JdbcDriverDialog.CommandButton3.Label=Ajouter +JdbcDriverDialog.CommandButton4.HelpText= +JdbcDriverDialog.CommandButton4.Label=Annuler +JdbcDriverDialog.Label5.HelpText= +JdbcDriverDialog.Label5.Label=Sous-protocole: +JdbcDriverDialog.TextField1.HelpText= +JdbcDriverDialog.TextField1.Text= +JdbcDriverDialog.TextField2.HelpText= +JdbcDriverDialog.TextField2.Text= +JdbcDriverDialog.Label6.HelpText= +JdbcDriverDialog.Label6.Label=Nom: +JdbcDriverDialog.TextField3.HelpText= +JdbcDriverDialog.TextField3.Text= +JdbcDriverDialog.TextField4.HelpText= +JdbcDriverDialog.TextField4.Text= +JdbcDriverDialog.Label7.HelpText= +JdbcDriverDialog.Label7.Label=Classe: +JdbcDriverDialog.TextField5.HelpText= +JdbcDriverDialog.TextField5.Text= +JdbcDriverDialog.TextField6.HelpText= +JdbcDriverDialog.TextField6.Text= +JdbcDriverDialog.Label8.HelpText= +JdbcDriverDialog.Label8.Label=Archive: +JdbcDriverDialog.TextField7.HelpText= +JdbcDriverDialog.TextField7.Text= +JdbcDriverDialog.TextField8.HelpText= +JdbcDriverDialog.TextField8.Text= +JdbcDriverDialog.CommandButton5.HelpText= +JdbcDriverDialog.CommandButton5.Label=Changer +JdbcDriverDialog.CommandButton6.HelpText= +JdbcDriverDialog.CommandButton6.Label=Chercher +JdbcDriverDialog.CheckBox1.HelpText= +JdbcDriverDialog.CheckBox1.Label=Activer le journal +JdbcDriverDialog.Label9.HelpText= +JdbcDriverDialog.Label9.Label=Seuil: +JdbcDriverDialog.ListBox2.HelpText= +JdbcDriverDialog.ListBox2.Text= +JdbcDriverDialog.ListBox2.StringItemList.0=Grave +JdbcDriverDialog.ListBox2.StringItemList.1=Alerte +JdbcDriverDialog.ListBox2.StringItemList.2=Info +JdbcDriverDialog.ListBox2.StringItemList.3=Config +JdbcDriverDialog.ListBox2.StringItemList.4=Basique +JdbcDriverDialog.ListBox2.StringItemList.5=Fin +JdbcDriverDialog.ListBox2.StringItemList.6=Tr\u00e9s fin +JdbcDriverDialog.ListBox2.StringItemList.7=Tout +JdbcDriverDialog.Label10.HelpText= +JdbcDriverDialog.Label10.Label=Les modifications prendront effet apr\u00e8s le red\u00e9marrage de LibreOffice... diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/LogDialog.xdl b/source/jdbcDriverOOo/dialogs/LogDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/LogDialog.xdl rename to source/jdbcDriverOOo/dialogs/LogDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/LogDialog_en_US.default b/source/jdbcDriverOOo/dialogs/LogDialog_en_US.default new file mode 120000 index 00000000..255b9214 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/LogDialog_en_US.default @@ -0,0 +1 @@ +../../../uno/dialog/logger/LogDialog_en_US.default \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/LogDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/LogDialog_en_US.properties new file mode 120000 index 00000000..32c84ea1 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/LogDialog_en_US.properties @@ -0,0 +1 @@ +../../../uno/dialog/logger/LogDialog_en_US.properties \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/LogDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/LogDialog_fr_FR.properties new file mode 120000 index 00000000..c8941fca --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/LogDialog_fr_FR.properties @@ -0,0 +1 @@ +../../../uno/dialog/logger/LogDialog_fr_FR.properties \ No newline at end of file diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/LogWindow.xdl b/source/jdbcDriverOOo/dialogs/LogWindow.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/LogWindow.xdl rename to source/jdbcDriverOOo/dialogs/LogWindow.xdl diff --git a/source/jdbcDriverOOo/dialogs/LogWindow_en_US.default b/source/jdbcDriverOOo/dialogs/LogWindow_en_US.default new file mode 120000 index 00000000..58bbc20c --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/LogWindow_en_US.default @@ -0,0 +1 @@ +../../../uno/dialog/logger/LogWindow_en_US.default \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/LogWindow_en_US.properties b/source/jdbcDriverOOo/dialogs/LogWindow_en_US.properties new file mode 120000 index 00000000..1b753590 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/LogWindow_en_US.properties @@ -0,0 +1 @@ +../../../uno/dialog/logger/LogWindow_en_US.properties \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/LogWindow_fr_FR.properties b/source/jdbcDriverOOo/dialogs/LogWindow_fr_FR.properties new file mode 120000 index 00000000..73ea7a96 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/LogWindow_fr_FR.properties @@ -0,0 +1 @@ +../../../uno/dialog/logger/LogWindow_fr_FR.properties \ No newline at end of file diff --git a/source/jdbcDriverOOo/dialogs/MessageBox_en_US.default b/source/jdbcDriverOOo/dialogs/MessageBox_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/MessageBox_en_US.properties b/source/jdbcDriverOOo/dialogs/MessageBox_en_US.properties new file mode 100644 index 00000000..08f02ef2 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/MessageBox_en_US.properties @@ -0,0 +1,15 @@ +MessageBox.Admin.Title=Connection error +MessageBox.Admin.Message=Database administration is not possible! +MessageBox.DropGroup.Title=Delete group +MessageBox.DropGroup.Message=Do you want to delete the group: %s +MessageBox.DropUser.Title=Delete user +MessageBox.DropUser.Message=Do you want to delete the user: %s +MessageBox.Privilege.Error.Title=Privilege Assignment - Error +MessageBox.CreateUser.Error.Title=User creation - Error +MessageBox.CreateGroup.Error.Title=Role creation - Error +MessageBox.SetMembers.Error.Title=Role Assignment - Error +MessageBox.SetPassword.Error.Title=Change password - Error + +UsersDialog.Title=Group users: %s +GroupsDialog.Title=User roles: %s +RolesDialog.Title=Group roles: %s diff --git a/source/jdbcDriverOOo/dialogs/MessageBox_fr_FR.properties b/source/jdbcDriverOOo/dialogs/MessageBox_fr_FR.properties new file mode 100644 index 00000000..7c6ab7c2 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/MessageBox_fr_FR.properties @@ -0,0 +1,15 @@ +MessageBox.Admin.Title=Erreur de connexion +MessageBox.Admin.Message=L'administration de la base de donn\u00e9es n'est pas possible! +MessageBox.DropGroup.Title=Supprimer le groupe +MessageBox.DropGroup.Message=Voulez vous supprimer le groupe: %s +MessageBox.DropUser.Title=Supprimer l'utilisateur +MessageBox.DropUser.Message=Voulez vous supprimer l'utilisateur: %s +MessageBox.Privilege.Error.Title=Attribution de privilèges - Erreur +MessageBox.CreateUser.Error.Title=Création d'utilisateur - Erreur +MessageBox.CreateGroup.Error.Title=Création de role - Erreur +MessageBox.SetMembers.Error.Title=Attribution de role - Erreur +MessageBox.SetPassword.Error.Title=Changement du mot de passe - Erreur + +UsersDialog.Title=Utilisateurs du groupe: %s +GroupsDialog.Title=Roles de l'utilisateur: %s +RolesDialog.Title=Roles du groupe: %s diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/NewGroupDialog.xdl b/source/jdbcDriverOOo/dialogs/NewGroupDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/NewGroupDialog.xdl rename to source/jdbcDriverOOo/dialogs/NewGroupDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/NewGroupDialog_en_US.default b/source/jdbcDriverOOo/dialogs/NewGroupDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/NewGroupDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/NewGroupDialog_en_US.properties new file mode 100644 index 00000000..92c428be --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/NewGroupDialog_en_US.properties @@ -0,0 +1,9 @@ +NewGroupDialog.HelpText= +NewGroupDialog.Title=Add group +NewGroupDialog.Label1.HelpText= +NewGroupDialog.Label1.Label=Name: +NewGroupDialog.TextField1.HelpText= +NewGroupDialog.CommandButton1.HelpText= +NewGroupDialog.CommandButton1.Label=Cancel +NewGroupDialog.CommandButton2.HelpText= +NewGroupDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/NewGroupDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/NewGroupDialog_fr_FR.properties new file mode 100644 index 00000000..d3e956a8 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/NewGroupDialog_fr_FR.properties @@ -0,0 +1,9 @@ +NewGroupDialog.HelpText= +NewGroupDialog.Title=Ajouter un groupe +NewGroupDialog.Label1.HelpText= +NewGroupDialog.Label1.Label=Nom: +NewGroupDialog.TextField1.HelpText= +NewGroupDialog.CommandButton1.HelpText= +NewGroupDialog.CommandButton1.Label=Annuler +NewGroupDialog.CommandButton2.HelpText= +NewGroupDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/NewUserDialog.xdl b/source/jdbcDriverOOo/dialogs/NewUserDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/NewUserDialog.xdl rename to source/jdbcDriverOOo/dialogs/NewUserDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/NewUserDialog_en_US.default b/source/jdbcDriverOOo/dialogs/NewUserDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/NewUserDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/NewUserDialog_en_US.properties new file mode 100644 index 00000000..034a5286 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/NewUserDialog_en_US.properties @@ -0,0 +1,15 @@ +NewUserDialog.HelpText= +NewUserDialog.Title=Add user +NewUserDialog.Label1.HelpText= +NewUserDialog.Label1.Label=Name: +NewUserDialog.TextField1.HelpText= +NewUserDialog.Label2.HelpText= +NewUserDialog.Label2.Label=Password: +NewUserDialog.TextField2.HelpText= +NewUserDialog.Label3.HelpText= +NewUserDialog.Label3.Label=Confirmation: +NewUserDialog.TextField3.HelpText= +NewUserDialog.CommandButton1.HelpText= +NewUserDialog.CommandButton1.Label=Cancel +NewUserDialog.CommandButton2.HelpText= +NewUserDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/NewUserDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/NewUserDialog_fr_FR.properties new file mode 100644 index 00000000..d908c4df --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/NewUserDialog_fr_FR.properties @@ -0,0 +1,15 @@ +NewUserDialog.HelpText= +NewUserDialog.Title=Ajouter un utilisateur +NewUserDialog.Label1.HelpText= +NewUserDialog.Label1.Label=Nom: +NewUserDialog.TextField1.HelpText= +NewUserDialog.Label2.HelpText= +NewUserDialog.Label2.Label=Mot de passe: +NewUserDialog.TextField2.HelpText= +NewUserDialog.Label3.HelpText= +NewUserDialog.Label3.Label=Confirmation: +NewUserDialog.TextField3.HelpText= +NewUserDialog.CommandButton1.HelpText= +NewUserDialog.CommandButton1.Label=Annuler +NewUserDialog.CommandButton2.HelpText= +NewUserDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog.xdl b/source/jdbcDriverOOo/dialogs/OptionsDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog.xdl rename to source/jdbcDriverOOo/dialogs/OptionsDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/OptionsDialog_en_US.default b/source/jdbcDriverOOo/dialogs/OptionsDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/OptionsDialog_en_US.properties similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog_en_US.properties rename to source/jdbcDriverOOo/dialogs/OptionsDialog_en_US.properties diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/OptionsDialog_fr_FR.properties similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/OptionsDialog_fr_FR.properties rename to source/jdbcDriverOOo/dialogs/OptionsDialog_fr_FR.properties diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/PasswordDialog.xdl b/source/jdbcDriverOOo/dialogs/PasswordDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/PasswordDialog.xdl rename to source/jdbcDriverOOo/dialogs/PasswordDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/PasswordDialog_en_US.default b/source/jdbcDriverOOo/dialogs/PasswordDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/PasswordDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/PasswordDialog_en_US.properties new file mode 100644 index 00000000..1c9c6838 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/PasswordDialog_en_US.properties @@ -0,0 +1,14 @@ +PasswordDialog.HelpText= +PasswordDialog.Title=Change user password +PasswordDialog.Label1.HelpText= +PasswordDialog.Label1.Label=Password: +PasswordDialog.TextField1.HelpText= +PasswordDialog.TextField1.Text= +PasswordDialog.Label2.HelpText= +PasswordDialog.Label2.Label=Confirmation: +PasswordDialog.TextField2.HelpText= +PasswordDialog.TextField2.Text= +PasswordDialog.CommandButton1.HelpText= +PasswordDialog.CommandButton1.Label=Cancel +PasswordDialog.CommandButton2.HelpText= +PasswordDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/PasswordDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/PasswordDialog_fr_FR.properties new file mode 100644 index 00000000..eaec3fc1 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/PasswordDialog_fr_FR.properties @@ -0,0 +1,14 @@ +PasswordDialog.HelpText= +PasswordDialog.Title=Modifier le mot de passe +PasswordDialog.Label1.HelpText= +PasswordDialog.Label1.Label=Mot de passe: +PasswordDialog.TextField1.HelpText= +PasswordDialog.TextField1.Text= +PasswordDialog.Label2.HelpText= +PasswordDialog.Label2.Label=Confirmation: +PasswordDialog.TextField2.HelpText= +PasswordDialog.TextField2.Text= +PasswordDialog.CommandButton1.HelpText= +PasswordDialog.CommandButton1.Label=Annuler +PasswordDialog.CommandButton2.HelpText= +PasswordDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/PrivilegesDialog.xdl b/source/jdbcDriverOOo/dialogs/PrivilegesDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/PrivilegesDialog.xdl rename to source/jdbcDriverOOo/dialogs/PrivilegesDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/PrivilegesDialog_en_US.default b/source/jdbcDriverOOo/dialogs/PrivilegesDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/PrivilegesDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/PrivilegesDialog_en_US.properties new file mode 100644 index 00000000..932f2df5 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/PrivilegesDialog_en_US.properties @@ -0,0 +1,7 @@ +PrivilegesDialog.HelpText= +PrivilegesDialog.Title=Privileges +PrivilegesDialog.CheckBox0.Label=Table name +PrivilegesDialog.CommandButton1.HelpText= +PrivilegesDialog.CommandButton1.Label=Cancel +PrivilegesDialog.CommandButton2.HelpText= +PrivilegesDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/PrivilegesDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/PrivilegesDialog_fr_FR.properties new file mode 100644 index 00000000..43d73c25 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/PrivilegesDialog_fr_FR.properties @@ -0,0 +1,7 @@ +PrivilegesDialog.HelpText= +PrivilegesDialog.Title=Privil\u00e8ges +PrivilegesDialog.CheckBox0.Label=Nom de la table +PrivilegesDialog.CommandButton1.HelpText= +PrivilegesDialog.CommandButton1.Label=Annuler +PrivilegesDialog.CommandButton2.HelpText= +PrivilegesDialog.CommandButton2.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/RolesDialog.xdl b/source/jdbcDriverOOo/dialogs/RolesDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/RolesDialog.xdl rename to source/jdbcDriverOOo/dialogs/RolesDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/RolesDialog_en_US.default b/source/jdbcDriverOOo/dialogs/RolesDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/RolesDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/RolesDialog_en_US.properties new file mode 100644 index 00000000..adefc38f --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/RolesDialog_en_US.properties @@ -0,0 +1,16 @@ +RolesDialog.HelpText= +RolesDialog.Title=Group roles: %s +RolesDialog.Label1.HelpText= +RolesDialog.Label1.Label=Member roles: +RolesDialog.ListBox1.HelpText= +RolesDialog.CommandButton1.HelpText= +RolesDialog.CommandButton1.Label=Remove role +RolesDialog.Label2.HelpText= +RolesDialog.Label2.Label=Available roles: +RolesDialog.ListBox2.HelpText= +RolesDialog.CommandButton2.HelpText= +RolesDialog.CommandButton2.Label=Add role +RolesDialog.CommandButton3.HelpText= +RolesDialog.CommandButton3.Label=Cancel +RolesDialog.CommandButton4.HelpText= +RolesDialog.CommandButton4.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/RolesDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/RolesDialog_fr_FR.properties new file mode 100644 index 00000000..7e5d2ea9 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/RolesDialog_fr_FR.properties @@ -0,0 +1,16 @@ +RolesDialog.HelpText= +RolesDialog.Title=Roles du groupe: %s +RolesDialog.Label1.HelpText= +RolesDialog.Label1.Label=Roles membres: +RolesDialog.ListBox1.HelpText= +RolesDialog.CommandButton1.HelpText= +RolesDialog.CommandButton1.Label=Retirer le role +RolesDialog.Label2.HelpText= +RolesDialog.Label2.Label=Roles disponibles: +RolesDialog.ListBox2.HelpText= +RolesDialog.CommandButton2.HelpText= +RolesDialog.CommandButton2.Label=Ajouter le role +RolesDialog.CommandButton3.HelpText= +RolesDialog.CommandButton3.Label=Annuler +RolesDialog.CommandButton4.HelpText= +RolesDialog.CommandButton4.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/UnoDriverDialog.xdl b/source/jdbcDriverOOo/dialogs/UnoDriverDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/UnoDriverDialog.xdl rename to source/jdbcDriverOOo/dialogs/UnoDriverDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/UnoDriverDialog_en_US.default b/source/jdbcDriverOOo/dialogs/UnoDriverDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/UnoDriverDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/UnoDriverDialog_en_US.properties new file mode 100644 index 00000000..85572d05 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/UnoDriverDialog_en_US.properties @@ -0,0 +1,26 @@ +UnoDriverDialog.HelpText= +UnoDriverDialog.Title= +UnoDriverDialog.FixedLine1.HelpText= +UnoDriverDialog.FixedLine1.Label=UNO Services +UnoDriverDialog.Label1.HelpText= +UnoDriverDialog.Label1.Label=Driver: +UnoDriverDialog.OptionButton1.HelpText= +UnoDriverDialog.OptionButton1.Label=com.sun.star.sdbc.Driver +UnoDriverDialog.OptionButton2.HelpText= +UnoDriverDialog.OptionButton2.Label=com.sun.star.sdbcx.Driver +UnoDriverDialog.Label2.HelpText= +UnoDriverDialog.Label2.Label=Connection: +UnoDriverDialog.OptionButton3.HelpText= +UnoDriverDialog.OptionButton3.Label=sdbc.Connection +UnoDriverDialog.OptionButton4.HelpText= +UnoDriverDialog.OptionButton4.Label=sdbcx.Connection +UnoDriverDialog.OptionButton5.HelpText= +UnoDriverDialog.OptionButton5.Label=sdb.Connection +UnoDriverDialog.CheckBox1.HelpText= +UnoDriverDialog.CheckBox1.Label=View system tables +UnoDriverDialog.CheckBox2.HelpText= +UnoDriverDialog.CheckBox2.Label=Use bookmarks +UnoDriverDialog.CheckBox3.HelpText= +UnoDriverDialog.CheckBox3.Label=Force SQL mode +UnoDriverDialog.Label3.HelpText= +UnoDriverDialog.Label3.Label=Changes will take effect after restarting LibreOffice... diff --git a/source/jdbcDriverOOo/dialogs/UnoDriverDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/UnoDriverDialog_fr_FR.properties new file mode 100644 index 00000000..ee8e3fc3 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/UnoDriverDialog_fr_FR.properties @@ -0,0 +1,26 @@ +UnoDriverDialog.HelpText= +UnoDriverDialog.Title= +UnoDriverDialog.FixedLine1.HelpText= +UnoDriverDialog.FixedLine1.Label=Services UNO +UnoDriverDialog.Label1.HelpText= +UnoDriverDialog.Label1.Label=Pilote: +UnoDriverDialog.OptionButton1.HelpText= +UnoDriverDialog.OptionButton1.Label=com.sun.star.sdbc.Driver +UnoDriverDialog.OptionButton2.HelpText= +UnoDriverDialog.OptionButton2.Label=com.sun.star.sdbcx.Driver +UnoDriverDialog.Label2.HelpText= +UnoDriverDialog.Label2.Label=Connexion: +UnoDriverDialog.OptionButton3.HelpText= +UnoDriverDialog.OptionButton3.Label=sdbc.Connection +UnoDriverDialog.OptionButton4.HelpText= +UnoDriverDialog.OptionButton4.Label=sdbcx.Connection +UnoDriverDialog.OptionButton5.HelpText= +UnoDriverDialog.OptionButton5.Label=sdb.Connection +UnoDriverDialog.CheckBox1.HelpText= +UnoDriverDialog.CheckBox1.Label=Voir les tables syst\u00e8me +UnoDriverDialog.CheckBox2.HelpText= +UnoDriverDialog.CheckBox2.Label=Utiliser les bookmarks +UnoDriverDialog.CheckBox3.HelpText= +UnoDriverDialog.CheckBox3.Label=Forcer le mode SQL +UnoDriverDialog.Label3.HelpText= +UnoDriverDialog.Label3.Label=Les modifications prendront effet apr\u00e8s le red\u00e9marrage de LibreOffice... diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/UserDialog.xdl b/source/jdbcDriverOOo/dialogs/UserDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/UserDialog.xdl rename to source/jdbcDriverOOo/dialogs/UserDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/UserDialog_en_US.default b/source/jdbcDriverOOo/dialogs/UserDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/UserDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/UserDialog_en_US.properties new file mode 100644 index 00000000..bed42fd6 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/UserDialog_en_US.properties @@ -0,0 +1,24 @@ +UserDialog.HelpText= +UserDialog.Title=User Administration +UserDialog.FixedLine1.HelpText= +UserDialog.FixedLine1.Label=User selection +UserDialog.Label1.HelpText= +UserDialog.Label1.Label=User: +UserDialog.ListBox1.HelpText= +UserDialog.ListBox1.Text= +UserDialog.CommandButton1.HelpText= +UserDialog.CommandButton1.Label=Add user +UserDialog.CommandButton2.HelpText= +UserDialog.CommandButton2.Label=User roles +UserDialog.CommandButton6.HelpText= +UserDialog.CommandButton6.Label=Change password +UserDialog.CommandButton3.HelpText= +UserDialog.CommandButton3.Label=Remove user +UserDialog.FixedLine2.HelpText= +UserDialog.FixedLine2.Label=Access rights for selected user +UserDialog.FrameControl1.HelpText= +UserDialog.FrameControl1.Label= +UserDialog.CommandButton4.HelpText= +UserDialog.CommandButton4.Label=Change privileges +UserDialog.CommandButton5.HelpText= +UserDialog.CommandButton5.Label=Close diff --git a/source/jdbcDriverOOo/dialogs/UserDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/UserDialog_fr_FR.properties new file mode 100644 index 00000000..faf76075 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/UserDialog_fr_FR.properties @@ -0,0 +1,24 @@ +UserDialog.HelpText= +UserDialog.Title=Administration des utilisateurs +UserDialog.FixedLine1.HelpText= +UserDialog.FixedLine1.Label=S\u00e9lection de l'utilisateur +UserDialog.Label1.HelpText= +UserDialog.Label1.Label=Utilisateur: +UserDialog.ListBox1.HelpText= +UserDialog.ListBox1.Text= +UserDialog.CommandButton1.HelpText= +UserDialog.CommandButton1.Label=Ajouter un utilisateur +UserDialog.CommandButton2.HelpText= +UserDialog.CommandButton2.Label=Roles de l'utilisateur +UserDialog.CommandButton6.HelpText= +UserDialog.CommandButton6.Label=Changer le mot de passe +UserDialog.CommandButton3.HelpText= +UserDialog.CommandButton3.Label=Supprimer l'utilisateur +UserDialog.FixedLine2.HelpText= +UserDialog.FixedLine2.Label=Droits d'acc\u00e8s pour l'utilisateur s\u00e9lectionn\u00e9 +UserDialog.FrameControl1.HelpText= +UserDialog.FrameControl1.Label= +UserDialog.CommandButton4.HelpText= +UserDialog.CommandButton4.Label=Modifier les privil\u00e8ges +UserDialog.CommandButton5.HelpText= +UserDialog.CommandButton5.Label=Fermer diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/UsersDialog.xdl b/source/jdbcDriverOOo/dialogs/UsersDialog.xdl similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/UsersDialog.xdl rename to source/jdbcDriverOOo/dialogs/UsersDialog.xdl diff --git a/source/jdbcDriverOOo/dialogs/UsersDialog_en_US.default b/source/jdbcDriverOOo/dialogs/UsersDialog_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/source/jdbcDriverOOo/dialogs/UsersDialog_en_US.properties b/source/jdbcDriverOOo/dialogs/UsersDialog_en_US.properties new file mode 100644 index 00000000..c9f2c86b --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/UsersDialog_en_US.properties @@ -0,0 +1,16 @@ +UsersDialog.HelpText= +UsersDialog.Title=Group users: %s +UsersDialog.Label1.HelpText= +UsersDialog.Label1.Label=Member users: +UsersDialog.ListBox1.HelpText= +UsersDialog.CommandButton1.HelpText= +UsersDialog.CommandButton1.Label=Remove user +UsersDialog.Label2.HelpText= +UsersDialog.Label2.Label=Available users: +UsersDialog.ListBox2.HelpText= +UsersDialog.CommandButton2.HelpText= +UsersDialog.CommandButton2.Label=Add user +UsersDialog.CommandButton3.HelpText= +UsersDialog.CommandButton3.Label=Cancel +UsersDialog.CommandButton4.HelpText= +UsersDialog.CommandButton4.Label=OK diff --git a/source/jdbcDriverOOo/dialogs/UsersDialog_fr_FR.properties b/source/jdbcDriverOOo/dialogs/UsersDialog_fr_FR.properties new file mode 100644 index 00000000..1e324329 --- /dev/null +++ b/source/jdbcDriverOOo/dialogs/UsersDialog_fr_FR.properties @@ -0,0 +1,16 @@ +UsersDialog.HelpText= +UsersDialog.Title=Utilisateurs du groupe: %s +UsersDialog.Label1.HelpText= +UsersDialog.Label1.Label=Utilisateurs membres: +UsersDialog.ListBox1.HelpText= +UsersDialog.CommandButton1.HelpText= +UsersDialog.CommandButton1.Label=Retirer l'utilisateur +UsersDialog.Label2.HelpText= +UsersDialog.Label2.Label=Utilisateurs disponibles: +UsersDialog.ListBox2.HelpText= +UsersDialog.CommandButton2.HelpText= +UsersDialog.CommandButton2.Label=Ajouter l'utilisateur +UsersDialog.CommandButton3.HelpText= +UsersDialog.CommandButton3.Label=Annuler +UsersDialog.CommandButton4.HelpText= +UsersDialog.CommandButton4.Label=OK diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/column-0.png b/source/jdbcDriverOOo/img/column-0.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/column-0.png rename to source/jdbcDriverOOo/img/column-0.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/column-1.png b/source/jdbcDriverOOo/img/column-1.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/column-1.png rename to source/jdbcDriverOOo/img/column-1.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/jdbcDriverOOo.svg b/source/jdbcDriverOOo/img/jdbcDriverOOo.svg similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/jdbcDriverOOo.svg rename to source/jdbcDriverOOo/img/jdbcDriverOOo.svg diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/privilege-0.png b/source/jdbcDriverOOo/img/privilege-0.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/privilege-0.png rename to source/jdbcDriverOOo/img/privilege-0.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/privilege-1.png b/source/jdbcDriverOOo/img/privilege-1.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/privilege-1.png rename to source/jdbcDriverOOo/img/privilege-1.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/privilege-2.png b/source/jdbcDriverOOo/img/privilege-2.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/privilege-2.png rename to source/jdbcDriverOOo/img/privilege-2.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/privilege-3.png b/source/jdbcDriverOOo/img/privilege-3.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/privilege-3.png rename to source/jdbcDriverOOo/img/privilege-3.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/privilege-4.png b/source/jdbcDriverOOo/img/privilege-4.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/privilege-4.png rename to source/jdbcDriverOOo/img/privilege-4.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/privilege-5.png b/source/jdbcDriverOOo/img/privilege-5.png similarity index 100% rename from source/jdbcDriverOOo/jdbcDriverOOo/privilege-5.png rename to source/jdbcDriverOOo/img/privilege-5.png diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_en_US.properties b/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_en_US.properties deleted file mode 100644 index c101e235..00000000 --- a/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_en_US.properties +++ /dev/null @@ -1,298 +0,0 @@ -OptionsDialog.HelpText= -OptionsDialog.Title= -OptionsDialog.Tab1.Title= UNO driver settings -OptionsDialog.Tab2.Title= JDBC drivers settings -OptionsDialog.Label1.HelpText= -OptionsDialog.Label1.Label=Changes will take effect after restarting LibreOffice... - -UnoDriverDialog.HelpText= -UnoDriverDialog.Title= -UnoDriverDialog.FixedLine1.HelpText= -UnoDriverDialog.FixedLine1.Label=UNO Services -UnoDriverDialog.Label1.HelpText= -UnoDriverDialog.Label1.Label=Driver: -UnoDriverDialog.OptionButton1.HelpText= -UnoDriverDialog.OptionButton1.Label=com.sun.star.sdbc.Driver -UnoDriverDialog.OptionButton2.HelpText= -UnoDriverDialog.OptionButton2.Label=com.sun.star.sdbcx.Driver -UnoDriverDialog.Label2.HelpText= -UnoDriverDialog.Label2.Label=Connection: -UnoDriverDialog.OptionButton3.HelpText= -UnoDriverDialog.OptionButton3.Label=sdbc.Connection -UnoDriverDialog.OptionButton4.HelpText= -UnoDriverDialog.OptionButton4.Label=sdbcx.Connection -UnoDriverDialog.OptionButton5.HelpText= -UnoDriverDialog.OptionButton5.Label=sdb.Connection -UnoDriverDialog.CheckBox1.HelpText= -UnoDriverDialog.CheckBox1.Label=View system tables -UnoDriverDialog.CheckBox2.HelpText= -UnoDriverDialog.CheckBox2.Label=Use bookmarks -UnoDriverDialog.CheckBox3.HelpText= -UnoDriverDialog.CheckBox3.Label=Force SQL mode -UnoDriverDialog.Label3.HelpText= -UnoDriverDialog.Label3.Label=Changes will take effect after restarting LibreOffice... - -JdbcDriverDialog.HelpText= -JdbcDriverDialog.Title= -JdbcDriverDialog.FixedLine1.HelpText= -JdbcDriverDialog.FixedLine1.Label=JDBC Java Driver -JdbcDriverDialog.Label1.HelpText= -JdbcDriverDialog.Label1.Label=Embedded drivers: -JdbcDriverDialog.ListBox1.HelpText= -JdbcDriverDialog.ListBox1.Text= -JdbcDriverDialog.CommandButton1.HelpText= -JdbcDriverDialog.CommandButton1.Label=New -JdbcDriverDialog.CommandButton2.HelpText= -JdbcDriverDialog.CommandButton2.Label=Remove -JdbcDriverDialog.Label2.HelpText= -JdbcDriverDialog.Label2.Label=Driver options: -JdbcDriverDialog.Label3.HelpText= -JdbcDriverDialog.Label3.Label=New driver: -JdbcDriverDialog.Label4.HelpText= -JdbcDriverDialog.Label4.Label=Version: N/A -JdbcDriverDialog.CommandButton3.HelpText= -JdbcDriverDialog.CommandButton3.Label=Add -JdbcDriverDialog.CommandButton4.HelpText= -JdbcDriverDialog.CommandButton4.Label=Cancel -JdbcDriverDialog.Label5.HelpText= -JdbcDriverDialog.Label5.Label=Sub-protocol: -JdbcDriverDialog.TextField1.HelpText= -JdbcDriverDialog.TextField1.Text= -JdbcDriverDialog.TextField2.HelpText= -JdbcDriverDialog.TextField2.Text= -JdbcDriverDialog.Label6.HelpText= -JdbcDriverDialog.Label6.Label=Driver name: -JdbcDriverDialog.TextField3.HelpText= -JdbcDriverDialog.TextField3.Text= -JdbcDriverDialog.TextField4.HelpText= -JdbcDriverDialog.TextField4.Text= -JdbcDriverDialog.Label7.HelpText= -JdbcDriverDialog.Label7.Label=Class name: -JdbcDriverDialog.TextField5.HelpText= -JdbcDriverDialog.TextField5.Text= -JdbcDriverDialog.TextField6.HelpText= -JdbcDriverDialog.TextField6.Text= -JdbcDriverDialog.Label8.HelpText= -JdbcDriverDialog.Label8.Label=Driver archive: -JdbcDriverDialog.TextField7.HelpText= -JdbcDriverDialog.TextField7.Text= -JdbcDriverDialog.TextField8.HelpText= -JdbcDriverDialog.TextField8.Text= -JdbcDriverDialog.CommandButton5.HelpText= -JdbcDriverDialog.CommandButton5.Label=Update -JdbcDriverDialog.CommandButton6.HelpText= -JdbcDriverDialog.CommandButton6.Label=Search -JdbcDriverDialog.Label10.HelpText= -JdbcDriverDialog.Label10.Label=Changes will take effect after restarting LibreOffice... - -LogWindow.HelpText= -LogWindow.Title= -LogWindow.FixedLine1.HelpText= -LogWindow.FixedLine1.Label=Logger settings -LogWindow.Label1.HelpText= -LogWindow.Label1.Label=Available loggers: -LogWindow.ListBox1.HelpText= -LogWindow.ListBox1.Text= -LogWindow.CheckBox1.HelpText= -LogWindow.CheckBox1.Label=Enable logger -LogWindow.Label2.HelpText= -LogWindow.Label2.Label=Output: -LogWindow.OptionButton1.HelpText= -LogWindow.OptionButton1.Label=Console -LogWindow.OptionButton2.HelpText= -LogWindow.OptionButton2.Label=File -LogWindow.CommandButton1.HelpText= -LogWindow.CommandButton1.Label=View log -LogWindow.Label3.HelpText= -LogWindow.Label3.Label=Level: -LogWindow.ListBox2.HelpText= -LogWindow.ListBox2.Text= -LogWindow.ListBox2.StringItemList.0=Sever -LogWindow.ListBox2.StringItemList.1=Warning -LogWindow.ListBox2.StringItemList.2=Info -LogWindow.ListBox2.StringItemList.3=Config -LogWindow.ListBox2.StringItemList.4=Fine -LogWindow.ListBox2.StringItemList.5=Finer -LogWindow.ListBox2.StringItemList.6=Finest -LogWindow.ListBox2.StringItemList.7=All - -LogDialog.HelpText= -LogDialog.Title=Log file - %s -LogDialog.TextField1.HelpText= -LogDialog.TextField1.Text= -LogDialog.CommandButton1.HelpText= -LogDialog.CommandButton1.Label=System Info -LogDialog.CommandButton2.HelpText= -LogDialog.CommandButton2.Label=Close - -UserDialog.HelpText= -UserDialog.Title=User Administration -UserDialog.FixedLine1.HelpText= -UserDialog.FixedLine1.Label=User selection -UserDialog.Label1.HelpText= -UserDialog.Label1.Label=User: -UserDialog.ListBox1.HelpText= -UserDialog.ListBox1.Text= -UserDialog.CommandButton1.HelpText= -UserDialog.CommandButton1.Label=Add user -UserDialog.CommandButton2.HelpText= -UserDialog.CommandButton2.Label=User roles -UserDialog.CommandButton6.HelpText= -UserDialog.CommandButton6.Label=Change password -UserDialog.CommandButton3.HelpText= -UserDialog.CommandButton3.Label=Remove user -UserDialog.FixedLine2.HelpText= -UserDialog.FixedLine2.Label=Access rights for selected user -UserDialog.FrameControl1.HelpText= -UserDialog.FrameControl1.Label= -UserDialog.CommandButton4.HelpText= -UserDialog.CommandButton4.Label=Change privileges -UserDialog.CommandButton5.HelpText= -UserDialog.CommandButton5.Label=Close - -GroupDialog.HelpText= -GroupDialog.Title=Group Administration -GroupDialog.FixedLine1.HelpText= -GroupDialog.FixedLine1.Label=Group selection -GroupDialog.Label1.HelpText= -GroupDialog.Label1.Label=Group: -GroupDialog.ListBox1.HelpText= -GroupDialog.ListBox1.Text= -GroupDialog.CommandButton1.HelpText= -GroupDialog.CommandButton1.Label=Add group -GroupDialog.CommandButton2.HelpText= -GroupDialog.CommandButton2.Label=Group users -GroupDialog.CommandButton6.HelpText= -GroupDialog.CommandButton6.Label=Group roles -GroupDialog.CommandButton3.HelpText= -GroupDialog.CommandButton3.Label=Remove group -GroupDialog.FixedLine2.HelpText= -GroupDialog.FixedLine2.Label=Access rights for selected group -GroupDialog.FrameControl1.HelpText= -GroupDialog.FrameControl1.Label= -GroupDialog.CommandButton4.HelpText= -GroupDialog.CommandButton4.Label=Change privileges -GroupDialog.CommandButton5.HelpText= -GroupDialog.CommandButton5.Label=Close - -PrivilegesDialog.HelpText= -PrivilegesDialog.Title=Privileges -PrivilegesDialog.CheckBox0.Label=Table name -PrivilegesDialog.CommandButton1.HelpText= -PrivilegesDialog.CommandButton1.Label=Cancel -PrivilegesDialog.CommandButton2.HelpText= -PrivilegesDialog.CommandButton2.Label=OK - -NewUserDialog.HelpText= -NewUserDialog.Title=Add user -NewUserDialog.Label1.HelpText= -NewUserDialog.Label1.Label=Name: -NewUserDialog.TextField1.HelpText= -NewUserDialog.Label2.HelpText= -NewUserDialog.Label2.Label=Password: -NewUserDialog.TextField2.HelpText= -NewUserDialog.Label3.HelpText= -NewUserDialog.Label3.Label=Confirmation: -NewUserDialog.TextField3.HelpText= -NewUserDialog.CommandButton1.HelpText= -NewUserDialog.CommandButton1.Label=Cancel -NewUserDialog.CommandButton2.HelpText= -NewUserDialog.CommandButton2.Label=OK - -NewGroupDialog.HelpText= -NewGroupDialog.Title=Add group -NewGroupDialog.Label1.HelpText= -NewGroupDialog.Label1.Label=Name: -NewGroupDialog.TextField1.HelpText= -NewGroupDialog.CommandButton1.HelpText= -NewGroupDialog.CommandButton1.Label=Cancel -NewGroupDialog.CommandButton2.HelpText= -NewGroupDialog.CommandButton2.Label=OK - -PasswordDialog.HelpText= -PasswordDialog.Title=Change user password -PasswordDialog.Label1.HelpText= -PasswordDialog.Label1.Label=Password: -PasswordDialog.TextField1.HelpText= -PasswordDialog.TextField1.Text= -PasswordDialog.Label2.HelpText= -PasswordDialog.Label2.Label=Confirmation: -PasswordDialog.TextField2.HelpText= -PasswordDialog.TextField2.Text= -PasswordDialog.CommandButton1.HelpText= -PasswordDialog.CommandButton1.Label=Cancel -PasswordDialog.CommandButton2.HelpText= -PasswordDialog.CommandButton2.Label=OK - -UsersDialog.HelpText= -UsersDialog.Title=Group users: %s -UsersDialog.Label1.HelpText= -UsersDialog.Label1.Label=Member users: -UsersDialog.ListBox1.HelpText= -UsersDialog.CommandButton1.HelpText= -UsersDialog.CommandButton1.Label=Remove user -UsersDialog.Label2.HelpText= -UsersDialog.Label2.Label=Available users: -UsersDialog.ListBox2.HelpText= -UsersDialog.CommandButton2.HelpText= -UsersDialog.CommandButton2.Label=Add user -UsersDialog.CommandButton3.HelpText= -UsersDialog.CommandButton3.Label=Cancel -UsersDialog.CommandButton4.HelpText= -UsersDialog.CommandButton4.Label=OK - -GroupsDialog.HelpText= -GroupsDialog.Title=User roles: %s -GroupsDialog.Label1.HelpText= -GroupsDialog.Label1.Label=Assigned roles: -GroupsDialog.ListBox1.HelpText= -GroupsDialog.CommandButton1.HelpText= -GroupsDialog.CommandButton1.Label=Remove role -GroupsDialog.Label2.HelpText= -GroupsDialog.Label2.Label=Available roles: -GroupsDialog.ListBox2.HelpText= -GroupsDialog.CommandButton2.HelpText= -GroupsDialog.CommandButton2.Label=Add role -GroupsDialog.CommandButton3.HelpText= -GroupsDialog.CommandButton3.Label=Cancel -GroupsDialog.CommandButton4.HelpText= -GroupsDialog.CommandButton4.Label=OK - -RolesDialog.HelpText= -RolesDialog.Title=Group roles: %s -RolesDialog.Label1.HelpText= -RolesDialog.Label1.Label=Member roles: -RolesDialog.ListBox1.HelpText= -RolesDialog.CommandButton1.HelpText= -RolesDialog.CommandButton1.Label=Remove role -RolesDialog.Label2.HelpText= -RolesDialog.Label2.Label=Available roles: -RolesDialog.ListBox2.HelpText= -RolesDialog.CommandButton2.HelpText= -RolesDialog.CommandButton2.Label=Add role -RolesDialog.CommandButton3.HelpText= -RolesDialog.CommandButton3.Label=Cancel -RolesDialog.CommandButton4.HelpText= -RolesDialog.CommandButton4.Label=OK - -MessageBox.Admin.Title=Connection error -MessageBox.Admin.Message=Database administration is not possible! -MessageBox.DropGroup.Title=Delete group -MessageBox.DropGroup.Message=Do you want to delete the group: %s -MessageBox.DropUser.Title=Delete user -MessageBox.DropUser.Message=Do you want to delete the user: %s -MessageBox.Privilege.Error.Title=Privilege Assignment - Error -MessageBox.CreateUser.Error.Title=User creation - Error -MessageBox.CreateGroup.Error.Title=Role creation - Error -MessageBox.SetMembers.Error.Title=Role Assignment - Error -MessageBox.SetPassword.Error.Title=Change password - Error - -GridWindow.HelpText= -GridWindow.Title= -GridWindow.CommandButton1.HelpText=Organize columns -GridWindow.CommandButton1.Label=+ -GridWindow.Label1.HelpText=Columns to display -GridWindow.Label1.Label=Show columns: -GridWindow.ListBox1.HelpText=Define the name of the columns to display -GridWindow.ListBox1.Text= - diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_fr_FR.properties b/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_fr_FR.properties deleted file mode 100644 index 8a109bd0..00000000 --- a/source/jdbcDriverOOo/jdbcDriverOOo/DialogStrings_fr_FR.properties +++ /dev/null @@ -1,298 +0,0 @@ -OptionsDialog.HelpText= -OptionsDialog.Title= -OptionsDialog.Tab1.Title= Options du pilote UNO -OptionsDialog.Tab2.Title= Options des pilotes JDBC -OptionsDialog.Label1.Label=Les modifications prendront effet apr\u00e8s le red\u00e9marrage de LibreOffice... -OptionsDialog.Label1.HelpText= - -UnoDriverDialog.HelpText= -UnoDriverDialog.Title= -UnoDriverDialog.FixedLine1.HelpText= -UnoDriverDialog.FixedLine1.Label=Services UNO -UnoDriverDialog.Label1.HelpText= -UnoDriverDialog.Label1.Label=Pilote: -UnoDriverDialog.OptionButton1.HelpText= -UnoDriverDialog.OptionButton1.Label=com.sun.star.sdbc.Driver -UnoDriverDialog.OptionButton2.HelpText= -UnoDriverDialog.OptionButton2.Label=com.sun.star.sdbcx.Driver -UnoDriverDialog.Label2.HelpText= -UnoDriverDialog.Label2.Label=Connexion: -UnoDriverDialog.OptionButton3.HelpText= -UnoDriverDialog.OptionButton3.Label=sdbc.Connection -UnoDriverDialog.OptionButton4.HelpText= -UnoDriverDialog.OptionButton4.Label=sdbcx.Connection -UnoDriverDialog.OptionButton5.HelpText= -UnoDriverDialog.OptionButton5.Label=sdb.Connection -UnoDriverDialog.CheckBox1.HelpText= -UnoDriverDialog.CheckBox1.Label=Voir les tables système -UnoDriverDialog.CheckBox2.HelpText= -UnoDriverDialog.CheckBox2.Label=Utiliser les bookmarks -UnoDriverDialog.CheckBox3.HelpText= -UnoDriverDialog.CheckBox3.Label=Forcer le mode SQL -UnoDriverDialog.Label3.HelpText= -UnoDriverDialog.Label3.Label=Les modifications prendront effet apr\u00e8s le red\u00e9marrage de LibreOffice... - -JdbcDriverDialog.HelpText= -JdbcDriverDialog.Title= -JdbcDriverDialog.FixedLine1.HelpText= -JdbcDriverDialog.FixedLine1.Label=Pilote Java JDBC -JdbcDriverDialog.Label1.HelpText= -JdbcDriverDialog.Label1.Label=Pilotes embarqu\u00e9s: -JdbcDriverDialog.ListBox1.HelpText= -JdbcDriverDialog.ListBox1.Text= -JdbcDriverDialog.CommandButton1.HelpText= -JdbcDriverDialog.CommandButton1.Label=Nouveau -JdbcDriverDialog.CommandButton2.HelpText= -JdbcDriverDialog.CommandButton2.Label=Supprimer -JdbcDriverDialog.Label2.HelpText= -JdbcDriverDialog.Label2.Label=Options du pilote: -JdbcDriverDialog.Label3.HelpText= -JdbcDriverDialog.Label3.Label=Nouveau pilote: -JdbcDriverDialog.Label4.HelpText= -JdbcDriverDialog.Label4.Label=Version: N/A -JdbcDriverDialog.CommandButton3.HelpText= -JdbcDriverDialog.CommandButton3.Label=Ajouter -JdbcDriverDialog.CommandButton4.HelpText= -JdbcDriverDialog.CommandButton4.Label=Annuler -JdbcDriverDialog.Label5.HelpText= -JdbcDriverDialog.Label5.Label=Sous-protocole: -JdbcDriverDialog.TextField1.HelpText= -JdbcDriverDialog.TextField1.Text= -JdbcDriverDialog.TextField2.HelpText= -JdbcDriverDialog.TextField2.Text= -JdbcDriverDialog.Label6.HelpText= -JdbcDriverDialog.Label6.Label=Nom: -JdbcDriverDialog.TextField3.HelpText= -JdbcDriverDialog.TextField3.Text= -JdbcDriverDialog.TextField4.HelpText= -JdbcDriverDialog.TextField4.Text= -JdbcDriverDialog.Label7.HelpText= -JdbcDriverDialog.Label7.Label=Classe: -JdbcDriverDialog.TextField5.HelpText= -JdbcDriverDialog.TextField5.Text= -JdbcDriverDialog.TextField6.HelpText= -JdbcDriverDialog.TextField6.Text= -JdbcDriverDialog.Label8.HelpText= -JdbcDriverDialog.Label8.Label=Archive: -JdbcDriverDialog.TextField7.HelpText= -JdbcDriverDialog.TextField7.Text= -JdbcDriverDialog.TextField8.HelpText= -JdbcDriverDialog.TextField8.Text= -JdbcDriverDialog.CommandButton5.HelpText= -JdbcDriverDialog.CommandButton5.Label=Changer -JdbcDriverDialog.CommandButton6.HelpText= -JdbcDriverDialog.CommandButton6.Label=Chercher -JdbcDriverDialog.Label10.HelpText= -JdbcDriverDialog.Label10.Label=Les modifications prendront effet apr\u00e8s le red\u00e9marrage de LibreOffice... - -LogWindow.HelpText= -LogWindow.Title= -LogWindow.FixedLine1.HelpText= -LogWindow.FixedLine1.Label=Options de journalisation -LogWindow.Label1.HelpText= -LogWindow.Label1.Label=Journaux disponibles: -LogWindow.ListBox1.HelpText= -LogWindow.ListBox1.Text= -LogWindow.CheckBox1.HelpText= -LogWindow.CheckBox1.Label=Activer le journal -LogWindow.Label2.HelpText= -LogWindow.Label2.Label=Sortie: -LogWindow.OptionButton1.HelpText= -LogWindow.OptionButton1.Label=Console -LogWindow.OptionButton2.HelpText= -LogWindow.OptionButton2.Label=Fichier -LogWindow.CommandButton1.HelpText= -LogWindow.CommandButton1.Label=Voir journal -LogWindow.Label3.HelpText= -LogWindow.Label3.Label=Seuil: -LogWindow.ListBox2.HelpText= -LogWindow.ListBox2.Text= -LogWindow.ListBox2.StringItemList.0=Grave -LogWindow.ListBox2.StringItemList.1=Alerte -LogWindow.ListBox2.StringItemList.2=Info -LogWindow.ListBox2.StringItemList.3=Config -LogWindow.ListBox2.StringItemList.4=Basique -LogWindow.ListBox2.StringItemList.5=Fin -LogWindow.ListBox2.StringItemList.6=Tr\u00e9s fin -LogWindow.ListBox2.StringItemList.7=Tout - -LogDialog.HelpText= -LogDialog.Title=Fichier journal - %s -LogDialog.TextField1.HelpText= -LogDialog.TextField1.Text= -LogDialog.CommandButton1.HelpText= -LogDialog.CommandButton1.Label=Info syst\u00e8me -LogDialog.CommandButton2.HelpText= -LogDialog.CommandButton2.Label=Fermer - -UserDialog.HelpText= -UserDialog.Title=Administration des utilisateurs -UserDialog.FixedLine1.HelpText= -UserDialog.FixedLine1.Label=S\u00e9lection de l'utilisateur -UserDialog.Label1.HelpText= -UserDialog.Label1.Label=Utilisateur: -UserDialog.ListBox1.HelpText= -UserDialog.ListBox1.Text= -UserDialog.CommandButton1.HelpText= -UserDialog.CommandButton1.Label=Ajouter un utilisateur -UserDialog.CommandButton2.HelpText= -UserDialog.CommandButton2.Label=Roles de l'utilisateur -UserDialog.CommandButton6.HelpText= -UserDialog.CommandButton6.Label=Changer le mot de passe -UserDialog.CommandButton3.HelpText= -UserDialog.CommandButton3.Label=Supprimer l'utilisateur -UserDialog.FixedLine2.HelpText= -UserDialog.FixedLine2.Label=Droits d'acc\u00e8s pour l'utilisateur s\u00e9lectionn\u00e9 -UserDialog.FrameControl1.HelpText= -UserDialog.FrameControl1.Label= -UserDialog.CommandButton4.HelpText= -UserDialog.CommandButton4.Label=Modifier les privil\u00e8ges -UserDialog.CommandButton5.HelpText= -UserDialog.CommandButton5.Label=Fermer - -GroupDialog.HelpText= -GroupDialog.Title=Administration des groupes -GroupDialog.FixedLine1.HelpText= -GroupDialog.FixedLine1.Label=S\u00e9lection du groupe -GroupDialog.Label1.HelpText= -GroupDialog.Label1.Label=Groupe: -GroupDialog.ListBox1.HelpText= -GroupDialog.ListBox1.Text= -GroupDialog.CommandButton1.HelpText= -GroupDialog.CommandButton1.Label=Ajouter un groupe -GroupDialog.CommandButton2.HelpText= -GroupDialog.CommandButton2.Label=Utilisateurs du groupe -GroupDialog.CommandButton6.HelpText= -GroupDialog.CommandButton6.Label=Roles du groupe -GroupDialog.CommandButton3.HelpText= -GroupDialog.CommandButton3.Label=Supprimer le groupe -GroupDialog.FixedLine2.HelpText= -GroupDialog.FixedLine2.Label=Droits d'acc\u00e8s pour le groupe s\u00e9lectionn\u00e9 -GroupDialog.FrameControl1.HelpText= -GroupDialog.FrameControl1.Label= -GroupDialog.CommandButton4.HelpText= -GroupDialog.CommandButton4.Label=Modifier les privil\u00e8ges -GroupDialog.CommandButton5.HelpText= -GroupDialog.CommandButton5.Label=Fermer - -PrivilegesDialog.HelpText= -PrivilegesDialog.Title=Privil\u00e8ges -PrivilegesDialog.CheckBox0.Label=Nom de la table -PrivilegesDialog.CommandButton1.HelpText= -PrivilegesDialog.CommandButton1.Label=Annuler -PrivilegesDialog.CommandButton2.HelpText= -PrivilegesDialog.CommandButton2.Label=OK - -NewUserDialog.HelpText= -NewUserDialog.Title=Ajouter un utilisateur -NewUserDialog.Label1.HelpText= -NewUserDialog.Label1.Label=Nom: -NewUserDialog.TextField1.HelpText= -NewUserDialog.Label2.HelpText= -NewUserDialog.Label2.Label=Mot de passe: -NewUserDialog.TextField2.HelpText= -NewUserDialog.Label3.HelpText= -NewUserDialog.Label3.Label=Confirmation: -NewUserDialog.TextField3.HelpText= -NewUserDialog.CommandButton1.HelpText= -NewUserDialog.CommandButton1.Label=Annuler -NewUserDialog.CommandButton2.HelpText= -NewUserDialog.CommandButton2.Label=OK - -NewGroupDialog.HelpText= -NewGroupDialog.Title=Ajouter un groupe -NewGroupDialog.Label1.HelpText= -NewGroupDialog.Label1.Label=Nom: -NewGroupDialog.TextField1.HelpText= -NewGroupDialog.CommandButton1.HelpText= -NewGroupDialog.CommandButton1.Label=Annuler -NewGroupDialog.CommandButton2.HelpText= -NewGroupDialog.CommandButton2.Label=OK - -PasswordDialog.HelpText= -PasswordDialog.Title=Modifier le mot de passe -PasswordDialog.Label1.HelpText= -PasswordDialog.Label1.Label=Mot de passe: -PasswordDialog.TextField1.HelpText= -PasswordDialog.TextField1.Text= -PasswordDialog.Label2.HelpText= -PasswordDialog.Label2.Label=Confirmation: -PasswordDialog.TextField2.HelpText= -PasswordDialog.TextField2.Text= -PasswordDialog.CommandButton1.HelpText= -PasswordDialog.CommandButton1.Label=Annuler -PasswordDialog.CommandButton2.HelpText= -PasswordDialog.CommandButton2.Label=OK - -UsersDialog.HelpText= -UsersDialog.Title=Utilisateurs du groupe: %s -UsersDialog.Label1.HelpText= -UsersDialog.Label1.Label=Utilisateurs membres: -UsersDialog.ListBox1.HelpText= -UsersDialog.CommandButton1.HelpText= -UsersDialog.CommandButton1.Label=Retirer l'utilisateur -UsersDialog.Label2.HelpText= -UsersDialog.Label2.Label=Utilisateurs disponibles: -UsersDialog.ListBox2.HelpText= -UsersDialog.CommandButton2.HelpText= -UsersDialog.CommandButton2.Label=Ajouter l'utilisateur -UsersDialog.CommandButton3.HelpText= -UsersDialog.CommandButton3.Label=Annuler -UsersDialog.CommandButton4.HelpText= -UsersDialog.CommandButton4.Label=OK - -GroupsDialog.HelpText= -GroupsDialog.Title=Roles de l'utilisateur: %s -GroupsDialog.Label1.HelpText= -GroupsDialog.Label1.Label=Roles assign\u00e9s: -GroupsDialog.ListBox1.HelpText= -GroupsDialog.CommandButton1.HelpText= -GroupsDialog.CommandButton1.Label=Retirer le role -GroupsDialog.Label2.HelpText= -GroupsDialog.Label2.Label=Roles disponibles: -GroupsDialog.ListBox2.HelpText= -GroupsDialog.CommandButton2.HelpText= -GroupsDialog.CommandButton2.Label=Ajouter le role -GroupsDialog.CommandButton3.HelpText= -GroupsDialog.CommandButton3.Label=Annuler -GroupsDialog.CommandButton4.HelpText= -GroupsDialog.CommandButton4.Label=OK - -RolesDialog.HelpText= -RolesDialog.Title=Roles du groupe: %s -RolesDialog.Label1.HelpText= -RolesDialog.Label1.Label=Roles membres: -RolesDialog.ListBox1.HelpText= -RolesDialog.CommandButton1.HelpText= -RolesDialog.CommandButton1.Label=Retirer le role -RolesDialog.Label2.HelpText= -RolesDialog.Label2.Label=Roles disponibles: -RolesDialog.ListBox2.HelpText= -RolesDialog.CommandButton2.HelpText= -RolesDialog.CommandButton2.Label=Ajouter le role -RolesDialog.CommandButton3.HelpText= -RolesDialog.CommandButton3.Label=Annuler -RolesDialog.CommandButton4.HelpText= -RolesDialog.CommandButton4.Label=OK - -MessageBox.Admin.Title=Erreur de connexion -MessageBox.Admin.Message=L'administration de la base de donn\u00e9es n'est pas possible! -MessageBox.DropGroup.Title=Supprimer le groupe -MessageBox.DropGroup.Message=Voulez vous supprimer le groupe: %s -MessageBox.DropUser.Title=Supprimer l'utilisateur -MessageBox.DropUser.Message=Voulez vous supprimer l'utilisateur: %s -MessageBox.Privilege.Error.Title=Attribution de privilèges - Erreur -MessageBox.CreateUser.Error.Title=Création d'utilisateur - Erreur -MessageBox.CreateGroup.Error.Title=Création de role - Erreur -MessageBox.SetMembers.Error.Title=Attribution de role - Erreur -MessageBox.SetPassword.Error.Title=Changement du mot de passe - Erreur - -GridWindow.HelpText= -GridWindow.Title= -GridWindow.CommandButton1.HelpText=Organiser les colonnes -GridWindow.CommandButton1.Label=+ -GridWindow.Label1.HelpText=Colonnes \u00e0 afficher -GridWindow.Label1.Label=Afficher les colonnes: -GridWindow.ListBox1.HelpText=D\u00e9finir le nom des colonnes \u00e0 afficher -GridWindow.ListBox1.Text= - diff --git a/source/jdbcDriverOOo/jdbcDriverOOo/dialog.xlb b/source/jdbcDriverOOo/jdbcDriverOOo/dialog.xlb deleted file mode 100644 index 9a076370..00000000 --- a/source/jdbcDriverOOo/jdbcDriverOOo/dialog.xlb +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/source/jdbcDriverOOo/package.properties b/source/jdbcDriverOOo/package.properties index 99a31352..c073a7e2 100644 --- a/source/jdbcDriverOOo/package.properties +++ b/source/jdbcDriverOOo/package.properties @@ -1,5 +1,5 @@ #Written by the OOEclipseIntegration #Fri Aug 02 21:33:11 CEST 2024 -contents=Addons.xcu, Drivers.xcu, META-INF, META-INF/manifest.xml, Options.xcs, Options.xcu, OptionsDialog.xcu, ProtocolHandler.xcu, description, description/desc_en.txt, description/desc_fr.txt, description.xml, driver, driver/derby, driver/derby/derby.jar, driver/derby/derbyLocale_cs.jar, driver/derby/derbyLocale_de_DE.jar, driver/derby/derbyLocale_es.jar, driver/derby/derbyLocale_fr.jar, driver/derby/derbyLocale_hu.jar, driver/derby/derbyLocale_it.jar, driver/derby/derbyLocale_ja_JP.jar, driver/derby/derbyLocale_ko_KR.jar, driver/derby/derbyLocale_pl.jar, driver/derby/derbyLocale_pt_BR.jar, driver/derby/derbyLocale_ru.jar, driver/derby/derbyLocale_zh_CN.jar, driver/derby/derbyLocale_zh_TW.jar, driver/derby/derbyshared.jar, driver/derby/derbytools.jar, driver/h2-2.2.224.jar, driver/hsqldb-2.7.3.jar, driver/jaybird-5.0.5.java11.jar, driver/mariadb-java-client-3.4.0.jar, driver/mysql-connector-j-8.4.0.jar, driver/postgresql-42.7.1.jar, driver/sqlite-jdbc-3.45.1.6-SNAPSHOT.jar, driver/trino-jdbc-453.jar, jdbcDriverOOo, jdbcDriverOOo/DialogStrings_en_US.default, jdbcDriverOOo/DialogStrings_en_US.properties, jdbcDriverOOo/DialogStrings_fr_FR.properties, jdbcDriverOOo/GridWindow.xdl, jdbcDriverOOo/GroupDialog.xdl, jdbcDriverOOo/GroupsDialog.xdl, jdbcDriverOOo/JdbcDriverDialog.xdl, jdbcDriverOOo/LogDialog.xdl, jdbcDriverOOo/LogWindow.xdl, jdbcDriverOOo/NewGroupDialog.xdl, jdbcDriverOOo/NewUserDialog.xdl, jdbcDriverOOo/OptionsDialog.xdl, jdbcDriverOOo/OptionsDialog_en_US.default, jdbcDriverOOo/OptionsDialog_en_US.properties, jdbcDriverOOo/OptionsDialog_fr_FR.properties, jdbcDriverOOo/PasswordDialog.xdl, jdbcDriverOOo/PrivilegesDialog.xdl, jdbcDriverOOo/RolesDialog.xdl, jdbcDriverOOo/UnoDriverDialog.xdl, jdbcDriverOOo/UserDialog.xdl, jdbcDriverOOo/UsersDialog.xdl, jdbcDriverOOo/column-0.png, jdbcDriverOOo/column-1.png, jdbcDriverOOo/dialog.xlb, jdbcDriverOOo/jdbcDriverOOo.svg, jdbcDriverOOo/privilege-0.png, jdbcDriverOOo/privilege-1.png, jdbcDriverOOo/privilege-2.png, jdbcDriverOOo/privilege-3.png, jdbcDriverOOo/privilege-4.png, jdbcDriverOOo/privilege-5.png, lib, lib/Driver-Derby.jar, lib/Driver-H2.jar, lib/Driver-HsqlDB.jar, lib/Driver-MariaDB.jar, lib/Driver-SQLite.jar, lib/UnoLogger.jar, lib/jna-5.14.0.jar, lib/jna-jpms-5.14.0.jar, lib/jna-platform-5.14.0.jar, lib/jsqlparser-4.4.jar, lib/log4j-over-slf4j-2.0.6.jar, lib/schemacrawler-16.16.14.jar, lib/schemacrawler-hsqldb-16.16.14.jar, lib/slf4j-api-2.0.6.jar, registration, registration/TermsOfUse_en.md, registration/TermsOfUse_fr.md, requirements.txt, resource, resource/Driver_en_US.default, resource/Driver_en_US.properties, resource/Driver_fr_FR.properties, resource/Logger_en_US.default, resource/Logger_en_US.properties, resource/Logger_fr_FR.properties, resource/OptionsDialog_en_US.default, resource/OptionsDialog_en_US.properties, resource/OptionsDialog_fr_FR.properties, resource/dbqueries_en_US.default, resource/dbqueries_en_US.properties, resource/dbqueries_fr_FR.properties, service, service/AdminDispatcher.py, service/DefinitionContainer.py, service/Driver.py, service/LoggerPool.py, service/OptionsHandler.py, service/pythonpath, service/pythonpath/_distutils_hack, service/pythonpath/_distutils_hack/__init__.py, service/pythonpath/_distutils_hack/override.py, service/pythonpath/distutils-precedence.pth, service/pythonpath/jdbcdriver, service/pythonpath/jdbcdriver/__init__.py, service/pythonpath/jdbcdriver/admin, service/pythonpath/jdbcdriver/admin/__init__.py, service/pythonpath/jdbcdriver/admin/adminhandler.py, service/pythonpath/jdbcdriver/admin/adminmanager.py, service/pythonpath/jdbcdriver/admin/adminmodel.py, service/pythonpath/jdbcdriver/admin/adminview.py, service/pythonpath/jdbcdriver/admin/dialog, service/pythonpath/jdbcdriver/admin/dialog/__init__.py, service/pythonpath/jdbcdriver/admin/dialog/granteeview.py, service/pythonpath/jdbcdriver/admin/dialog/memberview.py, service/pythonpath/jdbcdriver/admin/dialog/passwordview.py, service/pythonpath/jdbcdriver/admin/dialog/privilegeview.py, service/pythonpath/jdbcdriver/admin/gridmanager.py, service/pythonpath/jdbcdriver/admin/gridmodel.py, service/pythonpath/jdbcdriver/configuration.py, service/pythonpath/jdbcdriver/dbadmin.py, service/pythonpath/jdbcdriver/dbconfig.py, service/pythonpath/jdbcdriver/dbqueries.py, service/pythonpath/jdbcdriver/grid, service/pythonpath/jdbcdriver/grid/__init__.py, service/pythonpath/jdbcdriver/grid/gridhandler.py, service/pythonpath/jdbcdriver/grid/gridmanager.py, service/pythonpath/jdbcdriver/grid/gridmodel.py, service/pythonpath/jdbcdriver/grid/gridview.py, service/pythonpath/jdbcdriver/group, service/pythonpath/jdbcdriver/group/__init__.py, service/pythonpath/jdbcdriver/group/grouphandler.py, service/pythonpath/jdbcdriver/group/groupmanager.py, service/pythonpath/jdbcdriver/group/groupview.py, service/pythonpath/jdbcdriver/logger, service/pythonpath/jdbcdriver/logger/__init__.py, service/pythonpath/jdbcdriver/logger/dialog, service/pythonpath/jdbcdriver/logger/dialog/__init__.py, service/pythonpath/jdbcdriver/logger/dialog/loghandler.py, service/pythonpath/jdbcdriver/logger/dialog/logmanager.py, service/pythonpath/jdbcdriver/logger/dialog/logmodel.py, service/pythonpath/jdbcdriver/logger/dialog/logview.py, service/pythonpath/jdbcdriver/logger/logger.py, service/pythonpath/jdbcdriver/logger/loggerpool.py, service/pythonpath/jdbcdriver/logger/loghandler.py, service/pythonpath/jdbcdriver/logger/loghelper.py, service/pythonpath/jdbcdriver/options, service/pythonpath/jdbcdriver/options/__init__.py, service/pythonpath/jdbcdriver/options/optionshandler.py, service/pythonpath/jdbcdriver/options/optionsmanager.py, service/pythonpath/jdbcdriver/options/optionsmodel.py, service/pythonpath/jdbcdriver/options/optionsview.py, service/pythonpath/jdbcdriver/unolib, service/pythonpath/jdbcdriver/unolib/__init__.py, service/pythonpath/jdbcdriver/unolib/unocore.py, service/pythonpath/jdbcdriver/unolib/unolib.py, service/pythonpath/jdbcdriver/unotool, service/pythonpath/jdbcdriver/unotool/__init__.py, service/pythonpath/jdbcdriver/unotool/unotool.py, service/pythonpath/jdbcdriver/user, service/pythonpath/jdbcdriver/user/__init__.py, service/pythonpath/jdbcdriver/user/userhandler.py, service/pythonpath/jdbcdriver/user/usermanager.py, service/pythonpath/jdbcdriver/user/userview.py, service/pythonpath/packaging, service/pythonpath/packaging/__init__.py, service/pythonpath/packaging/_elffile.py, service/pythonpath/packaging/_manylinux.py, service/pythonpath/packaging/_musllinux.py, service/pythonpath/packaging/_parser.py, service/pythonpath/packaging/_structures.py, service/pythonpath/packaging/_tokenizer.py, service/pythonpath/packaging/markers.py, service/pythonpath/packaging/metadata.py, service/pythonpath/packaging/py.typed, service/pythonpath/packaging/requirements.py, service/pythonpath/packaging/specifiers.py, service/pythonpath/packaging/tags.py, service/pythonpath/packaging/utils.py, service/pythonpath/packaging/version.py, service/pythonpath/packaging-24.1.dist-info, service/pythonpath/packaging-24.1.dist-info/LICENSE, service/pythonpath/packaging-24.1.dist-info/LICENSE.APACHE, service/pythonpath/packaging-24.1.dist-info/LICENSE.BSD, service/pythonpath/packaging-24.1.dist-info/METADATA, service/pythonpath/packaging-24.1.dist-info/RECORD, service/pythonpath/packaging-24.1.dist-info/WHEEL, service/pythonpath/pkg_resources, service/pythonpath/pkg_resources/__init__.py, service/pythonpath/pkg_resources/api_tests.txt, service/pythonpath/pkg_resources/py.typed, service/pythonpath/pkg_resources/tests, service/pythonpath/pkg_resources/tests/__init__.py, service/pythonpath/pkg_resources/tests/data, service/pythonpath/pkg_resources/tests/data/my-test-package-source, service/pythonpath/pkg_resources/tests/data/my-test-package-source/setup.cfg, service/pythonpath/pkg_resources/tests/data/my-test-package-source/setup.py, service/pythonpath/pkg_resources/tests/data/my-test-package-zip, service/pythonpath/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt, service/pythonpath/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe, service/pythonpath/pkg_resources/tests/data/my-test-package_zipped-egg, service/pythonpath/pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg, service/pythonpath/pkg_resources/tests/test_find_distributions.py, service/pythonpath/pkg_resources/tests/test_integration_zope_interface.py, service/pythonpath/pkg_resources/tests/test_markers.py, service/pythonpath/pkg_resources/tests/test_pkg_resources.py, service/pythonpath/pkg_resources/tests/test_resources.py, service/pythonpath/pkg_resources/tests/test_working_set.py, service/pythonpath/setuptools, service/pythonpath/setuptools/__init__.py, service/pythonpath/setuptools/_core_metadata.py, service/pythonpath/setuptools/_distutils, service/pythonpath/setuptools/_distutils/__init__.py, service/pythonpath/setuptools/_distutils/_collections.py, service/pythonpath/setuptools/_distutils/_functools.py, service/pythonpath/setuptools/_distutils/_itertools.py, service/pythonpath/setuptools/_distutils/_log.py, service/pythonpath/setuptools/_distutils/_macos_compat.py, service/pythonpath/setuptools/_distutils/_modified.py, service/pythonpath/setuptools/_distutils/_msvccompiler.py, service/pythonpath/setuptools/_distutils/_vendor, service/pythonpath/setuptools/_distutils/_vendor/__init__.py, service/pythonpath/setuptools/_distutils/_vendor/packaging, service/pythonpath/setuptools/_distutils/_vendor/packaging/__init__.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/_elffile.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/_manylinux.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/_musllinux.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/_parser.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/_structures.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/_tokenizer.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/markers.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/metadata.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/py.typed, service/pythonpath/setuptools/_distutils/_vendor/packaging/requirements.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/specifiers.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/tags.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/utils.py, service/pythonpath/setuptools/_distutils/_vendor/packaging/version.py, service/pythonpath/setuptools/_distutils/archive_util.py, service/pythonpath/setuptools/_distutils/bcppcompiler.py, service/pythonpath/setuptools/_distutils/ccompiler.py, service/pythonpath/setuptools/_distutils/cmd.py, service/pythonpath/setuptools/_distutils/command, service/pythonpath/setuptools/_distutils/command/__init__.py, service/pythonpath/setuptools/_distutils/command/_framework_compat.py, service/pythonpath/setuptools/_distutils/command/bdist.py, service/pythonpath/setuptools/_distutils/command/bdist_dumb.py, service/pythonpath/setuptools/_distutils/command/bdist_rpm.py, service/pythonpath/setuptools/_distutils/command/build.py, service/pythonpath/setuptools/_distutils/command/build_clib.py, service/pythonpath/setuptools/_distutils/command/build_ext.py, service/pythonpath/setuptools/_distutils/command/build_py.py, service/pythonpath/setuptools/_distutils/command/build_scripts.py, service/pythonpath/setuptools/_distutils/command/check.py, service/pythonpath/setuptools/_distutils/command/clean.py, service/pythonpath/setuptools/_distutils/command/config.py, service/pythonpath/setuptools/_distutils/command/install.py, service/pythonpath/setuptools/_distutils/command/install_data.py, service/pythonpath/setuptools/_distutils/command/install_egg_info.py, service/pythonpath/setuptools/_distutils/command/install_headers.py, service/pythonpath/setuptools/_distutils/command/install_lib.py, service/pythonpath/setuptools/_distutils/command/install_scripts.py, service/pythonpath/setuptools/_distutils/command/register.py, service/pythonpath/setuptools/_distutils/command/sdist.py, service/pythonpath/setuptools/_distutils/command/upload.py, service/pythonpath/setuptools/_distutils/command/wininst-10.0-amd64.exe, service/pythonpath/setuptools/_distutils/command/wininst-10.0.exe, service/pythonpath/setuptools/_distutils/command/wininst-14.0-amd64.exe, service/pythonpath/setuptools/_distutils/command/wininst-14.0.exe, service/pythonpath/setuptools/_distutils/command/wininst-6.0.exe, service/pythonpath/setuptools/_distutils/command/wininst-7.1.exe, service/pythonpath/setuptools/_distutils/command/wininst-8.0.exe, service/pythonpath/setuptools/_distutils/command/wininst-9.0-amd64.exe, service/pythonpath/setuptools/_distutils/command/wininst-9.0.exe, service/pythonpath/setuptools/_distutils/compat, service/pythonpath/setuptools/_distutils/compat/__init__.py, service/pythonpath/setuptools/_distutils/compat/py38.py, service/pythonpath/setuptools/_distutils/compat/py39.py, service/pythonpath/setuptools/_distutils/config.py, service/pythonpath/setuptools/_distutils/core.py, service/pythonpath/setuptools/_distutils/cygwinccompiler.py, service/pythonpath/setuptools/_distutils/debug.py, service/pythonpath/setuptools/_distutils/dep_util.py, service/pythonpath/setuptools/_distutils/dir_util.py, service/pythonpath/setuptools/_distutils/dist.py, service/pythonpath/setuptools/_distutils/errors.py, service/pythonpath/setuptools/_distutils/extension.py, service/pythonpath/setuptools/_distutils/fancy_getopt.py, service/pythonpath/setuptools/_distutils/file_util.py, service/pythonpath/setuptools/_distutils/filelist.py, service/pythonpath/setuptools/_distutils/log.py, service/pythonpath/setuptools/_distutils/msvc9compiler.py, service/pythonpath/setuptools/_distutils/msvccompiler.py, service/pythonpath/setuptools/_distutils/spawn.py, service/pythonpath/setuptools/_distutils/sysconfig.py, service/pythonpath/setuptools/_distutils/tests, service/pythonpath/setuptools/_distutils/tests/__init__.py, service/pythonpath/setuptools/_distutils/tests/compat, service/pythonpath/setuptools/_distutils/tests/compat/__init__.py, service/pythonpath/setuptools/_distutils/tests/compat/py38.py, service/pythonpath/setuptools/_distutils/tests/support.py, service/pythonpath/setuptools/_distutils/tests/test_archive_util.py, service/pythonpath/setuptools/_distutils/tests/test_bdist.py, service/pythonpath/setuptools/_distutils/tests/test_bdist_dumb.py, service/pythonpath/setuptools/_distutils/tests/test_bdist_rpm.py, service/pythonpath/setuptools/_distutils/tests/test_build.py, service/pythonpath/setuptools/_distutils/tests/test_build_clib.py, service/pythonpath/setuptools/_distutils/tests/test_build_ext.py, service/pythonpath/setuptools/_distutils/tests/test_build_py.py, service/pythonpath/setuptools/_distutils/tests/test_build_scripts.py, service/pythonpath/setuptools/_distutils/tests/test_ccompiler.py, service/pythonpath/setuptools/_distutils/tests/test_check.py, service/pythonpath/setuptools/_distutils/tests/test_clean.py, service/pythonpath/setuptools/_distutils/tests/test_cmd.py, service/pythonpath/setuptools/_distutils/tests/test_config.py, service/pythonpath/setuptools/_distutils/tests/test_config_cmd.py, service/pythonpath/setuptools/_distutils/tests/test_core.py, service/pythonpath/setuptools/_distutils/tests/test_cygwinccompiler.py, service/pythonpath/setuptools/_distutils/tests/test_dir_util.py, service/pythonpath/setuptools/_distutils/tests/test_dist.py, service/pythonpath/setuptools/_distutils/tests/test_extension.py, service/pythonpath/setuptools/_distutils/tests/test_file_util.py, service/pythonpath/setuptools/_distutils/tests/test_filelist.py, service/pythonpath/setuptools/_distutils/tests/test_install.py, service/pythonpath/setuptools/_distutils/tests/test_install_data.py, service/pythonpath/setuptools/_distutils/tests/test_install_headers.py, service/pythonpath/setuptools/_distutils/tests/test_install_lib.py, service/pythonpath/setuptools/_distutils/tests/test_install_scripts.py, service/pythonpath/setuptools/_distutils/tests/test_log.py, service/pythonpath/setuptools/_distutils/tests/test_mingwccompiler.py, service/pythonpath/setuptools/_distutils/tests/test_modified.py, service/pythonpath/setuptools/_distutils/tests/test_msvc9compiler.py, service/pythonpath/setuptools/_distutils/tests/test_msvccompiler.py, service/pythonpath/setuptools/_distutils/tests/test_register.py, service/pythonpath/setuptools/_distutils/tests/test_sdist.py, service/pythonpath/setuptools/_distutils/tests/test_spawn.py, service/pythonpath/setuptools/_distutils/tests/test_sysconfig.py, service/pythonpath/setuptools/_distutils/tests/test_text_file.py, service/pythonpath/setuptools/_distutils/tests/test_unixccompiler.py, service/pythonpath/setuptools/_distutils/tests/test_upload.py, service/pythonpath/setuptools/_distutils/tests/test_util.py, service/pythonpath/setuptools/_distutils/tests/test_version.py, service/pythonpath/setuptools/_distutils/tests/test_versionpredicate.py, service/pythonpath/setuptools/_distutils/tests/unix_compat.py, service/pythonpath/setuptools/_distutils/text_file.py, service/pythonpath/setuptools/_distutils/unixccompiler.py, service/pythonpath/setuptools/_distutils/util.py, service/pythonpath/setuptools/_distutils/version.py, service/pythonpath/setuptools/_distutils/versionpredicate.py, service/pythonpath/setuptools/_distutils/zosccompiler.py, service/pythonpath/setuptools/_entry_points.py, service/pythonpath/setuptools/_imp.py, service/pythonpath/setuptools/_importlib.py, service/pythonpath/setuptools/_itertools.py, service/pythonpath/setuptools/_normalization.py, service/pythonpath/setuptools/_path.py, service/pythonpath/setuptools/_reqs.py, service/pythonpath/setuptools/_vendor, service/pythonpath/setuptools/_vendor/autocommand, service/pythonpath/setuptools/_vendor/autocommand/__init__.py, service/pythonpath/setuptools/_vendor/autocommand/autoasync.py, service/pythonpath/setuptools/_vendor/autocommand/autocommand.py, service/pythonpath/setuptools/_vendor/autocommand/automain.py, service/pythonpath/setuptools/_vendor/autocommand/autoparse.py, service/pythonpath/setuptools/_vendor/autocommand/errors.py, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/backports, service/pythonpath/setuptools/_vendor/backports/__init__.py, service/pythonpath/setuptools/_vendor/backports/tarfile, service/pythonpath/setuptools/_vendor/backports/tarfile/__init__.py, service/pythonpath/setuptools/_vendor/backports/tarfile/__main__.py, service/pythonpath/setuptools/_vendor/backports/tarfile/compat, service/pythonpath/setuptools/_vendor/backports/tarfile/compat/__init__.py, service/pythonpath/setuptools/_vendor/backports/tarfile/compat/py38.py, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/importlib_metadata, service/pythonpath/setuptools/_vendor/importlib_metadata/__init__.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_adapters.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_collections.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_compat.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_functools.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_itertools.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_meta.py, service/pythonpath/setuptools/_vendor/importlib_metadata/_text.py, service/pythonpath/setuptools/_vendor/importlib_metadata/compat, service/pythonpath/setuptools/_vendor/importlib_metadata/compat/__init__.py, service/pythonpath/setuptools/_vendor/importlib_metadata/compat/py311.py, service/pythonpath/setuptools/_vendor/importlib_metadata/compat/py39.py, service/pythonpath/setuptools/_vendor/importlib_metadata/diagnose.py, service/pythonpath/setuptools/_vendor/importlib_metadata/py.typed, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/importlib_resources, service/pythonpath/setuptools/_vendor/importlib_resources/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/_adapters.py, service/pythonpath/setuptools/_vendor/importlib_resources/_common.py, service/pythonpath/setuptools/_vendor/importlib_resources/_itertools.py, service/pythonpath/setuptools/_vendor/importlib_resources/abc.py, service/pythonpath/setuptools/_vendor/importlib_resources/compat, service/pythonpath/setuptools/_vendor/importlib_resources/compat/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/compat/py38.py, service/pythonpath/setuptools/_vendor/importlib_resources/compat/py39.py, service/pythonpath/setuptools/_vendor/importlib_resources/functional.py, service/pythonpath/setuptools/_vendor/importlib_resources/future, service/pythonpath/setuptools/_vendor/importlib_resources/future/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/future/adapters.py, service/pythonpath/setuptools/_vendor/importlib_resources/py.typed, service/pythonpath/setuptools/_vendor/importlib_resources/readers.py, service/pythonpath/setuptools/_vendor/importlib_resources/simple.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests, service/pythonpath/setuptools/_vendor/importlib_resources/tests/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/_path.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/compat, service/pythonpath/setuptools/_vendor/importlib_resources/tests/compat/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/compat/py312.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/compat/py39.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/binary.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/subdirectory, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/subdirectory/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/subdirectory/binary.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/utf-16.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data01/utf-8.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/one, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/one/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/one/resource1.txt, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/subdirectory, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/subdirectory/subsubdir, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/subdirectory/subsubdir/resource.txt, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/two, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/two/__init__.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/data02/two/resource2.txt, service/pythonpath/setuptools/_vendor/importlib_resources/tests/namespacedata01, service/pythonpath/setuptools/_vendor/importlib_resources/tests/namespacedata01/binary.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/namespacedata01/subdirectory, service/pythonpath/setuptools/_vendor/importlib_resources/tests/namespacedata01/subdirectory/binary.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/namespacedata01/utf-16.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/namespacedata01/utf-8.file, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_compatibilty_files.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_contents.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_custom.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_files.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_functional.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_open.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_path.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_read.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_reader.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/test_resource.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/util.py, service/pythonpath/setuptools/_vendor/importlib_resources/tests/zip.py, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/inflect, service/pythonpath/setuptools/_vendor/inflect/__init__.py, service/pythonpath/setuptools/_vendor/inflect/compat, service/pythonpath/setuptools/_vendor/inflect/compat/__init__.py, service/pythonpath/setuptools/_vendor/inflect/compat/py38.py, service/pythonpath/setuptools/_vendor/inflect/py.typed, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/jaraco, service/pythonpath/setuptools/_vendor/jaraco/context.py, service/pythonpath/setuptools/_vendor/jaraco/functools, service/pythonpath/setuptools/_vendor/jaraco/functools/__init__.py, service/pythonpath/setuptools/_vendor/jaraco/functools/__init__.pyi, service/pythonpath/setuptools/_vendor/jaraco/functools/py.typed, service/pythonpath/setuptools/_vendor/jaraco/text, service/pythonpath/setuptools/_vendor/jaraco/text/Lorem ipsum.txt, service/pythonpath/setuptools/_vendor/jaraco/text/__init__.py, service/pythonpath/setuptools/_vendor/jaraco/text/layouts.py, service/pythonpath/setuptools/_vendor/jaraco/text/show-newlines.py, service/pythonpath/setuptools/_vendor/jaraco/text/strip-prefix.py, service/pythonpath/setuptools/_vendor/jaraco/text/to-dvorak.py, service/pythonpath/setuptools/_vendor/jaraco/text/to-qwerty.py, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/more_itertools, service/pythonpath/setuptools/_vendor/more_itertools/__init__.py, service/pythonpath/setuptools/_vendor/more_itertools/__init__.pyi, service/pythonpath/setuptools/_vendor/more_itertools/more.py, service/pythonpath/setuptools/_vendor/more_itertools/more.pyi, service/pythonpath/setuptools/_vendor/more_itertools/py.typed, service/pythonpath/setuptools/_vendor/more_itertools/recipes.py, service/pythonpath/setuptools/_vendor/more_itertools/recipes.pyi, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/ordered_set, service/pythonpath/setuptools/_vendor/ordered_set/__init__.py, service/pythonpath/setuptools/_vendor/ordered_set/py.typed, service/pythonpath/setuptools/_vendor/ordered_set-4.1.0.dist-info, service/pythonpath/setuptools/_vendor/ordered_set-4.1.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/ordered_set-4.1.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/ordered_set-4.1.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/ordered_set-4.1.0.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/ordered_set-4.1.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/packaging, service/pythonpath/setuptools/_vendor/packaging/__init__.py, service/pythonpath/setuptools/_vendor/packaging/_elffile.py, service/pythonpath/setuptools/_vendor/packaging/_manylinux.py, service/pythonpath/setuptools/_vendor/packaging/_musllinux.py, service/pythonpath/setuptools/_vendor/packaging/_parser.py, service/pythonpath/setuptools/_vendor/packaging/_structures.py, service/pythonpath/setuptools/_vendor/packaging/_tokenizer.py, service/pythonpath/setuptools/_vendor/packaging/markers.py, service/pythonpath/setuptools/_vendor/packaging/metadata.py, service/pythonpath/setuptools/_vendor/packaging/py.typed, service/pythonpath/setuptools/_vendor/packaging/requirements.py, service/pythonpath/setuptools/_vendor/packaging/specifiers.py, service/pythonpath/setuptools/_vendor/packaging/tags.py, service/pythonpath/setuptools/_vendor/packaging/utils.py, service/pythonpath/setuptools/_vendor/packaging/version.py, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.APACHE, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.BSD, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/METADATA, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/RECORD, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/packaging-24.1.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/platformdirs, service/pythonpath/setuptools/_vendor/platformdirs/__init__.py, service/pythonpath/setuptools/_vendor/platformdirs/__main__.py, service/pythonpath/setuptools/_vendor/platformdirs/android.py, service/pythonpath/setuptools/_vendor/platformdirs/api.py, service/pythonpath/setuptools/_vendor/platformdirs/macos.py, service/pythonpath/setuptools/_vendor/platformdirs/py.typed, service/pythonpath/setuptools/_vendor/platformdirs/unix.py, service/pythonpath/setuptools/_vendor/platformdirs/version.py, service/pythonpath/setuptools/_vendor/platformdirs/windows.py, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses, service/pythonpath/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE, service/pythonpath/setuptools/_vendor/ruff.toml, service/pythonpath/setuptools/_vendor/tomli, service/pythonpath/setuptools/_vendor/tomli/__init__.py, service/pythonpath/setuptools/_vendor/tomli/_parser.py, service/pythonpath/setuptools/_vendor/tomli/_re.py, service/pythonpath/setuptools/_vendor/tomli/_types.py, service/pythonpath/setuptools/_vendor/tomli/py.typed, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/typeguard, service/pythonpath/setuptools/_vendor/typeguard/__init__.py, service/pythonpath/setuptools/_vendor/typeguard/_checkers.py, service/pythonpath/setuptools/_vendor/typeguard/_config.py, service/pythonpath/setuptools/_vendor/typeguard/_decorators.py, service/pythonpath/setuptools/_vendor/typeguard/_exceptions.py, service/pythonpath/setuptools/_vendor/typeguard/_functions.py, service/pythonpath/setuptools/_vendor/typeguard/_importhook.py, service/pythonpath/setuptools/_vendor/typeguard/_memo.py, service/pythonpath/setuptools/_vendor/typeguard/_pytest_plugin.py, service/pythonpath/setuptools/_vendor/typeguard/_suppression.py, service/pythonpath/setuptools/_vendor/typeguard/_transformer.py, service/pythonpath/setuptools/_vendor/typeguard/_union_transformer.py, service/pythonpath/setuptools/_vendor/typeguard/_utils.py, service/pythonpath/setuptools/_vendor/typeguard/py.typed, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt, service/pythonpath/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt, service/pythonpath/setuptools/_vendor/typing_extensions-4.12.2.dist-info, service/pythonpath/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA, service/pythonpath/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD, service/pythonpath/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/typing_extensions.py, service/pythonpath/setuptools/_vendor/wheel, service/pythonpath/setuptools/_vendor/wheel/__init__.py, service/pythonpath/setuptools/_vendor/wheel/__main__.py, service/pythonpath/setuptools/_vendor/wheel/_setuptools_logging.py, service/pythonpath/setuptools/_vendor/wheel/bdist_wheel.py, service/pythonpath/setuptools/_vendor/wheel/cli, service/pythonpath/setuptools/_vendor/wheel/cli/__init__.py, service/pythonpath/setuptools/_vendor/wheel/cli/convert.py, service/pythonpath/setuptools/_vendor/wheel/cli/pack.py, service/pythonpath/setuptools/_vendor/wheel/cli/tags.py, service/pythonpath/setuptools/_vendor/wheel/cli/unpack.py, service/pythonpath/setuptools/_vendor/wheel/macosx_libfile.py, service/pythonpath/setuptools/_vendor/wheel/metadata.py, service/pythonpath/setuptools/_vendor/wheel/util.py, service/pythonpath/setuptools/_vendor/wheel/vendored, service/pythonpath/setuptools/_vendor/wheel/vendored/__init__.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/__init__.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/_elffile.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/_parser.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/_structures.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/markers.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/requirements.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/specifiers.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/tags.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/utils.py, service/pythonpath/setuptools/_vendor/wheel/vendored/packaging/version.py, service/pythonpath/setuptools/_vendor/wheel/vendored/vendor.txt, service/pythonpath/setuptools/_vendor/wheel/wheelfile.py, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/wheel-0.43.0.dist-info/entry_points.txt, service/pythonpath/setuptools/_vendor/zipp, service/pythonpath/setuptools/_vendor/zipp/__init__.py, service/pythonpath/setuptools/_vendor/zipp/compat, service/pythonpath/setuptools/_vendor/zipp/compat/__init__.py, service/pythonpath/setuptools/_vendor/zipp/compat/py310.py, service/pythonpath/setuptools/_vendor/zipp/glob.py, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL, service/pythonpath/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt, service/pythonpath/setuptools/archive_util.py, service/pythonpath/setuptools/build_meta.py, service/pythonpath/setuptools/cli-32.exe, service/pythonpath/setuptools/cli-64.exe, service/pythonpath/setuptools/cli-arm64.exe, service/pythonpath/setuptools/cli.exe, service/pythonpath/setuptools/command, service/pythonpath/setuptools/command/__init__.py, service/pythonpath/setuptools/command/_requirestxt.py, service/pythonpath/setuptools/command/alias.py, service/pythonpath/setuptools/command/bdist_egg.py, service/pythonpath/setuptools/command/bdist_rpm.py, service/pythonpath/setuptools/command/bdist_wheel.py, service/pythonpath/setuptools/command/build.py, service/pythonpath/setuptools/command/build_clib.py, service/pythonpath/setuptools/command/build_ext.py, service/pythonpath/setuptools/command/build_py.py, service/pythonpath/setuptools/command/develop.py, service/pythonpath/setuptools/command/dist_info.py, service/pythonpath/setuptools/command/easy_install.py, service/pythonpath/setuptools/command/editable_wheel.py, service/pythonpath/setuptools/command/egg_info.py, service/pythonpath/setuptools/command/install.py, service/pythonpath/setuptools/command/install_egg_info.py, service/pythonpath/setuptools/command/install_lib.py, service/pythonpath/setuptools/command/install_scripts.py, service/pythonpath/setuptools/command/launcher manifest.xml, service/pythonpath/setuptools/command/register.py, service/pythonpath/setuptools/command/rotate.py, service/pythonpath/setuptools/command/saveopts.py, service/pythonpath/setuptools/command/sdist.py, service/pythonpath/setuptools/command/setopt.py, service/pythonpath/setuptools/command/test.py, service/pythonpath/setuptools/command/upload.py, service/pythonpath/setuptools/command/upload_docs.py, service/pythonpath/setuptools/compat, service/pythonpath/setuptools/compat/__init__.py, service/pythonpath/setuptools/compat/py310.py, service/pythonpath/setuptools/compat/py311.py, service/pythonpath/setuptools/compat/py39.py, service/pythonpath/setuptools/config, service/pythonpath/setuptools/config/__init__.py, service/pythonpath/setuptools/config/_apply_pyprojecttoml.py, service/pythonpath/setuptools/config/_validate_pyproject, service/pythonpath/setuptools/config/_validate_pyproject/__init__.py, service/pythonpath/setuptools/config/_validate_pyproject/error_reporting.py, service/pythonpath/setuptools/config/_validate_pyproject/extra_validations.py, service/pythonpath/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py, service/pythonpath/setuptools/config/_validate_pyproject/fastjsonschema_validations.py, service/pythonpath/setuptools/config/_validate_pyproject/formats.py, service/pythonpath/setuptools/config/expand.py, service/pythonpath/setuptools/config/pyprojecttoml.py, service/pythonpath/setuptools/config/setupcfg.py, service/pythonpath/setuptools/depends.py, service/pythonpath/setuptools/discovery.py, service/pythonpath/setuptools/dist.py, service/pythonpath/setuptools/errors.py, service/pythonpath/setuptools/extension.py, service/pythonpath/setuptools/glob.py, service/pythonpath/setuptools/gui-32.exe, service/pythonpath/setuptools/gui-64.exe, service/pythonpath/setuptools/gui-arm64.exe, service/pythonpath/setuptools/gui.exe, service/pythonpath/setuptools/installer.py, service/pythonpath/setuptools/launch.py, service/pythonpath/setuptools/logging.py, service/pythonpath/setuptools/modified.py, service/pythonpath/setuptools/monkey.py, service/pythonpath/setuptools/msvc.py, service/pythonpath/setuptools/namespaces.py, service/pythonpath/setuptools/package_index.py, service/pythonpath/setuptools/sandbox.py, service/pythonpath/setuptools/script (dev).tmpl, service/pythonpath/setuptools/script.tmpl, service/pythonpath/setuptools/tests, service/pythonpath/setuptools/tests/__init__.py, service/pythonpath/setuptools/tests/compat, service/pythonpath/setuptools/tests/compat/__init__.py, service/pythonpath/setuptools/tests/compat/py39.py, service/pythonpath/setuptools/tests/config, service/pythonpath/setuptools/tests/config/__init__.py, service/pythonpath/setuptools/tests/config/downloads, service/pythonpath/setuptools/tests/config/downloads/__init__.py, service/pythonpath/setuptools/tests/config/downloads/preload.py, service/pythonpath/setuptools/tests/config/setupcfg_examples.txt, service/pythonpath/setuptools/tests/config/test_apply_pyprojecttoml.py, service/pythonpath/setuptools/tests/config/test_expand.py, service/pythonpath/setuptools/tests/config/test_pyprojecttoml.py, service/pythonpath/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py, service/pythonpath/setuptools/tests/config/test_setupcfg.py, service/pythonpath/setuptools/tests/contexts.py, service/pythonpath/setuptools/tests/environment.py, service/pythonpath/setuptools/tests/fixtures.py, service/pythonpath/setuptools/tests/indexes, service/pythonpath/setuptools/tests/indexes/test_links_priority, service/pythonpath/setuptools/tests/indexes/test_links_priority/external.html, service/pythonpath/setuptools/tests/indexes/test_links_priority/simple, service/pythonpath/setuptools/tests/indexes/test_links_priority/simple/foobar, service/pythonpath/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html, service/pythonpath/setuptools/tests/integration, service/pythonpath/setuptools/tests/integration/__init__.py, service/pythonpath/setuptools/tests/integration/helpers.py, service/pythonpath/setuptools/tests/integration/test_pip_install_sdist.py, service/pythonpath/setuptools/tests/mod_with_constant.py, service/pythonpath/setuptools/tests/namespaces.py, service/pythonpath/setuptools/tests/script-with-bom.py, service/pythonpath/setuptools/tests/server.py, service/pythonpath/setuptools/tests/test_archive_util.py, service/pythonpath/setuptools/tests/test_bdist_deprecations.py, service/pythonpath/setuptools/tests/test_bdist_egg.py, service/pythonpath/setuptools/tests/test_bdist_wheel.py, service/pythonpath/setuptools/tests/test_build.py, service/pythonpath/setuptools/tests/test_build_clib.py, service/pythonpath/setuptools/tests/test_build_ext.py, service/pythonpath/setuptools/tests/test_build_meta.py, service/pythonpath/setuptools/tests/test_build_py.py, service/pythonpath/setuptools/tests/test_config_discovery.py, service/pythonpath/setuptools/tests/test_core_metadata.py, service/pythonpath/setuptools/tests/test_depends.py, service/pythonpath/setuptools/tests/test_develop.py, service/pythonpath/setuptools/tests/test_dist.py, service/pythonpath/setuptools/tests/test_dist_info.py, service/pythonpath/setuptools/tests/test_distutils_adoption.py, service/pythonpath/setuptools/tests/test_easy_install.py, service/pythonpath/setuptools/tests/test_editable_install.py, service/pythonpath/setuptools/tests/test_egg_info.py, service/pythonpath/setuptools/tests/test_extern.py, service/pythonpath/setuptools/tests/test_find_packages.py, service/pythonpath/setuptools/tests/test_find_py_modules.py, service/pythonpath/setuptools/tests/test_glob.py, service/pythonpath/setuptools/tests/test_install_scripts.py, service/pythonpath/setuptools/tests/test_integration.py, service/pythonpath/setuptools/tests/test_logging.py, service/pythonpath/setuptools/tests/test_manifest.py, service/pythonpath/setuptools/tests/test_msvc14.py, service/pythonpath/setuptools/tests/test_namespaces.py, service/pythonpath/setuptools/tests/test_packageindex.py, service/pythonpath/setuptools/tests/test_register.py, service/pythonpath/setuptools/tests/test_sandbox.py, service/pythonpath/setuptools/tests/test_sdist.py, service/pythonpath/setuptools/tests/test_setopt.py, service/pythonpath/setuptools/tests/test_setuptools.py, service/pythonpath/setuptools/tests/test_unicode_utils.py, service/pythonpath/setuptools/tests/test_upload.py, service/pythonpath/setuptools/tests/test_virtualenv.py, service/pythonpath/setuptools/tests/test_warnings.py, service/pythonpath/setuptools/tests/test_wheel.py, service/pythonpath/setuptools/tests/test_windows_wrappers.py, service/pythonpath/setuptools/tests/text.py, service/pythonpath/setuptools/tests/textwrap.py, service/pythonpath/setuptools/unicode_utils.py, service/pythonpath/setuptools/version.py, service/pythonpath/setuptools/warnings.py, service/pythonpath/setuptools/wheel.py, service/pythonpath/setuptools/windows_support.py, service/pythonpath/setuptools-72.1.0.dist-info, service/pythonpath/setuptools-72.1.0.dist-info/LICENSE, service/pythonpath/setuptools-72.1.0.dist-info/METADATA, service/pythonpath/setuptools-72.1.0.dist-info/RECORD, service/pythonpath/setuptools-72.1.0.dist-info/WHEEL, service/pythonpath/setuptools-72.1.0.dist-info/entry_points.txt, service/pythonpath/setuptools-72.1.0.dist-info/top_level.txt, service/pythonpath/six-1.16.0.dist-info, service/pythonpath/six-1.16.0.dist-info/LICENSE, service/pythonpath/six-1.16.0.dist-info/METADATA, service/pythonpath/six-1.16.0.dist-info/RECORD, service/pythonpath/six-1.16.0.dist-info/WHEEL, service/pythonpath/six-1.16.0.dist-info/top_level.txt, service/pythonpath/six.py +contents=Addons.xcu, Drivers.xcu, META-INF, META-INF/manifest.xml, Options.xcs, Options.xcu, OptionsDialog.xcu, ProtocolHandler.xcu, description, description/desc_en.txt, description/desc_fr.txt, description.xml, driver, driver/derby, driver/derby/derby.jar, driver/derby/derbyLocale_cs.jar, driver/derby/derbyLocale_de_DE.jar, driver/derby/derbyLocale_es.jar, driver/derby/derbyLocale_fr.jar, driver/derby/derbyLocale_hu.jar, driver/derby/derbyLocale_it.jar, driver/derby/derbyLocale_ja_JP.jar, driver/derby/derbyLocale_ko_KR.jar, driver/derby/derbyLocale_pl.jar, driver/derby/derbyLocale_pt_BR.jar, driver/derby/derbyLocale_ru.jar, driver/derby/derbyLocale_zh_CN.jar, driver/derby/derbyLocale_zh_TW.jar, driver/derby/derbyshared.jar, driver/derby/derbytools.jar, driver/h2-2.2.224.jar, driver/hsqldb-2.7.3.jar, driver/jaybird-5.0.5.java11.jar, driver/mariadb-java-client-3.4.0.jar, driver/mysql-connector-j-8.4.0.jar, driver/postgresql-42.7.1.jar, driver/sqlite-jdbc-3.45.1.6-SNAPSHOT.jar, driver/trino-jdbc-453.jar, dialogs, dialogs/*, img, img/column-0.png, img, img/column-1.png, img/jdbcDriverOOo.svg, img/privilege-0.png, img/privilege-1.png, img/privilege-2.png, img/privilege-3.png, img/privilege-4.png, img/privilege-5.png, lib, lib/Driver-Derby.jar, lib/Driver-H2.jar, lib/Driver-HsqlDB.jar, lib/Driver-MariaDB.jar, lib/Driver-SQLite.jar, lib/UnoLogger.jar, lib/jna-5.14.0.jar, lib/jna-jpms-5.14.0.jar, lib/jna-platform-5.14.0.jar, lib/jsqlparser-4.4.jar, lib/log4j-over-slf4j-2.0.6.jar, lib/schemacrawler-16.16.14.jar, lib/schemacrawler-hsqldb-16.16.14.jar, lib/slf4j-api-2.0.6.jar, registration, registration/TermsOfUse_en.md, registration/TermsOfUse_fr.md, requirements.txt, resource, resource/Driver_en_US.default, resource/Driver_en_US.properties, resource/Driver_fr_FR.properties, resource/Logger_en_US.default, resource/Logger_en_US.properties, resource/Logger_fr_FR.properties, resource/OptionsDialog_en_US.default, resource/OptionsDialog_en_US.properties, resource/OptionsDialog_fr_FR.properties, resource/dbqueries_en_US.default, resource/dbqueries_en_US.properties, resource/dbqueries_fr_FR.properties, service, service/* dialogLibs= basicLibs= diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmanager.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmanager.py index 3d27cebe..73dd3267 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmanager.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmanager.py @@ -96,13 +96,13 @@ def __init__(self, ctx, view, connection, groups, isuser): self._flags = tuple(columns.values()) self._view = view window = self._view.getGridWindow() - url = getResourceLocation(ctx, g_identifier, g_extension) + url = getResourceLocation(ctx, g_identifier, 'img') model = GridModel(ctx, user, groups, grantees, tables, self._flags, isuser, url) quote = connection.getMetaData().getIdentifierQuoteString() - resolver = getStringResource(ctx, g_identifier, g_extension) + resolver = getStringResource(ctx, g_identifier, 'dialogs', 'PrivilegesDialog') resources = (resolver, 'PrivilegesDialog.CheckBox%s.Label') manager = GridManager(ctx, datasource, GridListener(self), self._columns, url, model, window, quote, 'AdminGrid', SINGLE, resources, None, True) - self._model = AdminModel(manager, users, members, tables, name, resolver) + self._model = AdminModel(ctx, manager, users, members, tables, name) self._dialog = None self._disabled = True self._view.initGrantees(self._model.getGrantees()) diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmodel.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmodel.py index 89157661..dfafb298 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmodel.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminmodel.py @@ -42,20 +42,23 @@ from com.sun.star.container import ElementExistException +from ..unotool import getStringResource from ..unotool import hasInterface +from ..configuration import g_identifier + import traceback class AdminModel(unohelper.Base): - def __init__(self, manager, users, members, tables, username, resolver): + def __init__(self, ctx, manager, users, members, tables, username): self._grid = manager self._users = users self._members = members self._tables = tables self._username = username self._grantee = '' - self._resolver = resolver + self._resolver = getStringResource(ctx, g_identifier, 'dialogs', 'MessageBox') self._resources = {'DropGroupTitle' : 'MessageBox.DropGroup.Title', 'DropGroupMessage' : 'MessageBox.DropGroup.Message', 'DropUserTitle' : 'MessageBox.DropUser.Title', diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminview.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminview.py index cacfefb7..d64fe331 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminview.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/adminview.py @@ -34,12 +34,12 @@ from ..unotool import getDialog -from ..configuration import g_extension +from ..configuration import g_identifier class AdminView(unohelper.Base): def __init__(self, ctx, xdl, handler, parent): - self._dialog = getDialog(ctx, g_extension, xdl, handler, parent) + self._dialog = getDialog(ctx, g_identifier, xdl, handler, parent) def initGrantees(self, grantees, grantee=None): control = self._getGrantees() diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/granteeview.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/granteeview.py index 75204312..068e9ce4 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/granteeview.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/granteeview.py @@ -31,12 +31,12 @@ from ...unotool import getDialog -from ...configuration import g_extension +from ...configuration import g_identifier class GranteeView(unohelper.Base): def __init__(self, ctx, xdl, handler, parent): - self._dialog = getDialog(ctx, g_extension, xdl, handler, parent) + self._dialog = getDialog(ctx, g_identifier, xdl, handler, parent) self._background = {True: 16777215, False: 15790320} def execute(self): diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/memberview.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/memberview.py index 96bdcd4a..e992b176 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/memberview.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/memberview.py @@ -31,12 +31,12 @@ from ...unotool import getDialog -from ...configuration import g_extension +from ...configuration import g_identifier class MemberView(unohelper.Base): def __init__(self, ctx, xdl, handler, parent, title, members, available): - self._dialog = getDialog(ctx, g_extension, xdl, handler, parent) + self._dialog = getDialog(ctx, g_identifier, xdl, handler, parent) self._dialog.setTitle(title) self._getSelectedMembers().Model.StringItemList = members self._getAvailableMembers().Model.StringItemList = available diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/passwordview.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/passwordview.py index 38f3284c..b1a95716 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/passwordview.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/passwordview.py @@ -31,12 +31,12 @@ from ...unotool import getDialog -from ...configuration import g_extension +from ...configuration import g_identifier class PasswordView(unohelper.Base): def __init__(self, ctx, handler, parent): - self._dialog = getDialog(ctx, g_extension, 'PasswordDialog', handler, parent) + self._dialog = getDialog(ctx, g_identifier, 'PasswordDialog', handler, parent) def execute(self): return self._dialog.execute() diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/privilegeview.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/privilegeview.py index 497a5c8a..543b16e2 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/privilegeview.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/admin/dialog/privilegeview.py @@ -32,12 +32,12 @@ from ...unotool import getDialog -from ...configuration import g_extension +from ...configuration import g_identifier class PrivilegeView(): def __init__(self, ctx, flags, table, columns, privileges, grantables, inherited): - self._dialog = getDialog(ctx, g_extension, 'PrivilegesDialog') + self._dialog = getDialog(ctx, g_identifier, 'PrivilegesDialog') rectangle = uno.createUnoStruct('com.sun.star.awt.Rectangle', 10, 10, 90, 15) self._createCheckBox(columns, rectangle) self._dialog.Title = table diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/dbadmin.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/dbadmin.py index 4807a4d3..0912dd7a 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/dbadmin.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/dbadmin.py @@ -152,7 +152,7 @@ def _getConnection(self): return close, connection def _getDialogData(self): - resolver = getStringResource(self._ctx, g_identifier, g_extension) + resolver = getStringResource(self._ctx, g_identifier, 'dialogs', 'MessageBox') message = resolver.resolveString('MessageBox.Admin.Message') title = resolver.resolveString('MessageBox.Admin.Title') return message, title, 'error', 1 diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsmodel.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsmodel.py index 4729230e..ae8718c4 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsmodel.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsmodel.py @@ -39,16 +39,14 @@ from ..unotool import getResourceLocation from ..unotool import getUrl -from ..configuration import g_identifier -from ..configuration import g_extension - from ..dbconfig import g_folder -from ..configuration import g_extension - from ..logger import getLogger g_basename = 'OptionsDialog' +from ..configuration import g_identifier +from ..configuration import g_extension + from threading import Thread from collections import OrderedDict import traceback @@ -78,7 +76,7 @@ def __init__(self, ctx, lock): 'com.sun.star.sdb.Connection')} self._connectProtocol = 'jdbc:' self._registeredProtocol = 'xdbc:' - self._resolver = getStringResource(ctx, g_identifier, g_extension) + self._resolver = getStringResource(ctx, g_identifier, 'dialogs', 'OptionsDialog') self._resources = {'TabTitle1' : 'OptionsDialog.Tab1.Title', 'TabTitle2' : 'OptionsDialog.Tab2.Title'} config = self._configuration.getByName('Installed') diff --git a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsview.py b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsview.py index eab078ea..128ecab1 100644 --- a/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsview.py +++ b/source/jdbcDriverOOo/service/pythonpath/jdbcdriver/options/optionsview.py @@ -31,7 +31,7 @@ from ..unotool import getContainerWindow -from ..configuration import g_extension +from ..configuration import g_identifier import traceback @@ -42,9 +42,9 @@ def __init__(self, ctx, window, handler1, handler2, listener, restart, title1, t self._window = window rectangle = uno.createUnoStruct('com.sun.star.awt.Rectangle', 0, 0, 260, 225) tab1, tab2 = self._getTabPages(window, rectangle, title1, title2) - self._tab1 = getContainerWindow(ctx, tab1.getPeer(), handler1, g_extension, 'UnoDriverDialog') + self._tab1 = getContainerWindow(ctx, tab1.getPeer(), handler1, g_identifier, 'UnoDriverDialog') self._tab1.setVisible(True) - self._tab2 = getContainerWindow(ctx, tab2.getPeer(), handler2, g_extension, 'JdbcDriverDialog') + self._tab2 = getContainerWindow(ctx, tab2.getPeer(), handler2, g_identifier, 'JdbcDriverDialog') self._tab2.setVisible(True) self._getTab().addTabPageContainerListener(listener) self.setRestart(restart) diff --git a/uno/dialog/grid/GridWindow_en_US.default b/uno/dialog/grid/GridWindow_en_US.default new file mode 100644 index 00000000..e69de29b diff --git a/uno/dialog/grid/GridWindow_en_US.properties b/uno/dialog/grid/GridWindow_en_US.properties new file mode 100644 index 00000000..9c3c60b4 --- /dev/null +++ b/uno/dialog/grid/GridWindow_en_US.properties @@ -0,0 +1,8 @@ +GridWindow.HelpText= +GridWindow.Title= +GridWindow.CommandButton1.HelpText=Organize columns +GridWindow.CommandButton1.Label=+ +GridWindow.Label1.HelpText=Columns to display +GridWindow.Label1.Label=Show columns: +GridWindow.ListBox1.HelpText=Define the name of the columns to display +GridWindow.ListBox1.Text= diff --git a/uno/dialog/grid/GridWindow_fr_FR.properties b/uno/dialog/grid/GridWindow_fr_FR.properties new file mode 100644 index 00000000..5c5089cc --- /dev/null +++ b/uno/dialog/grid/GridWindow_fr_FR.properties @@ -0,0 +1,8 @@ +GridWindow.HelpText= +GridWindow.Title= +GridWindow.CommandButton1.HelpText=Organiser les colonnes +GridWindow.CommandButton1.Label=+ +GridWindow.Label1.HelpText=Colonnes \u00e0 afficher +GridWindow.Label1.Label=Afficher les colonnes: +GridWindow.ListBox1.HelpText=D\u00e9finir le nom des colonnes \u00e0 afficher +GridWindow.ListBox1.Text= diff --git a/uno/lib/uno/grid/gridview.py b/uno/lib/uno/grid/gridview.py index 097600ae..1a4414e9 100644 --- a/uno/lib/uno/grid/gridview.py +++ b/uno/lib/uno/grid/gridview.py @@ -33,7 +33,7 @@ from ..unotool import getContainerWindow -from ..configuration import g_extension +from ..configuration import g_identifier class GridView(unohelper.Base): @@ -41,7 +41,7 @@ def __init__(self, ctx, window, handler, model, selection, step=1): self._name = 'GridControl1' self._gap = 20 self._margin = 10 - self._window = getContainerWindow(ctx, window.getPeer(), handler, g_extension, 'GridWindow') + self._window = getContainerWindow(ctx, window.getPeer(), handler, g_identifier, 'GridWindow') self._setWindowSize(window.Model, step) self._createGrid(model, selection) self._window.setVisible(True)