Removed unused intro task strings, fixed a crash in push on save when checking for those strings

pull/14/head
Sam Bosley 13 years ago
parent 003d63525f
commit 0449ab5bf3

@ -327,12 +327,6 @@ public final class ActFmSyncService {
if(newlyCreated) {
if(task.getValue(Task.TITLE).length() == 0)
return;
for(int taskTitle : new int[] { R.string.intro_task_1_summary,
R.string.intro_task_2_summary, R.string.intro_task_3_summary }) {
String title = ContextManager.getString(taskTitle);
if(task.getValue(Task.TITLE).equals(title))
return;
}
if(TaskApiDao.insignificantChange(values))
return;
values = task.getMergedValues();

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Create your first task</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Add a widget to your desktop</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Úvod: Stiskni mne pro zobrazení poznámek</string>
<string name="intro_task_1_summary">Vytvoř svůj první úkol</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Vložte widget na vaši plochu</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Tryk her for at se noter</string>
<string name="intro_task_1_summary">Opret din første opgave</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Tilføj widget på startskærm</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Einführung: Drücken Sie hier, um die Hinweise anzuzeigen</string>
<string name="intro_task_1_summary">Erstelle deine erste Aufgabe</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Widget zum Desktop hinzufügen</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Synchronisation mit Astrid.com einrichten</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Beginnen Sie, indem Sie ein oder zwei Aufgaben hinzufügen</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Crea su primera tarea</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Añadir un widget a su escritorio</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro : appuyez pour voir les notes</string>
<string name="intro_task_1_summary">Créer votre première tâche</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Ajouter un widget sur votre bureau</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Configurer la synchronisation avec Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Create your first task</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Add a widget to your desktop</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Crea la tua prima attività</string>
<string name="intro_task_1_note">Due modi per aggiungere un\'attività:\n 1) Aggiunta Rapida: scrivi il titolo dell\'attività nel campo in basso e premi il pulsante + che appare a sinistra.\n\n 2) Aggiunta normale: premi il pulsante sulla destra del campo in basso. Aggiungi le informazioni base (data di terminazione, etichette, note) o imposta opzioni più avanzate. Salva l\'attività con il pulsante di salvataggio o il pulsante indietro sul tuo telefono.\n\n</string>
<string name="intro_task_2_summary">Aggiungi un widget sul tuo desktop</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Create your first task</string>
<string name="intro_task_1_note">タスクを登録する2つの方法\n 1) 素早い登録: 入力欄にタスク名を入力し、入力欄の左に表示される + ボタンを押します。\n\n2) 標準の登録: 入力欄の右側にあるボタンを押します。期限やタグ、メモやより高度な設定を行えます。保存ボタンか電話機のバックボタンで保存します。\n\n</string>
<string name="intro_task_2_summary">ホーム画面にウィジェットを追加する</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Create your first task</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">바탕화면에 위젯 추가</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Trykk på meg for å se notater.</string>
<string name="intro_task_1_summary">Skap din første oppgave</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Legg til en widget på skrivebordet</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Druk hier om notities weer te geven</string>
<string name="intro_task_1_summary">Eerste taak aanmaken</string>
<string name="intro_task_1_note">Twee manieren om een taak te maken:\n 1) Snel toevoegen: Beschrijf de taak in het veld onderin en druk op de + knop aan de linker kant.\n\n 2) Normaal toevoegen: Druk op de knop aan de rechter kant van het veld onderin. Vul de standaard details in (einddatum, labels, notities) of gebruik de geavanceerde opties. Bewaar de taak met de bewaarknop of gebruik de \'Terug\' toets op het toestel.\n\n</string>
<string name="intro_task_2_summary">Widget toevoegen aan het hoofdscherm</string>
<string name="intro_task_2_note">Een bureaublad widget is een geweldige manier om de te doen taken bij te houden en een manier om snel nieuwe taken toe te voegen.\n\n Hoe een widget toevoegen?:\n 1) Druk lang op het bureaublad.\n 2) Kies \"Widget\" uit het menu\n 3) Selecteer de Astrid widget.\n 4) Selecteer een Astrid filter. Selecteer \"Actieve taken\" voor alle taken\n\n Bonus: Gebruik de widget om een taak toe te voegen!</string>
<string name="intro_task_3_summary">Instellingen synchroniseren met Astrid.com</string>
<string name="intro_task_3_note">Astrid maakt het mogelijk de taken te synchroniseren met Astrid.com, Google Taken en Producteev.\n\n Om synchroniseren vanuit Astrid in te schakelen, druk \"Menu\"-&gt; \"Instellingen\" -&gt; \"Synchronisatie\" en selecteer de gewenste provider.</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Uwierzytelnienie w Google Zadania nieudane. Proszę, sprawdź poprawność swego hasła lub spróbuj ponownie później.</string>
<string name="gtasks_error_accountManager">Błąd w menadżerze kont Twojego telefonu. Proszę, wyloguj się i zaloguj ponownie w ustawieniach Google Zadań.</string>
<string name="intro_click_prompt">Wstęp: Kliknij mnie by zoabczyć notatkę</string>
<string name="intro_task_1_summary">Utwórz swoje pierwsze zadanie</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Dodaj widget na pulpit</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Ustaw synch z Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Dodaj zadanie tutaj</string>
<string name="help_popover_tap_task">Puknij zadanie by je edytować i udostępnić</string>
<string name="help_popover_list_settings">Puknij ustawienia listy by udostępnić całą listę</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Introdução: Pressione-me para ver notas</string>
<string name="intro_task_1_summary">Crie sua primeira tarefa</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Adicionar widget na área de trabalho</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Sincronizar a instalação com o Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">Create your first task</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Add a widget to your desktop</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Нажмите меня для просмотра заметок</string>
<string name="intro_task_1_summary">Создайте первую задачу</string>
<string name="intro_task_1_note">Есть два способа добавить задачу:\n 1) Быстрое добавление: просто опишите задачу в поле быстрого ввода и нажмите кнопку + слева от него.\n\n 2) Обычное добавление: нажмите кнопку справа от поля быстрого ввода. Назначьте основные параметры (намеченную дату, метки, примечания) или используйте расширенные настройки. Сохраните задачу с помощью кнопки сохрания или кнопки назад на телефоне.\n\n</string>
<string name="intro_task_2_summary">Добавьте виджет на рабочий стол</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Настройте синхронизацию с Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Klicka på mig för anteckningar</string>
<string name="intro_task_1_summary">Skapa din första aktivitet</string>
<string name="intro_task_1_note">Två sätt att lägga till en uppgift:\n 1) Snabbtillägg: Skriv bara uppgiften i snabbinmatningsrutan och klicka på +-knappen som visas till vänster.\n\n 2) Vanligt tillägg: Klicka på knappen till höger om snabbinmatningsrutan. Lägg till grundläggande detaljer (deadline, etiketter, anteckningar) eller ange mer avancerade alternativ. Spara uppgiften med spara-knappen eller din telefons bakåtknapp.\n\n</string>
<string name="intro_task_2_summary">Lägg till en widget på skrivbordet</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<string name="intro_task_1_summary">สร้างแผนงานแรกของคุณ</string>
<string name="intro_task_1_note">Two ways to add a task:\n 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n</string>
<string name="intro_task_2_summary">Add a widget to your desktop</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Google Görevlere giriş başarısız. Lütfen hesap parolanızı kontrol edip tekrar deneyin.</string>
<string name="gtasks_error_accountManager">Telefon hesap yöneticisinde hata oluştu. Lütfen çıkış yapıp Google Görevler Ayarlarından tekrar giriş yapın.</string>
<string name="intro_click_prompt">Giriş: Notları görmek için basın</string>
<string name="intro_task_1_summary">İlk görevinizi oluşturun</string>
<string name="intro_task_1_note">Görev eklemenin iki yolu:\n 1) Hızlı ekleme: Görevin ismini ekranın en altındaki çabuk giriş kutusuna yazıp + düğmesine basın.\n 2) Normal ekleme: Çabuk ekleme kutusunun + düğmesine basın. İstediğiniz kadar detay girin. Sonra \"Kaydet\"\'e basın veya telefonunuzun \"geri\" düğmesine basın.\n</string>
<string name="intro_task_2_summary">Masaüstüne widget ekle</string>
<string name="intro_task_2_note">1) Telefonun masaüstü ekranına uzun basın\n      2) \"Widget\"ı seçin\n      3) Astrid widget\'ı seçin\n      4) İstediğiniz listeyi seçin ve tamam tuşuna basın.\n</string>
<string name="intro_task_3_summary">Astrid.com ile senkronizasyonu ayarla</string>
<string name="intro_task_3_note">1) Menu düğmesine basın\n      2) \"Şimdi senkronize et\"i seçin\n      3) \"Astrid.com\"u seçin\n      4) Giriş yapın &amp; Senkronize edin!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Değiştirmek veya paylaşmak için göreve dokunun</string>
<string name="help_popover_list_settings">Değiştirmek veya paylaşmak için listeye dokunun</string>

@ -486,12 +486,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">简介: 按我阅读注释</string>
<string name="intro_task_1_summary">建立您的第一个任务</string>
<string name="intro_task_1_note">两种新增任务的方式:\n 1)快速新增:只要在快速输入框中输入任务并按下左侧的+按钮。\n\n 2)一般新增:按下快速输入框右侧的按钮。加入一般细节(到期日、标签、备注)或设定更多进阶选项。按下储存按钮或是手机上的返回键将任务储存。</string>
<string name="intro_task_2_summary">在桌面上添加小工具</string>
<string name="intro_task_2_note">桌面小工具是一种跟踪您要做的事及添加新任务的极好的方式。\n\n 如何添加小工具:\n 1) 长按您手机的桌面\n 2) 在出现的菜单中选择“小工具”\n 3) 选择 Astrid 小工具。\n 4) 您可以选择一个 Astrid 过滤器,或选择“活动任务”来显示所有任务。\n\n 提示:可以用小工具来添加任务!</string>
<string name="intro_task_3_summary">设置与 Astrid.com 的同步</string>
<string name="intro_task_3_note">可用 Astrid 将您的任务与 Astrid.comGoogle Tasks 和 Producteev 同步。\n\n 要在 Astrid 开启同步,请点击“菜单” -&gt; “设置” -&gt; “同步”。然后选择您喜好的同步提供者。</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

@ -485,12 +485,6 @@
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
<string name="intro_click_prompt">簡介: 按我閱讀記事</string>
<string name="intro_task_1_summary">建立ˋ您的第一個工作</string>
<string name="intro_task_1_note">兩種新增工作的方式:\n 1)快速新增:只要在快速輸入框中輸入工作並按下左側的+按鈕。\n\n 2)一般新增:按下快速輸入框右側的按鈕。加入一般細節(到期日、標籤、備註)或設定更多進階選項。按下儲存按鈕或是手機上的返回鍵將工作儲存。</string>
<string name="intro_task_2_summary">新增小工具到桌面</string>
<string name="intro_task_2_note">1) Long Press on your phone\'s desktop\n      2) Choose \"Widget\"\n      3) Choose the Astrid widget\n      4) Select the list you want and press OK.\n</string>
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<string name="intro_task_3_note">1) Press your Menu button\n      2) Choose \"Sync Now\"\n      3) Select \"Astrid.com\"\n      4) Log In &amp; Synchronize!\n</string>
<string name="help_popover_add_task">Start by adding a task or two</string>
<string name="help_popover_tap_task">Tap task to edit and share</string>
<string name="help_popover_list_settings">Tap to edit or share this list</string>

Loading…
Cancel
Save