You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
6.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 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>
<string name="app_name">Intents &amp; Activities</string>
<string name="task_id">com.example.android.intentplayground.taskId</string>
<string name="activity_index">com.example.android.intentplayground.activityIndex</string>
<string name="activity_name">CompName</string>
<string name="activity_label">#1</string>
<string name="intent_button_description">This button triggers the intent list dialog for this activity</string>
<string name="build_intent">Build Intent</string>
<string name="build_intent_caption">Select flags with which the intent for the launched activity will be built:</string>
<string name="target_activity">Select the target activity:</string>
<string name="launch_activity_button">Launch activity</string>
<string name="activity_name_placeholder">Activity Name</string>
<string name="intent_button_tooltip">View Intent flags</string>
<string name="activity_radio_description">Activity description</string>
<string name="checkbox_placeholder">CheckBox</string>
<string name="dialog_intent_flag_placeholder">intent flag</string>
<string name="current_task">Current Task</string>
<string name="current_task_placeholder">None</string>
<string name="current_activity">Current Activity</string>
<string name="current_activity_placeholder">None</string>
<string name="last_task">Last Task</string>
<string name="last_task_placeholder">None</string>
<string name="last_activity">Last Activity</string>
<string name="last_activity_placeholder">None</string>
<string name="current_intent_label_description">Intent passed to current activity</string>
<string name="intent_fragment_title">Current Intent</string>
<string name="action_label_description">Label for the action of the current intent</string>
<string name="action_label">Action</string>
<string name="action_placeholder">which action?</string>
<string name="data_uri_label_description">Label for the data URI of the current intent</string>
<string name="data_uri_label">Data URI</string>
<string name="data_uri_placeholder">://</string>
<string name="type_label_description">Label for the type of the current intent</string>
<string name="type_label">Type</string>
<string name="type_placeholder">which action?</string>
<string name="package_label_description">Label for the package of the current intent</string>
<string name="package_label">Package</string>
<string name="package_placeholder">which action?</string>
<string name="category_label_description">Label for the categories of the current intent</string>
<string name="category_label">Categories</string>
<string name="flags_label_description">Label for the flags of the current intent</string>
<string name="flags_label">Flags</string>
<string name="task_tree_title">Hierarchy</string>
<string name="intent_section_title">Title</string>
<string name="placeholder">placeholder</string>
<string name="kill_task_button">remove</string>
<string name="move_to_front">Move to front</string>
<string name="current_task_hierarchy_title">Current Tasks</string>
<string name="expected_task_hierarchy_title">Expected Tasks</string>
<string name="launch_wait_toast">Please wait while the initial tasks are launched.</string>
<string name="help_action">Show help dialog</string>
<string name="package_uri_scheme">package</string>
<string name="ask_to_launch">Do you want to launch a preset stack of activities?</string>
<string name="ask_to_launch_affirm">Yes (recommended)</string>
<string name="ask_to_launch_cancel">No</string>
<string name="next_button">Next</string>
<string name="cancel_button">cancel</string>
<string name="help_step_one">Here you can see the tasks currently running in this application, and rearrange or remove them.</string>
<string name="task_num">Task #</string>
<string name="help_step_finish">Back to app</string>
<string name="help_step_two">The current intent pane displays information about the intent that launched this activity.</string>
<string name="help_step_three">Select flags for a new intent.</string>
<string name="help_step_four">Select a target activity and launch it.</string>
<string name="bottom_nav_launch">Launch</string>
<string name="bottom_nav_verify">Verify</string>
<string name="launch_explanation">If you click yes, a few different tasks will be launched, which you can then manage and play with using intent flags and the app UI.</string>
<string name="result_fragment_title">Result</string>
<string name="suggest_enable_text">Enable suggestions</string>
<string name="suggest_description_text">As you select flags, automatically check dependent flags, highlight suggested flags, and disable conflicting ones.</string>
<string name="dialog_intent_flags">intent flags</string>
<string name="no_activities_text">No activities</string>
<string name="one_activity_text">1 activity</string>
<string name="plural_activities_text">%d activities</string>
<string name="new_task">NEW</string>
<string name="run_intent_tests">Run Intent tests</string>
<string name="launch_default_activities">Launch Default Activities</string>
<string name="start_mode">Select start mode</string>
<string name="start_normal">Start activity</string>
<string name="start_for_result">Start activity for result</string>
<string name="launch_testing_activities_failed">Start Intent testing failed</string>
</resources>