javauis/lcdui_akn/lcdui/loc/lcdui.loc
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     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:  Localised strings for Series60 MIDP LCDUI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // LOCALISATION STRINGS
       
    21 
       
    22 // d:String representing the name of §key.scroll.up§
       
    23 // d:If possible, the string must be identical to the symbol
       
    24 // d:printed on the physical key on the device keypad.
       
    25 // l:None
       
    26 //
       
    27 #define qtn_midp_key_up "Up"
       
    28 
       
    29 // d:String representing the name of §key.scroll.down§
       
    30 // d:If possible, the string must be identical to the symbol
       
    31 // d:printed on the physical key on the device keypad.
       
    32 // l:None
       
    33 //
       
    34 #define qtn_midp_key_down "Down"
       
    35 
       
    36 // d:String representing the name of §key.scroll.left§
       
    37 // d:If possible, the string must be identical to the symbol
       
    38 // d:printed on the physical key on the device keypad.
       
    39 // l:None
       
    40 //
       
    41 #define qtn_midp_key_left "Left"
       
    42 
       
    43 // d:String representing the name of §key.scroll.right§
       
    44 // d:If possible, the string must be identical to the symbol
       
    45 // d:printed on the physical key on the device keypad.
       
    46 // l:None
       
    47 //
       
    48 #define qtn_midp_key_right "Right"
       
    49 
       
    50 // d:String representing the name of §gen.selection.key§
       
    51 // d:If possible, the string must be identical to the symbol
       
    52 // d:printed on the physical key on the device keypad.
       
    53 // l:None
       
    54 //
       
    55 #define qtn_midp_key_select "Select"
       
    56 
       
    57 // d:String representing the name of §key.clear§
       
    58 // d:If possible, the string must be identical to the symbol
       
    59 // d:printed on the physical key on the device keypad.
       
    60 // l:None
       
    61 //
       
    62 #define qtn_midp_key_clear "Clear"
       
    63 
       
    64 // d:String representing the name of §key.edit§
       
    65 // d:If possible, the string must be identical to the symbol
       
    66 // d:printed on the physical key on the device keypad.
       
    67 // l:None
       
    68 //
       
    69 #define qtn_midp_key_edit "Edit"
       
    70 
       
    71 // d:String representing the name of §key.send§
       
    72 // d:If possible, the string must be identical to the symbol
       
    73 // d:printed on the physical key on the device keypad.
       
    74 // l:None
       
    75 //
       
    76 #define qtn_midp_key_send "Send"
       
    77 
       
    78 // d:String representing the name of §key.left.softkey§
       
    79 // d:If possible, the string must be identical to the symbol
       
    80 // d:printed on the physical key on the device keypad.
       
    81 // l:None
       
    82 //
       
    83 #define qtn_midp_key_lsk "Left softkey"
       
    84 
       
    85 // d:String representing the name of §key.right.softkey§
       
    86 // d:If possible, the string must be identical to the symbol
       
    87 // d:printed on the physical key on the device keypad.
       
    88 // l:None
       
    89 //
       
    90 #define qtn_midp_key_rsk "Right softkey"
       
    91 
       
    92 // d:String representing the name of §key.end§
       
    93 // d:If possible, the string must be identical to the symbol
       
    94 // d:printed on the physical key on the device keypad.
       
    95 // l:None
       
    96 //
       
    97 #define qtn_midp_key_end "End"
       
    98 
       
    99 // d:String representing the name of §key.apps§
       
   100 // d:If possible, the string must be identical to the symbol
       
   101 // d:printed on the physical key on the device keypad.
       
   102 // l:None
       
   103 //
       
   104 #define qtn_midp_key_apps "Applications"
       
   105 
       
   106 // d:String representing the name of §key.voice§
       
   107 // d:If possible, the string must be identical to the symbol
       
   108 // d:printed on the physical key on the device keypad.
       
   109 // l:None
       
   110 //
       
   111 #define qtn_midp_key_voice "Voice"
       
   112 
       
   113 // d:String representing the Play media key.
       
   114 // d:Pressing Play key starts a media player
       
   115 // d:e.g. a music player.
       
   116 // d:The same key is used for Pause.
       
   117 // l:None
       
   118 //
       
   119 #define qtn_midp_key_play "Play"
       
   120 
       
   121 // d:String representing the Previous/Rewind media key.
       
   122 // d:Pressing Previous/Rewind key rewinds a media player
       
   123 // d:e.g. a music player.
       
   124 // l:None
       
   125 //
       
   126 #define qtn_midp_key_previous "Previous"
       
   127 
       
   128 // d:String representing the Next/Forward media key.
       
   129 // d:Pressing Next/Forward key forwards a media player
       
   130 // d:e.g. a music player.
       
   131 // l:None
       
   132 //
       
   133 #define qtn_midp_key_next "Next"
       
   134 
       
   135 // d:String representing the Stop media key.
       
   136 // d:Pressing Stop key stops a media player
       
   137 // d:e.g. a music player.
       
   138 // l:None
       
   139 //
       
   140 #define qtn_midp_key_stop "Stop"
       
   141 
       
   142 // d:String representing the Zoom in key.
       
   143 // l:None
       
   144 //
       
   145 #define qtn_midp_key_zoom_in "Zoom in"
       
   146 
       
   147 // d:String representing the Zoom out key.
       
   148 // l:None
       
   149 //
       
   150 #define qtn_midp_key_zoom_out "Zoom out"
       
   151 
       
   152 // d:String representing the name of §key.clockwise.rotate§
       
   153 // d:If possible, the string must be identical to the symbol
       
   154 // d:printed on the physical key on the device keypad.
       
   155 // l:None
       
   156 //
       
   157 #define qtn_midp_key_clockwise_rotate "#Clock-wise rotate"
       
   158 
       
   159 // d:String representing the name of §key.counterclockwise.rotate§
       
   160 // d:If possible, the string must be identical to the symbol
       
   161 // d:printed on the physical key on the device keypad.
       
   162 // l:None
       
   163 //
       
   164 #define qtn_midp_key_counter_clockwise_rotate "#Counter-clock-wise rotate"
       
   165 
       
   166 // d:String representing the name of §key.clockwise.fast.rotate§
       
   167 // d:If possible, the string must be identical to the symbol
       
   168 // d:printed on the physical key on the device keypad.
       
   169 // l:None
       
   170 //
       
   171 #define qtn_midp_key_clockwise_fast_rotate "#Clock-wise fast rotate"
       
   172 
       
   173 // d:String representing the name of §key.counterclockwise.fast.rotate§
       
   174 // d:If possible, the string must be identical to the symbol
       
   175 // d:printed on the physical key on the device keypad.
       
   176 // l:None
       
   177 //
       
   178 #define qtn_midp_key_counter_clockwise_fast_rotate "#Counter-clock-wise fast rotate"
       
   179 
       
   180 // d:String representing the name of §key.space§
       
   181 // d:If possible, the string must be identical to the symbol
       
   182 // d:printed on the physical key on the device keypad.
       
   183 // l:None
       
   184 //
       
   185 #define qtn_midp_key_space "Space"
       
   186 
       
   187 // d:String representing the name of §key.backspace§
       
   188 // d:If possible, the string must be identical to the symbol
       
   189 // d:printed on the physical key on the device keypad.
       
   190 // l:None
       
   191 //
       
   192 #define qtn_midp_key_backspace "Backspace"
       
   193 
       
   194 // d:String representing the name of §key.esc§
       
   195 // d:If possible, the string must be identical to the symbol
       
   196 // d:printed on the physical key on the device keypad.
       
   197 // l:None
       
   198 //
       
   199 #define qtn_midp_key_esc "Esc"
       
   200 
       
   201 // d:String representing the name of §key.tab§
       
   202 // d:If possible, the string must be identical to the symbol
       
   203 // d:printed on the physical key on the device keypad.
       
   204 // l:None
       
   205 //
       
   206 #define qtn_midp_key_tab "Tab"
       
   207 
       
   208 // d:String representing the name of §key.enter§
       
   209 // d:If possible, the string must be identical to the symbol
       
   210 // d:printed on the physical key on the device keypad.
       
   211 // l:None
       
   212 //
       
   213 #define qtn_midp_key_enter "Enter"
       
   214 
       
   215 // d:String representing the name of §key.delete§
       
   216 // d:If possible, the string must be identical to the symbol
       
   217 // d:printed on the physical key on the device keypad.
       
   218 // l:None
       
   219 //
       
   220 #define qtn_midp_key_delete "Delete"
       
   221 
       
   222 // d:String representing the name of §key.form.feed§
       
   223 // d:If possible, the string must be identical to the symbol
       
   224 // d:printed on the physical key on the device keypad.
       
   225 // l:None
       
   226 //
       
   227 #define qtn_midp_key_form_feed "Form feed"
       
   228 
       
   229 // d:String representing the name of §key.vertical.tab§
       
   230 // d:If possible, the string must be identical to the symbol
       
   231 // d:printed on the physical key on the device keypad.
       
   232 // l:None
       
   233 //
       
   234 #define qtn_midp_key_vertical_tab "Vertical tab"
       
   235 
       
   236 // d:String representing the name of §key.line.feed§
       
   237 // d:If possible, the string must be identical to the symbol
       
   238 // d:printed on the physical key on the device keypad.
       
   239 // l:None
       
   240 //
       
   241 #define qtn_midp_key_line_feed "Line feed"
       
   242 
       
   243 // d:String representing the name of §key.bell§
       
   244 // d:If possible, the string must be identical to the symbol
       
   245 // d:printed on the physical key on the device keypad.
       
   246 // l:None
       
   247 //
       
   248 #define qtn_midp_key_bell "Bell"
       
   249 
       
   250 // d:String representing the name of §key.non.character§
       
   251 // d:If possible, the string must be identical to the symbol
       
   252 // d:printed on the physical key on the device keypad.
       
   253 // l:None
       
   254 //
       
   255 #define qtn_midp_key_non_character "Non-unicode - this should be mapped on real device"
       
   256 
       
   257 
       
   258 // d:default text for Error Alert (Implemented as Error Note)
       
   259 // d:when no text is specified by the MIDlet
       
   260 // l:popup_note_window
       
   261 //
       
   262 #define qtn_midp_alert_error "Error"
       
   263 
       
   264 // d:default text for Warning Alert (Implemented as Warning Note)
       
   265 // d:when no text is specified by the MIDlet
       
   266 // l:popup_note_window
       
   267 //
       
   268 #define qtn_midp_alert_warning "Warning"
       
   269 
       
   270 // d:default text for Information Alert (Implemented as Information Note)
       
   271 // d:when no text is specified by the MIDlet
       
   272 // l:popup_note_window
       
   273 //
       
   274 #define qtn_midp_alert_info "Information"
       
   275 
       
   276 // d:default text for Confirmation Alert (Implemented as Confirmation Note)
       
   277 // d:when no text is specified by the MIDlet
       
   278 // l:popup_note_window
       
   279 //
       
   280 #define qtn_midp_alert_conf "OK"
       
   281 
       
   282 // d:default text for Alarm Alert (Implemented as Information Note)
       
   283 // d:when no text is specified by the MIDlet
       
   284 // l:popup_note_window
       
   285 //
       
   286 #define qtn_midp_alert_alarm "Alarm"
       
   287 
       
   288 // d:default text for Null Alert (Implemented as Note with no icon & no tone)
       
   289 // d:when no text is specified by the MIDlet
       
   290 // l:popup_note_window
       
   291 //
       
   292 #define qtn_midp_alert_null "Alert"
       
   293 
       
   294 // d:Options menu command for a TextBox/TextField: fetch a phone number
       
   295 // d:from Contacts; after fetching the number, it is set as the content 
       
   296 // d:of the TextBox/TextField.
       
   297 // l:list_single_pane_t1_cp2
       
   298 //
       
   299 #define qtn_midp_option_pb_fetch_number "Fetch number"
       
   300 
       
   301 // d:Left soft key command for a TextBox/TextField: fetch a phone number
       
   302 // d:from Contacts; after fetching the number, it is set as the content 
       
   303 // d:of the TextBox/TextField.
       
   304 // l:control_pane_t1/opt7
       
   305 //
       
   306 #define qtn_midp_option_pb_fetch_number_short "Fetch"
       
   307 
       
   308 // d:Options menu command for a TextBox/TextField: fetch a email address
       
   309 // d:from Contacts; after fetching the address, it is set as the content 
       
   310 // d:of the TextBox/TextField.
       
   311 // l:list_single_pane_t1_cp2
       
   312 //
       
   313 #define qtn_midp_option_pb_fetch_email "Fetch email address"
       
   314 
       
   315 // d:Left soft key command for a TextBox/TextField: fetch a email address
       
   316 // d:from Contacts; after fetching the address, it is set as the content 
       
   317 // d:of the TextBox/TextField.
       
   318 // l:control_pane_t1/opt7
       
   319 //
       
   320 #define qtn_midp_option_pb_fetch_email_short "Fetch"
       
   321 
       
   322 // d:Options menu command for a TextBox/TextField: call the number that 
       
   323 // d:is currently entered in the TextBox/TextField.
       
   324 // l:list_single_pane_t1_cp2
       
   325 //
       
   326 #define qtn_midp_option_create_call "Call"
       
   327 
       
   328 // d:Left soft key command for a TextBox/TextField: call the number that 
       
   329 // d:is currently entered in the TextBox/TextField.
       
   330 // l:control_pane_t1/opt7
       
   331 //
       
   332 #define qtn_midp_option_create_call_short "Call"
       
   333 
       
   334 // d:Information note shown when the maximum capacity of a TexBox or TextField
       
   335 // d:and the user tries to enter more characters.
       
   336 // l:popup_note_window
       
   337 //
       
   338 #define qtn_midp_text_maximum_reached "Maximum number of characters reached"
       
   339 
       
   340 // d:Information note shown if the user tries to edit the text in a 
       
   341 // d:TexBox or TextField which is uneditable.
       
   342 // l:popup_note_window
       
   343 //
       
   344 #define qtn_midp_text_uneditable "Text is not editable"
       
   345 
       
   346 // d:Confirmation query prompt.
       
   347 // d:Does the user really want to call the number in a TextBox/TextField?
       
   348 // d:Shown after the Send key has been pressed or "Call" selected from menu.
       
   349 // d:%U represents the number to be called.
       
   350 // l:popup_note_window
       
   351 //
       
   352 #define qtn_midp_quest_call_number "Call number?\n%U"
       
   353 
       
   354 
       
   355 // The following strings might be needed in the future.
       
   356 
       
   357 // d:Options menu command for a TextBox/TextField: send email to
       
   358 // the address that is currently entered in the TextBox/TextField.
       
   359 // l:list_single_popup_menu_pane_1
       
   360 //
       
   361 //#define qtn_midp_option_send_email "Send email"
       
   362 
       
   363 // d:Options menu command for a TextBox/TextField: activate browser with 
       
   364 // d:the URL thta is currently entered in the TextBox/TextField.
       
   365 // l:list_single_popup_menu_pane_1
       
   366 //
       
   367 //#define qtn_midp_option_activate_browser "Browse"
       
   368 
       
   369 // End of File