equal
deleted
inserted
replaced
41 // |
41 // |
42 RESOURCE TBUF r_cam_standby_camera_unavailable_text |
42 RESOURCE TBUF r_cam_standby_camera_unavailable_text |
43 { |
43 { |
44 buf = qtn_lcam_standby_hardware_failure; |
44 buf = qtn_lcam_standby_hardware_failure; |
45 } |
45 } |
46 |
46 |
|
47 //---------------------------------------------------- |
|
48 // |
|
49 // r_cam_standby_camera_storage_inaccessible |
|
50 // Text string displayed in standby container |
|
51 // when all storages are inacessible/not ready |
|
52 // |
|
53 //---------------------------------------------------- |
|
54 // |
|
55 RESOURCE TBUF r_cam_standby_camera_storage_inaccessible |
|
56 { |
|
57 buf = qtn_lcam_storage_inaccessible_note; |
|
58 } |
|
59 |
|
60 //---------------------------------------------------- |
|
61 // |
|
62 // r_cam_standby_camera_insert_mmc |
|
63 // When a device has no mass memory and memory card is not |
|
64 // inserted when opening the camera, the user will get a note |
|
65 // |
|
66 //---------------------------------------------------- |
|
67 // |
|
68 RESOURCE TBUF r_cam_standby_camera_insert_mmc |
|
69 { |
|
70 buf = qtn_lcam_insert_mmc_note; |
|
71 } |
|
72 |
|
73 |
|
74 |
47 //---------------------------------------------------- |
75 //---------------------------------------------------- |
48 // |
76 // |
49 // r_cam_standby_empty_text |
77 // r_cam_standby_empty_text |
50 // Text string displayed in standby container |
78 // Text string displayed in standby container |
51 // |
79 // |