src/share/classes/sun/text/resources/ca/FormatData_ca.java

Print this page




  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.ca;
  81 
  82 import java.util.ListResourceBundle;
  83 
  84 public class FormatData_ca extends ListResourceBundle {
  85     /**
  86      * Overrides ListResourceBundle
  87      */
  88     protected final Object[][] getContents() {
  89         return new Object[][] {
  90             { "MonthNames",
  91                 new String[] {
  92                     "de gener",
  93                     "de febrer",
  94                     "de mar\u00e7",
  95                     "d\u2019abril",
  96                     "de maig",
  97                     "de juny",
  98                     "de juliol",
  99                     "d\u2019agost",
 100                     "de setembre",
 101                     "d\u2019octubre",
 102                     "de novembre",
 103                     "de desembre",
 104                     "",
 105                 }
 106             },

















 107             { "standalone.MonthNames",
 108                 new String[] {
 109                     "gener", // january
 110                     "febrer", // february
 111                     "mar\u00e7", // march
 112                     "abril", // april
 113                     "maig", // may
 114                     "juny", // june
 115                     "juliol", // july
 116                     "agost", // august
 117                     "setembre", // september
 118                     "octubre", // october
 119                     "novembre", // november
 120                     "desembre", // december
 121                     "" // month 13 if applicable
 122                 }
 123             },
 124             { "MonthAbbreviations",
 125                 new String[] {
 126                     "de gen.",


 166                     "j",
 167                     "a",
 168                     "s",
 169                     "o",
 170                     "n",
 171                     "d",
 172                     "",
 173                 }
 174             },
 175             { "DayNames",
 176                 new String[] {
 177                     "diumenge", // Sunday
 178                     "dilluns", // Monday
 179                     "dimarts", // Tuesday
 180                     "dimecres", // Wednesday
 181                     "dijous", // Thursday
 182                     "divendres", // Friday
 183                     "dissabte" // Saturday
 184                 }
 185             },











 186             { "DayAbbreviations",
 187                 new String[] {
 188                     "dg.", // abb Sunday
 189                     "dl.", // abb Monday
 190                     "dt.", // abb Tuesday
 191                     "dc.", // abb Wednesday
 192                     "dj.", // abb Thursday
 193                     "dv.", // abb Friday
 194                     "ds." // abb Saturday
 195                 }
 196             },











 197             { "DayNarrows",
 198                 new String[] {
 199                     "G",
 200                     "L",  // Note: contributed item in CDLR
 201                     "T",
 202                     "C",
 203                     "J",
 204                     "V",
 205                     "S",
 206                 }
 207             },
 208             { "standalone.DayNarrows",
 209                 new String[] {
 210                     "g",
 211                     "l",
 212                     "t",
 213                     "c",
 214                     "j",
 215                     "v",
 216                     "s",
 217                 }
 218             },






 219             { "NumberElements",
 220                 new String[] {
 221                     ",", // decimal separator
 222                     ".", // group (thousands) separator
 223                     ";", // list separator
 224                     "%", // percent sign
 225                     "0", // native 0 digit
 226                     "#", // pattern digit
 227                     "-", // minus sign
 228                     "E", // exponential
 229                     "\u2030", // per mille
 230                     "\u221e", // infinity
 231                     "\ufffd" // NaN
 232                 }
 233             },
 234             { "TimePatterns",
 235                 new String[] {
 236                     "HH:mm:ss z", // full time pattern
 237                     "HH:mm:ss z", // long time pattern
 238                     "HH:mm:ss", // medium time pattern
 239                     "HH:mm", // short time pattern
 240                 }
 241             },
 242             { "DatePatterns",
 243                 new String[] {
 244                     "EEEE, d' / 'MMMM' / 'yyyy", // full date pattern
 245                     "d' / 'MMMM' / 'yyyy", // long date pattern
 246                     "dd/MM/yyyy", // medium date pattern
 247                     "dd/MM/yy", // short date pattern
 248                 }
 249             },
 250             { "DateTimePatterns",
 251                 new String[] {
 252                     "{1} {0}" // date-time pattern
 253                 }
 254             },
 255             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 256             { "calendarname.islamic-civil", "calendari civil isl\u00e0mic" },
 257             { "calendarname.islamicc", "calendari civil isl\u00e0mic" },
 258             { "calendarname.roc", "calendari de la Rep\u00fablica de Xina" },
 259             { "calendarname.islamic", "calendari musulm\u00e0" },
 260             { "calendarname.buddhist", "calendari budista" },
 261             { "calendarname.japanese", "calendari japon\u00e8s" },
 262             { "calendarname.gregorian", "calendari gregori\u00e0" },
 263             { "calendarname.gregory", "calendari gregori\u00e0" },
 264             { "field.era", "era" },
 265             { "field.year", "any" },
 266             { "field.month", "mes" },
 267             { "field.week", "setmana" },
 268             { "field.weekday", "dia de la setmana" },
 269             { "field.dayperiod", "a.m./p.m." },
 270             { "field.hour", "hora" },
 271             { "field.minute", "minut" },
 272             { "field.second", "segon" },
 273             { "field.zone", "zona" },
 274         };
 275     }
 276 }


  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.ca;
  81 
  82 import sun.util.resources.ParallelListResourceBundle;
  83 
  84 public class FormatData_ca extends ParallelListResourceBundle {
  85     /**
  86      * Overrides ParallelListResourceBundle
  87      */
  88     protected final Object[][] getContents() {
  89         return new Object[][] {
  90             { "MonthNames",
  91                 new String[] {
  92                     "de gener",
  93                     "de febrer",
  94                     "de mar\u00e7",
  95                     "d\u2019abril",
  96                     "de maig",
  97                     "de juny",
  98                     "de juliol",
  99                     "d\u2019agost",
 100                     "de setembre",
 101                     "d\u2019octubre",
 102                     "de novembre",
 103                     "de desembre",
 104                     "",
 105                 }
 106             },
 107             { "MonthNarrows",
 108                 new String[] {
 109                     "G",
 110                     "F",
 111                     "M",
 112                     "A",
 113                     "M",
 114                     "J",
 115                     "G",
 116                     "A",
 117                     "S",
 118                     "O",
 119                     "N",
 120                     "D",
 121                     "",
 122                 }
 123             },
 124             { "standalone.MonthNames",
 125                 new String[] {
 126                     "gener", // january
 127                     "febrer", // february
 128                     "mar\u00e7", // march
 129                     "abril", // april
 130                     "maig", // may
 131                     "juny", // june
 132                     "juliol", // july
 133                     "agost", // august
 134                     "setembre", // september
 135                     "octubre", // october
 136                     "novembre", // november
 137                     "desembre", // december
 138                     "" // month 13 if applicable
 139                 }
 140             },
 141             { "MonthAbbreviations",
 142                 new String[] {
 143                     "de gen.",


 183                     "j",
 184                     "a",
 185                     "s",
 186                     "o",
 187                     "n",
 188                     "d",
 189                     "",
 190                 }
 191             },
 192             { "DayNames",
 193                 new String[] {
 194                     "diumenge", // Sunday
 195                     "dilluns", // Monday
 196                     "dimarts", // Tuesday
 197                     "dimecres", // Wednesday
 198                     "dijous", // Thursday
 199                     "divendres", // Friday
 200                     "dissabte" // Saturday
 201                 }
 202             },
 203             { "standalone.DayNames",
 204                 new String[] {
 205                     "Diumenge",
 206                     "Dilluns",
 207                     "Dimarts",
 208                     "Dimecres",
 209                     "Dijous",
 210                     "Divendres",
 211                     "Dissabte",
 212                 }
 213             },
 214             { "DayAbbreviations",
 215                 new String[] {
 216                     "dg.", // abb Sunday
 217                     "dl.", // abb Monday
 218                     "dt.", // abb Tuesday
 219                     "dc.", // abb Wednesday
 220                     "dj.", // abb Thursday
 221                     "dv.", // abb Friday
 222                     "ds." // abb Saturday
 223                 }
 224             },
 225             { "standalone.DayAbbreviations",
 226                 new String[] {
 227                     "dg",
 228                     "dl",
 229                     "dt",
 230                     "dc",
 231                     "dj",
 232                     "dv",
 233                     "ds",
 234                 }
 235             },
 236             { "DayNarrows",
 237                 new String[] {
 238                     "G",
 239                     "L",  // Note: contributed item in CDLR
 240                     "T",
 241                     "C",
 242                     "J",
 243                     "V",
 244                     "S",
 245                 }
 246             },
 247             { "standalone.DayNarrows",
 248                 new String[] {
 249                     "g",
 250                     "l",
 251                     "t",
 252                     "c",
 253                     "j",
 254                     "v",
 255                     "s",
 256                 }
 257             },
 258             { "short.Eras",
 259                 new String[] {
 260                     "aC",
 261                     "dC",
 262                 }
 263             },
 264             { "NumberElements",
 265                 new String[] {
 266                     ",", // decimal separator
 267                     ".", // group (thousands) separator
 268                     ";", // list separator
 269                     "%", // percent sign
 270                     "0", // native 0 digit
 271                     "#", // pattern digit
 272                     "-", // minus sign
 273                     "E", // exponential
 274                     "\u2030", // per mille
 275                     "\u221e", // infinity
 276                     "\ufffd" // NaN
 277                 }
 278             },
 279             { "TimePatterns",
 280                 new String[] {
 281                     "HH:mm:ss z", // full time pattern
 282                     "HH:mm:ss z", // long time pattern
 283                     "HH:mm:ss", // medium time pattern
 284                     "HH:mm", // short time pattern
 285                 }
 286             },
 287             { "DatePatterns",
 288                 new String[] {
 289                     "EEEE, d' / 'MMMM' / 'yyyy", // full date pattern
 290                     "d' / 'MMMM' / 'yyyy", // long date pattern
 291                     "dd/MM/yyyy", // medium date pattern
 292                     "dd/MM/yy", // short date pattern
 293                 }
 294             },
 295             { "DateTimePatterns",
 296                 new String[] {
 297                     "{1} {0}" // date-time pattern
 298                 }
 299             },
 300             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },


















 301         };
 302     }
 303 }