src/jdk.localedata/share/classes/sun/text/resources/sr/ME/FormatData_sr_Latn_ME.java

Print this page




  44  * well as in the documentation associated with the Data File(s) or
  45  * Software that the data or software has been modified.
  46  *
  47  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  48  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  49  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  50  * NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
  51  * HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
  52  * ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
  53  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  54  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  55  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
  56  * SOFTWARE.
  57  *
  58  * Except as contained in this notice, the name of a copyright holder
  59  * shall not be used in advertising or otherwise to promote the sale, use
  60  * or other dealings in these Data Files or Software without prior
  61  * written authorization of the copyright holder.
  62  */
  63 
  64 package sun.text.resources.sr;
  65 
  66 import sun.util.resources.ParallelListResourceBundle;
  67 
  68 public class FormatData_sr_Latn_ME extends ParallelListResourceBundle {
  69     protected final Object[][] getContents() {
  70         return new Object[][] {
  71             { "TimePatterns",
  72                 new String[] {
  73                     "HH.mm.ss zzzz",
  74                     "HH.mm.ss z",
  75                     "HH.mm.ss",
  76                     "HH.mm",
  77                 }
  78             },
  79             { "DatePatterns",
  80                 new String[] {
  81                     "EEEE, dd. MMMM y.",
  82                     "d.MM.yyyy.",
  83                     "dd.MM.y.",
  84                     "d.M.yy.",


  44  * well as in the documentation associated with the Data File(s) or
  45  * Software that the data or software has been modified.
  46  *
  47  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  48  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  49  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  50  * NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
  51  * HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
  52  * ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
  53  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  54  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  55  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
  56  * SOFTWARE.
  57  *
  58  * Except as contained in this notice, the name of a copyright holder
  59  * shall not be used in advertising or otherwise to promote the sale, use
  60  * or other dealings in these Data Files or Software without prior
  61  * written authorization of the copyright holder.
  62  */
  63 
  64 package sun.text.resources.sr.ME;
  65 
  66 import sun.util.resources.ParallelListResourceBundle;
  67 
  68 public class FormatData_sr_Latn_ME extends ParallelListResourceBundle {
  69     protected final Object[][] getContents() {
  70         return new Object[][] {
  71             { "TimePatterns",
  72                 new String[] {
  73                     "HH.mm.ss zzzz",
  74                     "HH.mm.ss z",
  75                     "HH.mm.ss",
  76                     "HH.mm",
  77                 }
  78             },
  79             { "DatePatterns",
  80                 new String[] {
  81                     "EEEE, dd. MMMM y.",
  82                     "d.MM.yyyy.",
  83                     "dd.MM.y.",
  84                     "d.M.yy.",