mirror of https://github.com/tasks/tasks
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.
75 lines
3.1 KiB
XML
75 lines
3.1 KiB
XML
<?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 == -->
|
|
|
|
<!-- filters header: GTasks -->
|
|
<string name="gtasks_FEx_header">Google Tasks</string>
|
|
|
|
<!-- filter category for GTasks lists -->
|
|
<string name="gtasks_FEx_list">By List</string>
|
|
|
|
<!-- filter title for GTasks lists (%s => list name) -->
|
|
<string name="gtasks_FEx_title">Google Tasks: %s</string>
|
|
|
|
<!-- short help title for Gtasks -->
|
|
<string name="gtasks_help_title">Welcome to Google Tasks!</string>
|
|
|
|
<!-- short help for GTasks list activity -->
|
|
<string name="gtasks_help_body">Drag the grabber on the left side of a task
|
|
to rearrange it. Swipe the grabber left or right to change indentation.</string>
|
|
|
|
<string name="CFC_gtasks_list_text">In List: ?</string>
|
|
|
|
<string name="CFC_gtasks_list_name">In GTasks List...</string>
|
|
|
|
<!-- ============================================ GtasksLoginActivity == -->
|
|
|
|
<!-- Activity Title: Gtasks Login -->
|
|
<string name="gtasks_GLA_title">Log In to Google Tasks</string>
|
|
|
|
<!-- Instructions: Gtasks login -->
|
|
<string name="gtasks_GLA_body">Please log in to Google Tasks Sync (Beta!). Non-migrated Google Apps
|
|
accounts are currently unsupported.</string>
|
|
|
|
<!-- Instructions: Gtasks further help -->
|
|
<string name="gtasks_GLA_further_help">To view your tasks with indentation
|
|
and order preserved, go to the Filters page and select a Google Tasks list.
|
|
By default, Astrid uses its own sort settings for tasks.</string>
|
|
|
|
<!-- Sign In Button -->
|
|
<string name="gtasks_GLA_signIn">Sign In</string>
|
|
|
|
<!-- E-mail Address Label -->
|
|
<string name="gtasks_GLA_email">E-mail</string>
|
|
|
|
<!-- Password Label -->
|
|
<string name="gtasks_GLA_password">Password</string>
|
|
|
|
<!-- Google Apps for Domain checkbox -->
|
|
<string name="gtasks_GLA_domain">Google Apps for Domain account</string>
|
|
|
|
<!-- Error Message when fields aren't filled out -->
|
|
<string name="gtasks_GLA_errorEmpty">Error: fill out all fields!</string>
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
<string name="gtasks_GLA_errorAuth">Error: e-mail or password incorrect!</string>
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized multiple times -->
|
|
<string name="gtasks_GLA_errorAuth_captcha">You may have encountered a captcha.
|
|
Try logging in from the browser, then come back to try again:</string>
|
|
|
|
<!-- ============================================== GtasksPreferences == -->
|
|
|
|
<!-- GTasks Preferences Title -->
|
|
<string name="gtasks_GPr_header">Google Tasks (Beta!)</string>
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
<string name="gtasks_notification_title">Astrid: Google Tasks</string>
|
|
|
|
</resources>
|
|
|