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

76 lines
4.7 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_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_default">changed %1$s to %2$s</string>
<!-- <string name="update_string_friends">%1$s is now friends with %2$s</string>
<string name="update_string_request_friendship">%1$s wants to be friends with you</string>
<string name="update_string_confirmed_friendship">%1$s has confirmed your friendship request</string>
<string name="update_string_task_created">%1$s created this task</string>
<string name="update_string_task_created_global">%1$s created $link_task</string>
<string name="update_string_task_created_on_list">%1$s added $link_task to this list</string>
<string name="update_string_task_completed">%1$s completed $link_task. Huzzah!</string>
<string name="update_string_task_uncompleted">%1$s un-completed $link_task.</string>
<string name="update_string_task_tagged">%1$s added $link_task to %4$s</string>
<string name="update_string_task_tagged_list">%1$s added $link_task to this list</string>
<string name="update_string_task_assigned">%1$s assigned $link_task to %4$s</string>
<string name="update_string_tag_created">%1$s created this list</string>
<string name="update_string_tag_created_global">%1$s created the list %2$s</string> -->
</resources>