From cb0d492fcdba77b8942a152e1659f7e2ec8a8fce Mon Sep 17 00:00:00 2001 From: Tim Su Date: Mon, 25 May 2009 00:48:03 +0000 Subject: [PATCH] Applying patch from Jon to break out preference keys into their own xml file. Small modifications to keep the displayed fields keys separate from their descriptions. --- res/values/keys.xml | 66 ++++++++++++++++++++++++++++++++++++++++++ res/values/strings.xml | 37 ++--------------------- 2 files changed, 68 insertions(+), 35 deletions(-) create mode 100644 res/values/keys.xml diff --git a/res/values/keys.xml b/res/values/keys.xml new file mode 100644 index 000000000..aaec5b391 --- /dev/null +++ b/res/values/keys.xml @@ -0,0 +1,66 @@ + + + + + sync_rtm + sync_every + sync_freq + sync_button + sync_dialogs + sync_bgwifi + + notif_qstart + notif_qend + + notif_default_reminder + + notif_annoy + + notification_ringtone + + notif_theme + + colorize + + font_size + + nagging + + deadline_time + + titleVisible + true + deadlineVisible + true + timeVisible + true + importanceVisible + true + tagsVisible + true + repeatVisible + true + reminderVisible + false + notesVisible + false + diff --git a/res/values/strings.xml b/res/values/strings.xml index 2b4b4690c..c21a67435 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -254,20 +254,14 @@ If you don\'t want to see the new task right after you complete the old one, you Synchronization Services Actions Options - sync_rtm Remember The Milk http://www.rememberthemilk.com - sync_every - sync_freq Auto-Synchronize If set, synchronization occurs automatically given interval - sync_button Main Menu Shortcut Show \"Synchronize\" in Astrid\'s menu - sync_dialogs Hide Dialogs Hide the Sync Results dialogs - sync_bgwifi Auto-Sync Wifi Only If set, auto-sync only happens when Wifi is active Sync Error! Sorry for the inconvenience! Error: @@ -348,96 +342,69 @@ Thanks for using Astrid!\n Absolute Deadline! Goal Deadline! Working on: + You have %d tasks tagged %s! Couldn't find this item: Couldn't save: - - + Notifications - notif_qstart Quiet Hours Start Starting hour when Astrid should be quiet (e.g. 22) - notif_qend Quiet Hours End Ending hour when Astrid should be quiet (e.g. 08) - notif_default_reminder Default Reminders For new tasks, in days (i.e. 7). Blank to disable - notif_annoy Persistent Mode If checked, LED and notifications must be cleared one at a time - notification_ringtone Notification Ringtone Choose a ringtone for Astrid\'s alerts - notif_theme Notification Icons Choose Astrid\'s notification bar icon Appearance - colorize Colorize Task List Different colors for different priorities - font_size Task List Font Font on the main listing page (i.e. 22) Other - nagging Nag Messages Show Astrid\'s comments when viewing reminders and postponing tasks? - deadline_time Default Deadlines # of days from now to set new deadlines Displayed Fields Select the fields to show in task list - - titleVisible Task Title Task description - true - deadlineVisible Dates Upcoming deadlines / completed date - true - timeVisible Times Estimated & Elapsed Times - true - importanceVisible Importance Task importance indicator - true - tagsVisible Tags Tags associated with this task - true - repeatVisible Repeats Task repeat information - true - reminderVisible Reminders Displayed if this task has reminders - false - notesVisible Notes Notes associated with this task - false