Sha256: 567a3c7ec87b595dde74c0c738a9569b342aafbf09e4f7993240ee1745985ad2

Contents?: true

Size: 657 Bytes

Versions: 3

Compression:

Stored size: 657 Bytes

Contents

// ========================================================================
// Sprout Core
// copyright 2006-2008 Sprout Systems, Inc.
// ========================================================================

// English Strings.
String.English = {};
Object.extend(String.English,{
  "Invalid.CreditCard(%@)": "%@ is not a valid credit card number",
  "Invalid.Email(%@)": "%@ is not a valid email address",
  "Invalid.NotEmpty(%@)": "%@ must not be empty",
  "Invalid.Password": "Your passwords do not match.  Please try typing them again.",
  "Invalid.General(%@)": "%@ is invalid.  Please try again.",
  "Invalid.Number(%@)": "%@ is not a number."
}) ;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-0.9.2 frameworks/sproutcore/english.lproj/strings.js
sproutcore-0.9.3 frameworks/sproutcore/english.lproj/strings.js
sproutcore-0.9.4 frameworks/sproutcore/english.lproj/strings.js