blob: 792f3694407828ca2e20e331e770f5d965598f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
{%mainunit fpg_constants.pas}
{ This file is auto generated! DO NOT EDIT. }
{ Only exception is the default language English - lang_en.inc }
rserrnotassigned = '<%s> not assigned';
rsnewitemdetected = 'A new item has been detected.';
rsabort = 'Abort';
rsabout = 'About %s';
rsall = 'All';
rsallfiles = 'All Files';
rscollectionallfonts = 'All Fonts';
rsantialiasing = 'Anti aliasing';
rsshortapr = 'Apr';
rslongapr = 'April';
rsfileattributes = 'Attributes';
rsshortaug = 'Aug';
rslongaug = 'August';
rsbold = 'Bold';
rscancel = 'Cancel';
rscannotcreatedir = 'Cannot create directory';
rschange = 'Change';
rsclose = 'Close';
rscollection = 'Collection';
rsconfirm = 'Confirm';
rsconfirmation = 'Confirmation';
rscopy = 'Copy';
rserrcouldnotopendir = 'Could not open the directory <%s>';
rscreate = 'Create';
rscreatedirectory = 'Create directory';
rscriticalerror = 'Critical Error';
rscut = 'Cut';
rsdatabase = 'Database';
rsshortdec = 'Dec';
rslongdec = 'December';
rsdelete = 'Delete';
rsdirectories = 'Directories';
rsdrive = 'Drive';
rsedit = 'Edit';
rslanguage = 'English';
rsenternewdirectory = 'Enter new directory name';
rserror = 'Error';
rsexampletext = 'Example Text';
rsexit = 'Exit';
rserrfailedtocreatedir = 'Failed to create the directory <%s>';
rsfalse = 'False';
rscollectionfavourites = 'Favourites';
rsshortfeb = 'Feb';
rslongfeb = 'February';
rsfileselection = 'File Selection';
rsfilename = 'Filename';
rsfiles = 'Files';
rsfind = 'Find';
rscollectionfixedwidth = 'Fixed Width';
rscollectionfontaliases = 'Font Aliases';
rsshortfri = 'Fri';
rslongfri = 'Friday';
rsfilegroup = 'Group';
rshelp = 'Help';
rsignore = 'Ignore';
rsinformation = 'Information';
rsinsert = 'Insert';
rsitalic = 'Italic';
rserritemofwrongtype = 'Item is not of <%s> type!';
rsshortjan = 'Jan';
rslongjan = 'January';
rsshortjul = 'Jul';
rslongjul = 'July';
rsshortjun = 'Jun';
rslongjun = 'June';
rserrlistmustbeempty = 'List must be empty';
rsshortmar = 'Mar';
rslongmar = 'March';
rsshortmay = 'May';
rsLongMay = 'May';
rsmessage = 'Message';
rsfilemodifiedtime = 'Mod. Time';
rsshortmon = 'Mon';
rslongmon = 'Monday';
rsname = 'Name';
rsno = 'No';
rsnotoall = 'No to All';
rsshortnov = 'Nov';
rslongnov = 'November';
rsok = 'OK';
rsshortoct = 'Oct';
rslongoct = 'October';
rsopen = 'Open';
rsopenafile = 'Open a file';
rsfileowner = 'Owner';
rspassword = 'Password';
rspaste = 'Paste';
rscollectionrecentlyused = 'Recently Used';
rsreplace = 'Replace';
rsretry = 'Retry';
rsfilerights = 'Rights';
rscollectionsans = 'Sans';
rsshortsat = 'Sat';
rslongsat = 'Saturday';
rssave = 'Save';
rssaveafile = 'Save file as';
rssearch = 'Search';
rsselect = 'Select';
rsselectafont = 'Select a font';
rsshortsep = 'Sep';
rslongsep = 'September';
rscollectionserif = 'Serif';
rsshowhidden = 'Show hidden files';
rssize = 'Size';
rsstyle = 'Style';
rsshortsun = 'Sun';
rslongsun = 'Sunday';
rsshortthu = 'Thu';
rslongthu = 'Thursday';
rstoday = 'Today';
rstrue = 'True';
rsshorttue = 'Tue';
rslongtue = 'Tuesday';
rsfiletype = 'Type of file';
rstypeface = 'Typeface';
rsunderscore = 'UnderScore';
rsusername = 'User name';
rswarning = 'Warning';
rsshortwed = 'Wed';
rslongwed = 'Wednesday';
rsaddnewitem = 'Would you like to add the new item <%s> to the list?';
rsyes = 'Yes';
rsyestoall = 'Yes to All';
|