[tuxdroid-svn] r5682 - software_suite_v3/software/gadget/webradio_variations/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-15 12:41:59
|
Author: remi
Date: 2009-10-15 14:41:46 +0200 (Thu, 15 Oct 2009)
New Revision: 5682
Modified:
software_suite_v3/software/gadget/webradio_variations/trunk/build.py
Log:
* Fixed translations for the gadgets names of French and German webradios
Modified: software_suite_v3/software/gadget/webradio_variations/trunk/build.py
===================================================================
--- software_suite_v3/software/gadget/webradio_variations/trunk/build.py 2009-10-15 11:29:29 UTC (rev 5681)
+++ software_suite_v3/software/gadget/webradio_variations/trunk/build.py 2009-10-15 12:41:46 UTC (rev 5682)
@@ -19,9 +19,9 @@
'radios_list' : 'France Inter,RMC Info,France Info,France Culture,Le Mouv,France Musique,France Bleu,Fun Radio,Skyrock',
'default_radio' : 'France Inter',
'name_fr' : 'Radios françaises',
- 'name_en' : 'Radios françaises',
- 'name_nl' : 'Radios françaises',
- 'name_de' : 'Radios françaises',
+ 'name_en' : 'French webradios',
+ 'name_nl' : 'Franse webradios',
+ 'name_de' : 'Französische Webradios',
'icon_file' : 'default.png',
},
# German radio's
@@ -30,9 +30,9 @@
'radios_list' : 'WDR1 Live,WDR2,Radio2Day,Rockland Digital,Hit Radio FFH,Antenne Bayern,N-JOY,HR3,Radio ffn,Radio Charivari,BR 3',
'default_radio' : 'WDR1 Live',
'name_fr' : 'Radios allemandes',
- 'name_en' : 'Radios allemandes',
- 'name_nl' : 'Radios allemandes',
- 'name_de' : 'Radios allemandes',
+ 'name_en' : 'German webradios',
+ 'name_nl' : 'Duitse webradios',
+ 'name_de' : 'Deutsche Webradios',
'icon_file' : 'default.png',
},
# Classic Hits
|