diff --git a/astrid/res/values-it/strings.xml b/astrid/res/values-it/strings.xml index bd7ff50ee..9ae8ab566 100644 --- a/astrid/res/values-it/strings.xml +++ b/astrid/res/values-it/strings.xml @@ -1284,7 +1284,7 @@ you get stuff done. It features reminders, tags, sync, Locale plug-in, a widget Per favore esegui l\'accesso e autorizza Astrid: - Spiacenti,si è verificato un errore durante la verifica di accesso. Prova di nuovo. \n\n Messaggio di Errore:% s + Spiacenti,si è verificato un errore durante la verifica di accesso. Prova di nuovo. \n\n Messaggio di Errore: %s diff --git a/astrid/res/values-pl/strings.xml b/astrid/res/values-pl/strings.xml index a3615873d..21b7a5da6 100644 --- a/astrid/res/values-pl/strings.xml +++ b/astrid/res/values-pl/strings.xml @@ -84,7 +84,7 @@ Podsumowanie odzyskiwania - Plik %s zawiera %s.\n\n %s zaimportowanych,\n ju + Plik %s zawiera %s.\n %s zaimportowanych,\n %s ju,\n %s podczas Importowanie... @@ -292,7 +292,7 @@ Szukaj zadań - Pasujących do + Pasujących do %s Utworzono skrót: %s @@ -840,7 +840,7 @@ Zaloguj się używając aktualnego konta Producteev lub utwórz nowe! - Zasady %amp; Warunki + Zasady & Warunki Zaloguj się diff --git a/astrid/res/values-zh-rCN/strings.xml b/astrid/res/values-zh-rCN/strings.xml index 638734033..228cea018 100644 --- a/astrid/res/values-zh-rCN/strings.xml +++ b/astrid/res/values-zh-rCN/strings.xml @@ -1220,7 +1220,7 @@ - $I,%D + $I,$D 每%s diff --git a/astrid/res/values-zh-rTW/strings.xml b/astrid/res/values-zh-rTW/strings.xml index 8090ab9a8..ac6e16a1e 100644 --- a/astrid/res/values-zh-rTW/strings.xml +++ b/astrid/res/values-zh-rTW/strings.xml @@ -31,7 +31,7 @@ 狀態 - 最近一次 + 最近一次:%s 上次備份失敗 diff --git a/astrid/res/values/strings-backup.xml b/astrid/res/values/strings-backup.xml index 8e5dc967d..9a548740c 100644 --- a/astrid/res/values/strings-backup.xml +++ b/astrid/res/values/strings-backup.xml @@ -65,7 +65,7 @@ Restore Summary - + File %s contained %s.\n\n %s imported,\n diff --git a/tests/src/com/todoroo/astrid/test/AstridTranslationTests.java b/tests/src/com/todoroo/astrid/test/AstridTranslationTests.java index db07fde3d..33d95e31a 100644 --- a/tests/src/com/todoroo/astrid/test/AstridTranslationTests.java +++ b/tests/src/com/todoroo/astrid/test/AstridTranslationTests.java @@ -57,6 +57,7 @@ public class AstridTranslationTests extends TranslationTests { contains(r, R.string.WID_dateButtonLabel, failures, "$D", "$T"); contains(r, R.string.locale_notification, failures, "$NUM", "$FILTER"); + contains(r, R.string.repeat_detail_byday, failures, "$I", "$D"); } });