From 785cb10e41f07dbb3e2d8c8f5dc4a2ba6fdb5b92 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 19 Mar 2007 12:36:19 +0000 Subject: [PATCH] Monotone-Parent: 7819e122d747db274d7556955855b105e8367b31 Monotone-Revision: acf7876c4f7fe4bb25f13c6e2d07c55ad2567ab8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-19T12:36:19 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/English.lproj/Localizable.strings | 4 ++++ UI/Scheduler/French.lproj/Localizable.strings | 10 ++++------ UI/WebServerResources/UIxTaskEditor.css | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index a6c44bf10..047259cd3 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -228,9 +228,13 @@ /* status type */ "status_" = "Not specified"; +"status_NOT-SPECIFIED" = "Not specified"; "status_TENTATIVE" = "Tentative"; "status_CONFIRMED" = "Confirmed"; "status_CANCELLED" = "Cancelled"; +"status_NEEDS-ACTION" = "Needs Action"; +"status_IN-PROCESS" = "In Process"; +"status_COMPLETED" = "Completed on"; /* Cycles */ diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index b99bab508..4663adb8d 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -229,9 +229,13 @@ /* status type */ "status_" = "Non-spécifié"; +"status_NOT-SPECIFIED" = "Non spécifié"; "status_TENTATIVE" = "Tentative"; "status_CONFIRMED" = "Confirmé"; "status_CANCELLED" = "Annulé"; +"status_NEEDS-ACTION" = "En attente"; +"status_IN-PROCESS" = "En cours"; +"status_COMPLETED" = "Complété le"; /* Cycles */ @@ -296,12 +300,6 @@ "reminder_1_WEEK_BEFORE" = "1 semaine avant"; "reminder_CUSTOM" = "Personnaliser..."; -"status_NOT-SPECIFIED" = "Non spécifié"; -"status_NEEDS-ACTION" = "En attente"; -"status_IN-PROCESS" = "En cours"; -"status_COMPLETED" = "Complété le"; -"status_CANCELLED" = "Annulé"; - /* validation errors */ validate_notitle = "Le titre n'est pas rempli. Continuer quand-même ?"; diff --git a/UI/WebServerResources/UIxTaskEditor.css b/UI/WebServerResources/UIxTaskEditor.css index 4b0ddea5c..e80c430ec 100644 --- a/UI/WebServerResources/UIxTaskEditor.css +++ b/UI/WebServerResources/UIxTaskEditor.css @@ -49,13 +49,13 @@ SPAN.checkBoxList SPAN.content LABEL SPAN.content { position: absolute; top: -.25em; - left: 7em; + left: 6em; right: 1em; } TEXTAREA { position: absolute; top: 0px; - left: 7em; + left: 6em; vertical-align: bottom; bottom: 1em; right: 1em;