mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-14 16:49:17 +02:00
2015-09-16 Fred Gleason <fredg@paravelsystems.com>
* Added 'PCM24' to the list of supported import and export formats in 'rdadmin/view_adapters.cpp'.
This commit is contained in:
parent
6bac01dcda
commit
20ff6176b4
@ -14949,3 +14949,6 @@
|
||||
* Added rdcleandirs(8) to the %Files list in rivendell.spec.in.
|
||||
2015-09-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Incremented the package version to 2.10.3pcm24.4.
|
||||
2015-09-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added 'PCM24' to the list of supported import and export formats
|
||||
in 'rdadmin/view_adapters.cpp'.
|
||||
|
@ -5923,5 +5923,11 @@ pro naplnění databáze zdroji zvuku.</translation>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished"> PCM 24 Linear
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -5873,5 +5873,11 @@ eingeben um die Audioressourcendatenbank zu füllen.</translation>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished"> PCM 24 Linear
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -5875,5 +5875,10 @@ Revise los parámetros e intente de nuevo.</translation>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished">PCM24 lineal</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -5366,6 +5366,11 @@ please check your settings and try again.</source>
|
||||
</message>
|
||||
<message>
|
||||
<source> MP-4/AAC
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5860,5 +5860,10 @@ Sjekk oppsettet ditt og prøv att.</translation>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished">Lineær PCM24</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -5860,5 +5860,10 @@ Sjekk oppsettet ditt og prøv att.</translation>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished">Lineær PCM24</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -5853,5 +5853,12 @@ por favor, cheque suas configurações e tente novamente</translation>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> PCM24 Linear
|
||||
</source>
|
||||
<translation type="unfinished"> PCM24 Linear
|
||||
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -105,6 +105,7 @@ ViewAdapters::ViewAdapters(RDStation *rdstation,
|
||||
text+=tr(" OggVorbis\n");
|
||||
}
|
||||
text+=tr(" PCM16 Linear\n");
|
||||
text+=tr(" PCM24 Linear\n");
|
||||
text+="\n";
|
||||
text+=tr("SUPPORTED EXPORT FORMATS\n");
|
||||
if(rdstation->haveCapability(RDStation::HaveFlac)) {
|
||||
@ -120,6 +121,7 @@ ViewAdapters::ViewAdapters(RDStation *rdstation,
|
||||
text+=tr(" OggVorbis\n");
|
||||
}
|
||||
text+=tr(" PCM16 Linear\n");
|
||||
text+=tr(" PCM24 Linear\n");
|
||||
RDEncoderList *encoders=new RDEncoderList(rdstation->name());
|
||||
for(unsigned i=0;i<encoders->encoderQuantity();i++) {
|
||||
text+=" "+encoders->encoder(i)->name()+" [Custom]\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user