videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybackfiledetailswidget/stub/src/hbglobal.cpp
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 24 7d93ee07fb27
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  class for HbGlobal
    14 * Description:  class for HbGlobal
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:   1 %
    18 // Version : %version:   2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include "hbglobal.h"
    22 #include "hbglobal.h"
    23 #include <qstring>
    23 #include <qstring>
    75     }
    75     }
    76     else if ( string == "txt_videos_list_collection_name" )
    76     else if ( string == "txt_videos_list_collection_name" )
    77     {
    77     {
    78         loc = "Collection";
    78         loc = "Collection";
    79     }
    79     }
    80     else if ( string == "txt_videos_title_videos" )
    80     else if ( string == "txt_videos_list_title" )
    81     {
    81     {
    82         loc = "Title";
    82         loc = "Title";
    83     }
    83     }
    84     else if ( string == "txt_videos_list_file_size" )
    84     else if ( string == "txt_videos_list_file_size" )
    85     {
    85     {
    87     }
    87     }
    88     else if ( string == "txt_videos_list_bitrate" )
    88     else if ( string == "txt_videos_list_bitrate" )
    89     {
    89     {
    90         loc = "Bitrate";
    90         loc = "Bitrate";
    91     }
    91     }
       
    92     else if ( string == "txt_videos_list_l1_l2_l3" )
       
    93     {
       
    94         loc = "%L1 hr %L2 min %L3 sec";
       
    95     }
       
    96     else if ( string == "txt_videos_list_l1_kb" )
       
    97     {
       
    98         loc = "%L1 kB";
       
    99     }
       
   100     else if ( string == "txt_videos_list_l1_mb" )
       
   101     {
       
   102         loc = "%L1 MB";
       
   103     }
       
   104     else if ( string == "txt_videos_list_l1_gb" )
       
   105     {
       
   106         loc = "%L1 GB";
       
   107     }
       
   108     else if ( string == "txt_videos_list_l1_kbps" )
       
   109     {
       
   110         loc = "%L1 kbps";
       
   111     }
       
   112     else if ( string == "txt_videos_list_l1_mbps" )
       
   113     {
       
   114         loc = "%L1 Mbps";
       
   115     }
       
   116     else if ( string == "txt_videos_list_l1l2" )
       
   117     {
       
   118         loc = "%L1x%L2";
       
   119     }
       
   120 
    92     return loc;
   121     return loc;
    93 }
   122 }
    94 
   123 
    95 //End of file
   124 //End of file