javauis/eswt_qt/loc/eswtmobile.loc
changeset 21 2a9601315dfc
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : eswtMobile.loc
       
     4 *  Part of     : java / eswt
       
     5 *  Description : Localization file for the eswt mobile java api
       
     6 *  Version     : 1.0
       
     7 *
       
     8 * Copyright (c) 2007 Nokia Corporation.
       
     9 * All rights reserved. This program and the accompanying materials 
       
    10 * are made available under the terms of the Eclipse Public License v1.0
       
    11 * which accompanies this distribution, and is available at
       
    12 * http://www.eclipse.org/legal/epl-v10.html
       
    13 * 
       
    14 * Contributors:
       
    15 *     Nokia Corporation - S60 implementation
       
    16 * ==============================================================================
       
    17 *
       
    18 *
       
    19 * Syntax of a logical name entry in this file is the following:
       
    20 *
       
    21 * // d:context description (line 1)
       
    22 * // d:context description (line N)
       
    23 * // l:P_No
       
    24 * // w:
       
    25 * // r:n.n (n=0..N)
       
    26 * //
       
    27 * #define qtn_?feature/?module_name_?freetext "?text"
       
    28 * #define text_?feature/?module_name_?freetext "?text"
       
    29 *
       
    30 *   where
       
    31 *         "qtn_" or "text_" starts a logical name, which does not
       
    32 *          contain dots.
       
    33 *         "d:" starts description line(s), which
       
    34 *              clarify entry's context with information like:
       
    35 *              1. Is a word a verb in imperative or is it a noun ?
       
    36 *                   - what does text "Set" mean ?
       
    37 *              2. What will replace %U (unicode text parameter) or
       
    38 *                 %N (number parameter) included in texts ?
       
    39 *                   - is it phone number or email address ?
       
    40 *         "l:" starts a layout information (one line).
       
    41 *              "P" and "No" are symbols in LAF's information table
       
    42 *                 - "P" is parent pane or current pane
       
    43 *                 - "No" is reference number in table
       
    44 *         "w:" not used by Series 60
       
    45 *         "r:" starts the release information line. Write here the release
       
    46 *              where the text will be used for the first time.	
       
    47 *
       
    48 * ==============================================================================
       
    49 */
       
    50 
       
    51 
       
    52 // LOCALISATION STRINGS
       
    53 
       
    54 //d:Command in options list for TextExtension
       
    55 //d:Opens the bookmarks of Web Browser for fetching url
       
    56 //l:list_single_pane_t1_cp2
       
    57 //w:
       
    58 //r:3.2
       
    59 //
       
    60 #define qtn_eswt_option_fetch_url "Fetch Url"
       
    61 
       
    62 //d:Command in options list for TextExtension
       
    63 //d:Opens Phonebook/Contacts for fetching the email address
       
    64 //l:list_single_pane_t1_cp2
       
    65 //w:
       
    66 //r:3.2
       
    67 //
       
    68 #define qtn_eswt_option_pb_fetch_email "Fetch email address"
       
    69 
       
    70 //d:Title of the bookmark selection list on TextExtension
       
    71 //l:navi_text_pane_t1
       
    72 //w:
       
    73 //r:3.2
       
    74 //
       
    75 #define qtn_eswt_favorites_dialog_title "Select Entry"
       
    76 
       
    77 //d:Default menu text for DELETE Command
       
    78 //l:list_single_pane_t1_cp2
       
    79 //w:
       
    80 //r:3.2
       
    81 //
       
    82 #define qtn_eswt_option_delete "Delete"
       
    83 
       
    84 //d:Default menu text for GENERAL Command
       
    85 //l:list_single_pane_t1_cp2
       
    86 //w:
       
    87 //r:3.2
       
    88 //
       
    89 #define qtn_eswt_option_general "General"
       
    90 
       
    91 //d:Default menu text for COMMANDGROUP Command
       
    92 //l:list_single_pane_t1_cp2
       
    93 //w:
       
    94 //r:3.2
       
    95 //
       
    96 #define qtn_eswt_option_commandgroup "Group"
       
    97 
       
    98 //d:Command in options list for ConstrainedText
       
    99 //d:Opens Phonebook/Contacts for fetching the phone number
       
   100 //l:list_single_pane_t1_cp2
       
   101 //w:
       
   102 //r:3.2
       
   103 //
       
   104 #define qtn_eswt_option_pb_fetch_number "Fetch number"
       
   105 
       
   106 //d:Command in options list for ConstrainedText
       
   107 //d:Call creation command
       
   108 //l:list_single_pane_t1_cp2
       
   109 //w:
       
   110 //r:3.2
       
   111 //
       
   112 #define qtn_eswt_option_create_call "Call"
       
   113 
       
   114 //d:Call creation confirmation query for ConstrainedText
       
   115 //d:%U stands for number
       
   116 //l:popup_note_window
       
   117 //w:
       
   118 //r:3.2
       
   119 //
       
   120 #define qtn_eswt_quest_call "Call number?\n%U"
       
   121 
       
   122 //d:Separator for status text and title for MobileShell
       
   123 //d:status text is concatenated with title text using the separator
       
   124 //l:title_pane_t2/opt9
       
   125 //w:
       
   126 //r:3.2
       
   127 //
       
   128 #define qtn_eswt_statustext_separator " - "
       
   129 
       
   130 //d:Command in options list for DateEditor
       
   131 //d:calendar widget for selecting date is activated with this option
       
   132 //l:list_single_pane_t1_cp2
       
   133 //w:
       
   134 //r:3.2
       
   135 //
       
   136 #define qtn_eswt_option_browse_cal "Browse"
       
   137 
       
   138 
       
   139 // End of File