upnpsharing/loc/upnpsharing.loc
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    13 *
    13 *
    14 * Description:      Localisation file for upnpsharing subsystem.
    14 * Description:      Localisation file for upnpsharing subsystem.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 // --------------------------------------------------------------------------
    19 
    19 // UpnpSecurity
    20 
    20 // --------------------------------------------------------------------------
    21 
       
    22 
       
    23 // LOCALISATION STRINGS
       
    24 
       
    25 
    21 
    26 //d:Confirmation query when remote Upnp device wants to connect to us.
    22 //d:Confirmation query when remote Upnp device wants to connect to us.
    27 //l:popup_note_window/opt2
    23 //l:popup_note_window/opt2
    28 //r:2.0
    24 //r:2.0
    29 //
    25 //
    30 #define qtn_iupnp_incoming_device   "Accept connection from Home Media?"
    26 #define qtn_iupnp_incoming_device   "Accept connection from Home Media?"
    31 
    27 
    32 
    28 
       
    29 // --------------------------------------------------------------------------
       
    30 // UpnpSharingAlgorithm
       
    31 // --------------------------------------------------------------------------
       
    32 
       
    33 //d:Media root container name for music items
       
    34 //l:(Not an UI component. Max length 256 chars.)
       
    35 //r:5.2
       
    36 // 
       
    37 #define qtn_iupnp_share_music                        "Music"
       
    38 
       
    39 //d:Media root container name for image items
       
    40 //l:(Not an UI component. Max length 256 chars.)
       
    41 //r:5.2
       
    42 //
       
    43 #define qtn_iupnp_share_images                       "Images"
       
    44 
       
    45 //d:Media root container name for video items
       
    46 //l:(Not an UI component. Max length 256 chars.)
       
    47 //r:5.2
       
    48 //
       
    49 #define qtn_iupnp_share_videos                       "Videos"
       
    50 
       
    51 //d:Default container name for media items
       
    52 //l:(Not an UI component. Max length 256 chars.)
       
    53 //r:5.2
       
    54 //
       
    55 #define qtn_iupnp_share_all                          "All"
       
    56 
       
    57 //d:Container for "by date" reference items
       
    58 //l:(Not an UI component. Max length 256 chars.)
       
    59 //r:5.2
       
    60 // 
       
    61 #define qtn_iupnp_share_by_date                      "By Date"
       
    62 
       
    63 //d:Container for "by album" reference items
       
    64 //l:(Not an UI component. Max length 256 chars.)
       
    65 //r:5.2
       
    66 // 
       
    67 #define qtn_iupnp_share_by_album                     "By Album"
       
    68 
       
    69 //d:Container for "by artist" reference items
       
    70 //l:(Not an UI component. Max length 256 chars.)
       
    71 //r:5.2
       
    72 // 
       
    73 #define qtn_iupnp_share_by_artist                    "By Artist"
       
    74 
       
    75 //d:Container for "by genre" reference items
       
    76 //l:(Not an UI component. Max length 256 chars.)
       
    77 //r:5.2
       
    78 // 
       
    79 #define qtn_iupnp_share_by_genre                     "By Genre"
       
    80 
    33 // End of File
    81 // End of File