You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/astrid/src/main/res/values/strings-tags.xml

50 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- =============================================== Task Edit Controls == -->
<!-- Tags label long version -->
<string name="TEA_tags_label_long">Add to lists</string>
<!-- Tags hint -->
<string name="TEA_tag_hint">New list</string>
<!-- ========================================================== Extras == -->
<!-- slide 25a: Dialog: new list -->
<string name="tag_new_list">New List</string>
<!-- Dialog: task created without title -->
<string name="tag_no_title_error">Please enter a name for this list first!</string>
<!-- ========================================================== Filters == -->
<!-- slide 10d: filter for untagged tasks -->
<string name="tag_FEx_untagged">Uncategorized</string>
<!-- context menu option to rename a tag -->
<string name="tag_cm_rename">Rename List</string>
<!-- context menu option to delete a tag -->
<string name="tag_cm_delete">Delete List</string>
<!-- Dialog to confirm deletion of a tag (%s -> the name of the list to be deleted) -->
<string name="DLG_delete_this_tag_question">Delete this list: %s? (No tasks will be deleted.)</string>
<!-- Dialog to rename tag -->
<string name="DLG_rename_this_tag_header">Rename the list %s to:</string>
<!-- Toast notification that no changes have been made -->
<string name="TEA_no_tags_modified">No changes made</string>
<!-- Toast notification that a tag has been deleted (%1$s - list name, %2$d - # tasks) -->
<string name="TEA_tags_deleted">List %1$s was deleted, affecting %2$d tasks</string>
<!-- Toast notification that a tag has been renamed (%1$s - old name, %2$s - new name, %3$d - # tasks) -->
<string name="TEA_tags_renamed">Renamed %1$s with %2$s for %3$d tasks</string>
<!-- Header for tag settings -->
<string name="tag_settings_title">List Settings</string>
</resources>