2
|
1 |
friendlyName=Global Note
|
|
2 |
information=An S60 global note class. This pops up a note which interrupts any running program. This is intended for critical alerts.
|
|
3 |
note=Note
|
|
4 |
text=text
|
|
5 |
textDescription=Text displayed in the note
|
|
6 |
type=type
|
|
7 |
typeDescription=Type of note, which dictates the icon displayed
|
|
8 |
location=location
|
|
9 |
size=size
|
|
10 |
priority=priority
|
|
11 |
priorityDescription=Priority of the note over other notes possibly displayed at the same time
|
|
12 |
tone=tone
|
|
13 |
toneDescription=Tone issued when the note is popped up
|
|
14 |
EAknGlobalInformationNote=information
|
|
15 |
EAknGlobalWarningNote=warning
|
|
16 |
EAknGlobalConfirmationNote=confirmation
|
|
17 |
EAknGlobalErrorNote=error
|
|
18 |
EAknGlobalChargingNote=charging
|
|
19 |
EAknGlobalWaitNote=wait
|
|
20 |
EAknGlobalPermanentNote=permanent
|
|
21 |
EAknGlobalNotChargingNote=not charging
|
|
22 |
EAknGlobalBatteryFullNote=battery is full
|
|
23 |
EAknGlobalBatteryLowNote=battery is low
|
|
24 |
EAknGlobalRechargeBatteryNote=recharge battery
|
|
25 |
EAknCancelGlobalNote=cancel
|
|
26 |
EAknGlobalTextNote=text
|
|
27 |
textProcessing=process text
|
|
28 |
textProcessingDescription=If true, interpret and format text; includes text wrapping, text truncation, and reordering of bidirectional text
|
|
29 |
EAknNoteDialogConfirmationTone=confirmation
|
|
30 |
EAknNoteDialogWarningTone=warning
|
|
31 |
EAknNoteDialogErrorTone=error
|