mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
resampler-test: remove translations
Translators shouldn't be burdened with translating strings in tests. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=94435
This commit is contained in:
parent
104e4adde4
commit
092eb57974
1 changed files with 21 additions and 21 deletions
|
|
@ -252,7 +252,7 @@ static pa_memblock* generate_block(pa_mempool *pool, const pa_sample_spec *ss) {
|
|||
}
|
||||
|
||||
static void help(const char *argv0) {
|
||||
printf(_("%s [options]\n\n"
|
||||
printf("%s [options]\n\n"
|
||||
"-h, --help Show this help\n"
|
||||
"-v, --verbose Print debug messages\n"
|
||||
" --from-rate=SAMPLERATE From sample rate in Hz (defaults to 44100)\n"
|
||||
|
|
@ -270,7 +270,7 @@ static void help(const char *argv0) {
|
|||
"Sample type must be one of s16le, s16be, u8, float32le, float32be, ulaw, alaw,\n"
|
||||
"s24le, s24be, s24-32le, s24-32be, s32le, s32be (defaults to s16ne)\n"
|
||||
"\n"
|
||||
"See --dump-resample-methods for possible values of resample methods.\n"),
|
||||
"See --dump-resample-methods for possible values of resample methods.\n",
|
||||
argv0);
|
||||
}
|
||||
|
||||
|
|
@ -350,7 +350,7 @@ int main(int argc, char *argv[]) {
|
|||
break;
|
||||
|
||||
case ARG_VERSION:
|
||||
printf(_("%s %s\n"), argv[0], PACKAGE_VERSION);
|
||||
printf("%s %s\n", argv[0], PACKAGE_VERSION);
|
||||
ret = 0;
|
||||
goto quit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue