Sha256: 8c589ded4c2c2cf5c3f4fd540d7276ee9f66ed6af4fc2fbc8a0987207bd06cb6

Contents?: true

Size: 603 Bytes

Versions: 2

Compression:

Stored size: 603 Bytes

Contents

// ==========================================================================
// QUnit English Strings
// ==========================================================================

// 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.mixin( String.English, {
  
  // "_String Key": "Localized String"
  
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 frameworks/sproutcore/apps/sc_qunit/english.lproj/strings.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/apps/sc_qunit/english.lproj/strings.js