home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / locale / es_es / ibm-850.loc < prev   
Encoding:
Text File  |  1996-02-20  |  10.2 KB  |  441 lines

  1. #***********************************************************************
  2. #*                                                                     *
  3. #*  VisualAge for C++ for Windows, Version 3.5                         *
  4. #*    Licensed Material - Property of IBM                              *
  5. #*                                                                     *
  6. #*  5801-ARR and Other Materials                                       *
  7. #*                                                                     *
  8. #*  (c) Copyright IBM Corp 1991, 1996. All rights reserved.            *
  9. #*                                                                     *
  10. #***********************************************************************
  11.  
  12.  
  13. #############
  14. LC_CTYPE
  15. #############
  16.  
  17. upper   <A>;<B>;<C>;<D>;<E>;<F>;<G>;<H>;<I>;<J>;<K>;<L>;<M>;\
  18.         <N>;<O>;<P>;<Q>;<R>;<S>;<T>;<U>;<V>;<W>;<X>;<Y>;<Z>;\
  19.         <A-acute>;<A-grave>;<A-circumflex>;<A-diaeresis>;<A-tilde>;<A-ring>;\
  20.         <AE>;<C-cedilla>;<E-acute>;<E-grave>;<E-circumflex>;<E-diaeresis>;\
  21.         <I-acute>;<I-grave>;<I-circumflex>;<I-diaeresis>;<N-tilde>;<O-acute>;\
  22.         <O-grave>;<O-circumflex>;<O-diaeresis>;<O-tilde>;<O-slash>;<Thorn>;\
  23.         <U-acute>;<U-grave>;<U-circumflex>;<U-diaeresis>;<Y-acute>
  24.  
  25. lower   <a>;<b>;<c>;<d>;<e>;<f>;<g>;<h>;<i>;<j>;<k>;<l>;<m>;\
  26.         <n>;<o>;<p>;<q>;<r>;<s>;<t>;<u>;<v>;<w>;<x>;<y>;<z>;<a-acute>;\
  27.         <a-grave>;<a-circumflex>;<a-diaeresis>;<a-tilde>;<a-ring>;<ae>;\
  28.         <c-cedilla>;<e-acute>;<e-grave>;<e-circumflex>;<e-diaeresis>;\
  29.         <i-acute>;<i-grave>;<i-circumflex>;<i-diaeresis>;<n-tilde>;<o-acute>;\
  30.         <o-grave>;<o-circumflex>;<o-diaeresis>;<o-tilde>;<o-slash>;<s-sharp>;\
  31.         <thorn>;<u-acute>;<u-grave>;<u-circumflex>;<u-diaeresis>;<y-acute>;\
  32.         <y-diaeresis>
  33.  
  34. space   <tab>;\
  35.         <newline>;\
  36.         <vertical-tab>;\
  37.         <form-feed>;\
  38.         <carriage-return>;\
  39.         <space>
  40.  
  41.  
  42. cntrl   <alert>;<backspace>;<tab>;<newline>;<vertical-tab>;\
  43.         <form-feed>;<carriage-return>;<NUL>;<SOH>;<STX>;\
  44.         <ETX>;<EOT>;<ENQ>;<ACK>;<BEL>;<SO>;<SI>;<DLE>;<DC1>;\
  45.         <DC2>;<DC3>;<DC4>;<NAK>;<SYN>;<ETB>;<CAN>;<EM>;<SUB>;\
  46.         <ESC>;<IFS>;<IGS>;<IRS>;<IUS>;<DEL>
  47.  
  48. graph   <exclamation-mark>;...;<tilde>;\
  49.         <C-cedilla>;...;<boxfill-middle>
  50.  
  51. print   <space>;...;<tilde>;\
  52.         <C-cedilla>;...;<boxfill-middle>
  53.  
  54. punct   <exclamation-mark>;<quotation-mark>;<number-sign>;<dollar-sign>;\
  55.         <percent-sign>;<ampersand>;<apostrophe>;<left-parenthesis>;\
  56.         <right-parenthesis>;<asterisk>;<plus-sign>;<comma>;\
  57.         <hyphen-minus>;<period>;<slash>;<colon>;<semicolon>;\
  58.         <less-than-sign>;<equals-sign>;<greater-than-sign>;\
  59.         <question-mark>;<commercial-at>;<left-square-bracket>;\
  60.         <backslash>;<right-square-bracket>;<circumflex>;\
  61.         <underscore>;<grave-accent>;<left-curly-bracket>;\
  62.         <vertical-line>;<right-curly-bracket>;<tilde>;<dot>
  63.  
  64. digit   <zero>;<one>;<two>;<three>;<four>;\
  65.         <five>;<six>;<seven>;<eight>;<nine>
  66.  
  67. xdigit  <zero>;<one>;<two>;<three>;<four>;\
  68.         <five>;<six>;<seven>;<eight>;<nine>;\
  69.         <A>;<B>;<C>;<D>;<E>;<F>;\
  70.         <a>;<b>;<c>;<d>;<e>;<f>
  71.  
  72. blank   <space>;<tab>
  73.  
  74. toupper (<a>,<A>);(<b>,<B>);(<c>,<C>);(<d>,<D>);(<e>,<E>);\
  75.         (<f>,<F>);(<g>,<G>);(<h>,<H>);(<i>,<I>);(<j>,<J>);\
  76.         (<k>,<K>);(<l>,<L>);(<m>,<M>);(<n>,<N>);(<o>,<O>);\
  77.         (<p>,<P>);(<q>,<Q>);(<r>,<R>);(<s>,<S>);(<t>,<T>);\
  78.         (<u>,<U>);(<v>,<V>);(<w>,<W>);(<x>,<X>);(<y>,<Y>);\
  79.         (<z>,<Z>);\
  80.         (<a-acute>,<A-acute>);(<a-grave>,<A-grave>);\
  81.         (<a-circumflex>,<A-circumflex>);(<a-tilde>,<A-tilde>);\
  82.         (<a-ring>,<A-ring>);(<ae>,<AE>);(<c-cedilla>,<C-cedilla>);\
  83.         (<e-acute>,<E-acute>);(<e-grave>,<E-grave>);\
  84.         (<e-circumflex>,<E-circumflex>);(<e-diaeresis>,<E-diaeresis>);\
  85.         (<i-acute>,<I-acute>);(<i-grave>,<I-grave>);\
  86.         (<i-circumflex>,<I-circumflex>);(<i-diaeresis>,<I-diaeresis>);\
  87.         (<n-tilde>,<N-tilde>);(<o-acute>,<O-acute>);(<o-grave>,<O-grave>);\
  88.         (<o-circumflex>,<O-circumflex>);(<o-diaeresis>,<O-diaeresis>);\
  89.         (<o-tilde>,<O-tilde>);(<o-slash>,<O-slash>);(<thorn>,<Thorn>);\
  90.         (<u-acute>,<U-acute>);(<u-grave>,<U-grave>);\
  91.         (<u-circumflex>,<U-circumflex>);(<u-diaeresis>,<U-diaeresis>);\
  92.         (<y-acute>,<Y-acute>);(<y-diaeresis>,<Y>)
  93.  
  94. tolower (<A>,<a>);(<B>,<b>);(<C>,<c>);(<D>,<d>);(<E>,<e>);\
  95.         (<F>,<f>);(<G>,<g>);(<H>,<h>);(<I>,<i>);(<J>,<j>);\
  96.         (<K>,<k>);(<L>,<l>);(<M>,<m>);(<N>,<n>);(<O>,<o>);\
  97.         (<P>,<p>);(<Q>,<q>);(<R>,<r>);(<S>,<s>);(<T>,<t>);\
  98.         (<U>,<u>);(<V>,<v>);(<W>,<w>);(<X>,<x>);(<Y>,<y>);\
  99.         (<Z>,<z>);\
  100.         (<A-acute>,<a-acute>);(<A-grave>,<a-grave>);\
  101.         (<A-circumflex>,<a-circumflex>);(<A-tilde>,<a-tilde>);\
  102.         (<A-ring>,<a-ring>);(<AE>,<ae>);(<C-cedilla>,<c-cedilla>);\
  103.         (<E-acute>,<e-acute>);(<E-grave>,<e-grave>);\
  104.         (<E-circumflex>,<e-circumflex>);(<E-diaeresis>,<e-diaeresis>);\
  105.         (<I-acute>,<i-acute>);(<I-grave>,<i-grave>);\
  106.         (<I-circumflex>,<i-circumflex>);(<I-diaeresis>,<i-diaeresis>);\
  107.         (<N-tilde>,<n-tilde>);(<O-acute>,<o-acute>);(<O-grave>,<o-grave>);\
  108.         (<O-circumflex>,<o-circumflex>);(<O-diaeresis>,<o-diaeresis>);\
  109.         (<O-tilde>,<o-tilde>);(<O-slash>,<o-slash>);(<Thorn>,<thorn>);\
  110.         (<U-acute>,<u-acute>);(<U-grave>,<u-grave>);\
  111.         (<U-circumflex>,<u-circumflex>);(<U-diaeresis>,<u-diaeresis>);\
  112.         (<Y-acute>,<y-acute>)
  113.  
  114. END LC_CTYPE
  115.  
  116.  
  117. #############
  118. LC_COLLATE
  119. #############
  120.  
  121. collating-element       <ch> from "<c><h>"
  122. collating-element       <CH> from "<C><H>"
  123. collating-element       <Ch> from "<C><h>"
  124. collating-element       <LL> from "<L><L>"
  125. collating-element       <ll> from "<l><l>"
  126. collating-element       <Ll> from "<L><l>"
  127. collating-element       <L-dot-L> from "<L><dot><L>"
  128. collating-element       <l-dot-l> from "<l><dot><l>"
  129.  
  130. order_start     forward; forward
  131.  
  132. <NUL>
  133. <SOH>
  134. <STX>
  135. <ETX>
  136. <EOT>
  137. <ENQ>
  138. <ACK>
  139. <alert>
  140. <backspace>
  141. <tab>
  142. <newline>
  143. <vertical-tab>
  144. <form-feed>
  145. <carriage-return>
  146. <SO>
  147. <SI>
  148. <DLE>
  149. <DC1>
  150. <DC2>
  151. <DC3>
  152. <DC4>
  153. <NAK>
  154. <SYN>
  155. <ETB>
  156. <CAN>
  157. <EM>
  158. <SUB>
  159. <ESC>
  160. <IS4>
  161. <IS3>
  162. <IS2>
  163. <IS1>
  164. <space>
  165. <exclamation-mark>
  166. <quotation-mark>
  167. <number-sign>
  168. <dollar-sign>
  169. <percent-sign>
  170. <ampersand>
  171. <apostrophe>
  172. <left-parenthesis>
  173. <right-parenthesis>
  174. <asterisk>
  175. <plus-sign>
  176. <comma>
  177. <hyphen-minus>
  178. <period>
  179. <slash>
  180. <zero>
  181. <one>
  182. <two>
  183. <three>
  184. <four>
  185. <five>
  186. <six>
  187. <seven>
  188. <eight>
  189. <nine>
  190. <colon>
  191. <semicolon>
  192. <less-than-sign>
  193. <equals-sign>
  194. <greater-than-sign>
  195. <question-mark>
  196. <commercial-at>
  197. <a>
  198. <A>
  199. <a-acute>
  200. <A-acute>
  201. <a-grave>
  202. <A-grave>
  203. <a-circumflex>
  204. <A-circumflex>
  205. <a-diaeresis>
  206. <A-diaeresis>
  207. <a-tilde>
  208. <A-tilde>
  209. <a-ring>
  210. <A-ring>
  211. <ae>
  212. <AE>
  213. <b>
  214. <B>
  215. <c>
  216. <C>
  217. <c-cedilla>
  218. <C-cedilla>
  219. <ch>
  220. <Ch>
  221. <CH>
  222. <d>
  223. <D>
  224. <eth>
  225. <Eth>
  226. <e>
  227. <E>
  228. <e-acute>
  229. <E-acute>
  230. <e-grave>
  231. <E-grave>
  232. <e-circumflex>
  233. <E-circumflex>
  234. <e-diaeresis>
  235. <E-diaeresis>
  236. <f>
  237. <F>
  238. <g>
  239. <G>
  240. <h>
  241. <H>
  242. <i>
  243. <I>
  244. <i-acute>
  245. <I-acute>
  246. <i-grave>
  247. <I-grave>
  248. <i-circumflex>
  249. <I-circumflex>
  250. <i-diaeresis>
  251. <I-diaeresis>
  252. <j>
  253. <J>
  254. <k>
  255. <K>
  256. <l>
  257. <L>
  258. <ll>
  259. <Ll>
  260. <LL>
  261. <l-dot-l>
  262. <L-dot-L>
  263. <m>
  264. <M>
  265. <n>
  266. <N>
  267. <n-tilde>
  268. <N-tilde>
  269. <o>
  270. <O>
  271. <o-acute>
  272. <O-acute>
  273. <o-grave>
  274. <O-grave>
  275. <o-circumflex>
  276. <O-circumflex>
  277. <o-diaeresis>
  278. <O-diaeresis>
  279. <o-tilde>
  280. <O-tilde>
  281. <o-slash>
  282. <O-slash>
  283. <p>
  284. <P>
  285. <q>
  286. <Q>
  287. <r>
  288. <R>
  289. <s>
  290. <S>
  291. <s-sharp>
  292. <t>
  293. <T>
  294. <thorn>
  295. <Thorn>        <thorn>;<Thorn>
  296. <u>
  297. <U>
  298. <u-acute>
  299. <U-acute>
  300. <u-grave>
  301. <U-grave>
  302. <u-circumflex>
  303. <U-circumflex>
  304. <u-diaeresis>
  305. <U-diaeresis>
  306. <v>
  307. <V>
  308. <w>
  309. <W>
  310. <x>
  311. <X>
  312. <y>
  313. <Y>
  314. <y-acute>
  315. <Y-acute>
  316. <y-diaeresis>
  317. <z>
  318. <Z>
  319. <left-square-bracket>
  320. <backslash>
  321. <right-square-bracket>
  322. <circumflex>
  323. <underscore>
  324. <grave-accent>
  325. <left-brace>
  326. <vertical-line>
  327. <right-brace>
  328. <tilde>
  329. <DEL>
  330. UNDEFINED
  331.  
  332. order_end
  333.  
  334. END LC_COLLATE
  335.  
  336.  
  337. #############
  338. LC_MONETARY
  339. #############
  340.  
  341. int_curr_symbol   "<E><S><P><space>"
  342. currency_symbol   "<P><t><s>"
  343. mon_decimal_point "<comma>"
  344. mon_thousands_sep "<period>"
  345. mon_grouping      "3;0"
  346. positive_sign     ""
  347. negative_sign     "<hyphen-minus>"
  348. int_frac_digits   0
  349. frac_digits       0
  350. p_cs_precedes     1
  351. p_sep_by_space    1
  352. n_cs_precedes     1
  353. n_sep_by_space    1
  354. p_sign_posn       1
  355. n_sign_posn       1
  356.  
  357. END LC_MONETARY
  358.  
  359.  
  360. #############
  361. LC_NUMERIC
  362. #############
  363.  
  364. decimal_point     "<comma>"
  365. thousands_sep     "<period>"
  366. grouping          "3;0"
  367.  
  368. END LC_NUMERIC
  369.  
  370.  
  371. #############
  372. LC_TIME
  373. #############
  374. abday   "<D><o>";\
  375.         "<L><u>";\
  376.         "<M><a>";\
  377.         "<M><i>";\
  378.         "<J><u>";\
  379.         "<V><i>";\
  380.         "<S><a>"
  381.  
  382. day     "<D><o><m><i><n><g><o>";\
  383.         "<L><u><n><e><s>";\
  384.         "<M><a><r><t><e><s>";\
  385.         "<M><i><e><r><c><o><l><e><s>";\
  386.         "<J><u><e><v><e><s>";\
  387.         "<V><i><e><r><n><e><s>";\
  388.         "<S><a><b><a><d><o>"
  389.  
  390. abmon   "<E><n><e>";\
  391.         "<F><e><b>";\
  392.         "<M><a><r>";\
  393.         "<A><b><r>";\
  394.         "<M><a><y>";\
  395.         "<J><u><n>";\
  396.         "<J><u><l>";\
  397.         "<A><g><o>";\
  398.         "<S><e><p>";\
  399.         "<O><c><t>";\
  400.         "<N><o><v>";\
  401.         "<D><i><c>"
  402.  
  403. mon     "<E><n><e><r><o>";\
  404.         "<F><e><b><r><e><r><o>";\
  405.         "<M><a><r><z><o>";\
  406.         "<A><b><r><i><l>";\
  407.         "<M><a><y><o>";\
  408.         "<J><u><n><i><o>";\
  409.         "<J><u><l><i><o>";\
  410.         "<A><g><o><s><t><o>";\
  411.         "<S><e><p><t><i><e><m><b><r><e>";\
  412.         "<O><c><t><u><b><r><e>";\
  413.         "<N><o><v><i><e><m><b><r><e>";\
  414.         "<D><i><c><i><e><m><b><r><e>"
  415.  
  416. d_t_fmt "%a %e %b %H:%M:%S %Y"
  417.  
  418. d_fmt   "%d/%m/%y"
  419.  
  420. t_fmt   "%H:%M:%S"
  421.  
  422. am_pm   "";""
  423.  
  424. END LC_TIME
  425.  
  426.  
  427. #############
  428. LC_MESSAGES
  429. #############
  430.  
  431. yesexpr "<circumflex><left-parenthesis><left-square-bracket><s><S>\
  432. <right-square-bracket><left-square-bracket><i><I><right-square-bracket>\
  433. <vertical-line><left-square-bracket><s><S><right-square-bracket>\
  434. <right-parenthesis>"
  435. noexpr "<circumflex><left-parenthesis><left-square-bracket><n><N>\
  436. <right-square-bracket><left-square-bracket><o><O><right-square-bracket>\
  437. <vertical-line><left-square-bracket><n><N><right-square-bracket>\
  438. <right-parenthesis>"
  439.  
  440. END LC_MESSAGES
  441.