startupservices/Startup/loc/startup.loc
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2006 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 Startup application.
       
    16 *           This file is the one and only place where the logical strings
       
    17 *           are localised are defined. 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 //  LOCALISATION STRINGS
       
    23 
       
    24 // d:When booting the device selftest is perform and if that test fails
       
    25 // d:this text is shown to the user. 
       
    26 // l:popup_note_window
       
    27 #define qtn_su_note_selftest_failed "Selftest failed. Contact service."
       
    28 
       
    29 // d:When the time is not configured in the phone it is asked
       
    30 // d:from the user. This time query is shown in the first boot and also
       
    31 // d:in the boot when time value is somehow corrupted or invalid.
       
    32 // l:popup_query_data_window
       
    33 #define qtn_su_enter_time   "Enter time:"
       
    34 
       
    35 // d:When the date is not configured in the phone it is asked
       
    36 // d:from the user. This date query is shown in the first boot and also
       
    37 // d:in the boot when date value is somehow corrupted or invalid.
       
    38 // l:popup_query_data_window
       
    39 #define qtn_su_enter_date   "Enter date:"
       
    40 
       
    41 // d: Text "Select home country" qtn_su_select_country in a pop up menu
       
    42 // d: header from where user can select home country when starting phone first time.
       
    43 // l: heading_pane_t1
       
    44 //
       
    45 #define qtn_su_select_country  "Select home country"
       
    46 
       
    47 // d: Text "Select home city" qtn_su_select_city in a pop up menu
       
    48 // d: header from where user can select home city when starting phone first time.
       
    49 // l: heading_pane_t1
       
    50 //
       
    51 #define qtn_su_select_city  "Select home city"
       
    52 
       
    53 // End of File