diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/audiostream_8loc_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/audiostream_8loc_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,38 @@ + + +
+ +00001 /* +00002 * Copyright © 2008 Nokia Corporation. +00003 */ +00004 +00005 // LOCALISATION STRINGS +00006 +00007 #define qtn_appl_play "Play" +00008 #define qtn_appl_record "Record" +00009 #define qtn_appl_stop "Stop" +00010 #define qtn_appl_load "Load" +00011 #define qtn_appl_save "Save" +00012 #define qtn_appl_select_encoding "Encoding" +00013 #define qtn_appl_pcm "PCM" +00014 #define qtn_appl_amr "AMR-NB" +00015 #define qtn_options_exit "Exit" +00016 +00017 // example caption strings for app +00018 #define qtn_app_caption_string "AudioStreamer" +00019 +00020 #define qtn_app_short_caption_string "AudioStreamer" +00021 +00022 // End of File +