1comment_char % 2escape_char / 3 4% This file is part of the GNU C Library and contains locale data. 5% The Free Software Foundation does not claim any copyright interest 6% in the locale data contained in this file. The foregoing does not 7% affect the license of the GNU C Library as a whole. It does not 8% exempt you from the conditions of the license if your use would 9% otherwise be governed by that license. 10 11% Nepali language locale for Nepal. 12 13LC_IDENTIFICATION 14title "Nepali language locale for Nepal" 15source "Madan Puraskar Pustakalaya" 16address "Rato Bangala, Patan Dhoka,Lalitpur,Nepal" 17contact "" 18email "info@mpp.org.np" 19tel "" 20fax "" 21language "Nepali" 22territory "Nepal" 23revision "1.1" 24date "2003-05-12" 25 26category "i18n:2012";LC_IDENTIFICATION 27category "i18n:2012";LC_CTYPE 28category "i18n:2012";LC_COLLATE 29category "i18n:2012";LC_TIME 30category "i18n:2012";LC_NUMERIC 31category "i18n:2012";LC_MONETARY 32category "i18n:2012";LC_MESSAGES 33category "i18n:2012";LC_PAPER 34category "i18n:2012";LC_NAME 35category "i18n:2012";LC_ADDRESS 36category "i18n:2012";LC_TELEPHONE 37category "i18n:2012";LC_MEASUREMENT 38END LC_IDENTIFICATION 39 40LC_CTYPE 41copy "i18n" 42 43translit_start 44include "translit_combining";"" 45translit_end 46END LC_CTYPE 47 48LC_COLLATE 49% Copy the template from ISO/IEC 14651 50copy "iso14651_t1" 51END LC_COLLATE 52 53LC_MONETARY 54% This is the POSIX Locale definition the LC_MONETARY category. 55% These are generated based on XML base Locale definition file 56% for IBM Class for Unicode/Java 57% 58int_curr_symbol "NPR " 59currency_symbol "<U0930><U0942>" 60mon_decimal_point "." 61mon_thousands_sep "," 62mon_grouping 3 63positive_sign "" 64negative_sign "-" 65int_frac_digits 2 66frac_digits 2 67p_cs_precedes 1 68p_sep_by_space 1 69n_cs_precedes 1 70n_sep_by_space 1 71p_sign_posn 1 72n_sign_posn 1 73% 74END LC_MONETARY 75 76 77LC_NUMERIC 78% This is the POSIX Locale definition for the LC_NUMERIC category. 79% 80decimal_point "." 81thousands_sep "," 82grouping 3 83% 84END LC_NUMERIC 85 86 87LC_TIME 88abday "<U0906><U0907><U0924>";/ 89 "<U0938><U094B><U092E>";/ 90 "<U092E><U0919><U094D><U0917><U0932>";/ 91 "<U092C><U0941><U0927>";/ 92 "<U092C><U093F><U0939><U0940>";/ 93 "<U0936><U0941><U0915><U094D><U0930>";/ 94 "<U0936><U0928><U093F>" 95day "<U0906><U0907><U0924><U092C><U093E><U0930>";/ 96 "<U0938><U094B><U092E><U092C><U093E><U0930>";/ 97 "<U092E><U0919><U094D><U0917><U0932><U092C><U093E><U0930>";/ 98 "<U092C><U0941><U0927><U092C><U093E><U0930>";/ 99 "<U092C><U093F><U0939><U0940><U092C><U093E><U0930>";/ 100 "<U0936><U0941><U0915><U094D><U0930><U092C><U093E><U0930>";/ 101 "<U0936><U0928><U093F><U092C><U093E><U0930>" 102abmon "<U091C><U0928>";/ 103 "<U092B><U0947><U092C><U094D><U0930><U0941><U0905><U0930><U0940>";/ 104 "<U092E><U093E><U0930><U094D><U091A>";/ 105 "<U0905><U092A><U094D><U0930><U093F><U0932>";/ 106 "<U092E><U0947>";/ 107 "<U091C><U0941><U0928>";/ 108 "<U091C><U0941><U0932><U093E><U0908>";/ 109 "<U0905><U0917><U0938><U094D><U091F>";/ 110 "<U0938><U0947><U092A><U094D><U091F><U0947><U092E><U094D><U092C><U0930>";/ 111 "<U0905><U0915><U094D><U091F><U094B><U092C><U0930>";/ 112 "<U0928><U094B><U092D><U0947><U092E><U094D><U092C><U0930>";/ 113 "<U0921><U093F><U0938><U0947><U092E><U094D><U092C><U0930>" 114mon "<U091C><U0928><U0935><U0930><U0940>";/ 115 "<U092B><U0947><U092C><U094D><U0930><U0941><U0905><U0930><U0940>";/ 116 "<U092E><U093E><U0930><U094D><U091A>";/ 117 "<U0905><U092A><U094D><U0930><U093F><U0932>";/ 118 "<U092E><U0947>";/ 119 "<U091C><U0941><U0928>";/ 120 "<U091C><U0941><U0932><U093E><U0908>";/ 121 "<U0905><U0917><U0938><U094D><U091F>";/ 122 "<U0938><U0947><U092A><U094D><U091F><U0947><U092E><U094D><U092C><U0930>";/ 123 "<U0905><U0915><U094D><U091F><U094B><U092C><U0930>";/ 124 "<U0928><U094B><U092D><U0947><U092E><U094D><U092C><U0930>";/ 125 "<U0921><U093F><U0938><U0947><U092E><U094D><U092C><U0930>" 126am_pm "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/ 127 "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>" 128d_t_fmt "%Y %B %d %I:%M:%S %p" 129date_fmt "%Y %B %d %I:%M:%S %p %Z" 130d_fmt "%y//%-m//%-d" 131t_fmt "%H:%M:%S" 132t_fmt_ampm "%I:%M:%S %p" 133week 7;19971130;1 134END LC_TIME 135 136 137LC_MESSAGES 138yesexpr "^[+1yY]" 139noexpr "^[-0nN]" 140yesstr "<U0939><U094B>" 141nostr "<U0939><U094B><U0907><U0928>" 142END LC_MESSAGES 143 144 145LC_PAPER 146copy "i18n" 147END LC_PAPER 148 149 150LC_NAME 151name_fmt "%p%t%g%t%m%t%f" 152name_gen "<U091C><U094D><U092F><U0942>" 153name_mr "<U0936><U094D><U0930><U0940><U092E><U093E><U0928><U094D>" 154name_mrs "<U0936><U094D><U0930><U0940><U092E><U0924><U0940>" 155name_miss "<U0938><U0941><U0936><U094D><U0930><U0940>" 156END LC_NAME 157 158 159LC_ADDRESS 160postal_fmt "%f%N%h%s%N%T" 161country_name "<U0928><U0947><U092A><U093E><U0932>" 162country_ab2 "NP" 163country_ab3 "NPL" 164country_num 524 165country_car "NEP" 166% नेपाली 167lang_name "<U0928><U0947><U092A><U093E><U0932><U0940>" 168lang_ab "ne" 169lang_term "nep" 170lang_lib "nep" 171END LC_ADDRESS 172 173 174LC_TELEPHONE 175tel_int_fmt "+%c %a%t%l" 176int_prefix "977" 177int_select "00" 178END LC_TELEPHONE 179 180 181LC_MEASUREMENT 182copy "i18n" 183END LC_MEASUREMENT 184