[Ejtools-cvs] CVS: libraries/adwt/src/resources action.properties,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-24 19:55:05
|
Update of /cvsroot/ejtools/libraries/adwt/src/resources In directory usw-pr-cvs1:/tmp/cvs-serv27229/src/resources Modified Files: action.properties Log Message: Add mnemonic and accelerators Index: action.properties =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/resources/action.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** action.properties 18 Apr 2002 21:10:30 -0000 1.1 --- action.properties 24 Apr 2002 19:54:58 -0000 1.2 *************** *** 1,29 **** ! # actions action.file=File action.edit=Edit action.tools=Tools action.options=Options action.help=Help action.window=Window ! # actions action.file.new=New action.file.open=Open action.file.save=Save ! action.file.save.as=Save As ! action.file.exit=Exit ! action.file.history=N/A action.edit.cut=Cut action.edit.copy=Copy action.edit.paste=Paste action.edit.delete=Delete action.edit.delete.selected=Delete Selected action.edit.select.all=Select All action.edit.deselect.all=Deselect All - action.window.cascade=Cascade Windows - action.window.tile=Tile Windows - action.window.close=Close - action.window.close.all=Close - action.window.frame=Window - action.help.about=About --- 1,66 ---- ! # Actions action.file=File + action.file.mnemonic=70 + action.edit=Edit + action.edit.mnemonic=69 + action.tools=Tools + action.tools.mnemonic=78 + action.options=Options + action.options.mnemonic=79 + action.help=Help + action.help.mnemonic=72 + action.window=Window + action.window.mnemonic=78 ! ! # Actions action.file.new=New + action.file.new.mnemonic=78 + action.file.new.accelerator=control N + action.file.open=Open + action.file.open.mnemonic=79 + action.file.open.accelerator=control O + action.file.save=Save ! action.file.save.mnemonic=83 ! action.file.save.accelerator=control S ! ! action.file.save.as=Save As... ! ! action.file.exit=Quit ! action.file.exit.mnemonic=81 ! action.file.exit.accelerator=control Q ! ! action.file.history=... ! action.edit.cut=Cut + action.edit.copy=Copy + action.edit.paste=Paste + action.edit.delete=Delete + action.edit.delete.selected=Delete Selected + action.edit.select.all=Select All + action.edit.deselect.all=Deselect All + action.window.cascade=Cascade + + action.window.tile=Pavé + + action.window.close=Fermer + + action.window.close.all=Fermer Tout + + action.window.frame=... + + action.help.about=A Propos |