[Scopeapp-cvs]scopeapp/English.lproj Localizable.strings,1.1.1.1,1.2
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-07-19 07:55:22
|
Update of /cvsroot/scopeapp/scopeapp/English.lproj In directory usw-pr-cvs1:/tmp/cvs-serv5537/English.lproj Modified Files: Localizable.strings Log Message: Use new macro (borrowed from GNUMail) to mark localizable strings in source code Index: Localizable.strings =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/English.lproj/Localizable.strings,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Localizable.strings 18 Jun 2002 05:07:06 -0000 1.1.1.1 --- Localizable.strings 19 Jul 2002 07:55:18 -0000 1.2 *************** *** 1,12 **** ! /* QuicktimeSampler error messages */ - QTNotFound = "Another application may be using QuickTime Capture, or it may not be installed. MacCRO will now quit." - QTUnknown = "An unknown error occurred while initialising QuickTime Capture. MacCRO will now quit." - QTBusy = "Another application may be recording sound, or this computer may not have sound input hardware. MacCRO will now quit." - QTPetulant = "Could not record sound, because Quicktime doesn't like me. MacCRO will now quit." - QTInitErr = "An unknown error occurred while initialising Quicktime Capture. MacCRO will now quit." - QTRecErr = "An unknown error occurred while trying to record sound. MacCRO will now quit." ! /* ASIOSampler error messages */ - /* Not implemented yet */ --- 1,38 ---- ! /** CoreAudioSampler.m **/ ! /** main.m **/ ! ! ! /** QuicktimeSampler.m **/ ! ! "Error" = "Error"; ! "Another application may be using QuickTime Capture, or it may not be installed." = "Another application may be using QuickTime Capture, or it may not be installed."; ! "An unknown error occurred while initialising QuickTime Capture." = "An unknown error occurred while initialising QuickTime Capture."; ! "Another application may be recording sound, or this computer may not have sound input hardware." = "Another application may be recording sound, or this computer may not have sound input hardware."; ! "Could not record sound, because the channel usage could not be set." = "Could not record sound, because the channel usage could not be set."; ! "An unknown error occurred while initialising Quicktime Capture." = "An unknown error occurred while initialising Quicktime Capture."; ! "An unknown error occurred while trying to record sound." = "An unknown error occurred while trying to record sound."; ! ! /** ScopeAppDelegate.m **/ ! ! ! /** ScopeController.m **/ ! ! "MacCRO X" = "MacCRO X"; ! "Display Controls" = "Display Controls"; ! "Oscilloscope" = "Oscilloscope"; ! "X/Y Plot" = "X/Y Plot"; ! ! /** ScopeView.m **/ ! ! ! /** TestSampler.m **/ ! ! ! /** TraceView.m **/ ! ! ! /** XYPlotView.m **/ ! |