r2936 - trunk/src/main/resources/org/chorem/jtimer/resources
Author: tchemit Date: 2013-09-24 08:54:02 +0200 (Tue, 24 Sep 2013) New Revision: 2936 Url: http://chorem.org/projects/jtimer/repository/revisions/2936 Log: fixes #945: Add more shortcuts Modified: trunk/src/main/resources/org/chorem/jtimer/resources/JTimer.properties trunk/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties Modified: trunk/src/main/resources/org/chorem/jtimer/resources/JTimer.properties =================================================================== --- trunk/src/main/resources/org/chorem/jtimer/resources/JTimer.properties 2013-09-11 20:34:27 UTC (rev 2935) +++ trunk/src/main/resources/org/chorem/jtimer/resources/JTimer.properties 2013-09-24 06:54:02 UTC (rev 2936) @@ -40,20 +40,25 @@ # Resources for @Actions defined in jTimer newProject.Action.text = New Project newProject.Action.icon = bookmark-new.png +newProject.Action.accelerator = shift control N newProject.Action.shortDescription = Create new project editProject.Action.text = Edit project +editProject.Action.accelerator = shift F2 editProject.Action.shortDescription = Edit project deleteProject.Action.text = Delete Project deleteProject.Action.icon = process-stop.png +deleteProject.Action.accelerator = shift control DELETE deleteProject.Action.shortDescription = Delete project closeProject.Action.text = Open/Close Project +closeProject.Action.accelerator = shift control O closeProject.Action.shortDescription = Open or close project newTask.Action.text = New Task newTask.Action.icon = document-new.png +newTask.Action.accelerator = control N newTask.Action.shortDescription = Create new task editTask.Action.text = Edit Task @@ -61,6 +66,7 @@ editTask.Action.shortDescription = Edit task closeTask.Action.text = Open/Close Task +closeTask.Action.accelerator = control O closeTask.Action.shortDescription = Open or close task deleteTask.Action.text = Delete Task @@ -75,10 +81,12 @@ stopTask.Action.text = St&op stopTask.Action.icon = process-stop.png +stopTask.Action.accelerator = alt shift S stopTask.Action.shortDescription = Stop selected task addAnnotation.Action.text = Add annotation addAnnotation.Action.icon = notes.png +addAnnotation.Action.accelerator = control A addAnnotation.Action.shortDescription = Add an annotation editAlert.Action.text = Edit alerts Modified: trunk/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties =================================================================== --- trunk/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties 2013-09-11 20:34:27 UTC (rev 2935) +++ trunk/src/main/resources/org/chorem/jtimer/resources/JTimer_fr.properties 2013-09-24 06:54:02 UTC (rev 2936) @@ -49,12 +49,10 @@ deleteTask.Action.text = Suppression de la t\u00E2che deleteTask.Action.icon = process-stop.png -deleteTask.Action.accelerator = DELETE deleteTask.Action.shortDescription = Suppression de la t\u00E2che startTask.Action.text = D\u00E9marrer startTask.Action.icon = go-next.png -startTask.Action.accelerator = alt S startTask.Action.shortDescription = D\u00E9marre la t\u00E2che s\u00E9lectionn\u00E9e stopTask.Action.text = Arr\u00EAter @@ -74,19 +72,15 @@ decrement1Task.Action.shortDescription = Retire 1 minute au temps de la t\u00E2che increment5Task.Action.text = Ajouter 5 minutes -increment5Task.Action.accelerator = control I increment5Task.Action.shortDescription = Ajoute 5 minutes au temps de la t\u00E2che decrement5Task.Action.text = Enlever 5 minutes -decrement5Task.Action.accelerator = control D decrement5Task.Action.shortDescription = Retire 5 minutes au temps de la t\u00E2che increment30Task.Action.text = Ajouter 30 minutes -increment30Task.Action.accelerator = control shift I increment30Task.Action.shortDescription = Ajoute 30 minute au temps de la t\u00E2che decrement30Task.Action.text = Enlever 30 minutes -decrement30Task.Action.accelerator = control shift D decrement30Task.Action.shortDescription = Retire 30 minutes au temps de la t\u00E2che setToZero.Action.text = Remettre \u00E0 Zero
participants (1)
-
tchemit@users.chorem.org