Lines 900-907
abmon /
Link Here
|
900 |
"<U043B><U0438><U0441>"; %lys / |
900 |
"<U043B><U0438><U0441>"; %lys / |
901 |
"<U0433><U0440><U0443>" %hru |
901 |
"<U0433><U0440><U0443>" %hru |
902 |
|
902 |
|
903 |
% A list of month names in proper form for calendar, see alt_digits. (%B) |
903 |
% A list of month names in proper form for calendar, see mon. (%OB) |
904 |
mon / |
904 |
alt_mon / |
905 |
"<U0441><U0456><U0447><U0435><U043D><U044C>"; %sichen` / |
905 |
"<U0441><U0456><U0447><U0435><U043D><U044C>"; %sichen` / |
906 |
"<U043B><U044E><U0442><U0438><U0439>"; %lyutyj / |
906 |
"<U043B><U044E><U0442><U0438><U0439>"; %lyutyj / |
907 |
"<U0431><U0435><U0440><U0435><U0437><U0435><U043D><U044C>"; %berezen` / |
907 |
"<U0431><U0435><U0440><U0435><U0437><U0435><U043D><U044C>"; %berezen` / |
Lines 915-930
mon /
Link Here
|
915 |
"<U043B><U0438><U0441><U0442><U043E><U043F><U0430><U0434>"; %lystopad / |
915 |
"<U043B><U0438><U0441><U0442><U043E><U043F><U0430><U0434>"; %lystopad / |
916 |
"<U0433><U0440><U0443><U0434><U0435><U043D><U044C>" %hruden` |
916 |
"<U0433><U0440><U0443><U0434><U0435><U043D><U044C>" %hruden` |
917 |
|
917 |
|
918 |
% Initially alt_digits was supposed to hold alternative symbols for _digits_, |
918 |
% A list of month names in genitive form, for full date format, with day. (%B) |
919 |
% corresponding to %O modified conversion specification. |
919 |
mon / |
920 |
% Although in Ukrainian language alternate _names_ are used instead of digits. |
|
|
921 |
% We'll use this keyword to present a list of month names in proper form for |
922 |
% date, see mon. (%Om) |
923 |
% |
924 |
% This hack is dedicated for months it won't work for other %O* modifiers |
925 |
% (weeks, days etc). |
926 |
% |
927 |
alt_digits "<U0030>"; % digits are starting from zero / |
928 |
"<U0441><U0456><U0447><U043D><U044F>"; % sichnya / |
920 |
"<U0441><U0456><U0447><U043D><U044F>"; % sichnya / |
929 |
"<U043B><U044E><U0442><U043E><U0433><U043E>"; % lyutoho / |
921 |
"<U043B><U044E><U0442><U043E><U0433><U043E>"; % lyutoho / |
930 |
"<U0431><U0435><U0440><U0435><U0437><U043D><U044F>"; % bereznya / |
922 |
"<U0431><U0435><U0440><U0435><U0437><U043D><U044F>"; % bereznya / |
Lines 939-945
alt_digits "<U0030>"; % digits are starting from zero /
Link Here
|
939 |
"<U0433><U0440><U0443><U0434><U043D><U044F>" % hrudnya |
931 |
"<U0433><U0440><U0443><U0434><U043D><U044F>" % hrudnya |
940 |
|
932 |
|
941 |
% Appropriate date representation for date(1). |
933 |
% Appropriate date representation for date(1). |
942 |
date_fmt "<U0025><U0041><U002C><U0020><U0025><U002D><U0064><U0020><U0025><U004F><U006D><U0020><U0025><U0059><U0020><U0025><U0058><U0020><U0025><U007A>" |
934 |
date_fmt "<U0025><U0041><U002C><U0020><U0025><U002D><U0064><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0058><U0020><U0025><U007A>" |
943 |
|
935 |
|
944 |
% The appropriate date and time format. (%c) |
936 |
% The appropriate date and time format. (%c) |
945 |
d_t_fmt "<U0025><U0061><U002C><U0020><U0025><U0064><U002D><U0025><U0062><U002D><U0025><U0059><U0020><U0025><U0058><U0020><U0025><U007A>" |
937 |
d_t_fmt "<U0025><U0061><U002C><U0020><U0025><U0064><U002D><U0025><U0062><U002D><U0025><U0059><U0020><U0025><U0058><U0020><U0025><U007A>" |
946 |
- |
|
|