Sha256: 104c8e5342ac7b126a5fcecca3297be17c445486ee2168981321f59c5655d822
Contents?: true
Size: 768 Bytes
Versions: 19
Compression:
Stored size: 768 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.", // "CommentedOut": "String", /* "A bunch of": "Commented out", "Strings": "Do not include", */ "Invalid.General(%@)": "%@ is invalid. Please try again.", "Invalid.Number(%@)": "%@ is not a number." }) ;
Version data entries
19 entries across 19 versions & 1 rubygems