File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 42
42
$ string ['cliyesnoprompt ' ] = 'y (అంటే ఔనని) గానీ, n (అంటే వద్దని) గానీ నొక్కండి ' ;
43
43
$ string ['environmentrequireinstall ' ] = 'స్థాపించి, చేతనం చెయ్యడం తప్పనిసరి ' ;
44
44
$ string ['environmentrequireversion ' ] = '{$a->needed} వెర్షను తప్పనిసరి. మీరేమో {$a->current} వెర్షను వాడుతున్నారు ' ;
45
+ $ string ['upgradekeyset ' ] = 'అప్గ్రేడ్ కీ (ఇది సెట్ చేయకుండా ఖాళీగా వదలండి) ' ;
Original file line number Diff line number Diff line change 30
30
31
31
defined ('MOODLE_INTERNAL ' ) || die ();
32
32
33
+ $ string ['clianswerno ' ] = 'n ' ;
34
+ $ string ['cliansweryes ' ] = 'y ' ;
35
+ $ string ['cliincorrectvalueerror ' ] = 'Error, maling halagang "{$a->value}" para sa "{$a->option}" ' ;
36
+ $ string ['cliincorrectvalueretry ' ] = 'Maling halaga, ulitin po ' ;
37
+ $ string ['clitypevalue ' ] = 'iteklado ang halaga ' ;
38
+ $ string ['clitypevaluedefault ' ] = 'iteklado ang halaga, pindutin ang Enter para magamit ang default na halaga ({$a}) ' ;
39
+ $ string ['cliunknowoption ' ] = 'Di-kilalang opsiyon:
40
+ {$a}
41
+ Gamit po ang --help na opsiyon ' ;
42
+ $ string ['cliyesnoprompt ' ] = 'iteklado ang y (ibig sabihin ay yes/oo) o n (ibig sabihin ay no/hindi) ' ;
33
43
$ string ['environmentrequireinstall ' ] = 'ay kinakailangang maluklok/mabuhay ' ;
34
44
$ string ['environmentrequireversion ' ] = 'ang bersiyon {$a->needed} ay kinakailangan at ang pinatatakbo mo ay {$a->current} ' ;
You can’t perform that action at this time.
0 commit comments