1################################################################################
2##
3##  ADOBE SYSTEMS INCORPORATED
4##  Copyright 2005-2007 Adobe Systems Incorporated
5##  All Rights Reserved.
6##
7##  NOTICE: Adobe permits you to use, modify, and distribute this file
8##  in accordance with the terms of the license agreement accompanying it.
9##
10################################################################################
11
12# DayNames Long (DateBase, DateChooser, DateField, CalendarLayout)
13dayNames=Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
14
15# MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
16# appended with monthSymbol
17monthNames=January,February,March,April,May,June,July,August,September,October,November,December
18
19# Common symbols (DateFormatter, DateValidator, DateField)
20dateFormat=MM/DD/YYYY
21monthSymbol=
22
23# CurrencyFormatter, NumberFormatter, Slider
24decimalSeparatorFrom=.
25decimalSeparatorTo=.
26thousandsSeparatorFrom=,
27thousandsSeparatorTo=,
28
29# CurrencyFormatter, CurrencyValidator
30alignSymbol=left
31currencySymbol=$
32