|
|
|
|
@ -304,15 +304,6 @@ to the plugin creator for fastest service.
|
|
|
|
|
|
|
|
|
|
<!-- Elapsed time label -->
|
|
|
|
|
<string name="TEA_elapsedDuration_label">Time Already Spent on Task</string>
|
|
|
|
|
|
|
|
|
|
<!-- Save button -->
|
|
|
|
|
<string name="TEA_save_label">Save</string>
|
|
|
|
|
|
|
|
|
|
<!-- Don't Save button -->
|
|
|
|
|
<string name="TEA_cancel_label">Cancel</string>
|
|
|
|
|
|
|
|
|
|
<!-- Delete button -->
|
|
|
|
|
<string name="TEA_delete_label">Delete</string>
|
|
|
|
|
|
|
|
|
|
<!-- Menu: Save -->
|
|
|
|
|
<string name="TEA_menu_save">Save Changes</string>
|
|
|
|
|
@ -338,7 +329,7 @@ to the plugin creator for fastest service.
|
|
|
|
|
<!-- Toast: task was deleted -->
|
|
|
|
|
<string name="TEA_onTaskDelete">Task Deleted!</string>
|
|
|
|
|
|
|
|
|
|
<!-- ===================== IntroductionActivity == -->
|
|
|
|
|
<!-- ============================================= IntroductionActivity == -->
|
|
|
|
|
|
|
|
|
|
<!-- Introduction Window title -->
|
|
|
|
|
<string name="InA_title">Welcome to Astrid!</string>
|
|
|
|
|
@ -411,12 +402,24 @@ to the plugin creator for fastest service.
|
|
|
|
|
|
|
|
|
|
<!-- ============================================================= Misc == -->
|
|
|
|
|
|
|
|
|
|
<!-- %s => name of the application -->
|
|
|
|
|
<!-- Displayed when task killer found. %s => name of the application -->
|
|
|
|
|
<string name="task_killer_help">
|
|
|
|
|
It looks like you are using an app that can kill processes (%s)! If you can,
|
|
|
|
|
add Astrid to the exclusion list so it doesn\'t get killed. Otherwise,
|
|
|
|
|
Astrid might not let you know when your tasks are due.\n
|
|
|
|
|
</string>
|
|
|
|
|
|
|
|
|
|
<!-- Task killer dialog ok button -->
|
|
|
|
|
<string name="task_killer_help_ok">I Won\'t Kill Astrid!</string>
|
|
|
|
|
|
|
|
|
|
<!-- Astrid's Android Marketplace title. It never appears in the app itself. -->
|
|
|
|
|
<string name="marketplace_title">Astrid Task/Todo List</string>
|
|
|
|
|
|
|
|
|
|
<!-- Astrid's Android Marketplace description. It never appears in the app itself. -->
|
|
|
|
|
<string name="marketplace_description">
|
|
|
|
|
Astrid is the highly-acclaimed open-source task list that is simple enough to
|
|
|
|
|
not get in your way, powerful enough to help you get stuff done! Tags,
|
|
|
|
|
reminders, RememberTheMilk sync, Locale plug-in & more!
|
|
|
|
|
</string>
|
|
|
|
|
|
|
|
|
|
</resources>
|
|
|
|
|
|