src/share/classes/sun/text/resources/iw/FormatData_iw.java

Print this page




  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.iw;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_iw extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "\u05d9\u05e0\u05d5\u05d0\u05e8", // january
  90                     "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", // february
  91                     "\u05de\u05e8\u05e5", // march
  92                     "\u05d0\u05e4\u05e8\u05d9\u05dc", // april
  93                     "\u05de\u05d0\u05d9", // may
  94                     "\u05d9\u05d5\u05e0\u05d9", // june
  95                     "\u05d9\u05d5\u05dc\u05d9", // july
  96                     "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", // august
  97                     "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", // september
  98                     "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", // october
  99                     "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", // november
 100                     "\u05d3\u05e6\u05de\u05d1\u05e8", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },


 118                     "" // abb month 13 if applicable
 119                 }
 120             },
 121             { "standalone.MonthAbbreviations",
 122                 new String[] {
 123                     "\u05d9\u05e0\u05d5\u05f3",
 124                     "\u05e4\u05d1\u05e8\u05f3",
 125                     "\u05de\u05e8\u05e5",
 126                     "\u05d0\u05e4\u05e8\u05f3",
 127                     "\u05de\u05d0\u05d9",
 128                     "\u05d9\u05d5\u05e0\u05f3",
 129                     "\u05d9\u05d5\u05dc\u05f3",
 130                     "\u05d0\u05d5\u05d2\u05f3",
 131                     "\u05e1\u05e4\u05d8\u05f3",
 132                     "\u05d0\u05d5\u05e7\u05f3",
 133                     "\u05e0\u05d5\u05d1\u05f3",
 134                     "\u05d3\u05e6\u05de\u05f3",
 135                     "",
 136                 }
 137             },

















 138             { "DayNames",
 139                 new String[] {
 140                     "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", // Sunday
 141                     "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", // Monday
 142                     "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", // Tuesday
 143                     "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", // Wednesday
 144                     "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", // Thursday
 145                     "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", // Friday
 146                     "\u05e9\u05d1\u05ea" // Saturday
 147                 }
 148             },
 149             { "DayAbbreviations",
 150                 new String[] {
 151                     "\u05d0", // abb Sunday
 152                     "\u05d1", // abb Monday
 153                     "\u05d2", // abb Tuesday
 154                     "\u05d3", // abb Wednesday
 155                     "\u05d4", // abb Thursday
 156                     "\u05d5", // abb Friday
 157                     "\u05e9" // abb Saturday


 168                     "\u05e9",
 169                 }
 170             },
 171             { "standalone.DayNarrows",
 172                 new String[] {
 173                     "\u05d0",
 174                     "\u05d1",
 175                     "\u05d2",
 176                     "\u05d3",
 177                     "\u05d4",
 178                     "\u05d5",
 179                     "\u05e9",
 180                 }
 181             },
 182             { "Eras",
 183                 new String[] { // era strings
 184                     "\u05dc\u05e1\u05d4\"\u05e0",
 185                     "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
 186                 }
 187             },






 188             { "TimePatterns",
 189                 new String[] {
 190                     "HH:mm:ss z", // full time pattern
 191                     "HH:mm:ss z", // long time pattern
 192                     "HH:mm:ss", // medium time pattern
 193                     "HH:mm", // short time pattern
 194                 }
 195             },
 196             { "DatePatterns",
 197                 new String[] {
 198                     "EEEE d MMMM yyyy", // full date pattern
 199                     "d MMMM yyyy", // long date pattern
 200                     "dd/MM/yyyy", // medium date pattern
 201                     "dd/MM/yy", // short date pattern
 202                 }
 203             },
 204             { "DateTimePatterns",
 205                 new String[] {
 206                     "{0} {1}" // date-time pattern
 207                 }
 208             },
 209             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 210             { "islamic.MonthNames",
 211                 new String[] {
 212                     "\u05de\u05d5\u05d7\u05e8\u05dd",
 213                     "\u05e1\u05e4\u05e8",
 214                     "\u05e8\u05d1\u05d9\u05e2 \u05d0\u05dc-\u05d0\u05d5\u05d5\u05d0\u05dc",
 215                     "\u05e8\u05d1\u05d9\u05e2 \u05d0\u05dc-\u05ea\u05e0\u05d9",
 216                     "\u05d2\u05f3\u05d5\u05de\u05d3\u05d4 \u05d0\u05dc-\u05d0\u05d5\u05d5\u05d0\u05dc",
 217                     "\u05d2\u05f3\u05d5\u05de\u05d3\u05d4 \u05d0\u05dc-\u05ea\u05e0\u05d9",
 218                     "\u05e8\u05d2\u05f3\u05d0\u05d1",
 219                     "\u05e9\u05e2\u05d1\u05d0\u05df",
 220                     "\u05e8\u05d0\u05de\u05d3\u05df",
 221                     "\u05e9\u05d5\u05d5\u05d0\u05dc",
 222                     "\u05d6\u05d5 \u05d0\u05dc-QI'DAH",
 223                     "\u05d6\u05d5 \u05d0\u05dc-\u05d7\u05d9\u05d2\u05f3\u05d4",
 224                     "",
 225                 }
 226             },
 227             { "islamic.Eras",
 228                 new String[] {
 229                     "",
 230                     "\u05e9\u05e0\u05ea \u05d4\u05d9\u05d2\u05f3\u05e8\u05d4",
 231                 }
 232             },
 233             { "calendarname.islamic-civil", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05de\u05d5\u05e1\u05dc\u05de\u05d9-\u05d0\u05d6\u05e8\u05d7\u05d9" },
 234             { "calendarname.islamicc", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05de\u05d5\u05e1\u05dc\u05de\u05d9-\u05d0\u05d6\u05e8\u05d7\u05d9" },
 235             { "calendarname.islamic", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05de\u05d5\u05e1\u05dc\u05de\u05d9" },
 236             { "calendarname.buddhist", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05d1\u05d5\u05d3\u05d4\u05d9\u05e1\u05d8\u05d9" },
 237             { "calendarname.japanese", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05d9\u05e4\u05e0\u05d9" },
 238             { "calendarname.gregorian", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05d2\u05e8\u05d2\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9" },
 239             { "calendarname.gregory", "\u05dc\u05d5\u05d7 \u05e9\u05e0\u05d4 \u05d2\u05e8\u05d2\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9" },
 240             { "field.era", "\u05ea\u05e7\u05d5\u05e4\u05d4" },
 241             { "field.year", "\u05e9\u05e0\u05d4" },
 242             { "field.month", "\u05d7\u05d5\u05d3\u05e9" },
 243             { "field.week", "\u05e9\u05d1\u05d5\u05e2" },
 244             { "field.weekday", "\u05d9\u05d5\u05dd \u05d1\u05e9\u05d1\u05d5\u05e2" },
 245             { "field.dayperiod", "\u05dc\u05e4\u05d4\u05f4\u05e6/\u05d0\u05d7\u05d4\u05f4\u05e6" },
 246             { "field.hour", "\u05e9\u05e2\u05d4" },
 247             { "field.minute", "\u05d3\u05e7\u05d4" },
 248             { "field.second", "\u05e9\u05e0\u05d9\u05d9\u05d4" },
 249             { "field.zone", "\u05d0\u05d6\u05d5\u05e8" },
 250         };
 251     }
 252 }


  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.iw;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_iw extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "\u05d9\u05e0\u05d5\u05d0\u05e8", // january
  90                     "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", // february
  91                     "\u05de\u05e8\u05e5", // march
  92                     "\u05d0\u05e4\u05e8\u05d9\u05dc", // april
  93                     "\u05de\u05d0\u05d9", // may
  94                     "\u05d9\u05d5\u05e0\u05d9", // june
  95                     "\u05d9\u05d5\u05dc\u05d9", // july
  96                     "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", // august
  97                     "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", // september
  98                     "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", // october
  99                     "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", // november
 100                     "\u05d3\u05e6\u05de\u05d1\u05e8", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },


 118                     "" // abb month 13 if applicable
 119                 }
 120             },
 121             { "standalone.MonthAbbreviations",
 122                 new String[] {
 123                     "\u05d9\u05e0\u05d5\u05f3",
 124                     "\u05e4\u05d1\u05e8\u05f3",
 125                     "\u05de\u05e8\u05e5",
 126                     "\u05d0\u05e4\u05e8\u05f3",
 127                     "\u05de\u05d0\u05d9",
 128                     "\u05d9\u05d5\u05e0\u05f3",
 129                     "\u05d9\u05d5\u05dc\u05f3",
 130                     "\u05d0\u05d5\u05d2\u05f3",
 131                     "\u05e1\u05e4\u05d8\u05f3",
 132                     "\u05d0\u05d5\u05e7\u05f3",
 133                     "\u05e0\u05d5\u05d1\u05f3",
 134                     "\u05d3\u05e6\u05de\u05f3",
 135                     "",
 136                 }
 137             },
 138             { "MonthNarrows",
 139                 new String[] {
 140                     "1",
 141                     "2",
 142                     "3",
 143                     "4",
 144                     "5",
 145                     "6",
 146                     "7",
 147                     "8",
 148                     "9",
 149                     "10",
 150                     "11",
 151                     "12",
 152                     "",
 153                 }
 154             },
 155             { "DayNames",
 156                 new String[] {
 157                     "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", // Sunday
 158                     "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", // Monday
 159                     "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", // Tuesday
 160                     "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", // Wednesday
 161                     "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", // Thursday
 162                     "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", // Friday
 163                     "\u05e9\u05d1\u05ea" // Saturday
 164                 }
 165             },
 166             { "DayAbbreviations",
 167                 new String[] {
 168                     "\u05d0", // abb Sunday
 169                     "\u05d1", // abb Monday
 170                     "\u05d2", // abb Tuesday
 171                     "\u05d3", // abb Wednesday
 172                     "\u05d4", // abb Thursday
 173                     "\u05d5", // abb Friday
 174                     "\u05e9" // abb Saturday


 185                     "\u05e9",
 186                 }
 187             },
 188             { "standalone.DayNarrows",
 189                 new String[] {
 190                     "\u05d0",
 191                     "\u05d1",
 192                     "\u05d2",
 193                     "\u05d3",
 194                     "\u05d4",
 195                     "\u05d5",
 196                     "\u05e9",
 197                 }
 198             },
 199             { "Eras",
 200                 new String[] { // era strings
 201                     "\u05dc\u05e1\u05d4\"\u05e0",
 202                     "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
 203                 }
 204             },
 205             { "short.Eras",
 206                 new String[] {
 207                     "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1",
 208                     "\u05dc\u05e1\u05d4\u05f4\u05e0",
 209                 }
 210             },
 211             { "TimePatterns",
 212                 new String[] {
 213                     "HH:mm:ss z", // full time pattern
 214                     "HH:mm:ss z", // long time pattern
 215                     "HH:mm:ss", // medium time pattern
 216                     "HH:mm", // short time pattern
 217                 }
 218             },
 219             { "DatePatterns",
 220                 new String[] {
 221                     "EEEE d MMMM yyyy", // full date pattern
 222                     "d MMMM yyyy", // long date pattern
 223                     "dd/MM/yyyy", // medium date pattern
 224                     "dd/MM/yy", // short date pattern
 225                 }
 226             },
 227             { "DateTimePatterns",
 228                 new String[] {
 229                     "{0} {1}" // date-time pattern
 230                 }
 231             },
 232             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },








































 233         };
 234     }
 235 }