Skip to content

Commit

Permalink
new version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Sep 1, 2024
1 parent fc95d21 commit 1a8a924
Show file tree
Hide file tree
Showing 93 changed files with 564 additions and 658 deletions.
1 change: 0 additions & 1 deletion source/jdbcDriverOOo/META-INF/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB" manifest:full-path="types.rdb"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.dialog-library" manifest:full-path="jdbcDriverOOo/"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Java" manifest:full-path="jdbcDriverOOo.jar"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python" manifest:full-path="service/Driver.py"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python" manifest:full-path="service/AdminDispatcher.py"/>
Expand Down
2 changes: 1 addition & 1 deletion source/jdbcDriverOOo/OptionsDialog.xcu
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<value xml:lang="fr-FR">Pilote JDBC</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/jdbcDriverOOo/OptionsDialog.xdl</value>
<value>%origin%/dialogs/OptionsDialog.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>io.github.prrvchr.jdbcDriverOOo.OptionsHandler</value>
Expand Down
4 changes: 2 additions & 2 deletions source/jdbcDriverOOo/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<name lang="fr-FR">jdbcDriverOOo</name>
</display-name>
<icon>
<default xlink:href="jdbcDriverOOo/jdbcDriverOOo.svg"/>
<high-contrast xlink:href="jdbcDriverOOo/jdbcDriverOOo.svg"/>
<default xlink:href="img/jdbcDriverOOo.svg"/>
<high-contrast xlink:href="img/jdbcDriverOOo.svg"/>
</icon>
<extension-description>
<src lang="en-US" xlink:href="description/desc_en.txt"/>
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/GridWindow_en_US.default
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/GridWindow_en_US.properties
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/GridWindow_fr_FR.properties
24 changes: 24 additions & 0 deletions source/jdbcDriverOOo/dialogs/GroupDialog_en_US.properties
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions source/jdbcDriverOOo/dialogs/GroupDialog_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions source/jdbcDriverOOo/dialogs/GroupsDialog_en_US.properties
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions source/jdbcDriverOOo/dialogs/GroupsDialog_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
<dlg:button dlg:page="2" dlg:id="CommandButton6" dlg:tab-index="23" dlg:disabled="false" dlg:left="215" dlg:top="100" dlg:width="35" dlg:height="15" dlg:help-text="&amp;JdbcDriverDialog.CommandButton6.HelpText" dlg:value="&amp;JdbcDriverDialog.CommandButton6.Label">
<script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:Search" script:language="UNO"/>
</dlg:button>
<dlg:checkbox dlg:id="CheckBox1" dlg:tab-index="24" dlg:left="100" dlg:top="120" dlg:width="70" dlg:height="15" dlg:help-text="&amp;LogWindow.CheckBox1.HelpText" dlg:value="&amp;LogWindow.CheckBox1.Label" dlg:valign="center" dlg:checked="false">
<dlg:checkbox dlg:id="CheckBox1" dlg:tab-index="24" dlg:left="100" dlg:top="120" dlg:width="70" dlg:height="15" dlg:help-text="&amp;JdbcDriverDialog.CheckBox1.HelpText" dlg:value="&amp;JdbcDriverDialog.CheckBox1.Label" dlg:valign="center" dlg:checked="false">
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ToggleLogger" script:language="UNO"/>
</dlg:checkbox>
<dlg:text dlg:id="Label9" dlg:tab-index="25" dlg:left="180" dlg:top="120" dlg:width="20" dlg:height="15" dlg:help-text="&amp;LogWindow.Label3.HelpText" dlg:value="&amp;LogWindow.Label3.Label" dlg:valign="center"/>
<dlg:menulist dlg:id="ListBox2" dlg:tab-index="26" dlg:left="205" dlg:top="120" dlg:width="45" dlg:height="15" dlg:help-text="&amp;LogWindow.ListBox2.HelpText" dlg:spin="true">
<dlg:text dlg:id="Label9" dlg:tab-index="25" dlg:left="180" dlg:top="120" dlg:width="20" dlg:height="15" dlg:help-text="&amp;JdbcDriverDialog.Label9.HelpText" dlg:value="&amp;JdbcDriverDialog.Label9.Label" dlg:valign="center"/>
<dlg:menulist dlg:id="ListBox2" dlg:tab-index="26" dlg:left="205" dlg:top="120" dlg:width="45" dlg:height="15" dlg:help-text="&amp;JdbcDriverDialog.ListBox2.HelpText" dlg:spin="true">
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:SetLogger" script:language="UNO"/>
<dlg:menupopup>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.0"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.1"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.2"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.3"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.4"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.5"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.6"/>
<dlg:menuitem dlg:value="&amp;LogWindow.ListBox2.StringItemList.7"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.0"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.1"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.2"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.3"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.4"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.5"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.6"/>
<dlg:menuitem dlg:value="&amp;JdbcDriverDialog.ListBox2.StringItemList.7"/>
</dlg:menupopup>
</dlg:menulist>
<dlg:text dlg:style-id="0" dlg:id="Label10" dlg:tab-index="27" dlg:left="10" dlg:top="140" dlg:width="240" dlg:height="15" dlg:help-text="&amp;JdbcDriverDialog.Label10.HelpText" dlg:value="&amp;JdbcDriverDialog.Label10.Label" dlg:align="center" dlg:valign="center"/>
Expand Down
Empty file.
66 changes: 66 additions & 0 deletions source/jdbcDriverOOo/dialogs/JdbcDriverDialog_en_US.properties
Original file line number Diff line number Diff line change
@@ -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...
66 changes: 66 additions & 0 deletions source/jdbcDriverOOo/dialogs/JdbcDriverDialog_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -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...
File renamed without changes.
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/LogDialog_en_US.default
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/LogDialog_en_US.properties
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/LogDialog_fr_FR.properties
File renamed without changes.
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/LogWindow_en_US.default
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/LogWindow_en_US.properties
1 change: 1 addition & 0 deletions source/jdbcDriverOOo/dialogs/LogWindow_fr_FR.properties
Empty file.
15 changes: 15 additions & 0 deletions source/jdbcDriverOOo/dialogs/MessageBox_en_US.properties
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions source/jdbcDriverOOo/dialogs/MessageBox_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -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
Empty file.
9 changes: 9 additions & 0 deletions source/jdbcDriverOOo/dialogs/NewGroupDialog_en_US.properties
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions source/jdbcDriverOOo/dialogs/NewGroupDialog_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -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
Empty file.
15 changes: 15 additions & 0 deletions source/jdbcDriverOOo/dialogs/NewUserDialog_en_US.properties
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions source/jdbcDriverOOo/dialogs/NewUserDialog_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -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
Empty file.
Empty file.
Loading

0 comments on commit 1a8a924

Please sign in to comment.