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.
50 lines
1.9 KiB
XML
50 lines
1.9 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">
|
|
|
|
<!-- =========================================================== Misc == -->
|
|
|
|
<!-- filters header: GTasks -->
|
|
<string name="gtasks_FEx_header">Google Tasks</string>
|
|
|
|
<!-- filter category for GTasks lists -->
|
|
<string name="gtasks_FEx_list">By List</string>
|
|
|
|
<!-- GTasks Indent changed message (%d => new level) -->
|
|
<string name="gtasks_indent_toast">New Indentation: %d</string>
|
|
|
|
<!-- ============================================== GtasksPreferences == -->
|
|
|
|
<!-- GTasks Preferences Title -->
|
|
<string name="gtasks_GPr_header">Google Tasks</string>
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
<string name="gtasks_notification_title">Astrid: Google Tasks</string>
|
|
|
|
<!-- title for picking a google account -->
|
|
<string name="choose_account_title">Choose Account</string>
|
|
|
|
<!-- title for no google accounts found -->
|
|
<string name="no_account_found_title">No Accounts Found</string>
|
|
|
|
<!-- message body for no google accounts found -->
|
|
<string name="no_account_found">We were unable to find a Google account on this phone. You will not be able to synchronize to Google Tasks without one!</string>
|
|
|
|
<!-- E-mail Address Label -->
|
|
<string name="gtasks_email">E-mail</string>
|
|
|
|
<!-- Password Label -->
|
|
<string name="gtasks_password">Password</string>
|
|
|
|
<!-- Login Message -->
|
|
<string name="gtasks_login">Google Account:</string>
|
|
|
|
<!-- Login Message when Error -->
|
|
<string name="gtasks_login_error">Please try your e-mail and password again.</string>
|
|
|
|
|
|
</resources>
|
|
|