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.
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<!-- ============================================================= UI == -->
|
|
|
|
|
|
|
|
<!-- task action: Share -->
|
|
|
|
<string name="sharing_action">Share</string>
|
|
|
|
|
|
|
|
<!-- share login: Title -->
|
|
|
|
<string name="sharing_SLA_title">Share This Task</string>
|
|
|
|
|
|
|
|
<!-- share login: Sharing Description -->
|
|
|
|
<string name="sharing_SLA_body">My Astrid lets you post tasks to the web to share with
|
|
|
|
others. Let your friends encourage and keep you accountable!</string>
|
|
|
|
|
|
|
|
<!-- share login: Sharing Login Prompt -->
|
|
|
|
<string name="sharing_SLA_login">Sign in using your Facebook or Google account:</string>
|
|
|
|
|
|
|
|
<!-- share login: Next Step information -->
|
|
|
|
<string name="sharing_SLA_next_step">On the next page,
|
|
|
|
you can choose how to share this task and choose recipients.</string>
|
|
|
|
|
|
|
|
<!-- share login: Sharing Task Information -->
|
|
|
|
<string name="sharing_SLA_task">Task to Share:</string>
|
|
|
|
|
|
|
|
</resources>
|
|
|
|
|