Sha256: 34a08d424d7aac4d17d8702f10297d3caafa8ddb24d94e122eb2f2ae3cbde482

Contents?: true

Size: 657 Bytes

Versions: 2

Compression:

Stored size: 657 Bytes

Contents

// ========================================================================
// Sprout Core
// copyright 2006-2007 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

2 entries across 2 versions & 1 rubygems

Version Path
sproutcore-0.9.1 frameworks/sproutcore/english.lproj/strings.js
sproutcore-0.9.0 frameworks/sproutcore/english.lproj/strings.js