Update of /cvsroot/ejtools/libraries/adwt/src/resources/org/ejtools/adwt/action
In directory sc8-pr-cvs1:/tmp/cvs-serv8980/adwt/src/resources/org/ejtools/adwt/action
Modified Files:
Resources.properties Resources_fr_FR.properties
Log Message:
Address Todo #755528
Remove @created tags
Index: Resources.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/resources/org/ejtools/adwt/action/Resources.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Resources.properties 15 Sep 2003 22:37:14 -0000 1.2
--- Resources.properties 27 Nov 2003 00:51:45 -0000 1.3
***************
*** 81,84 ****
--- 81,97 ----
action.file.history=...
+ action.file.open.workspace=Open Workspace
+ action.file.open.workspace.accelerator=control O
+ action.file.open.workspace.mnemonic=79
+ action.file.open.workspace.tooltip=Open an existing workspace
+
+ action.file.save.workspace.as=Save Workspace As...
+ action.file.save.workspace.as.tooltip=Save the workspace as...
+
+ action.file.save.workspace=Save Workspace
+ action.file.save.workspace.accelerator=control S
+ action.file.save.workspace.mnemonic=83
+ action.file.save.workspace.tooltip=Save the workspace
+
action.file.exit=Quit
action.file.exit.accelerator=control Q
Index: Resources_fr_FR.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/resources/org/ejtools/adwt/action/Resources_fr_FR.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Resources_fr_FR.properties 15 Sep 2003 23:08:27 -0000 1.3
--- Resources_fr_FR.properties 27 Nov 2003 00:51:45 -0000 1.4
***************
*** 81,84 ****
--- 81,97 ----
action.file.history=...
+ action.file.open.workspace=Ouvrir Configuration
+ action.file.open.workspace.accelerator=control O
+ action.file.open.workspace.mnemonic=79
+ action.file.open.workspace.tooltip=Ouvrir une configuration existante
+
+ action.file.save.workspace.as=Sauver Configuration sous...
+ action.file.save.workspace.as.tooltip=Sauver la configuration sous...
+
+ action.file.save.workspace=Sauver Configuration
+ action.file.save.workspace.accelerator=control S
+ action.file.save.workspace.mnemonic=83
+ action.file.save.workspace.tooltip=Sauver la configuration
+
action.file.exit=Quitter
action.file.exit.mnemonic=81
|