/Sample - AutoNLayered_v1.1/Company.Client.Project/packages/jquery-globalize.0.1.3/Content/Scripts/globalize/cultures/globalize.culture.es-ES.js

http://AutoNLayered.codeplex.com · JavaScript · 79 lines · 60 code · 5 blank · 14 comment · 2 complexity · 661fb72fcb5f235c315e6364360e7edc MD5 · raw file

  1. /*
  2. * Globalize Culture es-ES
  3. *
  4. * http://github.com/jquery/globalize
  5. *
  6. * Copyright Software Freedom Conservancy, Inc.
  7. * Dual licensed under the MIT or GPL Version 2 licenses.
  8. * http://jquery.org/license
  9. *
  10. * This file was generated by the Globalize Culture Generator
  11. * Translation: bugs found in this file need to be fixed in the generator
  12. */
  13. (function( window, undefined ) {
  14. var Globalize;
  15. if ( typeof require !== "undefined" &&
  16. typeof exports !== "undefined" &&
  17. typeof module !== "undefined" ) {
  18. // Assume CommonJS
  19. Globalize = require( "globalize" );
  20. } else {
  21. // Global variable
  22. Globalize = window.Globalize;
  23. }
  24. Globalize.addCultureInfo( "es-ES", "default", {
  25. name: "es-ES",
  26. englishName: "Spanish (Spain, International Sort)",
  27. nativeName: "Español (España, alfabetización internacional)",
  28. language: "es",
  29. numberFormat: {
  30. ",": ".",
  31. ".": ",",
  32. "NaN": "NeuN",
  33. negativeInfinity: "-Infinito",
  34. positiveInfinity: "Infinito",
  35. percent: {
  36. ",": ".",
  37. ".": ","
  38. },
  39. currency: {
  40. pattern: ["-n $","n $"],
  41. ",": ".",
  42. ".": ",",
  43. symbol: "€"
  44. }
  45. },
  46. calendars: {
  47. standard: {
  48. firstDay: 1,
  49. days: {
  50. names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
  51. namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
  52. namesShort: ["do","lu","ma","mi","ju","vi","sá"]
  53. },
  54. months: {
  55. names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
  56. namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
  57. },
  58. AM: null,
  59. PM: null,
  60. eras: [{"name":"d.C.","start":null,"offset":0}],
  61. patterns: {
  62. d: "dd/MM/yyyy",
  63. D: "dddd, dd' de 'MMMM' de 'yyyy",
  64. t: "H:mm",
  65. T: "H:mm:ss",
  66. f: "dddd, dd' de 'MMMM' de 'yyyy H:mm",
  67. F: "dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",
  68. M: "dd MMMM",
  69. Y: "MMMM' de 'yyyy"
  70. }
  71. }
  72. }
  73. });
  74. }( this ));