tvplanit: Improved header text in weekview.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8360 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-07-21 12:31:50 +00:00
parent 06d68b2390
commit 02a881fd02
10 changed files with 39 additions and 72 deletions

View File

@ -103,8 +103,6 @@ resourcestring
RSNormal = 'Normal';
RSHigh = 'High';
RSWeekOf = 'Week of';
RSThrough = 'Through';
RSSunday = 'Sunday';
RSMonday = 'Monday';
RSTuesday = 'Tuesday';
@ -140,6 +138,7 @@ resourcestring
RSWeeks = 'Weeks';
RSMonths = 'Months';
RSYears = 'Years';
RSCalendarWeek = 'Calendar week';
RSCalendarWeekAbbr = 'CW'; // Abbreviation of "calendar week"
RSToday = 'Today';
@ -289,7 +288,7 @@ resourcestring
RSHomeAddress = 'Home address';
{ Print Preview dialog captions }
RSDlgPrintPreview = 'Print preview';
RSDlgPrintPreview = 'Print preview';
{ Task Edit Dialog Captions }
RSDlgTaskEdit = 'Task';