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.
40 lines
1.4 KiB
XML
40 lines
1.4 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>
|
|
|
|
<!-- GTasks label: move up -->
|
|
<string name="gtasks_move_up">▲ Move Up</string>
|
|
|
|
<!-- GTasks label: increase indent -->
|
|
<string name="gtasks_increase_indent">▶ Move Right</string>
|
|
|
|
<!-- GTasks label: decrease indent -->
|
|
<string name="gtasks_decrease_indent">◀ Move Left</string>
|
|
|
|
<!-- GTasks label: move down -->
|
|
<string name="gtasks_move_down">▼ Move Down</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>
|
|
|
|
</resources>
|
|
|