tvplanit: Remove unused string resource RSDaysOverdue

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4858 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-28 20:02:03 +00:00
parent f2d0a36d2a
commit 3282ed81e8
5 changed files with 1 additions and 17 deletions

View File

@ -363,10 +363,6 @@ msgstr "Gestern"
msgid "Days"
msgstr "Tage"
#: vpsr.rsdaysoverdue
msgid " Days overdue"
msgstr " Tage abgelaufen"
#: vpsr.rsdbposterror
msgid "Error posting data to the database."
msgstr "Fehler beim Speichern in die Datenbank"
@ -1381,3 +1377,4 @@ msgstr "Unbekannte Achsen-Spezifikation: %s"
#: vpsr.sxmldecnotatbeg
msgid "The XML declaration must appear before the first element"
msgstr "Die XML-Deklaration muss vor dem ersten Element erscheinen."

View File

@ -353,10 +353,6 @@ msgstr ""
msgid "Days"
msgstr ""
#: vpsr.rsdaysoverdue
msgid " Days overdue"
msgstr ""
#: vpsr.rsdbposterror
msgid "Error posting data to the database."
msgstr ""

View File

@ -363,10 +363,6 @@ msgstr "Вчера"
msgid "Days"
msgstr "Дни"
#: vpsr.rsdaysoverdue
msgid " Days overdue"
msgstr "Просроченных дней"
#: vpsr.rsdbposterror
msgid "Error posting data to the database."
msgstr "Ошибка указания даты в базе данных"

View File

@ -268,7 +268,6 @@ resourcestring
RSDueDate = 'Due Date:';
RSDetails = 'Details:';
RSTaskComplete = 'Task complete';
RSDaysOverdue = ' Days overdue';
RSCreatedOn = 'Created on';
RSCompletedOn = 'Completed on';

View File

@ -1492,10 +1492,6 @@ begin
DataStore.PostTasks;
Invalidate;
end;
Writeln(Datastore.Resource.Tasks.GetTask(0).RecordID);
WriteLn(Datastore.Resource.Tasks.GetTask(1).RecordID);
end;
{=====}