browserutilities/browserdialogsprovider/loc/BrowserDialogsProvider.loc
changeset 0 dd21522fd290
child 8 7c90e6132015
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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.
       
    16 *     A .loc file is the one and only place where the logical strings
       
    17 *     to be localised are defined.
       
    18 *
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 //  LOCALISATION STRINGS
       
    24 
       
    25 //d: header text in data query in script prompt function
       
    26 //l:heading_pane_t1
       
    27 #define qtn_browser_dlgprov_query_script_prompt     "Script Prompt:"
       
    28 
       
    29 //d: header text in message query in script alert function
       
    30 //l:heading_pane_t1
       
    31 #define qtn_browser_dlgprov_query_script_alert      "Script Alert:"
       
    32 
       
    33 //d:Header in a dialog show download information
       
    34 //l:heading_pane_t1
       
    35 #define qtn_browser_dlgprov_query_object_info_header        "Download"
       
    36 
       
    37 //d:There is no application which supports the object
       
    38 //l:list_double_pane_t1_cp2
       
    39 #define qtn_browser_dlgprov_query_object_info_notsupported "Not Supported"
       
    40 
       
    41 //d:Size of the downloadable object
       
    42 //l:list_double_pane_t1_cp2
       
    43 #define qtn_browser_dlgprov_query_object_info_filesize      "Size:"
       
    44 
       
    45 //d: Size of data in kilo bytes
       
    46 //d: text used by progress bar
       
    47 //l: ai_message_heading_pane_t1
       
    48 #define qtn_browser_dlgprov_unit_kb     "%N kB"
       
    49 
       
    50 //d: Size of data in mega bytes
       
    51 //d: text used by progress bar
       
    52 //l: ai_message_heading_pane_t1
       
    53 #define qtn_browser_dlgprov_unit_mb     "%U MB"
       
    54 
       
    55 //d:Used when Size and/or MIME Type is unknown
       
    56 //l:list_double_pane_t2_cp2
       
    57 #define qtn_browser_dlgprov_query_object_unknown    "Unknown"
       
    58 
       
    59 //d:The application which will be used to open the object
       
    60 //l:list_double_pane_t1_cp2
       
    61 #define qtn_browser_dlgprov_query_object_info_openwith  "Open with:"
       
    62 
       
    63 //d:The MIME type of the downloadable object
       
    64 //l:list_double_pane_t1_cp2
       
    65 #define qtn_browser_dlgprov_query_object_info_filetype  "Type:"
       
    66 
       
    67 //d:Confirmation query prompt when user confirmation during login over unsecure connection.
       
    68 //l:popup_note_window
       
    69 #define qtn_browser_dlgprov_query_basic_authentication  "Authentication data will be sent as plain text. Continue?"
       
    70 
       
    71 //d:Authentication of the WML card failed.
       
    72 //l:popup_note_window
       
    73 #define text_wml_auth_fail_retry_query  "Authorisation failed. Try again?"
       
    74 
       
    75 //d:label for user name in authentication dialog
       
    76 //l:popup_query_data_window
       
    77 //
       
    78 #define text_wml_username_query     "User name:"
       
    79 
       
    80 //d:label for user's password in authentication dialog
       
    81 //l:popup_query_data_window
       
    82 //
       
    83 #define text_wml_passwd_query     "Password:"
       
    84 
       
    85 //d:View images popup title
       
    86 //l:heading_pane_t1
       
    87 //
       
    88 #define qtn_browser_query_select_image  "Select image"
       
    89 
       
    90 
       
    91 
       
    92 //-----------------------------------------------------------------------------
       
    93 //
       
    94 //   Upload progress note strings
       
    95 //
       
    96 //-----------------------------------------------------------------------------
       
    97 //
       
    98 
       
    99 //d:Text in upload progress note.
       
   100 //l:popup_note_window
       
   101 //w:
       
   102 //r:3.0
       
   103 //
       
   104 #define qtn_browser_upload_progressnote_uploaded "Uploaded:\n%0U / %1U "
       
   105 
       
   106 //d:Unit in upload progress note.
       
   107 //l:popup_note_window
       
   108 //w:
       
   109 //r:3.0
       
   110 //
       
   111 #define qtn_browser_upload_progressnote_unit_kbyte "kB"
       
   112 
       
   113 //d:Unit in upload progress note.
       
   114 //l:popup_note_window
       
   115 //w:
       
   116 //r:3.0
       
   117 //
       
   118 #define qtn_browser_upload_progressnote_unit_mb "MB"
       
   119 
       
   120 // End of File
       
   121 
       
   122