uifw/eikctl/src/EIKCTL.RSS
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 1997-1999 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 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME ECTL
       
    20 
       
    21 
       
    22 #include <fontids.hrh>
       
    23 
       
    24 #include <eikon.rh>
       
    25 
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 #include "eikclock.ra"
       
    29 #include <avkon.loc>
       
    30 //
       
    31 // All the text in this file is used in InfoMsg only in Debug
       
    32 //
       
    33 
       
    34 RESOURCE TBUF r_eik_tbuf_before_earliest_allowed_date { buf="Earliest allowed date is %1%/1%2%/2%3"; }
       
    35 RESOURCE TBUF r_eik_tbuf_after_latest_allowed_date { buf="Latest allowed date is %1%/1%2%/2%3"; }
       
    36 
       
    37 // For floating and fixed point editors:
       
    38 
       
    39 RESOURCE TBUF r_eik_tbuf_fnumber_below_min { buf="Minimum allowed value is %S"; }
       
    40 RESOURCE TBUF r_eik_tbuf_fnumber_above_max { buf="Maximum allowed value is %S"; }
       
    41 
       
    42 // Needed in eikmfne.cpp:
       
    43 RESOURCE TBUF2 r_eik_tbuf_nudge_ten_chars { buf="M?"; }
       
    44 
       
    45 RESOURCE TBUF r_eik_tbuf_no_number_entered { buf="No number has been entered"; }
       
    46 RESOURCE TBUF r_eik_tbuf_number_below_min { buf="Minimum allowed value is %d"; }
       
    47 RESOURCE TBUF r_eik_tbuf_number_above_max { buf="Maximum allowed value is %d"; }
       
    48 
       
    49 RESOURCE TBUF r_eik_tbuf_date_invalid { buf="Invalid date"; }
       
    50 RESOURCE TBUF r_eik_tbuf_before_earliest_allowed_time { buf="Earliest allowed time is %-B%J%:1%T%:2%S%+B"; }
       
    51 RESOURCE TBUF r_eik_tbuf_after_latest_allowed_time { buf="Latest allowed time is %-B%J%:1%T%:2%S%+B"; }
       
    52 RESOURCE TBUF r_eik_tbuf_before_earliest_allowed_time_and_date { buf="Earliest allowed time and date is %-B%J%:1%T%:2%S%+B %1%/1%2%/2%3"; }
       
    53 RESOURCE TBUF r_eik_tbuf_after_latest_allowed_time_and_date { buf="Latest allowed time and date is %-B%J%:1%T%:2%S%+B %1%/1%2%/2%3"; }
       
    54 RESOURCE TBUF r_eik_tbuf_below_shortest_allowed_duration { buf="Minimum allowed duration is %H%:1%T%:2%S"; }
       
    55 RESOURCE TBUF r_eik_tbuf_above_longest_allowed_duration { buf="Maximum allowed duration is %H%:1%T%:2%S"; }
       
    56 RESOURCE TBUF r_eik_tbuf_below_minimum_time_offset { buf="Minimum GMT offset is %H%:1%T%"; }
       
    57 RESOURCE TBUF r_eik_tbuf_above_maximum_time_offset { buf="Maximum GMT offset is %H%:1%T%"; }
       
    58 RESOURCE TBUF r_eik_tbuf_below_negative_minimum_time_offset { buf="Minimum GMT offset is -%H%:1%T%"; }
       
    59 RESOURCE TBUF r_eik_tbuf_above_negative_maximum_time_offset { buf="Maximum GMT offset is -%H%:1%T%"; }
       
    60 
       
    61 RESOURCE LATITUDE_AND_LONGITUDE r_eik_latitude_and_longitude
       
    62 {
       
    63         degreesign = qtn_editing_coordinate_editor_degree;
       
    64         minutesign = qtn_editing_coordinate_editor_min_mark;
       
    65         secondsign = qtn_editing_coordinate_editor_sec_mark;
       
    66         north = qtn_editing_latitude_editor_north;
       
    67         south = qtn_editing_latitude_editor_south;
       
    68         east = qtn_editing_longitude_editor_east;
       
    69         west = qtn_editing_longitude_editor_west;
       
    70         keytomatchfornorth = 0;
       
    71         keytomatchforsouth = 0;
       
    72         keytomatchforeast = 0;
       
    73         keytomatchforwest = 0;
       
    74 }
       
    75 
       
    76 RESOURCE TBUF r_avkon_unit_editor_meter { buf = qtn_editing_unit_editor_meter; }
       
    77 RESOURCE TBUF r_avkon_unit_editor_kilometer { buf = qtn_editing_unit_editor_kilometer; }
       
    78 RESOURCE TBUF r_avkon_unit_editor_foot { buf = qtn_editing_unit_editor_foot; }
       
    79 RESOURCE TBUF r_avkon_unit_editor_mile { buf = qtn_editing_unit_editor_mile; }
       
    80 RESOURCE TBUF r_avkon_unit_editor_metr_speed { buf = qtn_editing_unit_editor_metr_speed; }
       
    81 RESOURCE TBUF r_avkon_unit_editor_imper_speed { buf = qtn_editing_unit_editor_imper_speed; }