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