From 5c07585ad447878665f46620ec247d183eb04d10 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Wed, 13 May 2015 23:54:22 +0200 Subject: [PATCH] add missing translation for en+de --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index 82fae0f1..4cbcaa41 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -936,6 +936,7 @@ de: haben, konnte keine Aufgabe gefunden werden. Dieser Wert wird nicht mit der neuen Aufgabe gespeichert. Trotzdem fortfahren? was_due_on_date: war am %{date} fällig + completed_recurring_actions_title: 'TRACKS::Erledigte wiederkehrende Aufgaben' users: account_signup: Accounteinrichtung auth_change_submit: Authentifizierungsart ändern diff --git a/config/locales/en.yml b/config/locales/en.yml index 55356389..0f66a745 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -700,6 +700,7 @@ en: edit_recurring_todo: Edit recurring action see_all_completed: You can see all completed actions %{link} all_completed_here: here + completed_recurring_actions_title: 'TRACKS::Completed recurring actions' contexts: delete_context_title: Delete context all_completed_tasks_title: "TRACKS::All Completed actions in the context '%{context_name}'"