fmradio/loc/fmradio.loc
branchRCL_3
changeset 13 4f2584af5a29
parent 5 108d9820af01
child 18 1a6714c53019
equal deleted inserted replaced
12:9f3ff466f56b 13:4f2584af5a29
   373 
   373 
   374 // d: String shown on the main pane.
   374 // d: String shown on the main pane.
   375 // d: %N is the station memory location and %U is the frequency.
   375 // d: %N is the station memory location and %U is the frequency.
   376 // d: Memory location number max value is 100.
   376 // d: Memory location number max value is 100.
   377 // d: Frequency is shown with one or two decimals, max length 6 characters.
   377 // d: Frequency is shown with one or two decimals, max length 6 characters.
       
   378 // d: there should be two spaces between %N. and %U. "%N.  %U MHz" 
   378 // l: area_fmrd2_info_pane_t1
   379 // l: area_fmrd2_info_pane_t1
   379 //
   380 //
   380 #define qtn_fmradio_mem_location_freq    "%N. %U MHz"
   381 #define qtn_fmradio_mem_location_freq    "%N.  %U MHz"
   381 
   382 
   382 // d: String shown on the main pane.
   383 // d: String shown on the main pane.
   383 // d: %N is the station memory location and %U is station name.
   384 // d: %N is the station memory location and %U is station name.
   384 // d: Memory location number max value is 100.
   385 // d: Memory location number max value is 100.
   385 // d: Station name max length 20 characters.
   386 // d: Station name max length 20 characters.