mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Fix some i18n-hint comments
This commit is contained in:
parent
21eaaeac99
commit
bd6fbb45cc
@ -113,7 +113,7 @@ PluginPath AudioUnitEffectsModule::GetPath()
|
||||
|
||||
ComponentInterfaceSymbol AudioUnitEffectsModule::GetSymbol()
|
||||
{
|
||||
/* 18n-hint: Audio Unit is the name of an Apple audio software protocol */
|
||||
/* i18n-hint: Audio Unit is the name of an Apple audio software protocol */
|
||||
return XO("Audio Unit Effects");
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "AUControl.h"
|
||||
|
||||
#define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0")
|
||||
/* 18n-hint: the name of an Apple audio software protocol */
|
||||
/* i18n-hint: the name of an Apple audio software protocol */
|
||||
#define AUDIOUNITEFFECTS_FAMILY \
|
||||
EffectFamilySymbol{ wxT("AudioUnit"), XO("Audio Unit") }
|
||||
class AudioUnitEffect;
|
||||
|
@ -118,7 +118,7 @@ PluginPath LadspaEffectsModule::GetPath()
|
||||
|
||||
ComponentInterfaceSymbol LadspaEffectsModule::GetSymbol()
|
||||
{
|
||||
/* i8n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
|
||||
/* i18n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
|
||||
(Application programming interface)
|
||||
*/
|
||||
return XO("LADSPA Effects");
|
||||
|
@ -26,7 +26,7 @@ class wxCheckBox;
|
||||
#include "../../SampleFormat.h"
|
||||
|
||||
#define LADSPAEFFECTS_VERSION wxT("1.0.0.0")
|
||||
/* i8n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
|
||||
/* i18n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
|
||||
(Application programming interface)
|
||||
*/
|
||||
#define LADSPAEFFECTS_FAMILY XO("LADSPA")
|
||||
|
Loading…
x
Reference in New Issue
Block a user