UNPKG

blossom

Version:

Modern, Cross-Platform Application Framework

29 lines (25 loc) 1.42 kB
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2010 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== SC.stringsFor('English', { '_SC.DateTime.dayNames': 'Sunday Monday Tuesday Wednesday Thursday Friday Saturday', '_SC.DateTime.abbreviatedDayNames': 'Sun Mon Tue Wed Thu Fri Sat', '_SC.DateTime.monthNames': 'January February March April May June July August September October November December', '_SC.DateTime.abbreviatedMonthNames': 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec' }) ; // ======================================================================== // Sprout Core // copyright 2006-2011 Strobe Inc. // ======================================================================== // English Strings. SC.stringsFor('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." }) ;