123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- <!--
- +=========================================================================+
- | Licensed Materials - Property of IBM |
- | BI and PM: cclcore |
- | (C) Copyright IBM Corp. 2002, 2013 |
- | |
- | US Government Users Restricted Rights - Use, duplication or |
- | disclosure restricted by GSA ADP Schedule Contract with IBM Corp. |
- | |
- +=========================================================================+
- -->
- <!-- This file for locale en-in-->
- <promptLocale locale="en-in">
- <arrayProperty name="Months">
- <property>January</property>
- <property>February</property>
- <property>March</property>
- <property>April</property>
- <property>May</property>
- <property>June</property>
- <property>July</property>
- <property>August</property>
- <property>September</property>
- <property>October</property>
- <property>November</property>
- <property>December</property>
- </arrayProperty>
- <arrayProperty name="MonthsAbbr">
- <property>Jan</property>
- <property>Feb</property>
- <property>Mar</property>
- <property>Apr</property>
- <property>May</property>
- <property>Jun</property>
- <property>Jul</property>
- <property>Aug</property>
- <property>Sep</property>
- <property>Oct</property>
- <property>Nov</property>
- <property>Dec</property>
- </arrayProperty>
- <arrayProperty name="Days">
- <property>Sunday</property>
- <property>Monday</property>
- <property>Tuesday</property>
- <property>Wednesday</property>
- <property>Thursday</property>
- <property>Friday</property>
- <property>Saturday</property>
- </arrayProperty>
- <arrayProperty name="DaysAbbr">
- <property>Sun</property>
- <property>Mon</property>
- <property>Tue</property>
- <property>Wed</property>
- <property>Thu</property>
- <property>Fri</property>
- <property>Sat</property>
- </arrayProperty>
- <property name="amString">AM</property>
- <property name="pmString">PM</property>
- <property name="startDayOfWeek" numeric="true">1</property>
- <property name="mediumFormat">dd-MMM-yy h:mm:ss a</property>
- <property name="shortFormat">dd/MM/yy h:mm a</property>
- <property name="shortFormatDateOrder">DMY</property>
- <property name="mediumFormatDateOrder">DMY</property>
- <property name="dateOrder">DMY</property>
- <property name="yearFormatMedium">yy</property>
- <property name="monthFormatMedium">MMM</property>
- <property name="dayFormatMedium">dd</property>
- <property name="hourFormatMedium">h</property>
- <property name="minuteFormatMedium">mm</property>
- <property name="secondFormatMedium">ss</property>
- <property name="yearFormatShort">yy</property>
- <property name="monthFormatShort">MM</property>
- <property name="dayFormatShort">dd</property>
- <property name="hourFormatShort">h</property>
- <property name="minuteFormatShort">mm</property>
- <property name="secondFormatShort"></property>
- <property name="dateSeparatorMedium">-</property>
- <property name="dateSeparatorShort">/</property>
- <property name="timeSeparator">:</property>
- <property name="AMPMLocation">right</property>
- <property name="24HourClock">false</property>
- <property name="decimalSeparator">.</property>
- <property name="groupingSeparator">,</property>
- <property name="groupingSize" numeric="true">3</property>
- <property name="secondaryGroupingSize" numeric="true">2</property>
- <property name="maximumIntegerDigits" numeric="true">309</property>
- <property name="minimumIntegerDigits" numeric="true">1</property>
- <property name="maximumFractionDigits" numeric="true">3</property>
- <property name="minimumFractionDigits" numeric="true">0</property>
- <property name="positivePrefix"></property>
- <property name="positiveSuffix"></property>
- <property name="negativePrefix">-</property>
- <property name="negativeSuffix"></property>
- <property name="minusSign">-</property>
- <property name="plusSign">+</property>
- <property name="zeroDigit">0</property>
- <property name="listSeparator">;</property>
- <property name="negativeLocation">left</property>
- <property name="positiveLocation">none</property>
- <property name="currencySymbol">₹</property>
- <property name="monetaryDecimalSeparator">.</property>
- <property name="currencyLocation">left</property>
- <property name="currencyDecimalSeparator">.</property>
- <property name="currencyGroupingSeparator">,</property>
- <property name="currencyGroupingSize" numeric="true">3</property>
- <property name="currencySecondaryGroupingSize" numeric="true">2</property>
- <property name="currencyPositivePrefix">₹ </property>
- <property name="currencyPositiveSuffix"></property>
- <property name="currencyNegativePrefix">-₹ </property>
- <property name="currencyNegativeSuffix"></property>
- <property name="currencyMinusSign">-</property>
- <property name="currencyPlusSign">+</property>
- <property name="currencyZeroDigit">0</property>
- <property name="currencyNegativeLocation">left</property>
- <property name="currencyPositiveLocation">none</property>
- <property name="percentSymbol">%</property>
- <property name="percentLocation">right</property>
- <property name="percentageDecimalSeparator">.</property>
- <property name="percentageGroupingSeparator">,</property>
- <property name="percentageGroupingSize" numeric="true">3</property>
- <property name="percentageSecondaryGroupingSize" numeric="true">2</property>
- <property name="percentagePositivePrefix"></property>
- <property name="percentagePositiveSuffix">%</property>
- <property name="percentageNegativePrefix">-</property>
- <property name="percentageNegativeSuffix">%</property>
- <property name="percentageMinusSign">-</property>
- <property name="percentagePlusSign">+</property>
- <property name="percentageZeroDigit">0</property>
- <property name="percentageNegativeLocation">left</property>
- <property name="percentagePositiveLocation">right</property>
- <property name="exponentialSymbol">E</property>
- <property name="scientificDecimalSeparator">.</property>
- <property name="scientificGroupingSeparator">,</property>
- <property name="scientificGroupingSize" numeric="true">0</property>
- <property name="scientificSecondaryGroupingSize" numeric="true">0</property>
- <property name="scientificPositivePrefix"></property>
- <property name="scientificPositiveSuffix"></property>
- <property name="scientificNegativePrefix">-</property>
- <property name="scientificNegativeSuffix"></property>
- <property name="scientificMinusSign">-</property>
- <property name="scientificPlusSign">+</property>
- <property name="scientificZeroDigit">0</property>
- <property name="scientificNegativeLocation">left</property>
- <property name="scientificPositiveLocation">none</property>
- </promptLocale>
|