phonebookui/Phonebook2/USIMExtension/rss/Pbk2USimTextBuffers.rss
changeset 0 e686773b3f54
child 17 2666d9724c76
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Phonebook 2 USim localized texts.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // --------------------------------------------------------------------------
       
    20 // Text buffers
       
    21 // --------------------------------------------------------------------------
       
    22 //
       
    23 RESOURCE TBUF r_qtn_err_sms_invalid_numb
       
    24     {
       
    25     buf = qtn_err_sms_invalid_numb;
       
    26     }
       
    27 
       
    28 RESOURCE TBUF r_text_fdn_card_error
       
    29     {
       
    30     buf = text_fdn_card_error;
       
    31     }
       
    32 
       
    33 RESOURCE TBUF r_qtn_pbsav_unicode_name_too_long
       
    34     {
       
    35     buf = qtn_pbsav_unicode_name_too_long;
       
    36     }
       
    37 
       
    38 RESOURCE TBUF r_qtn_simp_note_email_too_long2
       
    39     {
       
    40     buf = qtn_simp_note_email_too_long2;
       
    41     }
       
    42 
       
    43 RESOURCE TBUF r_text_scm_number_too_long
       
    44     {
       
    45     buf = text_scm_number_too_long;
       
    46     }
       
    47 
       
    48 RESOURCE TBUF r_qtn_pbsav_err_number_too_long
       
    49     {
       
    50     buf = qtn_pbsav_err_number_too_long;
       
    51     }
       
    52 
       
    53 RESOURCE TBUF r_qtn_phob_note_some_info_not_added
       
    54     {
       
    55     buf = qtn_phob_note_some_info_not_added;
       
    56     }
       
    57 
       
    58 RESOURCE TBUF r_qtn_fdn_no_allowed_save
       
    59     {
       
    60     buf = qtn_fdn_no_allowed_save;
       
    61     }
       
    62 
       
    63 RESOURCE TBUF r_text_fdn_list
       
    64     {
       
    65     buf = text_fdn_list;
       
    66     }
       
    67 
       
    68 RESOURCE TBUF r_qtn_fdn_active
       
    69     {
       
    70     buf = qtn_fdn_active;
       
    71     }
       
    72 
       
    73 RESOURCE TBUF r_qtn_fdn_deactive
       
    74     {
       
    75     buf = qtn_fdn_deactive;
       
    76     }
       
    77 
       
    78 RESOURCE TBUF r_qtn_fdn_note_not_active
       
    79     {
       
    80     buf = qtn_fdn_note_not_active;
       
    81     }
       
    82 
       
    83 RESOURCE TBUF r_qtn_fdn_list_full
       
    84     {
       
    85     buf = qtn_fdn_list_full;
       
    86     }
       
    87 
       
    88 RESOURCE TBUF r_text_own_number_list
       
    89     {
       
    90     buf = qtn_phob_title_my_numbers;
       
    91     }
       
    92 
       
    93 RESOURCE TBUF r_qtn_sdn_title
       
    94     {
       
    95     buf = qtn_sdn_title;
       
    96     }
       
    97 
       
    98 RESOURCE TBUF r_qtn_pbcop_copy_numb_ch_all
       
    99     {
       
   100     buf = qtn_pbcop_copy_numb_ch_all;
       
   101     }
       
   102 
       
   103 RESOURCE TBUF r_qtn_pbcop_prtx_copy_numb1
       
   104     {
       
   105     buf = qtn_pbcop_prtx_copy_numb1;
       
   106     }
       
   107 
       
   108 RESOURCE TBUF r_qtn_pbcop_prtx_copy_numb_sev
       
   109     {
       
   110     buf = qtn_pbcop_prtx_copy_numb_sev;
       
   111     }
       
   112 
       
   113 RESOURCE TBUF r_qtn_pbcop_note_contacts_copied
       
   114     {
       
   115     buf = qtn_pbcop_note_contacts_copied;
       
   116     }
       
   117 
       
   118 RESOURCE TBUF r_qtn_pbcop_note_simpd_is_full
       
   119     {
       
   120     buf = qtn_pbcop_note_simpd_is_full;
       
   121     }
       
   122 
       
   123 RESOURCE TBUF r_qtn_pbcop_note_name_max_length
       
   124     {
       
   125     buf = qtn_pbcop_note_name_max_length;
       
   126     }
       
   127 
       
   128 RESOURCE TBUF r_qtn_pbcop_note_number_max_length
       
   129     {
       
   130     buf = qtn_pbcop_note_number_max_length;
       
   131     }
       
   132 
       
   133 RESOURCE TBUF r_qtn_selec_empty_list
       
   134     {
       
   135     buf = qtn_selec_empty_list;
       
   136     }
       
   137     
       
   138 RESOURCE TBUF r_qtn_fdn_pb_fetch_title
       
   139     {
       
   140     buf = qtn_fdn_pb_fetch_title;
       
   141     }
       
   142 
       
   143 /// LBUF used because this is not loaded by StringLoader
       
   144 /// but directly with TResourceReader.
       
   145 RESOURCE LBUF r_psu2_standard_number_character_map
       
   146     {
       
   147     txt = "1234567890*+pw#";
       
   148     }    
       
   149 
       
   150 // End of File