1 /*
   2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 /*
  45  * COPYRIGHT AND PERMISSION NOTICE
  46  *
  47  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  48  * the Terms of Use in http://www.unicode.org/copyright.html.
  49  *
  50  * Permission is hereby granted, free of charge, to any person obtaining a copy
  51  * of the Unicode data files and any associated documentation (the "Data
  52  * Files") or Unicode software and any associated documentation (the
  53  * "Software") to deal in the Data Files or Software without restriction,
  54  * including without limitation the rights to use, copy, modify, merge,
  55  * publish, distribute, and/or sell copies of the Data Files or Software, and
  56  * to permit persons to whom the Data Files or Software are furnished to do so,
  57  * provided that (a) the above copyright notice(s) and this permission notice
  58  * appear with all copies of the Data Files or Software, (b) both the above
  59  * copyright notice(s) and this permission notice appear in associated
  60  * documentation, and (c) there is clear notice in each modified Data File or
  61  * in the Software as well as in the documentation associated with the Data
  62  * File(s) or Software that the data or software has been modified.
  63  *
  64  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  65  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  66  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  67  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  68  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  69  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  70  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  71  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  72  * OF THE DATA FILES OR SOFTWARE.
  73  *
  74  * Except as contained in this notice, the name of a copyright holder shall not
  75  * be used in advertising or otherwise to promote the sale, use or other
  76  * dealings in these Data Files or Software without prior written authorization
  77  * of the copyright holder.
  78  */
  79 
  80 package sun.text.resources.ar;
  81 
  82 import java.util.ListResourceBundle;
  83 
  84 public class FormatData_ar extends ListResourceBundle {
  85     /**
  86      * Overrides ListResourceBundle
  87      */
  88     @Override
  89     protected final Object[][] getContents() {
  90         final String[] rocEras = {
  91             "Before R.O.C.",
  92             "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0635\u064a",
  93         };
  94         return new Object[][] {
  95             { "MonthNames",
  96                 new String[] {
  97                     "\u064a\u0646\u0627\u064a\u0631", // january
  98                     "\u0641\u0628\u0631\u0627\u064a\u0631", // february
  99                     "\u0645\u0627\u0631\u0633", // march
 100                     "\u0623\u0628\u0631\u064a\u0644", // april
 101                     "\u0645\u0627\u064a\u0648", // may
 102                     "\u064a\u0648\u0646\u064a\u0648", // june
 103                     "\u064a\u0648\u0644\u064a\u0648", // july
 104                     "\u0623\u063a\u0633\u0637\u0633", // august
 105                     "\u0633\u0628\u062a\u0645\u0628\u0631", // september
 106                     "\u0623\u0643\u062a\u0648\u0628\u0631", // october
 107                     "\u0646\u0648\u0641\u0645\u0628\u0631", // november
 108                     "\u062f\u064a\u0633\u0645\u0628\u0631", // december
 109                     "" // month 13 if applicable
 110                 }
 111             },
 112             { "MonthAbbreviations",
 113                 new String[] {
 114                     "\u064a\u0646\u0627", // abb january
 115                     "\u0641\u0628\u0631", // abb february
 116                     "\u0645\u0627\u0631", // abb march
 117                     "\u0623\u0628\u0631", // abb april
 118                     "\u0645\u0627\u064a", // abb may
 119                     "\u064a\u0648\u0646", // abb june
 120                     "\u064a\u0648\u0644", // abb july
 121                     "\u0623\u063a\u0633", // abb august
 122                     "\u0633\u0628\u062a", // abb september
 123                     "\u0623\u0643\u062a", // abb october
 124                     "\u0646\u0648\u0641", // abb november
 125                     "\u062f\u064a\u0633", // abb december
 126                     "" // abb month 13 if applicable
 127                 }
 128             },
 129             { "DayNames",
 130                 new String[] {
 131                     "\u0627\u0644\u0623\u062d\u062f", // Sunday
 132                     "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", // Monday
 133                     "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", // Tuesday
 134                     "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", // Wednesday
 135                     "\u0627\u0644\u062e\u0645\u064a\u0633", // Thursday
 136                     "\u0627\u0644\u062c\u0645\u0639\u0629", // Friday
 137                     "\u0627\u0644\u0633\u0628\u062a" // Saturday
 138                 }
 139             },
 140             { "DayAbbreviations",
 141                 new String[] {
 142                     "\u062d", // abb Sunday
 143                     "\u0646", // abb Monday
 144                     "\u062b", // abb Tuesday
 145                     "\u0631", // abb Wednesday
 146                     "\u062e", // abb Thursday
 147                     "\u062c", // abb Friday
 148                     "\u0633" // abb Saturday
 149                 }
 150             },
 151             { "DayNarrows",
 152                 new String[] {
 153                     "\u062d",
 154                     "\u0646",
 155                     "\u062b",
 156                     "\u0631",
 157                     "\u062e",
 158                     "\u062c",
 159                     "\u0633",
 160                 }
 161             },
 162             { "AmPmMarkers",
 163                 new String[] {
 164                     "\u0635", // am marker
 165                     "\u0645" // pm marker
 166                 }
 167             },
 168             { "Eras",
 169                 new String[] { // era strings
 170                     "\u0642.\u0645",
 171                     "\u0645"
 172                 }
 173             },
 174             { "NumberPatterns",
 175                 new String[] {
 176                     "#,##0.###;#,##0.###-", // decimal pattern
 177                     "\u00A4 #,##0.###;\u00A4 #,##0.###-", // currency pattern
 178                     "#,##0%" // percent pattern
 179                 }
 180             },
 181             { "TimePatterns",
 182                 new String[] {
 183                     "z hh:mm:ss a", // full time pattern
 184                     "z hh:mm:ss a", // long time pattern
 185                     "hh:mm:ss a", // medium time pattern
 186                     "hh:mm a", // short time pattern
 187                 }
 188             },
 189             { "DatePatterns",
 190                 new String[] {
 191                     "dd MMMM, yyyy", // full date pattern
 192                     "dd MMMM, yyyy", // long date pattern
 193                     "dd/MM/yyyy", // medium date pattern
 194                     "dd/MM/yy", // short date pattern
 195                 }
 196             },
 197             { "DateTimePatterns",
 198                 new String[] {
 199                     "{1} {0}" // date-time pattern
 200                 }
 201             },
 202             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 203             { "cldr.buddhist.DatePatterns",
 204                 new String[] {
 205                     "EEEE\u060c d MMMM\u060c y G",
 206                     "d MMMM\u060c y G",
 207                     "dd\u200f/MM\u200f/y G",
 208                     "d\u200f/M\u200f/y G",
 209                 }
 210             },
 211             { "cldr.japanese.DatePatterns",
 212                 new String[] {
 213                     "EEEE\u060c d MMMM\u060c y G",
 214                     "d MMMM\u060c y G",
 215                     "dd\u200f/MM\u200f/y G",
 216                     "d\u200f/M\u200f/y G",
 217                 }
 218             },
 219             { "roc.Eras", rocEras },
 220             { "roc.short.Eras", rocEras },
 221             { "cldr.roc.DatePatterns",
 222                 new String[] {
 223                     "EEEE\u060c d MMMM\u060c y G",
 224                     "d MMMM\u060c y G",
 225                     "dd\u200f/MM\u200f/y G",
 226                     "d\u200f/M\u200f/y G",
 227                 }
 228             },
 229             { "roc.DatePatterns",
 230                 new String[] {
 231                     "EEEE\u060c d MMMM\u060c y GGGG",
 232                     "d MMMM\u060c y GGGG",
 233                     "dd\u200f/MM\u200f/y GGGG",
 234                     "d\u200f/M\u200f/y GGGG",
 235                 }
 236             },
 237             { "islamic.MonthNames",
 238                 new String[] {
 239                     "\u0645\u062d\u0631\u0645",
 240                     "\u0635\u0641\u0631",
 241                     "\u0631\u0628\u064a\u0639 \u0627\u0644\u0623\u0648\u0644",
 242                     "\u0631\u0628\u064a\u0639 \u0627\u0644\u0622\u062e\u0631",
 243                     "\u062c\u0645\u0627\u062f\u0649 \u0627\u0644\u0623\u0648\u0644\u0649",
 244                     "\u062c\u0645\u0627\u062f\u0649 \u0627\u0644\u0622\u062e\u0631\u0629",
 245                     "\u0631\u062c\u0628",
 246                     "\u0634\u0639\u0628\u0627\u0646",
 247                     "\u0631\u0645\u0636\u0627\u0646",
 248                     "\u0634\u0648\u0627\u0644",
 249                     "\u0630\u0648 \u0627\u0644\u0642\u0639\u062f\u0629",
 250                     "\u0630\u0648 \u0627\u0644\u062d\u062c\u0629",
 251                     "",
 252                 }
 253             },
 254             { "islamic.MonthAbbreviations",
 255                 new String[] {
 256                     "\u0645\u062d\u0631\u0645",
 257                     "\u0635\u0641\u0631",
 258                     "\u0631\u0628\u064a\u0639 \u0627\u0644\u0623\u0648\u0644",
 259                     "\u0631\u0628\u064a\u0639 \u0627\u0644\u0622\u062e\u0631",
 260                     "\u062c\u0645\u0627\u062f\u0649 \u0627\u0644\u0623\u0648\u0644\u0649",
 261                     "\u062c\u0645\u0627\u062f\u0649 \u0627\u0644\u0622\u062e\u0631\u0629",
 262                     "\u0631\u062c\u0628",
 263                     "\u0634\u0639\u0628\u0627\u0646",
 264                     "\u0631\u0645\u0636\u0627\u0646",
 265                     "\u0634\u0648\u0627\u0644",
 266                     "\u0630\u0648 \u0627\u0644\u0642\u0639\u062f\u0629",
 267                     "\u0630\u0648 \u0627\u0644\u062d\u062c\u0629",
 268                     "",
 269                 }
 270             },
 271             { "islamic.Eras",
 272                 new String[] {
 273                     "",
 274                     "\u0647\u0640",
 275                 }
 276             },
 277             { "cldr.islamic.DatePatterns",
 278                 new String[] {
 279                     "EEEE\u060c d MMMM y",
 280                     "d MMMM y",
 281                     "d MMM\u060c y G",
 282                     "d\u200f/M\u200f/yyyy",
 283                 }
 284             },
 285             { "islamic.DatePatterns",
 286                 new String[] {
 287                     "EEEE\u060c d MMMM y",
 288                     "d MMMM y",
 289                     "d MMM\u060c y GGGG",
 290                     "d\u200f/M\u200f/yyyy",
 291                 }
 292             },
 293             { "calendarname.islamic-civil", "\u062a\u0642\u0648\u064a\u0645 \u0627\u0633\u0644\u0627\u0645\u064a \u0645\u062f\u0646\u064a" },
 294             { "calendarname.islamicc", "\u062a\u0642\u0648\u064a\u0645 \u0627\u0633\u0644\u0627\u0645\u064a \u0645\u062f\u0646\u064a" },
 295             { "calendarname.islamic", "\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0647\u062c\u0631\u064a" },
 296             { "calendarname.japanese", "\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u064a\u0627\u0628\u0627\u0646\u064a" },
 297             { "calendarname.gregorian", "\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a" },
 298             { "calendarname.gregory", "\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a" },
 299             { "calendarname.roc", "\u062a\u0642\u0648\u064a\u0645 \u0645\u064a\u0646\u062c\u0648" },
 300             { "calendarname.buddhist", "\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0628\u0648\u0630\u064a" },
 301             { "field.era", "\u0627\u0644\u0639\u0635\u0631" },
 302             { "field.year", "\u0627\u0644\u0633\u0646\u0629" },
 303             { "field.month", "\u0627\u0644\u0634\u0647\u0631" },
 304             { "field.week", "\u0627\u0644\u0623\u0633\u0628\u0648\u0639" },
 305             { "field.weekday", "\u0627\u0644\u064a\u0648\u0645" },
 306             { "field.dayperiod", "\u0635/\u0645" },
 307             { "field.hour", "\u0627\u0644\u0633\u0627\u0639\u0627\u062a" },
 308             { "field.minute", "\u0627\u0644\u062f\u0642\u0627\u0626\u0642" },
 309             { "field.second", "\u0627\u0644\u062b\u0648\u0627\u0646\u064a" },
 310             { "field.zone", "\u0627\u0644\u062a\u0648\u0642\u064a\u062a" },
 311         };
 312     }
 313 }