From: Michael Prager Date: Thu, 18 Mar 2010 12:32:14 +0000 (+0100) Subject: fixed missing translation text X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/56ae17dea8cd18ccd352c331a984e00484dbae31 fixed missing translation text --- diff --git a/comingNext/de.lproj/localizedTextStrings.js b/comingNext/de.lproj/localizedTextStrings.js index 8686e1a..eace98a 100644 --- a/comingNext/de.lproj/localizedTextStrings.js +++ b/comingNext/de.lproj/localizedTextStrings.js @@ -90,7 +90,7 @@ localizedText['settings.info.cssStyle_description'] = 'Definiert das Aussehen de localizedText['settings.name.cssStyle_icon'] = '.icon'; localizedText['settings.info.cssStyle_icon'] = 'Definiert das Aussehen Icons'; localizedText['settings.name.cssStyle_overdue'] = '.overdue'; -localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text'; +localizedText['settings.info.cssStyle_overdue'] = 'Definiert das Aussehen des "Überfällig" Textes'; localizedText['update.current'] = 'Deine Version: '; localizedText['update.checking'] = 'suche nach Updates...'; diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index 6c93cfc..0c17cba 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -39,6 +39,11 @@ localizedText['settings.info.showNowAsText'] = 'if enabled, the appointment time localizedText['settings.name.nowText'] = '"Now" Text'; localizedText['settings.info.nowText'] = 'text to display for "Now"'; localizedText['settings.default.nowText'] = 'Now'; +localizedText['settings.name.markOverdueTodos'] = 'Mark overdue ToDos'; +localizedText['settings.info.markOverdueTodos'] = 'Mark overdue todos with a different color'; +localizedText['settings.name.overdueText'] = '"Overdue" Text'; +localizedText['settings.info.overdueText'] = 'text to display for overdue todos'; +localizedText['settings.default.overdueText'] = 'Overdue'; localizedText['settings.name.dateSeparator'] = 'Date Separator'; localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12" or "31/12"'; localizedText['settings.default.dateSeparator'] = '.'; @@ -84,6 +89,8 @@ localizedText['settings.name.cssStyle_description'] = '.description'; localizedText['settings.info.cssStyle_description'] = 'Defines the appearance of all event descriptions'; localizedText['settings.name.cssStyle_icon'] = '.icon'; localizedText['settings.info.cssStyle_icon'] = 'Defines size and appearance of icons'; +localizedText['settings.name.cssStyle_overdue'] = '.overdue'; +localizedText['settings.info.cssStyle_overdue'] = 'Defines the appearance of the "Overdue" text'; localizedText['update.current'] = 'Your version: '; localizedText['update.checking'] = 'checking for updates...';