You've already forked lazarus-ccr
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:
@ -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."
|
||||
|
||||
|
@ -353,10 +353,6 @@ msgstr ""
|
||||
msgid "Days"
|
||||
msgstr ""
|
||||
|
||||
#: vpsr.rsdaysoverdue
|
||||
msgid " Days overdue"
|
||||
msgstr ""
|
||||
|
||||
#: vpsr.rsdbposterror
|
||||
msgid "Error posting data to the database."
|
||||
msgstr ""
|
||||
|
@ -363,10 +363,6 @@ msgstr "Вчера"
|
||||
msgid "Days"
|
||||
msgstr "Дни"
|
||||
|
||||
#: vpsr.rsdaysoverdue
|
||||
msgid " Days overdue"
|
||||
msgstr "Просроченных дней"
|
||||
|
||||
#: vpsr.rsdbposterror
|
||||
msgid "Error posting data to the database."
|
||||
msgstr "Ошибка указания даты в базе данных"
|
||||
|
@ -268,7 +268,6 @@ resourcestring
|
||||
RSDueDate = 'Due Date:';
|
||||
RSDetails = 'Details:';
|
||||
RSTaskComplete = 'Task complete';
|
||||
RSDaysOverdue = ' Days overdue';
|
||||
RSCreatedOn = 'Created on';
|
||||
RSCompletedOn = 'Completed on';
|
||||
|
||||
|
@ -1492,10 +1492,6 @@ begin
|
||||
DataStore.PostTasks;
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
Writeln(Datastore.Resource.Tasks.GetTask(0).RecordID);
|
||||
WriteLn(Datastore.Resource.Tasks.GetTask(1).RecordID);
|
||||
|
||||
end;
|
||||
{=====}
|
||||
|
||||
|
Reference in New Issue
Block a user