[Scopeapp-cvs]scopeapp/English.lproj Localizable.strings,1.5,1.6
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2003-04-25 07:38:37
|
Update of /cvsroot/scopeapp/scopeapp/English.lproj In directory sc8-pr-cvs1:/tmp/cvs-serv20863/English.lproj Modified Files: Localizable.strings Log Message: Update Localizble.strings with PortAudioSampler error message strings. Index: Localizable.strings =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/English.lproj/Localizable.strings,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Localizable.strings 2 Feb 2003 10:23:15 -0000 1.5 --- Localizable.strings 25 Apr 2003 07:38:28 -0000 1.6 *************** *** 1,6 **** ! /** CoreAudioSampler.m **/ ! /** main.m **/ --- 1,17 ---- ! /** main.m **/ ! /** PortAudioSampler.m **/ ! ! "Couldn't start recording sound." = "Couldn't start recording sound."; ! "PortAudio returned error: %s" = "PortAudio returned error: %s"; ! "OK" = "OK"; ! "Couldn't stop recording sound." = "Couldn't stop recording sound."; ! "Couldn't open sound input device." = "Couldn't open sound input device."; ! "Couldn't find sound input device." = "Couldn't find sound input device."; ! "Select a sound input device in the Sound panel of System Preferences." = "Select a sound input device in the Sound panel of System Preferences."; ! "Make sure your sound card is configured correctly." = "Make sure your sound card is configured correctly."; ! ! /** ScopeAppDefaults.m **/ *************** *** 14,18 **** --- 25,35 ---- + /** SpectrumView.m **/ + + /** TestSampler.m **/ + + + /** TracePath.m **/ |