diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-28 18:08:38 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-28 18:08:38 -0400 |
commit | 51e8a3a4f8e01876c964b237adab2eebc50650e1 (patch) | |
tree | 1eb8319bf404747155983d0f9735f5389f95a42d /i18n | |
parent | 8a812edfa0dfaab50191ffdaa41d244d19d7f979 (diff) | |
download | jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.zip jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.gz jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.bz2 |
Migrate to grunt setup
Diffstat (limited to 'i18n')
36 files changed, 0 insertions, 753 deletions
diff --git a/i18n/jquery-ui-timepicker-af.js b/i18n/jquery-ui-timepicker-af.js deleted file mode 100644 index fe9f8c5..0000000 --- a/i18n/jquery-ui-timepicker-af.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Afrikaans translation for the jQuery Timepicker Addon */
-/* Written by Deon Heyns */
-(function($) {
- $.timepicker.regional['af'] = {
- timeOnlyTitle: 'Kies Tyd',
- timeText: 'Tyd ',
- hourText: 'Ure ',
- minuteText: 'Minute',
- secondText: 'Sekondes',
- millisecText: 'Millisekondes',
- microsecText: 'Mikrosekondes',
- timezoneText: 'Tydsone',
- currentText: 'Huidige Tyd',
- closeText: 'Klaar',
- timeFormat: 'HH:mm',
- amNames: ['AM', 'A'],
- pmNames: ['PM', 'P'],
- isRTL: false
- };
- $.timepicker.setDefaults($.timepicker.regional['af']);
-})(jQuery);
diff --git a/i18n/jquery-ui-timepicker-bg.js b/i18n/jquery-ui-timepicker-bg.js deleted file mode 100644 index 1efb439..0000000 --- a/i18n/jquery-ui-timepicker-bg.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Bulgarian translation for the jQuery Timepicker Addon */ -/* Written by Plamen Kovandjiev */ -(function($) { - $.timepicker.regional['bg'] = { - timeOnlyTitle: 'Изберете време', - timeText: 'Време', - hourText: 'Час', - minuteText: 'Минути', - secondText: 'Секунди', - millisecText: 'Милисекунди', - microsecText: 'Микросекунди', - timezoneText: 'Часови пояс', - currentText: 'Сега', - closeText: 'Затвори', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['bg']); -})(jQuery);
\ No newline at end of file diff --git a/i18n/jquery-ui-timepicker-ca.js b/i18n/jquery-ui-timepicker-ca.js deleted file mode 100644 index 25b4eed..0000000 --- a/i18n/jquery-ui-timepicker-ca.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Catalan translation for the jQuery Timepicker Addon */ -/* Written by Sergi Faber */ -(function($) { - $.timepicker.regional['ca'] = { - timeOnlyTitle: 'Escollir una hora', - timeText: 'Hora', - hourText: 'Hores', - minuteText: 'Minuts', - secondText: 'Segons', - millisecText: 'Milisegons', - microsecText: 'Microsegons', - timezoneText: 'Fus horari', - currentText: 'Ara', - closeText: 'Tancar', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['ca']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-cs.js b/i18n/jquery-ui-timepicker-cs.js deleted file mode 100644 index 9d358fa..0000000 --- a/i18n/jquery-ui-timepicker-cs.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Czech translation for the jQuery Timepicker Addon */ -/* Written by Ondřej Vodáček */ -(function($) { - $.timepicker.regional['cs'] = { - timeOnlyTitle: 'Vyberte čas', - timeText: 'Čas', - hourText: 'Hodiny', - minuteText: 'Minuty', - secondText: 'Vteřiny', - millisecText: 'Milisekundy', - microsecText: 'Mikrosekundy', - timezoneText: 'Časové pásmo', - currentText: 'Nyní', - closeText: 'Zavřít', - timeFormat: 'HH:mm', - amNames: ['dop.', 'AM', 'A'], - pmNames: ['odp.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['cs']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-da.js b/i18n/jquery-ui-timepicker-da.js deleted file mode 100644 index 7afb189..0000000 --- a/i18n/jquery-ui-timepicker-da.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Danish translation for the jQuery Timepicker Addon */ -/* Written by Lars H. Jensen (http://www.larshj.dk) */ -(function ($) { - $.timepicker.regional['da'] = { - timeOnlyTitle: 'Vælg tid', - timeText: 'Tid', - hourText: 'Time', - minuteText: 'Minut', - secondText: 'Sekund', - millisecText: 'Millisekund', - microsecText: 'Mikrosekund', - timezoneText: 'Tidszone', - currentText: 'Nu', - closeText: 'Luk', - timeFormat: 'HH:mm', - amNames: ['am', 'AM', 'A'], - pmNames: ['pm', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['da']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-de.js b/i18n/jquery-ui-timepicker-de.js deleted file mode 100644 index 286be73..0000000 --- a/i18n/jquery-ui-timepicker-de.js +++ /dev/null @@ -1,21 +0,0 @@ -/* German translation for the jQuery Timepicker Addon */ -/* Written by Marvin */ -(function($) { - $.timepicker.regional['de'] = { - timeOnlyTitle: 'Zeit Wählen', - timeText: 'Zeit', - hourText: 'Stunde', - minuteText: 'Minute', - secondText: 'Sekunde', - millisecText: 'Millisekunde', - microsecText: 'Mikrosekunde', - timezoneText: 'Zeitzone', - currentText: 'Jetzt', - closeText: 'Fertig', - timeFormat: 'HH:mm', - amNames: ['vorm.', 'AM', 'A'], - pmNames: ['nachm.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['de']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-el.js b/i18n/jquery-ui-timepicker-el.js deleted file mode 100644 index 6b7e827..0000000 --- a/i18n/jquery-ui-timepicker-el.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Hellenic translation for the jQuery Timepicker Addon */ -/* Written by Christos Pontikis */ -(function($) { - $.timepicker.regional['el'] = { - timeOnlyTitle: 'Επιλογή ώρας', - timeText: 'Ώρα', - hourText: 'Ώρες', - minuteText: 'Λεπτά', - secondText: 'Δευτερόλεπτα', - millisecText: 'μιλιδευτερόλεπτο', - microsecText: 'Microseconds', - timezoneText: 'Ζώνη ώρας', - currentText: 'Τώρα', - closeText: 'Κλείσιμο', - timeFormat: 'HH:mm', - amNames: ['π.μ.', 'AM', 'A'], - pmNames: ['μ.μ.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['el']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-es.js b/i18n/jquery-ui-timepicker-es.js deleted file mode 100644 index d73a1e8..0000000 --- a/i18n/jquery-ui-timepicker-es.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Spanish translation for the jQuery Timepicker Addon */ -/* Written by Ianaré Sévi */ -(function($) { - $.timepicker.regional['es'] = { - timeOnlyTitle: 'Elegir una hora', - timeText: 'Hora', - hourText: 'Horas', - minuteText: 'Minutos', - secondText: 'Segundos', - millisecText: 'Milisegundos', - microsecText: 'Microsegundos', - timezoneText: 'Huso horario', - currentText: 'Ahora', - closeText: 'Cerrar', - timeFormat: 'HH:mm', - amNames: ['a.m.', 'AM', 'A'], - pmNames: ['p.m.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['es']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-et.js b/i18n/jquery-ui-timepicker-et.js deleted file mode 100644 index 2e64cc8..0000000 --- a/i18n/jquery-ui-timepicker-et.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Estonian translation for the jQuery Timepicker Addon */ -/* Written by Karl Sutt (karl@sutt.ee) */ -(function($) { - $.timepicker.regional['et'] = { - timeOnlyTitle: 'Vali aeg', - timeText: 'Aeg', - hourText: 'Tund', - minuteText: 'Minut', - secondText: 'Sekund', - millisecText: 'Millisekundis', - microsecText: 'Mikrosekundis', - timezoneText: 'Ajavöönd', - currentText: 'Praegu', - closeText: 'Valmis', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['et']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-eu.js b/i18n/jquery-ui-timepicker-eu.js deleted file mode 100644 index 41ba5a7..0000000 --- a/i18n/jquery-ui-timepicker-eu.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Basque trannslation for JQuery Timepicker Addon -/* Translated by Xabi Fer */ -(function($) { - $.timepicker.regional['eu'] = { - timeOnlyTitle: 'Aukeratu ordua', - timeText: 'Ordua', - hourText: 'Orduak', - minuteText: 'Minutuak', - secondText: 'Segunduak', - millisecText: 'Milisegunduak', - microsecText: 'Mikrosegundotan', - timezoneText: 'Ordu-eremua', - currentText: 'Orain', - closeText: 'Itxi', - timeFormat: 'HH:mm', - amNames: ['a.m.', 'AM', 'A'], - pmNames: ['p.m.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['eu']); -})(jQuery);
\ No newline at end of file diff --git a/i18n/jquery-ui-timepicker-fi.js b/i18n/jquery-ui-timepicker-fi.js deleted file mode 100644 index 3f1d95e..0000000 --- a/i18n/jquery-ui-timepicker-fi.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Finnish translation for the jQuery Timepicker Addon */ -/* Written by Juga Paazmaya (http://github.com/paazmaya) */ -(function($) { - $.timepicker.regional['fi'] = { - timeOnlyTitle: 'Valitse aika', - timeText: 'Aika', - hourText: 'Tunti', - minuteText: 'Minuutti', - secondText: 'Sekunti', - millisecText: 'Millisekunnin', - microsecText: 'Mikrosekuntia', - timezoneText: 'Aikavyöhyke', - currentText: 'Nyt', - closeText: 'Sulje', - timeFormat: 'HH:mm', - amNames: ['ap.', 'AM', 'A'], - pmNames: ['ip.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['fi']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-fr.js b/i18n/jquery-ui-timepicker-fr.js deleted file mode 100644 index a8a46fe..0000000 --- a/i18n/jquery-ui-timepicker-fr.js +++ /dev/null @@ -1,21 +0,0 @@ -/* French translation for the jQuery Timepicker Addon */ -/* Written by Thomas Lété */ -(function($) { - $.timepicker.regional['fr'] = { - timeOnlyTitle: 'Choisir une heure', - timeText: 'Heure', - hourText: 'Heures', - minuteText: 'Minutes', - secondText: 'Secondes', - millisecText: 'Millisecondes', - microsecText: 'Microsecondes', - timezoneText: 'Fuseau horaire', - currentText: 'Maintenant', - closeText: 'Terminé', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['fr']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-gl.js b/i18n/jquery-ui-timepicker-gl.js deleted file mode 100644 index 900e377..0000000 --- a/i18n/jquery-ui-timepicker-gl.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Galician translation for the jQuery Timepicker Addon */ -/* Written by David Barral */ -(function($) { - $.timepicker.regional['gl'] = { - timeOnlyTitle: 'Elixir unha hora', - timeText: 'Hora', - hourText: 'Horas', - minuteText: 'Minutos', - secondText: 'Segundos', - millisecText: 'Milisegundos', - microsecText: 'Microssegundos', - timezoneText: 'Fuso horario', - currentText: 'Agora', - closeText: 'Pechar', - timeFormat: 'HH:mm', - amNames: ['a.m.', 'AM', 'A'], - pmNames: ['p.m.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['gl']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-he.js b/i18n/jquery-ui-timepicker-he.js deleted file mode 100644 index eb71018..0000000 --- a/i18n/jquery-ui-timepicker-he.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Hebrew translation for the jQuery Timepicker Addon */ -/* Written by Lior Lapid */ -(function($) { - $.timepicker.regional["he"] = { - timeOnlyTitle: "בחירת זמן", - timeText: "שעה", - hourText: "שעות", - minuteText: "דקות", - secondText: "שניות", - millisecText: "אלפית השנייה", - microsecText: "מיקרו", - timezoneText: "אזור זמן", - currentText: "עכשיו", - closeText:"סגור", - timeFormat: "HH:mm", - amNames: ['לפנה"צ', 'AM', 'A'], - pmNames: ['אחה"צ', 'PM', 'P'], - isRTL: true - }; - $.timepicker.setDefaults($.timepicker.regional["he"]); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-hr.js b/i18n/jquery-ui-timepicker-hr.js deleted file mode 100644 index c314b8e..0000000 --- a/i18n/jquery-ui-timepicker-hr.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Croatian translation for the jQuery Timepicker Addon */ -/* Written by Mladen */ -(function($) { - $.timepicker.regional['hr'] = { - timeOnlyTitle: 'Odaberi vrijeme', - timeText: 'Vrijeme', - hourText: 'Sati', - minuteText: 'Minute', - secondText: 'Sekunde', - millisecText: 'Milisekunde', - microsecText: 'Mikrosekunde', - timezoneText: 'Vremenska zona', - currentText: 'Sada', - closeText: 'Gotovo', - timeFormat: 'HH:mm', - amNames: ['a.m.', 'AM', 'A'], - pmNames: ['p.m.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['hr']); -})(jQuery);
\ No newline at end of file diff --git a/i18n/jquery-ui-timepicker-hu.js b/i18n/jquery-ui-timepicker-hu.js deleted file mode 100644 index fd1f5e1..0000000 --- a/i18n/jquery-ui-timepicker-hu.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Hungarian translation for the jQuery Timepicker Addon */ -/* Written by Vas Gábor */ -(function($) { - $.timepicker.regional['hu'] = { - timeOnlyTitle: 'Válasszon időpontot', - timeText: 'Idő', - hourText: 'Óra', - minuteText: 'Perc', - secondText: 'Másodperc', - millisecText: 'Milliszekundumos', - microsecText: 'Ezredmásodperc', - timezoneText: 'Időzóna', - currentText: 'Most', - closeText: 'Kész', - timeFormat: 'HH:mm', - amNames: ['de.', 'AM', 'A'], - pmNames: ['du.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['hu']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-id.js b/i18n/jquery-ui-timepicker-id.js deleted file mode 100644 index 50a976b..0000000 --- a/i18n/jquery-ui-timepicker-id.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Indonesian translation for the jQuery Timepicker Addon */ -/* Written by Nia */ -(function($) { - $.timepicker.regional['id'] = { - timeOnlyTitle: 'Pilih Waktu', - timeText: 'Waktu', - hourText: 'Pukul', - minuteText: 'Menit', - secondText: 'Detik', - millisecText: 'Milidetik', - microsecText: 'Mikrodetik', - timezoneText: 'Zona Waktu', - currentText: 'Sekarang', - closeText: 'OK', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['id']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-it.js b/i18n/jquery-ui-timepicker-it.js deleted file mode 100644 index ea976fd..0000000 --- a/i18n/jquery-ui-timepicker-it.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Italian translation for the jQuery Timepicker Addon */ -/* Written by Marco "logicoder" Del Tongo */ -(function($) { - $.timepicker.regional['it'] = { - timeOnlyTitle: 'Scegli orario', - timeText: 'Orario', - hourText: 'Ora', - minuteText: 'Minuti', - secondText: 'Secondi', - millisecText: 'Millisecondi', - microsecText: 'Microsecondi', - timezoneText: 'Fuso orario', - currentText: 'Adesso', - closeText: 'Chiudi', - timeFormat: 'HH:mm', - amNames: ['m.', 'AM', 'A'], - pmNames: ['p.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['it']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-ja.js b/i18n/jquery-ui-timepicker-ja.js deleted file mode 100644 index 15c7b79..0000000 --- a/i18n/jquery-ui-timepicker-ja.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Japanese translation for the jQuery Timepicker Addon */ -/* Written by Jun Omae */ -(function($) { - $.timepicker.regional['ja'] = { - timeOnlyTitle: '時間を選択', - timeText: '時間', - hourText: '時', - minuteText: '分', - secondText: '秒', - millisecText: 'ミリ秒', - microsecText: 'マイクロ秒', - timezoneText: 'タイムゾーン', - currentText: '現時刻', - closeText: '閉じる', - timeFormat: 'HH:mm', - amNames: ['午前', 'AM', 'A'], - pmNames: ['午後', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['ja']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-ko.js b/i18n/jquery-ui-timepicker-ko.js deleted file mode 100644 index 0a41c5b..0000000 --- a/i18n/jquery-ui-timepicker-ko.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Korean translation for the jQuery Timepicker Addon */ -/* Written by Genie */ -(function($) { - $.timepicker.regional['ko'] = { - timeOnlyTitle: '시간 선택', - timeText: '시간', - hourText: '시', - minuteText: '분', - secondText: '초', - millisecText: '밀리초', - microsecText: '마이크로', - timezoneText: '표준 시간대', - currentText: '현재 시각', - closeText: '닫기', - timeFormat: 'tt h:mm', - amNames: ['오전', 'AM', 'A'], - pmNames: ['오후', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['ko']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-lt.js b/i18n/jquery-ui-timepicker-lt.js deleted file mode 100644 index eb7b3c7..0000000 --- a/i18n/jquery-ui-timepicker-lt.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Lithuanian translation for the jQuery Timepicker Addon */ -/* Written by Irmantas Šiupšinskas */ -(function($) { - $.timepicker.regional['lt'] = { - timeOnlyTitle: 'Pasirinkite laiką', - timeText: 'Laikas', - hourText: 'Valandos', - minuteText: 'Minutės', - secondText: 'Sekundės', - millisecText: 'Milisekundės', - microsecText: 'Mikrosekundės', - timezoneText: 'Laiko zona', - currentText: 'Dabar', - closeText: 'Uždaryti', - timeFormat: 'HH:mm', - amNames: ['priešpiet', 'AM', 'A'], - pmNames: ['popiet', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['lt']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-nl.js b/i18n/jquery-ui-timepicker-nl.js deleted file mode 100644 index 8189cc4..0000000 --- a/i18n/jquery-ui-timepicker-nl.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Dutch translation for the jQuery Timepicker Addon */ -/* Written by Martijn van der Lee */ -(function($) { - $.timepicker.regional['nl'] = { - timeOnlyTitle: 'Tijdstip', - timeText: 'Tijd', - hourText: 'Uur', - minuteText: 'Minuut', - secondText: 'Seconde', - millisecText: 'Milliseconde', - microsecText: 'Microseconde', - timezoneText: 'Tijdzone', - currentText: 'Vandaag', - closeText: 'Sluiten', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['nl']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-no.js b/i18n/jquery-ui-timepicker-no.js deleted file mode 100644 index 1eeee6d..0000000 --- a/i18n/jquery-ui-timepicker-no.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Norwegian translation for the jQuery Timepicker Addon */ -/* Written by Morten Hauan (http://hauan.me) */ -(function($) { - $.timepicker.regional['no'] = { - timeOnlyTitle: 'Velg tid', - timeText: 'Tid', - hourText: 'Time', - minuteText: 'Minutt', - secondText: 'Sekund', - millisecText: 'Millisekund', - microsecText: 'mikrosekund', - timezoneText: 'Tidssone', - currentText: 'Nå', - closeText: 'Lukk', - timeFormat: 'HH:mm', - amNames: ['am', 'AM', 'A'], - pmNames: ['pm', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['no']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-pl.js b/i18n/jquery-ui-timepicker-pl.js deleted file mode 100644 index 5b7d4a9..0000000 --- a/i18n/jquery-ui-timepicker-pl.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Polish translation for the jQuery Timepicker Addon */ -/* Written by Michał Pena */ -(function($) { - $.timepicker.regional['pl'] = { - timeOnlyTitle: 'Wybierz godzinę', - timeText: 'Czas', - hourText: 'Godzina', - minuteText: 'Minuta', - secondText: 'Sekunda', - millisecText: 'Milisekunda', - microsecText: 'Mikrosekunda', - timezoneText: 'Strefa czasowa', - currentText: 'Teraz', - closeText: 'Gotowe', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['pl']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-pt-BR.js b/i18n/jquery-ui-timepicker-pt-BR.js deleted file mode 100644 index 2c1b02f..0000000 --- a/i18n/jquery-ui-timepicker-pt-BR.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Brazilian Portuguese translation for the jQuery Timepicker Addon */ -/* Written by Diogo Damiani (diogodamiani@gmail.com) */ -(function ($) { - $.timepicker.regional['pt-BR'] = { - timeOnlyTitle: 'Escolha o horário', - timeText: 'Horário', - hourText: 'Hora', - minuteText: 'Minutos', - secondText: 'Segundos', - millisecText: 'Milissegundos', - microsecText: 'Microssegundos', - timezoneText: 'Fuso horário', - currentText: 'Agora', - closeText: 'Fechar', - timeFormat: 'HH:mm', - amNames: ['a.m.', 'AM', 'A'], - pmNames: ['p.m.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['pt-BR']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-pt.js b/i18n/jquery-ui-timepicker-pt.js deleted file mode 100644 index bc549e0..0000000 --- a/i18n/jquery-ui-timepicker-pt.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Portuguese translation for the jQuery Timepicker Addon */ -/* Written by Luan Almeida */ -(function($) { - $.timepicker.regional['pt'] = { - timeOnlyTitle: 'Escolha uma hora', - timeText: 'Hora', - hourText: 'Horas', - minuteText: 'Minutos', - secondText: 'Segundos', - millisecText: 'Milissegundos', - microsecText: 'Microssegundos', - timezoneText: 'Fuso horário', - currentText: 'Agora', - closeText: 'Fechar', - timeFormat: 'HH:mm', - amNames: ['a.m.', 'AM', 'A'], - pmNames: ['p.m.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['pt']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-ro.js b/i18n/jquery-ui-timepicker-ro.js deleted file mode 100644 index 01acce7..0000000 --- a/i18n/jquery-ui-timepicker-ro.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Romanian translation for the jQuery Timepicker Addon */ -/* Written by Romeo Adrian Cioaba */ -(function($) { - $.timepicker.regional['ro'] = { - timeOnlyTitle: 'Alegeţi o oră', - timeText: 'Timp', - hourText: 'Ore', - minuteText: 'Minute', - secondText: 'Secunde', - millisecText: 'Milisecunde', - microsecText: 'Microsecunde', - timezoneText: 'Fus orar', - currentText: 'Acum', - closeText: 'Închide', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['ro']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-ru.js b/i18n/jquery-ui-timepicker-ru.js deleted file mode 100644 index d7169fa..0000000 --- a/i18n/jquery-ui-timepicker-ru.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Russian translation for the jQuery Timepicker Addon */ -/* Written by Trent Richardson */ -(function($) { - $.timepicker.regional['ru'] = { - timeOnlyTitle: 'Выберите время', - timeText: 'Время', - hourText: 'Часы', - minuteText: 'Минуты', - secondText: 'Секунды', - millisecText: 'Миллисекунды', - microsecText: 'Микросекунды', - timezoneText: 'Часовой пояс', - currentText: 'Сейчас', - closeText: 'Закрыть', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['ru']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-sk.js b/i18n/jquery-ui-timepicker-sk.js deleted file mode 100644 index 15700e0..0000000 --- a/i18n/jquery-ui-timepicker-sk.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Slovak translation for the jQuery Timepicker Addon */ -/* Written by David Vallner */ -(function($) { - $.timepicker.regional['sk'] = { - timeOnlyTitle: 'Zvoľte čas', - timeText: 'Čas', - hourText: 'Hodiny', - minuteText: 'Minúty', - secondText: 'Sekundy', - millisecText: 'Milisekundy', - microsecText: 'Mikrosekundy', - timezoneText: 'Časové pásmo', - currentText: 'Teraz', - closeText: 'Zavrieť', - timeFormat: 'H:m', - amNames: ['dop.', 'AM', 'A'], - pmNames: ['pop.', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['sk']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-sv.js b/i18n/jquery-ui-timepicker-sv.js deleted file mode 100644 index 4540ac6..0000000 --- a/i18n/jquery-ui-timepicker-sv.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Swedish translation for the jQuery Timepicker Addon */ -/* Written by Nevon */ -(function($) { - $.timepicker.regional['sv'] = { - timeOnlyTitle: 'Välj en tid', - timeText: 'Tid', - hourText: 'Timme', - minuteText: 'Minut', - secondText: 'Sekund', - millisecText: 'Millisekund', - microsecText: 'Mikrosekund', - timezoneText: 'Tidszon', - currentText: 'Nu', - closeText: 'Stäng', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['sv']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-th.js b/i18n/jquery-ui-timepicker-th.js deleted file mode 100644 index 7042e8c..0000000 --- a/i18n/jquery-ui-timepicker-th.js +++ /dev/null @@ -1,18 +0,0 @@ -/* Thai translation for the jQuery Timepicker Addon */ -/* Written by Yote Wachirapornpongsa */ -(function($) { - $.timepicker.regional['th'] = { - timeOnlyTitle: 'เลือกเวลา', - timeText: 'เวลา ', - hourText: 'ชั่วโมง ', - minuteText: 'นาที', - secondText: 'วินาที', - millisecText: 'มิลลิวินาที', - microsecText: 'ไมโคริวินาที', - timezoneText: 'เขตเวลา', - currentText: 'เวลาปัจจุบัน', - closeText: 'ปิด', - timeFormat: 'hh:mm tt' - }; - $.timepicker.setDefaults($.timepicker.regional['th']); -})(jQuery);
\ No newline at end of file diff --git a/i18n/jquery-ui-timepicker-tr.js b/i18n/jquery-ui-timepicker-tr.js deleted file mode 100644 index 51f89d6..0000000 --- a/i18n/jquery-ui-timepicker-tr.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Turkish translation for the jQuery Timepicker Addon */ -/* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */ -(function($) { - $.timepicker.regional['tr'] = { - timeOnlyTitle: 'Zaman Seçiniz', - timeText: 'Zaman', - hourText: 'Saat', - minuteText: 'Dakika', - secondText: 'Saniye', - millisecText: 'Milisaniye', - microsecText: 'Mikrosaniye', - timezoneText: 'Zaman Dilimi', - currentText: 'Şu an', - closeText: 'Tamam', - timeFormat: 'HH:mm', - amNames: ['ÖÖ', 'Ö'], - pmNames: ['ÖS', 'S'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['tr']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-uk.js b/i18n/jquery-ui-timepicker-uk.js deleted file mode 100644 index a239fe2..0000000 --- a/i18n/jquery-ui-timepicker-uk.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Ukrainian translation for the jQuery Timepicker Addon */ -/* Written by Sergey Noskov */ -(function($) { - $.timepicker.regional['uk'] = { - timeOnlyTitle: 'Виберіть час', - timeText: 'Час', - hourText: 'Години', - minuteText: 'Хвилини', - secondText: 'Секунди', - millisecText: 'Мілісекунди', - microsecText: 'Мікросекунди', - timezoneText: 'Часовий пояс', - currentText: 'Зараз', - closeText: 'Закрити', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['uk']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-vi.js b/i18n/jquery-ui-timepicker-vi.js deleted file mode 100644 index 48b05f1..0000000 --- a/i18n/jquery-ui-timepicker-vi.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Vietnamese translation for the jQuery Timepicker Addon */ -/* Written by Nguyen Dinh Trung */ -(function($) { - $.timepicker.regional['vi'] = { - timeOnlyTitle: 'Chọn giờ', - timeText: 'Thời gian', - hourText: 'Giờ', - minuteText: 'Phút', - secondText: 'Giây', - millisecText: 'Phần nghìn giây', - microsecText: 'Miligiây', - timezoneText: 'Múi giờ', - currentText: 'Hiện thời', - closeText: 'Đóng', - timeFormat: 'H:m', - amNames: ['SA', 'AM', 'A'], - pmNames: ['CH', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['vi']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-zh-CN.js b/i18n/jquery-ui-timepicker-zh-CN.js deleted file mode 100644 index 7488c04..0000000 --- a/i18n/jquery-ui-timepicker-zh-CN.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Simplified Chinese translation for the jQuery Timepicker Addon / -/ Written by Will Lu */ -(function($) { - $.timepicker.regional['zh-CN'] = { - timeOnlyTitle: '选择时间', - timeText: '时间', - hourText: '小时', - minuteText: '分钟', - secondText: '秒钟', - millisecText: '微秒', - microsecText: '微秒', - timezoneText: '时区', - currentText: '现在时间', - closeText: '关闭', - timeFormat: 'HH:mm', - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['zh-CN']); -})(jQuery); diff --git a/i18n/jquery-ui-timepicker-zh-TW.js b/i18n/jquery-ui-timepicker-zh-TW.js deleted file mode 100644 index 9cbeabf..0000000 --- a/i18n/jquery-ui-timepicker-zh-TW.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Chinese translation for the jQuery Timepicker Addon */ -/* Written by Alang.lin */ -(function($) { - $.timepicker.regional['zh-TW'] = { - timeOnlyTitle: '選擇時分秒', - timeText: '時間', - hourText: '時', - minuteText: '分', - secondText: '秒', - millisecText: '毫秒', - microsecText: '微秒', - timezoneText: '時區', - currentText: '現在時間', - closeText: '確定', - timeFormat: 'HH:mm', - amNames: ['上午', 'AM', 'A'], - pmNames: ['下午', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['zh-TW']); -})(jQuery); |