|
1 generic_modes = \n\Available modes:\n \ |
|
2 \"sqlite\" \t\t- creates generic SQLite database\n \ |
|
3 \"dbms\" \t\t- creates generic DBMS database\n |
|
4 |
|
5 contacts_modes = \"sqlite.contacts\" \t- creates SQLite contacts database\n \ |
|
6 \"dbms.contacts\" \t- creates DBMS contacts database\n |
|
7 |
|
8 ced_mode = \"ced.<OS version>\" \t- creates CommsDat database\n |
|
9 |
|
10 list_generic_options = \n\ |
|
11 Valid options: \n \ |
|
12 \tGenerally Applicable: \n\ |
|
13 \t -i, The input DB to be updated or appended\n\ |
|
14 \t -o, The name of the output DB to be generated\n\ |
|
15 \t -p, The location of the properties file\n\ |
|
16 \n\ |
|
17 \tFor \"sqlite\" and \"dbms\": \n\ |
|
18 \t -c, The DB configuration input for the tool \n |
|
19 |
|
20 list_contacts_options = \n\ |
|
21 \tFor \"sqlite\" and \"dbms\" with contacts extension: \n\ |
|
22 \t -t, The template definition file (required for create, optional for update)\n\ |
|
23 \t -g, The group name for the contacts being added to the DB\n |
|
24 |
|
25 list_speeddial_options = \t -s, Speed Dial INI file that should be created/updated with the speed dial settings: e.g. -s cntmodel.ini\n\ |
|
26 \t -a, Contacts database location in deployment environment: e.g. -a c:contacts.cdb\n |
|
27 |
|
28 list_generic_input_files = \n\ |
|
29 Valid input files: \n \ |
|
30 \tFor \"sqlite\" and \"dbms\": \n\ |
|
31 \t - SQL files (optional) \n |
|
32 |
|
33 list_contacts_input_files = \n\ |
|
34 \tFor \"sqlite.contacts\" and \"dbms.contacts\": \n \ |
|
35 \t - vCards input files (optional)\n \ |
|
36 \t - SQL files (optional)\n |
|
37 |
|
38 list_ced_input_files = \n\ |
|
39 \tFor \"ced.<os version>\"\n \ |
|
40 \t - CommsDat configuration in either .xml or .cfg format\n |
|
41 |
|
42 |
|
43 start_line = Symbian Database Creator Tool v{0}\n\ |
|
44 Copyright (c) 2006-2009 Nokia Corporation |
|
45 end_line = Finished SDB {0} |
|
46 shell_command = sdb |
|
47 |