File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Armenian translation for the jQuery Timepicker Addon */
2+ /* Written by Artavazd Avetisyan artavazda@hotmail.com */
3+ ( function ( $ ) {
4+ $ . timepicker . regional [ 'am' ] = {
5+ timeOnlyTitle : 'Ընտրեք ժամանակը' ,
6+ timeText : 'Ժամանակը' ,
7+ hourText : 'Ժամ' ,
8+ minuteText : 'Րոպե' ,
9+ secondText : 'Վարկյան' ,
10+ millisecText : 'Միլիվարկյան' ,
11+ microsecText : 'Միկրովարկյան' ,
12+ timezoneText : 'Ժամային գոտին' ,
13+ currentText : 'Այժմ' ,
14+ closeText : 'Փակել' ,
15+ timeFormat : 'HH:mm' ,
16+ amNames : [ 'AM' , 'A' ] ,
17+ pmNames : [ 'PM' , 'P' ] ,
18+ isRTL : false
19+ } ;
20+ $ . timepicker . setDefaults ( $ . timepicker . regional [ 'am' ] ) ;
21+ } ) ( jQuery ) ;
Original file line number Diff line number Diff line change 1+ /* Armenian translation for the jQuery Timepicker Addon */
2+ /* Written by Artavazd Avetisyan artavazda@hotmail.com */
3+ ( function ( $ ) {
4+ $ . timepicker . regional [ 'am' ] = {
5+ timeOnlyTitle : 'Ընտրեք ժամանակը' ,
6+ timeText : 'Ժամանակը' ,
7+ hourText : 'Ժամ' ,
8+ minuteText : 'Րոպե' ,
9+ secondText : 'Վարկյան' ,
10+ millisecText : 'Միլիվարկյան' ,
11+ microsecText : 'Միկրովարկյան' ,
12+ timezoneText : 'Ժամային գոտին' ,
13+ currentText : 'Այժմ' ,
14+ closeText : 'Փակել' ,
15+ timeFormat : 'HH:mm' ,
16+ amNames : [ 'AM' , 'A' ] ,
17+ pmNames : [ 'PM' , 'P' ] ,
18+ isRTL : false
19+ } ;
20+ $ . timepicker . setDefaults ( $ . timepicker . regional [ 'am' ] ) ;
21+ } ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments