PATH:
usr
/
share
/
i18n
/
locales
comment_char % escape_char / % This file is part of the GNU C Library and contains locale data. % The Free Software Foundation does not claim any copyright interest % in the locale data contained in this file. The foregoing does not % affect the license of the GNU C Library as a whole. It does not % exempt you from the conditions of the license if your use would % otherwise be governed by that license. % Romanian Language Locale for Romania % Source: RAP % Address: Sankt Jo//rgens Alle 8 % DK-1615 Ko//benhavn V, Danmark % Contact: Keld Simonsen % Email: Keld.Simonsen@dkuug.dk % Tel: +45 - 31226543 % Fax: +45 - 33256543 % Language: ro % Territory: RO % Revision: 4.3 % Date: 1996-10-15 % Application: general % Users: general % % Corrections by: % 2006-01-07 % Eddy Petrisor <eddy.petrisor@gmail.com> LC_IDENTIFICATION title "Romanian locale for Romania" source "RAP" address "Sankt Jorgens Alle 8, DK-1615 Kobenhavn V, Danmark" contact "" email "bug-glibc-locales@gnu.org" tel "" fax "" language "Romanian" territory "Romania" revision "1.0" date "2000-06-29" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE category "i18n:2012";LC_COLLATE category "i18n:2012";LC_TIME category "i18n:2012";LC_NUMERIC category "i18n:2012";LC_MONETARY category "i18n:2012";LC_MESSAGES category "i18n:2012";LC_PAPER category "i18n:2012";LC_NAME category "i18n:2012";LC_ADDRESS category "i18n:2012";LC_TELEPHONE category "i18n:2012";LC_MEASUREMENT END LC_IDENTIFICATION LC_COLLATE % CLDR collation rules for Romanian: % (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/ro.xml) % % <collation type="standard" references="Academia Română: DEX - Dicționarul explicativ al limbii române ISBN 973-924-329-2"> % <cr><![CDATA[ % &A<ă<<<Ă<â<<<Â % &I<î<<<Î % &S<ş=ș<<<Ş=Ș % &T<ţ=ț<<<Ţ=Ț % ]]></cr> % </collation> % % And CLDR also lists the following % index characters: % (see: https://unicode.org/cldr/trac/browser/trunk/common/main/ro.xml) % % <exemplarCharacters type="index">[A Ă Â B C D E F G H I Î J K L M N O P Q R S Ș T Ț U V W X Y Z]</exemplarCharacters> % % The following rules implement the same order for glibc. copy "iso14651_t1" collating-symbol <a-breve> collating-symbol <a-circumflex> collating-symbol <i-circumflex> collating-symbol <s-cedilla> collating-symbol <t-cedilla> reorder-after <AFTER-A> <a-breve> <a-circumflex> reorder-after <AFTER-I> <i-circumflex> reorder-after <AFTER-S> <s-cedilla> reorder-after <AFTER-T> <t-cedilla> <U0103> <a-breve>;"<BASE><BASE>";"<MIN><MIN>";<U0103> % ă <U0102> <a-breve>;"<BASE><BASE>";"<CAP><MIN>";<U0102> % Ă <U00E2> <a-circumflex>;"<BASE><BASE>";"<MIN><MIN>";<U00E2> % â <U00C2> <a-circumflex>;"<BASE><BASE>";"<CAP><MIN>";<U00C2> % Â <U00EE> <i-circumflex>;"<BASE><BASE>";"<MIN><MIN>";<U00EE> % î <U00CE> <i-circumflex>;"<BASE><BASE>";"<CAP><MIN>";<U00CE> % Î <U015F> <s-cedilla>;"<BASE><BASE>";"<MIN><MIN>";<U015F> % ş <U0219> <s-cedilla>;"<BASE><BASE>";"<MIN><MIN>";<U0219> % ș <U015E> <s-cedilla>;"<BASE><BASE>";"<CAP><MIN>";<U015E> % Ş <U0218> <s-cedilla>;"<BASE><BASE>";"<CAP><MIN>";<U0218> % Ș <U0163> <t-cedilla>;"<BASE><BASE>";"<MIN><MIN>";<U0163> % ţ <U021B> <t-cedilla>;"<BASE><BASE>";"<MIN><MIN>";<U021B> % ț <U0162> <t-cedilla>;"<BASE><BASE>";"<CAP><MIN>";<U0162> % Ţ <U021A> <t-cedilla>;"<BASE><BASE>";"<CAP><MIN>";<U021A> % Ț reorder-end END LC_COLLATE LC_CTYPE copy "i18n" % % Transliteration is _currently_ a good idea as most fonts/applications do not % have the correct diacritics for "t comma bellow" (U021A, U021B) and % "s comma bellow" (U0218, U0219). Thus we currently use and compromise with % "t cedilla" (U0162, U0163) - which, actually, does not belong to any % language - and "s cedilla" (U015E, U015F) - which is _not_ correct for % Romanian, but is correct for Turkish. % % This issue should be fixed in the future, when enough font and application % support will be provided in current operating systems. % translit_start include "translit_combining";"" % if t/scomma is not available, try first t/scedilla <U0218> "<U015E>";"<U0053>" <U0219> "<U015F>";"<U0073>" <U021A> "<U0162>";"<U0054>" <U021B> "<U0163>";"<U0074>" % if t/scedilla is not available, try first t/scomma <U015E> "<U0218>";"<U0053>" <U015F> "<U0219>";"<U0073>" <U0162> "<U021A>";"<U0054>" <U0163> "<U021B>";"<U0074>" translit_end END LC_CTYPE LC_MESSAGES yesexpr "^[+1DdYy]" noexpr "^[-0nN]" yesstr "da" nostr "nu" END LC_MESSAGES LC_MONETARY % Since the 1st of July 2005, the new currency is the ROmanian New leu % the symbol is RON and 1 RON = 10000 ROL (old ROmanian Leu)... int_curr_symbol "RON " % but representing counted coins is made in the same way as before. currency_symbol "Lei" % decimal point is comma mon_decimal_point "," % the separation of digits is made in groups of three % and the separator between the groups is the full stop (dot) mon_thousands_sep "." mon_grouping 3;3 % the positive sign is not usualy represented positive_sign "" % while the negative one is negative_sign "-" % usualy one will display only two digits after the decimal point int_frac_digits 2 frac_digits 2 p_cs_precedes 1 p_sep_by_space 1 n_cs_precedes 1 n_sep_by_space 1 p_sign_posn 1 n_sign_posn 1 END LC_MONETARY LC_NUMERIC % same rules as for monetary apply for regular figures: % decimal point is comma decimal_point "," % and the separator between groups is full stop thousands_sep "." % the separation of figures is made in groups of three grouping 3;3 END LC_NUMERIC LC_TIME % abbreviated day names abday "Du";"Lu";"Ma";"Mi";"Jo";"Vi";"Sb" % % Because in 1992 the Romanian Academy stated that within words the % writing of the letter i> (i circumflex - U00EE) should be replaced % by a> (acircumflex - U00E2), we use the post92 writing. % Note: The actual rule is more complex, but the case which applies for % Satruday is covered by the exposed explanation above. % % Day names are not capitalized: % duminic<abreve>, luni, mar<tcomma>i, % miercuri, joi, vineri, % s<acircumflex>mb<abreve>t<abreve> day "duminic<U0103>";/ "luni";/ "mar<U021B>i";/ "miercuri";/ "joi";/ "vineri";/ "s<U00E2>mb<U0103>t<U0103>" % % All month abbreviations are composed of the first three letters of the full % Romanian names of the months, except for November, whose abbreviation comes % from the Latin month name, thus the abbreviation is "nov" % % Month names are not capitalized: abmon "ian";"feb";/ "mar";"apr";/ "mai";"iun";/ "iul";"aug";/ "sep";"oct";/ "nov";"dec" % % Month names are _not_ capitalized in Romanian: mon "ianuarie";/ "februarie";/ "martie";/ "aprilie";/ "mai";/ "iunie";/ "iulie";/ "august";/ "septembrie";/ "octombrie";/ "noiembrie";/ "decembrie" % Appropriate date and time representation (%c) % Romania uses daylight saving and the names of the time zones are % not widely known nor used d_t_fmt "%a %d %b %Y %T %z" % % Appropriate date representation (%x) d_fmt "%d.%m.%Y" % 24 hour format is used, t_fmt "%T" % thus no am/pm markers are defined/used am_pm "";"" % also am/pm hour display format is not used t_fmt_ampm "" date_fmt "%A %-e %B %Y, %H:%M:%S %z" week 7;19971130;1 first_weekday 2 END LC_TIME LC_PAPER copy "i18n" END LC_PAPER LC_TELEPHONE tel_int_fmt "+%c %a %l" int_prefix "40" int_select "00" END LC_TELEPHONE LC_MEASUREMENT copy "i18n" END LC_MEASUREMENT LC_NAME % Format of a name, taken from the glibc locale for Ukrainian. % %f Family names. % %F Family names in uppercase. % %g First given name. % %G First given initial. % %l First given name with Latin letters. % %o Other shorter name. % %m Additional given names. % %M Initials for additional given names. % %p Profession. % %s Salutation, such as "Doctor" % %S Abbreviated salutation, such as "Mr." or "Dr." % %d Salutation, using the FDCC-sets conventions % 1 for the name_gen % 2 for name_mr % 3 for name_mrs % 4 for name_miss % 5 for name_ms % %t If the preceding field descriptor resulted in an empty string, % then the empty string, else a <space>. % % FIXME: There are two prefered ways: % %d%t%s%t%g%t%f and %d%t%s%t%f%t%g%t%m % The current tendency is to use the first form, while the second is the most % popular form, it is widespread and widely known. % Now we stick to the traditional/old/second form: %d%t%s%t%f%t%g%t%m name_fmt "%d%t%s%t%f%t%g%t%m" name_mr "Dl." name_mrs "D-na." name_miss "D-ra." END LC_NAME LC_ADDRESS % Format of an address. The fields have the following meaning % (inspired originaly by glibc locale for Ukranian): % %n Person's name, possibly constructed with the LC_NAME % "name_fmt" keyword. (it appears to be invalid) % %a Care of person, or organization. % %f Firm name. % %d Department name. % %b Building name. % %s Street or block (eg. Japanese) name. % %h House number or designation. % %N Insert an <end-of-line> if the previous descriptor % value was not an empty string; otherwise ignore. % %t Insert a <space> if the previous descriptor value % was not an empty string; otherwise ignore. % %r Room number, door designation. % %e Floor number. % %C Country designation, from the <country_post> keyword. % %l Local township within town or city. (it appears to be invalid) % %z Zip number, postal code. % %T Town, city. % %S State, province, or prefecture. % %c Country, as taken from data record. % % FIXME: it appears that %n and %l are not working; correct form is: % %n%N%f%N%a%d%N%s%t%h%N%b%t%e%t%r%N%l%z%t%T%N%S%t%c%N % implemented form: % %f%N%a%d%N%s%t%h%N%b%t%e%t%r%N%z%t%T%N%S%t%c%N postal_fmt "%f%N%a%d%N%s%t%h%N%b%t%e%t%r%N%z%t%T%N%S%t%c%N" % Country names are capitalized: Roma>nia country_name "Rom<U00E2>nia" country_ab2 "RO" country_ab3 "ROU" country_num 642 country_car "RO" % ISBN code is 973 % see: http://homepages.cwi.nl/~dik/english/codes/isbn.html % and other sources country_isbn 973 % FIXME: is it really RO? country_post "RO" % language names are not capitalized in Romanian ( roma>na( ) lang_name "rom<U00E2>n<U0103>" lang_ab "ro" % set the terminology code to "ron" as defined in iso639-2 lang_term "ron" % set the bibliographic code to "rum" as defined in iso639-2 lang_lib "rum" END LC_ADDRESS
[+]
..
[-] yuw_PG
[edit]
[-] bho_IN
[edit]
[-] gu_IN
[edit]
[-] ml_IN
[edit]
[-] ta_LK
[edit]
[-] ti_ER
[edit]
[-] en_AG
[edit]
[-] es_NI
[edit]
[-] gez_ET
[edit]
[-] ig_NG
[edit]
[-] eu_ES@euro
[edit]
[-] en_GB
[edit]
[-] en_AU
[edit]
[-] fur_IT
[edit]
[-] ca_AD
[edit]
[-] mjw_IN
[edit]
[-] fr_LU
[edit]
[-] ug_CN
[edit]
[-] om_ET
[edit]
[-] ks_IN
[edit]
[-] tr_CY
[edit]
[-] sr_RS
[edit]
[-] lb_LU
[edit]
[-] ar_QA
[edit]
[-] dz_BT
[edit]
[-] en_SG
[edit]
[-] cv_RU
[edit]
[-] sah_RU
[edit]
[-] ku_TR
[edit]
[-] sd_IN@devanagari
[edit]
[-] ko_KR
[edit]
[-] af_ZA
[edit]
[-] de_AT
[edit]
[-] lzh_TW
[edit]
[-] tl_PH
[edit]
[-] sl_SI
[edit]
[-] szl_PL
[edit]
[-] dsb_DE
[edit]
[-] en_IE
[edit]
[-] es_SV
[edit]
[-] ar_EG
[edit]
[-] se_NO
[edit]
[-] sq_MK
[edit]
[-] miq_NI
[edit]
[-] fi_FI
[edit]
[-] translit_combining
[edit]
[-] hy_AM
[edit]
[-] sv_SE
[edit]
[-] hsb_DE
[edit]
[-] ja_JP
[edit]
[-] mn_MN
[edit]
[-] gd_GB
[edit]
[-] en_US
[edit]
[-] mai_NP
[edit]
[-] sd_IN
[edit]
[-] ru_UA
[edit]
[-] es_US
[edit]
[-] wa_BE
[edit]
[-] es_CO
[edit]
[-] i18n
[edit]
[-] ar_KW
[edit]
[-] sgs_LT
[edit]
[-] en_CA
[edit]
[-] ar_SD
[edit]
[-] de_BE
[edit]
[-] ar_IN
[edit]
[-] mfe_MU
[edit]
[-] zh_SG
[edit]
[-] ia_FR
[edit]
[-] crh_UA
[edit]
[-] nan_TW@latin
[edit]
[-] aa_DJ
[edit]
[-] csb_PL
[edit]
[-] dv_MV
[edit]
[-] pap_CW
[edit]
[-] it_IT@euro
[edit]
[-] ca_IT
[edit]
[-] ar_SS
[edit]
[-] ar_LB
[edit]
[-] el_GR@euro
[edit]
[-] hi_IN
[edit]
[-] tig_ER
[edit]
[-] de_BE@euro
[edit]
[-] ti_ET
[edit]
[-] es_BO
[edit]
[-] es_MX
[edit]
[-] ga_IE
[edit]
[-] ht_HT
[edit]
[-] gl_ES@euro
[edit]
[-] lt_LT
[edit]
[-] fr_CA
[edit]
[-] translit_hangul
[edit]
[-] ar_AE
[edit]
[-] fr_FR@euro
[edit]
[-] be_BY
[edit]
[-] ps_AF
[edit]
[-] hif_FJ
[edit]
[-] wo_SN
[edit]
[-] en_NZ
[edit]
[-] wae_CH
[edit]
[-] es_VE
[edit]
[-] li_NL
[edit]
[-] es_CU
[edit]
[-] es_CL
[edit]
[-] en_IN
[edit]
[-] mg_MG
[edit]
[-] POSIX
[edit]
[-] iso14651_t1
[edit]
[-] lij_IT
[edit]
[-] bo_CN
[edit]
[-] nb_NO
[edit]
[-] raj_IN
[edit]
[-] sv_FI
[edit]
[-] wal_ET
[edit]
[-] aa_ET
[edit]
[-] ca_ES@euro
[edit]
[-] unm_US
[edit]
[-] az_AZ
[edit]
[-] ca_ES@valencia
[edit]
[-] el_CY
[edit]
[-] cy_GB
[edit]
[-] tcy_IN
[edit]
[-] bo_IN
[edit]
[-] ka_GE
[edit]
[-] hr_HR
[edit]
[-] ks_IN@devanagari
[edit]
[-] an_ES
[edit]
[-] de_IT
[edit]
[-] agr_PE
[edit]
[-] ak_GH
[edit]
[-] es_PE
[edit]
[-] ff_SN
[edit]
[-] ky_KG
[edit]
[-] ca_ES
[edit]
[-] tt_RU@iqtelif
[edit]
[-] ber_MA
[edit]
[-] en_PH
[edit]
[-] sid_ET
[edit]
[-] mi_NZ
[edit]
[-] li_BE
[edit]
[-] it_IT
[edit]
[-] es_ES@euro
[edit]
[-] nr_ZA
[edit]
[-] bn_IN
[edit]
[-] uz_UZ@cyrillic
[edit]
[-] fil_PH
[edit]
[-] so_DJ
[edit]
[-] sk_SK
[edit]
[-] it_CH
[edit]
[-] lo_LA
[edit]
[-] de_CH
[edit]
[-] en_BW
[edit]
[-] translit_wide
[edit]
[-] en_ZM
[edit]
[-] my_MM
[edit]
[-] es_PY
[edit]
[-] kw_GB
[edit]
[-] mr_IN
[edit]
[-] eo
[edit]
[-] ce_RU
[edit]
[-] es_DO
[edit]
[-] zu_ZA
[edit]
[-] nl_AW
[edit]
[-] en_HK
[edit]
[-] ar_SY
[edit]
[-] ta_IN
[edit]
[-] sa_IN
[edit]
[-] es_CR
[edit]
[-] iso14651_t1_pinyin
[edit]
[-] gv_GB
[edit]
[-] C
[edit]
[-] ru_RU
[edit]
[-] tpi_PG
[edit]
[-] shn_MM
[edit]
[-] niu_NZ
[edit]
[-] the_NP
[edit]
[-] nl_NL
[edit]
[-] yue_HK
[edit]
[-] mhr_RU
[edit]
[-] nso_ZA
[edit]
[-] ur_PK
[edit]
[-] km_KH
[edit]
[-] gez_ET@abegede
[edit]
[-] translit_cjk_variants
[edit]
[-] anp_IN
[edit]
[-] translit_cjk_compat
[edit]
[-] mai_IN
[edit]
[-] pap_AW
[edit]
[-] kl_GL
[edit]
[-] te_IN
[edit]
[-] om_KE
[edit]
[-] th_TH
[edit]
[-] mnw_MM
[edit]
[-] fr_LU@euro
[edit]
[-] de_DE@euro
[edit]
[-] fr_BE@euro
[edit]
[-] ar_JO
[edit]
[-] ts_ZA
[edit]
[-] pa_PK
[edit]
[-] uk_UA
[edit]
[-] zh_HK
[edit]
[-] uz_UZ
[edit]
[-] pt_BR
[edit]
[-] bs_BA
[edit]
[-] es_EC
[edit]
[-] de_LU
[edit]
[-] iso14651_t1_common
[edit]
[-] tg_TJ
[edit]
[-] st_ZA
[edit]
[-] fr_CH
[edit]
[-] de_LU@euro
[edit]
[-] aa_ER@saaho
[edit]
[-] tn_ZA
[edit]
[-] gl_ES
[edit]
[-] sw_TZ
[edit]
[-] nan_TW
[edit]
[-] translit_neutral
[edit]
[-] ast_ES
[edit]
[-] nds_NL
[edit]
[-] gez_ER@abegede
[edit]
[-] shs_CA
[edit]
[-] translit_compat
[edit]
[-] et_EE
[edit]
[-] sr_ME
[edit]
[-] ms_MY
[edit]
[-] bg_BG
[edit]
[-] ar_LY
[edit]
[-] zh_TW
[edit]
[-] ayc_PE
[edit]
[-] ga_IE@euro
[edit]
[-] eu_ES
[edit]
[-] kab_DZ
[edit]
[-] id_ID
[edit]
[-] fr_BE
[edit]
[-] ar_YE
[edit]
[-] pa_IN
[edit]
[-] de_DE
[edit]
[-] az_IR
[edit]
[-] is_IS
[edit]
[-] fr_FR
[edit]
[-] translit_small
[edit]
[-] pl_PL
[edit]
[-] ar_TN
[edit]
[-] br_FR
[edit]
[-] es_GT
[edit]
[-] translit_fraction
[edit]
[-] translit_narrow
[edit]
[-] ar_BH
[edit]
[-] ro_RO
[edit]
[-] ve_ZA
[edit]
[-] he_IL
[edit]
[-] en_IL
[edit]
[-] de_LI
[edit]
[-] mni_IN
[edit]
[-] hne_IN
[edit]
[-] yo_NG
[edit]
[-] en_IE@euro
[edit]
[-] am_ET
[edit]
[-] ar_MA
[edit]
[-] de_AT@euro
[edit]
[-] es_PA
[edit]
[-] sv_FI@euro
[edit]
[-] translit_font
[edit]
[-] iu_CA
[edit]
[-] bho_NP
[edit]
[-] nn_NO
[edit]
[-] ckb_IQ
[edit]
[-] to_TO
[edit]
[-] br_FR@euro
[edit]
[-] es_ES
[edit]
[-] pt_PT
[edit]
[-] oc_FR
[edit]
[-] fo_FO
[edit]
[-] el_GR
[edit]
[-] i18n_ctype
[edit]
[-] ar_IQ
[edit]
[-] chr_US
[edit]
[-] bhb_IN
[edit]
[-] pt_PT@euro
[edit]
[-] lg_UG
[edit]
[-] so_ET
[edit]
[-] cs_CZ
[edit]
[-] sm_WS
[edit]
[-] ne_NP
[edit]
[-] niu_NU
[edit]
[-] lv_LV
[edit]
[-] ar_SA
[edit]
[-] or_IN
[edit]
[-] bi_VU
[edit]
[-] sq_AL
[edit]
[-] ber_DZ
[edit]
[-] nl_BE
[edit]
[-] gez_ER
[edit]
[-] zh_CN
[edit]
[-] translit_circle
[edit]
[-] tk_TM
[edit]
[-] si_LK
[edit]
[-] ur_IN
[edit]
[-] cmn_TW
[edit]
[-] fi_FI@euro
[edit]
[-] sat_IN
[edit]
[-] mt_MT
[edit]
[-] nl_NL@euro
[edit]
[-] fy_DE
[edit]
[-] nds_DE
[edit]
[-] brx_IN
[edit]
[-] es_AR
[edit]
[-] nhn_MX
[edit]
[-] bem_ZM
[edit]
[-] ln_CD
[edit]
[-] da_DK
[edit]
[-] cns11643_stroke
[edit]
[-] quz_PE
[edit]
[-] xh_ZA
[edit]
[-] yi_US
[edit]
[-] os_RU
[edit]
[-] en_ZW
[edit]
[-] be_BY@latin
[edit]
[-] ik_CA
[edit]
[-] byn_ER
[edit]
[-] ca_FR
[edit]
[-] ar_OM
[edit]
[-] mag_IN
[edit]
[-] ss_ZA
[edit]
[-] sw_KE
[edit]
[-] fa_IR
[edit]
[-] kn_IN
[edit]
[-] ar_DZ
[edit]
[-] bn_BD
[edit]
[-] mk_MK
[edit]
[-] kk_KZ
[edit]
[-] tr_TR
[edit]
[-] es_UY
[edit]
[-] en_DK
[edit]
[-] en_NG
[edit]
[-] wa_BE@euro
[edit]
[-] en_ZA
[edit]
[-] kok_IN
[edit]
[-] hak_TW
[edit]
[-] es_PR
[edit]
[-] aa_ER
[edit]
[-] sr_RS@latin
[edit]
[-] as_IN
[edit]
[-] vi_VN
[edit]
[-] en_SC
[edit]
[-] rw_RW
[edit]
[-] sc_IT
[edit]
[-] doi_IN
[edit]
[-] es_HN
[edit]
[-] so_SO
[edit]
[-] hu_HU
[edit]
[-] fy_NL
[edit]
[-] nl_BE@euro
[edit]
[-] so_KE
[edit]
[-] ha_NG
[edit]
[-] tt_RU
[edit]