blob: 09bfa3dc1aff8fb1e85e02629dd07d38de3a5a4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
/*
Localizable.strings
PeopsSPU
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
//Commented out strings are those that need to be translated
//"SDL Sound" = "SDL Sound";
//"OpenAL Sound" = "OpenAL Sound";
//"Mac OS X Sound" = "Mac OS X Sound";
//"P.E.Op.S. Sound Driver V1.7\nCoded by Pete Bernert and the P.E.Op.S. team\n" = "P.E.Op.S. Sound Driver V1.7\nCoded by Pete Bernert and the P.E.Op.S. team\n";
/*Unknown/not found value */
//"(Unknown)" = "(Unknown)";
/* Interpolation Values */
//"(No Interpolation)" = "(No Interpolation)";
"(Simple Interpolation)" = "(简易增益)";
//"(Gaussian Interpolation)" = "(Gaussian Interpolation)";
//"(Cubic Interpolation)" = "(Cubic Interpolation)";
/* Reverb Values */
//"(No Reverb)" = "(No Reverb)";
"(Simple Reverb)" = "(简易混响)";
//"(PSX Reverb)" = "(PSX Reverb)";
/* Volume Values */
//"(Muted)" = "(Muted)";
//"(Low)" = "(Low)";
//"(Medium)" = "(Medium)";
"(Loud)" = "(高音)";
//"(Loudest)" = "(Loudest)";
|