Sha256: 3ace495e50b62ec3897b419fa13bebbde0ab93df99352f4f4d982b9cc5b301ec
Contents?: true
Size: 1.1 KB
Versions: 11
Compression:
Stored size: 1.1 KB
Contents
// ========================================================================== // Project: TestRunner Strings // Copyright: ©2011 Apple Inc. // ========================================================================== /*globals TestRunner */ // Place strings you want to localize here. In your app, use the key and // localize it using "key string".loc(). HINT: For your key names, use the // english string with an underscore in front. This way you can still see // how your UI will look and you'll notice right away when something needs a // localized string added to this file! // SC.stringsFor('English', { "Kind.app": "Apps", "Kind.framework" : "Frameworks", "Kind.sproutcore" : "SproutCore", "Kind.module": "Modules", "Kind.theme": "Themes", "_All": "All", "_Test Runner" : "Test Runner", "_No Targets" : "No Targets", "_No Tests" : "No Tests", "_Loading Targets" : "Loading Targets", "_No Target Selected" : "No Target Selected", "_Loading Tests" : "Loading Tests", "_Window Title" : "Test Runner – %@", "_Window Test Title": "Test Runner – %@/%@", "_No Target" : "No Target" }) ;
Version data entries
11 entries across 11 versions & 1 rubygems