mirror of https://github.com/tasks/tasks
Added string values for Japanese and Norwegian and place holders for Chinese and German Translations.
parent
9a33ad2137
commit
988630571f
@ -0,0 +1,96 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Translation Note:
|
||||||
|
Guidelines to those translating the resurces
|
||||||
|
1) Quality over Quantity: the quality of the phrases is important not the number of phrases used in any given
|
||||||
|
languages.
|
||||||
|
2) Dynamic Equivolence not necessary literal translation but capture the idea and create the same desired effect
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<!-- Make these < 20 chars so the task name is displayed
|
||||||
|
Goal: Maximize the chance that they will perform the task while minimizing the annoyance.-->
|
||||||
|
<string-array name="reminders">
|
||||||
|
<item>Hi there! Have a sec?</item>
|
||||||
|
<item>Can I see you for a sec?</item>
|
||||||
|
<item>Have a few minutes?</item>
|
||||||
|
<item>Did you forget?</item>
|
||||||
|
<item>Excuse me!</item>
|
||||||
|
<item>When you have a minute:</item>
|
||||||
|
<item>On your agenda:</item>
|
||||||
|
<item>Free for a moment?</item>
|
||||||
|
<item>Astrid here!</item>
|
||||||
|
<item>Hi! Can I bug you?</item>
|
||||||
|
<item>A minute of your time?</item>
|
||||||
|
<item>It\'s a great day to</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid says... (user should answer yes or no) -->
|
||||||
|
<string-array name="reminder_responses">
|
||||||
|
<item>I\'ve got something for you!</item>
|
||||||
|
<item>Ready to put this in the past?</item>
|
||||||
|
<item>Why don\'t you get this done?</item>
|
||||||
|
<item>How about it? Ready tiger?</item>
|
||||||
|
<item>Ready to do this?</item>
|
||||||
|
<item>Can you handle this?</item>
|
||||||
|
<item>You can be happy! Just finish this!</item>
|
||||||
|
<item>I promise you\'ll feel better if you finish this!</item>
|
||||||
|
<item>Won\'t you do this today?</item>
|
||||||
|
<item>Please finish this, I\'m sick of it!</item>
|
||||||
|
<item>Can you finish this? Yes you can!</item>
|
||||||
|
<item>Are you ever going to do this?</item>
|
||||||
|
<item>Feel good about yourself! Let\'s go!</item>
|
||||||
|
<item>I'm so proud of you! Lets get it done!</item>
|
||||||
|
<item>A little snack after you finish this?</item>
|
||||||
|
<item>Just this one task? Please?</item>
|
||||||
|
<item>Time to shorten your todo list!</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid's nagging when user clicks postpone -->
|
||||||
|
<string-array name="postpone_nags">
|
||||||
|
<item>Please tell me it isn\'t true that you're a procrastinator!</item>
|
||||||
|
<item>Doesn\'t being lazy get old sometimes?</item>
|
||||||
|
<item>Somewhere, someone is depending on you to finish this!</item>
|
||||||
|
<item>When you said postpone, you really meant \'I\'m doing this\', right?</item>
|
||||||
|
<item>This is the last time you postpone this, right?</item>
|
||||||
|
<item>Just finish this today, I won\'t tell anyone!</item>
|
||||||
|
<item>Why postpone when you can um... not postpone!</item>
|
||||||
|
<item>You\'ll finish this eventually, I presume?</item>
|
||||||
|
<item>I think you\'re really great! How about not putting this off?</item>
|
||||||
|
<item>Will you be able to achieve your goals if you do that?</item>
|
||||||
|
<item>Postpone, postpone, postpone. When will you change!</item>
|
||||||
|
<item>I\'ve had enough with your excuses! Just do it already!</item>
|
||||||
|
<item>Didn\'t you make that excuse last time?</item>
|
||||||
|
<item>I can\'t help you organize your life if you do that...</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Icons for notification tray -->
|
||||||
|
<string-array name="notif_icon_entries">
|
||||||
|
<item>Pink</item>
|
||||||
|
<item>Boring</item>
|
||||||
|
<item>Astrid</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Corresponding to the constants in Preferences.java -->
|
||||||
|
<string-array name="notif_icon_values">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
<item>2</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<color name="task_list_overdue">#FFFB6666</color>
|
||||||
|
<color name="task_list_normal">#FFFFFFFF</color>
|
||||||
|
<color name="task_list_done">#ff777777</color>
|
||||||
|
<color name="task_list_importance_1">#ffffffff</color>
|
||||||
|
<color name="task_list_importance_2">#ffcfcfcf</color>
|
||||||
|
<color name="task_list_importance_3">#ffb8b8b8</color>
|
||||||
|
<color name="task_list_importance_4">#ffa0a0a0</color>
|
||||||
|
|
||||||
|
<color name="taskList_dueDateOverdue">#FFFB6666</color>
|
||||||
|
<color name="taskList_dueDate">#ffF0E89E</color>
|
||||||
|
<color name="taskList_remainingTime">#ff88AAFF</color>
|
||||||
|
<color name="taskList_completedDate">#ff888888</color>
|
||||||
|
<color name="taskList_details">#ff888888</color>
|
||||||
|
|
||||||
|
<color name="view_header_done">#ff44bb66</color>
|
||||||
|
<color name="view_table_values">#ffbbbbbb</color>
|
||||||
|
<color name="view_table_overdue">#ffff0000</color>
|
||||||
|
|
||||||
|
<color name="importance_1">#ffff5555</color>
|
||||||
|
<color name="importance_2">#fffea400</color>
|
||||||
|
<color name="importance_3">#ff33a5e8</color>
|
||||||
|
<color name="importance_4">#ff808080</color>
|
||||||
|
</resources>
|
||||||
|
|
||||||
@ -0,0 +1,413 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<!-- application -->
|
||||||
|
<string name="app_name">Astrid</string>
|
||||||
|
|
||||||
|
<!-- General String Constants -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<!-- Importance Labels -->
|
||||||
|
<string name="importance_1">!!!!</string>
|
||||||
|
<string name="importance_2">!!!</string>
|
||||||
|
<string name="importance_3">!!</string>
|
||||||
|
<string name="importance_4">!</string>
|
||||||
|
|
||||||
|
<!-- Repeat Interval Labels -->
|
||||||
|
<string name="repeat_days">Day(s)</string>
|
||||||
|
<string name="repeat_weeks">Week(s)</string>
|
||||||
|
<string name="repeat_months">Month(s)</string>
|
||||||
|
<string name="repeat_hours">Hour(s)</string>
|
||||||
|
|
||||||
|
<!-- Plurals -->
|
||||||
|
<plurals name="Ntasks">
|
||||||
|
<item quantity="one">1 Task</item>
|
||||||
|
<item quantity="other">%d Tasks</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NactiveTasks">
|
||||||
|
<item quantity="one">%d / %d Active</item>
|
||||||
|
<item quantity="other">%d / %d Active</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nalarms">
|
||||||
|
<item quantity="one">One Alarm</item>
|
||||||
|
<item quantity="two">Two Alarms</item>
|
||||||
|
<item quantity="other">%d Alarms</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Ntags">
|
||||||
|
<item quantity="one">1 Tag</item>
|
||||||
|
<item quantity="other">%d Tags</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<!-- Time Constants -->
|
||||||
|
<string name="dateFormatter">MMM d</string> <!-- used for long due
|
||||||
|
dates. c.f. Java's SimpleDateFormat -->
|
||||||
|
<string name="daysVertical">D\na\ny\ns</string> <!-- vertical labels
|
||||||
|
are used in the number dialogs -->
|
||||||
|
<string name="hoursVertical">H\no\nu\nr\ns</string>
|
||||||
|
<plurals name="Ndays">
|
||||||
|
<item quantity="one">1 Day</item>
|
||||||
|
<item quantity="other">%d Days</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nhours">
|
||||||
|
<item quantity="one">1 Hour</item>
|
||||||
|
<item quantity="other">%d Hours</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nminutes">
|
||||||
|
<item quantity="one">1 Minute</item>
|
||||||
|
<item quantity="other">%d Minutes</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nseconds">
|
||||||
|
<item quantity="one">1 Second</item>
|
||||||
|
<item quantity="other">%d Seconds</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NhoursShort">
|
||||||
|
<item quantity="one">1 Hr</item>
|
||||||
|
<item quantity="other">%d Hrs</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NminutesShort">
|
||||||
|
<item quantity="one">1 Min</item>
|
||||||
|
<item quantity="other">%d Min</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NsecondsShort">
|
||||||
|
<item quantity="one">1 Sec</item>
|
||||||
|
<item quantity="other">%d Sec</item>
|
||||||
|
</plurals>
|
||||||
|
<string name="ago_suffix">Ago</string><!-- appended after time
|
||||||
|
constants to show time in past -->
|
||||||
|
|
||||||
|
<!-- TaskList -->
|
||||||
|
<skip />
|
||||||
|
<!-- title bar -->
|
||||||
|
<string name="taskList_titlePrefix">Astrid: </string>
|
||||||
|
<string name="taskList_titleTagPrefix">Tagged \"%s\": </string>
|
||||||
|
<string name="taskList_hiddenSuffix"> hidden</string>
|
||||||
|
<string name="addtask_label">New Task</string>
|
||||||
|
<string name="missing_tag">Could Not Find Requested Tag!</string>
|
||||||
|
|
||||||
|
<!-- text in the actual list -->
|
||||||
|
<string name="taskList_hiddenPrefix">H</string><!-- prefix to show that a task is hidden -->
|
||||||
|
<string name="taskList_dueRelativeTime">Due in</string><!-- i.e. Due in 4 days -->
|
||||||
|
<string name="taskList_dueAbsoluteDate">Due on</string><!-- i.e. Due on Jan 2 -->
|
||||||
|
<string name="taskList_goalPrefix">Goal</string><!-- prefix to deadline -->
|
||||||
|
<string name="taskList_overdueBy">Overdue by</string>
|
||||||
|
<string name="taskList_completedPrefix">Finished</string><!-- i.e. Finished 4 days ago -->
|
||||||
|
<string name="taskList_estimatedTimePrefix">Estimated:</string><!-- i.e. Estimated 4: hours -->
|
||||||
|
<string name="taskList_elapsedTimePrefix">Spent:</string><!-- i.e. Spent 88 minutes on tax. -->
|
||||||
|
<string name="taskList_periodicReminderPrefix">Poke Every</string><!-- time interval to set frequency to remind user -->
|
||||||
|
<string name="taskList_repeatPrefix">Repeats Every</string><!-- time interval to set repeated tasks-->
|
||||||
|
<string name="taskList_alarmPrefix">Next Alarm:</string>
|
||||||
|
<string name="taskList_tagsPrefix">Tags:</string>
|
||||||
|
<string name="taskList_notesPrefix">Notes:</string>
|
||||||
|
<string name="taskList_createdPrefix">Created:</string><!-- Created: MM/DD/YY -->
|
||||||
|
<string name="taskList_deleted">Deleted</string><!-- Deleted: MM/DD/YY -->
|
||||||
|
|
||||||
|
<!-- menu items -->
|
||||||
|
<string name="taskList_menu_insert">Add</string><!-- Add or Insert -->
|
||||||
|
<string name="taskList_menu_tags">Tags</string>
|
||||||
|
<string name="taskList_menu_filters">Display</string>
|
||||||
|
<string name="taskList_menu_syncshortcut">Sync</string>
|
||||||
|
<string name="taskList_menu_more">More</string>
|
||||||
|
<string name="taskList_menu_sync">Synchronization</string>
|
||||||
|
<string name="taskList_menu_settings">Settings</string>
|
||||||
|
<string name="taskList_menu_help">Help (opens in Browser)</string>
|
||||||
|
<string name="taskList_menu_survey">Take Astrid\'s Survey!</string>
|
||||||
|
<string name="taskList_menu_tips">Quick Tips</string>
|
||||||
|
<string name="taskList_menu_cleanup">Clean Up Old Tasks</string>
|
||||||
|
|
||||||
|
<string name="taskList_context_edit">Edit Task</string>
|
||||||
|
<string name="taskList_context_delete">Delete Task</string>
|
||||||
|
<string name="taskList_context_startTimer">Start Timer</string>
|
||||||
|
<string name="taskList_context_stopTimer">Stop Timer</string>
|
||||||
|
<string name="taskList_context_postpone">Postpone</string>
|
||||||
|
|
||||||
|
<!-- filter menu -->
|
||||||
|
<string name="taskList_filter_title">Sort/Filters</string>
|
||||||
|
<string name="taskList_filter_hidden">Hidden/Blocked Tasks</string>
|
||||||
|
<string name="taskList_filter_done">Completed Tasks</string>
|
||||||
|
<string name="taskList_filter_tagged">Tagged \'%s\'</string>
|
||||||
|
<string name="taskList_sort_auto">Auto Sort</string>
|
||||||
|
<string name="taskList_sort_alpha">Sort By Name</string>
|
||||||
|
<string name="taskList_sort_duedate">Sort By Due Date</string>
|
||||||
|
<string name="taskList_sort_reverse">Sort Reverse</string>
|
||||||
|
|
||||||
|
<string name="taskList_nonag_reminder">Select an Action:</string>
|
||||||
|
<string name="taskList_postpone_count">Times You\'ve Postponed: %d</string>
|
||||||
|
<string name="taskList_postpone_dialog">Postpone for how long?</string>
|
||||||
|
<string name="taskList_cleanup_dialog">"Delete completed tasks older than # days:"</string>
|
||||||
|
|
||||||
|
<!-- TaskEdit -->
|
||||||
|
<skip />
|
||||||
|
<!-- title bar -->
|
||||||
|
<string name="taskEdit_titleGeneric">Astrid: Editing Task</string>
|
||||||
|
<string name="taskEdit_titlePrefix">Astrid: Editing </string>
|
||||||
|
<string name="taskEdit_label">Astrid: New Task</string>
|
||||||
|
|
||||||
|
<!-- tabs -->
|
||||||
|
<string name="task_edit_tab_1">Basic</string>
|
||||||
|
<string name="task_edit_tab_2">Dates</string>
|
||||||
|
<string name="task_edit_tab_3">Alerts</string>
|
||||||
|
|
||||||
|
<!-- labels -->
|
||||||
|
<string name="name_label">Summary</string>
|
||||||
|
<string name="name_hint">Task Description</string>
|
||||||
|
<string name="importance_label">How Important is it?</string>
|
||||||
|
<string name="tags_label">Tags:</string>
|
||||||
|
|
||||||
|
<string name="estimatedDuration_label">How Long Will it Take?</string>
|
||||||
|
<string name="elapsedDuration_label">Time Already Spent on Task</string>
|
||||||
|
<string name="definiteDueDate_label">Absolute Deadline</string>
|
||||||
|
<string name="preferredDueDate_label">Goal Deadline</string>
|
||||||
|
<string name="addToCalendar_label">Add Task To Calendar</string>
|
||||||
|
<string name="showCalendar_label">Open Calendar Event</string>
|
||||||
|
<string name="hiddenUntil_label">Hide Until This Date</string>
|
||||||
|
<string name="repeat_label">Repeat Every</string>
|
||||||
|
<string name="repeat_value_unset">No Repeat Set</string>
|
||||||
|
<string name="blockingOn_label">Hide Until This Task is Done</string>
|
||||||
|
<string name="notes_label">Notes</string>
|
||||||
|
<string name="notes_hint">Enter Task Notes</string>
|
||||||
|
|
||||||
|
<string name="notification_label">Periodic Reminders</string>
|
||||||
|
<string name="notification_prefix">Every</string>
|
||||||
|
<string name="flags_label">Notify me...</string>
|
||||||
|
<string name="flag_before">As Deadlines Approach</string>
|
||||||
|
<string name="flag_during">At Deadlines</string>
|
||||||
|
<string name="flag_after">After Absolute Deadline Passes</string>
|
||||||
|
<string name="flag_nonstop">Nonstop Until I View the Task</string>
|
||||||
|
<string name="alerts_label">Fixed Reminders</string>
|
||||||
|
<string name="add_alert">Add New Reminder</string>
|
||||||
|
|
||||||
|
<!-- dialog boxes -->
|
||||||
|
<string name="hour_minutes_dialog">Time (hours : minutes)</string>
|
||||||
|
<string name="notification_dialog">Remind Me Every</string>
|
||||||
|
<string name="repeat_picker_title">Repeat Every (0 to disable)</string>
|
||||||
|
<string name="repeat_help_dialog_title">Help: Astrid Repeats</string>
|
||||||
|
<string name="repeat_help_dialog">
|
||||||
|
To use repeats, set at least one of the deadlines above. When you complete this task, the deadline will be automatically advanced.
|
||||||
|
\n\n
|
||||||
|
If you don\'t want to see the new task right after you complete the old one, you should use the "Hide Until" field, which will also be advanced automatically.
|
||||||
|
\n
|
||||||
|
</string>
|
||||||
|
<string name="repeat_help_hide">Don't Show Help Anymore</string>
|
||||||
|
|
||||||
|
<!-- buttons -->
|
||||||
|
<string name="save_label">Save</string>
|
||||||
|
<string name="discard_label">Discard</string>
|
||||||
|
<string name="edit_label">Edit</string>
|
||||||
|
<string name="delete_label">Delete</string>
|
||||||
|
<string name="blank_button_title">Click to Set</string>
|
||||||
|
<string name="startTimer_label">Start Timer</string>
|
||||||
|
<string name="stopTimer_label">Stop Timer</string>
|
||||||
|
|
||||||
|
<string name="taskEdit_menu_save">Save</string>
|
||||||
|
<string name="taskEdit_onTaskSave_Due">Task Saved: due in %s</string>
|
||||||
|
<string name="taskEdit_onTaskSave_notDue">Task Saved</string>
|
||||||
|
|
||||||
|
<!-- TaskView -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="taskView_notifyTitle">Astrid says...</string>
|
||||||
|
|
||||||
|
<!-- Tag List -->
|
||||||
|
<skip />
|
||||||
|
<string name="tagList_titlePrefix">Astrid: Tag View: </string>
|
||||||
|
<string name="tagList_context_create">Create Task With Tag</string>
|
||||||
|
<string name="tagList_context_edit">Edit Tag</string>
|
||||||
|
<string name="tagList_context_delete">Delete Tag</string>
|
||||||
|
<string name="tagList_context_showTag">Show on Home Page</string>
|
||||||
|
<string name="tagList_context_hideTag">Hide on Home Page</string>
|
||||||
|
<string name="tagList_context_shortcut">Create Shortcut</string>
|
||||||
|
<string name="tagList_shortcut_created">Shortcut created on your home screen!</string>
|
||||||
|
<string name="tagList_shortcut_prefix">Tag:</string>
|
||||||
|
|
||||||
|
<string name="tagList_menu_sortAlpha">Sort A-Z</string>
|
||||||
|
<string name="tagList_menu_sortSize">Sort by Size</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Synchronization -->
|
||||||
|
<skip />
|
||||||
|
<string name="sync_pref_group">Synchronization Services</string>
|
||||||
|
<string name="sync_pref_group_actions">Actions</string>
|
||||||
|
<string name="sync_pref_group_options">Options</string>
|
||||||
|
<string name="p_sync_rtm">sync_rtm</string>
|
||||||
|
<string name="sync_rtm_title">Remember The Milk</string><!-- Proper noun - don't translate ? -->
|
||||||
|
<string name="sync_rtm_desc">http://www.rememberthemilk.com</string>
|
||||||
|
<string name="p_sync_every">sync_every</string>
|
||||||
|
<string name="sync_every_title">Synchronize Frequency</string>
|
||||||
|
<string name="sync_every_desc">If set, perform sync every # hours</string>
|
||||||
|
<string name="p_sync_button">sync_button</string>
|
||||||
|
<string name="sync_button_title">Main Menu Shortcut</string>
|
||||||
|
<string name="sync_button_desc">Show \"Synchronize\" in Astrid\'s menu</string>
|
||||||
|
<string name="p_sync_quiet">sync_dialogs</string>
|
||||||
|
<string name="sync_quiet_title">Hide Dialogs</string>
|
||||||
|
<string name="sync_quiet_desc">Hide the Sync Results dialogs</string>
|
||||||
|
<string name="p_sync_background">sync_background</string>
|
||||||
|
<string name="sync_background_title">In Background</string>
|
||||||
|
<string name="sync_background_desc">Synchronize without bothering you</string>
|
||||||
|
<string name="sync_error">Sync Error! Sorry for the inconvenience! Error:</string>
|
||||||
|
<string name="sync_auth_request">
|
||||||
|
In order to synchronize, please log in to your %s account and authorize Astrid to read your data.
|
||||||
|
\n\n
|
||||||
|
When finished, restart Astrid and come back here.
|
||||||
|
</string>
|
||||||
|
<string name="sync_rtm_notes">
|
||||||
|
Welcome to Astrid\'s RTM sync!
|
||||||
|
\n\n
|
||||||
|
Things that don\'t sync:\n
|
||||||
|
- Notifications and repeats\n
|
||||||
|
- In RTM, deleting, or moving+renaming tasks\n
|
||||||
|
\n
|
||||||
|
Wish me luck!\n
|
||||||
|
</string>
|
||||||
|
<string name="sync_now">Synchronize Now!</string>
|
||||||
|
<string name="sync_forget">Clear Personal Data</string>
|
||||||
|
<string name="sync_forget_confirm">Clear data for selected services?</string>
|
||||||
|
<string name="sync_no_synchronizers">No Synchronizers Enabled!</string>
|
||||||
|
|
||||||
|
<!-- Dialog Boxes -->
|
||||||
|
<skip />
|
||||||
|
<string name="loading">Loading...</string>
|
||||||
|
<string name="updating">Updating List...</string>
|
||||||
|
<string name="information_title">Information</string>
|
||||||
|
<string name="question_title">Question</string>
|
||||||
|
<string name="notify_yes">View Task</string>
|
||||||
|
<string name="notify_done">Already Done!</string>
|
||||||
|
<string name="notify_snooze">Snooze</string>
|
||||||
|
<string name="notify_no">Quit</string>
|
||||||
|
<string name="notify_snooze_title">Hours/minutes to snooze?</string>
|
||||||
|
|
||||||
|
<string name="delete_title">Delete</string>
|
||||||
|
<string name="delete_this_task_title">Delete this task?</string>
|
||||||
|
<string name="delete_this_tag_title">Remove this tag from all tasks?</string>
|
||||||
|
|
||||||
|
<string name="stop_timer_title">Stop the timer?</string>
|
||||||
|
|
||||||
|
<string name="quick_tips">
|
||||||
|
Some things you may not know about Astrid:\n
|
||||||
|
\n
|
||||||
|
- To create a task, just start typing!\n
|
||||||
|
- While editing a task, hit \'back\' to save it\n
|
||||||
|
- Select a task & press 1-4 to quickly change it\'s priority\n
|
||||||
|
- If a task has a deadline, long-press to postpone it\n
|
||||||
|
\n
|
||||||
|
Thanks for using Astrid!\n
|
||||||
|
</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Notification -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="notif_definiteDueDate">Absolute Deadline!</string>
|
||||||
|
<string name="notif_preferredDueDate">Goal Deadline!</string>
|
||||||
|
<string name="notif_timerStarted">Working on:</string>
|
||||||
|
|
||||||
|
<!-- Error Messages -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="error_opening">Couldn't find this item:</string>
|
||||||
|
<string name="error_saving">Couldn't save:</string>
|
||||||
|
|
||||||
|
<!-- Preference Keys. Strings starting with p_* should not be localized -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="prefs_category_alerts">Notifications</string>
|
||||||
|
|
||||||
|
<string name="p_notif_quietStart">notif_qstart</string>
|
||||||
|
<string name="prefs_quietStart_title">Quiet Hours Start</string>
|
||||||
|
<string name="prefs_quietStart_desc">Starting hour when Astrid should be quiet (e.g. 22)</string>
|
||||||
|
|
||||||
|
<string name="p_notif_quietEnd">notif_qend</string>
|
||||||
|
<string name="prefs_quietEnd_title">Quiet Hours End</string>
|
||||||
|
<string name="prefs_quietEnd_desc">Ending hour when Astrid should be quiet (e.g. 08)</string>
|
||||||
|
|
||||||
|
<string name="p_notif_defaultRemind">notif_default_reminder</string>
|
||||||
|
<string name="prefs_defaultRemind_title">Default Reminders</string>
|
||||||
|
<string name="prefs_defaultRemind_desc">For new tasks, in days (i.e. 7). Blank to disable</string>
|
||||||
|
|
||||||
|
<string name="p_notif_annoy">notif_annoy</string>
|
||||||
|
<string name="prefs_annoy_title">Persistent Mode</string>
|
||||||
|
<string name="prefs_annoy_desc">If checked, you must view reminders before clearing them (also LED)</string>
|
||||||
|
|
||||||
|
<string name="p_notification_ringtone">notification_ringtone</string>
|
||||||
|
<string name="prefs_notification_title">Notification Ringtone</string>
|
||||||
|
<string name="prefs_notification_desc">Choose a ringtone for Astrid\'s alerts</string>
|
||||||
|
|
||||||
|
<string name="p_notif_icon">notif_theme</string>
|
||||||
|
<string name="prefs_notificon_title">Notification Icons</string>
|
||||||
|
<string name="prefs_notificon_desc">Choose Astrid\'s notification bar icon</string>
|
||||||
|
|
||||||
|
<string name="prefs_category_appearance">Appearance</string>
|
||||||
|
|
||||||
|
<string name="p_colorize">colorize</string>
|
||||||
|
<string name="prefs_colorize_title">Colorize Task List</string>
|
||||||
|
<string name="prefs_colorize_desc">Different colors for different priorities</string>
|
||||||
|
|
||||||
|
<string name="p_fontSize">font_size</string>
|
||||||
|
<string name="prefs_fontSize_title">Task List Font</string>
|
||||||
|
<string name="prefs_fontSize_desc">Font on the main listing page (i.e. 22)</string>
|
||||||
|
|
||||||
|
<string name="prefs_category_other">Other</string>
|
||||||
|
|
||||||
|
<string name="p_nagging">nagging</string>
|
||||||
|
<string name="prefs_nagging_title">Nag Messages</string>
|
||||||
|
<string name="prefs_nagging_desc">Show Astrid\'s comments when viewing reminders and postponing tasks?</string>
|
||||||
|
|
||||||
|
<string name="p_deadlineTime">deadline_time</string>
|
||||||
|
<string name="prefs_deadlineTime_title">Default Deadlines</string>
|
||||||
|
<string name="prefs_deadlineTime_desc"># of days from now to set new deadlines</string>
|
||||||
|
|
||||||
|
<string name="displayedFields_PrefScreen_Title">Displayed Fields</string>
|
||||||
|
<string name="displayedFields_PrefScreen_Desc">Select the fields to show in task list</string>
|
||||||
|
|
||||||
|
<!-- notification keys (no title, desc, default suffix) should not be localized -->
|
||||||
|
<string name="prefs_titleVisible">titleVisible</string>
|
||||||
|
<string name="prefs_titleVisible_title">Task Title</string>
|
||||||
|
<string name="prefs_titleVisible_desc">Task description</string>
|
||||||
|
<string name="prefs_titleVisible_default">true</string>
|
||||||
|
<string name="prefs_deadlineVisible">deadlineVisible</string>
|
||||||
|
<string name="prefs_deadlineVisible_title">Dates</string>
|
||||||
|
<string name="prefs_deadlineVisible_desc">Upcoming deadlines / completed date</string>
|
||||||
|
<string name="prefs_deadlineVisible_default">true</string>
|
||||||
|
<string name="prefs_timeVisible">timeVisible</string>
|
||||||
|
<string name="prefs_timeVisible_title">Times</string>
|
||||||
|
<string name="prefs_timeVisible_desc">Estimated & Elapsed Times</string>
|
||||||
|
<string name="prefs_timeVisible_default">true</string>
|
||||||
|
<string name="prefs_importanceVisible">importanceVisible</string>
|
||||||
|
<string name="prefs_importanceVisible_title">Importance</string>
|
||||||
|
<string name="prefs_importanceVisible_desc">Task importance indicator</string>
|
||||||
|
<string name="prefs_importanceVisible_default">true</string>
|
||||||
|
<string name="prefs_tagsVisible">tagsVisible</string>
|
||||||
|
<string name="prefs_tagsVisible_title">Tags</string>
|
||||||
|
<string name="prefs_tagsVisible_desc">Tags associated with this task</string>
|
||||||
|
<string name="prefs_tagsVisible_default">true</string>
|
||||||
|
<string name="prefs_repeatVisible">repeatVisible</string>
|
||||||
|
<string name="prefs_repeatVisible_title">Repeats</string>
|
||||||
|
<string name="prefs_repeatVisible_desc">Task repeat information</string>
|
||||||
|
<string name="prefs_repeatVisible_default">true</string>
|
||||||
|
<string name="prefs_reminderVisible">reminderVisible</string>
|
||||||
|
<string name="prefs_reminderVisible_title">Reminders</string>
|
||||||
|
<string name="prefs_reminderVisible_desc">Displayed if this task has reminders</string>
|
||||||
|
<string name="prefs_reminderVisible_default">false</string>
|
||||||
|
<string name="prefs_notesVisible">notesVisible</string>
|
||||||
|
<string name="prefs_notesVisible_title">Notes</string>
|
||||||
|
<string name="prefs_notesVisible_desc">Notes associated with this task</string>
|
||||||
|
<string name="prefs_notesVisible_default">false</string>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Alert" parent="android:Theme.Dialog">
|
||||||
|
<item name="android:windowBackground">@null</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance" parent="android:TextAppearance">
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Task">
|
||||||
|
<item name="android:textSize">20sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
<item name="android:textColor">@android:color/white</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Detail">
|
||||||
|
<item name="android:textSize">12sp</item>
|
||||||
|
<item name="android:textColor">@color/taskList_details</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.EditEvent_Label">
|
||||||
|
<item name="android:textSize">14sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,96 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Translation Note:
|
||||||
|
Guidelines to those translating the resurces
|
||||||
|
1) Quality over Quantity: the quality of the phrases is important not the number of phrases used in any given
|
||||||
|
languages.
|
||||||
|
2) Dynamic Equivolence not necessary literal translation but capture the idea and create the same desired effect
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<!-- Make these < 20 chars so the task name is displayed
|
||||||
|
Goal: Maximize the chance that they will perform the task while minimizing the annoyance.-->
|
||||||
|
<string-array name="reminders">
|
||||||
|
<item>Hi there! Have a sec?</item>
|
||||||
|
<item>Can I see you for a sec?</item>
|
||||||
|
<item>Have a few minutes?</item>
|
||||||
|
<item>Did you forget?</item>
|
||||||
|
<item>Excuse me!</item>
|
||||||
|
<item>When you have a minute:</item>
|
||||||
|
<item>On your agenda:</item>
|
||||||
|
<item>Free for a moment?</item>
|
||||||
|
<item>Astrid here!</item>
|
||||||
|
<item>Hi! Can I bug you?</item>
|
||||||
|
<item>A minute of your time?</item>
|
||||||
|
<item>It\'s a great day to</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid says... (user should answer yes or no) -->
|
||||||
|
<string-array name="reminder_responses">
|
||||||
|
<item>I\'ve got something for you!</item>
|
||||||
|
<item>Ready to put this in the past?</item>
|
||||||
|
<item>Why don\'t you get this done?</item>
|
||||||
|
<item>How about it? Ready tiger?</item>
|
||||||
|
<item>Ready to do this?</item>
|
||||||
|
<item>Can you handle this?</item>
|
||||||
|
<item>You can be happy! Just finish this!</item>
|
||||||
|
<item>I promise you\'ll feel better if you finish this!</item>
|
||||||
|
<item>Won\'t you do this today?</item>
|
||||||
|
<item>Please finish this, I\'m sick of it!</item>
|
||||||
|
<item>Can you finish this? Yes you can!</item>
|
||||||
|
<item>Are you ever going to do this?</item>
|
||||||
|
<item>Feel good about yourself! Let\'s go!</item>
|
||||||
|
<item>I'm so proud of you! Lets get it done!</item>
|
||||||
|
<item>A little snack after you finish this?</item>
|
||||||
|
<item>Just this one task? Please?</item>
|
||||||
|
<item>Time to shorten your todo list!</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid's nagging when user clicks postpone -->
|
||||||
|
<string-array name="postpone_nags">
|
||||||
|
<item>Please tell me it isn\'t true that you're a procrastinator!</item>
|
||||||
|
<item>Doesn\'t being lazy get old sometimes?</item>
|
||||||
|
<item>Somewhere, someone is depending on you to finish this!</item>
|
||||||
|
<item>When you said postpone, you really meant \'I\'m doing this\', right?</item>
|
||||||
|
<item>This is the last time you postpone this, right?</item>
|
||||||
|
<item>Just finish this today, I won\'t tell anyone!</item>
|
||||||
|
<item>Why postpone when you can um... not postpone!</item>
|
||||||
|
<item>You\'ll finish this eventually, I presume?</item>
|
||||||
|
<item>I think you\'re really great! How about not putting this off?</item>
|
||||||
|
<item>Will you be able to achieve your goals if you do that?</item>
|
||||||
|
<item>Postpone, postpone, postpone. When will you change!</item>
|
||||||
|
<item>I\'ve had enough with your excuses! Just do it already!</item>
|
||||||
|
<item>Didn\'t you make that excuse last time?</item>
|
||||||
|
<item>I can\'t help you organize your life if you do that...</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Icons for notification tray -->
|
||||||
|
<string-array name="notif_icon_entries">
|
||||||
|
<item>Pink</item>
|
||||||
|
<item>Boring</item>
|
||||||
|
<item>Astrid</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Corresponding to the constants in Preferences.java -->
|
||||||
|
<string-array name="notif_icon_values">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
<item>2</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<color name="task_list_overdue">#FFFB6666</color>
|
||||||
|
<color name="task_list_normal">#FFFFFFFF</color>
|
||||||
|
<color name="task_list_done">#ff777777</color>
|
||||||
|
<color name="task_list_importance_1">#ffffffff</color>
|
||||||
|
<color name="task_list_importance_2">#ffcfcfcf</color>
|
||||||
|
<color name="task_list_importance_3">#ffb8b8b8</color>
|
||||||
|
<color name="task_list_importance_4">#ffa0a0a0</color>
|
||||||
|
|
||||||
|
<color name="taskList_dueDateOverdue">#FFFB6666</color>
|
||||||
|
<color name="taskList_dueDate">#ffF0E89E</color>
|
||||||
|
<color name="taskList_remainingTime">#ff88AAFF</color>
|
||||||
|
<color name="taskList_completedDate">#ff888888</color>
|
||||||
|
<color name="taskList_details">#ff888888</color>
|
||||||
|
|
||||||
|
<color name="view_header_done">#ff44bb66</color>
|
||||||
|
<color name="view_table_values">#ffbbbbbb</color>
|
||||||
|
<color name="view_table_overdue">#ffff0000</color>
|
||||||
|
|
||||||
|
<color name="importance_1">#ffff5555</color>
|
||||||
|
<color name="importance_2">#fffea400</color>
|
||||||
|
<color name="importance_3">#ff33a5e8</color>
|
||||||
|
<color name="importance_4">#ff808080</color>
|
||||||
|
</resources>
|
||||||
|
|
||||||
@ -0,0 +1,413 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<!-- application -->
|
||||||
|
<string name="app_name">Astrid</string>
|
||||||
|
|
||||||
|
<!-- General String Constants -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<!-- Importance Labels -->
|
||||||
|
<string name="importance_1">!!!!</string>
|
||||||
|
<string name="importance_2">!!!</string>
|
||||||
|
<string name="importance_3">!!</string>
|
||||||
|
<string name="importance_4">!</string>
|
||||||
|
|
||||||
|
<!-- Repeat Interval Labels -->
|
||||||
|
<string name="repeat_days">Day(s)</string>
|
||||||
|
<string name="repeat_weeks">Week(s)</string>
|
||||||
|
<string name="repeat_months">Month(s)</string>
|
||||||
|
<string name="repeat_hours">Hour(s)</string>
|
||||||
|
|
||||||
|
<!-- Plurals -->
|
||||||
|
<plurals name="Ntasks">
|
||||||
|
<item quantity="one">1 Task</item>
|
||||||
|
<item quantity="other">%d Tasks</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NactiveTasks">
|
||||||
|
<item quantity="one">%d / %d Active</item>
|
||||||
|
<item quantity="other">%d / %d Active</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nalarms">
|
||||||
|
<item quantity="one">One Alarm</item>
|
||||||
|
<item quantity="two">Two Alarms</item>
|
||||||
|
<item quantity="other">%d Alarms</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Ntags">
|
||||||
|
<item quantity="one">1 Tag</item>
|
||||||
|
<item quantity="other">%d Tags</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<!-- Time Constants -->
|
||||||
|
<string name="dateFormatter">MMM d</string> <!-- used for long due
|
||||||
|
dates. c.f. Java's SimpleDateFormat -->
|
||||||
|
<string name="daysVertical">D\na\ny\ns</string> <!-- vertical labels
|
||||||
|
are used in the number dialogs -->
|
||||||
|
<string name="hoursVertical">H\no\nu\nr\ns</string>
|
||||||
|
<plurals name="Ndays">
|
||||||
|
<item quantity="one">1 Day</item>
|
||||||
|
<item quantity="other">%d Days</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nhours">
|
||||||
|
<item quantity="one">1 Hour</item>
|
||||||
|
<item quantity="other">%d Hours</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nminutes">
|
||||||
|
<item quantity="one">1 Minute</item>
|
||||||
|
<item quantity="other">%d Minutes</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nseconds">
|
||||||
|
<item quantity="one">1 Second</item>
|
||||||
|
<item quantity="other">%d Seconds</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NhoursShort">
|
||||||
|
<item quantity="one">1 Hr</item>
|
||||||
|
<item quantity="other">%d Hrs</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NminutesShort">
|
||||||
|
<item quantity="one">1 Min</item>
|
||||||
|
<item quantity="other">%d Min</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NsecondsShort">
|
||||||
|
<item quantity="one">1 Sec</item>
|
||||||
|
<item quantity="other">%d Sec</item>
|
||||||
|
</plurals>
|
||||||
|
<string name="ago_suffix">Ago</string><!-- appended after time
|
||||||
|
constants to show time in past -->
|
||||||
|
|
||||||
|
<!-- TaskList -->
|
||||||
|
<skip />
|
||||||
|
<!-- title bar -->
|
||||||
|
<string name="taskList_titlePrefix">Astrid: </string>
|
||||||
|
<string name="taskList_titleTagPrefix">Tagged \"%s\": </string>
|
||||||
|
<string name="taskList_hiddenSuffix"> hidden</string>
|
||||||
|
<string name="addtask_label">New Task</string>
|
||||||
|
<string name="missing_tag">Could Not Find Requested Tag!</string>
|
||||||
|
|
||||||
|
<!-- text in the actual list -->
|
||||||
|
<string name="taskList_hiddenPrefix">H</string><!-- prefix to show that a task is hidden -->
|
||||||
|
<string name="taskList_dueRelativeTime">Due in</string><!-- i.e. Due in 4 days -->
|
||||||
|
<string name="taskList_dueAbsoluteDate">Due on</string><!-- i.e. Due on Jan 2 -->
|
||||||
|
<string name="taskList_goalPrefix">Goal</string><!-- prefix to deadline -->
|
||||||
|
<string name="taskList_overdueBy">Overdue by</string>
|
||||||
|
<string name="taskList_completedPrefix">Finished</string><!-- i.e. Finished 4 days ago -->
|
||||||
|
<string name="taskList_estimatedTimePrefix">Estimated:</string><!-- i.e. Estimated 4: hours -->
|
||||||
|
<string name="taskList_elapsedTimePrefix">Spent:</string><!-- i.e. Spent 88 minutes on tax. -->
|
||||||
|
<string name="taskList_periodicReminderPrefix">Poke Every</string><!-- time interval to set frequency to remind user -->
|
||||||
|
<string name="taskList_repeatPrefix">Repeats Every</string><!-- time interval to set repeated tasks-->
|
||||||
|
<string name="taskList_alarmPrefix">Next Alarm:</string>
|
||||||
|
<string name="taskList_tagsPrefix">Tags:</string>
|
||||||
|
<string name="taskList_notesPrefix">Notes:</string>
|
||||||
|
<string name="taskList_createdPrefix">Created:</string><!-- Created: MM/DD/YY -->
|
||||||
|
<string name="taskList_deleted">Deleted</string><!-- Deleted: MM/DD/YY -->
|
||||||
|
|
||||||
|
<!-- menu items -->
|
||||||
|
<string name="taskList_menu_insert">Add</string><!-- Add or Insert -->
|
||||||
|
<string name="taskList_menu_tags">Tags</string>
|
||||||
|
<string name="taskList_menu_filters">Display</string>
|
||||||
|
<string name="taskList_menu_syncshortcut">Sync</string>
|
||||||
|
<string name="taskList_menu_more">More</string>
|
||||||
|
<string name="taskList_menu_sync">Synchronization</string>
|
||||||
|
<string name="taskList_menu_settings">Settings</string>
|
||||||
|
<string name="taskList_menu_help">Help (opens in Browser)</string>
|
||||||
|
<string name="taskList_menu_survey">Take Astrid\'s Survey!</string>
|
||||||
|
<string name="taskList_menu_tips">Quick Tips</string>
|
||||||
|
<string name="taskList_menu_cleanup">Clean Up Old Tasks</string>
|
||||||
|
|
||||||
|
<string name="taskList_context_edit">Edit Task</string>
|
||||||
|
<string name="taskList_context_delete">Delete Task</string>
|
||||||
|
<string name="taskList_context_startTimer">Start Timer</string>
|
||||||
|
<string name="taskList_context_stopTimer">Stop Timer</string>
|
||||||
|
<string name="taskList_context_postpone">Postpone</string>
|
||||||
|
|
||||||
|
<!-- filter menu -->
|
||||||
|
<string name="taskList_filter_title">Sort/Filters</string>
|
||||||
|
<string name="taskList_filter_hidden">Hidden/Blocked Tasks</string>
|
||||||
|
<string name="taskList_filter_done">Completed Tasks</string>
|
||||||
|
<string name="taskList_filter_tagged">Tagged \'%s\'</string>
|
||||||
|
<string name="taskList_sort_auto">Auto Sort</string>
|
||||||
|
<string name="taskList_sort_alpha">Sort By Name</string>
|
||||||
|
<string name="taskList_sort_duedate">Sort By Due Date</string>
|
||||||
|
<string name="taskList_sort_reverse">Sort Reverse</string>
|
||||||
|
|
||||||
|
<string name="taskList_nonag_reminder">Select an Action:</string>
|
||||||
|
<string name="taskList_postpone_count">Times You\'ve Postponed: %d</string>
|
||||||
|
<string name="taskList_postpone_dialog">Postpone for how long?</string>
|
||||||
|
<string name="taskList_cleanup_dialog">"Delete completed tasks older than # days:"</string>
|
||||||
|
|
||||||
|
<!-- TaskEdit -->
|
||||||
|
<skip />
|
||||||
|
<!-- title bar -->
|
||||||
|
<string name="taskEdit_titleGeneric">Astrid: Editing Task</string>
|
||||||
|
<string name="taskEdit_titlePrefix">Astrid: Editing </string>
|
||||||
|
<string name="taskEdit_label">Astrid: New Task</string>
|
||||||
|
|
||||||
|
<!-- tabs -->
|
||||||
|
<string name="task_edit_tab_1">Basic</string>
|
||||||
|
<string name="task_edit_tab_2">Dates</string>
|
||||||
|
<string name="task_edit_tab_3">Alerts</string>
|
||||||
|
|
||||||
|
<!-- labels -->
|
||||||
|
<string name="name_label">Summary</string>
|
||||||
|
<string name="name_hint">Task Description</string>
|
||||||
|
<string name="importance_label">How Important is it?</string>
|
||||||
|
<string name="tags_label">Tags:</string>
|
||||||
|
|
||||||
|
<string name="estimatedDuration_label">How Long Will it Take?</string>
|
||||||
|
<string name="elapsedDuration_label">Time Already Spent on Task</string>
|
||||||
|
<string name="definiteDueDate_label">Absolute Deadline</string>
|
||||||
|
<string name="preferredDueDate_label">Goal Deadline</string>
|
||||||
|
<string name="addToCalendar_label">Add Task To Calendar</string>
|
||||||
|
<string name="showCalendar_label">Open Calendar Event</string>
|
||||||
|
<string name="hiddenUntil_label">Hide Until This Date</string>
|
||||||
|
<string name="repeat_label">Repeat Every</string>
|
||||||
|
<string name="repeat_value_unset">No Repeat Set</string>
|
||||||
|
<string name="blockingOn_label">Hide Until This Task is Done</string>
|
||||||
|
<string name="notes_label">Notes</string>
|
||||||
|
<string name="notes_hint">Enter Task Notes</string>
|
||||||
|
|
||||||
|
<string name="notification_label">Periodic Reminders</string>
|
||||||
|
<string name="notification_prefix">Every</string>
|
||||||
|
<string name="flags_label">Notify me...</string>
|
||||||
|
<string name="flag_before">As Deadlines Approach</string>
|
||||||
|
<string name="flag_during">At Deadlines</string>
|
||||||
|
<string name="flag_after">After Absolute Deadline Passes</string>
|
||||||
|
<string name="flag_nonstop">Nonstop Until I View the Task</string>
|
||||||
|
<string name="alerts_label">Fixed Reminders</string>
|
||||||
|
<string name="add_alert">Add New Reminder</string>
|
||||||
|
|
||||||
|
<!-- dialog boxes -->
|
||||||
|
<string name="hour_minutes_dialog">Time (hours : minutes)</string>
|
||||||
|
<string name="notification_dialog">Remind Me Every</string>
|
||||||
|
<string name="repeat_picker_title">Repeat Every (0 to disable)</string>
|
||||||
|
<string name="repeat_help_dialog_title">Help: Astrid Repeats</string>
|
||||||
|
<string name="repeat_help_dialog">
|
||||||
|
To use repeats, set at least one of the deadlines above. When you complete this task, the deadline will be automatically advanced.
|
||||||
|
\n\n
|
||||||
|
If you don\'t want to see the new task right after you complete the old one, you should use the "Hide Until" field, which will also be advanced automatically.
|
||||||
|
\n
|
||||||
|
</string>
|
||||||
|
<string name="repeat_help_hide">Don't Show Help Anymore</string>
|
||||||
|
|
||||||
|
<!-- buttons -->
|
||||||
|
<string name="save_label">Save</string>
|
||||||
|
<string name="discard_label">Discard</string>
|
||||||
|
<string name="edit_label">Edit</string>
|
||||||
|
<string name="delete_label">Delete</string>
|
||||||
|
<string name="blank_button_title">Click to Set</string>
|
||||||
|
<string name="startTimer_label">Start Timer</string>
|
||||||
|
<string name="stopTimer_label">Stop Timer</string>
|
||||||
|
|
||||||
|
<string name="taskEdit_menu_save">Save</string>
|
||||||
|
<string name="taskEdit_onTaskSave_Due">Task Saved: due in %s</string>
|
||||||
|
<string name="taskEdit_onTaskSave_notDue">Task Saved</string>
|
||||||
|
|
||||||
|
<!-- TaskView -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="taskView_notifyTitle">Astrid says...</string>
|
||||||
|
|
||||||
|
<!-- Tag List -->
|
||||||
|
<skip />
|
||||||
|
<string name="tagList_titlePrefix">Astrid: Tag View: </string>
|
||||||
|
<string name="tagList_context_create">Create Task With Tag</string>
|
||||||
|
<string name="tagList_context_edit">Edit Tag</string>
|
||||||
|
<string name="tagList_context_delete">Delete Tag</string>
|
||||||
|
<string name="tagList_context_showTag">Show on Home Page</string>
|
||||||
|
<string name="tagList_context_hideTag">Hide on Home Page</string>
|
||||||
|
<string name="tagList_context_shortcut">Create Shortcut</string>
|
||||||
|
<string name="tagList_shortcut_created">Shortcut created on your home screen!</string>
|
||||||
|
<string name="tagList_shortcut_prefix">Tag:</string>
|
||||||
|
|
||||||
|
<string name="tagList_menu_sortAlpha">Sort A-Z</string>
|
||||||
|
<string name="tagList_menu_sortSize">Sort by Size</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Synchronization -->
|
||||||
|
<skip />
|
||||||
|
<string name="sync_pref_group">Synchronization Services</string>
|
||||||
|
<string name="sync_pref_group_actions">Actions</string>
|
||||||
|
<string name="sync_pref_group_options">Options</string>
|
||||||
|
<string name="p_sync_rtm">sync_rtm</string>
|
||||||
|
<string name="sync_rtm_title">Remember The Milk</string><!-- Proper noun - don't translate ? -->
|
||||||
|
<string name="sync_rtm_desc">http://www.rememberthemilk.com</string>
|
||||||
|
<string name="p_sync_every">sync_every</string>
|
||||||
|
<string name="sync_every_title">Synchronize Frequency</string>
|
||||||
|
<string name="sync_every_desc">If set, perform sync every # hours</string>
|
||||||
|
<string name="p_sync_button">sync_button</string>
|
||||||
|
<string name="sync_button_title">Main Menu Shortcut</string>
|
||||||
|
<string name="sync_button_desc">Show \"Synchronize\" in Astrid\'s menu</string>
|
||||||
|
<string name="p_sync_quiet">sync_dialogs</string>
|
||||||
|
<string name="sync_quiet_title">Hide Dialogs</string>
|
||||||
|
<string name="sync_quiet_desc">Hide the Sync Results dialogs</string>
|
||||||
|
<string name="p_sync_background">sync_background</string>
|
||||||
|
<string name="sync_background_title">In Background</string>
|
||||||
|
<string name="sync_background_desc">Synchronize without bothering you</string>
|
||||||
|
<string name="sync_error">Sync Error! Sorry for the inconvenience! Error:</string>
|
||||||
|
<string name="sync_auth_request">
|
||||||
|
In order to synchronize, please log in to your %s account and authorize Astrid to read your data.
|
||||||
|
\n\n
|
||||||
|
When finished, restart Astrid and come back here.
|
||||||
|
</string>
|
||||||
|
<string name="sync_rtm_notes">
|
||||||
|
Welcome to Astrid\'s RTM sync!
|
||||||
|
\n\n
|
||||||
|
Things that don\'t sync:\n
|
||||||
|
- Notifications and repeats\n
|
||||||
|
- In RTM, deleting, or moving+renaming tasks\n
|
||||||
|
\n
|
||||||
|
Wish me luck!\n
|
||||||
|
</string>
|
||||||
|
<string name="sync_now">Synchronize Now!</string>
|
||||||
|
<string name="sync_forget">Clear Personal Data</string>
|
||||||
|
<string name="sync_forget_confirm">Clear data for selected services?</string>
|
||||||
|
<string name="sync_no_synchronizers">No Synchronizers Enabled!</string>
|
||||||
|
|
||||||
|
<!-- Dialog Boxes -->
|
||||||
|
<skip />
|
||||||
|
<string name="loading">Loading...</string>
|
||||||
|
<string name="updating">Updating List...</string>
|
||||||
|
<string name="information_title">Information</string>
|
||||||
|
<string name="question_title">Question</string>
|
||||||
|
<string name="notify_yes">View Task</string>
|
||||||
|
<string name="notify_done">Already Done!</string>
|
||||||
|
<string name="notify_snooze">Snooze</string>
|
||||||
|
<string name="notify_no">Quit</string>
|
||||||
|
<string name="notify_snooze_title">Hours/minutes to snooze?</string>
|
||||||
|
|
||||||
|
<string name="delete_title">Delete</string>
|
||||||
|
<string name="delete_this_task_title">Delete this task?</string>
|
||||||
|
<string name="delete_this_tag_title">Remove this tag from all tasks?</string>
|
||||||
|
|
||||||
|
<string name="stop_timer_title">Stop the timer?</string>
|
||||||
|
|
||||||
|
<string name="quick_tips">
|
||||||
|
Some things you may not know about Astrid:\n
|
||||||
|
\n
|
||||||
|
- To create a task, just start typing!\n
|
||||||
|
- While editing a task, hit \'back\' to save it\n
|
||||||
|
- Select a task & press 1-4 to quickly change it\'s priority\n
|
||||||
|
- If a task has a deadline, long-press to postpone it\n
|
||||||
|
\n
|
||||||
|
Thanks for using Astrid!\n
|
||||||
|
</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Notification -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="notif_definiteDueDate">Absolute Deadline!</string>
|
||||||
|
<string name="notif_preferredDueDate">Goal Deadline!</string>
|
||||||
|
<string name="notif_timerStarted">Working on:</string>
|
||||||
|
|
||||||
|
<!-- Error Messages -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="error_opening">Couldn't find this item:</string>
|
||||||
|
<string name="error_saving">Couldn't save:</string>
|
||||||
|
|
||||||
|
<!-- Preference Keys. Strings starting with p_* should not be localized -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="prefs_category_alerts">Notifications</string>
|
||||||
|
|
||||||
|
<string name="p_notif_quietStart">notif_qstart</string>
|
||||||
|
<string name="prefs_quietStart_title">Quiet Hours Start</string>
|
||||||
|
<string name="prefs_quietStart_desc">Starting hour when Astrid should be quiet (e.g. 22)</string>
|
||||||
|
|
||||||
|
<string name="p_notif_quietEnd">notif_qend</string>
|
||||||
|
<string name="prefs_quietEnd_title">Quiet Hours End</string>
|
||||||
|
<string name="prefs_quietEnd_desc">Ending hour when Astrid should be quiet (e.g. 08)</string>
|
||||||
|
|
||||||
|
<string name="p_notif_defaultRemind">notif_default_reminder</string>
|
||||||
|
<string name="prefs_defaultRemind_title">Default Reminders</string>
|
||||||
|
<string name="prefs_defaultRemind_desc">For new tasks, in days (i.e. 7). Blank to disable</string>
|
||||||
|
|
||||||
|
<string name="p_notif_annoy">notif_annoy</string>
|
||||||
|
<string name="prefs_annoy_title">Persistent Mode</string>
|
||||||
|
<string name="prefs_annoy_desc">If checked, you must view reminders before clearing them (also LED)</string>
|
||||||
|
|
||||||
|
<string name="p_notification_ringtone">notification_ringtone</string>
|
||||||
|
<string name="prefs_notification_title">Notification Ringtone</string>
|
||||||
|
<string name="prefs_notification_desc">Choose a ringtone for Astrid\'s alerts</string>
|
||||||
|
|
||||||
|
<string name="p_notif_icon">notif_theme</string>
|
||||||
|
<string name="prefs_notificon_title">Notification Icons</string>
|
||||||
|
<string name="prefs_notificon_desc">Choose Astrid\'s notification bar icon</string>
|
||||||
|
|
||||||
|
<string name="prefs_category_appearance">Appearance</string>
|
||||||
|
|
||||||
|
<string name="p_colorize">colorize</string>
|
||||||
|
<string name="prefs_colorize_title">Colorize Task List</string>
|
||||||
|
<string name="prefs_colorize_desc">Different colors for different priorities</string>
|
||||||
|
|
||||||
|
<string name="p_fontSize">font_size</string>
|
||||||
|
<string name="prefs_fontSize_title">Task List Font</string>
|
||||||
|
<string name="prefs_fontSize_desc">Font on the main listing page (i.e. 22)</string>
|
||||||
|
|
||||||
|
<string name="prefs_category_other">Other</string>
|
||||||
|
|
||||||
|
<string name="p_nagging">nagging</string>
|
||||||
|
<string name="prefs_nagging_title">Nag Messages</string>
|
||||||
|
<string name="prefs_nagging_desc">Show Astrid\'s comments when viewing reminders and postponing tasks?</string>
|
||||||
|
|
||||||
|
<string name="p_deadlineTime">deadline_time</string>
|
||||||
|
<string name="prefs_deadlineTime_title">Default Deadlines</string>
|
||||||
|
<string name="prefs_deadlineTime_desc"># of days from now to set new deadlines</string>
|
||||||
|
|
||||||
|
<string name="displayedFields_PrefScreen_Title">Displayed Fields</string>
|
||||||
|
<string name="displayedFields_PrefScreen_Desc">Select the fields to show in task list</string>
|
||||||
|
|
||||||
|
<!-- notification keys (no title, desc, default suffix) should not be localized -->
|
||||||
|
<string name="prefs_titleVisible">titleVisible</string>
|
||||||
|
<string name="prefs_titleVisible_title">Task Title</string>
|
||||||
|
<string name="prefs_titleVisible_desc">Task description</string>
|
||||||
|
<string name="prefs_titleVisible_default">true</string>
|
||||||
|
<string name="prefs_deadlineVisible">deadlineVisible</string>
|
||||||
|
<string name="prefs_deadlineVisible_title">Dates</string>
|
||||||
|
<string name="prefs_deadlineVisible_desc">Upcoming deadlines / completed date</string>
|
||||||
|
<string name="prefs_deadlineVisible_default">true</string>
|
||||||
|
<string name="prefs_timeVisible">timeVisible</string>
|
||||||
|
<string name="prefs_timeVisible_title">Times</string>
|
||||||
|
<string name="prefs_timeVisible_desc">Estimated & Elapsed Times</string>
|
||||||
|
<string name="prefs_timeVisible_default">true</string>
|
||||||
|
<string name="prefs_importanceVisible">importanceVisible</string>
|
||||||
|
<string name="prefs_importanceVisible_title">Importance</string>
|
||||||
|
<string name="prefs_importanceVisible_desc">Task importance indicator</string>
|
||||||
|
<string name="prefs_importanceVisible_default">true</string>
|
||||||
|
<string name="prefs_tagsVisible">tagsVisible</string>
|
||||||
|
<string name="prefs_tagsVisible_title">Tags</string>
|
||||||
|
<string name="prefs_tagsVisible_desc">Tags associated with this task</string>
|
||||||
|
<string name="prefs_tagsVisible_default">true</string>
|
||||||
|
<string name="prefs_repeatVisible">repeatVisible</string>
|
||||||
|
<string name="prefs_repeatVisible_title">Repeats</string>
|
||||||
|
<string name="prefs_repeatVisible_desc">Task repeat information</string>
|
||||||
|
<string name="prefs_repeatVisible_default">true</string>
|
||||||
|
<string name="prefs_reminderVisible">reminderVisible</string>
|
||||||
|
<string name="prefs_reminderVisible_title">Reminders</string>
|
||||||
|
<string name="prefs_reminderVisible_desc">Displayed if this task has reminders</string>
|
||||||
|
<string name="prefs_reminderVisible_default">false</string>
|
||||||
|
<string name="prefs_notesVisible">notesVisible</string>
|
||||||
|
<string name="prefs_notesVisible_title">Notes</string>
|
||||||
|
<string name="prefs_notesVisible_desc">Notes associated with this task</string>
|
||||||
|
<string name="prefs_notesVisible_default">false</string>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Alert" parent="android:Theme.Dialog">
|
||||||
|
<item name="android:windowBackground">@null</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance" parent="android:TextAppearance">
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Task">
|
||||||
|
<item name="android:textSize">20sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
<item name="android:textColor">@android:color/white</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Detail">
|
||||||
|
<item name="android:textSize">12sp</item>
|
||||||
|
<item name="android:textColor">@color/taskList_details</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.EditEvent_Label">
|
||||||
|
<item name="android:textSize">14sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
|
- translate to Japanese by Maimuzo (maimuzo@gmail.com)
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<!-- Make these < 20 chars so the task name is displayed -->
|
||||||
|
<string-array name="reminders">
|
||||||
|
<item>やぁみんな! ちょっといいかな?</item>
|
||||||
|
<item>ちょっと見ていい?</item>
|
||||||
|
<item>ちょっと時間あるかな?</item>
|
||||||
|
<item>忘れちゃった?</item>
|
||||||
|
<item>ごめんよ!</item>
|
||||||
|
<item>ちょっと時間があるとき:</item>
|
||||||
|
<item>予定上:</item>
|
||||||
|
<item>ちょっとヒマある?</item>
|
||||||
|
<item>Astridだよ!</item>
|
||||||
|
<item>やぁ! ちょっといいかな?</item>
|
||||||
|
<item>ちょっと時間ある?</item>
|
||||||
|
<item>ごきげんよう</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid says... (user should answer yes or no)-->
|
||||||
|
<string-array name="reminder_responses">
|
||||||
|
<item>私は、あなたのために何かを持っています!</item>
|
||||||
|
<item>過去にこれを設定していいの?</item>
|
||||||
|
<item>なんでコレしないの?</item>
|
||||||
|
<item>それどう? イケてる?</item>
|
||||||
|
<item>準備できてる?</item>
|
||||||
|
<item>これ管理できる?</item>
|
||||||
|
<item>幸せになれるよ! これを終わらすだけで!</item>
|
||||||
|
<item>これを終えたらあなたの気分が良くなることを約束します!</item>
|
||||||
|
<item>今日はコレしないの?</item>
|
||||||
|
<item>これを終えてください、私はそれにうんざりしています!</item>
|
||||||
|
<item>それやっちゃえる? もちろんできるさ!</item>
|
||||||
|
<item>あなたはこうするつもりですか?</item>
|
||||||
|
<item>調子良さそうじゃん! さぁやろっか!</item>
|
||||||
|
<item>やるじゃん! それもやっちゃえ!</item>
|
||||||
|
<item>これ終わらせておやつにしない?</item>
|
||||||
|
<item>このタスクだけ? やっちゃお?</item>
|
||||||
|
<item>ToDoリストを消化する時間だよ!</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<string-array name="notif_icon_entries">
|
||||||
|
<item>ピンク</item>
|
||||||
|
<item>ボーリング</item>
|
||||||
|
<item>Astrid</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<string-array name="notif_icon_values">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
<item>2</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<color name="task_list_overdue">#FFFB6666</color>
|
||||||
|
<color name="task_list_normal">#FFFFFFFF</color>
|
||||||
|
<color name="task_list_done">#ff777777</color>
|
||||||
|
<color name="task_list_importance_1">#ffffffff</color>
|
||||||
|
<color name="task_list_importance_2">#ffcfcfcf</color>
|
||||||
|
<color name="task_list_importance_3">#ffb8b8b8</color>
|
||||||
|
<color name="task_list_importance_4">#ffa0a0a0</color>
|
||||||
|
|
||||||
|
<color name="taskList_dueDateOverdue">#FFFB6666</color>
|
||||||
|
<color name="taskList_dueDate">#ffF0E89E</color>
|
||||||
|
<color name="taskList_remainingTime">#ff88AAFF</color>
|
||||||
|
<color name="taskList_completedDate">#ff888888</color>
|
||||||
|
<color name="taskList_details">#ff888888</color>
|
||||||
|
|
||||||
|
<color name="view_header_done">#ff44bb66</color>
|
||||||
|
<color name="view_table_values">#ffbbbbbb</color>
|
||||||
|
<color name="view_table_overdue">#ffff0000</color>
|
||||||
|
|
||||||
|
<color name="importance_1">#ffff5555</color>
|
||||||
|
<color name="importance_2">#fffea400</color>
|
||||||
|
<color name="importance_3">#ff33a5e8</color>
|
||||||
|
<color name="importance_4">#ff808080</color>
|
||||||
|
</resources>
|
||||||
|
|
||||||
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Alert" parent="android:Theme.Dialog">
|
||||||
|
<item name="android:windowBackground">@null</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance" parent="android:TextAppearance">
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Task">
|
||||||
|
<item name="android:textSize">20sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
<item name="android:textColor">@android:color/white</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Detail">
|
||||||
|
<item name="android:textSize">12sp</item>
|
||||||
|
<item name="android:textColor">@color/taskList_details</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.EditEvent_Label">
|
||||||
|
<item name="android:textSize">14sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,87 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<!-- Make these < 20 chars so the task name is displayed -->
|
||||||
|
<string-array name="reminders">
|
||||||
|
<item>Hei! har du et øyeblikk?</item>
|
||||||
|
<item>Kan jeg forstyrre deg noen sekunder?</item>
|
||||||
|
<item>Har du litt tid?</item>
|
||||||
|
<item>Glemte du?</item>
|
||||||
|
<item>Unnskyld meg!</item>
|
||||||
|
<item>Når du har tid:</item>
|
||||||
|
<item>På agendaen:</item>
|
||||||
|
<item>Ledig et øyeblikk?</item>
|
||||||
|
<item>Astrid her!</item>
|
||||||
|
<item>Hei! Kan jeg plage deg litt?</item>
|
||||||
|
<item>Et minutt av din tid?</item>
|
||||||
|
<item>Det er en flott dag for å</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid says... (user should answer yes or no)-->
|
||||||
|
<string-array name="reminder_responses">
|
||||||
|
<item>Jeg har noe til deg!</item>
|
||||||
|
<item>Klar for å legge dette til fortiden?</item>
|
||||||
|
<item>Hvorfor gjør du ikke dette?</item>
|
||||||
|
<item>Så, er du klar?</item>
|
||||||
|
<item>Klar for å gjøre dette?</item>
|
||||||
|
<item>Takler du dette?</item>
|
||||||
|
<item>Du kan bli lykkelig! Bare gjør ferdig dette!</item>
|
||||||
|
<item>Jeg lover at du vil føle deg bedre om du fullfører dette!</item>
|
||||||
|
<item>Hvorfor ikke gjøre dette i dag?</item>
|
||||||
|
<item>Vær så snill å fullfør oppgaven, jeg er lei den!</item>
|
||||||
|
<item>Kan du noensinne fullføre dette? Ja, det kan du!</item>
|
||||||
|
<item>Kommer du noensinne til å fullføre dette?</item>
|
||||||
|
<item>Føl deg bra. Kom igjen!</item>
|
||||||
|
<item>Jeg er stolt av deg! La oss få det gjort!</item>
|
||||||
|
<item>Litt snop etter at du har fullført dette?</item>
|
||||||
|
<item>Bare denne ene oppgaven. Vær så snill?</item>
|
||||||
|
<item>På tide å korte ned gjøremålslisten!</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Astrid's nagging when user clicks postpone -->
|
||||||
|
<string-array name="postpone_nags">
|
||||||
|
<item>Ikke fortell meg at det ikke er sant at du er en prokrastinerer!</item>
|
||||||
|
<item>Blir det ikke kjedelig å være lat?</item>
|
||||||
|
<item>Et eller annet sted er noen avhengig av at du fullfører dette!</item>
|
||||||
|
<item>Når du sier slumre mener du egentlig "Jeg gjør dette!", ikke sant?</item>
|
||||||
|
<item>Dette er siste gang du utsetter dette, ikke sant?</item>
|
||||||
|
<item>Bare fullfør dette i dag, jeg lover å ikke si det til noen!</item>
|
||||||
|
<item>Hvorfor utsette noe du kan.. velge å ikke utsette!</item>
|
||||||
|
<item>Du kommer til å fullføre dette etterhvert, antar jeg?</item>
|
||||||
|
<item>Jeg synes du er kjempebra! Hva med å ikke utsette dette?</item>
|
||||||
|
<item>Oppnår du målene dine om du gjør det?</item>
|
||||||
|
<item>Utsett, utsett, utsett. Når skal du forbedre deg?</item>
|
||||||
|
<item>Jeg har fått nok av unnskyldningene dine! Bare gjør det!</item>
|
||||||
|
<item>Brukte du ikke den unnskyldningen sist?</item>
|
||||||
|
<item>Jeg kan ikke hjelpe deg med å organisere livet ditt hvis du holder på sånn...</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Icons for notification tray -->
|
||||||
|
<string-array name="notif_icon_entries">
|
||||||
|
<item>Rosa</item>
|
||||||
|
<item>Kjedelig</item>
|
||||||
|
<item>Astrid</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Corresponding to the constants in Preferences.java -->
|
||||||
|
<string-array name="notif_icon_values">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
<item>2</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<color name="task_list_overdue">#FFFB6666</color>
|
||||||
|
<color name="task_list_normal">#FFFFFFFF</color>
|
||||||
|
<color name="task_list_done">#ff777777</color>
|
||||||
|
<color name="task_list_importance_1">#ffffffff</color>
|
||||||
|
<color name="task_list_importance_2">#ffcfcfcf</color>
|
||||||
|
<color name="task_list_importance_3">#ffb8b8b8</color>
|
||||||
|
<color name="task_list_importance_4">#ffa0a0a0</color>
|
||||||
|
|
||||||
|
<color name="taskList_dueDateOverdue">#FFFB6666</color>
|
||||||
|
<color name="taskList_dueDate">#ffF0E89E</color>
|
||||||
|
<color name="taskList_remainingTime">#ff88AAFF</color>
|
||||||
|
<color name="taskList_completedDate">#ff888888</color>
|
||||||
|
<color name="taskList_details">#ff888888</color>
|
||||||
|
|
||||||
|
<color name="view_header_done">#ff44bb66</color>
|
||||||
|
<color name="view_table_values">#ffbbbbbb</color>
|
||||||
|
<color name="view_table_overdue">#ffff0000</color>
|
||||||
|
|
||||||
|
<color name="importance_1">#ffff5555</color>
|
||||||
|
<color name="importance_2">#fffea400</color>
|
||||||
|
<color name="importance_3">#ff33a5e8</color>
|
||||||
|
<color name="importance_4">#ff808080</color>
|
||||||
|
</resources>
|
||||||
|
|
||||||
@ -0,0 +1,413 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<!-- application -->
|
||||||
|
<string name="app_name">Astrid</string>
|
||||||
|
|
||||||
|
<!-- General String Constants -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<!-- Importance Labels -->
|
||||||
|
<string name="importance_1">!!!!</string>
|
||||||
|
<string name="importance_2">!!!</string>
|
||||||
|
<string name="importance_3">!!</string>
|
||||||
|
<string name="importance_4">!</string>
|
||||||
|
|
||||||
|
<!-- Repeat Interval Labels -->
|
||||||
|
<string name="repeat_days">Dag(er)</string>
|
||||||
|
<string name="repeat_weeks">Uke(r)</string>
|
||||||
|
<string name="repeat_months">Månede(r)</string>
|
||||||
|
<string name="repeat_hours">Time(r)</string>
|
||||||
|
|
||||||
|
<!-- Plurals -->
|
||||||
|
<plurals name="Ntasks">
|
||||||
|
<item quantity="one">1 oppgave</item>
|
||||||
|
<item quantity="other">%d oppgaver</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NactiveTasks">
|
||||||
|
<item quantity="one">%d / %d aktive</item>
|
||||||
|
<item quantity="other">%d / %d aktive</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nalarms">
|
||||||
|
<item quantity="one">En alarm</item>
|
||||||
|
<item quantity="two">To alarmer</item>
|
||||||
|
<item quantity="other">%d alarmer</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Ntags">
|
||||||
|
<item quantity="one">1 tagg</item>
|
||||||
|
<item quantity="other">%d tagger</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<!-- Time Constants -->
|
||||||
|
<string name="dateFormatter">d. MMM</string> <!-- used for long due
|
||||||
|
dates. c.f. Java's SimpleDateFormat -->
|
||||||
|
<string name="daysVertical">D\na\ny\ns</string> <!-- vertical labels
|
||||||
|
are used in the number dialogs -->
|
||||||
|
<string name="hoursVertical">H\no\nu\nr\ns</string>
|
||||||
|
<plurals name="Ndays">
|
||||||
|
<item quantity="one">1 dag</item>
|
||||||
|
<item quantity="other">%d dager</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nhours">
|
||||||
|
<item quantity="one">1 time</item>
|
||||||
|
<item quantity="other">%d timer</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nminutes">
|
||||||
|
<item quantity="one">1 minutt</item>
|
||||||
|
<item quantity="other">%d minutter</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="Nseconds">
|
||||||
|
<item quantity="one">1 sekund</item>
|
||||||
|
<item quantity="other">%d sekunder</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NhoursShort">
|
||||||
|
<item quantity="one">1t</item>
|
||||||
|
<item quantity="other">%dt</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NminutesShort">
|
||||||
|
<item quantity="one">1m</item>
|
||||||
|
<item quantity="other">%dm</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="NsecondsShort">
|
||||||
|
<item quantity="one">1s</item>
|
||||||
|
<item quantity="other">%ds</item>
|
||||||
|
</plurals>
|
||||||
|
<string name="ago_suffix">siden</string><!-- appended after time
|
||||||
|
constants to show time in past -->
|
||||||
|
|
||||||
|
<!-- TaskList -->
|
||||||
|
<skip />
|
||||||
|
<!-- title bar -->
|
||||||
|
<string name="taskList_titlePrefix">Astrid: </string>
|
||||||
|
<string name="taskList_titleTagPrefix">Tagget \"%s\": </string>
|
||||||
|
<string name="taskList_hiddenSuffix"> skjult</string>
|
||||||
|
<string name="addtask_label">Ny oppgave</string>
|
||||||
|
<string name="missing_tag">Fant ikke forespurt tagg!</string>
|
||||||
|
|
||||||
|
<!-- text in the actual list -->
|
||||||
|
<string name="taskList_hiddenPrefix">S</string><!-- prefix to show that a task is hidden -->
|
||||||
|
<string name="taskList_dueRelativeTime">Utløper</string><!-- i.e. Due in 4 days -->
|
||||||
|
<string name="taskList_dueAbsoluteDate">Utløper på</string><!-- i.e. Due on Jan 2 -->
|
||||||
|
<string name="taskList_goalPrefix">Mål</string><!-- prefix to deadline -->
|
||||||
|
<string name="taskList_overdueBy">Forfaller ved</string>
|
||||||
|
<string name="taskList_completedPrefix">Fullført</string><!-- i.e. Finished 4 days ago -->
|
||||||
|
<string name="taskList_estimatedTimePrefix">Estimert:</string>
|
||||||
|
<string name="taskList_elapsedTimePrefix">Tid brukt:</string>
|
||||||
|
<string name="taskList_periodicReminderPrefix">Påminnelse hver</string>
|
||||||
|
<string name="taskList_repeatPrefix">Gjentas Hver</string>
|
||||||
|
<string name="taskList_alarmPrefix">Neste Alarm:</string>
|
||||||
|
<string name="taskList_tagsPrefix">Tagger:</string>
|
||||||
|
<string name="taskList_notesPrefix">Notater:</string>
|
||||||
|
<string name="taskList_createdPrefix">Opprettet:</string>
|
||||||
|
<string name="taskList_deleted">Slettet</string>
|
||||||
|
|
||||||
|
<!-- menu items -->
|
||||||
|
<string name="taskList_menu_insert">Legg Til</string>
|
||||||
|
<string name="taskList_menu_tags">Tagger</string>
|
||||||
|
<string name="taskList_menu_filters">Visning</string>
|
||||||
|
<string name="taskList_menu_syncshortcut">Synk</string>
|
||||||
|
<string name="taskList_menu_more">Mer</string>
|
||||||
|
<string name="taskList_menu_sync">Synkronisering</string>
|
||||||
|
<string name="taskList_menu_settings">Instillinger</string>
|
||||||
|
<string name="taskList_menu_help">Hjelp (åpner i nettleser)</string>
|
||||||
|
<string name="taskList_menu_survey">Ta Astrid\'s brukerundersøkelse!</string>
|
||||||
|
<string name="taskList_menu_tips">Småtips</string>
|
||||||
|
<string name="taskList_menu_cleanup">Rydd opp gamle oppgaver</string>
|
||||||
|
|
||||||
|
<string name="taskList_context_edit">Rediger Oppgave</string>
|
||||||
|
<string name="taskList_context_delete">Slett Oppgave</string>
|
||||||
|
<string name="taskList_context_startTimer">Start Tidtaker</string>
|
||||||
|
<string name="taskList_context_stopTimer">Stopp Tidtaker</string>
|
||||||
|
<string name="taskList_context_postpone">Utsett</string>
|
||||||
|
|
||||||
|
<!-- filter menu -->
|
||||||
|
<string name="taskList_filter_title">Sortering/filtre</string>
|
||||||
|
<string name="taskList_filter_hidden">Skjulte/blokkerte oppgaver</string>
|
||||||
|
<string name="taskList_filter_done">Fullførte oppgaver</string>
|
||||||
|
<string name="taskList_filter_tagged">Taggede \'%s\'</string>
|
||||||
|
<string name="taskList_sort_auto">Sorter automatisk</string>
|
||||||
|
<string name="taskList_sort_alpha">Sorter på navn</string>
|
||||||
|
<string name="taskList_sort_duedate">Sorter på utløpsdato</string>
|
||||||
|
<string name="taskList_sort_reverse">Reversert sortering</string>
|
||||||
|
|
||||||
|
<string name="taskList_nonag_reminder">Velg en handling:</string>
|
||||||
|
<string name="taskList_postpone_count">Antall ganger du har utsatt: %d</string>
|
||||||
|
<string name="taskList_postpone_dialog">Hvor lenge vil du utsette?</string>
|
||||||
|
<string name="taskList_cleanup_dialog">"Slett fullførte oppgaver som er eldre enn # dager:"</string>
|
||||||
|
|
||||||
|
<!-- TaskEdit -->
|
||||||
|
<skip />
|
||||||
|
<!-- title bar -->
|
||||||
|
<string name="taskEdit_titleGeneric">Astrid: Redigerer oppgave</string>
|
||||||
|
<string name="taskEdit_titlePrefix">Astrid: Redigerer </string>
|
||||||
|
<string name="taskEdit_label">Astrid: Ny oppgave</string>
|
||||||
|
|
||||||
|
<!-- tabs -->
|
||||||
|
<string name="task_edit_tab_1">Grunndata</string>
|
||||||
|
<string name="task_edit_tab_2">Datoer</string>
|
||||||
|
<string name="task_edit_tab_3">Alarmer</string>
|
||||||
|
|
||||||
|
<!-- labels -->
|
||||||
|
<string name="name_label">Oppsummering</string>
|
||||||
|
<string name="name_hint">Oppgavebeskrivelse</string>
|
||||||
|
<string name="importance_label">Hvor viktig er det?</string>
|
||||||
|
<string name="tags_label">Tagger:</string>
|
||||||
|
|
||||||
|
<string name="estimatedDuration_label">Hvor lang tid vil det ta?</string>
|
||||||
|
<string name="elapsedDuration_label">Tid allerede brukt på oppgaven</string>
|
||||||
|
<string name="definiteDueDate_label">Absolutt frist</string>
|
||||||
|
<string name="preferredDueDate_label">Målfrist</string>
|
||||||
|
<string name="addToCalendar_label">Legg oppgave til kalender</string>
|
||||||
|
<string name="showCalendar_label">Åpne kalenderhendelse</string>
|
||||||
|
<string name="hiddenUntil_label">Gjem til denne datoen</string>
|
||||||
|
<string name="repeat_label">Gjenta hver</string>
|
||||||
|
<string name="repeat_value_unset">Ikke spesifisert</string>
|
||||||
|
<string name="blockingOn_label">Gjem til denne oppgaven er ferdig</string>
|
||||||
|
<string name="notes_label">Notater</string>
|
||||||
|
<string name="notes_hint">Legg inn oppgavenotater</string>
|
||||||
|
|
||||||
|
<string name="notification_label">Periodiske påminnelser</string>
|
||||||
|
<string name="notification_prefix">Hver</string>
|
||||||
|
<string name="flags_label">Varsle meg...</string>
|
||||||
|
<string name="flag_before">Når utløpstidspunkt nærmer seg</string>
|
||||||
|
<string name="flag_during">Ved utløpstidspunkt</string>
|
||||||
|
<string name="flag_after">Etter at utløpstidspunkt har passert</string>
|
||||||
|
<string name="flag_nonstop">Uten stopp til jeg ser på oppgaven</string>
|
||||||
|
<string name="alerts_label">Faste påminnelser</string>
|
||||||
|
<string name="add_alert">Legg til ny påminnelse</string>
|
||||||
|
|
||||||
|
<!-- dialog boxes -->
|
||||||
|
<string name="hour_minutes_dialog">Tid (timer : minutter)</string>
|
||||||
|
<string name="notification_dialog">Varsle meg hvert</string>
|
||||||
|
<string name="repeat_picker_title">Gjenta hvert (0 for å deaktivere)</string>
|
||||||
|
<string name="repeat_help_dialog_title">Hjelp: Astrid-gjentakelser</string>
|
||||||
|
<string name="repeat_help_dialog">
|
||||||
|
For å bruke gjentakelser må du sette minst ett av utløpstidspunktene over. Når du fullfører denne oppgaven, vil utløpstidspunktet automatisk bli flyttet.
|
||||||
|
\n\n
|
||||||
|
Hvis du ikke ønsker å se den nye oppgaven rett etter at du fullfører den gamle, bør du bruke "Gjem Til"-feltet, som også vil bli flyttet automatisk.
|
||||||
|
\n
|
||||||
|
</string>
|
||||||
|
<string name="repeat_help_hide">Skjul hjelp</string>
|
||||||
|
|
||||||
|
<!-- buttons -->
|
||||||
|
<string name="save_label">Lagre</string>
|
||||||
|
<string name="discard_label">Forkast</string>
|
||||||
|
<string name="edit_label">Rediger</string>
|
||||||
|
<string name="delete_label">Slett</string>
|
||||||
|
<string name="blank_button_title">Klikk for å sette</string>
|
||||||
|
<string name="startTimer_label">Start tidtaker</string>
|
||||||
|
<string name="stopTimer_label">Stopp tidtaker</string>
|
||||||
|
|
||||||
|
<string name="taskEdit_menu_save">Lagre</string>
|
||||||
|
<string name="taskEdit_onTaskSave_Due">Oppgave lagret: utløper om %s</string>
|
||||||
|
<string name="taskEdit_onTaskSave_notDue">Oppgave lagret</string>
|
||||||
|
|
||||||
|
<!-- TaskView -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="taskView_notifyTitle">Astrid sier...</string>
|
||||||
|
|
||||||
|
<!-- Tag List -->
|
||||||
|
<skip />
|
||||||
|
<string name="tagList_titlePrefix">Astrid: Taggvisning: </string>
|
||||||
|
<string name="tagList_context_create">Opprett oppgave med tagg</string>
|
||||||
|
<string name="tagList_context_edit">Rediger tagg</string>
|
||||||
|
<string name="tagList_context_delete">Slett tagg</string>
|
||||||
|
<string name="tagList_context_showTag">Vis på hovedside</string>
|
||||||
|
<string name="tagList_context_hideTag">Skjul på hovedside</string>
|
||||||
|
<string name="tagList_context_shortcut">Lag snarvei</string>
|
||||||
|
<string name="tagList_shortcut_created">Snarvei opprettet på hovedsiden!</string>
|
||||||
|
<string name="tagList_shortcut_prefix">Tagg:</string>
|
||||||
|
|
||||||
|
<string name="tagList_menu_sortAlpha">Sorter alfabetisk</string>
|
||||||
|
<string name="tagList_menu_sortSize">Sorter etter størrelse</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Synchronization -->
|
||||||
|
<skip />
|
||||||
|
<string name="sync_pref_group">Synkroniseringstjenester</string>
|
||||||
|
<string name="sync_pref_group_actions">Handlinger</string>
|
||||||
|
<string name="sync_pref_group_options">Valg</string>
|
||||||
|
<string name="p_sync_rtm">sync_rtm</string>
|
||||||
|
<string name="sync_rtm_title">Remember The Milk</string>
|
||||||
|
<string name="sync_rtm_desc">http://www.rememberthemilk.com</string>
|
||||||
|
<string name="p_sync_every">sync_every</string>
|
||||||
|
<string name="sync_every_title">Synkroniseringsfrekvens</string>
|
||||||
|
<string name="sync_every_desc">Hvis satt, utfør synkronisering hver # time(r)</string>
|
||||||
|
<string name="p_sync_button">sync_button</string>
|
||||||
|
<string name="sync_button_title">Hovedmeny-snarvei</string>
|
||||||
|
<string name="sync_button_desc">Vis \"Synkronisér\" i Astrid\'s meny</string>
|
||||||
|
<string name="p_sync_quiet">sync_dialogs</string>
|
||||||
|
<string name="sync_quiet_title">Skjul dialogvinduer</string>
|
||||||
|
<string name="sync_quiet_desc">Skjul dialogvindu med synkroniseringsresultat</string>
|
||||||
|
<string name="p_sync_background">sync_background</string>
|
||||||
|
<string name="sync_background_title">I bakgrunnen</string>
|
||||||
|
<string name="sync_background_desc">Synkroniser uten å mase på deg</string>
|
||||||
|
<string name="sync_error">Synkroniseringsfeil! Beklager ulempen. Feilmelding:</string>
|
||||||
|
<string name="sync_auth_request">
|
||||||
|
For å kunne synkronisere må du logge deg inn på din %s-konto og autorisere Astrid til å lese dine data.
|
||||||
|
\n\n
|
||||||
|
Når dette er fullført kan du starte Astrid å komme tilbake hit.
|
||||||
|
</string>
|
||||||
|
<string name="sync_rtm_notes">
|
||||||
|
Velkommen til Astrid\'s RTM-synkronisering!
|
||||||
|
\n\n
|
||||||
|
Gjenstander som ikke vil bli synkronisert:
|
||||||
|
- Påminnelser og repetisjoner
|
||||||
|
- Sletting eller omdøping av oppgaver i RTM
|
||||||
|
\n
|
||||||
|
Ønsk meg lykke til!\n
|
||||||
|
</string>
|
||||||
|
<string name="sync_now">Synkroniser nå!</string>
|
||||||
|
<string name="sync_forget">Slett personlig data</string>
|
||||||
|
<string name="sync_forget_confirm">Slett data for valgte tjenester?</string>
|
||||||
|
<string name="sync_no_synchronizers">Ingen synkroniserere aktivert!</string>
|
||||||
|
|
||||||
|
<!-- Dialog Boxes -->
|
||||||
|
<skip />
|
||||||
|
<string name="loading">Laster...</string>
|
||||||
|
<string name="updating">Laster opp liste...</string>
|
||||||
|
<string name="information_title">Informasjon</string>
|
||||||
|
<string name="question_title">Spørsmål</string>
|
||||||
|
<string name="notify_yes">Vis oppgave</string>
|
||||||
|
<string name="notify_done">Allerede utført!</string>
|
||||||
|
<string name="notify_snooze">Slumre</string>
|
||||||
|
<string name="notify_no">Avslutt</string>
|
||||||
|
<string name="notify_snooze_title">Timer/minutter å slumre?</string>
|
||||||
|
|
||||||
|
<string name="delete_title">Slett</string>
|
||||||
|
<string name="delete_this_task_title">Slette denne oppgaven?</string>
|
||||||
|
<string name="delete_this_tag_title">Fjerne denne taggen fra alle oppgaver?</string>
|
||||||
|
|
||||||
|
<string name="stop_timer_title">Stopp tidtakeren?</string>
|
||||||
|
|
||||||
|
<string name="quick_tips">
|
||||||
|
Noen ting du kanskje ikke visste om Astrid:\n
|
||||||
|
\n
|
||||||
|
- For å opprette en oppgave, bare begynn å skrive!\n
|
||||||
|
- Mens du redigerer en oppgave, trykk \'tilbake'\ for å lagre den\n
|
||||||
|
- Velg en oppgave og trykk 1-4 for å raskt endre dens prioritet\n
|
||||||
|
- Dersom en oppgave har en utløpsfrist, trykk på den lenge for å utsette\n
|
||||||
|
\n
|
||||||
|
Takk for at du bruker Astrid!\n
|
||||||
|
</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Notification -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="notif_definiteDueDate">Absolutt utløpsfrist!</string>
|
||||||
|
<string name="notif_preferredDueDate">Målfrist!</string>
|
||||||
|
<string name="notif_timerStarted">Arbeider med:</string>
|
||||||
|
|
||||||
|
<!-- Error Messages -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="error_opening">Kunne ikke finne denne gjenstanden!:</string>
|
||||||
|
<string name="error_saving">Kunne ikke lagre:</string>
|
||||||
|
|
||||||
|
<!-- Preference Keys. Strings starting with p_* should not be localized -->
|
||||||
|
<skip />
|
||||||
|
|
||||||
|
<string name="prefs_category_alerts">Notifications</string>
|
||||||
|
|
||||||
|
<string name="p_notif_quietStart">notif_qstart</string>
|
||||||
|
<string name="prefs_quietStart_title">Start på stilletimer</string>
|
||||||
|
<string name="prefs_quietStart_desc">Tidspunkt fra når Astrid skal være stille (f.eks. 22)</string>
|
||||||
|
|
||||||
|
<string name="p_notif_quietEnd">notif_qend</string>
|
||||||
|
<string name="prefs_quietEnd_title">Slutt på stilletimer</string>
|
||||||
|
<string name="prefs_quietEnd_desc">Tidspunkt fra når Astrid ikke lenger skal være stille (f.eks. 08)</string>
|
||||||
|
|
||||||
|
<string name="p_notif_defaultRemind">notif_default_reminder</string>
|
||||||
|
<string name="prefs_defaultRemind_title">Standardpåminnelser</string>
|
||||||
|
<string name="prefs_defaultRemind_desc">For nye oppgaver, i dager (f.eks. 7). Blank for å slå av.</string>
|
||||||
|
|
||||||
|
<string name="p_notif_annoy">notif_annoy</string>
|
||||||
|
<string name="prefs_annoy_title">Iherdig-modus</string>
|
||||||
|
<string name="prefs_annoy_desc">Dersom denne er avkryssen må du se påminnelser før du kan fjerne dem (gjelder også LED-lampen)</string>
|
||||||
|
|
||||||
|
<string name="p_notification_ringtone">notification_ringtone</string>
|
||||||
|
<string name="prefs_notification_title">Ringetone for påminnelser</string>
|
||||||
|
<string name="prefs_notification_desc">Velg ringetone for Astrid\'s påminnelser</string>
|
||||||
|
|
||||||
|
<string name="p_notif_icon">notif_theme</string>
|
||||||
|
<string name="prefs_notificon_title">Ikon for påminnelser</string>
|
||||||
|
<string name="prefs_notificon_desc">Choose Astrid\'s notification bar icon</string> <!-- TODO: Translate -->
|
||||||
|
|
||||||
|
<string name="prefs_category_appearance">Utseende</string>
|
||||||
|
|
||||||
|
<string name="p_colorize">colorize</string>
|
||||||
|
<string name="prefs_colorize_title">Fargelegg oppgavelisten</string>
|
||||||
|
<string name="prefs_colorize_desc">Ulike farger for ulike prioriteter</string>
|
||||||
|
|
||||||
|
<string name="p_fontSize">font_size</string>
|
||||||
|
<string name="prefs_fontSize_title">Font for oppgavelisten</string>
|
||||||
|
<string name="prefs_fontSize_desc">For på hovedsiden (f.eks. 22)</string>
|
||||||
|
|
||||||
|
<string name="prefs_category_other">Other</string>
|
||||||
|
|
||||||
|
<string name="p_nagging">nagging</string>
|
||||||
|
<string name="prefs_nagging_title">Masemeldinger</string>
|
||||||
|
<string name="prefs_nagging_desc">Vis Astid\'s kommentarer ved visning av påminnere og ved utsettelse av oppgaver?</string>
|
||||||
|
|
||||||
|
<string name="p_deadlineTime">deadline_time</string>
|
||||||
|
<string name="prefs_deadlineTime_title">Standard utløpstidspunkt</string>
|
||||||
|
<string name="prefs_deadlineTime_desc">Utløpstidspunkt blir satt # dager fra nå</string>
|
||||||
|
|
||||||
|
<string name="displayedFields_PrefScreen_Title">Feltvisning</string>
|
||||||
|
<string name="displayedFields_PrefScreen_Desc">Velg feltene som skal vises i oppgavelisten</string>
|
||||||
|
|
||||||
|
<!-- notification keys (no title, desc, default suffix) should not be localized -->
|
||||||
|
<string name="prefs_titleVisible">titleVisible</string>
|
||||||
|
<string name="prefs_titleVisible_title">Task Title</string>
|
||||||
|
<string name="prefs_titleVisible_desc">Task description</string>
|
||||||
|
<string name="prefs_titleVisible_default">true</string>
|
||||||
|
<string name="prefs_deadlineVisible">deadlineVisible</string>
|
||||||
|
<string name="prefs_deadlineVisible_title">Dates</string>
|
||||||
|
<string name="prefs_deadlineVisible_desc">Upcoming deadlines / completed date</string>
|
||||||
|
<string name="prefs_deadlineVisible_default">true</string>
|
||||||
|
<string name="prefs_timeVisible">timeVisible</string>
|
||||||
|
<string name="prefs_timeVisible_title">Times</string>
|
||||||
|
<string name="prefs_timeVisible_desc">Estimated & Elapsed Times</string>
|
||||||
|
<string name="prefs_timeVisible_default">true</string>
|
||||||
|
<string name="prefs_importanceVisible">importanceVisible</string>
|
||||||
|
<string name="prefs_importanceVisible_title">Importance</string>
|
||||||
|
<string name="prefs_importanceVisible_desc">Task importance indicator</string>
|
||||||
|
<string name="prefs_importanceVisible_default">true</string>
|
||||||
|
<string name="prefs_tagsVisible">tagsVisible</string>
|
||||||
|
<string name="prefs_tagsVisible_title">Tags</string>
|
||||||
|
<string name="prefs_tagsVisible_desc">Tags associated with this task</string>
|
||||||
|
<string name="prefs_tagsVisible_default">true</string>
|
||||||
|
<string name="prefs_repeatVisible">repeatVisible</string>
|
||||||
|
<string name="prefs_repeatVisible_title">Repeats</string>
|
||||||
|
<string name="prefs_repeatVisible_desc">Task repeat information</string>
|
||||||
|
<string name="prefs_repeatVisible_default">true</string>
|
||||||
|
<string name="prefs_reminderVisible">reminderVisible</string>
|
||||||
|
<string name="prefs_reminderVisible_title">Reminders</string>
|
||||||
|
<string name="prefs_reminderVisible_desc">Displayed if this task has reminders</string>
|
||||||
|
<string name="prefs_reminderVisible_default">false</string>
|
||||||
|
<string name="prefs_notesVisible">notesVisible</string>
|
||||||
|
<string name="prefs_notesVisible_title">Notes</string>
|
||||||
|
<string name="prefs_notesVisible_desc">Notes associated with this task</string>
|
||||||
|
<string name="prefs_notesVisible_default">false</string>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
ASTRID: Android's Simple Task Recording Dashboard
|
||||||
|
|
||||||
|
Copyright (c) 2009 Tim Su
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Alert" parent="android:Theme.Dialog">
|
||||||
|
<item name="android:windowBackground">@null</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance" parent="android:TextAppearance">
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Task">
|
||||||
|
<item name="android:textSize">20sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
<item name="android:textColor">@android:color/white</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.TaskList_Detail">
|
||||||
|
<item name="android:textSize">12sp</item>
|
||||||
|
<item name="android:textColor">@color/taskList_details</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextAppearance.EditEvent_Label">
|
||||||
|
<item name="android:textSize">14sp</item>
|
||||||
|
<item name="android:textStyle">bold</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
</resources>
|
||||||
Loading…
Reference in New Issue