homemedia/loc/homemedia.loc
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2008 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:      Localization strings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 //  LOCALISATION STRINGS
       
    24 
       
    25 //--------------------------------------------------------------------
       
    26 //
       
    27 //    Text of Home Media application in application grid
       
    28 //    and application title
       
    29 //
       
    30 //    "Home Media"
       
    31 //    "Home Media"
       
    32 //--------------------------------------------------------------------
       
    33 //
       
    34 
       
    35 //d:Icon text for the application grid
       
    36 //l:cell_app_pane_t1
       
    37 //r:2.0
       
    38 //
       
    39 #define qtn_iupnp_grid_home_media                  "Home Media"
       
    40 
       
    41 
       
    42 //d:Title text for the application
       
    43 //d:This is visible in the title pane
       
    44 //l:title_pane_t2/opt9
       
    45 //r:2.0
       
    46 //
       
    47 #define qtn_iupnp_title_home_media                 "Home Media"
       
    48 
       
    49 
       
    50 
       
    51 //--------------------------------------------------------------------
       
    52 //
       
    53 //    Text of setting list items in the Home Media:
       
    54 //
       
    55 //    "Browse home"
       
    56 //    "Sharing"
       
    57 //--------------------------------------------------------------------
       
    58 //
       
    59 
       
    60 //d:First line text for the "Browse home" -listbox item in the main
       
    61 //d:pane of the Home Media application
       
    62 //d:This starts the browsing home network
       
    63 //l:list_double_large_graphic_pane_t1
       
    64 //r:2.0
       
    65 // 
       
    66 #define qtn_iupnp_browse_home                      "Browse home"
       
    67 
       
    68 
       
    69 //d:First line text for the "Sharing" -listbox item in the main
       
    70 //d:pane of the Home Media application
       
    71 //d:This starts the Sharing dialog
       
    72 //l:list_double_large_graphic_pane_t1
       
    73 //r:1.0
       
    74 //
       
    75 #define qtn_iupnp_share                            "Sharing"
       
    76 
       
    77 
       
    78 
       
    79 //--------------------------------------------------------------------
       
    80 //
       
    81 //    Secondary text for the 2nd setting list 
       
    82 //    item "Share content":
       
    83 // 
       
    84 //    "Sharing is on"
       
    85 //    "Sharing is off"
       
    86 //--------------------------------------------------------------------
       
    87 //
       
    88 
       
    89 //d:Alternative second line text for the "Sharing" -listbox item
       
    90 //d:in the main pane of the Home Media application
       
    91 //d:Indicates that files can be seen through wlan network
       
    92 //l:list_double_large_graphic_pane_t2
       
    93 //r:2.0
       
    94 //
       
    95 #define qtn_iupnp_share_active                      "Sharing is on"
       
    96 
       
    97 
       
    98 //d:Alternative second line text for the "Sharing" -listbox item
       
    99 //d:in the main pane of the Home Media application
       
   100 //d:Indicates that files can not be seen through wlan network
       
   101 //l:list_double_large_graphic_pane_t2
       
   102 //r:2.0
       
   103 //
       
   104 #define qtn_iupnp_share_inactive                    "Sharing is off"
       
   105 
       
   106 
       
   107 
       
   108 //--------------------------------------------------------------------
       
   109 //
       
   110 //    Text of Home Media Options menu items:
       
   111 //    "Run wizard"
       
   112 //    "Settings"
       
   113 //
       
   114 //--------------------------------------------------------------------
       
   115 //
       
   116 
       
   117 //d:Menu text in Home Media
       
   118 //d:Start wizard dialog
       
   119 //l:list_single_pane_t1_cp2
       
   120 //r:1.0
       
   121 //  
       
   122 #define qtn_iupnp_options_run_wizard                 "Run wizard"
       
   123 
       
   124 
       
   125 //d:Menu text in Home Media
       
   126 //d:Start settings view
       
   127 //l:list_single_pane_t1_cp2
       
   128 //r:2.0
       
   129 //
       
   130 #define qtn_iupnp_options_settings_main              "Settings"
       
   131 
       
   132 
       
   133 //--------------------------------------------------------------------
       
   134 //
       
   135 //    Text to be shown in Home Media NaviPane depending on the sharing 
       
   136 //    status:
       
   137 //    
       
   138 //    "Not connected"
       
   139 //    "Connected"
       
   140 //
       
   141 //--------------------------------------------------------------------
       
   142 
       
   143 //d:Text in nave pane if sharing is not active
       
   144 //l:navi_text_pane_t1
       
   145 //r:2.0
       
   146 //
       
   147 #define qtn_iupnp_navi_not_connected                 "Not connected"
       
   148 
       
   149 
       
   150 //d:Text in nave pane if sharing is active and iap is always ask
       
   151 //l:navi_text_pane_t1
       
   152 //r:wk50/2008
       
   153 //
       
   154 #define qtn_iupnp_navi_connected                     "Connected"
       
   155 
       
   156 
       
   157 //--------------------------------------------------------------------
       
   158 //
       
   159 //    Home Media wait notes:
       
   160 //    
       
   161 //    "Connecting"
       
   162 //--------------------------------------------------------------------
       
   163 //
       
   164 
       
   165 //d:Connecting wait note.
       
   166 //d:Shown when the user have selected Browse Home and waiting
       
   167 //d:for connection to be established.
       
   168 //l:popup_note_wait_window
       
   169 //r:wk51/2008
       
   170 //
       
   171 #define qtn_iupnp_wait_connecting                      "Connecting"
       
   172 
       
   173 
       
   174 //--------------------------------------------------------------------
       
   175 //
       
   176 //    Text to be shown in Home Media when the
       
   177 //    connection is failed
       
   178 //    
       
   179 //    "Connection failed"
       
   180 //--------------------------------------------------------------------
       
   181 //
       
   182 
       
   183 //d:Connection failed note
       
   184 //l:popup_note_window/opt2
       
   185 //r:1.0
       
   186 //
       
   187 #define qtn_iupnp_err_con_failed                      "Connection failed"
       
   188 
       
   189 
       
   190 // End of File