sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/empty_resource_template.loc
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ?filename.loc
       
     4 *  Part of     : ?Subsystem_name / ?Module_name
       
     5 *  Description : Localization strings for project ?myapp
       
     6 *  Version     : %version: %
       
     7 *
       
     8 *  Copyright © ?year-?year ?Company_copyright.
       
     9 *  All rights reserved.
       
    10 *  This component and the accompanying materials are made available
       
    11 *  under the terms of the License "?License"
       
    12 *  which accompanies this distribution, and is available
       
    13 *  at the URL "?LicenseUrl".
       
    14 *
       
    15 *  Initial Contributors:
       
    16 *  ?Company_name - initial contribution.
       
    17 *
       
    18 *  Contributors:
       
    19 *  ?Company_name
       
    20 * ============================================================================
       
    21 * Template version: 4.0
       
    22 */
       
    23 
       
    24 /*
       
    25   The syntax of a logical name entry in this file is the following:
       
    26 
       
    27   // d:context description (line 1)
       
    28   // d:context description (line N)
       
    29   // l:layout id
       
    30   // w:
       
    31   // r:release information
       
    32   //
       
    33   #define qtn_<?feature_or_application>_?freetext "?text"
       
    34 
       
    35   where
       
    36       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    37            old logical names, but is deprecated.
       
    38       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    39            identifying the larger context of the display text.
       
    40       "?freetext" is the free text portion of the logical name.
       
    41            It may contain only lower-case letters ('a' to 'z'), numbers
       
    42            ('0' to '9'), and the underscore ('_').  The total length of
       
    43            the logical name does must not exceed 50 characters.
       
    44       "d:" Starts a description line clarifying the entry's context with
       
    45            information like:
       
    46            - Is a word a verb in imperative or is it a noun?  (For instance,
       
    47              what does "Set" mean?)
       
    48            - What will replace %U (unicode text parameter) or %N (number
       
    49              parameter) included in texts?  (For instance, is it a phone
       
    50              number or an e-mail address?)
       
    51       "l:" Starts a layout id information (one line).
       
    52            "P" and "No" are symbols in LAF's information table
       
    53                 - "P" is parent pane or current pane
       
    54                 - "No" is reference number in table
       
    55       "r:" Starts a release information: one line indicating in which
       
    56            S60 release the text was used for the first time.
       
    57 
       
    58   Refer to the S60 localization instructions for more information.
       
    59 
       
    60   Examples:
       
    61 
       
    62 // d:Command in options list in short term memories.
       
    63 // d:Opens the call list view that is focused.
       
    64 // l:list_single_popup_menu_pane_1
       
    65 // r:3.1
       
    66 //
       
    67 #define text_logs_stm_cmd_open "Open"
       
    68 
       
    69 // d:Title pane text in converter main state.
       
    70 // l:title_pane_1
       
    71 // r:3.0
       
    72 //
       
    73 #define qtn_cnv_title "Converter"
       
    74 
       
    75 // d:Prompt text for currency data query in converter.
       
    76 // l:popup_query_data_window_1
       
    77 // r:4.0
       
    78 //
       
    79 #define qtn_cnv_edit_name_prompt "Currency name"
       
    80 
       
    81 // d:Active call is terminated and a held call becomes active.
       
    82 // d:Operation is confirmed with this info note.
       
    83 // d:%U stands for the call identification of the activated call.
       
    84 // l:popup_note_window_1
       
    85 // r:3.1
       
    86 //
       
    87 #define qtn_multc_unhold_done_note "%U active"
       
    88 
       
    89 */