sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/resource_template.loc
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : TestFileName.loc
       
     4 *  Part of     : TestSubSystem / TestModule       *** Info from the SWAD
       
     5 *  Description : Localization strings for project TestAppName
       
     6 *  Version     : %version: % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2000-2001 Nokia Corporation and/or its subsidiary(-ies).
       
     9 *  All rights reserved.
       
    10 *  This component and the accompanying materials are made available
       
    11 *  under the terms of "Eclipse Public License v1.0"
       
    12 *  which accompanies this distribution, and is available
       
    13 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 *
       
    15 *  Initial Contributors:
       
    16 *  Nokia Corporation - initial contribution.
       
    17 *
       
    18 *  Contributors:
       
    19 * 
       
    20 * ============================================================================
       
    21 * Template version: 4.0
       
    22 */
       
    23 
       
    24 *** INSTRUCTIONS TO THE TEMPLATE USER:
       
    25 
       
    26 *** This template follows the S60 coding conventions
       
    27 *** (S60_Coding_Conventions.doc).  Remove all unneeded declarations
       
    28 *** and definitions before checking the file in!  Also remove the
       
    29 *** template's usage instructions, that is, everything that begins
       
    30 *** with "***".
       
    31 
       
    32 *** The copyright years should be < the year of the file's creation >
       
    33 *** - < the year of the file's latest update >.
       
    34 
       
    35 *** Words that begin with "?" are for you to replace with your own
       
    36 *** identifiers, filenames, or comments.
       
    37 
       
    38 *** To support building on Linux, use only forward slashes in include
       
    39 *** directives.  Also, all filenames and pathnames must be completely
       
    40 *** in lowercase.
       
    41 
       
    42 
       
    43 /*
       
    44   The syntax of a logical name entry in this file is the following:
       
    45 
       
    46   // d:context description (line 1)
       
    47   // d:context description (line N)
       
    48   // l:layout id
       
    49   // w:
       
    50   // r:release information
       
    51   //
       
    52   #define qtn_<?feature_or_application>_?freetext "?text"
       
    53 
       
    54   where
       
    55       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    56            old logical names, but is deprecated.
       
    57       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    58            identifying the larger context of the display text.
       
    59       "?freetext" is the free text portion of the logical name.
       
    60            It may contain only lower-case letters ('a' to 'z'), numbers
       
    61            ('0' to '9'), and the underscore ('_').  The total length of
       
    62            the logical name does must not exceed 50 characters.
       
    63       "d:" Starts a description line clarifying the entry's context with
       
    64            information like:
       
    65            - Is a word a verb in imperative or is it a noun?  (For instance,
       
    66              what does "Set" mean?)
       
    67            - What will replace %U (unicode text parameter) or %N (number
       
    68              parameter) included in texts?  (For instance, is it a phone
       
    69              number or an e-mail address?)
       
    70       "l:" Starts a layout id information (one line).
       
    71            "P" and "No" are symbols in LAF's information table
       
    72                 - "P" is parent pane or current pane
       
    73                 - "No" is reference number in table
       
    74       "r:" Starts a release information: one line indicating in which
       
    75            S60 release the text was used for the first time.
       
    76 
       
    77   Refer to the S60 localization instructions for more information.
       
    78 
       
    79   Examples:
       
    80 
       
    81 // d:Command in options list in short term memories.
       
    82 // d:Opens the call list view that is focused.
       
    83 // l:list_single_popup_menu_pane_1
       
    84 // r:3.1
       
    85 //
       
    86 #define text_logs_stm_cmd_open "Open"
       
    87 
       
    88 // d:Title pane text in converter main state.
       
    89 // l:title_pane_1
       
    90 // r:3.0
       
    91 //
       
    92 #define qtn_cnv_title "Converter"
       
    93 
       
    94 // d:Prompt text for currency data query in converter.
       
    95 // l:popup_query_data_window_1
       
    96 // r:4.0
       
    97 //
       
    98 #define qtn_cnv_edit_name_prompt "Currency name"
       
    99 
       
   100 // d:Active call is terminated and a held call becomes active.
       
   101 // d:Operation is confirmed with this info note.
       
   102 // d:%U stands for the call identification of the activated call.
       
   103 // l:popup_note_window_1
       
   104 // r:3.1
       
   105 //
       
   106 #define qtn_multc_unhold_done_note "%U active"
       
   107 
       
   108 */
       
   109 
       
   110 
       
   111 *** localization strings go here: