optlanguagespage.ui 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkListStore" id="liststore1">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. <!-- column-name image -->
  12. <column type="GdkPixbuf"/>
  13. </columns>
  14. </object>
  15. <object class="GtkListStore" id="liststore2">
  16. <columns>
  17. <!-- column-name text -->
  18. <column type="gchararray"/>
  19. <!-- column-name id -->
  20. <column type="gchararray"/>
  21. <!-- column-name image -->
  22. <column type="GdkPixbuf"/>
  23. </columns>
  24. </object>
  25. <object class="GtkListStore" id="liststore3">
  26. <columns>
  27. <!-- column-name text -->
  28. <column type="gchararray"/>
  29. <!-- column-name id -->
  30. <column type="gchararray"/>
  31. <!-- column-name image -->
  32. <column type="GdkPixbuf"/>
  33. </columns>
  34. </object>
  35. <!-- n-columns=1 n-rows=1 -->
  36. <object class="GtkGrid" id="OptLanguagesPage">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="border_width">6</property>
  40. <property name="row_spacing">12</property>
  41. <child>
  42. <object class="GtkFrame" id="frame1">
  43. <property name="visible">True</property>
  44. <property name="can_focus">False</property>
  45. <property name="hexpand">True</property>
  46. <property name="label_xalign">0</property>
  47. <property name="shadow_type">none</property>
  48. <child>
  49. <object class="GtkAlignment" id="alignment1">
  50. <property name="visible">True</property>
  51. <property name="can_focus">False</property>
  52. <property name="hexpand">True</property>
  53. <property name="top_padding">5</property>
  54. <property name="left_padding">12</property>
  55. <child>
  56. <!-- n-columns=1 n-rows=1 -->
  57. <object class="GtkGrid" id="grid1">
  58. <property name="visible">True</property>
  59. <property name="can_focus">False</property>
  60. <property name="hexpand">True</property>
  61. <property name="row_spacing">6</property>
  62. <property name="column_spacing">12</property>
  63. <child>
  64. <object class="GtkLabel" id="label4">
  65. <property name="visible">True</property>
  66. <property name="can_focus">False</property>
  67. <property name="label" translatable="yes" context="optlanguagespage|label4">_User interface:</property>
  68. <property name="use_underline">True</property>
  69. <property name="mnemonic_widget">userinterface</property>
  70. <property name="xalign">0</property>
  71. </object>
  72. <packing>
  73. <property name="left_attach">0</property>
  74. <property name="top_attach">0</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkComboBoxText" id="userinterface">
  79. <property name="visible">True</property>
  80. <property name="can_focus">False</property>
  81. <property name="halign">start</property>
  82. <property name="hexpand">True</property>
  83. <child internal-child="accessible">
  84. <object class="AtkObject" id="userinterface-atkobject">
  85. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|userinterface">Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME.</property>
  86. </object>
  87. </child>
  88. </object>
  89. <packing>
  90. <property name="left_attach">1</property>
  91. <property name="top_attach">0</property>
  92. </packing>
  93. </child>
  94. </object>
  95. </child>
  96. </object>
  97. </child>
  98. <child type="label">
  99. <object class="GtkLabel" id="label1">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="label" translatable="yes" context="optlanguagespage|label1">Language Of</property>
  103. <attributes>
  104. <attribute name="weight" value="bold"/>
  105. </attributes>
  106. </object>
  107. </child>
  108. </object>
  109. <packing>
  110. <property name="left_attach">0</property>
  111. <property name="top_attach">0</property>
  112. </packing>
  113. </child>
  114. <child>
  115. <object class="GtkFrame" id="frame2">
  116. <property name="visible">True</property>
  117. <property name="can_focus">False</property>
  118. <property name="hexpand">True</property>
  119. <property name="label_xalign">0</property>
  120. <property name="shadow_type">none</property>
  121. <child>
  122. <object class="GtkAlignment" id="alignment2">
  123. <property name="visible">True</property>
  124. <property name="can_focus">False</property>
  125. <property name="hexpand">True</property>
  126. <property name="top_padding">6</property>
  127. <property name="left_padding">12</property>
  128. <child>
  129. <!-- n-columns=1 n-rows=1 -->
  130. <object class="GtkGrid" id="grid2">
  131. <property name="visible">True</property>
  132. <property name="can_focus">False</property>
  133. <property name="hexpand">True</property>
  134. <property name="row_spacing">6</property>
  135. <property name="column_spacing">12</property>
  136. <child>
  137. <object class="GtkComboBox" id="westernlanguage">
  138. <property name="visible">True</property>
  139. <property name="can_focus">False</property>
  140. <property name="halign">start</property>
  141. <property name="hexpand">True</property>
  142. <property name="model">liststore1</property>
  143. <property name="entry_text_column">0</property>
  144. <property name="id_column">1</property>
  145. <child>
  146. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  147. <attributes>
  148. <attribute name="text">0</attribute>
  149. </attributes>
  150. </child>
  151. <child>
  152. <object class="GtkCellRendererPixbuf" id="cellrenderertext2"/>
  153. <attributes>
  154. <attribute name="pixbuf">2</attribute>
  155. </attributes>
  156. </child>
  157. <child internal-child="accessible">
  158. <object class="AtkObject" id="westernlanguage-atkobject">
  159. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|westernlanguage">Specifies the language used for the spellcheck function in western alphabets.</property>
  160. </object>
  161. </child>
  162. </object>
  163. <packing>
  164. <property name="left_attach">1</property>
  165. <property name="top_attach">0</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <object class="GtkComboBox" id="asianlanguage">
  170. <property name="visible">True</property>
  171. <property name="can_focus">False</property>
  172. <property name="halign">start</property>
  173. <property name="hexpand">True</property>
  174. <property name="model">liststore2</property>
  175. <property name="entry_text_column">0</property>
  176. <property name="id_column">1</property>
  177. <child>
  178. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  179. <attributes>
  180. <attribute name="text">0</attribute>
  181. </attributes>
  182. </child>
  183. <child>
  184. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  185. <attributes>
  186. <attribute name="pixbuf">2</attribute>
  187. </attributes>
  188. </child>
  189. <child internal-child="accessible">
  190. <object class="AtkObject" id="asianlanguage-atkobject">
  191. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|asianlanguage">Specifies the language used for the spellcheck function in Asian alphabets.</property>
  192. </object>
  193. </child>
  194. </object>
  195. <packing>
  196. <property name="left_attach">1</property>
  197. <property name="top_attach">1</property>
  198. </packing>
  199. </child>
  200. <child>
  201. <object class="GtkComboBox" id="complexlanguage">
  202. <property name="visible">True</property>
  203. <property name="can_focus">False</property>
  204. <property name="halign">start</property>
  205. <property name="hexpand">True</property>
  206. <property name="model">liststore3</property>
  207. <property name="entry_text_column">0</property>
  208. <property name="id_column">1</property>
  209. <child>
  210. <object class="GtkCellRendererText" id="cellrenderertext5"/>
  211. <attributes>
  212. <attribute name="text">0</attribute>
  213. </attributes>
  214. </child>
  215. <child>
  216. <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/>
  217. <attributes>
  218. <attribute name="pixbuf">2</attribute>
  219. </attributes>
  220. </child>
  221. <child internal-child="accessible">
  222. <object class="AtkObject" id="complexlanguage-atkobject">
  223. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|complexlanguage">Specifies the language for the complex text layout spellcheck.</property>
  224. </object>
  225. </child>
  226. </object>
  227. <packing>
  228. <property name="left_attach">1</property>
  229. <property name="top_attach">2</property>
  230. </packing>
  231. </child>
  232. <child>
  233. <object class="GtkCheckButton" id="currentdoc">
  234. <property name="label" translatable="yes" context="optlanguagespage|currentdoc">For the current document only</property>
  235. <property name="visible">True</property>
  236. <property name="can_focus">True</property>
  237. <property name="receives_default">False</property>
  238. <property name="halign">start</property>
  239. <property name="use_underline">True</property>
  240. <property name="xalign">0</property>
  241. <property name="draw_indicator">True</property>
  242. <child internal-child="accessible">
  243. <object class="AtkObject" id="currentdoc-atkobject">
  244. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|currentdoc">Specifies that the settings for default languages are valid only for the current document.</property>
  245. </object>
  246. </child>
  247. </object>
  248. <packing>
  249. <property name="left_attach">1</property>
  250. <property name="top_attach">3</property>
  251. </packing>
  252. </child>
  253. <child>
  254. <object class="GtkCheckButton" id="ctlsupport">
  255. <property name="label" translatable="yes" context="optlanguagespage|ctlsupport">Complex _text layout:</property>
  256. <property name="visible">True</property>
  257. <property name="can_focus">True</property>
  258. <property name="receives_default">False</property>
  259. <property name="use_underline">True</property>
  260. <property name="xalign">0</property>
  261. <property name="draw_indicator">True</property>
  262. <child internal-child="accessible">
  263. <object class="AtkObject" id="ctlsupport-atkobject">
  264. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ctlsupport">Activates complex text layout support. You can now modify the settings corresponding to complex text layout in %PRODUCTNAME.</property>
  265. </object>
  266. </child>
  267. </object>
  268. <packing>
  269. <property name="left_attach">0</property>
  270. <property name="top_attach">2</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <object class="GtkCheckButton" id="asiansupport">
  275. <property name="label" translatable="yes" context="optlanguagespage|asiansupport">Asian:</property>
  276. <property name="visible">True</property>
  277. <property name="can_focus">True</property>
  278. <property name="receives_default">False</property>
  279. <property name="use_underline">True</property>
  280. <property name="xalign">0</property>
  281. <property name="draw_indicator">True</property>
  282. <child internal-child="accessible">
  283. <object class="AtkObject" id="asiansupport-atkobject">
  284. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|asiansupport">Activates Asian languages support. You can now modify the corresponding Asian language settings in %PRODUCTNAME.</property>
  285. </object>
  286. </child>
  287. </object>
  288. <packing>
  289. <property name="left_attach">0</property>
  290. <property name="top_attach">1</property>
  291. </packing>
  292. </child>
  293. <child>
  294. <object class="GtkLabel" id="western">
  295. <property name="visible">True</property>
  296. <property name="can_focus">False</property>
  297. <property name="label" translatable="yes" context="optlanguagespage|western">Western:</property>
  298. <property name="use_underline">True</property>
  299. <property name="mnemonic_widget">westernlanguage</property>
  300. <property name="xalign">0</property>
  301. </object>
  302. <packing>
  303. <property name="left_attach">0</property>
  304. <property name="top_attach">0</property>
  305. </packing>
  306. </child>
  307. <child>
  308. <placeholder/>
  309. </child>
  310. </object>
  311. </child>
  312. </object>
  313. </child>
  314. <child type="label">
  315. <object class="GtkLabel" id="label2">
  316. <property name="visible">True</property>
  317. <property name="can_focus">False</property>
  318. <property name="label" translatable="yes" context="optlanguagespage|label2">Default Languages for Documents</property>
  319. <attributes>
  320. <attribute name="weight" value="bold"/>
  321. </attributes>
  322. </object>
  323. </child>
  324. </object>
  325. <packing>
  326. <property name="left_attach">0</property>
  327. <property name="top_attach">2</property>
  328. </packing>
  329. </child>
  330. <child>
  331. <object class="GtkFrame" id="frame3">
  332. <property name="visible">True</property>
  333. <property name="can_focus">False</property>
  334. <property name="label_xalign">0</property>
  335. <property name="shadow_type">none</property>
  336. <child>
  337. <object class="GtkAlignment" id="alignment3">
  338. <property name="visible">True</property>
  339. <property name="can_focus">False</property>
  340. <property name="top_padding">6</property>
  341. <property name="left_padding">12</property>
  342. <child>
  343. <!-- n-columns=1 n-rows=1 -->
  344. <object class="GtkGrid" id="grid3">
  345. <property name="visible">True</property>
  346. <property name="can_focus">False</property>
  347. <property name="row_spacing">6</property>
  348. <child>
  349. <object class="GtkCheckButton" id="ignorelanguagechange">
  350. <property name="label" translatable="yes" context="optlanguagespage|ignorelanguagechange">Ignore s_ystem input language</property>
  351. <property name="visible">True</property>
  352. <property name="can_focus">True</property>
  353. <property name="receives_default">False</property>
  354. <property name="use_underline">True</property>
  355. <property name="xalign">0</property>
  356. <property name="draw_indicator">True</property>
  357. <child internal-child="accessible">
  358. <object class="AtkObject" id="ignorelanguagechange-atkobject">
  359. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ignorelanguagechange">Indicates whether changes to the system input language/keyboard will be ignored. If ignored, when new text is typed that text will follow the language of the document or current paragraph, not the current system language.</property>
  360. </object>
  361. </child>
  362. </object>
  363. <packing>
  364. <property name="left_attach">0</property>
  365. <property name="top_attach">0</property>
  366. </packing>
  367. </child>
  368. </object>
  369. </child>
  370. </object>
  371. </child>
  372. <child type="label">
  373. <object class="GtkLabel" id="label3">
  374. <property name="visible">True</property>
  375. <property name="can_focus">False</property>
  376. <property name="label" translatable="yes" context="optlanguagespage|label3">Enhanced Language Support</property>
  377. <attributes>
  378. <attribute name="weight" value="bold"/>
  379. </attributes>
  380. </object>
  381. </child>
  382. </object>
  383. <packing>
  384. <property name="left_attach">0</property>
  385. <property name="top_attach">3</property>
  386. </packing>
  387. </child>
  388. <child>
  389. <object class="GtkFrame" id="frame4">
  390. <property name="visible">True</property>
  391. <property name="can_focus">False</property>
  392. <property name="hexpand">True</property>
  393. <property name="label_xalign">0</property>
  394. <property name="shadow_type">none</property>
  395. <child>
  396. <object class="GtkAlignment" id="alignment4">
  397. <property name="visible">True</property>
  398. <property name="can_focus">False</property>
  399. <property name="hexpand">True</property>
  400. <property name="top_padding">5</property>
  401. <property name="left_padding">12</property>
  402. <child>
  403. <!-- n-columns=1 n-rows=1 -->
  404. <object class="GtkGrid" id="grid4">
  405. <property name="visible">True</property>
  406. <property name="can_focus">False</property>
  407. <property name="hexpand">True</property>
  408. <property name="row_spacing">6</property>
  409. <property name="column_spacing">12</property>
  410. <child>
  411. <object class="GtkLabel" id="localesettingFT">
  412. <property name="visible">True</property>
  413. <property name="can_focus">False</property>
  414. <property name="label" translatable="yes" context="optlanguagespage|localesettingFT">Locale setting:</property>
  415. <property name="use_underline">True</property>
  416. <property name="mnemonic_widget">localesetting</property>
  417. <property name="xalign">0</property>
  418. </object>
  419. <packing>
  420. <property name="left_attach">0</property>
  421. <property name="top_attach">0</property>
  422. </packing>
  423. </child>
  424. <child>
  425. <object class="GtkLabel" id="label6">
  426. <property name="visible">True</property>
  427. <property name="can_focus">False</property>
  428. <property name="label" translatable="yes" context="optlanguagespage|label6">Decimal separator key:</property>
  429. <property name="use_underline">True</property>
  430. <property name="mnemonic_widget">decimalseparator</property>
  431. <property name="xalign">0</property>
  432. </object>
  433. <packing>
  434. <property name="left_attach">0</property>
  435. <property name="top_attach">2</property>
  436. </packing>
  437. </child>
  438. <child>
  439. <object class="GtkLabel" id="defaultcurrency">
  440. <property name="visible">True</property>
  441. <property name="can_focus">False</property>
  442. <property name="label" translatable="yes" context="optlanguagespage|defaultcurrency">_Default currency:</property>
  443. <property name="use_underline">True</property>
  444. <property name="mnemonic_widget">currencylb</property>
  445. <property name="xalign">0</property>
  446. </object>
  447. <packing>
  448. <property name="left_attach">0</property>
  449. <property name="top_attach">1</property>
  450. </packing>
  451. </child>
  452. <child>
  453. <object class="GtkLabel" id="dataaccpatterns">
  454. <property name="visible">True</property>
  455. <property name="can_focus">False</property>
  456. <property name="label" translatable="yes" context="optlanguagespage|dataaccpatterns">Date acceptance _patterns:</property>
  457. <property name="use_underline">True</property>
  458. <property name="mnemonic_widget">datepatterns</property>
  459. <property name="xalign">0</property>
  460. </object>
  461. <packing>
  462. <property name="left_attach">0</property>
  463. <property name="top_attach">3</property>
  464. </packing>
  465. </child>
  466. <child>
  467. <object class="GtkComboBoxText" id="localesetting">
  468. <property name="visible">True</property>
  469. <property name="can_focus">False</property>
  470. <property name="halign">start</property>
  471. <property name="hexpand">True</property>
  472. <child internal-child="accessible">
  473. <object class="AtkObject" id="localesetting-atkobject">
  474. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|localesetting">Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure.</property>
  475. </object>
  476. </child>
  477. </object>
  478. <packing>
  479. <property name="left_attach">1</property>
  480. <property name="top_attach">0</property>
  481. </packing>
  482. </child>
  483. <child>
  484. <object class="GtkComboBoxText" id="currencylb">
  485. <property name="visible">True</property>
  486. <property name="can_focus">False</property>
  487. <property name="halign">start</property>
  488. <property name="hexpand">True</property>
  489. <child internal-child="accessible">
  490. <object class="AtkObject" id="currencylb-atkobject">
  491. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|currencylb">Specifies the default currency that is used for the currency format and the currency fields.</property>
  492. </object>
  493. </child>
  494. </object>
  495. <packing>
  496. <property name="left_attach">1</property>
  497. <property name="top_attach">1</property>
  498. </packing>
  499. </child>
  500. <child>
  501. <object class="GtkEntry" id="datepatterns">
  502. <property name="visible">True</property>
  503. <property name="can_focus">True</property>
  504. <property name="halign">start</property>
  505. <property name="valign">center</property>
  506. <property name="hexpand">True</property>
  507. <property name="truncate-multiline">True</property>
  508. <child internal-child="accessible">
  509. <object class="AtkObject" id="datepatterns-atkobject">
  510. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datepatterns">Specifies the date acceptance patterns for the current locale. Calc spreadsheet and Writer table cell input needs to match locale dependent date acceptance patterns before it is recognized as a valid date.</property>
  511. </object>
  512. </child>
  513. </object>
  514. <packing>
  515. <property name="left_attach">1</property>
  516. <property name="top_attach">3</property>
  517. </packing>
  518. </child>
  519. <child>
  520. <object class="GtkCheckButton" id="decimalseparator">
  521. <property name="label" translatable="yes" context="optlanguagespage|decimalseparator">_Same as locale setting ( %1 )</property>
  522. <property name="visible">True</property>
  523. <property name="can_focus">True</property>
  524. <property name="receives_default">False</property>
  525. <property name="use_underline">True</property>
  526. <property name="xalign">0</property>
  527. <property name="draw_indicator">True</property>
  528. <child internal-child="accessible">
  529. <object class="AtkObject" id="decimalseparator-atkobject">
  530. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|decimalseparator">Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad.</property>
  531. </object>
  532. </child>
  533. </object>
  534. <packing>
  535. <property name="left_attach">1</property>
  536. <property name="top_attach">2</property>
  537. </packing>
  538. </child>
  539. </object>
  540. </child>
  541. </object>
  542. </child>
  543. <child type="label">
  544. <object class="GtkLabel" id="label7">
  545. <property name="visible">True</property>
  546. <property name="can_focus">False</property>
  547. <property name="label" translatable="yes" context="optlanguagespage|label7">Formats</property>
  548. <attributes>
  549. <attribute name="weight" value="bold"/>
  550. </attributes>
  551. </object>
  552. </child>
  553. </object>
  554. <packing>
  555. <property name="left_attach">0</property>
  556. <property name="top_attach">1</property>
  557. </packing>
  558. </child>
  559. <child internal-child="accessible">
  560. <object class="AtkObject" id="OptLanguagesPage-atkobject">
  561. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptLanguagesPage">Defines the default languages and some other locale settings for documents.</property>
  562. </object>
  563. </child>
  564. </object>
  565. <object class="GtkSizeGroup" id="sizegroup1">
  566. <widgets>
  567. <widget name="label4"/>
  568. <widget name="localesettingFT"/>
  569. <widget name="label6"/>
  570. <widget name="defaultcurrency"/>
  571. <widget name="dataaccpatterns"/>
  572. <widget name="ctlsupport"/>
  573. <widget name="asiansupport"/>
  574. <widget name="western"/>
  575. </widgets>
  576. </object>
  577. <object class="GtkSizeGroup" id="sizegroup2">
  578. <widgets>
  579. <widget name="userinterface"/>
  580. <widget name="localesetting"/>
  581. <widget name="currencylb"/>
  582. <widget name="datepatterns"/>
  583. <widget name="decimalseparator"/>
  584. <widget name="westernlanguage"/>
  585. <widget name="asianlanguage"/>
  586. <widget name="complexlanguage"/>
  587. </widgets>
  588. </object>
  589. </interface>