video.loc
上传用户:xinrui0099
上传日期:2010-03-05
资源大小:48k
文件大小:2k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. * ============================================================================
  3. *  Name     : video.loc
  4. *  Part of  : Video
  5. *  Created  : 10/14/2003 by Forum Nokia
  6. *  Description:
  7. *     This is a localisation file for Video
  8. *     A .loc file is the one and only place where the logical strings
  9. *     to be localised are defined. 
  10. *  -------------------------------------------------------------------
  11. *  Version  :
  12. *  Copyright: Forum Nokia
  13. * ============================================================================
  14. */
  15. // LOCALISATION STRINGS
  16. #define qtn_appl_test "Test"
  17. #define qtn_appl_play "Play"
  18. #define qtn_appl_stop "Stop"
  19. #define qtn_appl_pause "Pause"
  20. #define qtn_appl_docplay "Embedded Player"
  21. // example caption strings for app
  22. #define qtn_app_caption_string "Video"
  23. #define qtn_app_short_caption_string "Video"
  24. #define qtn_video_main_title "Video"
  25. //d:Label (00:00/00:00) in Navi pane when playing media clip
  26. //d:%0U stands for current playing time of the clip
  27. //d:%1U stands for total duration of the clip
  28. //l:navi_pane_5 
  29. //
  30. #define qtn_video_sep_slash "%0U/%1U" 
  31. #define qtn_video_fd_headings "File Details:"
  32. #define qtn_video_fd_title "Title"
  33. #define qtn_video_fd_filename "Filename"
  34. #define qtn_video_filedetails_url "Url"
  35. #define qtn_video_details_format "Format"
  36. #define qtn_video_details_resolution "Resolution"
  37. #define qtn_video_times_indic "%0N x %1N" 
  38. #define qtn_video_details_duration "Duration"
  39. #define qtn_video_details_bitrate "Bitrate"
  40. #define qtn_video_details_bitrate "Bitrate"
  41. #define qtn_video_bitrate_kbps "%N kbps" 
  42. #define qtn_video_details_size "Size"
  43. #define qtn_video_size_kb "%U kB" 
  44. #define qtn_video_size_mb "%U MB" 
  45. #define qtn_video_details_date "Date"
  46. #define qtn_video_details_time "Time"
  47. #define qtn_video_details_copyright "Copyright"
  48. #define qtn_appl_file_info  "File info"
  49. #define qtn_video_sep_slash "%0U/%1U" 
  50. #define qtn_video_stop     "Stop"
  51. #define qtn_video_pause     "Pause"
  52. #define qtn_video_continue  "Continue"
  53. #define qtn_video_return    "Return"