From: Olivier G. <og...@us...> - 2006-01-15 22:19:42
|
Update of /cvsroot/osmose-dev/osmose/resources/localization In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5178/resources/localization Modified Files: osmose_local_en_US.properties osmose_local_fr_FR.properties Log Message: Added support for Ogg Vorbis playing Index: osmose_local_en_US.properties =================================================================== RCS file: /cvsroot/osmose-dev/osmose/resources/localization/osmose_local_en_US.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** osmose_local_en_US.properties 14 Nov 2005 22:15:09 -0000 1.2 --- osmose_local_en_US.properties 15 Jan 2006 22:19:34 -0000 1.3 *************** *** 114,118 **** MED_FilterImageLabel=Images (*.jpg, *.jpeg, *.gif, *.png) MED_FilterTextLabel=Texts (*.txt) ! MED_FilterSoundLabel=Sounds (*.wav,*.aiff, *.aif, *.mp3) MED_FilterVideoLabel=Videos (*.avi, *.mov) MED_MediaCheckBox=Include --- 114,118 ---- MED_FilterImageLabel=Images (*.jpg, *.jpeg, *.gif, *.png) MED_FilterTextLabel=Texts (*.txt) ! MED_FilterSoundLabel=Sounds (*.wav,*.aiff, *.aif, *.mp3, *.ogg) MED_FilterVideoLabel=Videos (*.avi, *.mov) MED_MediaCheckBox=Include Index: osmose_local_fr_FR.properties =================================================================== RCS file: /cvsroot/osmose-dev/osmose/resources/localization/osmose_local_fr_FR.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** osmose_local_fr_FR.properties 14 Nov 2005 22:15:09 -0000 1.2 --- osmose_local_fr_FR.properties 15 Jan 2006 22:19:34 -0000 1.3 *************** *** 113,117 **** MED_FilterImageLabel=Images (*.jpg,*.jpeg,*.gif,*.png) MED_FilterTextLabel=Textes (*.txt) ! MED_FilterSoundLabel=Sons (*.wav,*.aiff, *.aif, *.mp3) MED_FilterVideoLabel=Vidéos (*.avi, *.mov) MED_MediaCheckBox=Inclure --- 113,117 ---- MED_FilterImageLabel=Images (*.jpg,*.jpeg,*.gif,*.png) MED_FilterTextLabel=Textes (*.txt) ! MED_FilterSoundLabel=Sons (*.wav,*.aiff, *.aif, *.mp3, *.ogg) MED_FilterVideoLabel=Vidéos (*.avi, *.mov) MED_MediaCheckBox=Inclure |