File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Hellenic translation for the jQuery Timepicker Addon */
2+ /* Written by Christos Pontikis */
3+ ( function ( $ ) {
4+ $ . timepicker . regional [ 'el' ] = {
5+ timeOnlyTitle : 'Επιλογή ώρας' ,
6+ timeText : 'Ώρα' ,
7+ hourText : 'Ώρες' ,
8+ minuteText : 'Λεπτά' ,
9+ secondText : 'Δευτερόλεπτα' ,
10+ timezoneText : 'Ζώνη ώρας' ,
11+ currentText : 'Τώρα' ,
12+ closeText : 'Κλείσιμο' ,
13+ timeFormat : 'hh:mm' ,
14+ ampm : false
15+ } ;
16+ $ . timepicker . setDefaults ( $ . timepicker . regional [ 'el' ] ) ;
17+ } ) ( jQuery ) ;
Original file line number Diff line number Diff line change 1+ /* Turkish translation for the jQuery Timepicker Addon */
2+ /* Written by Fehmi Can Saglam */
3+ ( function ( $ ) {
4+ $ . timepicker . regional [ 'tr' ] = {
5+ timeOnlyTitle : 'Zaman Seçiniz' ,
6+ timeText : 'Zaman' ,
7+ hourText : 'Saat' ,
8+ minuteText : 'Dakika' ,
9+ secondText : 'Saniye' ,
10+ timezoneText : 'Zaman Dilimi' ,
11+ currentText : 'Şu an' ,
12+ closeText : 'Tamam' ,
13+ timeFormat : 'hh:mm' ,
14+ ampm : false
15+ } ;
16+ $ . timepicker . setDefaults ( $ . timepicker . regional [ 'tr' ] ) ;
17+ } ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments