summaryrefslogtreecommitdiffstats
path: root/localization
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2011-08-20 07:38:58 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2011-08-20 07:38:58 -0400
commitab8e05fbdbfb010dbdce20ab86be9ff95f9d022d (patch)
treebcfc29729d4b926b014cc0a9458d79cd90c29b7c /localization
parenta390d9c5cc5ea635afd25317c76e89132da3152a (diff)
downloadjQuery-Timepicker-Addon-ab8e05fbdbfb010dbdce20ab86be9ff95f9d022d.zip
jQuery-Timepicker-Addon-ab8e05fbdbfb010dbdce20ab86be9ff95f9d022d.tar.gz
jQuery-Timepicker-Addon-ab8e05fbdbfb010dbdce20ab86be9ff95f9d022d.tar.bz2
Added Portuguese translation by luanlmd
Diffstat (limited to 'localization')
-rw-r--r--localization/jquery-ui-timepicker-pt.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-pt.js b/localization/jquery-ui-timepicker-pt.js
new file mode 100644
index 0000000..eef52f6
--- /dev/null
+++ b/localization/jquery-ui-timepicker-pt.js
@@ -0,0 +1,20 @@
+/* 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',
+ timezoneText: 'Fuso horĂ¡rio',
+ currentText: 'Agora',
+ closeText: 'Fechar',
+ timeFormat: 'hh:mm',
+ amNames: ['a.m.', 'AM', 'A'],
+ pmNames: ['p.m.', 'PM', 'P'],
+ ampm: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional['pt']);
+})(jQuery);