You've already forked lazarus-ccr
tvplanit: Improvements in German translation, based on some proposals in report #39040 by forum user Nicole.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8420 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -26,6 +26,11 @@
|
||||
{* *}
|
||||
{* ***** END LICENSE BLOCK ***** *}
|
||||
|
||||
{ Internal message texts not meant to be seen by the application user. }
|
||||
const
|
||||
RSNoCanvas = 'TCanvas not assigned';
|
||||
|
||||
|
||||
{Visual PlanIt String Resources - To create language specific versions of
|
||||
Visual PlanIt controls, translate these strings to the desired language
|
||||
and re-compile your application.}
|
||||
@ -61,7 +66,7 @@ resourcestring
|
||||
RSFailToCreateResource = 'Error: Failure while creating Resource.';
|
||||
RSDuplicateResource = 'Error: Duplicate resource.';
|
||||
RSInvalidTableSpecified = 'Error: Invalid table specified.';
|
||||
RSUnableToOpen = 'Error: Unable to open ';
|
||||
RSUnableToOpen = 'Error: Unable to open %s';
|
||||
RSSQLUpdateError = 'Error: Unable to update '; {!!.01}
|
||||
RSNoFilenameSpecified = 'Error: No datastore filename specified.';
|
||||
|
||||
@ -530,6 +535,5 @@ resourcestring
|
||||
RSOwnerNotWinCtrl = 'Owner must be a TWinControl descendent';
|
||||
RSNoControlLink = 'Component must be linked to a TVpControlLink';
|
||||
RSNoPrintFormats = 'No print formats have been defined'; {!!.01}
|
||||
RSNoCanvas = 'TCanvas not assigned'; {!!.01}
|
||||
RSNoLocalizationFile = 'Localization file not found.'; {!!.02}
|
||||
|
||||
|
Reference in New Issue
Block a user