|
1 // --------------------------------------------------------- |
|
2 |
|
3 struct r_data_firstnames |
|
4 { |
|
5 "John"; |
|
6 "Francis"; |
|
7 "Andrew"; |
|
8 "Lawrence"; |
|
9 "Gregory"; |
|
10 "Fulke"; |
|
11 "Thomas"; |
|
12 "Nicholas"; |
|
13 "Hakle"; |
|
14 "Roger"; |
|
15 "Nathaniel"; |
|
16 "Luke"; |
|
17 "William"; |
|
18 "Ralph"; |
|
19 "Leonar"; |
|
20 "Daniel"; |
|
21 "Aban"; |
|
22 "Mathias"; |
|
23 "Robert"; |
|
24 "Christopher"; |
|
25 "Martin"; |
|
26 "Michael"; |
|
27 "Barnaby"; |
|
28 "Tobias"; |
|
29 "Richard"; |
|
30 "Anthony"; |
|
31 "Simon"; |
|
32 "Samuel"; |
|
33 "Geoffrey"; |
|
34 "Isaac"; |
|
35 "Henry"; |
|
36 "Matthew"; |
|
37 "Peter"; |
|
38 "Allen"; |
|
39 "Reynold"; |
|
40 "Jerome"; |
|
41 "Elizabeth"; |
|
42 "Catherine"; |
|
43 "Frances"; |
|
44 "Cecily"; |
|
45 "Millicent"; |
|
46 "Audrey"; |
|
47 "Joan"; |
|
48 "Elinor"; |
|
49 "Joyce"; |
|
50 "Frideswide"; |
|
51 "Rose"; |
|
52 "Helen"; |
|
53 "Margaret"; |
|
54 "Isabel"; |
|
55 "Bridget"; |
|
56 "Grace"; |
|
57 "Thomasin"; |
|
58 "Janet"; |
|
59 "Agnes"; |
|
60 "Dorothy"; |
|
61 "Christian"; |
|
62 "Amy"; |
|
63 "Fortune"; |
|
64 "Sybil"; |
|
65 "Alice"; |
|
66 "Margery"; |
|
67 "Edith"; |
|
68 "Barbara"; |
|
69 "Gillian"; |
|
70 "Ursula"; |
|
71 }; |
|
72 |
|
73 struct r_data_surnames |
|
74 { |
|
75 "Lux"; |
|
76 "Mandot"; |
|
77 "Mansfield"; |
|
78 "Mayberry"; |
|
79 "McCarrel"; |
|
80 "McDaniel"; |
|
81 "Mefford"; |
|
82 "Metcalf"; |
|
83 "Metchell"; |
|
84 "Moller"; |
|
85 "Margan"; |
|
86 "Keaney"; |
|
87 "Kenyon"; |
|
88 "Kesler"; |
|
89 "Kinman"; |
|
90 "Kreinert"; |
|
91 "Kummerlin"; |
|
92 "Lamgley"; |
|
93 "Leas"; |
|
94 "Leighton"; |
|
95 "Lillie"; |
|
96 "Hilms"; |
|
97 "Holt"; |
|
98 "Hosier"; |
|
99 "Howard"; |
|
100 "Hypes"; |
|
101 "Jacmor"; |
|
102 "Behnson"; |
|
103 "Kammer"; |
|
104 "Patts"; |
|
105 "West"; |
|
106 "Wilbar"; |
|
107 "Witsan"; |
|
108 "Gillams"; |
|
109 "Good"; |
|
110 "Wreght"; |
|
111 "Worthley"; |
|
112 "Adams"; |
|
113 "Allen"; |
|
114 "Ansley"; |
|
115 "Ayries"; |
|
116 "Bartlett"; |
|
117 "Barton"; |
|
118 "Payne"; |
|
119 "Pintard"; |
|
120 "Prence"; |
|
121 "Richards"; |
|
122 "Dillman"; |
|
123 "Dory"; |
|
124 "Edgards"; |
|
125 "Engell"; |
|
126 "Farprington"; |
|
127 "Fisher"; |
|
128 "Foed"; |
|
129 "Burges"; |
|
130 "Childwall"; |
|
131 "Smith"; |
|
132 "Sipon"; |
|
133 "Simmons"; |
|
134 "Stewert"; |
|
135 "Stiles"; |
|
136 "Stratton"; |
|
137 "Dennis"; |
|
138 "Talmot"; |
|
139 }; |
|
140 } |
|
141 |
|
142 struct r_data_companies |
|
143 { |
|
144 "CDP"; |
|
145 "Exbox"; |
|
146 "Munro"; |
|
147 "Majaka"; |
|
148 "Bitzumi"; |
|
149 "Melroy"; |
|
150 "Matal"; |
|
151 "Japponi"; |
|
152 "Siwaka"; |
|
153 "Keiku"; |
|
154 "Naamate"; |
|
155 "Remonti"; |
|
156 "Melleva"; |
|
157 "WEX"; |
|
158 "Chataz"; |
|
159 "Ponly"; |
|
160 "Alriva"; |
|
161 "Giate"; |
|
162 "Kesso"; |
|
163 "Nyssa"; |
|
164 "Peger"; |
|
165 "Metrio"; |
|
166 "Mitchitatchi"; |
|
167 "Neppari"; |
|
168 "Amcuila"; |
|
169 "Muipitsu"; |
|
170 "Redex"; |
|
171 "Maariz"; |
|
172 "Swerck"; |
|
173 "Makiac"; |
|
174 "Dumpia"; |
|
175 "Worldmom"; |
|
176 "Renfaul"; |
|
177 "Kmartissori"; |
|
178 "Findo"; |
|
179 "Samsanc"; |
|
180 "Dellervo"; |
|
181 "Manrel"; |
|
182 "WSMRL"; |
|
183 "Eripox"; |
|
184 "Abiturien"; |
|
185 "Vesus"; |
|
186 "MI4"; |
|
187 "Overhiba"; |
|
188 "Tridune"; |
|
189 "Kyomcera"; |
|
190 "Praston"; |
|
191 "Gapmis"; |
|
192 "WPPDCD"; |
|
193 }; |
|
194 |
|
195 struct r_data_addresses |
|
196 { |
|
197 "Barnes Street"; |
|
198 "Barnes Place"; |
|
199 "Eastman Street"; |
|
200 "West Park"; |
|
201 "South Park"; |
|
202 "Park Avenue"; |
|
203 "Richards Court"; |
|
204 "Pukershire Avenue"; |
|
205 "Ellis Avenue"; |
|
206 "East Mountain"; |
|
207 "Chestnut Hill"; |
|
208 "Plains Road"; |
|
209 "Fremont Street"; |
|
210 "Heritage Court"; |
|
211 "Highland Avenue Extension"; |
|
212 "Maple Heights"; |
|
213 "McKenzie Avenue"; |
|
214 "McKenzie Lane"; |
|
215 "West Terrace Street"; |
|
216 "Windsor Avenue"; |
|
217 "Windsor Road"; |
|
218 "Mechanic Street Extension"; |
|
219 "Granite Place"; |
|
220 "Meadow Street"; |
|
221 "Sugar River"; |
|
222 }; |
|
223 |
|
224 struct r_data_cities |
|
225 { |
|
226 "Kuopio"; |
|
227 "Los Angeles"; |
|
228 "Lappeenranta"; |
|
229 "London"; |
|
230 "Bangkok"; |
|
231 "St. Michel"; |
|
232 "St. Petersburg"; |
|
233 "Tokyo"; |
|
234 "Helsinki"; |
|
235 "Trondheim"; |
|
236 "Nairobi"; |
|
237 "Havana"; |
|
238 }; |
|
239 |
|
240 struct r_data_countries |
|
241 { |
|
242 "Finland"; |
|
243 "Cuba"; |
|
244 "United States of America"; |
|
245 "Thailand"; |
|
246 "Sweden"; |
|
247 "Russia"; |
|
248 "Japan"; |
|
249 "Norway"; |
|
250 "Kenya"; |
|
251 }; |
|
252 |
|
253 struct r_data_postcodes |
|
254 { |
|
255 "00310"; |
|
256 "FI-70100"; |
|
257 "99002"; |
|
258 "11233"; |
|
259 }; |
|
260 |
|
261 struct r_data_states |
|
262 { |
|
263 "California state"; |
|
264 "Alaska state"; |
|
265 "Florida state"; |
|
266 }; |
|
267 |
|
268 struct r_data_poboxes |
|
269 { |
|
270 "P.O BOX 5532"; |
|
271 "P.O BOX 701"; |
|
272 "99"; |
|
273 "1133"; |
|
274 "P.O. BOX 113322"; |
|
275 "112"; |
|
276 }; |
|
277 |
|
278 struct r_data_prefixes |
|
279 { |
|
280 "Ms."; |
|
281 "Mrs."; |
|
282 "Mr."; |
|
283 "Dr."; |
|
284 }; |
|
285 |
|
286 struct r_data_suffixes |
|
287 { |
|
288 "Jr."; |
|
289 "Sr."; |
|
290 }; |
|
291 |
|
292 struct r_data_jobtitles |
|
293 { |
|
294 "Doctor"; |
|
295 "SW Engineer"; |
|
296 "Administrative Assistant"; |
|
297 "Bookkeeper"; |
|
298 "Credit Controller"; |
|
299 "Data Entry Operator"; |
|
300 "Payroll Officer"; |
|
301 "Receptionist"; |
|
302 "Trainee"; |
|
303 "Accounts Clerk"; |
|
304 "Administrator"; |
|
305 "Taxation Assistant"; |
|
306 "Financial Director"; |
|
307 "Bank Manager"; |
|
308 "Mobile Lending"; |
|
309 "Overseas Transactions"; |
|
310 "Restructuring"; |
|
311 "Business Analyst"; |
|
312 "Call Centre Manager"; |
|
313 "Administration"; |
|
314 "Manager"; |
|
315 "Student"; |
|
316 "Mail Sorter"; |
|
317 "Mayor"; |
|
318 "Account Servicing"; |
|
319 "Management"; |
|
320 "Media Consultant"; |
|
321 "Newsagent"; |
|
322 "Librarian"; |
|
323 "Creative Director"; |
|
324 "Announcer"; |
|
325 "Copywriter"; |
|
326 "Presenter"; |
|
327 "Promotions Manager"; |
|
328 "Advertising Sales Representative"; |
|
329 "Editor"; |
|
330 "Marketing, Sales & Publicity"; |
|
331 "Publisher"; |
|
332 "Gallery Assistant"; |
|
333 "Photographer"; |
|
334 "Storyboard Artist"; |
|
335 "Events Manager"; |
|
336 "Cameraman"; |
|
337 "Technician"; |
|
338 "Producer"; |
|
339 }; |
|
340 |
|
341 struct r_data_phonenumbers |
|
342 { |
|
343 "0307834387"; |
|
344 "0230328732"; |
|
345 "0430365562"; |
|
346 "0530328732"; |
|
347 "0433032865"; |
|
348 "0542306532"; |
|
349 "0342303777"; |
|
350 "0250235603"; |
|
351 "0492303652"; |
|
352 "0542303286"; |
|
353 "0543656546"; |
|
354 "0545545454"; |
|
355 "0543444454"; |
|
356 "0776463255"; |
|
357 "0432443343"; |
|
358 "0243334344"; |
|
359 "0544543443"; |
|
360 "0231343243"; |
|
361 "0213443434"; |
|
362 "0143234476"; |
|
363 "0785434444"; |
|
364 "0454445345"; |
|
365 "0342443433"; |
|
366 "0432434454"; |
|
367 "0455454454"; |
|
368 "0656565655"; |
|
369 "0343434443"; |
|
370 "0565645455"; |
|
371 "0343243243"; |
|
372 "0565466565"; |
|
373 "0465565655"; |
|
374 "0435445454"; |
|
375 "+35854553456"; |
|
376 "+35878453486"; |
|
377 "+35876653456"; |
|
378 "+35834435486"; |
|
379 "+35876766466"; |
|
380 "+4465665456"; |
|
381 "+4432434334"; |
|
382 "+4488776776"; |
|
383 "+4465655656"; |
|
384 "+4443433434"; |
|
385 "+4465656565"; |
|
386 "+4454454354"; |
|
387 }; |
|
388 |
|
389 struct r_data_groupnames |
|
390 { |
|
391 "Nice guys"; |
|
392 "Repairs"; |
|
393 "Office works"; |
|
394 "The buddies"; |
|
395 "Football team"; |
|
396 "Gold club"; |
|
397 "Silver club"; |
|
398 "Bronze club"; |
|
399 "Best buddies"; |
|
400 "Rockers"; |
|
401 "Science group"; |
|
402 }; |
|
403 |
|
404 struct r_data_meetingreasons |
|
405 { |
|
406 "Security issues"; |
|
407 "Team meeting"; |
|
408 "Discussion about"; |
|
409 "Work plans"; |
|
410 "Meeting with the professor"; |
|
411 "Meeting with the boss"; |
|
412 "Work issues"; |
|
413 "New workers"; |
|
414 }; |
|
415 |
|
416 struct r_data_meetingplaces |
|
417 { |
|
418 "Room"; |
|
419 "Home"; |
|
420 "Auditorium"; |
|
421 "Company"; |
|
422 }; |
|
423 |
|
424 struct r_data_landmark_names |
|
425 { |
|
426 "Good place to fish";}, |
|
427 "Uncle over board";}, |
|
428 "Best food ever!";}, |
|
429 "Nice beach";}, |
|
430 "Good hamburgers";}, |
|
431 "Nice view";}, |
|
432 "John's home";}, |
|
433 "Carage";}, |
|
434 "Gas station";}, |
|
435 "Food store";}, |
|
436 "Car wash";}, |
|
437 "Summer cottage";}, |
|
438 "My home";}, |
|
439 "Bank";}, |
|
440 "Hospital";}, |
|
441 "Ice hall";}, |
|
442 "Work place";} |
|
443 }; |
|
444 |
|
445 struct r_data_landmark_descriptions |
|
446 { |
|
447 "The salmons were really big here!";}, |
|
448 "Delicious strawberries sold here. Must visit again sometime!";}, |
|
449 "Place looks really nice.";}, |
|
450 "This is my favorite place";}, |
|
451 "Words are not enough to describe this landmark";}, |
|
452 "What a shocking place to visit! Remember to bring camera next time :-)";} |
|
453 }; |
|
454 |
|
455 struct r_data_memos |
|
456 { |
|
457 "No work today!"; |
|
458 "Movies tonight"; |
|
459 "Ship new binaries"; |
|
460 "New works"; |
|
461 "Exam"; |
|
462 "Community service"; |
|
463 "Volunteer work"; |
|
464 "Don't forget the dinner at the restaurant"; |
|
465 "Go the bank"; |
|
466 "Go to the store"; |
|
467 "Buy goods"; |
|
468 "Buy food"; |
|
469 "Buy new pair of socks"; |
|
470 "Buy vegetables"; |
|
471 "Buy fruits"; |
|
472 "Umbrella"; |
|
473 "New shoes"; |
|
474 "New suit"; |
|
475 "Buy flowers"; |
|
476 "School day"; |
|
477 }; |
|
478 |
|
479 struct r_data_anniversaries |
|
480 { |
|
481 "birthday"; |
|
482 "anniversary"; |
|
483 }; |
|
484 |
|
485 struct r_data_todos |
|
486 { |
|
487 "Watch for gum on my shoe"; |
|
488 "Watch my step in the hall"; |
|
489 "Always think big"; |
|
490 "Don't ever think small"; |
|
491 "Keep pedaling my bike"; |
|
492 "Watch for bees in my pop"; |
|
493 "Keep moving forward"; |
|
494 "Don't ever stop"; |
|
495 "Keep my sled underneath me"; |
|
496 "Keep my stick on the ice"; |
|
497 "Don't swim in a whirlpool"; |
|
498 "Don't look for a fight"; |
|
499 "Don't spit in the wind"; |
|
500 "Just do what is right"; |
|
501 "Go out in the world"; |
|
502 "Enjoy a warm rain"; |
|
503 "Don't worship TV"; |
|
504 "Keep my oars in the water"; |
|
505 "Point my boat right downstream"; |
|
506 "Face head on my problems"; |
|
507 "Change underwear daily"; |
|
508 "Believe myself first"; |
|
509 "Go out and have fun"; |
|
510 "Turn the cards one by one"; |
|
511 "Get out and do something"; |
|
512 }; |
|
513 |
|
514 struct r_data_reminders |
|
515 { |
|
516 "Remeber to fix car"; |
|
517 "Remeber to eat vegetables"; |
|
518 "Remeber to go shopping"; |
|
519 "Remeber to buy boxes for moving"; |
|
520 "Remeber to fix bike"; |
|
521 "Remeber to buy christmast presents"; |
|
522 "Remeber to send flowers to grandmother"; |
|
523 "Remeber to talk with son"; |
|
524 "Remeber to cut hedge"; |
|
525 "Remeber to bumper potatoes"; |
|
526 "Remeber to harvest corn field"; |
|
527 "Remeber to sleep enaugh"; |
|
528 "Remeber to wash teeths ewery morning"; |
|
529 "Remeber to get sleep early"; |
|
530 "Remeber to give some wather to flowers"; |
|
531 "Remeber to wax snowboard"; |
|
532 "Remeber to wax skiis"; |
|
533 "Remeber to wax cross country skiis"; |
|
534 "Remeber to call mother"; |
|
535 "Remeber to call father"; |
|
536 "Remeber to call brother"; |
|
537 "Remeber to call sister"; |
|
538 "Remeber to call daughter"; |
|
539 "Remeber to call son"; |
|
540 "Remeber to rent villa"; |
|
541 }; |
|
542 |
|
543 struct r_data_messagesubjects |
|
544 { |
|
545 "Whaaasssaaap!!??"; |
|
546 "Hello"; |
|
547 "How are you doing?"; |
|
548 "You will win the battle, GUARANTEED!"; |
|
549 "Why pay more for something if you don't have to?"; |
|
550 "You can afford health care now"; |
|
551 "Re: *Buddy* *Lists*!!~ (it's soooo cool)!!~"; |
|
552 "Weedmon say: call, we be open 7 days, mon"; |
|
553 "Want her to look better?"; |
|
554 "Good Morning andyw, how are you?"; |
|
555 "Happy Assumption"; |
|
556 "There is NO Risk involved"; |
|
557 "Free Bottle Offer!"; |
|
558 "Introduction on MDSL"; |
|
559 "Theres Help out there for you"; |
|
560 "hello there - check this out"; |
|
561 "Darling"; |
|
562 "It doesn't have to be that way"; |
|
563 "Webmaster, Free health insurance quotes!"; |
|
564 "Join us at the OSGi 2003 World Congress"; |
|
565 "Put your subject line here"; |
|
566 "You are not protected"; |
|
567 "Please try again"; |
|
568 "you didn't reply my email ? why ? ???"; |
|
569 "A very funny game"; |
|
570 "Meeting notice"; |
|
571 "Opportunities"; |
|
572 }; |
|
573 |
|
574 struct r_data_messagetexts |
|
575 { |
|
576 "The contents of these pages are copyrighted. Any rights not expressly granted herein are reserved. The use of this site is permitted to private use."; |
|
577 "Reproduction, transfer, distribution or storage of part or all of the contents in any form without the prior written permission is prohibited."; |
|
578 "We consents to you browsing the pages on your computer or printing copies of extracts from these pages for your personal use only."; |
|
579 "If you place an order for a product, request a service or submit content to this site, we may need to contact you for additional information."; |
|
580 "The use of press releases and other documents classified as public is permitted in public communications if the source for the information has been stated."; |
|
581 "For your easy accessibility we may include links to sites on the Internet that are owned or operated by third parties."; |
|
582 "You also agree that we have no control over the content of that site and cannot assume any responsibility for material by such third-party sites."; |
|
583 "In addition, a link to a such site does not imply that we endorses the site or the products or services referenced in such third party site."; |
|
584 "In order to respond to your questions or manage interactive customer programs, it may be necessary to ask for personal information."; |
|
585 "We may use this information to respond to your requests, or to contact you via mail, e-mail or phone to inform you of new products."; |
|
586 "If you place an order for a product, request a service or submit content to this site, we may need to contact you for additional information."; |
|
587 }; |
|
588 |
|
589 |