25
|
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 is a localisation file for VoiceRecorder.app
|
|
16 |
* A .loc file is the one and only place where the logical strings
|
|
17 |
* to be localised are defined.
|
|
18 |
*
|
|
19 |
*
|
|
20 |
*/
|
|
21 |
|
|
22 |
|
|
23 |
// LOCALISATION STRINGS
|
|
24 |
|
|
25 |
// d: Application title from list.
|
|
26 |
// l: list_single_large_graphic_pane_t1
|
|
27 |
// w:
|
|
28 |
// r: 3.0
|
|
29 |
#define qtn_vorec_app_title "Recorder"
|
|
30 |
|
|
31 |
// d: Application title from grid.
|
|
32 |
// l: cell_app_pane_t1
|
|
33 |
#define qtn_vorec_app_menu_grid "Recorder"
|
|
34 |
|
|
35 |
// d: Default file name created by VoiceRec application.
|
|
36 |
// d: The first memo will be assigned with this name.
|
|
37 |
// d: The maximum length for the name is 20 characters
|
|
38 |
// d: The filename extension (.amr) is NOT included in the translation.
|
|
39 |
// l: vorec_t1
|
|
40 |
// w:
|
|
41 |
// r: 1.0
|
|
42 |
#define qtn_vorec_first_memo_name "Sound clip"
|
|
43 |
|
|
44 |
// d: Default file name created by VoiceRec application.
|
|
45 |
// d: Memos after the first memo will be assigned with this name
|
|
46 |
// d: The maximum name length is specified as 20 characters, but the
|
|
47 |
// d: number formatting must be taken into account ( Memo(105) ).
|
|
48 |
// d: The filename extension (.amr) is NOT included in the translation.
|
|
49 |
// d: Can be removed after qtn_vorec_default_memo_name has been taken in use
|
|
50 |
// l: vorec_t1
|
|
51 |
// w:
|
|
52 |
// r: 3.1
|
|
53 |
#define qtn_vorec_memo_name "Sound clip(%N)"
|
|
54 |
|
|
55 |
//d: A new default file name created by VoiceRec application.
|
|
56 |
//d: Replaces qtn_vorec_memo_name.
|
|
57 |
//d: Memos after the first memo will be assigned with this name
|
|
58 |
//d: The maximum name length is specified as 20 characters, but the
|
|
59 |
//d: number formatting must be taken into account (e.g. Memo(105) ).
|
|
60 |
//d: The filename extension (.amr) is NOT included in the translation.
|
|
61 |
//d: %U is replaced by the running memo count number retrieved from the Central Repository
|
|
62 |
//l: vorec_t1
|
|
63 |
//w:
|
|
64 |
//r: 3.1
|
|
65 |
//
|
|
66 |
#define qtn_vorec_default_memo_name "Sound clip(%U)"
|
|
67 |
|
|
68 |
// d: Menu string
|
|
69 |
// d: Close memo and open empty to record option on menu.
|
|
70 |
// l: list_single_pane_t1_cp2
|
|
71 |
#define qtn_vorec_rec_new "Record new"
|
|
72 |
|
|
73 |
// d: Menu string
|
|
74 |
// d: Erase current memo menu item.
|
|
75 |
// l: list_single_pane_t1_cp2
|
|
76 |
#define qtn_vorec_delete "Delete"
|
|
77 |
|
|
78 |
// d: Menu string
|
|
79 |
// d: Change name of current memo option on menu.
|
|
80 |
// l: list_single_pane_t1_cp2
|
|
81 |
#define text_voice_rec_edit_title "Edit name"
|
|
82 |
|
|
83 |
// d: Menu string
|
|
84 |
// d: Go to File Manager app at location of clips.
|
|
85 |
// l: list_single_pane_t1_cp2
|
|
86 |
#define qtn_vorec_goto_my_clips "Go to my clips"
|
|
87 |
|
|
88 |
// d: Menu item
|
|
89 |
// d: Save mail attachment.
|
|
90 |
// l: list_single_pane_t1_cp2
|
|
91 |
#define qtn_vorec_save_mail_atta "Save"
|
|
92 |
|
|
93 |
// d: Softkey text
|
|
94 |
// d: provides the command to record
|
|
95 |
// l: control_pane_t1/opt7
|
|
96 |
#define qtn_vorec_rec_sk "Record"
|
|
97 |
|
|
98 |
// d: Softkey text
|
|
99 |
// d: provides the command to play
|
|
100 |
// l: control_pane_t1/opt7
|
|
101 |
#define text_softkey_play "Play"
|
|
102 |
|
|
103 |
// d: Softkey text
|
|
104 |
// d: provides the command to pause
|
|
105 |
// l: control_pane_t1/opt7
|
|
106 |
#define qtn_vorec_pause_sk "Pause"
|
|
107 |
|
|
108 |
// d: Softkey text
|
|
109 |
// d: Provides the command to stop
|
|
110 |
// l: control_pane_t1/opt7
|
|
111 |
#define qtn_vorec_stop_sk "Stop"
|
|
112 |
|
|
113 |
//d:Softkey text
|
|
114 |
//l:control_pane_t1/opt7
|
|
115 |
//w:
|
|
116 |
//r:3.2
|
|
117 |
//
|
|
118 |
#define qtn_vorec_insert_sk "Insert"
|
|
119 |
|
|
120 |
// d: Information Note
|
|
121 |
// d: Shown when recording is stopped while in embedded mode
|
|
122 |
// l: popup_note_window
|
|
123 |
#define qtn_vorec_info_record_stopped "Recording stopped"
|
|
124 |
|
|
125 |
// d: Information Note
|
|
126 |
// d: Shown when trying to use Voice Recorder during a video call
|
|
127 |
// l: popup_note_window
|
|
128 |
#define qtn_vorec_info_video_call_ongoing "Voice Recorder cannot be used during video call"
|
|
129 |
|
|
130 |
// d: Information Note
|
|
131 |
// d: Shown when trying to use Voice Recorder during an internet call
|
|
132 |
// l: popup_note_window
|
|
133 |
// w:
|
|
134 |
// r: 3.0
|
|
135 |
#define qtn_vorec_info_internet_call_ongoing "Voice Recorder cannot be used during an internet call"
|
|
136 |
|
|
137 |
// d: Error note text
|
|
138 |
// d: Failed to open or play memo. File format error.
|
|
139 |
// l: popup_note_window
|
|
140 |
#define qtn_vorec_info_memo_unsupported "Unable to play memo. Memo format not supported."
|
|
141 |
|
|
142 |
// d: Error note text
|
|
143 |
// d: Failed to open or play memo. File format error.
|
|
144 |
// l: popup_note_window
|
|
145 |
#define qtn_vorec_info_memo_corrupted "Unable to play memo. Memo corrupted."
|
|
146 |
|
|
147 |
// d: Error note text
|
|
148 |
// d: Failed to play or record. Media Server error.
|
|
149 |
// l: popup_note_window
|
|
150 |
#define qtn_vorec_info_server_error "Unable to continue. Media server error."
|
|
151 |
|
|
152 |
// d: Wait note text
|
|
153 |
// d: Shown when voice memo is being saved to permanent storage
|
|
154 |
// d: Recording is stopped by user
|
|
155 |
// l: popup_note_wait_window
|
|
156 |
#define qtn_vorec_wait_saving_memo "Saving memo..."
|
|
157 |
|
|
158 |
// d: Wait note text
|
|
159 |
// d: Shown when voice memo is being saved to permanent storage
|
|
160 |
// d: Recording is stopped automatically
|
|
161 |
// l: popup_note_wait_window
|
|
162 |
#define qtn_vorec_wait_stop_saved "Saving stopped memo..."
|
|
163 |
|
|
164 |
// d: Menu string
|
|
165 |
// d: Settings Options submenu item for changing item settings.
|
|
166 |
// l: list_single_pane_t1_cp2
|
|
167 |
#define qtn_vorec_settings_change "Change"
|
|
168 |
|
|
169 |
// d: Recorder View Status text
|
|
170 |
// d: Displayed while recording is in progress
|
|
171 |
// l: vorec_t4
|
|
172 |
#define qtn_vorec_recording "Recording"
|
|
173 |
|
|
174 |
// d: Recorder View Status text
|
|
175 |
// d: Displayed while playback is in progress
|
|
176 |
// l: vorec_t4
|
|
177 |
// w:
|
|
178 |
// r: 3.1
|
|
179 |
#define qtn_vorec_playback "Playing"
|
|
180 |
|
|
181 |
// d: Recorder View Status text
|
|
182 |
// d: Displayed while playing/recording is paused
|
|
183 |
// l: vorec_t4
|
|
184 |
#define qtn_vorec_paused "Paused"
|
|
185 |
|
|
186 |
// d: Format string for the memo name
|
|
187 |
// d: Memo name is placed in %U
|
|
188 |
// l: vorec_t1
|
|
189 |
#define qtn_vorec_memo_label "%U"
|
|
190 |
|
|
191 |
// d: Format string for the creation date of the memo
|
|
192 |
// d: Date is placed in %0U and time in %1U
|
|
193 |
// d: %0U is formatted with R_QTN_DATE_USUAL_WITH_ZERO
|
|
194 |
// d: %1U is formatted with R_QTN_TIME_USUAL_WITH_ZERO
|
|
195 |
// l: vorec_t2
|
|
196 |
// w:
|
|
197 |
// r: 3.1
|
|
198 |
#define qtn_vorec_date_label "%0U %1U"
|
|
199 |
|
|
200 |
// d: Min/Start value of the memo play/record progress bar
|
|
201 |
// d: Always zero.
|
|
202 |
// l: vorec_t6
|
|
203 |
#define qtn_vorec_min_label "0"
|
|
204 |
|
|
205 |
// d: Format for displaying elapsed time and time left in recording and playback states.
|
|
206 |
// d: %0U is elapsed time
|
|
207 |
// d: %1U is maximum recording time, estimated time left or length of played memo
|
|
208 |
// d: %0U and %1U are formatted with R_QTN_TIME_DURAT_MIN_SEC_WITH_ZERO, or
|
|
209 |
// d: R_QTN_TIME_DURAT_LONG if the time is longer than one hour
|
|
210 |
// l: vorec_t5
|
|
211 |
// w:
|
|
212 |
// r: 3.1
|
|
213 |
#define qtn_vorec_time_indic "%0U / %1U"
|
|
214 |
|
|
215 |
// d: Recorder view quality text
|
|
216 |
// l: vorec_t7
|
|
217 |
// w:
|
|
218 |
// r: 3.1
|
|
219 |
#define qtn_vorec_quality_label "Quality:"
|
|
220 |
|
|
221 |
// d: Recorder view quality text for MMS optimized quality
|
|
222 |
// l: vorec_t3
|
|
223 |
// w:
|
|
224 |
// r: 3.1
|
|
225 |
#define qtn_vorec_quality_mms_optimized "MMS"
|
|
226 |
|
|
227 |
// d: Recorder view quality text for High quality
|
|
228 |
// l: vorec_t3
|
|
229 |
// w:
|
|
230 |
// r: 3.1
|
|
231 |
#define qtn_vorec_quality_high "High"
|
|
232 |
|
|
233 |
// d: Recorder view quality text for Normal quality
|
|
234 |
// l: vorec_t7
|
|
235 |
// w:
|
|
236 |
// r: 3.2
|
|
237 |
#define qtn_vorec_quality_normal "Normal"
|
|
238 |
|
|
239 |
// ---------------------------------------------------------------------------
|
|
240 |
// Memory store usage specific strings
|
|
241 |
|
|
242 |
// d: Information note
|
|
243 |
// d: Shown when VR is started and MMC is selected as default store,
|
|
244 |
// d: but MMC is not available or it is locked
|
|
245 |
// l: popup_note_window
|
|
246 |
// w:
|
|
247 |
// r: 1.0
|
|
248 |
#define qtn_memc_vorec_note1 "The selected memory store is not accessible. Phone memory will be used instead."
|
|
249 |
|
|
250 |
// d: Information note
|
|
251 |
// d: Shown when VR is started and MMC is selected as default store, but MMC is read-only
|
|
252 |
// l: popup_note_window
|
|
253 |
// w:
|
|
254 |
// r: 3.1
|
|
255 |
#define qtn_memc_vorec_note2 "The selected memory store is read-only. Phone memory will be used instead."
|
|
256 |
|
|
257 |
// d: Error note
|
|
258 |
// d: Shown when user tries to unlock MMC, but enters an incorrect password
|
|
259 |
// l: popup_note_window
|
|
260 |
#define qtn_memc_set_password_error "The passwords don't match, try again!"
|
|
261 |
|
|
262 |
// d: Setting item title
|
|
263 |
// d: Title for Memo Store Setting Item
|
|
264 |
// l: list_setting_pane_t1
|
|
265 |
#define qtn_vorec_set_store "Memo store"
|
|
266 |
|
|
267 |
// d: Confirmation note
|
|
268 |
// d: Shown if when VR is started and MMC is locked
|
|
269 |
// l: popup_note_window
|
|
270 |
#define qtn_memc_unlock_query1 "The selected memory store is locked, it can't be used. Do you want to unlock it?"
|
|
271 |
|
|
272 |
// d: Information note
|
|
273 |
// d: Shown when VR is started and the SD card is not inserted
|
|
274 |
// l: popup_note_window
|
|
275 |
// w:
|
|
276 |
// r: 3.1
|
|
277 |
#define qtn_ccor_insert_mmc "Please insert memory card."
|
|
278 |
|
|
279 |
// d: Information note
|
|
280 |
// d: Shown when VR is started and the USB is inserted in Mass Storage mode
|
|
281 |
// l: popup_note_window
|
|
282 |
// w:
|
|
283 |
// r: 3.1
|
|
284 |
#define qtn_usb_mode_note_mode_activated "USB connected in Mass storage mode"
|
|
285 |
|
|
286 |
// ---------------------------------------------------------------------------
|
|
287 |
// No voice key specific strings
|
|
288 |
|
|
289 |
// d: Setting item title
|
|
290 |
// d: Title for Memo Store Setting Item
|
|
291 |
// l: list_setting_pane_t1
|
|
292 |
#define qtn_vorec_set_ihf "Default speaker"
|
|
293 |
|
|
294 |
// d: setting_item_with_two_available_ values
|
|
295 |
// d: Indicates that the IHF is being selected as default speaker
|
|
296 |
// l: list_set_graphic_pane_t1
|
|
297 |
#define qtn_vorec_settings_ihf_hf "Handsfree"
|
|
298 |
|
|
299 |
// d: setting_item_with_two_available_ values
|
|
300 |
// d: Indicates that the earpiece is being selected as default speaker
|
|
301 |
// l: list_set_graphic_pane_t1
|
|
302 |
#define qtn_vorec_settings_ihf_ear "Earpiece"
|
|
303 |
|
|
304 |
|
|
305 |
// ---------------------------------------------------------------------------
|
|
306 |
// No voice key AND MMC specific strings
|
|
307 |
|
|
308 |
// d: Menu string
|
|
309 |
// d: Displays the settings dialog.
|
|
310 |
// l: list_single_pane_t1_cp2
|
|
311 |
// w:
|
|
312 |
// r: 3.0
|
|
313 |
#define qtn_vorec_settings "Settings"
|
|
314 |
|
|
315 |
// ---------------------------------------------------------------------------
|
|
316 |
// Quality specific strings
|
|
317 |
|
|
318 |
// d: Setting item title
|
|
319 |
// d: Title for Recording quality setting item
|
|
320 |
// l: list_setting_pane_t1
|
|
321 |
// w:
|
|
322 |
// r: 3.1
|
|
323 |
#define qtn_vorec_set_quality "Recording quality"
|
|
324 |
|
|
325 |
// d: setting_item_with_two_available_ values
|
|
326 |
// d: Indicates that memo quality is MMS Optimized
|
|
327 |
// l: list_set_graphic_pane_t1
|
|
328 |
// w:
|
|
329 |
// r: 3.1
|
|
330 |
#define qtn_vorec_settings_quality_mms_optimized "MMS Optimized"
|
|
331 |
|
|
332 |
// d: setting_item_with_two_available_ values
|
|
333 |
// d: Indicates that memo quality is High quality
|
|
334 |
// l: list_set_graphic_pane_t1
|
|
335 |
// w:
|
|
336 |
// r: 3.1
|
|
337 |
#define qtn_vorec_settings_quality_high "High"
|
|
338 |
|
|
339 |
|
|
340 |
// d: setting_item_with_three_available_ values
|
|
341 |
// d: Indicates that memo quality is Normal quality
|
|
342 |
// l: list_set_graphic_pane_t1
|
|
343 |
// w:
|
|
344 |
// r: 3.2
|
|
345 |
#define qtn_vorec_settings_quality_normal "Normal"
|