diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_af-na.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_af-na.js new file mode 100755 index 000000000..78b0f7d1b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_af-na.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vm.", + "1": "nm." + }, + "DAY": { + "0": "Sondag", + "1": "Maandag", + "2": "Dinsdag", + "3": "Woensdag", + "4": "Donderdag", + "5": "Vrydag", + "6": "Saterdag" + }, + "MONTH": { + "0": "Januarie", + "1": "Februarie", + "2": "Maart", + "3": "April", + "4": "Mei", + "5": "Junie", + "6": "Julie", + "7": "Augustus", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Desember" + }, + "SHORTDAY": { + "0": "So", + "1": "Ma", + "2": "Di", + "3": "Wo", + "4": "Do", + "5": "Vr", + "6": "Sa" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "af-na", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_af-za.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_af-za.js new file mode 100755 index 000000000..8dbd8b1d6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_af-za.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vm.", + "1": "nm." + }, + "DAY": { + "0": "Sondag", + "1": "Maandag", + "2": "Dinsdag", + "3": "Woensdag", + "4": "Donderdag", + "5": "Vrydag", + "6": "Saterdag" + }, + "MONTH": { + "0": "Januarie", + "1": "Februarie", + "2": "Maart", + "3": "April", + "4": "Mei", + "5": "Junie", + "6": "Julie", + "7": "Augustus", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Desember" + }, + "SHORTDAY": { + "0": "So", + "1": "Ma", + "2": "Di", + "3": "Wo", + "4": "Do", + "5": "Vr", + "6": "Sa" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y h:mm:ss a", + "mediumDate": "dd MMM y", + "mediumTime": "h:mm:ss a", + "short": "yyyy-MM-dd h:mm a", + "shortDate": "yyyy-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "af-za", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_af.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_af.js new file mode 100755 index 000000000..e53837cad --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_af.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vm.", + "1": "nm." + }, + "DAY": { + "0": "Sondag", + "1": "Maandag", + "2": "Dinsdag", + "3": "Woensdag", + "4": "Donderdag", + "5": "Vrydag", + "6": "Saterdag" + }, + "MONTH": { + "0": "Januarie", + "1": "Februarie", + "2": "Maart", + "3": "April", + "4": "Mei", + "5": "Junie", + "6": "Julie", + "7": "Augustus", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Desember" + }, + "SHORTDAY": { + "0": "So", + "1": "Ma", + "2": "Di", + "3": "Wo", + "4": "Do", + "5": "Vr", + "6": "Sa" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y h:mm:ss a", + "mediumDate": "dd MMM y", + "mediumTime": "h:mm:ss a", + "short": "yyyy-MM-dd h:mm a", + "shortDate": "yyyy-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "af", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_am-et.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_am-et.js new file mode 100755 index 000000000..f3110d5ff --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_am-et.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u1321\u12cb\u1275", + "1": "\u12a8\u1233\u12d3\u1275" + }, + "DAY": { + "0": "\u12a5\u1211\u12f5", + "1": "\u1230\u129e", + "2": "\u121b\u12ad\u1230\u129e", + "3": "\u1228\u1261\u12d5", + "4": "\u1210\u1219\u1235", + "5": "\u12d3\u122d\u1265", + "6": "\u1245\u12f3\u121c" + }, + "MONTH": { + "0": "\u1303\u1295\u12e9\u12c8\u122a", + "1": "\u134c\u1265\u1229\u12c8\u122a", + "2": "\u121b\u122d\u127d", + "3": "\u12a4\u1355\u1228\u120d", + "4": "\u121c\u12ed", + "5": "\u1301\u1295", + "6": "\u1301\u120b\u12ed", + "7": "\u12a6\u1308\u1235\u1275", + "8": "\u1234\u1355\u1274\u121d\u1260\u122d", + "9": "\u12a6\u12ad\u1270\u12cd\u1260\u122d", + "10": "\u1296\u126c\u121d\u1260\u122d", + "11": "\u12f2\u1234\u121d\u1260\u122d" + }, + "SHORTDAY": { + "0": "\u12a5\u1211\u12f5", + "1": "\u1230\u129e", + "2": "\u121b\u12ad\u1230", + "3": "\u1228\u1261\u12d5", + "4": "\u1210\u1219\u1235", + "5": "\u12d3\u122d\u1265", + "6": "\u1245\u12f3\u121c" + }, + "SHORTMONTH": { + "0": "\u1303\u1295\u12e9", + "1": "\u134c\u1265\u1229", + "2": "\u121b\u122d\u127d", + "3": "\u12a4\u1355\u1228", + "4": "\u121c\u12ed", + "5": "\u1301\u1295", + "6": "\u1301\u120b\u12ed", + "7": "\u12a6\u1308\u1235", + "8": "\u1234\u1355\u1274", + "9": "\u12a6\u12ad\u1270", + "10": "\u1296\u126c\u121d", + "11": "\u12f2\u1234\u121d" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "am-et", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_am.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_am.js new file mode 100755 index 000000000..4bd69182a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_am.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u1321\u12cb\u1275", + "1": "\u12a8\u1233\u12d3\u1275" + }, + "DAY": { + "0": "\u12a5\u1211\u12f5", + "1": "\u1230\u129e", + "2": "\u121b\u12ad\u1230\u129e", + "3": "\u1228\u1261\u12d5", + "4": "\u1210\u1219\u1235", + "5": "\u12d3\u122d\u1265", + "6": "\u1245\u12f3\u121c" + }, + "MONTH": { + "0": "\u1303\u1295\u12e9\u12c8\u122a", + "1": "\u134c\u1265\u1229\u12c8\u122a", + "2": "\u121b\u122d\u127d", + "3": "\u12a4\u1355\u1228\u120d", + "4": "\u121c\u12ed", + "5": "\u1301\u1295", + "6": "\u1301\u120b\u12ed", + "7": "\u12a6\u1308\u1235\u1275", + "8": "\u1234\u1355\u1274\u121d\u1260\u122d", + "9": "\u12a6\u12ad\u1270\u12cd\u1260\u122d", + "10": "\u1296\u126c\u121d\u1260\u122d", + "11": "\u12f2\u1234\u121d\u1260\u122d" + }, + "SHORTDAY": { + "0": "\u12a5\u1211\u12f5", + "1": "\u1230\u129e", + "2": "\u121b\u12ad\u1230", + "3": "\u1228\u1261\u12d5", + "4": "\u1210\u1219\u1235", + "5": "\u12d3\u122d\u1265", + "6": "\u1245\u12f3\u121c" + }, + "SHORTMONTH": { + "0": "\u1303\u1295\u12e9", + "1": "\u134c\u1265\u1229", + "2": "\u121b\u122d\u127d", + "3": "\u12a4\u1355\u1228", + "4": "\u121c\u12ed", + "5": "\u1301\u1295", + "6": "\u1301\u120b\u12ed", + "7": "\u12a6\u1308\u1235", + "8": "\u1234\u1355\u1274", + "9": "\u12a6\u12ad\u1270", + "10": "\u1296\u126c\u121d", + "11": "\u12f2\u1234\u121d" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Birr", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "am", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-001.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-001.js new file mode 100755 index 000000000..acd1294b4 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-001.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-001", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ae.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ae.js new file mode 100755 index 000000000..caec6e434 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ae.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-ae", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-bh.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-bh.js new file mode 100755 index 000000000..8ceef671f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-bh.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-bh", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-dz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-dz.js new file mode 100755 index 000000000..8ccebc53e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-dz.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "yyyy/MM/dd h:mm:ss a", + "mediumDate": "yyyy/MM/dd", + "mediumTime": "h:mm:ss a", + "short": "yyyy/M/d h:mm a", + "shortDate": "yyyy/M/d", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-dz", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-eg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-eg.js new file mode 100755 index 000000000..980d3bcea --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-eg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-eg", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-iq.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-iq.js new file mode 100755 index 000000000..cd845dfe8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-iq.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-iq", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-jo.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-jo.js new file mode 100755 index 000000000..3bf3a9bfd --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-jo.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "1": "\u0634\u0628\u0627\u0637", + "2": "\u0622\u0630\u0627\u0631", + "3": "\u0646\u064a\u0633\u0627\u0646", + "4": "\u0623\u064a\u0627\u0631", + "5": "\u062d\u0632\u064a\u0631\u0627\u0646", + "6": "\u062a\u0645\u0648\u0632", + "7": "\u0622\u0628", + "8": "\u0623\u064a\u0644\u0648\u0644", + "9": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "10": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "11": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "1": "\u0634\u0628\u0627\u0637", + "2": "\u0622\u0630\u0627\u0631", + "3": "\u0646\u064a\u0633\u0627\u0646", + "4": "\u0623\u064a\u0627\u0631", + "5": "\u062d\u0632\u064a\u0631\u0627\u0646", + "6": "\u062a\u0645\u0648\u0632", + "7": "\u0622\u0628", + "8": "\u0623\u064a\u0644\u0648\u0644", + "9": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "10": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "11": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-jo", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-kw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-kw.js new file mode 100755 index 000000000..f0947340d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-kw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-kw", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-lb.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-lb.js new file mode 100755 index 000000000..c963b11b9 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-lb.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "1": "\u0634\u0628\u0627\u0637", + "2": "\u0622\u0630\u0627\u0631", + "3": "\u0646\u064a\u0633\u0627\u0646", + "4": "\u0623\u064a\u0627\u0631", + "5": "\u062d\u0632\u064a\u0631\u0627\u0646", + "6": "\u062a\u0645\u0648\u0632", + "7": "\u0622\u0628", + "8": "\u0623\u064a\u0644\u0648\u0644", + "9": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "10": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "11": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "1": "\u0634\u0628\u0627\u0637", + "2": "\u0622\u0630\u0627\u0631", + "3": "\u0646\u064a\u0633\u0627\u0646", + "4": "\u0623\u064a\u0627\u0631", + "5": "\u062d\u0632\u064a\u0631\u0627\u0646", + "6": "\u062a\u0645\u0648\u0632", + "7": "\u0622\u0628", + "8": "\u0623\u064a\u0644\u0648\u0644", + "9": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "10": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "11": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-lb", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ly.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ly.js new file mode 100755 index 000000000..82bd9a6ac --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ly.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-ly", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ma.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ma.js new file mode 100755 index 000000000..e22c918ce --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ma.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "yyyy/MM/dd h:mm:ss a", + "mediumDate": "yyyy/MM/dd", + "mediumTime": "h:mm:ss a", + "short": "yyyy/M/d h:mm a", + "shortDate": "yyyy/M/d", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-ma", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-om.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-om.js new file mode 100755 index 000000000..d14fba43f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-om.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-om", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-qa.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-qa.js new file mode 100755 index 000000000..02b21cea0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-qa.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-qa", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sa.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sa.js new file mode 100755 index 000000000..1c946c5c3 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sa.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-sa", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sd.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sd.js new file mode 100755 index 000000000..2918e2649 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sd.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-sd", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sy.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sy.js new file mode 100755 index 000000000..b880168ad --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-sy.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "1": "\u0634\u0628\u0627\u0637", + "2": "\u0622\u0630\u0627\u0631", + "3": "\u0646\u064a\u0633\u0627\u0646", + "4": "\u0623\u064a\u0627\u0631", + "5": "\u062d\u0632\u064a\u0631\u0627\u0646", + "6": "\u062a\u0645\u0648\u0632", + "7": "\u0622\u0628", + "8": "\u0623\u064a\u0644\u0648\u0644", + "9": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "10": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "11": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "1": "\u0634\u0628\u0627\u0637", + "2": "\u0622\u0630\u0627\u0631", + "3": "\u0646\u064a\u0633\u0627\u0646", + "4": "\u0623\u064a\u0627\u0631", + "5": "\u062d\u0632\u064a\u0631\u0627\u0646", + "6": "\u062a\u0645\u0648\u0632", + "7": "\u0622\u0628", + "8": "\u0623\u064a\u0644\u0648\u0644", + "9": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644", + "10": "\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a", + "11": "\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-sy", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-tn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-tn.js new file mode 100755 index 000000000..731bc0f54 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-tn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "yyyy/MM/dd h:mm:ss a", + "mediumDate": "yyyy/MM/dd", + "mediumTime": "h:mm:ss a", + "short": "yyyy/M/d h:mm a", + "shortDate": "yyyy/M/d", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-tn", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ye.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ye.js new file mode 100755 index 000000000..f38909892 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar-ye.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar-ye", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ar.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar.js new file mode 100755 index 000000000..a1aa05e96 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ar.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0635", + "1": "\u0645" + }, + "DAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "MONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u0644\u0623\u062d\u062f", + "1": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", + "2": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", + "3": "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", + "4": "\u0627\u0644\u062e\u0645\u064a\u0633", + "5": "\u0627\u0644\u062c\u0645\u0639\u0629", + "6": "\u0627\u0644\u0633\u0628\u062a" + }, + "SHORTMONTH": { + "0": "\u064a\u0646\u0627\u064a\u0631", + "1": "\u0641\u0628\u0631\u0627\u064a\u0631", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0623\u0628\u0631\u064a\u0644", + "4": "\u0645\u0627\u064a\u0648", + "5": "\u064a\u0648\u0646\u064a\u0648", + "6": "\u064a\u0648\u0644\u064a\u0648", + "7": "\u0623\u063a\u0633\u0637\u0633", + "8": "\u0633\u0628\u062a\u0645\u0628\u0631", + "9": "\u0623\u0643\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0641\u0645\u0628\u0631", + "11": "\u062f\u064a\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060c d MMMM\u060c y", + "longDate": "d MMMM\u060c y", + "medium": "dd\u200f/MM\u200f/yyyy h:mm:ss a", + "mediumDate": "dd\u200f/MM\u200f/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d\u200f/M\u200f/yyyy h:mm a", + "shortDate": "d\u200f/M\u200f/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "", + "negSuf": "-", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ar", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 2) { return PLURAL_CATEGORY.TWO; } if (n == (n | 0) && n % 100 >= 3 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 99) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_bg-bg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_bg-bg.js new file mode 100755 index 000000000..ada5fb98b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_bg-bg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u043f\u0440. \u043e\u0431.", + "1": "\u0441\u043b. \u043e\u0431." + }, + "DAY": { + "0": "\u043d\u0435\u0434\u0435\u043b\u044f", + "1": "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", + "2": "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "3": "\u0441\u0440\u044f\u0434\u0430", + "4": "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", + "5": "\u043f\u0435\u0442\u044a\u043a", + "6": "\u0441\u044a\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u044f\u043d\u0443\u0430\u0440\u0438", + "1": "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "2": "\u043c\u0430\u0440\u0442", + "3": "\u0430\u043f\u0440\u0438\u043b", + "4": "\u043c\u0430\u0439", + "5": "\u044e\u043d\u0438", + "6": "\u044e\u043b\u0438", + "7": "\u0430\u0432\u0433\u0443\u0441\u0442", + "8": "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "9": "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "10": "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "11": "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + }, + "SHORTDAY": { + "0": "\u043d\u0434", + "1": "\u043f\u043d", + "2": "\u0432\u0442", + "3": "\u0441\u0440", + "4": "\u0447\u0442", + "5": "\u043f\u0442", + "6": "\u0441\u0431" + }, + "SHORTMONTH": { + "0": "\u044f\u043d.", + "1": "\u0444\u0435\u0432\u0440.", + "2": "\u043c\u0430\u0440\u0442", + "3": "\u0430\u043f\u0440.", + "4": "\u043c\u0430\u0439", + "5": "\u044e\u043d\u0438", + "6": "\u044e\u043b\u0438", + "7": "\u0430\u0432\u0433.", + "8": "\u0441\u0435\u043f\u0442.", + "9": "\u043e\u043a\u0442.", + "10": "\u043d\u043e\u0435\u043c.", + "11": "\u0434\u0435\u043a." + }, + "fullDate": "dd MMMM y, EEEE", + "longDate": "dd MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "lev", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "bg-bg", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_bg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_bg.js new file mode 100755 index 000000000..047a2dde6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_bg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u043f\u0440. \u043e\u0431.", + "1": "\u0441\u043b. \u043e\u0431." + }, + "DAY": { + "0": "\u043d\u0435\u0434\u0435\u043b\u044f", + "1": "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", + "2": "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "3": "\u0441\u0440\u044f\u0434\u0430", + "4": "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", + "5": "\u043f\u0435\u0442\u044a\u043a", + "6": "\u0441\u044a\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u044f\u043d\u0443\u0430\u0440\u0438", + "1": "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "2": "\u043c\u0430\u0440\u0442", + "3": "\u0430\u043f\u0440\u0438\u043b", + "4": "\u043c\u0430\u0439", + "5": "\u044e\u043d\u0438", + "6": "\u044e\u043b\u0438", + "7": "\u0430\u0432\u0433\u0443\u0441\u0442", + "8": "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "9": "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "10": "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", + "11": "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438" + }, + "SHORTDAY": { + "0": "\u043d\u0434", + "1": "\u043f\u043d", + "2": "\u0432\u0442", + "3": "\u0441\u0440", + "4": "\u0447\u0442", + "5": "\u043f\u0442", + "6": "\u0441\u0431" + }, + "SHORTMONTH": { + "0": "\u044f\u043d.", + "1": "\u0444\u0435\u0432\u0440.", + "2": "\u043c\u0430\u0440\u0442", + "3": "\u0430\u043f\u0440.", + "4": "\u043c\u0430\u0439", + "5": "\u044e\u043d\u0438", + "6": "\u044e\u043b\u0438", + "7": "\u0430\u0432\u0433.", + "8": "\u0441\u0435\u043f\u0442.", + "9": "\u043e\u043a\u0442.", + "10": "\u043d\u043e\u0435\u043c.", + "11": "\u0434\u0435\u043a." + }, + "fullDate": "dd MMMM y, EEEE", + "longDate": "dd MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "lev", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "bg", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_bn-bd.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_bn-bd.js new file mode 100755 index 000000000..81565de38 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_bn-bd.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", + "1": "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", + "2": "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", + "3": "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", + "4": "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", + "5": "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", + "6": "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0" + }, + "MONTH": { + "0": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "1": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "2": "\u09ae\u09be\u09b0\u09cd\u099a", + "3": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "4": "\u09ae\u09c7", + "5": "\u099c\u09c1\u09a8", + "6": "\u099c\u09c1\u09b2\u09be\u0987", + "7": "\u0986\u0997\u09b8\u09cd\u099f", + "8": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "9": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "10": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "11": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + }, + "SHORTDAY": { + "0": "\u09b0\u09ac\u09bf", + "1": "\u09b8\u09cb\u09ae", + "2": "\u09ae\u0999\u09cd\u0997\u09b2", + "3": "\u09ac\u09c1\u09a7", + "4": "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", + "5": "\u09b6\u09c1\u0995\u09cd\u09b0", + "6": "\u09b6\u09a8\u09bf" + }, + "SHORTMONTH": { + "0": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "1": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "2": "\u09ae\u09be\u09b0\u09cd\u099a", + "3": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "4": "\u09ae\u09c7", + "5": "\u099c\u09c1\u09a8", + "6": "\u099c\u09c1\u09b2\u09be\u0987", + "7": "\u0986\u0997\u09b8\u09cd\u099f", + "8": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "9": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "10": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "11": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u09f3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a4)", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "bn-bd", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_bn-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_bn-in.js new file mode 100755 index 000000000..3ed6ce294 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_bn-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", + "1": "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", + "2": "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", + "3": "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", + "4": "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", + "5": "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", + "6": "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0" + }, + "MONTH": { + "0": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "1": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "2": "\u09ae\u09be\u09b0\u09cd\u099a", + "3": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "4": "\u09ae\u09c7", + "5": "\u099c\u09c1\u09a8", + "6": "\u099c\u09c1\u09b2\u09be\u0987", + "7": "\u0986\u0997\u09b8\u09cd\u099f", + "8": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "9": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "10": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "11": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + }, + "SHORTDAY": { + "0": "\u09b0\u09ac\u09bf", + "1": "\u09b8\u09cb\u09ae", + "2": "\u09ae\u0999\u09cd\u0997\u09b2", + "3": "\u09ac\u09c1\u09a7", + "4": "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", + "5": "\u09b6\u09c1\u0995\u09cd\u09b0", + "6": "\u09b6\u09a8\u09bf" + }, + "SHORTMONTH": { + "0": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "1": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "2": "\u09ae\u09be\u09b0\u09cd\u099a", + "3": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "4": "\u09ae\u09c7", + "5": "\u099c\u09c1\u09a8", + "6": "\u099c\u09c1\u09b2\u09be\u0987", + "7": "\u0986\u0997\u09b8\u09cd\u099f", + "8": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "9": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "10": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "11": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u09f3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a4)", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "bn-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_bn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_bn.js new file mode 100755 index 000000000..14dd16541 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_bn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0", + "1": "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0", + "2": "\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0", + "3": "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0", + "4": "\u09ac\u09c3\u09b9\u09b7\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0", + "5": "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0", + "6": "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0" + }, + "MONTH": { + "0": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "1": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "2": "\u09ae\u09be\u09b0\u09cd\u099a", + "3": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "4": "\u09ae\u09c7", + "5": "\u099c\u09c1\u09a8", + "6": "\u099c\u09c1\u09b2\u09be\u0987", + "7": "\u0986\u0997\u09b8\u09cd\u099f", + "8": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "9": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "10": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "11": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + }, + "SHORTDAY": { + "0": "\u09b0\u09ac\u09bf", + "1": "\u09b8\u09cb\u09ae", + "2": "\u09ae\u0999\u09cd\u0997\u09b2", + "3": "\u09ac\u09c1\u09a7", + "4": "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf", + "5": "\u09b6\u09c1\u0995\u09cd\u09b0", + "6": "\u09b6\u09a8\u09bf" + }, + "SHORTMONTH": { + "0": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "1": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0", + "2": "\u09ae\u09be\u09b0\u09cd\u099a", + "3": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", + "4": "\u09ae\u09c7", + "5": "\u099c\u09c1\u09a8", + "6": "\u099c\u09c1\u09b2\u09be\u0987", + "7": "\u0986\u0997\u09b8\u09cd\u099f", + "8": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", + "9": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", + "10": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", + "11": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u09f3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a4)", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "bn", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ca-ad.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ca-ad.js new file mode 100755 index 000000000..1619738e7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ca-ad.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "diumenge", + "1": "dilluns", + "2": "dimarts", + "3": "dimecres", + "4": "dijous", + "5": "divendres", + "6": "dissabte" + }, + "MONTH": { + "0": "de gener", + "1": "de febrer", + "2": "de mar\u00e7", + "3": "d\u2019abril", + "4": "de maig", + "5": "de juny", + "6": "de juliol", + "7": "d\u2019agost", + "8": "de setembre", + "9": "d\u2019octubre", + "10": "de novembre", + "11": "de desembre" + }, + "SHORTDAY": { + "0": "dg.", + "1": "dl.", + "2": "dt.", + "3": "dc.", + "4": "dj.", + "5": "dv.", + "6": "ds." + }, + "SHORTMONTH": { + "0": "de gen.", + "1": "de febr.", + "2": "de mar\u00e7", + "3": "d\u2019abr.", + "4": "de maig", + "5": "de juny", + "6": "de jul.", + "7": "d\u2019ag.", + "8": "de set.", + "9": "d\u2019oct.", + "10": "de nov.", + "11": "de des." + }, + "fullDate": "EEEE d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "dd/MM/yyyy H:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "H:mm:ss", + "short": "dd/MM/yy H:mm", + "shortDate": "dd/MM/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ca-ad", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ca-es.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ca-es.js new file mode 100755 index 000000000..5acc5bb7c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ca-es.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "diumenge", + "1": "dilluns", + "2": "dimarts", + "3": "dimecres", + "4": "dijous", + "5": "divendres", + "6": "dissabte" + }, + "MONTH": { + "0": "de gener", + "1": "de febrer", + "2": "de mar\u00e7", + "3": "d\u2019abril", + "4": "de maig", + "5": "de juny", + "6": "de juliol", + "7": "d\u2019agost", + "8": "de setembre", + "9": "d\u2019octubre", + "10": "de novembre", + "11": "de desembre" + }, + "SHORTDAY": { + "0": "dg.", + "1": "dl.", + "2": "dt.", + "3": "dc.", + "4": "dj.", + "5": "dv.", + "6": "ds." + }, + "SHORTMONTH": { + "0": "de gen.", + "1": "de febr.", + "2": "de mar\u00e7", + "3": "d\u2019abr.", + "4": "de maig", + "5": "de juny", + "6": "de jul.", + "7": "d\u2019ag.", + "8": "de set.", + "9": "d\u2019oct.", + "10": "de nov.", + "11": "de des." + }, + "fullDate": "EEEE d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "dd/MM/yyyy H:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "H:mm:ss", + "short": "dd/MM/yy H:mm", + "shortDate": "dd/MM/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ca-es", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ca.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ca.js new file mode 100755 index 000000000..196189de6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ca.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "diumenge", + "1": "dilluns", + "2": "dimarts", + "3": "dimecres", + "4": "dijous", + "5": "divendres", + "6": "dissabte" + }, + "MONTH": { + "0": "de gener", + "1": "de febrer", + "2": "de mar\u00e7", + "3": "d\u2019abril", + "4": "de maig", + "5": "de juny", + "6": "de juliol", + "7": "d\u2019agost", + "8": "de setembre", + "9": "d\u2019octubre", + "10": "de novembre", + "11": "de desembre" + }, + "SHORTDAY": { + "0": "dg.", + "1": "dl.", + "2": "dt.", + "3": "dc.", + "4": "dj.", + "5": "dv.", + "6": "ds." + }, + "SHORTMONTH": { + "0": "de gen.", + "1": "de febr.", + "2": "de mar\u00e7", + "3": "d\u2019abr.", + "4": "de maig", + "5": "de juny", + "6": "de jul.", + "7": "d\u2019ag.", + "8": "de set.", + "9": "d\u2019oct.", + "10": "de nov.", + "11": "de des." + }, + "fullDate": "EEEE d MMMM 'de' y", + "longDate": "d MMMM 'de' y", + "medium": "dd/MM/yyyy H:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "H:mm:ss", + "short": "dd/MM/yy H:mm", + "shortDate": "dd/MM/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ca", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_chr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_chr.js new file mode 100755 index 000000000..8866af3f5 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_chr.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ᎤᏃᎸᏔᏅ","ᎧᎦᎵ","ᎠᏅᏱ","ᎧᏬᏂ","ᎠᏂᏍᎬᏘ","ᏕᎭᎷᏱ","ᎫᏰᏉᏂ","ᎦᎶᏂ","ᏚᎵᏍᏗ","ᏚᏂᏅᏗ","ᏅᏓᏕᏆ","ᎤᏍᎩᏱ"],"SHORTMONTH":["ᎤᏃ","ᎧᎦ","ᎠᏅ","ᎧᏬ","ᎠᏂ","ᏕᎭ","ᎫᏰ","ᎦᎶ","ᏚᎵ","ᏚᏂ","ᏅᏓ","ᎤᏍ"],"DAY":["ᎤᎾᏙᏓᏆᏍᎬ","ᎤᎾᏙᏓᏉᏅᎯ","ᏔᎵᏁᎢᎦ","ᏦᎢᏁᎢᎦ","ᏅᎩᏁᎢᎦ","ᏧᎾᎩᎶᏍᏗ","ᎤᎾᏙᏓᏈᏕᎾ"],"SHORTDAY":["ᏆᏍᎬ","ᏉᏅᎯ","ᏔᎵᏁ","ᏦᎢᏁ","ᏅᎩᏁ","ᏧᎾᎩ","ᏈᏕᎾ"],"AMPMS":["ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"chr"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_cs-cz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_cs-cz.js new file mode 100755 index 000000000..37c0348b9 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_cs-cz.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "dop.", + "1": "odp." + }, + "DAY": { + "0": "ned\u011ble", + "1": "pond\u011bl\u00ed", + "2": "\u00fater\u00fd", + "3": "st\u0159eda", + "4": "\u010dtvrtek", + "5": "p\u00e1tek", + "6": "sobota" + }, + "MONTH": { + "0": "ledna", + "1": "\u00fanora", + "2": "b\u0159ezna", + "3": "dubna", + "4": "kv\u011btna", + "5": "\u010dervna", + "6": "\u010dervence", + "7": "srpna", + "8": "z\u00e1\u0159\u00ed", + "9": "\u0159\u00edjna", + "10": "listopadu", + "11": "prosince" + }, + "SHORTDAY": { + "0": "ne", + "1": "po", + "2": "\u00fat", + "3": "st", + "4": "\u010dt", + "5": "p\u00e1", + "6": "so" + }, + "SHORTMONTH": { + "0": "Led", + "1": "\u00dano", + "2": "B\u0159e", + "3": "Dub", + "4": "Kv\u011b", + "5": "\u010cer", + "6": "\u010cvc", + "7": "Srp", + "8": "Z\u00e1\u0159", + "9": "\u0158\u00edj", + "10": "Lis", + "11": "Pro" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. M. yyyy H:mm:ss", + "mediumDate": "d. M. yyyy", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "K\u010d", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "cs-cz", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n >= 2 && n <= 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_cs.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_cs.js new file mode 100755 index 000000000..2545a2f29 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_cs.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "dop.", + "1": "odp." + }, + "DAY": { + "0": "ned\u011ble", + "1": "pond\u011bl\u00ed", + "2": "\u00fater\u00fd", + "3": "st\u0159eda", + "4": "\u010dtvrtek", + "5": "p\u00e1tek", + "6": "sobota" + }, + "MONTH": { + "0": "ledna", + "1": "\u00fanora", + "2": "b\u0159ezna", + "3": "dubna", + "4": "kv\u011btna", + "5": "\u010dervna", + "6": "\u010dervence", + "7": "srpna", + "8": "z\u00e1\u0159\u00ed", + "9": "\u0159\u00edjna", + "10": "listopadu", + "11": "prosince" + }, + "SHORTDAY": { + "0": "ne", + "1": "po", + "2": "\u00fat", + "3": "st", + "4": "\u010dt", + "5": "p\u00e1", + "6": "so" + }, + "SHORTMONTH": { + "0": "Led", + "1": "\u00dano", + "2": "B\u0159e", + "3": "Dub", + "4": "Kv\u011b", + "5": "\u010cer", + "6": "\u010cvc", + "7": "Srp", + "8": "Z\u00e1\u0159", + "9": "\u0158\u00edj", + "10": "Lis", + "11": "Pro" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. M. yyyy H:mm:ss", + "mediumDate": "d. M. yyyy", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "K\u010d", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "cs", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n >= 2 && n <= 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_cy.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_cy.js new file mode 100755 index 000000000..db25bc62f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_cy.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffenaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"],"SHORTMONTH":["Ion","Chwef","Mawrth","Ebrill","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"],"DAY":["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],"SHORTDAY":["Sul","Llun","Maw","Mer","Iau","Gwen","Sad"],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd/MM/yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd/MM/yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"cy"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_da-dk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_da-dk.js new file mode 100755 index 000000000..60689ebe1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_da-dk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "f.m.", + "1": "e.m." + }, + "DAY": { + "0": "s\u00f8ndag", + "1": "mandag", + "2": "tirsdag", + "3": "onsdag", + "4": "torsdag", + "5": "fredag", + "6": "l\u00f8rdag" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "marts", + "3": "april", + "4": "maj", + "5": "juni", + "6": "juli", + "7": "august", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "s\u00f8n", + "1": "man", + "2": "tir", + "3": "ons", + "4": "tor", + "5": "fre", + "6": "l\u00f8r" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "maj", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE 'den' d. MMMM y", + "longDate": "d. MMM y", + "medium": "dd/MM/yyyy HH.mm.ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/yy HH.mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "da-dk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_da.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_da.js new file mode 100755 index 000000000..7127e47e8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_da.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "f.m.", + "1": "e.m." + }, + "DAY": { + "0": "s\u00f8ndag", + "1": "mandag", + "2": "tirsdag", + "3": "onsdag", + "4": "torsdag", + "5": "fredag", + "6": "l\u00f8rdag" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "marts", + "3": "april", + "4": "maj", + "5": "juni", + "6": "juli", + "7": "august", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "s\u00f8n", + "1": "man", + "2": "tir", + "3": "ons", + "4": "tor", + "5": "fre", + "6": "l\u00f8r" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "maj", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE 'den' d. MMMM y", + "longDate": "d. MMM y", + "medium": "dd/MM/yyyy HH.mm.ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH.mm.ss", + "short": "dd/MM/yy HH.mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "da", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de-at.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-at.js new file mode 100755 index 000000000..54ddb8142 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-at.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "J\u00e4nner", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "J\u00e4n", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, dd. MMMM y", + "longDate": "dd. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "de-at", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de-be.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-be.js new file mode 100755 index 000000000..7bdec6550 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-be.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "de-be", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de-ch.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-ch.js new file mode 100755 index 000000000..b28f20420 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-ch.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "'", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "de-ch", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de-de.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-de.js new file mode 100755 index 000000000..94a8712d8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-de.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "de-de", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de-li.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-li.js new file mode 100755 index 000000000..b6b1c4bd2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-li.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "de-li", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de-lu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-lu.js new file mode 100755 index 000000000..49bd7ee4e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de-lu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "de-lu", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_de.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_de.js new file mode 100755 index 000000000..545676c95 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_de.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nachm." + }, + "DAY": { + "0": "Sonntag", + "1": "Montag", + "2": "Dienstag", + "3": "Mittwoch", + "4": "Donnerstag", + "5": "Freitag", + "6": "Samstag" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "August", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Dezember" + }, + "SHORTDAY": { + "0": "So.", + "1": "Mo.", + "2": "Di.", + "3": "Mi.", + "4": "Do.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "de", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_el-cy.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_el-cy.js new file mode 100755 index 000000000..ad98b2029 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_el-cy.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u03c0.\u03bc.", + "1": "\u03bc.\u03bc." + }, + "DAY": { + "0": "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "1": "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "2": "\u03a4\u03c1\u03af\u03c4\u03b7", + "3": "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "4": "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "5": "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "6": "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" + }, + "MONTH": { + "0": "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "1": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "2": "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", + "3": "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", + "4": "\u039c\u03b1\u0390\u03bf\u03c5", + "5": "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", + "6": "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", + "7": "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", + "8": "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "9": "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", + "10": "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "11": "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5" + }, + "SHORTDAY": { + "0": "\u039a\u03c5\u03c1", + "1": "\u0394\u03b5\u03c5", + "2": "\u03a4\u03c1\u03b9", + "3": "\u03a4\u03b5\u03c4", + "4": "\u03a0\u03b5\u03bc", + "5": "\u03a0\u03b1\u03c1", + "6": "\u03a3\u03b1\u03b2" + }, + "SHORTMONTH": { + "0": "\u0399\u03b1\u03bd", + "1": "\u03a6\u03b5\u03b2", + "2": "\u039c\u03b1\u03c1", + "3": "\u0391\u03c0\u03c1", + "4": "\u039c\u03b1\u03ca", + "5": "\u0399\u03bf\u03c5\u03bd", + "6": "\u0399\u03bf\u03c5\u03bb", + "7": "\u0391\u03c5\u03b3", + "8": "\u03a3\u03b5\u03c0", + "9": "\u039f\u03ba\u03c4", + "10": "\u039d\u03bf\u03b5", + "11": "\u0394\u03b5\u03ba" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "el-cy", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_el-gr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_el-gr.js new file mode 100755 index 000000000..fb27ac33b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_el-gr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u03c0.\u03bc.", + "1": "\u03bc.\u03bc." + }, + "DAY": { + "0": "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "1": "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "2": "\u03a4\u03c1\u03af\u03c4\u03b7", + "3": "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "4": "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "5": "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "6": "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" + }, + "MONTH": { + "0": "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "1": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "2": "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", + "3": "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", + "4": "\u039c\u03b1\u0390\u03bf\u03c5", + "5": "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", + "6": "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", + "7": "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", + "8": "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "9": "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", + "10": "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "11": "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5" + }, + "SHORTDAY": { + "0": "\u039a\u03c5\u03c1", + "1": "\u0394\u03b5\u03c5", + "2": "\u03a4\u03c1\u03b9", + "3": "\u03a4\u03b5\u03c4", + "4": "\u03a0\u03b5\u03bc", + "5": "\u03a0\u03b1\u03c1", + "6": "\u03a3\u03b1\u03b2" + }, + "SHORTMONTH": { + "0": "\u0399\u03b1\u03bd", + "1": "\u03a6\u03b5\u03b2", + "2": "\u039c\u03b1\u03c1", + "3": "\u0391\u03c0\u03c1", + "4": "\u039c\u03b1\u03ca", + "5": "\u0399\u03bf\u03c5\u03bd", + "6": "\u0399\u03bf\u03c5\u03bb", + "7": "\u0391\u03c5\u03b3", + "8": "\u03a3\u03b5\u03c0", + "9": "\u039f\u03ba\u03c4", + "10": "\u039d\u03bf\u03b5", + "11": "\u0394\u03b5\u03ba" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "el-gr", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_el-polyton.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_el-polyton.js new file mode 100755 index 000000000..d480d8332 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_el-polyton.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],"SHORTMONTH":["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],"DAY":["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],"SHORTDAY":["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],"AMPMS":["π.μ.","μ.μ."],"medium":"d MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"el-polyton"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_el.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_el.js new file mode 100755 index 000000000..a3730d7da --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_el.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u03c0.\u03bc.", + "1": "\u03bc.\u03bc." + }, + "DAY": { + "0": "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "1": "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "2": "\u03a4\u03c1\u03af\u03c4\u03b7", + "3": "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "4": "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "5": "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "6": "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" + }, + "MONTH": { + "0": "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "1": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", + "2": "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", + "3": "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", + "4": "\u039c\u03b1\u0390\u03bf\u03c5", + "5": "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", + "6": "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", + "7": "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", + "8": "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "9": "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", + "10": "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", + "11": "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5" + }, + "SHORTDAY": { + "0": "\u039a\u03c5\u03c1", + "1": "\u0394\u03b5\u03c5", + "2": "\u03a4\u03c1\u03b9", + "3": "\u03a4\u03b5\u03c4", + "4": "\u03a0\u03b5\u03bc", + "5": "\u03a0\u03b1\u03c1", + "6": "\u03a3\u03b1\u03b2" + }, + "SHORTMONTH": { + "0": "\u0399\u03b1\u03bd", + "1": "\u03a6\u03b5\u03b2", + "2": "\u039c\u03b1\u03c1", + "3": "\u0391\u03c0\u03c1", + "4": "\u039c\u03b1\u03ca", + "5": "\u0399\u03bf\u03c5\u03bd", + "6": "\u0399\u03bf\u03c5\u03bb", + "7": "\u0391\u03c5\u03b3", + "8": "\u03a3\u03b5\u03c0", + "9": "\u039f\u03ba\u03c4", + "10": "\u039d\u03bf\u03b5", + "11": "\u0394\u03b5\u03ba" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "el", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-as.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-as.js new file mode 100755 index 000000000..254ad7ed4 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-as.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-as", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-au.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-au.js new file mode 100755 index 000000000..b2ab0fcfb --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-au.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd/MM/yyyy h:mm:ss a", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-au", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bb.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bb.js new file mode 100755 index 000000000..5ce0ff373 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bb.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-bb", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-be.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-be.js new file mode 100755 index 000000000..28ec6bcb0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-be.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-be", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bm.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bm.js new file mode 100755 index 000000000..7fdc16784 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bm.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-bm", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bw.js new file mode 100755 index 000000000..58061ef93 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-bw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bz.js new file mode 100755 index 000000000..09af3b164 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-bz.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd-MMM-y HH:mm:ss", + "mediumDate": "dd-MMM-y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-bz", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ca.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ca.js new file mode 100755 index 000000000..f58feb3f3 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ca.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "yyyy-MM-dd h:mm:ss a", + "mediumDate": "yyyy-MM-dd", + "mediumTime": "h:mm:ss a", + "short": "yy-MM-dd h:mm a", + "shortDate": "yy-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-ca", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-dsrt-us.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-dsrt-us.js new file mode 100755 index 000000000..013d18cdc --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-dsrt-us.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\ud801\udc08\ud801\udc23", + "1": "\ud801\udc11\ud801\udc23" + }, + "DAY": { + "0": "\ud801\udc1d\ud801\udc32\ud801\udc4c\ud801\udc3c\ud801\udc29", + "1": "\ud801\udc23\ud801\udc32\ud801\udc4c\ud801\udc3c\ud801\udc29", + "2": "\ud801\udc13\ud801\udc2d\ud801\udc46\ud801\udc3c\ud801\udc29", + "3": "\ud801\udc0e\ud801\udc2f\ud801\udc4c\ud801\udc46\ud801\udc3c\ud801\udc29", + "4": "\ud801\udc1b\ud801\udc32\ud801\udc49\ud801\udc46\ud801\udc3c\ud801\udc29", + "5": "\ud801\udc19\ud801\udc49\ud801\udc34\ud801\udc3c\ud801\udc29", + "6": "\ud801\udc1d\ud801\udc30\ud801\udc3b\ud801\udc32\ud801\udc49\ud801\udc3c\ud801\udc29" + }, + "MONTH": { + "0": "\ud801\udc16\ud801\udc30\ud801\udc4c\ud801\udc37\ud801\udc2d\ud801\udc2f\ud801\udc49\ud801\udc28", + "1": "\ud801\udc19\ud801\udc2f\ud801\udc3a\ud801\udc49\ud801\udc2d\ud801\udc2f\ud801\udc49\ud801\udc28", + "2": "\ud801\udc23\ud801\udc2a\ud801\udc49\ud801\udc3d", + "3": "\ud801\udc01\ud801\udc39\ud801\udc49\ud801\udc2e\ud801\udc4a", + "4": "\ud801\udc23\ud801\udc29", + "5": "\ud801\udc16\ud801\udc2d\ud801\udc4c", + "6": "\ud801\udc16\ud801\udc2d\ud801\udc4a\ud801\udc34", + "7": "\ud801\udc02\ud801\udc40\ud801\udc32\ud801\udc45\ud801\udc3b", + "8": "\ud801\udc1d\ud801\udc2f\ud801\udc39\ud801\udc3b\ud801\udc2f\ud801\udc4b\ud801\udc3a\ud801\udc32\ud801\udc49", + "9": "\ud801\udc09\ud801\udc3f\ud801\udc3b\ud801\udc2c\ud801\udc3a\ud801\udc32\ud801\udc49", + "10": "\ud801\udc24\ud801\udc2c\ud801\udc42\ud801\udc2f\ud801\udc4b\ud801\udc3a\ud801\udc32\ud801\udc49", + "11": "\ud801\udc14\ud801\udc28\ud801\udc45\ud801\udc2f\ud801\udc4b\ud801\udc3a\ud801\udc32\ud801\udc49" + }, + "SHORTDAY": { + "0": "\ud801\udc1d\ud801\udc32\ud801\udc4c", + "1": "\ud801\udc23\ud801\udc32\ud801\udc4c", + "2": "\ud801\udc13\ud801\udc2d\ud801\udc46", + "3": "\ud801\udc0e\ud801\udc2f\ud801\udc4c", + "4": "\ud801\udc1b\ud801\udc32\ud801\udc49", + "5": "\ud801\udc19\ud801\udc49\ud801\udc34", + "6": "\ud801\udc1d\ud801\udc30\ud801\udc3b" + }, + "SHORTMONTH": { + "0": "\ud801\udc16\ud801\udc30\ud801\udc4c", + "1": "\ud801\udc19\ud801\udc2f\ud801\udc3a", + "2": "\ud801\udc23\ud801\udc2a\ud801\udc49", + "3": "\ud801\udc01\ud801\udc39\ud801\udc49", + "4": "\ud801\udc23\ud801\udc29", + "5": "\ud801\udc16\ud801\udc2d\ud801\udc4c", + "6": "\ud801\udc16\ud801\udc2d\ud801\udc4a", + "7": "\ud801\udc02\ud801\udc40", + "8": "\ud801\udc1d\ud801\udc2f\ud801\udc39", + "9": "\ud801\udc09\ud801\udc3f\ud801\udc3b", + "10": "\ud801\udc24\ud801\udc2c\ud801\udc42", + "11": "\ud801\udc14\ud801\udc28\ud801\udc45" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-dsrt-us", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-dsrt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-dsrt.js new file mode 100755 index 000000000..f7f21c9b0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-dsrt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\ud801\udc08\ud801\udc23", + "1": "\ud801\udc11\ud801\udc23" + }, + "DAY": { + "0": "\ud801\udc1d\ud801\udc32\ud801\udc4c\ud801\udc3c\ud801\udc29", + "1": "\ud801\udc23\ud801\udc32\ud801\udc4c\ud801\udc3c\ud801\udc29", + "2": "\ud801\udc13\ud801\udc2d\ud801\udc46\ud801\udc3c\ud801\udc29", + "3": "\ud801\udc0e\ud801\udc2f\ud801\udc4c\ud801\udc46\ud801\udc3c\ud801\udc29", + "4": "\ud801\udc1b\ud801\udc32\ud801\udc49\ud801\udc46\ud801\udc3c\ud801\udc29", + "5": "\ud801\udc19\ud801\udc49\ud801\udc34\ud801\udc3c\ud801\udc29", + "6": "\ud801\udc1d\ud801\udc30\ud801\udc3b\ud801\udc32\ud801\udc49\ud801\udc3c\ud801\udc29" + }, + "MONTH": { + "0": "\ud801\udc16\ud801\udc30\ud801\udc4c\ud801\udc37\ud801\udc2d\ud801\udc2f\ud801\udc49\ud801\udc28", + "1": "\ud801\udc19\ud801\udc2f\ud801\udc3a\ud801\udc49\ud801\udc2d\ud801\udc2f\ud801\udc49\ud801\udc28", + "2": "\ud801\udc23\ud801\udc2a\ud801\udc49\ud801\udc3d", + "3": "\ud801\udc01\ud801\udc39\ud801\udc49\ud801\udc2e\ud801\udc4a", + "4": "\ud801\udc23\ud801\udc29", + "5": "\ud801\udc16\ud801\udc2d\ud801\udc4c", + "6": "\ud801\udc16\ud801\udc2d\ud801\udc4a\ud801\udc34", + "7": "\ud801\udc02\ud801\udc40\ud801\udc32\ud801\udc45\ud801\udc3b", + "8": "\ud801\udc1d\ud801\udc2f\ud801\udc39\ud801\udc3b\ud801\udc2f\ud801\udc4b\ud801\udc3a\ud801\udc32\ud801\udc49", + "9": "\ud801\udc09\ud801\udc3f\ud801\udc3b\ud801\udc2c\ud801\udc3a\ud801\udc32\ud801\udc49", + "10": "\ud801\udc24\ud801\udc2c\ud801\udc42\ud801\udc2f\ud801\udc4b\ud801\udc3a\ud801\udc32\ud801\udc49", + "11": "\ud801\udc14\ud801\udc28\ud801\udc45\ud801\udc2f\ud801\udc4b\ud801\udc3a\ud801\udc32\ud801\udc49" + }, + "SHORTDAY": { + "0": "\ud801\udc1d\ud801\udc32\ud801\udc4c", + "1": "\ud801\udc23\ud801\udc32\ud801\udc4c", + "2": "\ud801\udc13\ud801\udc2d\ud801\udc46", + "3": "\ud801\udc0e\ud801\udc2f\ud801\udc4c", + "4": "\ud801\udc1b\ud801\udc32\ud801\udc49", + "5": "\ud801\udc19\ud801\udc49\ud801\udc34", + "6": "\ud801\udc1d\ud801\udc30\ud801\udc3b" + }, + "SHORTMONTH": { + "0": "\ud801\udc16\ud801\udc30\ud801\udc4c", + "1": "\ud801\udc19\ud801\udc2f\ud801\udc3a", + "2": "\ud801\udc23\ud801\udc2a\ud801\udc49", + "3": "\ud801\udc01\ud801\udc39\ud801\udc49", + "4": "\ud801\udc23\ud801\udc29", + "5": "\ud801\udc16\ud801\udc2d\ud801\udc4c", + "6": "\ud801\udc16\ud801\udc2d\ud801\udc4a", + "7": "\ud801\udc02\ud801\udc40", + "8": "\ud801\udc1d\ud801\udc2f\ud801\udc39", + "9": "\ud801\udc09\ud801\udc3f\ud801\udc3b", + "10": "\ud801\udc24\ud801\udc2c\ud801\udc42", + "11": "\ud801\udc14\ud801\udc28\ud801\udc45" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-dsrt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-fm.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-fm.js new file mode 100755 index 000000000..92f1c1f65 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-fm.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-fm", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gb.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gb.js new file mode 100755 index 000000000..d311e40af --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gb.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yyyy HH:mm", + "shortDate": "dd/MM/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a3", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-gb", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gu.js new file mode 100755 index 000000000..06f41d663 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-gu", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gy.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gy.js new file mode 100755 index 000000000..8da13f026 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-gy.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-gy", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-hk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-hk.js new file mode 100755 index 000000000..e565ec48f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-hk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-hk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ie.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ie.js new file mode 100755 index 000000000..7422283dd --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ie.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-ie", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-in.js new file mode 100755 index 000000000..5e6f242db --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "en-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-iso.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-iso.js new file mode 100755 index 000000000..dbe28a69b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-iso.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, y MMMM dd", + "longDate": "y MMMM d", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-iso", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-jm.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-jm.js new file mode 100755 index 000000000..8b1a67070 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-jm.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-jm", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mh.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mh.js new file mode 100755 index 000000000..3d4a80993 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mh.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-mh", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mp.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mp.js new file mode 100755 index 000000000..3781598af --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mp.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-mp", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mt.js new file mode 100755 index 000000000..8cd3cb853 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y h:mm:ss a", + "mediumDate": "dd MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-mt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mu.js new file mode 100755 index 000000000..a70779020 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-mu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-mu", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-na.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-na.js new file mode 100755 index 000000000..7a065e8f8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-na.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-na", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-nz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-nz.js new file mode 100755 index 000000000..1dfb36778 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-nz.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d/MM/yyyy h:mm:ss a", + "mediumDate": "d/MM/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-nz", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ph.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ph.js new file mode 100755 index 000000000..d82bce043 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-ph.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-ph", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pk.js new file mode 100755 index 000000000..87b741110 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "dd-MMM-y h:mm:ss a", + "mediumDate": "dd-MMM-y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-pk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pr.js new file mode 100755 index 000000000..d1c9a7710 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-pr", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pw.js new file mode 100755 index 000000000..0e9c65df2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-pw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-pw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-sg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-sg.js new file mode 100755 index 000000000..067e2d863 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-sg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-sg", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-tc.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-tc.js new file mode 100755 index 000000000..2ccad1e13 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-tc.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-tc", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-tt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-tt.js new file mode 100755 index 000000000..0c1181083 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-tt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-tt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-um.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-um.js new file mode 100755 index 000000000..cf90a663b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-um.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-um", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-us.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-us.js new file mode 100755 index 000000000..244365d12 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-us.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-us", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-vg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-vg.js new file mode 100755 index 000000000..fb882e36c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-vg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-vg", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-vi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-vi.js new file mode 100755 index 000000000..107f7ef3e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-vi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-vi", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-za.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-za.js new file mode 100755 index 000000000..0bd8b663d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-za.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM y h:mm:ss a", + "mediumDate": "dd MMM y", + "mediumTime": "h:mm:ss a", + "short": "yyyy/MM/dd h:mm a", + "shortDate": "yyyy/MM/dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-za", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-zw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-zw.js new file mode 100755 index 000000000..578f1f124 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-zw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "dd MMM,y h:mm:ss a", + "mediumDate": "dd MMM,y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yyyy h:mm a", + "shortDate": "d/M/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en-zw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en-zz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-zz.js new file mode 100755 index 000000000..b72c59236 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en-zz.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4","posSuf":"","negPre":"(\u00A4","negSuf":")","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"$"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"AMPMS":["AM","PM"],"medium":"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a","fullDate":"EEEE, MMMM d, y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"id":"en-zz"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_en.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_en.js new file mode 100755 index 000000000..60c400004 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_en.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "MONTH": { + "0": "January", + "1": "February", + "2": "March", + "3": "April", + "4": "May", + "5": "June", + "6": "July", + "7": "August", + "8": "September", + "9": "October", + "10": "November", + "11": "December" + }, + "SHORTDAY": { + "0": "Sun", + "1": "Mon", + "2": "Tue", + "3": "Wed", + "4": "Thu", + "5": "Fri", + "6": "Sat" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "May", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Oct", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE, MMMM d, y", + "longDate": "MMMM d, y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "en", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-419.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-419.js new file mode 100755 index 000000000..315ecb894 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-419.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "es-419", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ar.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ar.js new file mode 100755 index 000000000..93dc40206 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ar.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-ar", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-bo.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-bo.js new file mode 100755 index 000000000..d06f6621c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-bo.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-bo", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-cl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-cl.js new file mode 100755 index 000000000..4edd9bc08 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-cl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd-MM-yyyy H:mm:ss", + "mediumDate": "dd-MM-yyyy", + "mediumTime": "H:mm:ss", + "short": "dd-MM-yy H:mm", + "shortDate": "dd-MM-yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-cl", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-co.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-co.js new file mode 100755 index 000000000..df187b4cb --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-co.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d/MM/yyyy H:mm:ss", + "mediumDate": "d/MM/yyyy", + "mediumTime": "H:mm:ss", + "short": "d/MM/yy H:mm", + "shortDate": "d/MM/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-co", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-cr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-cr.js new file mode 100755 index 000000000..cafe66086 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-cr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-cr", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-do.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-do.js new file mode 100755 index 000000000..a934e73c8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-do.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-do", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ea.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ea.js new file mode 100755 index 000000000..53f9993d8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ea.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-ea", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ec.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ec.js new file mode 100755 index 000000000..3a6838d0c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ec.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy H:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "H:mm:ss", + "short": "dd/MM/yy H:mm", + "shortDate": "dd/MM/yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-ec", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-es.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-es.js new file mode 100755 index 000000000..98e553ab7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-es.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-es", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-gq.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-gq.js new file mode 100755 index 000000000..9f1e1e9a6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-gq.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-gq", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-gt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-gt.js new file mode 100755 index 000000000..16a106a94 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-gt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "d/MM/yyyy HH:mm:ss", + "mediumDate": "d/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-gt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-hn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-hn.js new file mode 100755 index 000000000..8f789cecf --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-hn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE dd 'de' MMMM 'de' y", + "longDate": "dd 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-hn", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ic.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ic.js new file mode 100755 index 000000000..4df6bca5e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ic.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-ic", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-mx.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-mx.js new file mode 100755 index 000000000..80418a1a7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-mx.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-mx", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ni.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ni.js new file mode 100755 index 000000000..1780a2cda --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ni.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-ni", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pa.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pa.js new file mode 100755 index 000000000..fce18ba63 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pa.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "MM/dd/yyyy HH:mm:ss", + "mediumDate": "MM/dd/yyyy", + "mediumTime": "HH:mm:ss", + "short": "MM/dd/yy HH:mm", + "shortDate": "MM/dd/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-pa", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pe.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pe.js new file mode 100755 index 000000000..826c7d0f2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pe.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-pe", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pr.js new file mode 100755 index 000000000..2abfe43e1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-pr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "MM/dd/yyyy HH:mm:ss", + "mediumDate": "MM/dd/yyyy", + "mediumTime": "HH:mm:ss", + "short": "MM/dd/yy HH:mm", + "shortDate": "MM/dd/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-pr", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-py.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-py.js new file mode 100755 index 000000000..61c65cd3f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-py.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-py", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-sv.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-sv.js new file mode 100755 index 000000000..a613d7689 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-sv.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-sv", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-us.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-us.js new file mode 100755 index 000000000..2f605d115 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-us.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "MMM d, y h:mm:ss a", + "mediumDate": "MMM d, y", + "mediumTime": "h:mm:ss a", + "short": "M/d/yy h:mm a", + "shortDate": "M/d/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-us", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-uy.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-uy.js new file mode 100755 index 000000000..c0ecff36f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-uy.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-uy", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ve.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ve.js new file mode 100755 index 000000000..c988218b1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es-ve.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es-ve", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_es.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_es.js new file mode 100755 index 000000000..3f125b46a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_es.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "domingo", + "1": "lunes", + "2": "martes", + "3": "mi\u00e9rcoles", + "4": "jueves", + "5": "viernes", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "enero", + "1": "febrero", + "2": "marzo", + "3": "abril", + "4": "mayo", + "5": "junio", + "6": "julio", + "7": "agosto", + "8": "septiembre", + "9": "octubre", + "10": "noviembre", + "11": "diciembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mi\u00e9", + "4": "jue", + "5": "vie", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "ene", + "1": "feb", + "2": "mar", + "3": "abr", + "4": "may", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "sep", + "9": "oct", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "es", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_et-ee.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_et-ee.js new file mode 100755 index 000000000..8a6ff7648 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_et-ee.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "enne keskp\u00e4eva", + "1": "p\u00e4rast keskp\u00e4eva" + }, + "DAY": { + "0": "p\u00fchap\u00e4ev", + "1": "esmasp\u00e4ev", + "2": "teisip\u00e4ev", + "3": "kolmap\u00e4ev", + "4": "neljap\u00e4ev", + "5": "reede", + "6": "laup\u00e4ev" + }, + "MONTH": { + "0": "jaanuar", + "1": "veebruar", + "2": "m\u00e4rts", + "3": "aprill", + "4": "mai", + "5": "juuni", + "6": "juuli", + "7": "august", + "8": "september", + "9": "oktoober", + "10": "november", + "11": "detsember" + }, + "SHORTDAY": { + "0": "P", + "1": "E", + "2": "T", + "3": "K", + "4": "N", + "5": "R", + "6": "L" + }, + "SHORTMONTH": { + "0": "jaan", + "1": "veebr", + "2": "m\u00e4rts", + "3": "apr", + "4": "mai", + "5": "juuni", + "6": "juuli", + "7": "aug", + "8": "sept", + "9": "okt", + "10": "nov", + "11": "dets" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy H:mm.ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "H:mm.ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a4)", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "et-ee", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_et.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_et.js new file mode 100755 index 000000000..4bffdb669 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_et.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "enne keskp\u00e4eva", + "1": "p\u00e4rast keskp\u00e4eva" + }, + "DAY": { + "0": "p\u00fchap\u00e4ev", + "1": "esmasp\u00e4ev", + "2": "teisip\u00e4ev", + "3": "kolmap\u00e4ev", + "4": "neljap\u00e4ev", + "5": "reede", + "6": "laup\u00e4ev" + }, + "MONTH": { + "0": "jaanuar", + "1": "veebruar", + "2": "m\u00e4rts", + "3": "aprill", + "4": "mai", + "5": "juuni", + "6": "juuli", + "7": "august", + "8": "september", + "9": "oktoober", + "10": "november", + "11": "detsember" + }, + "SHORTDAY": { + "0": "P", + "1": "E", + "2": "T", + "3": "K", + "4": "N", + "5": "R", + "6": "L" + }, + "SHORTMONTH": { + "0": "jaan", + "1": "veebr", + "2": "m\u00e4rts", + "3": "apr", + "4": "mai", + "5": "juuni", + "6": "juuli", + "7": "aug", + "8": "sept", + "9": "okt", + "10": "nov", + "11": "dets" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy H:mm.ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "H:mm.ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 0, + "lgSize": 0, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a4)", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "et", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_eu-es.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_eu-es.js new file mode 100755 index 000000000..6ff2293a7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_eu-es.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "igandea", + "1": "astelehena", + "2": "asteartea", + "3": "asteazkena", + "4": "osteguna", + "5": "ostirala", + "6": "larunbata" + }, + "MONTH": { + "0": "urtarrila", + "1": "otsaila", + "2": "martxoa", + "3": "apirila", + "4": "maiatza", + "5": "ekaina", + "6": "uztaila", + "7": "abuztua", + "8": "iraila", + "9": "urria", + "10": "azaroa", + "11": "abendua" + }, + "SHORTDAY": { + "0": "ig", + "1": "al", + "2": "as", + "3": "az", + "4": "og", + "5": "or", + "6": "lr" + }, + "SHORTMONTH": { + "0": "urt", + "1": "ots", + "2": "mar", + "3": "api", + "4": "mai", + "5": "eka", + "6": "uzt", + "7": "abu", + "8": "ira", + "9": "urr", + "10": "aza", + "11": "abe" + }, + "fullDate": "EEEE, y'eko' MMMM'ren' dd'a'", + "longDate": "y'eko' MMM'ren' dd'a'", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "eu-es", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_eu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_eu.js new file mode 100755 index 000000000..e101cdba9 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_eu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "igandea", + "1": "astelehena", + "2": "asteartea", + "3": "asteazkena", + "4": "osteguna", + "5": "ostirala", + "6": "larunbata" + }, + "MONTH": { + "0": "urtarrila", + "1": "otsaila", + "2": "martxoa", + "3": "apirila", + "4": "maiatza", + "5": "ekaina", + "6": "uztaila", + "7": "abuztua", + "8": "iraila", + "9": "urria", + "10": "azaroa", + "11": "abendua" + }, + "SHORTDAY": { + "0": "ig", + "1": "al", + "2": "as", + "3": "az", + "4": "og", + "5": "or", + "6": "lr" + }, + "SHORTMONTH": { + "0": "urt", + "1": "ots", + "2": "mar", + "3": "api", + "4": "mai", + "5": "eka", + "6": "uzt", + "7": "abu", + "8": "ira", + "9": "urr", + "10": "aza", + "11": "abe" + }, + "fullDate": "EEEE, y'eko' MMMM'ren' dd'a'", + "longDate": "y'eko' MMM'ren' dd'a'", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "eu", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fa-af.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fa-af.js new file mode 100755 index 000000000..51ff8d156 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fa-af.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", + "1": "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631" + }, + "DAY": { + "0": "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "1": "\u062f\u0648\u0634\u0646\u0628\u0647", + "2": "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "3": "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "4": "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "5": "\u062c\u0645\u0639\u0647", + "6": "\u0634\u0646\u0628\u0647" + }, + "MONTH": { + "0": "\u062c\u0646\u0648\u0631\u06cc", + "1": "\u0641\u0628\u0631\u0648\u0631\u06cc", + "2": "\u0645\u0627\u0631\u0686", + "3": "\u0627\u067e\u0631\u06cc\u0644", + "4": "\u0645\u06cc", + "5": "\u062c\u0648\u0646", + "6": "\u062c\u0648\u0644\u0627\u06cc", + "7": "\u0627\u06af\u0633\u062a", + "8": "\u0633\u067e\u062a\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0645\u0628\u0631", + "11": "\u062f\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "1": "\u062f\u0648\u0634\u0646\u0628\u0647", + "2": "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "3": "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "4": "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "5": "\u062c\u0645\u0639\u0647", + "6": "\u0634\u0646\u0628\u0647" + }, + "SHORTMONTH": { + "0": "\u062c\u0646\u0648", + "1": "\u0641\u0648\u0631\u06cc\u0647\u0654", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0622\u0648\u0631\u06cc\u0644", + "4": "\u0645\u0640\u06cc", + "5": "\u0698\u0648\u0626\u0646", + "6": "\u062c\u0648\u0644", + "7": "\u0627\u0648\u062a", + "8": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0628\u0631", + "10": "\u0646\u0648\u0627\u0645\u0628\u0631", + "11": "\u062f\u0633\u0645" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "yyyy/M/d H:mm", + "shortDate": "yyyy/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u200e(\u00a4", + "negSuf": ")", + "posPre": "\u200e\u00a4", + "posSuf": "" + } + } + }, + "id": "fa-af", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fa-ir.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fa-ir.js new file mode 100755 index 000000000..714036d15 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fa-ir.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", + "1": "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631" + }, + "DAY": { + "0": "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "1": "\u062f\u0648\u0634\u0646\u0628\u0647", + "2": "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "3": "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "4": "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "5": "\u062c\u0645\u0639\u0647", + "6": "\u0634\u0646\u0628\u0647" + }, + "MONTH": { + "0": "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "1": "\u0641\u0648\u0631\u06cc\u0647\u0654", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0622\u0648\u0631\u06cc\u0644", + "4": "\u0645\u0647\u0654", + "5": "\u0698\u0648\u0626\u0646", + "6": "\u0698\u0648\u0626\u06cc\u0647\u0654", + "7": "\u0627\u0648\u062a", + "8": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0628\u0631", + "10": "\u0646\u0648\u0627\u0645\u0628\u0631", + "11": "\u062f\u0633\u0627\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "1": "\u062f\u0648\u0634\u0646\u0628\u0647", + "2": "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "3": "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "4": "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "5": "\u062c\u0645\u0639\u0647", + "6": "\u0634\u0646\u0628\u0647" + }, + "SHORTMONTH": { + "0": "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "1": "\u0641\u0648\u0631\u06cc\u0647\u0654", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0622\u0648\u0631\u06cc\u0644", + "4": "\u0645\u0647\u0654", + "5": "\u0698\u0648\u0626\u0646", + "6": "\u0698\u0648\u0626\u06cc\u0647\u0654", + "7": "\u0627\u0648\u062a", + "8": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0628\u0631", + "10": "\u0646\u0648\u0627\u0645\u0628\u0631", + "11": "\u062f\u0633\u0627\u0645\u0628\u0631" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "yyyy/M/d H:mm", + "shortDate": "yyyy/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u200e(\u00a4", + "negSuf": ")", + "posPre": "\u200e\u00a4", + "posSuf": "" + } + } + }, + "id": "fa-ir", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fa.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fa.js new file mode 100755 index 000000000..4d2f1a7cb --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fa.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", + "1": "\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631" + }, + "DAY": { + "0": "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "1": "\u062f\u0648\u0634\u0646\u0628\u0647", + "2": "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "3": "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "4": "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "5": "\u062c\u0645\u0639\u0647", + "6": "\u0634\u0646\u0628\u0647" + }, + "MONTH": { + "0": "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "1": "\u0641\u0648\u0631\u06cc\u0647\u0654", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0622\u0648\u0631\u06cc\u0644", + "4": "\u0645\u0647\u0654", + "5": "\u0698\u0648\u0626\u0646", + "6": "\u0698\u0648\u0626\u06cc\u0647\u0654", + "7": "\u0627\u0648\u062a", + "8": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0628\u0631", + "10": "\u0646\u0648\u0627\u0645\u0628\u0631", + "11": "\u062f\u0633\u0627\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u06cc\u06a9\u0634\u0646\u0628\u0647", + "1": "\u062f\u0648\u0634\u0646\u0628\u0647", + "2": "\u0633\u0647\u200c\u0634\u0646\u0628\u0647", + "3": "\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647", + "4": "\u067e\u0646\u062c\u0634\u0646\u0628\u0647", + "5": "\u062c\u0645\u0639\u0647", + "6": "\u0634\u0646\u0628\u0647" + }, + "SHORTMONTH": { + "0": "\u0698\u0627\u0646\u0648\u06cc\u0647\u0654", + "1": "\u0641\u0648\u0631\u06cc\u0647\u0654", + "2": "\u0645\u0627\u0631\u0633", + "3": "\u0622\u0648\u0631\u06cc\u0644", + "4": "\u0645\u0647\u0654", + "5": "\u0698\u0648\u0626\u0646", + "6": "\u0698\u0648\u0626\u06cc\u0647\u0654", + "7": "\u0627\u0648\u062a", + "8": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0628\u0631", + "10": "\u0646\u0648\u0627\u0645\u0628\u0631", + "11": "\u062f\u0633\u0627\u0645\u0628\u0631" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "yyyy/M/d H:mm", + "shortDate": "yyyy/M/d", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rial", + "DECIMAL_SEP": "\u066b", + "GROUP_SEP": "\u066c", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u200e(\u00a4", + "negSuf": ")", + "posPre": "\u200e\u00a4", + "posSuf": "" + } + } + }, + "id": "fa", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fi-fi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fi-fi.js new file mode 100755 index 000000000..25a30d0af --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fi-fi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "ap.", + "1": "ip." + }, + "DAY": { + "0": "sunnuntaina", + "1": "maanantaina", + "2": "tiistaina", + "3": "keskiviikkona", + "4": "torstaina", + "5": "perjantaina", + "6": "lauantaina" + }, + "MONTH": { + "0": "tammikuuta", + "1": "helmikuuta", + "2": "maaliskuuta", + "3": "huhtikuuta", + "4": "toukokuuta", + "5": "kes\u00e4kuuta", + "6": "hein\u00e4kuuta", + "7": "elokuuta", + "8": "syyskuuta", + "9": "lokakuuta", + "10": "marraskuuta", + "11": "joulukuuta" + }, + "SHORTDAY": { + "0": "su", + "1": "ma", + "2": "ti", + "3": "ke", + "4": "to", + "5": "pe", + "6": "la" + }, + "SHORTMONTH": { + "0": "tammikuuta", + "1": "helmikuuta", + "2": "maaliskuuta", + "3": "huhtikuuta", + "4": "toukokuuta", + "5": "kes\u00e4kuuta", + "6": "hein\u00e4kuuta", + "7": "elokuuta", + "8": "syyskuuta", + "9": "lokakuuta", + "10": "marraskuuta", + "11": "joulukuuta" + }, + "fullDate": "cccc, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.yyyy H.mm.ss", + "mediumDate": "d.M.yyyy", + "mediumTime": "H.mm.ss", + "short": "d.M.yyyy H.mm", + "shortDate": "d.M.yyyy", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fi-fi", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fi.js new file mode 100755 index 000000000..e63c1b9e2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "ap.", + "1": "ip." + }, + "DAY": { + "0": "sunnuntaina", + "1": "maanantaina", + "2": "tiistaina", + "3": "keskiviikkona", + "4": "torstaina", + "5": "perjantaina", + "6": "lauantaina" + }, + "MONTH": { + "0": "tammikuuta", + "1": "helmikuuta", + "2": "maaliskuuta", + "3": "huhtikuuta", + "4": "toukokuuta", + "5": "kes\u00e4kuuta", + "6": "hein\u00e4kuuta", + "7": "elokuuta", + "8": "syyskuuta", + "9": "lokakuuta", + "10": "marraskuuta", + "11": "joulukuuta" + }, + "SHORTDAY": { + "0": "su", + "1": "ma", + "2": "ti", + "3": "ke", + "4": "to", + "5": "pe", + "6": "la" + }, + "SHORTMONTH": { + "0": "tammikuuta", + "1": "helmikuuta", + "2": "maaliskuuta", + "3": "huhtikuuta", + "4": "toukokuuta", + "5": "kes\u00e4kuuta", + "6": "hein\u00e4kuuta", + "7": "elokuuta", + "8": "syyskuuta", + "9": "lokakuuta", + "10": "marraskuuta", + "11": "joulukuuta" + }, + "fullDate": "cccc, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.yyyy H.mm.ss", + "mediumDate": "d.M.yyyy", + "mediumTime": "H.mm.ss", + "short": "d.M.yyyy H.mm", + "shortDate": "d.M.yyyy", + "shortTime": "H.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fi", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fil-ph.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fil-ph.js new file mode 100755 index 000000000..eba93762e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fil-ph.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Linggo", + "1": "Lunes", + "2": "Martes", + "3": "Miyerkules", + "4": "Huwebes", + "5": "Biyernes", + "6": "Sabado" + }, + "MONTH": { + "0": "Enero", + "1": "Pebrero", + "2": "Marso", + "3": "Abril", + "4": "Mayo", + "5": "Hunyo", + "6": "Hulyo", + "7": "Agosto", + "8": "Setyembre", + "9": "Oktubre", + "10": "Nobyembre", + "11": "Disyembre" + }, + "SHORTDAY": { + "0": "Lin", + "1": "Lun", + "2": "Mar", + "3": "Mye", + "4": "Huw", + "5": "Bye", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Ene", + "1": "Peb", + "2": "Mar", + "3": "Abr", + "4": "May", + "5": "Hun", + "6": "Hul", + "7": "Ago", + "8": "Set", + "9": "Okt", + "10": "Nob", + "11": "Dis" + }, + "fullDate": "EEEE, MMMM dd y", + "longDate": "MMMM d, y", + "medium": "MMM d, y HH:mm:ss", + "mediumDate": "MMM d, y", + "mediumTime": "HH:mm:ss", + "short": "M/d/yy HH:mm", + "shortDate": "M/d/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "fil-ph", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fil.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fil.js new file mode 100755 index 000000000..88f30609f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fil.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Linggo", + "1": "Lunes", + "2": "Martes", + "3": "Miyerkules", + "4": "Huwebes", + "5": "Biyernes", + "6": "Sabado" + }, + "MONTH": { + "0": "Enero", + "1": "Pebrero", + "2": "Marso", + "3": "Abril", + "4": "Mayo", + "5": "Hunyo", + "6": "Hulyo", + "7": "Agosto", + "8": "Setyembre", + "9": "Oktubre", + "10": "Nobyembre", + "11": "Disyembre" + }, + "SHORTDAY": { + "0": "Lin", + "1": "Lun", + "2": "Mar", + "3": "Mye", + "4": "Huw", + "5": "Bye", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Ene", + "1": "Peb", + "2": "Mar", + "3": "Abr", + "4": "May", + "5": "Hun", + "6": "Hul", + "7": "Ago", + "8": "Set", + "9": "Okt", + "10": "Nob", + "11": "Dis" + }, + "fullDate": "EEEE, MMMM dd y", + "longDate": "MMMM d, y", + "medium": "MMM d, y HH:mm:ss", + "mediumDate": "MMM d, y", + "mediumTime": "HH:mm:ss", + "short": "M/d/yy HH:mm", + "shortDate": "M/d/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "fil", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-be.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-be.js new file mode 100755 index 000000000..015ac1142 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-be.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-be", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bf.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bf.js new file mode 100755 index 000000000..b262351d6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bf.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-bf", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bi.js new file mode 100755 index 000000000..ba2f17942 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-bi", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bj.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bj.js new file mode 100755 index 000000000..9eb32657e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bj.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-bj", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bl.js new file mode 100755 index 000000000..a6febf3ef --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-bl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-bl", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ca.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ca.js new file mode 100755 index 000000000..54962e19c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ca.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "yyyy-MM-dd HH:mm:ss", + "mediumDate": "yyyy-MM-dd", + "mediumTime": "HH:mm:ss", + "short": "yy-MM-dd HH:mm", + "shortDate": "yy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-ca", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cd.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cd.js new file mode 100755 index 000000000..59ba29ffa --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cd.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-cd", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cf.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cf.js new file mode 100755 index 000000000..8e05c39e9 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cf.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-cf", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cg.js new file mode 100755 index 000000000..990a60828 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-cg", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ch.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ch.js new file mode 100755 index 000000000..09a6df83e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ch.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-ch", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ci.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ci.js new file mode 100755 index 000000000..04238f27a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ci.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-ci", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cm.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cm.js new file mode 100755 index 000000000..b5d68b02b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-cm.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-cm", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-dj.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-dj.js new file mode 100755 index 000000000..fad6b90a1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-dj.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-dj", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-fr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-fr.js new file mode 100755 index 000000000..df7963b35 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-fr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-fr", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ga.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ga.js new file mode 100755 index 000000000..e44b82f12 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ga.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-ga", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gf.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gf.js new file mode 100755 index 000000000..933bba7dd --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gf.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-gf", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gn.js new file mode 100755 index 000000000..ee63d96a6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-gn", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gp.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gp.js new file mode 100755 index 000000000..4ade36e5c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gp.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-gp", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gq.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gq.js new file mode 100755 index 000000000..939f06999 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-gq.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-gq", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-km.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-km.js new file mode 100755 index 000000000..466b2243f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-km.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-km", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-lu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-lu.js new file mode 100755 index 000000000..0c40ef86a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-lu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-lu", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mc.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mc.js new file mode 100755 index 000000000..071774990 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mc.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-mc", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mf.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mf.js new file mode 100755 index 000000000..99a8b9ef8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mf.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-mf", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mg.js new file mode 100755 index 000000000..59abeb30c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-mg", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ml.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ml.js new file mode 100755 index 000000000..13c333271 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ml.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-ml", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mq.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mq.js new file mode 100755 index 000000000..9e757d1d7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-mq.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-mq", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ne.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ne.js new file mode 100755 index 000000000..e4e4b772b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-ne.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-ne", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-re.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-re.js new file mode 100755 index 000000000..844de6b81 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-re.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-re", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-rw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-rw.js new file mode 100755 index 000000000..ef84535bc --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-rw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-rw", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-sn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-sn.js new file mode 100755 index 000000000..ca496daea --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-sn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-sn", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-td.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-td.js new file mode 100755 index 000000000..4efa43347 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-td.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-td", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-tg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-tg.js new file mode 100755 index 000000000..24b76ca97 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-tg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "février", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "août", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "décembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "févr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "août", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "déc." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "€", + "DECIMAL_SEP": ",", + "GROUP_SEP": " ", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": " \u00A4)", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "fr-tg", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-yt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-yt.js new file mode 100755 index 000000000..fb3be5d30 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr-yt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr-yt", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_fr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr.js new file mode 100755 index 000000000..23cac6b18 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_fr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "dimanche", + "1": "lundi", + "2": "mardi", + "3": "mercredi", + "4": "jeudi", + "5": "vendredi", + "6": "samedi" + }, + "MONTH": { + "0": "janvier", + "1": "f\u00e9vrier", + "2": "mars", + "3": "avril", + "4": "mai", + "5": "juin", + "6": "juillet", + "7": "ao\u00fbt", + "8": "septembre", + "9": "octobre", + "10": "novembre", + "11": "d\u00e9cembre" + }, + "SHORTDAY": { + "0": "dim.", + "1": "lun.", + "2": "mar.", + "3": "mer.", + "4": "jeu.", + "5": "ven.", + "6": "sam." + }, + "SHORTMONTH": { + "0": "janv.", + "1": "f\u00e9vr.", + "2": "mars", + "3": "avr.", + "4": "mai", + "5": "juin", + "6": "juil.", + "7": "ao\u00fbt", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "d\u00e9c." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "fr", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_gl-es.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_gl-es.js new file mode 100755 index 000000000..e73f2ec5d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_gl-es.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "Domingo", + "1": "Luns", + "2": "Martes", + "3": "M\u00e9rcores", + "4": "Xoves", + "5": "Venres", + "6": "S\u00e1bado" + }, + "MONTH": { + "0": "Xaneiro", + "1": "Febreiro", + "2": "Marzo", + "3": "Abril", + "4": "Maio", + "5": "Xu\u00f1o", + "6": "Xullo", + "7": "Agosto", + "8": "Setembro", + "9": "Outubro", + "10": "Novembro", + "11": "Decembro" + }, + "SHORTDAY": { + "0": "Dom", + "1": "Lun", + "2": "Mar", + "3": "M\u00e9r", + "4": "Xov", + "5": "Ven", + "6": "S\u00e1b" + }, + "SHORTMONTH": { + "0": "Xan", + "1": "Feb", + "2": "Mar", + "3": "Abr", + "4": "Mai", + "5": "Xu\u00f1", + "6": "Xul", + "7": "Ago", + "8": "Set", + "9": "Out", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "gl-es", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_gl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_gl.js new file mode 100755 index 000000000..3a42b4249 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_gl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "Domingo", + "1": "Luns", + "2": "Martes", + "3": "M\u00e9rcores", + "4": "Xoves", + "5": "Venres", + "6": "S\u00e1bado" + }, + "MONTH": { + "0": "Xaneiro", + "1": "Febreiro", + "2": "Marzo", + "3": "Abril", + "4": "Maio", + "5": "Xu\u00f1o", + "6": "Xullo", + "7": "Agosto", + "8": "Setembro", + "9": "Outubro", + "10": "Novembro", + "11": "Decembro" + }, + "SHORTDAY": { + "0": "Dom", + "1": "Lun", + "2": "Mar", + "3": "M\u00e9r", + "4": "Xov", + "5": "Ven", + "6": "S\u00e1b" + }, + "SHORTMONTH": { + "0": "Xan", + "1": "Feb", + "2": "Mar", + "3": "Abr", + "4": "Mai", + "5": "Xu\u00f1", + "6": "Xul", + "7": "Ago", + "8": "Set", + "9": "Out", + "10": "Nov", + "11": "Dec" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "dd MMMM y", + "medium": "d MMM, y HH:mm:ss", + "mediumDate": "d MMM, y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "gl", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_gsw-ch.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_gsw-ch.js new file mode 100755 index 000000000..1f18587af --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_gsw-ch.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nam." + }, + "DAY": { + "0": "Sunntig", + "1": "M\u00e4\u00e4ntig", + "2": "Ziischtig", + "3": "Mittwuch", + "4": "Dunschtig", + "5": "Friitig", + "6": "Samschtig" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "Auguscht", + "8": "Sept\u00e4mber", + "9": "Oktoober", + "10": "Nov\u00e4mber", + "11": "Dez\u00e4mber" + }, + "SHORTDAY": { + "0": "Su.", + "1": "M\u00e4.", + "2": "Zi.", + "3": "Mi.", + "4": "Du.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "gsw-ch", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_gsw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_gsw.js new file mode 100755 index 000000000..fc978d299 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_gsw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "vorm.", + "1": "nam." + }, + "DAY": { + "0": "Sunntig", + "1": "M\u00e4\u00e4ntig", + "2": "Ziischtig", + "3": "Mittwuch", + "4": "Dunschtig", + "5": "Friitig", + "6": "Samschtig" + }, + "MONTH": { + "0": "Januar", + "1": "Februar", + "2": "M\u00e4rz", + "3": "April", + "4": "Mai", + "5": "Juni", + "6": "Juli", + "7": "Auguscht", + "8": "Sept\u00e4mber", + "9": "Oktoober", + "10": "Nov\u00e4mber", + "11": "Dez\u00e4mber" + }, + "SHORTDAY": { + "0": "Su.", + "1": "M\u00e4.", + "2": "Zi.", + "3": "Mi.", + "4": "Du.", + "5": "Fr.", + "6": "Sa." + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "M\u00e4r", + "3": "Apr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Aug", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "CHF", + "DECIMAL_SEP": ".", + "GROUP_SEP": "\u2019", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "gsw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_gu-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_gu-in.js new file mode 100755 index 000000000..27840585b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_gu-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0", + "1": "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0", + "2": "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0", + "3": "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0", + "4": "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0", + "5": "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0", + "6": "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0" + }, + "MONTH": { + "0": "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", + "1": "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", + "2": "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "3": "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "4": "\u0aae\u0ac7", + "5": "\u0a9c\u0ac2\u0aa8", + "6": "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "7": "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "8": "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "9": "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", + "10": "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "11": "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0" + }, + "SHORTDAY": { + "0": "\u0ab0\u0ab5\u0abf", + "1": "\u0ab8\u0acb\u0aae", + "2": "\u0aae\u0a82\u0a97\u0ab3", + "3": "\u0aac\u0ac1\u0aa7", + "4": "\u0a97\u0ac1\u0ab0\u0ac1", + "5": "\u0ab6\u0ac1\u0a95\u0acd\u0ab0", + "6": "\u0ab6\u0aa8\u0abf" + }, + "SHORTMONTH": { + "0": "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1", + "1": "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1", + "2": "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "3": "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "4": "\u0aae\u0ac7", + "5": "\u0a9c\u0ac2\u0aa8", + "6": "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "7": "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "8": "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7", + "9": "\u0a91\u0a95\u0acd\u0a9f\u0acb", + "10": "\u0aa8\u0ab5\u0ac7", + "11": "\u0aa1\u0abf\u0ab8\u0ac7" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y hh:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "hh:mm:ss a", + "short": "d-MM-yy hh:mm a", + "shortDate": "d-MM-yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "gu-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_gu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_gu.js new file mode 100755 index 000000000..34a7fbcc0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_gu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0", + "1": "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0", + "2": "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0", + "3": "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0", + "4": "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0", + "5": "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0", + "6": "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0" + }, + "MONTH": { + "0": "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0", + "1": "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0", + "2": "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "3": "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "4": "\u0aae\u0ac7", + "5": "\u0a9c\u0ac2\u0aa8", + "6": "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "7": "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "8": "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "9": "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0", + "10": "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0", + "11": "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0" + }, + "SHORTDAY": { + "0": "\u0ab0\u0ab5\u0abf", + "1": "\u0ab8\u0acb\u0aae", + "2": "\u0aae\u0a82\u0a97\u0ab3", + "3": "\u0aac\u0ac1\u0aa7", + "4": "\u0a97\u0ac1\u0ab0\u0ac1", + "5": "\u0ab6\u0ac1\u0a95\u0acd\u0ab0", + "6": "\u0ab6\u0aa8\u0abf" + }, + "SHORTMONTH": { + "0": "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1", + "1": "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1", + "2": "\u0aae\u0abe\u0ab0\u0acd\u0a9a", + "3": "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2", + "4": "\u0aae\u0ac7", + "5": "\u0a9c\u0ac2\u0aa8", + "6": "\u0a9c\u0ac1\u0ab2\u0abe\u0a88", + "7": "\u0a91\u0a97\u0ab8\u0acd\u0a9f", + "8": "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7", + "9": "\u0a91\u0a95\u0acd\u0a9f\u0acb", + "10": "\u0aa8\u0ab5\u0ac7", + "11": "\u0aa1\u0abf\u0ab8\u0ac7" + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y hh:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "hh:mm:ss a", + "short": "d-MM-yy hh:mm a", + "shortDate": "d-MM-yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "gu", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_haw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_haw.js new file mode 100755 index 000000000..d898946c1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_haw.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["Ianuali","Pepeluali","Malaki","ʻApelila","Mei","Iune","Iulai","ʻAukake","Kepakemapa","ʻOkakopa","Nowemapa","Kekemapa"],"SHORTMONTH":["Ian.","Pep.","Mal.","ʻAp.","Mei","Iun.","Iul.","ʻAu.","Kep.","ʻOk.","Now.","Kek."],"DAY":["Lāpule","Poʻakahi","Poʻalua","Poʻakolu","Poʻahā","Poʻalima","Poʻaono"],"SHORTDAY":["LP","P1","P2","P3","P4","P5","P6"],"AMPMS":["AM","PM"],"medium":"d MMM y h:mm:ss a","short":"d/M/yy h:mm a","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"d/M/yy","mediumTime":"h:mm:ss a","shortTime":"h:mm a"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"id":"haw"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_he-il.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_he-il.js new file mode 100755 index 000000000..e67690be0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_he-il.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", + "1": "\u05d0\u05d7\u05d4\u05f4\u05e6" + }, + "DAY": { + "0": "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", + "1": "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", + "2": "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", + "3": "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", + "4": "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", + "5": "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", + "6": "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea" + }, + "MONTH": { + "0": "\u05d9\u05e0\u05d5\u05d0\u05e8", + "1": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "2": "\u05de\u05e8\u05e5", + "3": "\u05d0\u05e4\u05e8\u05d9\u05dc", + "4": "\u05de\u05d0\u05d9", + "5": "\u05d9\u05d5\u05e0\u05d9", + "6": "\u05d9\u05d5\u05dc\u05d9", + "7": "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "8": "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "9": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "10": "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "11": "\u05d3\u05e6\u05de\u05d1\u05e8" + }, + "SHORTDAY": { + "0": "\u05d9\u05d5\u05dd \u05d0\u05f3", + "1": "\u05d9\u05d5\u05dd \u05d1\u05f3", + "2": "\u05d9\u05d5\u05dd \u05d2\u05f3", + "3": "\u05d9\u05d5\u05dd \u05d3\u05f3", + "4": "\u05d9\u05d5\u05dd \u05d4\u05f3", + "5": "\u05d9\u05d5\u05dd \u05d5\u05f3", + "6": "\u05e9\u05d1\u05ea" + }, + "SHORTMONTH": { + "0": "\u05d9\u05e0\u05d5", + "1": "\u05e4\u05d1\u05e8", + "2": "\u05de\u05e8\u05e5", + "3": "\u05d0\u05e4\u05e8", + "4": "\u05de\u05d0\u05d9", + "5": "\u05d9\u05d5\u05e0", + "6": "\u05d9\u05d5\u05dc", + "7": "\u05d0\u05d5\u05d2", + "8": "\u05e1\u05e4\u05d8", + "9": "\u05d0\u05d5\u05e7", + "10": "\u05e0\u05d5\u05d1", + "11": "\u05d3\u05e6\u05de" + }, + "fullDate": "EEEE, d \u05d1MMMM y", + "longDate": "d \u05d1MMMM y", + "medium": "d \u05d1MMM yyyy HH:mm:ss", + "mediumDate": "d \u05d1MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "he-il", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_he.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_he.js new file mode 100755 index 000000000..f343ce60e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_he.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", + "1": "\u05d0\u05d7\u05d4\u05f4\u05e6" + }, + "DAY": { + "0": "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", + "1": "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", + "2": "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", + "3": "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", + "4": "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", + "5": "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", + "6": "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea" + }, + "MONTH": { + "0": "\u05d9\u05e0\u05d5\u05d0\u05e8", + "1": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "2": "\u05de\u05e8\u05e5", + "3": "\u05d0\u05e4\u05e8\u05d9\u05dc", + "4": "\u05de\u05d0\u05d9", + "5": "\u05d9\u05d5\u05e0\u05d9", + "6": "\u05d9\u05d5\u05dc\u05d9", + "7": "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "8": "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "9": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "10": "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "11": "\u05d3\u05e6\u05de\u05d1\u05e8" + }, + "SHORTDAY": { + "0": "\u05d9\u05d5\u05dd \u05d0\u05f3", + "1": "\u05d9\u05d5\u05dd \u05d1\u05f3", + "2": "\u05d9\u05d5\u05dd \u05d2\u05f3", + "3": "\u05d9\u05d5\u05dd \u05d3\u05f3", + "4": "\u05d9\u05d5\u05dd \u05d4\u05f3", + "5": "\u05d9\u05d5\u05dd \u05d5\u05f3", + "6": "\u05e9\u05d1\u05ea" + }, + "SHORTMONTH": { + "0": "\u05d9\u05e0\u05d5", + "1": "\u05e4\u05d1\u05e8", + "2": "\u05de\u05e8\u05e5", + "3": "\u05d0\u05e4\u05e8", + "4": "\u05de\u05d0\u05d9", + "5": "\u05d9\u05d5\u05e0", + "6": "\u05d9\u05d5\u05dc", + "7": "\u05d0\u05d5\u05d2", + "8": "\u05e1\u05e4\u05d8", + "9": "\u05d0\u05d5\u05e7", + "10": "\u05e0\u05d5\u05d1", + "11": "\u05d3\u05e6\u05de" + }, + "fullDate": "EEEE, d \u05d1MMMM y", + "longDate": "d \u05d1MMMM y", + "medium": "d \u05d1MMM yyyy HH:mm:ss", + "mediumDate": "d \u05d1MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "he", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_hi-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_hi-in.js new file mode 100755 index 000000000..2fd2c638d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_hi-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0930\u0935\u093f\u0935\u093e\u0930", + "1": "\u0938\u094b\u092e\u0935\u093e\u0930", + "2": "\u092e\u0902\u0917\u0932\u0935\u093e\u0930", + "3": "\u092c\u0941\u0927\u0935\u093e\u0930", + "4": "\u092c\u0943\u0939\u0938\u094d\u092a\u0924\u093f\u0935\u093e\u0930", + "5": "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "6": "\u0936\u0928\u093f\u0935\u093e\u0930" + }, + "MONTH": { + "0": "\u091c\u0928\u0935\u0930\u0940", + "1": "\u092b\u0930\u0935\u0930\u0940", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u0905\u092a\u094d\u0930\u0948\u0932", + "4": "\u092e\u0908", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u093e\u0908", + "7": "\u0905\u0917\u0938\u094d\u0924", + "8": "\u0938\u093f\u0924\u092e\u094d\u092c\u0930", + "9": "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "10": "\u0928\u0935\u092e\u094d\u092c\u0930", + "11": "\u0926\u093f\u0938\u092e\u094d\u092c\u0930" + }, + "SHORTDAY": { + "0": "\u0930\u0935\u093f.", + "1": "\u0938\u094b\u092e.", + "2": "\u092e\u0902\u0917\u0932.", + "3": "\u092c\u0941\u0927.", + "4": "\u092c\u0943\u0939.", + "5": "\u0936\u0941\u0915\u094d\u0930.", + "6": "\u0936\u0928\u093f." + }, + "SHORTMONTH": { + "0": "\u091c\u0928\u0935\u0930\u0940", + "1": "\u092b\u0930\u0935\u0930\u0940", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u0905\u092a\u094d\u0930\u0948\u0932", + "4": "\u092e\u0908", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u093e\u0908", + "7": "\u0905\u0917\u0938\u094d\u0924", + "8": "\u0938\u093f\u0924\u092e\u094d\u092c\u0930", + "9": "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "10": "\u0928\u0935\u092e\u094d\u092c\u0930", + "11": "\u0926\u093f\u0938\u092e\u094d\u092c\u0930" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd-MM-yyyy h:mm:ss a", + "mediumDate": "dd-MM-yyyy", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "hi-in", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_hi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_hi.js new file mode 100755 index 000000000..f63259ca0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_hi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0930\u0935\u093f\u0935\u093e\u0930", + "1": "\u0938\u094b\u092e\u0935\u093e\u0930", + "2": "\u092e\u0902\u0917\u0932\u0935\u093e\u0930", + "3": "\u092c\u0941\u0927\u0935\u093e\u0930", + "4": "\u092c\u0943\u0939\u0938\u094d\u092a\u0924\u093f\u0935\u093e\u0930", + "5": "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "6": "\u0936\u0928\u093f\u0935\u093e\u0930" + }, + "MONTH": { + "0": "\u091c\u0928\u0935\u0930\u0940", + "1": "\u092b\u0930\u0935\u0930\u0940", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u0905\u092a\u094d\u0930\u0948\u0932", + "4": "\u092e\u0908", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u093e\u0908", + "7": "\u0905\u0917\u0938\u094d\u0924", + "8": "\u0938\u093f\u0924\u092e\u094d\u092c\u0930", + "9": "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "10": "\u0928\u0935\u092e\u094d\u092c\u0930", + "11": "\u0926\u093f\u0938\u092e\u094d\u092c\u0930" + }, + "SHORTDAY": { + "0": "\u0930\u0935\u093f.", + "1": "\u0938\u094b\u092e.", + "2": "\u092e\u0902\u0917\u0932.", + "3": "\u092c\u0941\u0927.", + "4": "\u092c\u0943\u0939.", + "5": "\u0936\u0941\u0915\u094d\u0930.", + "6": "\u0936\u0928\u093f." + }, + "SHORTMONTH": { + "0": "\u091c\u0928\u0935\u0930\u0940", + "1": "\u092b\u0930\u0935\u0930\u0940", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u0905\u092a\u094d\u0930\u0948\u0932", + "4": "\u092e\u0908", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u093e\u0908", + "7": "\u0905\u0917\u0938\u094d\u0924", + "8": "\u0938\u093f\u0924\u092e\u094d\u092c\u0930", + "9": "\u0905\u0915\u094d\u0924\u0942\u092c\u0930", + "10": "\u0928\u0935\u092e\u094d\u092c\u0930", + "11": "\u0926\u093f\u0938\u092e\u094d\u092c\u0930" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd-MM-yyyy h:mm:ss a", + "mediumDate": "dd-MM-yyyy", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "hi", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_hr-hr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_hr-hr.js new file mode 100755 index 000000000..232c27c78 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_hr-hr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "nedjelja", + "1": "ponedjeljak", + "2": "utorak", + "3": "srijeda", + "4": "\u010detvrtak", + "5": "petak", + "6": "subota" + }, + "MONTH": { + "0": "sije\u010dnja", + "1": "velja\u010de", + "2": "o\u017eujka", + "3": "travnja", + "4": "svibnja", + "5": "lipnja", + "6": "srpnja", + "7": "kolovoza", + "8": "rujna", + "9": "listopada", + "10": "studenoga", + "11": "prosinca" + }, + "SHORTDAY": { + "0": "ned", + "1": "pon", + "2": "uto", + "3": "sri", + "4": "\u010det", + "5": "pet", + "6": "sub" + }, + "SHORTMONTH": { + "0": "sij", + "1": "velj", + "2": "o\u017eu", + "3": "tra", + "4": "svi", + "5": "lip", + "6": "srp", + "7": "kol", + "8": "ruj", + "9": "lis", + "10": "stu", + "11": "pro" + }, + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. M. y. HH:mm:ss", + "mediumDate": "d. M. y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.y. HH:mm", + "shortDate": "d.M.y.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "hr-hr", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_hr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_hr.js new file mode 100755 index 000000000..420097423 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_hr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "nedjelja", + "1": "ponedjeljak", + "2": "utorak", + "3": "srijeda", + "4": "\u010detvrtak", + "5": "petak", + "6": "subota" + }, + "MONTH": { + "0": "sije\u010dnja", + "1": "velja\u010de", + "2": "o\u017eujka", + "3": "travnja", + "4": "svibnja", + "5": "lipnja", + "6": "srpnja", + "7": "kolovoza", + "8": "rujna", + "9": "listopada", + "10": "studenoga", + "11": "prosinca" + }, + "SHORTDAY": { + "0": "ned", + "1": "pon", + "2": "uto", + "3": "sri", + "4": "\u010det", + "5": "pet", + "6": "sub" + }, + "SHORTMONTH": { + "0": "sij", + "1": "velj", + "2": "o\u017eu", + "3": "tra", + "4": "svi", + "5": "lip", + "6": "srp", + "7": "kol", + "8": "ruj", + "9": "lis", + "10": "stu", + "11": "pro" + }, + "fullDate": "EEEE, d. MMMM y.", + "longDate": "d. MMMM y.", + "medium": "d. M. y. HH:mm:ss", + "mediumDate": "d. M. y.", + "mediumTime": "HH:mm:ss", + "short": "d.M.y. HH:mm", + "shortDate": "d.M.y.", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kn", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "hr", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_hu-hu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_hu-hu.js new file mode 100755 index 000000000..b46256553 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_hu-hu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "de.", + "1": "du." + }, + "DAY": { + "0": "vas\u00e1rnap", + "1": "h\u00e9tf\u0151", + "2": "kedd", + "3": "szerda", + "4": "cs\u00fct\u00f6rt\u00f6k", + "5": "p\u00e9ntek", + "6": "szombat" + }, + "MONTH": { + "0": "janu\u00e1r", + "1": "febru\u00e1r", + "2": "m\u00e1rcius", + "3": "\u00e1prilis", + "4": "m\u00e1jus", + "5": "j\u00fanius", + "6": "j\u00falius", + "7": "augusztus", + "8": "szeptember", + "9": "okt\u00f3ber", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "V", + "1": "H", + "2": "K", + "3": "Sze", + "4": "Cs", + "5": "P", + "6": "Szo" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "febr.", + "2": "m\u00e1rc.", + "3": "\u00e1pr.", + "4": "m\u00e1j.", + "5": "j\u00fan.", + "6": "j\u00fal.", + "7": "aug.", + "8": "szept.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "y. MMMM d., EEEE", + "longDate": "y. MMMM d.", + "medium": "yyyy.MM.dd. H:mm:ss", + "mediumDate": "yyyy.MM.dd.", + "mediumTime": "H:mm:ss", + "short": "yyyy.MM.dd. H:mm", + "shortDate": "yyyy.MM.dd.", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ft", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "hu-hu", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_hu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_hu.js new file mode 100755 index 000000000..5881c61ec --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_hu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "de.", + "1": "du." + }, + "DAY": { + "0": "vas\u00e1rnap", + "1": "h\u00e9tf\u0151", + "2": "kedd", + "3": "szerda", + "4": "cs\u00fct\u00f6rt\u00f6k", + "5": "p\u00e9ntek", + "6": "szombat" + }, + "MONTH": { + "0": "janu\u00e1r", + "1": "febru\u00e1r", + "2": "m\u00e1rcius", + "3": "\u00e1prilis", + "4": "m\u00e1jus", + "5": "j\u00fanius", + "6": "j\u00falius", + "7": "augusztus", + "8": "szeptember", + "9": "okt\u00f3ber", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "V", + "1": "H", + "2": "K", + "3": "Sze", + "4": "Cs", + "5": "P", + "6": "Szo" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "febr.", + "2": "m\u00e1rc.", + "3": "\u00e1pr.", + "4": "m\u00e1j.", + "5": "j\u00fan.", + "6": "j\u00fal.", + "7": "aug.", + "8": "szept.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "y. MMMM d., EEEE", + "longDate": "y. MMMM d.", + "medium": "yyyy.MM.dd. H:mm:ss", + "mediumDate": "yyyy.MM.dd.", + "mediumTime": "H:mm:ss", + "short": "yyyy.MM.dd. H:mm", + "shortDate": "yyyy.MM.dd.", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ft", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "hu", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_id-id.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_id-id.js new file mode 100755 index 000000000..cfb57b2b4 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_id-id.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Minggu", + "1": "Senin", + "2": "Selasa", + "3": "Rabu", + "4": "Kamis", + "5": "Jumat", + "6": "Sabtu" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Maret", + "3": "April", + "4": "Mei", + "5": "Juni", + "6": "Juli", + "7": "Agustus", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Desember" + }, + "SHORTDAY": { + "0": "Min", + "1": "Sen", + "2": "Sel", + "3": "Rab", + "4": "Kam", + "5": "Jum", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Agt", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE, dd MMMM yyyy", + "longDate": "d MMMM yyyy", + "medium": "d MMM yyyy HH:mm:ss", + "mediumDate": "d MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rp", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "id-id", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_id.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_id.js new file mode 100755 index 000000000..be1261608 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_id.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Minggu", + "1": "Senin", + "2": "Selasa", + "3": "Rabu", + "4": "Kamis", + "5": "Jumat", + "6": "Sabtu" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Maret", + "3": "April", + "4": "Mei", + "5": "Juni", + "6": "Juli", + "7": "Agustus", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Desember" + }, + "SHORTDAY": { + "0": "Min", + "1": "Sen", + "2": "Sel", + "3": "Rab", + "4": "Kam", + "5": "Jum", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Agt", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE, dd MMMM yyyy", + "longDate": "d MMMM yyyy", + "medium": "d MMM yyyy HH:mm:ss", + "mediumDate": "d MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rp", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "id", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_in.js new file mode 100755 index 000000000..086515175 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Minggu", + "1": "Senin", + "2": "Selasa", + "3": "Rabu", + "4": "Kamis", + "5": "Jumat", + "6": "Sabtu" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Maret", + "3": "April", + "4": "Mei", + "5": "Juni", + "6": "Juli", + "7": "Agustus", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Desember" + }, + "SHORTDAY": { + "0": "Min", + "1": "Sen", + "2": "Sel", + "3": "Rab", + "4": "Kam", + "5": "Jum", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mar", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Agt", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE, dd MMMM yyyy", + "longDate": "d MMMM yyyy", + "medium": "d MMM yyyy HH:mm:ss", + "mediumDate": "d MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rp", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "in", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_is-is.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_is-is.js new file mode 100755 index 000000000..056030d0f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_is-is.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "f.h.", + "1": "e.h." + }, + "DAY": { + "0": "sunnudagur", + "1": "m\u00e1nudagur", + "2": "\u00feri\u00f0judagur", + "3": "mi\u00f0vikudagur", + "4": "fimmtudagur", + "5": "f\u00f6studagur", + "6": "laugardagur" + }, + "MONTH": { + "0": "jan\u00faar", + "1": "febr\u00faar", + "2": "mars", + "3": "apr\u00edl", + "4": "ma\u00ed", + "5": "j\u00fan\u00ed", + "6": "j\u00fal\u00ed", + "7": "\u00e1g\u00fast", + "8": "september", + "9": "okt\u00f3ber", + "10": "n\u00f3vember", + "11": "desember" + }, + "SHORTDAY": { + "0": "sun", + "1": "m\u00e1n", + "2": "\u00feri", + "3": "mi\u00f0", + "4": "fim", + "5": "f\u00f6s", + "6": "lau" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "ma\u00ed", + "5": "j\u00fan", + "6": "j\u00fal", + "7": "\u00e1g\u00fa", + "8": "sep", + "9": "okt", + "10": "n\u00f3v", + "11": "des" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.yyyy HH:mm:ss", + "mediumDate": "d.M.yyyy", + "mediumTime": "HH:mm:ss", + "short": "d.M.yyyy HH:mm", + "shortDate": "d.M.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "is-is", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_is.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_is.js new file mode 100755 index 000000000..8730d4405 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_is.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "f.h.", + "1": "e.h." + }, + "DAY": { + "0": "sunnudagur", + "1": "m\u00e1nudagur", + "2": "\u00feri\u00f0judagur", + "3": "mi\u00f0vikudagur", + "4": "fimmtudagur", + "5": "f\u00f6studagur", + "6": "laugardagur" + }, + "MONTH": { + "0": "jan\u00faar", + "1": "febr\u00faar", + "2": "mars", + "3": "apr\u00edl", + "4": "ma\u00ed", + "5": "j\u00fan\u00ed", + "6": "j\u00fal\u00ed", + "7": "\u00e1g\u00fast", + "8": "september", + "9": "okt\u00f3ber", + "10": "n\u00f3vember", + "11": "desember" + }, + "SHORTDAY": { + "0": "sun", + "1": "m\u00e1n", + "2": "\u00feri", + "3": "mi\u00f0", + "4": "fim", + "5": "f\u00f6s", + "6": "lau" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "ma\u00ed", + "5": "j\u00fan", + "6": "j\u00fal", + "7": "\u00e1g\u00fa", + "8": "sep", + "9": "okt", + "10": "n\u00f3v", + "11": "des" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.yyyy HH:mm:ss", + "mediumDate": "d.M.yyyy", + "mediumTime": "HH:mm:ss", + "short": "d.M.yyyy HH:mm", + "shortDate": "d.M.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "is", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_it-ch.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_it-ch.js new file mode 100755 index 000000000..8b5760498 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_it-ch.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "m.", + "1": "p." + }, + "DAY": { + "0": "domenica", + "1": "lunedì", + "2": "martedì", + "3": "mercoledì", + "4": "giovedì", + "5": "venerdì", + "6": "sabato" + }, + "MONTH": { + "0": "gennaio", + "1": "febbraio", + "2": "marzo", + "3": "aprile", + "4": "maggio", + "5": "giugno", + "6": "luglio", + "7": "agosto", + "8": "settembre", + "9": "ottobre", + "10": "novembre", + "11": "dicembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mer", + "4": "gio", + "5": "ven", + "6": "sab" + }, + "SHORTMONTH": { + "0": "gen", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "mag", + "5": "giu", + "6": "lug", + "7": "ago", + "8": "set", + "9": "ott", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d-MMM-y HH:mm:ss", + "mediumDate": "d-MMM-y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "€", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00A4 -", + "negSuf": "", + "posPre": "\u00A4 ", + "posSuf": "" + } + } + }, + "id": "it-ch", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_it-it.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_it-it.js new file mode 100755 index 000000000..6461102f1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_it-it.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "m.", + "1": "p." + }, + "DAY": { + "0": "domenica", + "1": "luned\u00ec", + "2": "marted\u00ec", + "3": "mercoled\u00ec", + "4": "gioved\u00ec", + "5": "venerd\u00ec", + "6": "sabato" + }, + "MONTH": { + "0": "gennaio", + "1": "febbraio", + "2": "marzo", + "3": "aprile", + "4": "maggio", + "5": "giugno", + "6": "luglio", + "7": "agosto", + "8": "settembre", + "9": "ottobre", + "10": "novembre", + "11": "dicembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mer", + "4": "gio", + "5": "ven", + "6": "sab" + }, + "SHORTMONTH": { + "0": "gen", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "mag", + "5": "giu", + "6": "lug", + "7": "ago", + "8": "set", + "9": "ott", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "dd MMMM y", + "medium": "dd/MMM/y HH:mm:ss", + "mediumDate": "dd/MMM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "it-it", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_it-sm.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_it-sm.js new file mode 100755 index 000000000..69c9d1977 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_it-sm.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "m.", + "1": "p." + }, + "DAY": { + "0": "domenica", + "1": "luned\u00ec", + "2": "marted\u00ec", + "3": "mercoled\u00ec", + "4": "gioved\u00ec", + "5": "venerd\u00ec", + "6": "sabato" + }, + "MONTH": { + "0": "gennaio", + "1": "febbraio", + "2": "marzo", + "3": "aprile", + "4": "maggio", + "5": "giugno", + "6": "luglio", + "7": "agosto", + "8": "settembre", + "9": "ottobre", + "10": "novembre", + "11": "dicembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mer", + "4": "gio", + "5": "ven", + "6": "sab" + }, + "SHORTMONTH": { + "0": "gen", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "mag", + "5": "giu", + "6": "lug", + "7": "ago", + "8": "set", + "9": "ott", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "dd MMMM y", + "medium": "dd/MMM/y HH:mm:ss", + "mediumDate": "dd/MMM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "it-sm", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_it.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_it.js new file mode 100755 index 000000000..47dee0c17 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_it.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "m.", + "1": "p." + }, + "DAY": { + "0": "domenica", + "1": "luned\u00ec", + "2": "marted\u00ec", + "3": "mercoled\u00ec", + "4": "gioved\u00ec", + "5": "venerd\u00ec", + "6": "sabato" + }, + "MONTH": { + "0": "gennaio", + "1": "febbraio", + "2": "marzo", + "3": "aprile", + "4": "maggio", + "5": "giugno", + "6": "luglio", + "7": "agosto", + "8": "settembre", + "9": "ottobre", + "10": "novembre", + "11": "dicembre" + }, + "SHORTDAY": { + "0": "dom", + "1": "lun", + "2": "mar", + "3": "mer", + "4": "gio", + "5": "ven", + "6": "sab" + }, + "SHORTMONTH": { + "0": "gen", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "mag", + "5": "giu", + "6": "lug", + "7": "ago", + "8": "set", + "9": "ott", + "10": "nov", + "11": "dic" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "dd MMMM y", + "medium": "dd/MMM/y HH:mm:ss", + "mediumDate": "dd/MMM/y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "it", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_iw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_iw.js new file mode 100755 index 000000000..4f705f9f3 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_iw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", + "1": "\u05d0\u05d7\u05d4\u05f4\u05e6" + }, + "DAY": { + "0": "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", + "1": "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", + "2": "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", + "3": "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", + "4": "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", + "5": "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", + "6": "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea" + }, + "MONTH": { + "0": "\u05d9\u05e0\u05d5\u05d0\u05e8", + "1": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "2": "\u05de\u05e8\u05e5", + "3": "\u05d0\u05e4\u05e8\u05d9\u05dc", + "4": "\u05de\u05d0\u05d9", + "5": "\u05d9\u05d5\u05e0\u05d9", + "6": "\u05d9\u05d5\u05dc\u05d9", + "7": "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "8": "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "9": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "10": "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "11": "\u05d3\u05e6\u05de\u05d1\u05e8" + }, + "SHORTDAY": { + "0": "\u05d9\u05d5\u05dd \u05d0\u05f3", + "1": "\u05d9\u05d5\u05dd \u05d1\u05f3", + "2": "\u05d9\u05d5\u05dd \u05d2\u05f3", + "3": "\u05d9\u05d5\u05dd \u05d3\u05f3", + "4": "\u05d9\u05d5\u05dd \u05d4\u05f3", + "5": "\u05d9\u05d5\u05dd \u05d5\u05f3", + "6": "\u05e9\u05d1\u05ea" + }, + "SHORTMONTH": { + "0": "\u05d9\u05e0\u05d5", + "1": "\u05e4\u05d1\u05e8", + "2": "\u05de\u05e8\u05e5", + "3": "\u05d0\u05e4\u05e8", + "4": "\u05de\u05d0\u05d9", + "5": "\u05d9\u05d5\u05e0", + "6": "\u05d9\u05d5\u05dc", + "7": "\u05d0\u05d5\u05d2", + "8": "\u05e1\u05e4\u05d8", + "9": "\u05d0\u05d5\u05e7", + "10": "\u05e0\u05d5\u05d1", + "11": "\u05d3\u05e6\u05de" + }, + "fullDate": "EEEE, d \u05d1MMMM y", + "longDate": "d \u05d1MMMM y", + "medium": "d \u05d1MMM yyyy HH:mm:ss", + "mediumDate": "d \u05d1MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20aa", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "iw", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ja-jp.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ja-jp.js new file mode 100755 index 000000000..609eec6bf --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ja-jp.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u5348\u524d", + "1": "\u5348\u5f8c" + }, + "DAY": { + "0": "\u65e5\u66dc\u65e5", + "1": "\u6708\u66dc\u65e5", + "2": "\u706b\u66dc\u65e5", + "3": "\u6c34\u66dc\u65e5", + "4": "\u6728\u66dc\u65e5", + "5": "\u91d1\u66dc\u65e5", + "6": "\u571f\u66dc\u65e5" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u65e5", + "1": "\u6708", + "2": "\u706b", + "3": "\u6c34", + "4": "\u6728", + "5": "\u91d1", + "6": "\u571f" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "yyyy/MM/dd H:mm:ss", + "mediumDate": "yyyy/MM/dd", + "mediumTime": "H:mm:ss", + "short": "yyyy/MM/dd H:mm", + "shortDate": "yyyy/MM/dd", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ja-jp", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ja.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ja.js new file mode 100755 index 000000000..bc92d625c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ja.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u5348\u524d", + "1": "\u5348\u5f8c" + }, + "DAY": { + "0": "\u65e5\u66dc\u65e5", + "1": "\u6708\u66dc\u65e5", + "2": "\u706b\u66dc\u65e5", + "3": "\u6c34\u66dc\u65e5", + "4": "\u6728\u66dc\u65e5", + "5": "\u91d1\u66dc\u65e5", + "6": "\u571f\u66dc\u65e5" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u65e5", + "1": "\u6708", + "2": "\u706b", + "3": "\u6c34", + "4": "\u6728", + "5": "\u91d1", + "6": "\u571f" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "yyyy/MM/dd H:mm:ss", + "mediumDate": "yyyy/MM/dd", + "mediumTime": "H:mm:ss", + "short": "yyyy/MM/dd H:mm", + "shortDate": "yyyy/MM/dd", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ja", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_kn-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_kn-in.js new file mode 100755 index 000000000..a361ec979 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_kn-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0cb0\u0cb5\u0cbf\u0cb5\u0cbe\u0cb0", + "1": "\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0", + "2": "\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0", + "3": "\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0", + "4": "\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0", + "5": "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0", + "6": "\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0" + }, + "MONTH": { + "0": "\u0c9c\u0ca8\u0cb5\u0cb0\u0cc0", + "1": "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cc0", + "2": "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "3": "\u0c8e\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "4": "\u0cae\u0cc6", + "5": "\u0c9c\u0cc2\u0ca8\u0ccd", + "6": "\u0c9c\u0cc1\u0cb2\u0cc8", + "7": "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "8": "\u0cb8\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "9": "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "10": "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "11": "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + }, + "SHORTDAY": { + "0": "\u0cb0.", + "1": "\u0cb8\u0ccb.", + "2": "\u0cae\u0c82.", + "3": "\u0cac\u0cc1.", + "4": "\u0c97\u0cc1.", + "5": "\u0cb6\u0cc1.", + "6": "\u0cb6\u0ca8\u0cbf." + }, + "SHORTMONTH": { + "0": "\u0c9c\u0ca8\u0cb5\u0cb0\u0cc0", + "1": "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cc0", + "2": "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "3": "\u0c8e\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "4": "\u0cae\u0cc6", + "5": "\u0c9c\u0cc2\u0ca8\u0ccd", + "6": "\u0c9c\u0cc1\u0cb2\u0cc8", + "7": "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "8": "\u0cb8\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "9": "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "10": "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "11": "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y hh:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "hh:mm:ss a", + "short": "d-M-yy hh:mm a", + "shortDate": "d-M-yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "kn-in", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_kn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_kn.js new file mode 100755 index 000000000..aa933a616 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_kn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0cb0\u0cb5\u0cbf\u0cb5\u0cbe\u0cb0", + "1": "\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0", + "2": "\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0", + "3": "\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0", + "4": "\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0", + "5": "\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0", + "6": "\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0" + }, + "MONTH": { + "0": "\u0c9c\u0ca8\u0cb5\u0cb0\u0cc0", + "1": "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cc0", + "2": "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "3": "\u0c8e\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "4": "\u0cae\u0cc6", + "5": "\u0c9c\u0cc2\u0ca8\u0ccd", + "6": "\u0c9c\u0cc1\u0cb2\u0cc8", + "7": "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "8": "\u0cb8\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "9": "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "10": "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "11": "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + }, + "SHORTDAY": { + "0": "\u0cb0.", + "1": "\u0cb8\u0ccb.", + "2": "\u0cae\u0c82.", + "3": "\u0cac\u0cc1.", + "4": "\u0c97\u0cc1.", + "5": "\u0cb6\u0cc1.", + "6": "\u0cb6\u0ca8\u0cbf." + }, + "SHORTMONTH": { + "0": "\u0c9c\u0ca8\u0cb5\u0cb0\u0cc0", + "1": "\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cc0", + "2": "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", + "3": "\u0c8e\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd", + "4": "\u0cae\u0cc6", + "5": "\u0c9c\u0cc2\u0ca8\u0ccd", + "6": "\u0c9c\u0cc1\u0cb2\u0cc8", + "7": "\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd", + "8": "\u0cb8\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "9": "\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd", + "10": "\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd", + "11": "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y hh:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "hh:mm:ss a", + "short": "d-M-yy hh:mm a", + "shortDate": "d-M-yy", + "shortTime": "hh:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "kn", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ko-kr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ko-kr.js new file mode 100755 index 000000000..ce2ba3f44 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ko-kr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\uc624\uc804", + "1": "\uc624\ud6c4" + }, + "DAY": { + "0": "\uc77c\uc694\uc77c", + "1": "\uc6d4\uc694\uc77c", + "2": "\ud654\uc694\uc77c", + "3": "\uc218\uc694\uc77c", + "4": "\ubaa9\uc694\uc77c", + "5": "\uae08\uc694\uc77c", + "6": "\ud1a0\uc694\uc77c" + }, + "MONTH": { + "0": "1\uc6d4", + "1": "2\uc6d4", + "2": "3\uc6d4", + "3": "4\uc6d4", + "4": "5\uc6d4", + "5": "6\uc6d4", + "6": "7\uc6d4", + "7": "8\uc6d4", + "8": "9\uc6d4", + "9": "10\uc6d4", + "10": "11\uc6d4", + "11": "12\uc6d4" + }, + "SHORTDAY": { + "0": "\uc77c", + "1": "\uc6d4", + "2": "\ud654", + "3": "\uc218", + "4": "\ubaa9", + "5": "\uae08", + "6": "\ud1a0" + }, + "SHORTMONTH": { + "0": "1\uc6d4", + "1": "2\uc6d4", + "2": "3\uc6d4", + "3": "4\uc6d4", + "4": "5\uc6d4", + "5": "6\uc6d4", + "6": "7\uc6d4", + "7": "8\uc6d4", + "8": "9\uc6d4", + "9": "10\uc6d4", + "10": "11\uc6d4", + "11": "12\uc6d4" + }, + "fullDate": "y\ub144 M\uc6d4 d\uc77c EEEE", + "longDate": "y\ub144 M\uc6d4 d\uc77c", + "medium": "yyyy. M. d. a h:mm:ss", + "mediumDate": "yyyy. M. d.", + "mediumTime": "a h:mm:ss", + "short": "yy. M. d. a h:mm", + "shortDate": "yy. M. d.", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ko-kr", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ko.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ko.js new file mode 100755 index 000000000..81ac18574 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ko.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\uc624\uc804", + "1": "\uc624\ud6c4" + }, + "DAY": { + "0": "\uc77c\uc694\uc77c", + "1": "\uc6d4\uc694\uc77c", + "2": "\ud654\uc694\uc77c", + "3": "\uc218\uc694\uc77c", + "4": "\ubaa9\uc694\uc77c", + "5": "\uae08\uc694\uc77c", + "6": "\ud1a0\uc694\uc77c" + }, + "MONTH": { + "0": "1\uc6d4", + "1": "2\uc6d4", + "2": "3\uc6d4", + "3": "4\uc6d4", + "4": "5\uc6d4", + "5": "6\uc6d4", + "6": "7\uc6d4", + "7": "8\uc6d4", + "8": "9\uc6d4", + "9": "10\uc6d4", + "10": "11\uc6d4", + "11": "12\uc6d4" + }, + "SHORTDAY": { + "0": "\uc77c", + "1": "\uc6d4", + "2": "\ud654", + "3": "\uc218", + "4": "\ubaa9", + "5": "\uae08", + "6": "\ud1a0" + }, + "SHORTMONTH": { + "0": "1\uc6d4", + "1": "2\uc6d4", + "2": "3\uc6d4", + "3": "4\uc6d4", + "4": "5\uc6d4", + "5": "6\uc6d4", + "6": "7\uc6d4", + "7": "8\uc6d4", + "8": "9\uc6d4", + "9": "10\uc6d4", + "10": "11\uc6d4", + "11": "12\uc6d4" + }, + "fullDate": "y\ub144 M\uc6d4 d\uc77c EEEE", + "longDate": "y\ub144 M\uc6d4 d\uc77c", + "medium": "yyyy. M. d. a h:mm:ss", + "mediumDate": "yyyy. M. d.", + "mediumTime": "a h:mm:ss", + "short": "yy. M. d. a h:mm", + "shortDate": "yy. M. d.", + "shortTime": "a h:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20a9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ko", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ln-cd.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ln-cd.js new file mode 100755 index 000000000..af09c52d2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ln-cd.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "nt\u0254\u0301ng\u0254\u0301", + "1": "mp\u00f3kwa" + }, + "DAY": { + "0": "eyenga", + "1": "mok\u0254l\u0254 mwa yambo", + "2": "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "3": "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "4": "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "5": "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "6": "mp\u0254\u0301s\u0254" + }, + "MONTH": { + "0": "s\u00e1nz\u00e1 ya yambo", + "1": "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "2": "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "3": "s\u00e1nz\u00e1 ya m\u00ednei", + "4": "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "5": "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "6": "s\u00e1nz\u00e1 ya nsambo", + "7": "s\u00e1nz\u00e1 ya mwambe", + "8": "s\u00e1nz\u00e1 ya libwa", + "9": "s\u00e1nz\u00e1 ya z\u00f3mi", + "10": "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "11": "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + }, + "SHORTDAY": { + "0": "eye", + "1": "ybo", + "2": "mbl", + "3": "mst", + "4": "min", + "5": "mtn", + "6": "mps" + }, + "SHORTMONTH": { + "0": "yan", + "1": "fbl", + "2": "msi", + "3": "apl", + "4": "mai", + "5": "yun", + "6": "yul", + "7": "agt", + "8": "stb", + "9": "\u0254tb", + "10": "nvb", + "11": "dsb" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yyyy HH:mm", + "shortDate": "d/M/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "ln-cd", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ln-cg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ln-cg.js new file mode 100755 index 000000000..99942073f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ln-cg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "ntɔ́ngɔ́", + "1": "mpókwa" + }, + "DAY": { + "0": "eyenga", + "1": "mokɔlɔ mwa yambo", + "2": "mokɔlɔ mwa míbalé", + "3": "mokɔlɔ mwa mísáto", + "4": "mokɔlɔ ya mínéi", + "5": "mokɔlɔ ya mítáno", + "6": "mpɔ́sɔ" + }, + "MONTH": { + "0": "sánzá ya yambo", + "1": "sánzá ya míbalé", + "2": "sánzá ya mísáto", + "3": "sánzá ya mínei", + "4": "sánzá ya mítáno", + "5": "sánzá ya motóbá", + "6": "sánzá ya nsambo", + "7": "sánzá ya mwambe", + "8": "sánzá ya libwa", + "9": "sánzá ya zómi", + "10": "sánzá ya zómi na mɔ̌kɔ́", + "11": "sánzá ya zómi na míbalé" + }, + "SHORTDAY": { + "0": "eye", + "1": "ybo", + "2": "mbl", + "3": "mst", + "4": "min", + "5": "mtn", + "6": "mps" + }, + "SHORTMONTH": { + "0": "yan", + "1": "fbl", + "2": "msi", + "3": "apl", + "4": "mai", + "5": "yun", + "6": "yul", + "7": "agt", + "8": "stb", + "9": "ɔtb", + "10": "nvb", + "11": "dsb" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yyyy HH:mm", + "shortDate": "d/M/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "ln-cg", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ln.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ln.js new file mode 100755 index 000000000..8f80a8deb --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ln.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "nt\u0254\u0301ng\u0254\u0301", + "1": "mp\u00f3kwa" + }, + "DAY": { + "0": "eyenga", + "1": "mok\u0254l\u0254 mwa yambo", + "2": "mok\u0254l\u0254 mwa m\u00edbal\u00e9", + "3": "mok\u0254l\u0254 mwa m\u00eds\u00e1to", + "4": "mok\u0254l\u0254 ya m\u00edn\u00e9i", + "5": "mok\u0254l\u0254 ya m\u00edt\u00e1no", + "6": "mp\u0254\u0301s\u0254" + }, + "MONTH": { + "0": "s\u00e1nz\u00e1 ya yambo", + "1": "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", + "2": "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", + "3": "s\u00e1nz\u00e1 ya m\u00ednei", + "4": "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", + "5": "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", + "6": "s\u00e1nz\u00e1 ya nsambo", + "7": "s\u00e1nz\u00e1 ya mwambe", + "8": "s\u00e1nz\u00e1 ya libwa", + "9": "s\u00e1nz\u00e1 ya z\u00f3mi", + "10": "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", + "11": "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" + }, + "SHORTDAY": { + "0": "eye", + "1": "ybo", + "2": "mbl", + "3": "mst", + "4": "min", + "5": "mtn", + "6": "mps" + }, + "SHORTMONTH": { + "0": "yan", + "1": "fbl", + "2": "msi", + "3": "apl", + "4": "mai", + "5": "yun", + "6": "yul", + "7": "agt", + "8": "stb", + "9": "\u0254tb", + "10": "nvb", + "11": "dsb" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "d/M/yyyy HH:mm", + "shortDate": "d/M/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "FrCD", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "ln", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_lt-lt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_lt-lt.js new file mode 100755 index 000000000..b83a063a9 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_lt-lt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "prie\u0161piet", + "1": "popiet" + }, + "DAY": { + "0": "sekmadienis", + "1": "pirmadienis", + "2": "antradienis", + "3": "tre\u010diadienis", + "4": "ketvirtadienis", + "5": "penktadienis", + "6": "\u0161e\u0161tadienis" + }, + "MONTH": { + "0": "sausio", + "1": "vasaris", + "2": "kovas", + "3": "balandis", + "4": "gegu\u017e\u0117", + "5": "bir\u017eelis", + "6": "liepa", + "7": "rugpj\u016btis", + "8": "rugs\u0117jis", + "9": "spalis", + "10": "lapkritis", + "11": "gruodis" + }, + "SHORTDAY": { + "0": "Sk", + "1": "Pr", + "2": "An", + "3": "Tr", + "4": "Kt", + "5": "Pn", + "6": "\u0160t" + }, + "SHORTMONTH": { + "0": "Saus.", + "1": "Vas", + "2": "Kov.", + "3": "Bal.", + "4": "Geg.", + "5": "Bir.", + "6": "Liep.", + "7": "Rugp.", + "8": "Rugs.", + "9": "Spal.", + "10": "Lapkr.", + "11": "Gruod." + }, + "fullDate": "y 'm'. MMMM d 'd'., EEEE", + "longDate": "y 'm'. MMMM d 'd'.", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Lt", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "lt-lt", + "pluralCat": function (n) { if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_lt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_lt.js new file mode 100755 index 000000000..41b1d53f1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_lt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "prie\u0161piet", + "1": "popiet" + }, + "DAY": { + "0": "sekmadienis", + "1": "pirmadienis", + "2": "antradienis", + "3": "tre\u010diadienis", + "4": "ketvirtadienis", + "5": "penktadienis", + "6": "\u0161e\u0161tadienis" + }, + "MONTH": { + "0": "sausio", + "1": "vasaris", + "2": "kovas", + "3": "balandis", + "4": "gegu\u017e\u0117", + "5": "bir\u017eelis", + "6": "liepa", + "7": "rugpj\u016btis", + "8": "rugs\u0117jis", + "9": "spalis", + "10": "lapkritis", + "11": "gruodis" + }, + "SHORTDAY": { + "0": "Sk", + "1": "Pr", + "2": "An", + "3": "Tr", + "4": "Kt", + "5": "Pn", + "6": "\u0160t" + }, + "SHORTMONTH": { + "0": "Saus.", + "1": "Vas", + "2": "Kov.", + "3": "Bal.", + "4": "Geg.", + "5": "Bir.", + "6": "Liep.", + "7": "Rugp.", + "8": "Rugs.", + "9": "Spal.", + "10": "Lapkr.", + "11": "Gruod." + }, + "fullDate": "y 'm'. MMMM d 'd'., EEEE", + "longDate": "y 'm'. MMMM d 'd'.", + "medium": "y MMM d HH:mm:ss", + "mediumDate": "y MMM d", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Lt", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "lt", + "pluralCat": function (n) { if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_lv-lv.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_lv-lv.js new file mode 100755 index 000000000..9f8443265 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_lv-lv.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "priek\u0161pusdien\u0101", + "1": "p\u0113cpusdien\u0101" + }, + "DAY": { + "0": "sv\u0113tdiena", + "1": "pirmdiena", + "2": "otrdiena", + "3": "tre\u0161diena", + "4": "ceturtdiena", + "5": "piektdiena", + "6": "sestdiena" + }, + "MONTH": { + "0": "janv\u0101ris", + "1": "febru\u0101ris", + "2": "marts", + "3": "apr\u012blis", + "4": "maijs", + "5": "j\u016bnijs", + "6": "j\u016blijs", + "7": "augusts", + "8": "septembris", + "9": "oktobris", + "10": "novembris", + "11": "decembris" + }, + "SHORTDAY": { + "0": "Sv", + "1": "Pr", + "2": "Ot", + "3": "Tr", + "4": "Ce", + "5": "Pk", + "6": "Se" + }, + "SHORTMONTH": { + "0": "janv.", + "1": "febr.", + "2": "marts", + "3": "apr.", + "4": "maijs", + "5": "j\u016bn.", + "6": "j\u016bl.", + "7": "aug.", + "8": "sept.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, y. 'gada' d. MMMM", + "longDate": "y. 'gada' d. MMMM", + "medium": "y. 'gada' d. MMM HH:mm:ss", + "mediumDate": "y. 'gada' d. MMM", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ls", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "lv-lv", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_lv.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_lv.js new file mode 100755 index 000000000..62f4a2aa1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_lv.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "priek\u0161pusdien\u0101", + "1": "p\u0113cpusdien\u0101" + }, + "DAY": { + "0": "sv\u0113tdiena", + "1": "pirmdiena", + "2": "otrdiena", + "3": "tre\u0161diena", + "4": "ceturtdiena", + "5": "piektdiena", + "6": "sestdiena" + }, + "MONTH": { + "0": "janv\u0101ris", + "1": "febru\u0101ris", + "2": "marts", + "3": "apr\u012blis", + "4": "maijs", + "5": "j\u016bnijs", + "6": "j\u016blijs", + "7": "augusts", + "8": "septembris", + "9": "oktobris", + "10": "novembris", + "11": "decembris" + }, + "SHORTDAY": { + "0": "Sv", + "1": "Pr", + "2": "Ot", + "3": "Tr", + "4": "Ce", + "5": "Pk", + "6": "Se" + }, + "SHORTMONTH": { + "0": "janv.", + "1": "febr.", + "2": "marts", + "3": "apr.", + "4": "maijs", + "5": "j\u016bn.", + "6": "j\u016bl.", + "7": "aug.", + "8": "sept.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, y. 'gada' d. MMMM", + "longDate": "y. 'gada' d. MMMM", + "medium": "y. 'gada' d. MMM HH:mm:ss", + "mediumDate": "y. 'gada' d. MMM", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Ls", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "lv", + "pluralCat": function (n) { if (n == 0) { return PLURAL_CATEGORY.ZERO; } if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ml-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ml-in.js new file mode 100755 index 000000000..f8ba88608 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ml-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u0d1a", + "1": "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u0d1a", + "2": "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a", + "3": "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u0d1a", + "4": "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u0d1a", + "5": "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a", + "6": "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a" + }, + "MONTH": { + "0": "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", + "1": "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", + "2": "\u0d2e\u0d3e\u0d30\u0d4d\u200d\u0d1a\u0d4d\u0d1a\u0d4d", + "3": "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u200d", + "4": "\u0d2e\u0d47\u0d2f\u0d4d", + "5": "\u0d1c\u0d42\u0d23\u0d4d\u200d", + "6": "\u0d1c\u0d42\u0d32\u0d48", + "7": "\u0d06\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", + "8": "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d30\u0d4d\u200d", + "9": "\u0d12\u0d15\u0d4d\u0d1f\u0d4b\u0d2c\u0d30\u0d4d\u200d", + "10": "\u0d28\u0d35\u0d02\u0d2c\u0d30\u0d4d\u200d", + "11": "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d30\u0d4d\u200d" + }, + "SHORTDAY": { + "0": "\u0d1e\u0d3e\u0d2f\u0d30\u0d4d\u200d", + "1": "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d4d\u200d", + "2": "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", + "3": "\u0d2c\u0d41\u0d27\u0d28\u0d4d\u200d", + "4": "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", + "5": "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", + "6": "\u0d36\u0d28\u0d3f" + }, + "SHORTMONTH": { + "0": "\u0d1c\u0d28\u0d41", + "1": "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41", + "2": "\u0d2e\u0d3e\u0d30\u0d4d\u200d", + "3": "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f", + "4": "\u0d2e\u0d47\u0d2f\u0d4d", + "5": "\u0d1c\u0d42\u0d23\u0d4d\u200d", + "6": "\u0d1c\u0d42\u0d32\u0d48", + "7": "\u0d13\u0d17", + "8": "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02", + "9": "\u0d12\u0d15\u0d4d\u0d1f\u0d4b", + "10": "\u0d28\u0d35\u0d02", + "11": "\u0d21\u0d3f\u0d38\u0d02" + }, + "fullDate": "y, MMMM d, EEEE", + "longDate": "y, MMMM d", + "medium": "y, MMM d h:mm:ss a", + "mediumDate": "y, MMM d", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "ml-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ml.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ml.js new file mode 100755 index 000000000..fe5a6fedc --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ml.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u0d1a", + "1": "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u0d1a", + "2": "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a", + "3": "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u0d1a", + "4": "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u0d1a", + "5": "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a", + "6": "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a" + }, + "MONTH": { + "0": "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", + "1": "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", + "2": "\u0d2e\u0d3e\u0d30\u0d4d\u200d\u0d1a\u0d4d\u0d1a\u0d4d", + "3": "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d32\u0d4d\u200d", + "4": "\u0d2e\u0d47\u0d2f\u0d4d", + "5": "\u0d1c\u0d42\u0d23\u0d4d\u200d", + "6": "\u0d1c\u0d42\u0d32\u0d48", + "7": "\u0d06\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", + "8": "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d30\u0d4d\u200d", + "9": "\u0d12\u0d15\u0d4d\u0d1f\u0d4b\u0d2c\u0d30\u0d4d\u200d", + "10": "\u0d28\u0d35\u0d02\u0d2c\u0d30\u0d4d\u200d", + "11": "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d30\u0d4d\u200d" + }, + "SHORTDAY": { + "0": "\u0d1e\u0d3e\u0d2f\u0d30\u0d4d\u200d", + "1": "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d4d\u200d", + "2": "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", + "3": "\u0d2c\u0d41\u0d27\u0d28\u0d4d\u200d", + "4": "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", + "5": "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", + "6": "\u0d36\u0d28\u0d3f" + }, + "SHORTMONTH": { + "0": "\u0d1c\u0d28\u0d41", + "1": "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41", + "2": "\u0d2e\u0d3e\u0d30\u0d4d\u200d", + "3": "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f", + "4": "\u0d2e\u0d47\u0d2f\u0d4d", + "5": "\u0d1c\u0d42\u0d23\u0d4d\u200d", + "6": "\u0d1c\u0d42\u0d32\u0d48", + "7": "\u0d13\u0d17", + "8": "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02", + "9": "\u0d12\u0d15\u0d4d\u0d1f\u0d4b", + "10": "\u0d28\u0d35\u0d02", + "11": "\u0d21\u0d3f\u0d38\u0d02" + }, + "fullDate": "y, MMMM d, EEEE", + "longDate": "y, MMMM d", + "medium": "y, MMM d h:mm:ss a", + "mediumDate": "y, MMM d", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yy h:mm a", + "shortDate": "dd/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a4", + "posPre": "", + "posSuf": "\u00a4" + } + } + }, + "id": "ml", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_mo.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_mo.js new file mode 100755 index 000000000..22bc44a3f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_mo.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"DATETIME_FORMATS":{"MONTH":["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],"SHORTMONTH":["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],"DAY":["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],"SHORTDAY":["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],"AMPMS":["AM","PM"],"medium":"dd.MM.yyyy HH:mm:ss","short":"dd.MM.yyyy HH:mm","fullDate":"EEEE, d MMMM y","longDate":"d MMMM y","mediumDate":"dd.MM.yyyy","shortDate":"dd.MM.yyyy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"MDL"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && (n % 100) >= 1 && (n % 100) <= 19 && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"id":"mo"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_mr-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_mr-in.js new file mode 100755 index 000000000..479f01c9d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_mr-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0930\u0935\u093f\u0935\u093e\u0930", + "1": "\u0938\u094b\u092e\u0935\u093e\u0930", + "2": "\u092e\u0902\u0917\u0933\u0935\u093e\u0930", + "3": "\u092c\u0941\u0927\u0935\u093e\u0930", + "4": "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "5": "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "6": "\u0936\u0928\u093f\u0935\u093e\u0930" + }, + "MONTH": { + "0": "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "1": "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u090f\u092a\u094d\u0930\u093f\u0932", + "4": "\u092e\u0947", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u0948", + "7": "\u0911\u0917\u0938\u094d\u091f", + "8": "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "9": "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "10": "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "11": "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + }, + "SHORTDAY": { + "0": "\u0930\u0935\u093f", + "1": "\u0938\u094b\u092e", + "2": "\u092e\u0902\u0917\u0933", + "3": "\u092c\u0941\u0927", + "4": "\u0917\u0941\u0930\u0941", + "5": "\u0936\u0941\u0915\u094d\u0930", + "6": "\u0936\u0928\u093f" + }, + "SHORTMONTH": { + "0": "\u091c\u093e\u0928\u0947", + "1": "\u092b\u0947\u092c\u094d\u0930\u0941", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u090f\u092a\u094d\u0930\u093f", + "4": "\u092e\u0947", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u0948", + "7": "\u0911\u0917", + "8": "\u0938\u0947\u092a\u094d\u091f\u0947\u0902", + "9": "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "10": "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", + "11": "\u0921\u093f\u0938\u0947\u0902" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h-mm-ss a", + "mediumDate": "d MMM y", + "mediumTime": "h-mm-ss a", + "short": "d-M-yy h-mm a", + "shortDate": "d-M-yy", + "shortTime": "h-mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "mr-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_mr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_mr.js new file mode 100755 index 000000000..9e9779201 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_mr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0930\u0935\u093f\u0935\u093e\u0930", + "1": "\u0938\u094b\u092e\u0935\u093e\u0930", + "2": "\u092e\u0902\u0917\u0933\u0935\u093e\u0930", + "3": "\u092c\u0941\u0927\u0935\u093e\u0930", + "4": "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "5": "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "6": "\u0936\u0928\u093f\u0935\u093e\u0930" + }, + "MONTH": { + "0": "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", + "1": "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u090f\u092a\u094d\u0930\u093f\u0932", + "4": "\u092e\u0947", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u0948", + "7": "\u0911\u0917\u0938\u094d\u091f", + "8": "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", + "9": "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "10": "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", + "11": "\u0921\u093f\u0938\u0947\u0902\u092c\u0930" + }, + "SHORTDAY": { + "0": "\u0930\u0935\u093f", + "1": "\u0938\u094b\u092e", + "2": "\u092e\u0902\u0917\u0933", + "3": "\u092c\u0941\u0927", + "4": "\u0917\u0941\u0930\u0941", + "5": "\u0936\u0941\u0915\u094d\u0930", + "6": "\u0936\u0928\u093f" + }, + "SHORTMONTH": { + "0": "\u091c\u093e\u0928\u0947", + "1": "\u092b\u0947\u092c\u094d\u0930\u0941", + "2": "\u092e\u093e\u0930\u094d\u091a", + "3": "\u090f\u092a\u094d\u0930\u093f", + "4": "\u092e\u0947", + "5": "\u091c\u0942\u0928", + "6": "\u091c\u0941\u0932\u0948", + "7": "\u0911\u0917", + "8": "\u0938\u0947\u092a\u094d\u091f\u0947\u0902", + "9": "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", + "10": "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", + "11": "\u0921\u093f\u0938\u0947\u0902" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h-mm-ss a", + "mediumDate": "d MMM y", + "mediumTime": "h-mm-ss a", + "short": "d-M-yy h-mm a", + "shortDate": "d-M-yy", + "shortTime": "h-mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "mr", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ms-bn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ms-bn.js new file mode 100755 index 000000000..4a7179f68 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ms-bn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "PG", + "1": "PTG" + }, + "DAY": { + "0": "Ahad", + "1": "Isnin", + "2": "Selasa", + "3": "Rabu", + "4": "Khamis", + "5": "Jumaat", + "6": "Sabtu" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Mac", + "3": "April", + "4": "Mei", + "5": "Jun", + "6": "Julai", + "7": "Ogos", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Disember" + }, + "SHORTDAY": { + "0": "Ahd", + "1": "Isn", + "2": "Sel", + "3": "Rab", + "4": "Kha", + "5": "Jum", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mac", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Ogos", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dis" + }, + "fullDate": "dd MMMM y", + "longDate": "d MMMM y", + "medium": "dd/MM/yyyy h:mm:ss a", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "ms-bn", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ms-my.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ms-my.js new file mode 100755 index 000000000..bdc678b7a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ms-my.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "PG", + "1": "PTG" + }, + "DAY": { + "0": "Ahad", + "1": "Isnin", + "2": "Selasa", + "3": "Rabu", + "4": "Khamis", + "5": "Jumaat", + "6": "Sabtu" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Mac", + "3": "April", + "4": "Mei", + "5": "Jun", + "6": "Julai", + "7": "Ogos", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Disember" + }, + "SHORTDAY": { + "0": "Ahd", + "1": "Isn", + "2": "Sel", + "3": "Rab", + "4": "Kha", + "5": "Jum", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mac", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Ogos", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dis" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd/MM/yyyy h:mm:ss a", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ms-my", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ms.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ms.js new file mode 100755 index 000000000..23c730551 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ms.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "PG", + "1": "PTG" + }, + "DAY": { + "0": "Ahad", + "1": "Isnin", + "2": "Selasa", + "3": "Rabu", + "4": "Khamis", + "5": "Jumaat", + "6": "Sabtu" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Mac", + "3": "April", + "4": "Mei", + "5": "Jun", + "6": "Julai", + "7": "Ogos", + "8": "September", + "9": "Oktober", + "10": "November", + "11": "Disember" + }, + "SHORTDAY": { + "0": "Ahd", + "1": "Isn", + "2": "Sel", + "3": "Rab", + "4": "Kha", + "5": "Jum", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mac", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Ogos", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dis" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd/MM/yyyy h:mm:ss a", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "h:mm:ss a", + "short": "d/MM/yy h:mm a", + "shortDate": "d/MM/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RM", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ms", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_mt-mt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_mt-mt.js new file mode 100755 index 000000000..931c4a236 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_mt-mt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "QN", + "1": "WN" + }, + "DAY": { + "0": "Il-\u0126add", + "1": "It-Tnejn", + "2": "It-Tlieta", + "3": "L-Erbg\u0127a", + "4": "Il-\u0126amis", + "5": "Il-\u0120img\u0127a", + "6": "Is-Sibt" + }, + "MONTH": { + "0": "Jannar", + "1": "Frar", + "2": "Marzu", + "3": "April", + "4": "Mejju", + "5": "\u0120unju", + "6": "Lulju", + "7": "Awwissu", + "8": "Settembru", + "9": "Ottubru", + "10": "Novembru", + "11": "Di\u010bembru" + }, + "SHORTDAY": { + "0": "\u0126ad", + "1": "Tne", + "2": "Tli", + "3": "Erb", + "4": "\u0126am", + "5": "\u0120im", + "6": "Sib" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Fra", + "2": "Mar", + "3": "Apr", + "4": "Mej", + "5": "\u0120un", + "6": "Lul", + "7": "Aww", + "8": "Set", + "9": "Ott", + "10": "Nov", + "11": "Di\u010b" + }, + "fullDate": "EEEE, d 'ta'\u2019 MMMM y", + "longDate": "d 'ta'\u2019 MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yyyy HH:mm", + "shortDate": "dd/MM/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "mt-mt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n == (n | 0) && n % 100 >= 2 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 19) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_mt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_mt.js new file mode 100755 index 000000000..b3d273e72 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_mt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "QN", + "1": "WN" + }, + "DAY": { + "0": "Il-\u0126add", + "1": "It-Tnejn", + "2": "It-Tlieta", + "3": "L-Erbg\u0127a", + "4": "Il-\u0126amis", + "5": "Il-\u0120img\u0127a", + "6": "Is-Sibt" + }, + "MONTH": { + "0": "Jannar", + "1": "Frar", + "2": "Marzu", + "3": "April", + "4": "Mejju", + "5": "\u0120unju", + "6": "Lulju", + "7": "Awwissu", + "8": "Settembru", + "9": "Ottubru", + "10": "Novembru", + "11": "Di\u010bembru" + }, + "SHORTDAY": { + "0": "\u0126ad", + "1": "Tne", + "2": "Tli", + "3": "Erb", + "4": "\u0126am", + "5": "\u0120im", + "6": "Sib" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Fra", + "2": "Mar", + "3": "Apr", + "4": "Mej", + "5": "\u0120un", + "6": "Lul", + "7": "Aww", + "8": "Set", + "9": "Ott", + "10": "Nov", + "11": "Di\u010b" + }, + "fullDate": "EEEE, d 'ta'\u2019 MMMM y", + "longDate": "d 'ta'\u2019 MMMM y", + "medium": "dd MMM y HH:mm:ss", + "mediumDate": "dd MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yyyy HH:mm", + "shortDate": "dd/MM/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "mt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n == (n | 0) && n % 100 >= 2 && n % 100 <= 10) { return PLURAL_CATEGORY.FEW; } if (n == (n | 0) && n % 100 >= 11 && n % 100 <= 19) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-aw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-aw.js new file mode 100755 index 000000000..c5d0d1ca4 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-aw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "zondag", + "1": "maandag", + "2": "dinsdag", + "3": "woensdag", + "4": "donderdag", + "5": "vrijdag", + "6": "zaterdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "maart", + "3": "april", + "4": "mei", + "5": "juni", + "6": "juli", + "7": "augustus", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "zo", + "1": "ma", + "2": "di", + "3": "wo", + "4": "do", + "5": "vr", + "6": "za" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mrt.", + "3": "apr.", + "4": "mei", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "€", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00A4 ", + "negSuf": "-", + "posPre": "\u00A4 ", + "posSuf": "" + } + } + }, + "id": "nl-aw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-be.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-be.js new file mode 100755 index 000000000..2975b2c55 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-be.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "zondag", + "1": "maandag", + "2": "dinsdag", + "3": "woensdag", + "4": "donderdag", + "5": "vrijdag", + "6": "zaterdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "maart", + "3": "april", + "4": "mei", + "5": "juni", + "6": "juli", + "7": "augustus", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "zo", + "1": "ma", + "2": "di", + "3": "wo", + "4": "do", + "5": "vr", + "6": "za" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mrt.", + "3": "apr.", + "4": "mei", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d-MMM-y HH:mm:ss", + "mediumDate": "d-MMM-y", + "mediumTime": "HH:mm:ss", + "short": "d/MM/yy HH:mm", + "shortDate": "d/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "€", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00A4 ", + "negSuf": "-", + "posPre": "\u00A4 ", + "posSuf": "" + } + } + }, + "id": "nl-be", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-cw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-cw.js new file mode 100755 index 000000000..66bf0da80 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-cw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "zondag", + "1": "maandag", + "2": "dinsdag", + "3": "woensdag", + "4": "donderdag", + "5": "vrijdag", + "6": "zaterdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "maart", + "3": "april", + "4": "mei", + "5": "juni", + "6": "juli", + "7": "augustus", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "zo", + "1": "ma", + "2": "di", + "3": "wo", + "4": "do", + "5": "vr", + "6": "za" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mrt.", + "3": "apr.", + "4": "mei", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "nl-cw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-nl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-nl.js new file mode 100755 index 000000000..f614bb4c3 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-nl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "zondag", + "1": "maandag", + "2": "dinsdag", + "3": "woensdag", + "4": "donderdag", + "5": "vrijdag", + "6": "zaterdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "maart", + "3": "april", + "4": "mei", + "5": "juni", + "6": "juli", + "7": "augustus", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "zo", + "1": "ma", + "2": "di", + "3": "wo", + "4": "do", + "5": "vr", + "6": "za" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mrt.", + "3": "apr.", + "4": "mei", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "nl-nl", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-sx.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-sx.js new file mode 100755 index 000000000..3ba19b9f1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl-sx.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "zondag", + "1": "maandag", + "2": "dinsdag", + "3": "woensdag", + "4": "donderdag", + "5": "vrijdag", + "6": "zaterdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "maart", + "3": "april", + "4": "mei", + "5": "juni", + "6": "juli", + "7": "augustus", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "zo", + "1": "ma", + "2": "di", + "3": "wo", + "4": "do", + "5": "vr", + "6": "za" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mrt.", + "3": "apr.", + "4": "mei", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "nl-sx", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_nl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl.js new file mode 100755 index 000000000..18d407a77 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_nl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "zondag", + "1": "maandag", + "2": "dinsdag", + "3": "woensdag", + "4": "donderdag", + "5": "vrijdag", + "6": "zaterdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "maart", + "3": "april", + "4": "mei", + "5": "juni", + "6": "juli", + "7": "augustus", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "zo", + "1": "ma", + "2": "di", + "3": "wo", + "4": "do", + "5": "vr", + "6": "za" + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mrt.", + "3": "apr.", + "4": "mei", + "5": "jun.", + "6": "jul.", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd-MM-yy HH:mm", + "shortDate": "dd-MM-yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0", + "negSuf": "-", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "nl", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_no.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_no.js new file mode 100755 index 000000000..b12461a2f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_no.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "s\u00f8ndag", + "1": "mandag", + "2": "tirsdag", + "3": "onsdag", + "4": "torsdag", + "5": "fredag", + "6": "l\u00f8rdag" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "mars", + "3": "april", + "4": "mai", + "5": "juni", + "6": "juli", + "7": "august", + "8": "september", + "9": "oktober", + "10": "november", + "11": "desember" + }, + "SHORTDAY": { + "0": "s\u00f8n.", + "1": "man.", + "2": "tir.", + "3": "ons.", + "4": "tor.", + "5": "fre.", + "6": "l\u00f8r." + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mars", + "3": "apr.", + "4": "mai", + "5": "juni", + "6": "juli", + "7": "aug.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "des." + }, + "fullDate": "EEEE d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d. MMM y HH:mm:ss", + "mediumDate": "d. MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "no", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_or-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_or-in.js new file mode 100755 index 000000000..ddc453d2f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_or-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30", + "1": "\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30", + "2": "\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30", + "3": "\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30", + "4": "\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30", + "5": "\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30", + "6": "\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30" + }, + "MONTH": { + "0": "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "1": "\u0b2b\u0b47\u0b2c\u0b4d\u0b30\u0b41\u0b5f\u0b3e\u0b30\u0b40", + "2": "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "3": "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "4": "\u0b2e\u0b47", + "5": "\u0b1c\u0b41\u0b28", + "6": "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "7": "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "8": "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "9": "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "10": "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "11": "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + }, + "SHORTDAY": { + "0": "\u0b30\u0b2c\u0b3f", + "1": "\u0b38\u0b4b\u0b2e", + "2": "\u0b2e\u0b19\u0b4d\u0b17\u0b33", + "3": "\u0b2c\u0b41\u0b27", + "4": "\u0b17\u0b41\u0b30\u0b41", + "5": "\u0b36\u0b41\u0b15\u0b4d\u0b30", + "6": "\u0b36\u0b28\u0b3f" + }, + "SHORTMONTH": { + "0": "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "1": "\u0b2b\u0b47\u0b2c\u0b4d\u0b30\u0b41\u0b5f\u0b3e\u0b30\u0b40", + "2": "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "3": "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "4": "\u0b2e\u0b47", + "5": "\u0b1c\u0b41\u0b28", + "6": "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "7": "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "8": "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "9": "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "10": "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "11": "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "or-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_or.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_or.js new file mode 100755 index 000000000..cf8a14b38 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_or.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30", + "1": "\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30", + "2": "\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30", + "3": "\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30", + "4": "\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30", + "5": "\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30", + "6": "\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30" + }, + "MONTH": { + "0": "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "1": "\u0b2b\u0b47\u0b2c\u0b4d\u0b30\u0b41\u0b5f\u0b3e\u0b30\u0b40", + "2": "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "3": "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "4": "\u0b2e\u0b47", + "5": "\u0b1c\u0b41\u0b28", + "6": "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "7": "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "8": "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "9": "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "10": "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "11": "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + }, + "SHORTDAY": { + "0": "\u0b30\u0b2c\u0b3f", + "1": "\u0b38\u0b4b\u0b2e", + "2": "\u0b2e\u0b19\u0b4d\u0b17\u0b33", + "3": "\u0b2c\u0b41\u0b27", + "4": "\u0b17\u0b41\u0b30\u0b41", + "5": "\u0b36\u0b41\u0b15\u0b4d\u0b30", + "6": "\u0b36\u0b28\u0b3f" + }, + "SHORTMONTH": { + "0": "\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40", + "1": "\u0b2b\u0b47\u0b2c\u0b4d\u0b30\u0b41\u0b5f\u0b3e\u0b30\u0b40", + "2": "\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a", + "3": "\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32", + "4": "\u0b2e\u0b47", + "5": "\u0b1c\u0b41\u0b28", + "6": "\u0b1c\u0b41\u0b32\u0b3e\u0b07", + "7": "\u0b05\u0b17\u0b37\u0b4d\u0b1f", + "8": "\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "9": "\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30", + "10": "\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30", + "11": "\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "or", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pl-pl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pl-pl.js new file mode 100755 index 000000000..10e76e0a1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pl-pl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "niedziela", + "1": "poniedzia\u0142ek", + "2": "wtorek", + "3": "\u015broda", + "4": "czwartek", + "5": "pi\u0105tek", + "6": "sobota" + }, + "MONTH": { + "0": "stycznia", + "1": "lutego", + "2": "marca", + "3": "kwietnia", + "4": "maja", + "5": "czerwca", + "6": "lipca", + "7": "sierpnia", + "8": "wrze\u015bnia", + "9": "pa\u017adziernika", + "10": "listopada", + "11": "grudnia" + }, + "SHORTDAY": { + "0": "niedz.", + "1": "pon.", + "2": "wt.", + "3": "\u015br.", + "4": "czw.", + "5": "pt.", + "6": "sob." + }, + "SHORTMONTH": { + "0": "sty", + "1": "lut", + "2": "mar", + "3": "kwi", + "4": "maj", + "5": "cze", + "6": "lip", + "7": "sie", + "8": "wrz", + "9": "pa\u017a", + "10": "lis", + "11": "gru" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yyyy HH:mm", + "shortDate": "dd.MM.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "z\u0142", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "pl-pl", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n != 1 && (n % 10 == 0 || n % 10 == 1) || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 12 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pl.js new file mode 100755 index 000000000..8d881aafd --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "niedziela", + "1": "poniedzia\u0142ek", + "2": "wtorek", + "3": "\u015broda", + "4": "czwartek", + "5": "pi\u0105tek", + "6": "sobota" + }, + "MONTH": { + "0": "stycznia", + "1": "lutego", + "2": "marca", + "3": "kwietnia", + "4": "maja", + "5": "czerwca", + "6": "lipca", + "7": "sierpnia", + "8": "wrze\u015bnia", + "9": "pa\u017adziernika", + "10": "listopada", + "11": "grudnia" + }, + "SHORTDAY": { + "0": "niedz.", + "1": "pon.", + "2": "wt.", + "3": "\u015br.", + "4": "czw.", + "5": "pt.", + "6": "sob." + }, + "SHORTMONTH": { + "0": "sty", + "1": "lut", + "2": "mar", + "3": "kwi", + "4": "maj", + "5": "cze", + "6": "lip", + "7": "sie", + "8": "wrz", + "9": "pa\u017a", + "10": "lis", + "11": "gru" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yyyy HH:mm", + "shortDate": "dd.MM.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "z\u0142", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "pl", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n != 1 && (n % 10 == 0 || n % 10 == 1) || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 12 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-ao.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-ao.js new file mode 100755 index 000000000..02fbc6290 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-ao.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "domingo", + "1": "segunda-feira", + "2": "terça-feira", + "3": "quarta-feira", + "4": "quinta-feira", + "5": "sexta-feira", + "6": "sábado" + }, + "MONTH": { + "0": "janeiro", + "1": "fevereiro", + "2": "março", + "3": "abril", + "4": "maio", + "5": "junho", + "6": "julho", + "7": "agosto", + "8": "setembro", + "9": "outubro", + "10": "novembro", + "11": "dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "sáb" + }, + "SHORTMONTH": { + "0": "jan", + "1": "fev", + "2": "mar", + "3": "abr", + "4": "mai", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "set", + "9": "out", + "10": "nov", + "11": "dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "pt-ao", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-br.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-br.js new file mode 100755 index 000000000..0583a02ff --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-br.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "domingo", + "1": "segunda-feira", + "2": "ter\u00e7a-feira", + "3": "quarta-feira", + "4": "quinta-feira", + "5": "sexta-feira", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "janeiro", + "1": "fevereiro", + "2": "mar\u00e7o", + "3": "abril", + "4": "maio", + "5": "junho", + "6": "julho", + "7": "agosto", + "8": "setembro", + "9": "outubro", + "10": "novembro", + "11": "dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "jan", + "1": "fev", + "2": "mar", + "3": "abr", + "4": "mai", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "set", + "9": "out", + "10": "nov", + "11": "dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "pt-br", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-gw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-gw.js new file mode 100755 index 000000000..f3cfdf794 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-gw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "domingo", + "1": "segunda-feira", + "2": "terça-feira", + "3": "quarta-feira", + "4": "quinta-feira", + "5": "sexta-feira", + "6": "sábado" + }, + "MONTH": { + "0": "janeiro", + "1": "fevereiro", + "2": "março", + "3": "abril", + "4": "maio", + "5": "junho", + "6": "julho", + "7": "agosto", + "8": "setembro", + "9": "outubro", + "10": "novembro", + "11": "dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "sáb" + }, + "SHORTMONTH": { + "0": "jan", + "1": "fev", + "2": "mar", + "3": "abr", + "4": "mai", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "set", + "9": "out", + "10": "nov", + "11": "dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "pt-gw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-mz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-mz.js new file mode 100755 index 000000000..d8b96e5ba --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-mz.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "domingo", + "1": "segunda-feira", + "2": "terça-feira", + "3": "quarta-feira", + "4": "quinta-feira", + "5": "sexta-feira", + "6": "sábado" + }, + "MONTH": { + "0": "janeiro", + "1": "fevereiro", + "2": "março", + "3": "abril", + "4": "maio", + "5": "junho", + "6": "julho", + "7": "agosto", + "8": "setembro", + "9": "outubro", + "10": "novembro", + "11": "dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "sáb" + }, + "SHORTMONTH": { + "0": "jan", + "1": "fev", + "2": "mar", + "3": "abr", + "4": "mai", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "set", + "9": "out", + "10": "nov", + "11": "dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "pt-mz", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-pt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-pt.js new file mode 100755 index 000000000..e02e1c8b4 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-pt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "a.m.", + "1": "p.m." + }, + "DAY": { + "0": "Domingo", + "1": "Segunda-feira", + "2": "Ter\u00e7a-feira", + "3": "Quarta-feira", + "4": "Quinta-feira", + "5": "Sexta-feira", + "6": "S\u00e1bado" + }, + "MONTH": { + "0": "Janeiro", + "1": "Fevereiro", + "2": "Mar\u00e7o", + "3": "Abril", + "4": "Maio", + "5": "Junho", + "6": "Julho", + "7": "Agosto", + "8": "Setembro", + "9": "Outubro", + "10": "Novembro", + "11": "Dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Fev", + "2": "Mar", + "3": "Abr", + "4": "Mai", + "5": "Jun", + "6": "Jul", + "7": "Ago", + "8": "Set", + "9": "Out", + "10": "Nov", + "11": "Dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "pt-pt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-st.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-st.js new file mode 100755 index 000000000..4423d8628 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt-st.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "domingo", + "1": "segunda-feira", + "2": "terça-feira", + "3": "quarta-feira", + "4": "quinta-feira", + "5": "sexta-feira", + "6": "sábado" + }, + "MONTH": { + "0": "janeiro", + "1": "fevereiro", + "2": "março", + "3": "abril", + "4": "maio", + "5": "junho", + "6": "julho", + "7": "agosto", + "8": "setembro", + "9": "outubro", + "10": "novembro", + "11": "dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "sáb" + }, + "SHORTMONTH": { + "0": "jan", + "1": "fev", + "2": "mar", + "3": "abr", + "4": "mai", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "set", + "9": "out", + "10": "nov", + "11": "dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "pt-st", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_pt.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt.js new file mode 100755 index 000000000..7f37abc89 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_pt.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "domingo", + "1": "segunda-feira", + "2": "ter\u00e7a-feira", + "3": "quarta-feira", + "4": "quinta-feira", + "5": "sexta-feira", + "6": "s\u00e1bado" + }, + "MONTH": { + "0": "janeiro", + "1": "fevereiro", + "2": "mar\u00e7o", + "3": "abril", + "4": "maio", + "5": "junho", + "6": "julho", + "7": "agosto", + "8": "setembro", + "9": "outubro", + "10": "novembro", + "11": "dezembro" + }, + "SHORTDAY": { + "0": "dom", + "1": "seg", + "2": "ter", + "3": "qua", + "4": "qui", + "5": "sex", + "6": "s\u00e1b" + }, + "SHORTMONTH": { + "0": "jan", + "1": "fev", + "2": "mar", + "3": "abr", + "4": "mai", + "5": "jun", + "6": "jul", + "7": "ago", + "8": "set", + "9": "out", + "10": "nov", + "11": "dez" + }, + "fullDate": "EEEE, d 'de' MMMM 'de' y", + "longDate": "d 'de' MMMM 'de' y", + "medium": "dd/MM/yyyy HH:mm:ss", + "mediumDate": "dd/MM/yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R$", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "pt", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ro-md.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ro-md.js new file mode 100755 index 000000000..17393db0c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ro-md.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "duminică", + "1": "luni", + "2": "marți", + "3": "miercuri", + "4": "joi", + "5": "vineri", + "6": "sâmbătă" + }, + "MONTH": { + "0": "ianuarie", + "1": "februarie", + "2": "martie", + "3": "aprilie", + "4": "mai", + "5": "iunie", + "6": "iulie", + "7": "august", + "8": "septembrie", + "9": "octombrie", + "10": "noiembrie", + "11": "decembrie" + }, + "SHORTDAY": { + "0": "Du", + "1": "Lu", + "2": "Ma", + "3": "Mi", + "4": "Jo", + "5": "Vi", + "6": "Sâ" + }, + "SHORTMONTH": { + "0": "ian.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "mai", + "5": "iun.", + "6": "iul.", + "7": "aug.", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yyyy HH:mm", + "shortDate": "dd.MM.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RON", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "ro-md", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && n == (n | 0) && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ro-ro.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ro-ro.js new file mode 100755 index 000000000..df17f3803 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ro-ro.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "duminic\u0103", + "1": "luni", + "2": "mar\u021bi", + "3": "miercuri", + "4": "joi", + "5": "vineri", + "6": "s\u00e2mb\u0103t\u0103" + }, + "MONTH": { + "0": "ianuarie", + "1": "februarie", + "2": "martie", + "3": "aprilie", + "4": "mai", + "5": "iunie", + "6": "iulie", + "7": "august", + "8": "septembrie", + "9": "octombrie", + "10": "noiembrie", + "11": "decembrie" + }, + "SHORTDAY": { + "0": "Du", + "1": "Lu", + "2": "Ma", + "3": "Mi", + "4": "Jo", + "5": "Vi", + "6": "S\u00e2" + }, + "SHORTMONTH": { + "0": "ian.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "mai", + "5": "iun.", + "6": "iul.", + "7": "aug.", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yyyy HH:mm", + "shortDate": "dd.MM.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RON", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "ro-ro", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && n == (n | 0) && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ro.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ro.js new file mode 100755 index 000000000..21439debf --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ro.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "duminic\u0103", + "1": "luni", + "2": "mar\u021bi", + "3": "miercuri", + "4": "joi", + "5": "vineri", + "6": "s\u00e2mb\u0103t\u0103" + }, + "MONTH": { + "0": "ianuarie", + "1": "februarie", + "2": "martie", + "3": "aprilie", + "4": "mai", + "5": "iunie", + "6": "iulie", + "7": "august", + "8": "septembrie", + "9": "octombrie", + "10": "noiembrie", + "11": "decembrie" + }, + "SHORTDAY": { + "0": "Du", + "1": "Lu", + "2": "Ma", + "3": "Mi", + "4": "Jo", + "5": "Vi", + "6": "S\u00e2" + }, + "SHORTMONTH": { + "0": "ian.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "mai", + "5": "iun.", + "6": "iul.", + "7": "aug.", + "8": "sept.", + "9": "oct.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "dd.MM.yyyy HH:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yyyy HH:mm", + "shortDate": "dd.MM.yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "RON", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "ro", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == 0 || n != 1 && n == (n | 0) && n % 100 >= 1 && n % 100 <= 19) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-md.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-md.js new file mode 100755 index 000000000..76e233f8b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-md.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "до полудня", + "1": "после полудня" + }, + "DAY": { + "0": "воскресенье", + "1": "понедельник", + "2": "вторник", + "3": "среда", + "4": "четверг", + "5": "пятница", + "6": "суббота" + }, + "MONTH": { + "0": "января", + "1": "февраля", + "2": "марта", + "3": "апреля", + "4": "мая", + "5": "июня", + "6": "июля", + "7": "августа", + "8": "сентября", + "9": "октября", + "10": "ноября", + "11": "декабря" + }, + "SHORTDAY": { + "0": "вс", + "1": "пн", + "2": "вт", + "3": "ср", + "4": "чт", + "5": "пт", + "6": "сб" + }, + "SHORTMONTH": { + "0": "янв.", + "1": "февр.", + "2": "марта", + "3": "апр.", + "4": "мая", + "5": "июня", + "6": "июля", + "7": "авг.", + "8": "сент.", + "9": "окт.", + "10": "нояб.", + "11": "дек." + }, + "fullDate": "EEEE, d MMMM y 'г'.", + "longDate": "d MMMM y 'г'.", + "medium": "dd.MM.yyyy H:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "руб.", + "DECIMAL_SEP": ",", + "GROUP_SEP": " ", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "ru-md", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-ru.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-ru.js new file mode 100755 index 000000000..d0f250827 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-ru.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0434\u043e \u043f\u043e\u043b\u0443\u0434\u043d\u044f", + "1": "\u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043b\u0443\u0434\u043d\u044f" + }, + "DAY": { + "0": "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "1": "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "2": "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "3": "\u0441\u0440\u0435\u0434\u0430", + "4": "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "5": "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "6": "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u044f\u043d\u0432\u0430\u0440\u044f", + "1": "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "2": "\u043c\u0430\u0440\u0442\u0430", + "3": "\u0430\u043f\u0440\u0435\u043b\u044f", + "4": "\u043c\u0430\u044f", + "5": "\u0438\u044e\u043d\u044f", + "6": "\u0438\u044e\u043b\u044f", + "7": "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "8": "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "9": "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "10": "\u043d\u043e\u044f\u0431\u0440\u044f", + "11": "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + }, + "SHORTDAY": { + "0": "\u0432\u0441", + "1": "\u043f\u043d", + "2": "\u0432\u0442", + "3": "\u0441\u0440", + "4": "\u0447\u0442", + "5": "\u043f\u0442", + "6": "\u0441\u0431" + }, + "SHORTMONTH": { + "0": "\u044f\u043d\u0432.", + "1": "\u0444\u0435\u0432\u0440.", + "2": "\u043c\u0430\u0440\u0442\u0430", + "3": "\u0430\u043f\u0440.", + "4": "\u043c\u0430\u044f", + "5": "\u0438\u044e\u043d\u044f", + "6": "\u0438\u044e\u043b\u044f", + "7": "\u0430\u0432\u0433.", + "8": "\u0441\u0435\u043d\u0442.", + "9": "\u043e\u043a\u0442.", + "10": "\u043d\u043e\u044f\u0431.", + "11": "\u0434\u0435\u043a." + }, + "fullDate": "EEEE, d MMMM y\u00a0'\u0433'.", + "longDate": "d MMMM y\u00a0'\u0433'.", + "medium": "dd.MM.yyyy H:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0440\u0443\u0431.", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "ru-ru", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-ua.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-ua.js new file mode 100755 index 000000000..0d29b4a70 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru-ua.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "до полудня", + "1": "после полудня" + }, + "DAY": { + "0": "воскресенье", + "1": "понедельник", + "2": "вторник", + "3": "среда", + "4": "четверг", + "5": "пятница", + "6": "суббота" + }, + "MONTH": { + "0": "января", + "1": "февраля", + "2": "марта", + "3": "апреля", + "4": "мая", + "5": "июня", + "6": "июля", + "7": "августа", + "8": "сентября", + "9": "октября", + "10": "ноября", + "11": "декабря" + }, + "SHORTDAY": { + "0": "вс", + "1": "пн", + "2": "вт", + "3": "ср", + "4": "чт", + "5": "пт", + "6": "сб" + }, + "SHORTMONTH": { + "0": "янв.", + "1": "февр.", + "2": "марта", + "3": "апр.", + "4": "мая", + "5": "июня", + "6": "июля", + "7": "авг.", + "8": "сент.", + "9": "окт.", + "10": "нояб.", + "11": "дек." + }, + "fullDate": "EEEE, d MMMM y 'г'.", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "руб.", + "DECIMAL_SEP": ",", + "GROUP_SEP": " ", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "ru-ua", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ru.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru.js new file mode 100755 index 000000000..f807b68ab --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ru.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0434\u043e \u043f\u043e\u043b\u0443\u0434\u043d\u044f", + "1": "\u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043b\u0443\u0434\u043d\u044f" + }, + "DAY": { + "0": "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "1": "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "2": "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", + "3": "\u0441\u0440\u0435\u0434\u0430", + "4": "\u0447\u0435\u0442\u0432\u0435\u0440\u0433", + "5": "\u043f\u044f\u0442\u043d\u0438\u0446\u0430", + "6": "\u0441\u0443\u0431\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u044f\u043d\u0432\u0430\u0440\u044f", + "1": "\u0444\u0435\u0432\u0440\u0430\u043b\u044f", + "2": "\u043c\u0430\u0440\u0442\u0430", + "3": "\u0430\u043f\u0440\u0435\u043b\u044f", + "4": "\u043c\u0430\u044f", + "5": "\u0438\u044e\u043d\u044f", + "6": "\u0438\u044e\u043b\u044f", + "7": "\u0430\u0432\u0433\u0443\u0441\u0442\u0430", + "8": "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f", + "9": "\u043e\u043a\u0442\u044f\u0431\u0440\u044f", + "10": "\u043d\u043e\u044f\u0431\u0440\u044f", + "11": "\u0434\u0435\u043a\u0430\u0431\u0440\u044f" + }, + "SHORTDAY": { + "0": "\u0432\u0441", + "1": "\u043f\u043d", + "2": "\u0432\u0442", + "3": "\u0441\u0440", + "4": "\u0447\u0442", + "5": "\u043f\u0442", + "6": "\u0441\u0431" + }, + "SHORTMONTH": { + "0": "\u044f\u043d\u0432.", + "1": "\u0444\u0435\u0432\u0440.", + "2": "\u043c\u0430\u0440\u0442\u0430", + "3": "\u0430\u043f\u0440.", + "4": "\u043c\u0430\u044f", + "5": "\u0438\u044e\u043d\u044f", + "6": "\u0438\u044e\u043b\u044f", + "7": "\u0430\u0432\u0433.", + "8": "\u0441\u0435\u043d\u0442.", + "9": "\u043e\u043a\u0442.", + "10": "\u043d\u043e\u044f\u0431.", + "11": "\u0434\u0435\u043a." + }, + "fullDate": "EEEE, d MMMM y\u00a0'\u0433'.", + "longDate": "d MMMM y\u00a0'\u0433'.", + "medium": "dd.MM.yyyy H:mm:ss", + "mediumDate": "dd.MM.yyyy", + "mediumTime": "H:mm:ss", + "short": "dd.MM.yy H:mm", + "shortDate": "dd.MM.yy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0440\u0443\u0431.", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "ru", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sk-sk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sk-sk.js new file mode 100755 index 000000000..ce568500a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sk-sk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "dopoludnia", + "1": "popoludn\u00ed" + }, + "DAY": { + "0": "nede\u013ea", + "1": "pondelok", + "2": "utorok", + "3": "streda", + "4": "\u0161tvrtok", + "5": "piatok", + "6": "sobota" + }, + "MONTH": { + "0": "janu\u00e1ra", + "1": "febru\u00e1ra", + "2": "marca", + "3": "apr\u00edla", + "4": "m\u00e1ja", + "5": "j\u00fana", + "6": "j\u00fala", + "7": "augusta", + "8": "septembra", + "9": "okt\u00f3bra", + "10": "novembra", + "11": "decembra" + }, + "SHORTDAY": { + "0": "ne", + "1": "po", + "2": "ut", + "3": "st", + "4": "\u0161t", + "5": "pi", + "6": "so" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "m\u00e1j", + "5": "j\u00fan", + "6": "j\u00fal", + "7": "aug", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.yyyy H:mm:ss", + "mediumDate": "d.M.yyyy", + "mediumTime": "H:mm:ss", + "short": "d.M.yyyy H:mm", + "shortDate": "d.M.yyyy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sk-sk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n >= 2 && n <= 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sk.js new file mode 100755 index 000000000..a20f35f6e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "dopoludnia", + "1": "popoludn\u00ed" + }, + "DAY": { + "0": "nede\u013ea", + "1": "pondelok", + "2": "utorok", + "3": "streda", + "4": "\u0161tvrtok", + "5": "piatok", + "6": "sobota" + }, + "MONTH": { + "0": "janu\u00e1ra", + "1": "febru\u00e1ra", + "2": "marca", + "3": "apr\u00edla", + "4": "m\u00e1ja", + "5": "j\u00fana", + "6": "j\u00fala", + "7": "augusta", + "8": "septembra", + "9": "okt\u00f3bra", + "10": "novembra", + "11": "decembra" + }, + "SHORTDAY": { + "0": "ne", + "1": "po", + "2": "ut", + "3": "st", + "4": "\u0161t", + "5": "pi", + "6": "so" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "m\u00e1j", + "5": "j\u00fan", + "6": "j\u00fal", + "7": "aug", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE, d. MMMM y", + "longDate": "d. MMMM y", + "medium": "d.M.yyyy H:mm:ss", + "mediumDate": "d.M.yyyy", + "mediumTime": "H:mm:ss", + "short": "d.M.yyyy H:mm", + "shortDate": "d.M.yyyy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n >= 2 && n <= 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sl-si.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sl-si.js new file mode 100755 index 000000000..90fa2b409 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sl-si.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "dop.", + "1": "pop." + }, + "DAY": { + "0": "nedelja", + "1": "ponedeljek", + "2": "torek", + "3": "sreda", + "4": "\u010detrtek", + "5": "petek", + "6": "sobota" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "marec", + "3": "april", + "4": "maj", + "5": "junij", + "6": "julij", + "7": "avgust", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "ned.", + "1": "pon.", + "2": "tor.", + "3": "sre.", + "4": "\u010det.", + "5": "pet.", + "6": "sob." + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "maj", + "5": "jun.", + "6": "jul.", + "7": "avg.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, dd. MMMM y", + "longDate": "dd. MMMM y", + "medium": "d. MMM yyyy HH:mm:ss", + "mediumDate": "d. MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "d. MM. yy HH:mm", + "shortDate": "d. MM. yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "sl-si", + "pluralCat": function (n) { if (n % 100 == 1) { return PLURAL_CATEGORY.ONE; } if (n % 100 == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 == 3 || n % 100 == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sl.js new file mode 100755 index 000000000..1e4007c5f --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "dop.", + "1": "pop." + }, + "DAY": { + "0": "nedelja", + "1": "ponedeljek", + "2": "torek", + "3": "sreda", + "4": "\u010detrtek", + "5": "petek", + "6": "sobota" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "marec", + "3": "april", + "4": "maj", + "5": "junij", + "6": "julij", + "7": "avgust", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "ned.", + "1": "pon.", + "2": "tor.", + "3": "sre.", + "4": "\u010det.", + "5": "pet.", + "6": "sob." + }, + "SHORTMONTH": { + "0": "jan.", + "1": "feb.", + "2": "mar.", + "3": "apr.", + "4": "maj", + "5": "jun.", + "6": "jul.", + "7": "avg.", + "8": "sep.", + "9": "okt.", + "10": "nov.", + "11": "dec." + }, + "fullDate": "EEEE, dd. MMMM y", + "longDate": "dd. MMMM y", + "medium": "d. MMM yyyy HH:mm:ss", + "mediumDate": "d. MMM yyyy", + "mediumTime": "HH:mm:ss", + "short": "d. MM. yy HH:mm", + "shortDate": "d. MM. yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "sl", + "pluralCat": function (n) { if (n % 100 == 1) { return PLURAL_CATEGORY.ONE; } if (n % 100 == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 == 3 || n % 100 == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sq-al.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sq-al.js new file mode 100755 index 000000000..0fdd64924 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sq-al.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "PD", + "1": "MD" + }, + "DAY": { + "0": "e diel", + "1": "e h\u00ebn\u00eb", + "2": "e mart\u00eb", + "3": "e m\u00ebrkur\u00eb", + "4": "e enjte", + "5": "e premte", + "6": "e shtun\u00eb" + }, + "MONTH": { + "0": "janar", + "1": "shkurt", + "2": "mars", + "3": "prill", + "4": "maj", + "5": "qershor", + "6": "korrik", + "7": "gusht", + "8": "shtator", + "9": "tetor", + "10": "n\u00ebntor", + "11": "dhjetor" + }, + "SHORTDAY": { + "0": "Die", + "1": "H\u00ebn", + "2": "Mar", + "3": "M\u00ebr", + "4": "Enj", + "5": "Pre", + "6": "Sht" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Shk", + "2": "Mar", + "3": "Pri", + "4": "Maj", + "5": "Qer", + "6": "Kor", + "7": "Gsh", + "8": "Sht", + "9": "Tet", + "10": "N\u00ebn", + "11": "Dhj" + }, + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "yyyy-MM-dd h.mm.ss.a", + "mediumDate": "yyyy-MM-dd", + "mediumTime": "h.mm.ss.a", + "short": "yy-MM-dd h.mm.a", + "shortDate": "yy-MM-dd", + "shortTime": "h.mm.a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Lek", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "sq-al", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sq.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sq.js new file mode 100755 index 000000000..cafaa0fe1 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sq.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "PD", + "1": "MD" + }, + "DAY": { + "0": "e diel", + "1": "e h\u00ebn\u00eb", + "2": "e mart\u00eb", + "3": "e m\u00ebrkur\u00eb", + "4": "e enjte", + "5": "e premte", + "6": "e shtun\u00eb" + }, + "MONTH": { + "0": "janar", + "1": "shkurt", + "2": "mars", + "3": "prill", + "4": "maj", + "5": "qershor", + "6": "korrik", + "7": "gusht", + "8": "shtator", + "9": "tetor", + "10": "n\u00ebntor", + "11": "dhjetor" + }, + "SHORTDAY": { + "0": "Die", + "1": "H\u00ebn", + "2": "Mar", + "3": "M\u00ebr", + "4": "Enj", + "5": "Pre", + "6": "Sht" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Shk", + "2": "Mar", + "3": "Pri", + "4": "Maj", + "5": "Qer", + "6": "Kor", + "7": "Gsh", + "8": "Sht", + "9": "Tet", + "10": "N\u00ebn", + "11": "Dhj" + }, + "fullDate": "EEEE, dd MMMM y", + "longDate": "dd MMMM y", + "medium": "yyyy-MM-dd h.mm.ss.a", + "mediumDate": "yyyy-MM-dd", + "mediumTime": "h.mm.ss.a", + "short": "yy-MM-dd h.mm.a", + "shortDate": "yy-MM-dd", + "shortTime": "h.mm.a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Lek", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "sq", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-ba.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-ba.js new file mode 100755 index 000000000..8ac4bd0b8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-ba.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "пре подне", + "1": "поподне" + }, + "DAY": { + "0": "недеља", + "1": "понедељак", + "2": "уторак", + "3": "сриједа", + "4": "четвртак", + "5": "петак", + "6": "субота" + }, + "MONTH": { + "0": "јануар", + "1": "фебруар", + "2": "март", + "3": "април", + "4": "мај", + "5": "јуни", + "6": "јули", + "7": "август", + "8": "септембар", + "9": "октобар", + "10": "новембар", + "11": "децембар" + }, + "SHORTDAY": { + "0": "нед", + "1": "пон", + "2": "уто", + "3": "сри", + "4": "чет", + "5": "пет", + "6": "суб" + }, + "SHORTMONTH": { + "0": "јан", + "1": "феб", + "2": "мар", + "3": "апр", + "4": "мај", + "5": "јун", + "6": "јул", + "7": "авг", + "8": "сеп", + "9": "окт", + "10": "нов", + "11": "дец" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "yyyy-MM-dd HH:mm:ss", + "mediumDate": "yyyy-MM-dd", + "mediumTime": "HH:mm:ss", + "short": "yy-MM-dd HH:mm", + "shortDate": "yy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sr-cyrl-ba", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-me.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-me.js new file mode 100755 index 000000000..28e570e87 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-me.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "пре подне", + "1": "поподне" + }, + "DAY": { + "0": "недеља", + "1": "понедељак", + "2": "уторак", + "3": "среда", + "4": "четвртак", + "5": "петак", + "6": "субота" + }, + "MONTH": { + "0": "јануар", + "1": "фебруар", + "2": "март", + "3": "април", + "4": "мај", + "5": "јун", + "6": "јул", + "7": "август", + "8": "септембар", + "9": "октобар", + "10": "новембар", + "11": "децембар" + }, + "SHORTDAY": { + "0": "нед", + "1": "пон", + "2": "уто", + "3": "сре", + "4": "чет", + "5": "пет", + "6": "суб" + }, + "SHORTMONTH": { + "0": "јан", + "1": "феб", + "2": "мар", + "3": "апр", + "4": "мај", + "5": "јун", + "6": "јул", + "7": "авг", + "8": "сеп", + "9": "окт", + "10": "нов", + "11": "дец" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sr-cyrl-me", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-rs.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-rs.js new file mode 100755 index 000000000..fbe3e931d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl-rs.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "1": "\u043f\u043e\u043f\u043e\u0434\u043d\u0435" + }, + "DAY": { + "0": "\u043d\u0435\u0434\u0435\u0459\u0430", + "1": "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "2": "\u0443\u0442\u043e\u0440\u0430\u043a", + "3": "\u0441\u0440\u0435\u0434\u0430", + "4": "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "5": "\u043f\u0435\u0442\u0430\u043a", + "6": "\u0441\u0443\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u0458\u0430\u043d\u0443\u0430\u0440", + "1": "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "2": "\u043c\u0430\u0440\u0442", + "3": "\u0430\u043f\u0440\u0438\u043b", + "4": "\u043c\u0430\u0458", + "5": "\u0458\u0443\u043d", + "6": "\u0458\u0443\u043b", + "7": "\u0430\u0432\u0433\u0443\u0441\u0442", + "8": "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "9": "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "10": "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "11": "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + }, + "SHORTDAY": { + "0": "\u043d\u0435\u0434", + "1": "\u043f\u043e\u043d", + "2": "\u0443\u0442\u043e", + "3": "\u0441\u0440\u0435", + "4": "\u0447\u0435\u0442", + "5": "\u043f\u0435\u0442", + "6": "\u0441\u0443\u0431" + }, + "SHORTMONTH": { + "0": "\u0458\u0430\u043d", + "1": "\u0444\u0435\u0431", + "2": "\u043c\u0430\u0440", + "3": "\u0430\u043f\u0440", + "4": "\u043c\u0430\u0458", + "5": "\u0458\u0443\u043d", + "6": "\u0458\u0443\u043b", + "7": "\u0430\u0432\u0433", + "8": "\u0441\u0435\u043f", + "9": "\u043e\u043a\u0442", + "10": "\u043d\u043e\u0432", + "11": "\u0434\u0435\u0446" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sr-cyrl-rs", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl.js new file mode 100755 index 000000000..38647adc2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-cyrl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "пре подне", + "1": "поподне" + }, + "DAY": { + "0": "недеља", + "1": "понедељак", + "2": "уторак", + "3": "среда", + "4": "четвртак", + "5": "петак", + "6": "субота" + }, + "MONTH": { + "0": "јануар", + "1": "фебруар", + "2": "март", + "3": "април", + "4": "мај", + "5": "јун", + "6": "јул", + "7": "август", + "8": "септембар", + "9": "октобар", + "10": "новембар", + "11": "децембар" + }, + "SHORTDAY": { + "0": "нед", + "1": "пон", + "2": "уто", + "3": "сре", + "4": "чет", + "5": "пет", + "6": "суб" + }, + "SHORTMONTH": { + "0": "јан", + "1": "феб", + "2": "мар", + "3": "апр", + "4": "мај", + "5": "јун", + "6": "јул", + "7": "авг", + "8": "сеп", + "9": "окт", + "10": "нов", + "11": "дец" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sr-cyrl", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-ba.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-ba.js new file mode 100755 index 000000000..c27089cf9 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-ba.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "pre podne", + "1": "popodne" + }, + "DAY": { + "0": "nedelja", + "1": "ponedeljak", + "2": "utorak", + "3": "sreda", + "4": "četvrtak", + "5": "petak", + "6": "subota" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "mart", + "3": "april", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avgust", + "8": "septembar", + "9": "oktobar", + "10": "novembar", + "11": "decembar" + }, + "SHORTDAY": { + "0": "ned", + "1": "pon", + "2": "uto", + "3": "sre", + "4": "čet", + "5": "pet", + "6": "sub" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avg", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sr-latn-ba", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-me.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-me.js new file mode 100755 index 000000000..bdbee28a6 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-me.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "pre podne", + "1": "popodne" + }, + "DAY": { + "0": "nedelja", + "1": "ponedeljak", + "2": "utorak", + "3": "sreda", + "4": "četvrtak", + "5": "petak", + "6": "subota" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "mart", + "3": "april", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avgust", + "8": "septembar", + "9": "oktobar", + "10": "novembar", + "11": "decembar" + }, + "SHORTDAY": { + "0": "ned", + "1": "pon", + "2": "uto", + "3": "sre", + "4": "čet", + "5": "pet", + "6": "sub" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avg", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "d.MM.yyyy.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sr-latn-me", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-rs.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-rs.js new file mode 100755 index 000000000..f9c29396a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn-rs.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "pre podne", + "1": "popodne" + }, + "DAY": { + "0": "nedelja", + "1": "ponedeljak", + "2": "utorak", + "3": "sreda", + "4": "\u010detvrtak", + "5": "petak", + "6": "subota" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "mart", + "3": "april", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avgust", + "8": "septembar", + "9": "oktobar", + "10": "novembar", + "11": "decembar" + }, + "SHORTDAY": { + "0": "ned", + "1": "pon", + "2": "uto", + "3": "sre", + "4": "\u010det", + "5": "pet", + "6": "sub" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avg", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sr-latn-rs", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn.js new file mode 100755 index 000000000..3e3c90cf7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-latn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "pre podne", + "1": "popodne" + }, + "DAY": { + "0": "nedelja", + "1": "ponedeljak", + "2": "utorak", + "3": "sreda", + "4": "četvrtak", + "5": "petak", + "6": "subota" + }, + "MONTH": { + "0": "januar", + "1": "februar", + "2": "mart", + "3": "april", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avgust", + "8": "septembar", + "9": "oktobar", + "10": "novembar", + "11": "decembar" + }, + "SHORTDAY": { + "0": "ned", + "1": "pon", + "2": "uto", + "3": "sre", + "4": "čet", + "5": "pet", + "6": "sub" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "avg", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sr-latn", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-rs.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-rs.js new file mode 100755 index 000000000..9f4fccc79 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr-rs.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"РСД"},"pluralCat":function (n) { if ((n % 10) == 1 && (n % 100) != 11) { return PLURAL_CATEGORY.ONE; } if ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 100) < 12 || (n % 100) > 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.FEW; } if ((n % 10) == 0 || ((n % 10) >= 5 && (n % 10) <= 9) || ((n % 100) >= 11 && (n % 100) <= 14) && n == Math.floor(n)) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],"SHORTMONTH":["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],"DAY":["недеља","понедељак","уторак","среда","четвртак","петак","субота"],"SHORTDAY":["нед","пон","уто","сре","чет","пет","суб"],"AMPMS":["пре подне","поподне"],"medium":"dd.MM.y. HH.mm.ss","short":"d.M.yy. HH.mm","fullDate":"EEEE, dd. MMMM y.","longDate":"dd. MMMM y.","mediumDate":"dd.MM.y.","shortDate":"d.M.yy.","mediumTime":"HH.mm.ss","shortTime":"HH.mm"},"id":"sr-rs"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr.js new file mode 100755 index 000000000..97af279b2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", + "1": "\u043f\u043e\u043f\u043e\u0434\u043d\u0435" + }, + "DAY": { + "0": "\u043d\u0435\u0434\u0435\u0459\u0430", + "1": "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", + "2": "\u0443\u0442\u043e\u0440\u0430\u043a", + "3": "\u0441\u0440\u0435\u0434\u0430", + "4": "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", + "5": "\u043f\u0435\u0442\u0430\u043a", + "6": "\u0441\u0443\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u0458\u0430\u043d\u0443\u0430\u0440", + "1": "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", + "2": "\u043c\u0430\u0440\u0442", + "3": "\u0430\u043f\u0440\u0438\u043b", + "4": "\u043c\u0430\u0458", + "5": "\u0458\u0443\u043d", + "6": "\u0458\u0443\u043b", + "7": "\u0430\u0432\u0433\u0443\u0441\u0442", + "8": "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", + "9": "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", + "10": "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", + "11": "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" + }, + "SHORTDAY": { + "0": "\u043d\u0435\u0434", + "1": "\u043f\u043e\u043d", + "2": "\u0443\u0442\u043e", + "3": "\u0441\u0440\u0435", + "4": "\u0447\u0435\u0442", + "5": "\u043f\u0435\u0442", + "6": "\u0441\u0443\u0431" + }, + "SHORTMONTH": { + "0": "\u0458\u0430\u043d", + "1": "\u0444\u0435\u0431", + "2": "\u043c\u0430\u0440", + "3": "\u0430\u043f\u0440", + "4": "\u043c\u0430\u0458", + "5": "\u0458\u0443\u043d", + "6": "\u0458\u0443\u043b", + "7": "\u0430\u0432\u0433", + "8": "\u0441\u0435\u043f", + "9": "\u043e\u043a\u0442", + "10": "\u043d\u043e\u0432", + "11": "\u0434\u0435\u0446" + }, + "fullDate": "EEEE, dd. MMMM y.", + "longDate": "dd. MMMM y.", + "medium": "dd.MM.y. HH.mm.ss", + "mediumDate": "dd.MM.y.", + "mediumTime": "HH.mm.ss", + "short": "d.M.yy. HH.mm", + "shortDate": "d.M.yy.", + "shortTime": "HH.mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "din", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sr", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sv-fi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sv-fi.js new file mode 100755 index 000000000..a5e51b6a8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sv-fi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "fm", + "1": "em" + }, + "DAY": { + "0": "söndag", + "1": "måndag", + "2": "tisdag", + "3": "onsdag", + "4": "torsdag", + "5": "fredag", + "6": "lördag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "mars", + "3": "april", + "4": "maj", + "5": "juni", + "6": "juli", + "7": "augusti", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "sön", + "1": "mån", + "2": "tis", + "3": "ons", + "4": "tors", + "5": "fre", + "6": "lör" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "aug", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE'en' 'den' d:'e' MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": " ", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": " \u00A4", + "posPre": "", + "posSuf": " \u00A4" + } + } + }, + "id": "sv-fi", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sv-se.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sv-se.js new file mode 100755 index 000000000..26baa8467 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sv-se.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "fm", + "1": "em" + }, + "DAY": { + "0": "s\u00f6ndag", + "1": "m\u00e5ndag", + "2": "tisdag", + "3": "onsdag", + "4": "torsdag", + "5": "fredag", + "6": "l\u00f6rdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "mars", + "3": "april", + "4": "maj", + "5": "juni", + "6": "juli", + "7": "augusti", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "s\u00f6n", + "1": "m\u00e5n", + "2": "tis", + "3": "ons", + "4": "tors", + "5": "fre", + "6": "l\u00f6r" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "aug", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE'en' 'den' d:'e' MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sv-se", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sv.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sv.js new file mode 100755 index 000000000..069eb92c7 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sv.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "fm", + "1": "em" + }, + "DAY": { + "0": "s\u00f6ndag", + "1": "m\u00e5ndag", + "2": "tisdag", + "3": "onsdag", + "4": "torsdag", + "5": "fredag", + "6": "l\u00f6rdag" + }, + "MONTH": { + "0": "januari", + "1": "februari", + "2": "mars", + "3": "april", + "4": "maj", + "5": "juni", + "6": "juli", + "7": "augusti", + "8": "september", + "9": "oktober", + "10": "november", + "11": "december" + }, + "SHORTDAY": { + "0": "s\u00f6n", + "1": "m\u00e5n", + "2": "tis", + "3": "ons", + "4": "tors", + "5": "fre", + "6": "l\u00f6r" + }, + "SHORTMONTH": { + "0": "jan", + "1": "feb", + "2": "mar", + "3": "apr", + "4": "maj", + "5": "jun", + "6": "jul", + "7": "aug", + "8": "sep", + "9": "okt", + "10": "nov", + "11": "dec" + }, + "fullDate": "EEEE'en' 'den' d:'e' MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "yyyy-MM-dd HH:mm", + "shortDate": "yyyy-MM-dd", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "kr", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "sv", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sw-ke.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sw-ke.js new file mode 100755 index 000000000..dea433fb0 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sw-ke.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "asubuhi", + "1": "alasiri" + }, + "DAY": { + "0": "Jumapili", + "1": "Jumatatu", + "2": "Jumanne", + "3": "Jumatano", + "4": "Alhamisi", + "5": "Ijumaa", + "6": "Jumamosi" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Machi", + "3": "Aprili", + "4": "Mei", + "5": "Juni", + "6": "Julai", + "7": "Agosti", + "8": "Septemba", + "9": "Oktoba", + "10": "Novemba", + "11": "Desemba" + }, + "SHORTDAY": { + "0": "J2", + "1": "J3", + "2": "J4", + "3": "J5", + "4": "Alh", + "5": "Ij", + "6": "J1" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mac", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Ago", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "sw-ke", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sw-tz.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sw-tz.js new file mode 100755 index 000000000..9e1227d8b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sw-tz.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "asubuhi", + "1": "alasiri" + }, + "DAY": { + "0": "Jumapili", + "1": "Jumatatu", + "2": "Jumanne", + "3": "Jumatano", + "4": "Alhamisi", + "5": "Ijumaa", + "6": "Jumamosi" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Machi", + "3": "Aprili", + "4": "Mei", + "5": "Juni", + "6": "Julai", + "7": "Agosti", + "8": "Septemba", + "9": "Oktoba", + "10": "Novemba", + "11": "Desemba" + }, + "SHORTDAY": { + "0": "J2", + "1": "J3", + "2": "J4", + "3": "J5", + "4": "Alh", + "5": "Ij", + "6": "J1" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mac", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Ago", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "sw-tz", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_sw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_sw.js new file mode 100755 index 000000000..924ca11ce --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_sw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "asubuhi", + "1": "alasiri" + }, + "DAY": { + "0": "Jumapili", + "1": "Jumatatu", + "2": "Jumanne", + "3": "Jumatano", + "4": "Alhamisi", + "5": "Ijumaa", + "6": "Jumamosi" + }, + "MONTH": { + "0": "Januari", + "1": "Februari", + "2": "Machi", + "3": "Aprili", + "4": "Mei", + "5": "Juni", + "6": "Julai", + "7": "Agosti", + "8": "Septemba", + "9": "Oktoba", + "10": "Novemba", + "11": "Desemba" + }, + "SHORTDAY": { + "0": "J2", + "1": "J3", + "2": "J4", + "3": "J5", + "4": "Alh", + "5": "Ij", + "6": "J1" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mac", + "3": "Apr", + "4": "Mei", + "5": "Jun", + "6": "Jul", + "7": "Ago", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Des" + }, + "fullDate": "EEEE, d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd/MM/yyyy h:mm a", + "shortDate": "dd/MM/yyyy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TSh", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "sw", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ta-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ta-in.js new file mode 100755 index 000000000..58d235370 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ta-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "1": "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "2": "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "3": "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "4": "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "5": "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "6": "\u0b9a\u0ba9\u0bbf" + }, + "MONTH": { + "0": "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "1": "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "2": "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "3": "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "4": "\u0bae\u0bc7", + "5": "\u0b9c\u0bc2\u0ba9\u0bcd", + "6": "\u0b9c\u0bc2\u0bb2\u0bc8", + "7": "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "8": "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "9": "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "10": "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "11": "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + }, + "SHORTDAY": { + "0": "\u0b9e\u0bbe", + "1": "\u0ba4\u0bbf", + "2": "\u0b9a\u0bc6", + "3": "\u0baa\u0bc1", + "4": "\u0bb5\u0bbf", + "5": "\u0bb5\u0bc6", + "6": "\u0b9a" + }, + "SHORTMONTH": { + "0": "\u0b9c\u0ba9.", + "1": "\u0baa\u0bbf\u0baa\u0bcd.", + "2": "\u0bae\u0bbe\u0bb0\u0bcd.", + "3": "\u0b8f\u0baa\u0bcd.", + "4": "\u0bae\u0bc7", + "5": "\u0b9c\u0bc2\u0ba9\u0bcd", + "6": "\u0b9c\u0bc2\u0bb2\u0bc8", + "7": "\u0b86\u0b95.", + "8": "\u0b9a\u0bc6\u0baa\u0bcd.", + "9": "\u0b85\u0b95\u0bcd.", + "10": "\u0ba8\u0bb5.", + "11": "\u0b9f\u0bbf\u0b9a." + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ta-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ta-lk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ta-lk.js new file mode 100755 index 000000000..a156bd367 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ta-lk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "ஞாயிறு", + "1": "திங்கள்", + "2": "செவ்வாய்", + "3": "புதன்", + "4": "வியாழன்", + "5": "வெள்ளி", + "6": "சனி" + }, + "MONTH": { + "0": "ஜனவரி", + "1": "பிப்ரவரி", + "2": "மார்ச்", + "3": "ஏப்ரல்", + "4": "மே", + "5": "ஜூன்", + "6": "ஜூலை", + "7": "ஆகஸ்ட்", + "8": "செப்டம்பர்", + "9": "அக்டோபர்", + "10": "நவம்பர்", + "11": "டிசம்பர்" + }, + "SHORTDAY": { + "0": "ஞா", + "1": "தி", + "2": "செ", + "3": "பு", + "4": "வி", + "5": "வெ", + "6": "ச" + }, + "SHORTMONTH": { + "0": "ஜன.", + "1": "பிப்.", + "2": "மார்.", + "3": "ஏப்.", + "4": "மே", + "5": "ஜூன்", + "6": "ஜூலை", + "7": "ஆக.", + "8": "செப்.", + "9": "அக்.", + "10": "நவ.", + "11": "டிச." + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "₹", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00A4 -", + "negSuf": "", + "posPre": "\u00A4 ", + "posSuf": "" + } + } + }, + "id": "ta-lk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ta.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ta.js new file mode 100755 index 000000000..afbc13778 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ta.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", + "1": "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", + "2": "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", + "3": "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", + "4": "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", + "5": "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", + "6": "\u0b9a\u0ba9\u0bbf" + }, + "MONTH": { + "0": "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", + "1": "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", + "2": "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", + "3": "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", + "4": "\u0bae\u0bc7", + "5": "\u0b9c\u0bc2\u0ba9\u0bcd", + "6": "\u0b9c\u0bc2\u0bb2\u0bc8", + "7": "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", + "8": "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "9": "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", + "10": "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", + "11": "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" + }, + "SHORTDAY": { + "0": "\u0b9e\u0bbe", + "1": "\u0ba4\u0bbf", + "2": "\u0b9a\u0bc6", + "3": "\u0baa\u0bc1", + "4": "\u0bb5\u0bbf", + "5": "\u0bb5\u0bc6", + "6": "\u0b9a" + }, + "SHORTMONTH": { + "0": "\u0b9c\u0ba9.", + "1": "\u0baa\u0bbf\u0baa\u0bcd.", + "2": "\u0bae\u0bbe\u0bb0\u0bcd.", + "3": "\u0b8f\u0baa\u0bcd.", + "4": "\u0bae\u0bc7", + "5": "\u0b9c\u0bc2\u0ba9\u0bcd", + "6": "\u0b9c\u0bc2\u0bb2\u0bc8", + "7": "\u0b86\u0b95.", + "8": "\u0b9a\u0bc6\u0baa\u0bcd.", + "9": "\u0b85\u0b95\u0bcd.", + "10": "\u0ba8\u0bb5.", + "11": "\u0b9f\u0bbf\u0b9a." + }, + "fullDate": "EEEE, d MMMM, y", + "longDate": "d MMMM, y", + "medium": "d MMM, y h:mm:ss a", + "mediumDate": "d MMM, y", + "mediumTime": "h:mm:ss a", + "short": "d-M-yy h:mm a", + "shortDate": "d-M-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 2, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4\u00a0-", + "negSuf": "", + "posPre": "\u00a4\u00a0", + "posSuf": "" + } + } + }, + "id": "ta", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_te-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_te-in.js new file mode 100755 index 000000000..3060b33ba --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_te-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", + "1": "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", + "2": "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", + "3": "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", + "4": "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", + "5": "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", + "6": "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02" + }, + "MONTH": { + "0": "\u0c1c\u0c28\u0c35\u0c30\u0c3f", + "1": "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", + "2": "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "3": "\u0c0e\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", + "4": "\u0c2e\u0c47", + "5": "\u0c1c\u0c42\u0c28\u0c4d", + "6": "\u0c1c\u0c42\u0c32\u0c48", + "7": "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "8": "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "9": "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "10": "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "11": "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + }, + "SHORTDAY": { + "0": "\u0c06\u0c26\u0c3f", + "1": "\u0c38\u0c4b\u0c2e", + "2": "\u0c2e\u0c02\u0c17\u0c33", + "3": "\u0c2c\u0c41\u0c27", + "4": "\u0c17\u0c41\u0c30\u0c41", + "5": "\u0c36\u0c41\u0c15\u0c4d\u0c30", + "6": "\u0c36\u0c28\u0c3f" + }, + "SHORTMONTH": { + "0": "\u0c1c\u0c28", + "1": "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", + "2": "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "3": "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", + "4": "\u0c2e\u0c47", + "5": "\u0c1c\u0c42\u0c28\u0c4d", + "6": "\u0c1c\u0c42\u0c32\u0c48", + "7": "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "8": "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "9": "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "10": "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "11": "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd-MM-yy h:mm a", + "shortDate": "dd-MM-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "te-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_te.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_te.js new file mode 100755 index 000000000..8d2cba07c --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_te.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "am", + "1": "pm" + }, + "DAY": { + "0": "\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", + "1": "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", + "2": "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", + "3": "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", + "4": "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", + "5": "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", + "6": "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02" + }, + "MONTH": { + "0": "\u0c1c\u0c28\u0c35\u0c30\u0c3f", + "1": "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", + "2": "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "3": "\u0c0e\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", + "4": "\u0c2e\u0c47", + "5": "\u0c1c\u0c42\u0c28\u0c4d", + "6": "\u0c1c\u0c42\u0c32\u0c48", + "7": "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "8": "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "9": "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "10": "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "11": "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + }, + "SHORTDAY": { + "0": "\u0c06\u0c26\u0c3f", + "1": "\u0c38\u0c4b\u0c2e", + "2": "\u0c2e\u0c02\u0c17\u0c33", + "3": "\u0c2c\u0c41\u0c27", + "4": "\u0c17\u0c41\u0c30\u0c41", + "5": "\u0c36\u0c41\u0c15\u0c4d\u0c30", + "6": "\u0c36\u0c28\u0c3f" + }, + "SHORTMONTH": { + "0": "\u0c1c\u0c28", + "1": "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", + "2": "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", + "3": "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", + "4": "\u0c2e\u0c47", + "5": "\u0c1c\u0c42\u0c28\u0c4d", + "6": "\u0c1c\u0c42\u0c32\u0c48", + "7": "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", + "8": "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", + "9": "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", + "10": "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", + "11": "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" + }, + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "dd-MM-yy h:mm a", + "shortDate": "dd-MM-yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b9", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "te", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_th-th.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_th-th.js new file mode 100755 index 000000000..a70cc0978 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_th-th.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", + "1": "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" + }, + "DAY": { + "0": "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", + "1": "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", + "2": "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", + "3": "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", + "4": "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", + "5": "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", + "6": "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" + }, + "MONTH": { + "0": "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "1": "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "2": "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "3": "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "4": "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "5": "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "6": "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "7": "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "8": "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "9": "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "10": "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "11": "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" + }, + "SHORTDAY": { + "0": "\u0e2d\u0e32.", + "1": "\u0e08.", + "2": "\u0e2d.", + "3": "\u0e1e.", + "4": "\u0e1e\u0e24.", + "5": "\u0e28.", + "6": "\u0e2a." + }, + "SHORTMONTH": { + "0": "\u0e21.\u0e04.", + "1": "\u0e01.\u0e1e.", + "2": "\u0e21\u0e35.\u0e04.", + "3": "\u0e40\u0e21.\u0e22.", + "4": "\u0e1e.\u0e04.", + "5": "\u0e21\u0e34.\u0e22.", + "6": "\u0e01.\u0e04.", + "7": "\u0e2a.\u0e04.", + "8": "\u0e01.\u0e22.", + "9": "\u0e15.\u0e04.", + "10": "\u0e1e.\u0e22.", + "11": "\u0e18.\u0e04." + }, + "fullDate": "EEEE\u0e17\u0e35\u0e48 d MMMM G y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yyyy H:mm", + "shortDate": "d/M/yyyy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0e3f", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "th-th", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_th.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_th.js new file mode 100755 index 000000000..2d086f8d8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_th.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", + "1": "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" + }, + "DAY": { + "0": "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", + "1": "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", + "2": "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", + "3": "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", + "4": "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", + "5": "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", + "6": "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" + }, + "MONTH": { + "0": "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "1": "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "2": "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "3": "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "4": "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "5": "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "6": "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "7": "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "8": "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "9": "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "10": "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "11": "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" + }, + "SHORTDAY": { + "0": "\u0e2d\u0e32.", + "1": "\u0e08.", + "2": "\u0e2d.", + "3": "\u0e1e.", + "4": "\u0e1e\u0e24.", + "5": "\u0e28.", + "6": "\u0e2a." + }, + "SHORTMONTH": { + "0": "\u0e21.\u0e04.", + "1": "\u0e01.\u0e1e.", + "2": "\u0e21\u0e35.\u0e04.", + "3": "\u0e40\u0e21.\u0e22.", + "4": "\u0e1e.\u0e04.", + "5": "\u0e21\u0e34.\u0e22.", + "6": "\u0e01.\u0e04.", + "7": "\u0e2a.\u0e04.", + "8": "\u0e01.\u0e22.", + "9": "\u0e15.\u0e04.", + "10": "\u0e1e.\u0e22.", + "11": "\u0e18.\u0e04." + }, + "fullDate": "EEEE\u0e17\u0e35\u0e48 d MMMM G y", + "longDate": "d MMMM y", + "medium": "d MMM y H:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "H:mm:ss", + "short": "d/M/yyyy H:mm", + "shortDate": "d/M/yyyy", + "shortTime": "H:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u0e3f", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "th", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_tl-ph.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_tl-ph.js new file mode 100755 index 000000000..2a424e181 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_tl-ph.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"P"},"pluralCat":function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],"SHORTMONTH":["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],"DAY":["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],"SHORTDAY":["Lin","Lun","Mar","Mye","Huw","Bye","Sab"],"AMPMS":["AM","PM"],"medium":"MMM d, y HH:mm:ss","short":"M/d/yy HH:mm","fullDate":"EEEE, MMMM dd y","longDate":"MMMM d, y","mediumDate":"MMM d, y","shortDate":"M/d/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"tl-ph"}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_tl.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_tl.js new file mode 100755 index 000000000..8cb307d36 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_tl.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Linggo", + "1": "Lunes", + "2": "Martes", + "3": "Miyerkules", + "4": "Huwebes", + "5": "Biyernes", + "6": "Sabado" + }, + "MONTH": { + "0": "Enero", + "1": "Pebrero", + "2": "Marso", + "3": "Abril", + "4": "Mayo", + "5": "Hunyo", + "6": "Hulyo", + "7": "Agosto", + "8": "Setyembre", + "9": "Oktubre", + "10": "Nobyembre", + "11": "Disyembre" + }, + "SHORTDAY": { + "0": "Lin", + "1": "Lun", + "2": "Mar", + "3": "Mye", + "4": "Huw", + "5": "Bye", + "6": "Sab" + }, + "SHORTMONTH": { + "0": "Ene", + "1": "Peb", + "2": "Mar", + "3": "Abr", + "4": "May", + "5": "Hun", + "6": "Hul", + "7": "Ago", + "8": "Set", + "9": "Okt", + "10": "Nob", + "11": "Dis" + }, + "fullDate": "EEEE, MMMM dd y", + "longDate": "MMMM d, y", + "medium": "MMM d, y HH:mm:ss", + "mediumDate": "MMM d, y", + "mediumTime": "HH:mm:ss", + "short": "M/d/yy HH:mm", + "shortDate": "M/d/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b1", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "tl", + "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_tr-tr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_tr-tr.js new file mode 100755 index 000000000..0331a943d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_tr-tr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Pazar", + "1": "Pazartesi", + "2": "Sal\u0131", + "3": "\u00c7ar\u015famba", + "4": "Per\u015fembe", + "5": "Cuma", + "6": "Cumartesi" + }, + "MONTH": { + "0": "Ocak", + "1": "\u015eubat", + "2": "Mart", + "3": "Nisan", + "4": "May\u0131s", + "5": "Haziran", + "6": "Temmuz", + "7": "A\u011fustos", + "8": "Eyl\u00fcl", + "9": "Ekim", + "10": "Kas\u0131m", + "11": "Aral\u0131k" + }, + "SHORTDAY": { + "0": "Paz", + "1": "Pzt", + "2": "Sal", + "3": "\u00c7ar", + "4": "Per", + "5": "Cum", + "6": "Cmt" + }, + "SHORTMONTH": { + "0": "Oca", + "1": "\u015eub", + "2": "Mar", + "3": "Nis", + "4": "May", + "5": "Haz", + "6": "Tem", + "7": "A\u011fu", + "8": "Eyl", + "9": "Eki", + "10": "Kas", + "11": "Ara" + }, + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd MM yyyy HH:mm", + "shortDate": "dd MM yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TL", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "tr-tr", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_tr.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_tr.js new file mode 100755 index 000000000..162e7d3bf --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_tr.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Pazar", + "1": "Pazartesi", + "2": "Sal\u0131", + "3": "\u00c7ar\u015famba", + "4": "Per\u015fembe", + "5": "Cuma", + "6": "Cumartesi" + }, + "MONTH": { + "0": "Ocak", + "1": "\u015eubat", + "2": "Mart", + "3": "Nisan", + "4": "May\u0131s", + "5": "Haziran", + "6": "Temmuz", + "7": "A\u011fustos", + "8": "Eyl\u00fcl", + "9": "Ekim", + "10": "Kas\u0131m", + "11": "Aral\u0131k" + }, + "SHORTDAY": { + "0": "Paz", + "1": "Pzt", + "2": "Sal", + "3": "\u00c7ar", + "4": "Per", + "5": "Cum", + "6": "Cmt" + }, + "SHORTMONTH": { + "0": "Oca", + "1": "\u015eub", + "2": "Mar", + "3": "Nis", + "4": "May", + "5": "Haz", + "6": "Tem", + "7": "A\u011fu", + "8": "Eyl", + "9": "Eki", + "10": "Kas", + "11": "Ara" + }, + "fullDate": "d MMMM y EEEE", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd MM yyyy HH:mm", + "shortDate": "dd MM yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "TL", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "tr", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_uk-ua.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_uk-ua.js new file mode 100755 index 000000000..e0cee1d81 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_uk-ua.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0434\u043f", + "1": "\u043f\u043f" + }, + "DAY": { + "0": "\u041d\u0435\u0434\u0456\u043b\u044f", + "1": "\u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", + "2": "\u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a", + "3": "\u0421\u0435\u0440\u0435\u0434\u0430", + "4": "\u0427\u0435\u0442\u0432\u0435\u0440", + "5": "\u041f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", + "6": "\u0421\u0443\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u0441\u0456\u0447\u043d\u044f", + "1": "\u043b\u044e\u0442\u043e\u0433\u043e", + "2": "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", + "3": "\u043a\u0432\u0456\u0442\u043d\u044f", + "4": "\u0442\u0440\u0430\u0432\u043d\u044f", + "5": "\u0447\u0435\u0440\u0432\u043d\u044f", + "6": "\u043b\u0438\u043f\u043d\u044f", + "7": "\u0441\u0435\u0440\u043f\u043d\u044f", + "8": "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", + "9": "\u0436\u043e\u0432\u0442\u043d\u044f", + "10": "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", + "11": "\u0433\u0440\u0443\u0434\u043d\u044f" + }, + "SHORTDAY": { + "0": "\u041d\u0434", + "1": "\u041f\u043d", + "2": "\u0412\u0442", + "3": "\u0421\u0440", + "4": "\u0427\u0442", + "5": "\u041f\u0442", + "6": "\u0421\u0431" + }, + "SHORTMONTH": { + "0": "\u0441\u0456\u0447.", + "1": "\u043b\u044e\u0442.", + "2": "\u0431\u0435\u0440.", + "3": "\u043a\u0432\u0456\u0442.", + "4": "\u0442\u0440\u0430\u0432.", + "5": "\u0447\u0435\u0440\u0432.", + "6": "\u043b\u0438\u043f.", + "7": "\u0441\u0435\u0440\u043f.", + "8": "\u0432\u0435\u0440.", + "9": "\u0436\u043e\u0432\u0442.", + "10": "\u043b\u0438\u0441\u0442.", + "11": "\u0433\u0440\u0443\u0434." + }, + "fullDate": "EEEE, d MMMM y '\u0440'.", + "longDate": "d MMMM y '\u0440'.", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b4", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "uk-ua", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_uk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_uk.js new file mode 100755 index 000000000..8e3fdfbde --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_uk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u0434\u043f", + "1": "\u043f\u043f" + }, + "DAY": { + "0": "\u041d\u0435\u0434\u0456\u043b\u044f", + "1": "\u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", + "2": "\u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a", + "3": "\u0421\u0435\u0440\u0435\u0434\u0430", + "4": "\u0427\u0435\u0442\u0432\u0435\u0440", + "5": "\u041f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", + "6": "\u0421\u0443\u0431\u043e\u0442\u0430" + }, + "MONTH": { + "0": "\u0441\u0456\u0447\u043d\u044f", + "1": "\u043b\u044e\u0442\u043e\u0433\u043e", + "2": "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", + "3": "\u043a\u0432\u0456\u0442\u043d\u044f", + "4": "\u0442\u0440\u0430\u0432\u043d\u044f", + "5": "\u0447\u0435\u0440\u0432\u043d\u044f", + "6": "\u043b\u0438\u043f\u043d\u044f", + "7": "\u0441\u0435\u0440\u043f\u043d\u044f", + "8": "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", + "9": "\u0436\u043e\u0432\u0442\u043d\u044f", + "10": "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", + "11": "\u0433\u0440\u0443\u0434\u043d\u044f" + }, + "SHORTDAY": { + "0": "\u041d\u0434", + "1": "\u041f\u043d", + "2": "\u0412\u0442", + "3": "\u0421\u0440", + "4": "\u0427\u0442", + "5": "\u041f\u0442", + "6": "\u0421\u0431" + }, + "SHORTMONTH": { + "0": "\u0441\u0456\u0447.", + "1": "\u043b\u044e\u0442.", + "2": "\u0431\u0435\u0440.", + "3": "\u043a\u0432\u0456\u0442.", + "4": "\u0442\u0440\u0430\u0432.", + "5": "\u0447\u0435\u0440\u0432.", + "6": "\u043b\u0438\u043f.", + "7": "\u0441\u0435\u0440\u043f.", + "8": "\u0432\u0435\u0440.", + "9": "\u0436\u043e\u0432\u0442.", + "10": "\u043b\u0438\u0441\u0442.", + "11": "\u0433\u0440\u0443\u0434." + }, + "fullDate": "EEEE, d MMMM y '\u0440'.", + "longDate": "d MMMM y '\u0440'.", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd.MM.yy HH:mm", + "shortDate": "dd.MM.yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20b4", + "DECIMAL_SEP": ",", + "GROUP_SEP": "\u00a0", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "uk", + "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ur-in.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ur-in.js new file mode 100755 index 000000000..867fd18f8 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ur-in.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "دن", + "1": "رات" + }, + "DAY": { + "0": "اتوار", + "1": "پير", + "2": "منگل", + "3": "بده", + "4": "جمعرات", + "5": "جمعہ", + "6": "ہفتہ" + }, + "MONTH": { + "0": "جنوری", + "1": "فروری", + "2": "مارچ", + "3": "اپريل", + "4": "مئ", + "5": "جون", + "6": "جولائ", + "7": "اگست", + "8": "ستمبر", + "9": "اکتوبر", + "10": "نومبر", + "11": "دسمبر" + }, + "SHORTDAY": { + "0": "اتوار", + "1": "پير", + "2": "منگل", + "3": "بده", + "4": "جمعرات", + "5": "جمعہ", + "6": "ہفتہ" + }, + "SHORTMONTH": { + "0": "جنوری", + "1": "فروری", + "2": "مارچ", + "3": "اپريل", + "4": "مئ", + "5": "جون", + "6": "جولائ", + "7": "اگست", + "8": "ستمبر", + "9": "اکتوبر", + "10": "نومبر", + "11": "دسمبر" + }, + "fullDate": "EEEE؍ d؍ MMMM y", + "longDate": "d؍ MMMM y", + "medium": "d؍ MMM y h:mm:ss a", + "mediumDate": "d؍ MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00A4-", + "negSuf": "", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "ur-in", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ur-pk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ur-pk.js new file mode 100755 index 000000000..11c1dc1d5 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ur-pk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u062f\u0646", + "1": "\u0631\u0627\u062a" + }, + "DAY": { + "0": "\u0627\u062a\u0648\u0627\u0631", + "1": "\u067e\u064a\u0631", + "2": "\u0645\u0646\u06af\u0644", + "3": "\u0628\u062f\u0647", + "4": "\u062c\u0645\u0639\u0631\u0627\u062a", + "5": "\u062c\u0645\u0639\u06c1", + "6": "\u06c1\u0641\u062a\u06c1" + }, + "MONTH": { + "0": "\u062c\u0646\u0648\u0631\u06cc", + "1": "\u0641\u0631\u0648\u0631\u06cc", + "2": "\u0645\u0627\u0631\u0686", + "3": "\u0627\u067e\u0631\u064a\u0644", + "4": "\u0645\u0626", + "5": "\u062c\u0648\u0646", + "6": "\u062c\u0648\u0644\u0627\u0626", + "7": "\u0627\u06af\u0633\u062a", + "8": "\u0633\u062a\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0645\u0628\u0631", + "11": "\u062f\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u062a\u0648\u0627\u0631", + "1": "\u067e\u064a\u0631", + "2": "\u0645\u0646\u06af\u0644", + "3": "\u0628\u062f\u0647", + "4": "\u062c\u0645\u0639\u0631\u0627\u062a", + "5": "\u062c\u0645\u0639\u06c1", + "6": "\u06c1\u0641\u062a\u06c1" + }, + "SHORTMONTH": { + "0": "\u062c\u0646\u0648\u0631\u06cc", + "1": "\u0641\u0631\u0648\u0631\u06cc", + "2": "\u0645\u0627\u0631\u0686", + "3": "\u0627\u067e\u0631\u064a\u0644", + "4": "\u0645\u0626", + "5": "\u062c\u0648\u0646", + "6": "\u062c\u0648\u0644\u0627\u0626", + "7": "\u0627\u06af\u0633\u062a", + "8": "\u0633\u062a\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0645\u0628\u0631", + "11": "\u062f\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060d d\u060d MMMM y", + "longDate": "d\u060d MMMM y", + "medium": "d\u060d MMM y h:mm:ss a", + "mediumDate": "d\u060d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ur-pk", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_ur.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_ur.js new file mode 100755 index 000000000..51073747d --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_ur.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u062f\u0646", + "1": "\u0631\u0627\u062a" + }, + "DAY": { + "0": "\u0627\u062a\u0648\u0627\u0631", + "1": "\u067e\u064a\u0631", + "2": "\u0645\u0646\u06af\u0644", + "3": "\u0628\u062f\u0647", + "4": "\u062c\u0645\u0639\u0631\u0627\u062a", + "5": "\u062c\u0645\u0639\u06c1", + "6": "\u06c1\u0641\u062a\u06c1" + }, + "MONTH": { + "0": "\u062c\u0646\u0648\u0631\u06cc", + "1": "\u0641\u0631\u0648\u0631\u06cc", + "2": "\u0645\u0627\u0631\u0686", + "3": "\u0627\u067e\u0631\u064a\u0644", + "4": "\u0645\u0626", + "5": "\u062c\u0648\u0646", + "6": "\u062c\u0648\u0644\u0627\u0626", + "7": "\u0627\u06af\u0633\u062a", + "8": "\u0633\u062a\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0645\u0628\u0631", + "11": "\u062f\u0633\u0645\u0628\u0631" + }, + "SHORTDAY": { + "0": "\u0627\u062a\u0648\u0627\u0631", + "1": "\u067e\u064a\u0631", + "2": "\u0645\u0646\u06af\u0644", + "3": "\u0628\u062f\u0647", + "4": "\u062c\u0645\u0639\u0631\u0627\u062a", + "5": "\u062c\u0645\u0639\u06c1", + "6": "\u06c1\u0641\u062a\u06c1" + }, + "SHORTMONTH": { + "0": "\u062c\u0646\u0648\u0631\u06cc", + "1": "\u0641\u0631\u0648\u0631\u06cc", + "2": "\u0645\u0627\u0631\u0686", + "3": "\u0627\u067e\u0631\u064a\u0644", + "4": "\u0645\u0626", + "5": "\u062c\u0648\u0646", + "6": "\u062c\u0648\u0644\u0627\u0626", + "7": "\u0627\u06af\u0633\u062a", + "8": "\u0633\u062a\u0645\u0628\u0631", + "9": "\u0627\u06a9\u062a\u0648\u0628\u0631", + "10": "\u0646\u0648\u0645\u0628\u0631", + "11": "\u062f\u0633\u0645\u0628\u0631" + }, + "fullDate": "EEEE\u060d d\u060d MMMM y", + "longDate": "d\u060d MMMM y", + "medium": "d\u060d MMM y h:mm:ss a", + "mediumDate": "d\u060d MMM y", + "mediumTime": "h:mm:ss a", + "short": "d/M/yy h:mm a", + "shortDate": "d/M/yy", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "Rs", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "ur", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_vi-vn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_vi-vn.js new file mode 100755 index 000000000..86532b806 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_vi-vn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "SA", + "1": "CH" + }, + "DAY": { + "0": "Ch\u1ee7 nh\u1eadt", + "1": "Th\u1ee9 hai", + "2": "Th\u1ee9 ba", + "3": "Th\u1ee9 t\u01b0", + "4": "Th\u1ee9 n\u0103m", + "5": "Th\u1ee9 s\u00e1u", + "6": "Th\u1ee9 b\u1ea3y" + }, + "MONTH": { + "0": "th\u00e1ng m\u1ed9t", + "1": "th\u00e1ng hai", + "2": "th\u00e1ng ba", + "3": "th\u00e1ng t\u01b0", + "4": "th\u00e1ng n\u0103m", + "5": "th\u00e1ng s\u00e1u", + "6": "th\u00e1ng b\u1ea3y", + "7": "th\u00e1ng t\u00e1m", + "8": "th\u00e1ng ch\u00edn", + "9": "th\u00e1ng m\u01b0\u1eddi", + "10": "th\u00e1ng m\u01b0\u1eddi m\u1ed9t", + "11": "th\u00e1ng m\u01b0\u1eddi hai" + }, + "SHORTDAY": { + "0": "CN", + "1": "Th 2", + "2": "Th 3", + "3": "Th 4", + "4": "Th 5", + "5": "Th 6", + "6": "Th 7" + }, + "SHORTMONTH": { + "0": "thg 1", + "1": "thg 2", + "2": "thg 3", + "3": "thg 4", + "4": "thg 5", + "5": "thg 6", + "6": "thg 7", + "7": "thg 8", + "8": "thg 9", + "9": "thg 10", + "10": "thg 11", + "11": "thg 12" + }, + "fullDate": "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y", + "longDate": "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y", + "medium": "dd-MM-yyyy HH:mm:ss", + "mediumDate": "dd-MM-yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yyyy HH:mm", + "shortDate": "dd/MM/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ab", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "vi-vn", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_vi.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_vi.js new file mode 100755 index 000000000..9da823dce --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_vi.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "SA", + "1": "CH" + }, + "DAY": { + "0": "Ch\u1ee7 nh\u1eadt", + "1": "Th\u1ee9 hai", + "2": "Th\u1ee9 ba", + "3": "Th\u1ee9 t\u01b0", + "4": "Th\u1ee9 n\u0103m", + "5": "Th\u1ee9 s\u00e1u", + "6": "Th\u1ee9 b\u1ea3y" + }, + "MONTH": { + "0": "th\u00e1ng m\u1ed9t", + "1": "th\u00e1ng hai", + "2": "th\u00e1ng ba", + "3": "th\u00e1ng t\u01b0", + "4": "th\u00e1ng n\u0103m", + "5": "th\u00e1ng s\u00e1u", + "6": "th\u00e1ng b\u1ea3y", + "7": "th\u00e1ng t\u00e1m", + "8": "th\u00e1ng ch\u00edn", + "9": "th\u00e1ng m\u01b0\u1eddi", + "10": "th\u00e1ng m\u01b0\u1eddi m\u1ed9t", + "11": "th\u00e1ng m\u01b0\u1eddi hai" + }, + "SHORTDAY": { + "0": "CN", + "1": "Th 2", + "2": "Th 3", + "3": "Th 4", + "4": "Th 5", + "5": "Th 6", + "6": "Th 7" + }, + "SHORTMONTH": { + "0": "thg 1", + "1": "thg 2", + "2": "thg 3", + "3": "thg 4", + "4": "thg 5", + "5": "thg 6", + "6": "thg 7", + "7": "thg 8", + "8": "thg 9", + "9": "thg 10", + "10": "thg 11", + "11": "thg 12" + }, + "fullDate": "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y", + "longDate": "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y", + "medium": "dd-MM-yyyy HH:mm:ss", + "mediumDate": "dd-MM-yyyy", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yyyy HH:mm", + "shortDate": "dd/MM/yyyy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ab", + "DECIMAL_SEP": ",", + "GROUP_SEP": ".", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "-", + "negSuf": "\u00a0\u00a4", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + } + }, + "id": "vi", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-cn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-cn.js new file mode 100755 index 000000000..47aabfbef --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-cn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u4e0a\u5348", + "1": "\u4e0b\u5348" + }, + "DAY": { + "0": "\u661f\u671f\u65e5", + "1": "\u661f\u671f\u4e00", + "2": "\u661f\u671f\u4e8c", + "3": "\u661f\u671f\u4e09", + "4": "\u661f\u671f\u56db", + "5": "\u661f\u671f\u4e94", + "6": "\u661f\u671f\u516d" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u5468\u65e5", + "1": "\u5468\u4e00", + "2": "\u5468\u4e8c", + "3": "\u5468\u4e09", + "4": "\u5468\u56db", + "5": "\u5468\u4e94", + "6": "\u5468\u516d" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "yyyy-M-d ah:mm:ss", + "mediumDate": "yyyy-M-d", + "mediumTime": "ah:mm:ss", + "short": "yy-M-d ah:mm", + "shortDate": "yy-M-d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zh-cn", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-cn.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-cn.js new file mode 100755 index 000000000..a5692a968 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-cn.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u4e0a\u5348", + "1": "\u4e0b\u5348" + }, + "DAY": { + "0": "\u661f\u671f\u65e5", + "1": "\u661f\u671f\u4e00", + "2": "\u661f\u671f\u4e8c", + "3": "\u661f\u671f\u4e09", + "4": "\u661f\u671f\u56db", + "5": "\u661f\u671f\u4e94", + "6": "\u661f\u671f\u516d" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u5468\u65e5", + "1": "\u5468\u4e00", + "2": "\u5468\u4e8c", + "3": "\u5468\u4e09", + "4": "\u5468\u56db", + "5": "\u5468\u4e94", + "6": "\u5468\u516d" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "yyyy-M-d ah:mm:ss", + "mediumDate": "yyyy-M-d", + "mediumTime": "ah:mm:ss", + "short": "yy-M-d ah:mm", + "shortDate": "yy-M-d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zh-hans-cn", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-hk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-hk.js new file mode 100755 index 000000000..94e2b71ac --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-hk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "一月", + "1": "二月", + "2": "三月", + "3": "四月", + "4": "五月", + "5": "六月", + "6": "七月", + "7": "八月", + "8": "九月", + "9": "十月", + "10": "十一月", + "11": "十二月" + }, + "SHORTDAY": { + "0": "周日", + "1": "周一", + "2": "周二", + "3": "周三", + "4": "周四", + "5": "周五", + "6": "周六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "y年M月d日 ah:mm:ss", + "mediumDate": "y年M月d日", + "mediumTime": "ah:mm:ss", + "short": "d/M/yy ah:mm", + "shortDate": "d/M/yy", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hans-hk", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-mo.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-mo.js new file mode 100755 index 000000000..7b669d159 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-mo.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "一月", + "1": "二月", + "2": "三月", + "3": "四月", + "4": "五月", + "5": "六月", + "6": "七月", + "7": "八月", + "8": "九月", + "9": "十月", + "10": "十一月", + "11": "十二月" + }, + "SHORTDAY": { + "0": "周日", + "1": "周一", + "2": "周二", + "3": "周三", + "4": "周四", + "5": "周五", + "6": "周六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "y年M月d日 ah:mm:ss", + "mediumDate": "y年M月d日", + "mediumTime": "ah:mm:ss", + "short": "d/M/yy ah:mm", + "shortDate": "d/M/yy", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hans-mo", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-sg.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-sg.js new file mode 100755 index 000000000..2d48699a5 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans-sg.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "一月", + "1": "二月", + "2": "三月", + "3": "四月", + "4": "五月", + "5": "六月", + "6": "七月", + "7": "八月", + "8": "九月", + "9": "十月", + "10": "十一月", + "11": "十二月" + }, + "SHORTDAY": { + "0": "周日", + "1": "周一", + "2": "周二", + "3": "周三", + "4": "周四", + "5": "周五", + "6": "周六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "y年M月d日 ah:mm:ss", + "mediumDate": "y年M月d日", + "mediumTime": "ah:mm:ss", + "short": "dd/MM/yy ahh:mm", + "shortDate": "dd/MM/yy", + "shortTime": "ahh:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hans-sg", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans.js new file mode 100755 index 000000000..00ae76792 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hans.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "SHORTDAY": { + "0": "周日", + "1": "周一", + "2": "周二", + "3": "周三", + "4": "周四", + "5": "周五", + "6": "周六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "yyyy-M-d ah:mm:ss", + "mediumDate": "yyyy-M-d", + "mediumTime": "ah:mm:ss", + "short": "yy-M-d ah:mm", + "shortDate": "yy-M-d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hans", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-hk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-hk.js new file mode 100755 index 000000000..86f50e02e --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-hk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "SHORTDAY": { + "0": "週日", + "1": "週一", + "2": "週二", + "3": "週三", + "4": "週四", + "5": "週五", + "6": "週六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "y年M月d日 ahh:mm:ss", + "mediumDate": "y年M月d日", + "mediumTime": "ahh:mm:ss", + "short": "yy年M月d日 ah:mm", + "shortDate": "yy年M月d日", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hant-hk", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-mo.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-mo.js new file mode 100755 index 000000000..efb88b07b --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-mo.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "SHORTDAY": { + "0": "週日", + "1": "週一", + "2": "週二", + "3": "週三", + "4": "週四", + "5": "週五", + "6": "週六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年MM月dd日EEEE", + "longDate": "y年MM月dd日", + "medium": "y年M月d日 ahh:mm:ss", + "mediumDate": "y年M月d日", + "mediumTime": "ahh:mm:ss", + "short": "yy年M月d日 ah:mm", + "shortDate": "yy年M月d日", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hant-mo", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-tw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-tw.js new file mode 100755 index 000000000..460717d5a --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant-tw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "SHORTDAY": { + "0": "週日", + "1": "週一", + "2": "週二", + "3": "週三", + "4": "週四", + "5": "週五", + "6": "週六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "yyyy/M/d ah:mm:ss", + "mediumDate": "yyyy/M/d", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hant-tw", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant.js new file mode 100755 index 000000000..4db1987dc --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hant.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "上午", + "1": "下午" + }, + "DAY": { + "0": "星期日", + "1": "星期一", + "2": "星期二", + "3": "星期三", + "4": "星期四", + "5": "星期五", + "6": "星期六" + }, + "MONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "SHORTDAY": { + "0": "週日", + "1": "週一", + "2": "週二", + "3": "週三", + "4": "週四", + "5": "週五", + "6": "週六" + }, + "SHORTMONTH": { + "0": "1月", + "1": "2月", + "2": "3月", + "3": "4月", + "4": "5月", + "5": "6月", + "6": "7月", + "7": "8月", + "8": "9月", + "9": "10月", + "10": "11月", + "11": "12月" + }, + "fullDate": "y年M月d日EEEE", + "longDate": "y年M月d日", + "medium": "yyyy/M/d ah:mm:ss", + "mediumDate": "yyyy/M/d", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "¥", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00A4", + "negSuf": ")", + "posPre": "\u00A4", + "posSuf": "" + } + } + }, + "id": "zh-hant", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hk.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hk.js new file mode 100755 index 000000000..2656c7c47 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-hk.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u4e0a\u5348", + "1": "\u4e0b\u5348" + }, + "DAY": { + "0": "\u661f\u671f\u65e5", + "1": "\u661f\u671f\u4e00", + "2": "\u661f\u671f\u4e8c", + "3": "\u661f\u671f\u4e09", + "4": "\u661f\u671f\u56db", + "5": "\u661f\u671f\u4e94", + "6": "\u661f\u671f\u516d" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u9031\u65e5", + "1": "\u9031\u4e00", + "2": "\u9031\u4e8c", + "3": "\u9031\u4e09", + "4": "\u9031\u56db", + "5": "\u9031\u4e94", + "6": "\u9031\u516d" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "y\u5e74M\u6708d\u65e5 ahh:mm:ss", + "mediumDate": "y\u5e74M\u6708d\u65e5", + "mediumTime": "ahh:mm:ss", + "short": "yy\u5e74M\u6708d\u65e5 ah:mm", + "shortDate": "yy\u5e74M\u6708d\u65e5", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zh-hk", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-tw.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-tw.js new file mode 100755 index 000000000..96e6cb9dc --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh-tw.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u4e0a\u5348", + "1": "\u4e0b\u5348" + }, + "DAY": { + "0": "\u661f\u671f\u65e5", + "1": "\u661f\u671f\u4e00", + "2": "\u661f\u671f\u4e8c", + "3": "\u661f\u671f\u4e09", + "4": "\u661f\u671f\u56db", + "5": "\u661f\u671f\u4e94", + "6": "\u661f\u671f\u516d" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u9031\u65e5", + "1": "\u9031\u4e00", + "2": "\u9031\u4e8c", + "3": "\u9031\u4e09", + "4": "\u9031\u56db", + "5": "\u9031\u4e94", + "6": "\u9031\u516d" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "yyyy/M/d ah:mm:ss", + "mediumDate": "yyyy/M/d", + "mediumTime": "ah:mm:ss", + "short": "y/M/d ah:mm", + "shortDate": "y/M/d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "NT$", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "\u00a4-", + "negSuf": "", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zh-tw", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zh.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh.js new file mode 100755 index 000000000..805583b52 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zh.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "\u4e0a\u5348", + "1": "\u4e0b\u5348" + }, + "DAY": { + "0": "\u661f\u671f\u65e5", + "1": "\u661f\u671f\u4e00", + "2": "\u661f\u671f\u4e8c", + "3": "\u661f\u671f\u4e09", + "4": "\u661f\u671f\u56db", + "5": "\u661f\u671f\u4e94", + "6": "\u661f\u671f\u516d" + }, + "MONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "SHORTDAY": { + "0": "\u5468\u65e5", + "1": "\u5468\u4e00", + "2": "\u5468\u4e8c", + "3": "\u5468\u4e09", + "4": "\u5468\u56db", + "5": "\u5468\u4e94", + "6": "\u5468\u516d" + }, + "SHORTMONTH": { + "0": "1\u6708", + "1": "2\u6708", + "2": "3\u6708", + "3": "4\u6708", + "4": "5\u6708", + "5": "6\u6708", + "6": "7\u6708", + "7": "8\u6708", + "8": "9\u6708", + "9": "10\u6708", + "10": "11\u6708", + "11": "12\u6708" + }, + "fullDate": "y\u5e74M\u6708d\u65e5EEEE", + "longDate": "y\u5e74M\u6708d\u65e5", + "medium": "yyyy-M-d ah:mm:ss", + "mediumDate": "yyyy-M-d", + "mediumTime": "ah:mm:ss", + "short": "yy-M-d ah:mm", + "shortDate": "yy-M-d", + "shortTime": "ah:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u00a5", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zh", + "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zu-za.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zu-za.js new file mode 100755 index 000000000..d324af5ad --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zu-za.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sonto", + "1": "Msombuluko", + "2": "Lwesibili", + "3": "Lwesithathu", + "4": "uLwesine", + "5": "Lwesihlanu", + "6": "Mgqibelo" + }, + "MONTH": { + "0": "Januwari", + "1": "Februwari", + "2": "Mashi", + "3": "Apreli", + "4": "Meyi", + "5": "Juni", + "6": "Julayi", + "7": "Agasti", + "8": "Septhemba", + "9": "Okthoba", + "10": "Novemba", + "11": "Disemba" + }, + "SHORTDAY": { + "0": "Son", + "1": "Mso", + "2": "Bil", + "3": "Tha", + "4": "Sin", + "5": "Hla", + "6": "Mgq" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mas", + "3": "Apr", + "4": "Mey", + "5": "Jun", + "6": "Jul", + "7": "Aga", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dis" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "yyyy-MM-dd h:mm a", + "shortDate": "yyyy-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zu-za", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/1.0.7/angular-locale_zu.js b/ajax/libs/angular-i18n/1.0.7/angular-locale_zu.js new file mode 100755 index 000000000..164c05dd2 --- /dev/null +++ b/ajax/libs/angular-i18n/1.0.7/angular-locale_zu.js @@ -0,0 +1,98 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": { + "0": "AM", + "1": "PM" + }, + "DAY": { + "0": "Sonto", + "1": "Msombuluko", + "2": "Lwesibili", + "3": "Lwesithathu", + "4": "uLwesine", + "5": "Lwesihlanu", + "6": "Mgqibelo" + }, + "MONTH": { + "0": "Januwari", + "1": "Februwari", + "2": "Mashi", + "3": "Apreli", + "4": "Meyi", + "5": "Juni", + "6": "Julayi", + "7": "Agasti", + "8": "Septhemba", + "9": "Okthoba", + "10": "Novemba", + "11": "Disemba" + }, + "SHORTDAY": { + "0": "Son", + "1": "Mso", + "2": "Bil", + "3": "Tha", + "4": "Sin", + "5": "Hla", + "6": "Mgq" + }, + "SHORTMONTH": { + "0": "Jan", + "1": "Feb", + "2": "Mas", + "3": "Apr", + "4": "Mey", + "5": "Jun", + "6": "Jul", + "7": "Aga", + "8": "Sep", + "9": "Okt", + "10": "Nov", + "11": "Dis" + }, + "fullDate": "EEEE dd MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y h:mm:ss a", + "mediumDate": "d MMM y", + "mediumTime": "h:mm:ss a", + "short": "yyyy-MM-dd h:mm a", + "shortDate": "yyyy-MM-dd", + "shortTime": "h:mm a" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "R", + "DECIMAL_SEP": ".", + "GROUP_SEP": ",", + "PATTERNS": { + "0": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + "1": { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(\u00a4", + "negSuf": ")", + "posPre": "\u00a4", + "posSuf": "" + } + } + }, + "id": "zu", + "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/ajax/libs/angular-i18n/package.json b/ajax/libs/angular-i18n/package.json new file mode 100644 index 000000000..32378ee88 --- /dev/null +++ b/ajax/libs/angular-i18n/package.json @@ -0,0 +1,24 @@ +{ + "name": "angular-i18n", + "description": "Locales for AngularJS", + "version": "1.0.7", + "homepage": "http://angularjs.org", + "keywords": [ + "framework", + "mvc", + "AngularJS", + "angular", + "angular.js" + ], + "repositories": [{ + "type": "git", + "url": "git://github.com/angular/angular.js.git" + }], + "bugs": "https://github.com/angular/angular.js/issues", + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/angular/angular.js/blob/master/LICENSE" + } + ] +} \ No newline at end of file