diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/imageconverter_8loc_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/imageconverter_8loc_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,44 @@ + + +
+ +00001 /* +00002 * Copyright © 2008 Nokia Corporation. +00003 */ +00004 +00005 #define qtn_appl_test "Test" +00006 +00007 #define qtn_appl_open "Open" +00008 #define qtn_appl_saveas "Save As" +00009 #define qtn_appl_info "Info" +00010 #define qtn_appl_rotate "Rotate" +00011 #define qtn_appl_scale "Scale" +00012 // avkon.loc file does not exist in S60 2nd Edition FP2 and newer, so we define this manually here +00013 #define qtn_options_exit "Exit" +00014 #define qtn_rotate "Rotate" +00015 #define qtn_rotate_left "Left" +00016 #define qtn_rotate_right "Right" +00017 +00018 // caption strings for app +00019 #define qtn_app_caption_string "Image Converter" +00020 #define qtn_app_short_caption_string "Image Converter" +00021 +00022 #define qtn_orientation "Change orientation" +00023 +00024 #define qtn_short_caption "ImageConverter" +00025 +00026 +00027 +00028 // End of File +