1 /* |
|
2 * Copyright (c) 2002 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 * This file contains the localised strings for memscaneng |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // LOCALISATION STRINGS |
|
22 |
|
23 // d: Name for data group consisting of calendar and entries. |
|
24 // l: list_single_heading_pane_t1_cp2 |
|
25 // |
|
26 #define qtn_swins_ls1_memory_calendar "Calendar data" |
|
27 |
|
28 // d: Name for data group consisting of phonebook entries. |
|
29 // l: list_single_heading_pane_t1_cp2 |
|
30 // |
|
31 #define qtn_swins_ls1_memory_contacts "Contacts data" |
|
32 |
|
33 // d: Name for data group consisting of notepad documents and |
|
34 // d: plain text files, ms word documents (?) etc. |
|
35 // l: list_single_heading_pane_t1_cp2 |
|
36 // |
|
37 #define qtn_swins_ls1_memory_docs "Documents" |
|
38 |
|
39 // d: Name for data group consisting of messages (SMS, MMS, e-mail, fax) |
|
40 // l: list_single_heading_pane_t1_cp2 |
|
41 // |
|
42 #define qtn_swins_ls1_memory_msgs "Messages" |
|
43 |
|
44 // d: Name for data group consisting of all image files. |
|
45 // l: list_single_heading_pane_t1_cp2 |
|
46 // |
|
47 #define qtn_swins_ls1_memory_imgs "Images" |
|
48 |
|
49 // d: Name for data group consisting of all sound files. |
|
50 // l: list_single_heading_pane_t1_cp2 |
|
51 // |
|
52 #define qtn_swins_ls1_memory_souds "Sound files" |
|
53 |
|
54 // d: Name for data group consisting of Java environment |
|
55 // d: and installed Midlets. |
|
56 // l: list_single_heading_pane_t1_cp2 |
|
57 // |
|
58 #define qtn_swins_ls1_memory_midpjava "MIDP programs" |
|
59 |
|
60 // d: all_device_data == total_memory - free_memory |
|
61 // l: list_single_heading_pane_t1_cp2 |
|
62 // |
|
63 #define qtn_swins_ls1_memory_all "All device data" |
|
64 |
|
65 // d: Amount of free memory available in the device. |
|
66 // l: list_single_heading_pane_t1_cp2 |
|
67 // |
|
68 #define qtn_swins_ls1_memory_free "Free memory" |
|
69 |
|
70 // d: Name for data group consisting of all video files. |
|
71 // l: list_single_heading_pane_t1_cp2 |
|
72 // |
|
73 #define qtn_swins_ls1_memory_videos "Videos" |
|
74 |
|
75 //d: Name for data group consisting of SIS applications |
|
76 //l: list_single_heading_pane_t1_cp2 |
|
77 //w: |
|
78 //r:3.2 |
|
79 // |
|
80 #define qtn_swins_ls1_memory_sis "SIS programs" |
|
81 |
|
82 //d: Name for data group consisting of other files |
|
83 //l: list_single_heading_pane_t1_cp2 |
|
84 //w: |
|
85 //r:3.2 |
|
86 // |
|
87 #define qtn_swins_ls1_memory_others "Other files" |
|
88 |
|
89 |
|
90 // End of File |
|