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/res/values/strings-updates.xml

74 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright (c) 2012 Todoroo Inc
**
** See the file "LICENSE" for the full license governing this code.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Update string from activity codes %1$s - user, %2$s - target name, %3$s - message, %4$s - other_user-->
<!-- NOTE TO TRANSLATORS: things beginning with $link_ are special tokens we use for string formatting.
Please do not translate this part of the string. -->
<!-- These are still in use -->
<string name="update_string_default_comment">%1$s commented: %3$s</string>
<string name="update_string_task_comment">%1$s on $link_task: %3$s</string>
<string name="update_string_tag_comment">%1$s on %2$s: %3$s</string>
<string name="update_string_user_self">You</string>
<string name="history_yourself">yourself</string>
<string name="history_you">you</string>
<string name="history_a_deleted_user">(a deleted user)</string>
<string name="history_this_list">this list</string>
<string name="history_this_task">this task</string>
<string name="history_tag_added">added %1$s to %2$s</string>
<string name="history_tag_removed">removed %1$s from %2$s</string>
<string name="history_left_list">left %s</string>
<string name="history_deleted">deleted %s</string>
<string name="history_undeleted">undeleted %s</string>
<string name="history_completed">completed %s</string>
<string name="history_uncompleted">uncompleted %s</string>
<string name="history_importance_changed">changed %1$s priority from %2$s to %3$s</string>
<string name="history_title_changed">changed %1$s title from %2$s to %3$s</string>
<string name="history_title_set">set %1$s title to %2$s</string>
<string name="history_name_changed">changed name from %1$s to %2$s</string>
<string name="history_name_set">set name to %2$s</string>
<string name="history_description_changed">changed description from %1$s to %2$s</string>
<string name="history_description_set">set description to %2$s</string>
<string name="history_made_public">made %s public</string>
<string name="history_made_private">made %s private</string>
<string name="history_silenced">silenced %s</string>
<string name="history_unsilenced">unsilenced %s</string>
<string name="history_favorited">favorited %s</string>
<string name="history_unfavorited">unfavorited %s</string>
<string name="history_changed_list_picture">change this list\'s picture</string>
<string name="history_added_description_characters">added %1$d characters to %2$s description</string>
<string name="history_removed_description">removed %s description</string>
<string name="history_removed_description_characters">removed %1$d characters from %2$s description</string>
<string name="history_updated_description">updated %s description</string>
<string name="history_changed_list_owner">changed list owner to %s</string>
<string name="history_created_this_list">created this list</string>
<string name="history_unassigned">unassigned %s</string>
<string name="history_claimed">claimed %s</string>
<string name="history_assigned_to">assigned %1$s to %2$s</string>
<string name="history_created_for">created %1$s for %2$s</string>
<string name="history_created">created %s</string>
<string name="history_changed_due_date">changed %1$s due date from %2$s to %3$s</string>
<string name="history_set_due_date">set %1$s due date to %2$s</string>
<string name="history_removed_due_date">removed %s due date</string>
<string name="history_completed_repeating_task">completed %1$s (now due on %2$s)</string>
<string name="history_added_user">added %1$s to %2$s</string>
<string name="history_removed_user">removed %1$s from %2$s</string>
<string name="history_changed_repeat">changed %1$s repeat to %2$s</string>
<string name="history_removed_repeat">removed %s repeat</string>
<string name="history_shared_with">shared %1$s with %2$s</string>
<string name="history_unshared_with">unshared %1$s with %2$s</string>
<string name="history_repeat_every">every %s</string>
<string name="history_repeat_on">on %s</string>
<string name="history_repeat_from_completion">after completion</string>
<string name="history_default">changed %1$s to %2$s</string>
</resources>