gsprofilesrv_plat/settings_framework_api/loc/gs.loc
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2005 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:   Common localization strings for General Settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  LOCALISATION STRINGS
       
    21 
       
    22 // **OPTIONS MENU
       
    23 
       
    24 //d:Command in Options list
       
    25 //d:Opens the highlighted item
       
    26 //l:list_single_pane_t1_cp2
       
    27 //w:
       
    28 //r: 3.1
       
    29 //
       
    30 #define qtn_set_options_open "Open"
       
    31 
       
    32 //d:Command in Options list
       
    33 //d:Opens value changing dialog of highlighted item
       
    34 //l:list_single_pane_t1_cp2
       
    35 //w:
       
    36 //r: 3.1
       
    37 //
       
    38 #define qtn_set_options_change "Change"
       
    39 
       
    40 // **IMAGE LOADING WAIT NOTE
       
    41 
       
    42 //d:Text for image loading wait note
       
    43 //d:Shown when welcome note image or background image has been selected from image list
       
    44 //l:popup_note_wait_window
       
    45 //w:
       
    46 //r:3.1
       
    47 //
       
    48 #define qtn_set_loading_image "Loading the image..."
       
    49 
       
    50 
       
    51 // **IMAGE ERROR INFORMATION NOTES
       
    52 
       
    53 //d:Text for image corrupted information note
       
    54 //d:Shown when selected background or welcome note image is corrupted or in wrong format.
       
    55 //l:popup_note_window
       
    56 //w:
       
    57 //r:3.1
       
    58 //
       
    59 #define qtn_set_image_format_wrong "Image is corrupted or in wrong format. Can not be selected."
       
    60 
       
    61 //d:Text for image too large information note
       
    62 //d:Shown when selected background or welcome note image is too large to be opened 
       
    63 //  in memory
       
    64 //l:popup_note_window
       
    65 //w:
       
    66 //r:3.1
       
    67 //
       
    68 #define qtn_set_image_too_large "Image size is too large. Image can not be selected."
       
    69 
       
    70 
       
    71 // End of File
       
    72 
       
    73