generalpage.ui 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="pcr">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkBox" id="GeneralPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="hexpand">True</property>
  9. <property name="vexpand">True</property>
  10. <property name="orientation">vertical</property>
  11. <child>
  12. <object class="GtkScrolledWindow" id="scrolledwindow">
  13. <property name="visible">True</property>
  14. <property name="can_focus">True</property>
  15. <property name="hexpand">True</property>
  16. <property name="vexpand">True</property>
  17. <property name="shadow_type">in</property>
  18. <child>
  19. <object class="GtkViewport" id="viewport2">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="border_width">6</property>
  23. <child>
  24. <!-- n-columns=1 n-rows=1 -->
  25. <object class="GtkGrid" id="grid">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="row_spacing">6</property>
  29. <property name="column_spacing">12</property>
  30. <child>
  31. <object class="GtkLabel" id="shortname">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="halign">end</property>
  35. <property name="label" translatable="yes" context="generalpage|shortname">_Short name</property>
  36. <property name="use_underline">True</property>
  37. <property name="xalign">1</property>
  38. </object>
  39. <packing>
  40. <property name="left_attach">0</property>
  41. <property name="top_attach">0</property>
  42. </packing>
  43. </child>
  44. <child>
  45. <object class="GtkLabel" id="authtype">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="label" translatable="yes" context="generalpage|authtype">_Type</property>
  49. <property name="use_underline">True</property>
  50. <property name="xalign">1</property>
  51. </object>
  52. <packing>
  53. <property name="left_attach">2</property>
  54. <property name="top_attach">0</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkLabel" id="authors">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="label" translatable="yes" context="generalpage|authors">Author(s)</property>
  62. <property name="use_underline">True</property>
  63. <property name="xalign">1</property>
  64. </object>
  65. <packing>
  66. <property name="left_attach">0</property>
  67. <property name="top_attach">1</property>
  68. </packing>
  69. </child>
  70. <child>
  71. <object class="GtkLabel" id="publisher">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="label" translatable="yes" context="generalpage|publisher">_Publisher</property>
  75. <property name="use_underline">True</property>
  76. <property name="xalign">1</property>
  77. </object>
  78. <packing>
  79. <property name="left_attach">0</property>
  80. <property name="top_attach">2</property>
  81. </packing>
  82. </child>
  83. <child>
  84. <object class="GtkLabel" id="chapter">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="label" translatable="yes" context="generalpage|chapter">_Chapter</property>
  88. <property name="use_underline">True</property>
  89. <property name="xalign">1</property>
  90. </object>
  91. <packing>
  92. <property name="left_attach">0</property>
  93. <property name="top_attach">3</property>
  94. </packing>
  95. </child>
  96. <child>
  97. <object class="GtkLabel" id="title">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. <property name="label" translatable="yes" context="generalpage|title">Tit_le</property>
  101. <property name="use_underline">True</property>
  102. <property name="xalign">1</property>
  103. </object>
  104. <packing>
  105. <property name="left_attach">2</property>
  106. <property name="top_attach">1</property>
  107. </packing>
  108. </child>
  109. <child>
  110. <object class="GtkLabel" id="address">
  111. <property name="visible">True</property>
  112. <property name="can_focus">False</property>
  113. <property name="label" translatable="yes" context="generalpage|address">A_ddress</property>
  114. <property name="use_underline">True</property>
  115. <property name="xalign">1</property>
  116. </object>
  117. <packing>
  118. <property name="left_attach">2</property>
  119. <property name="top_attach">2</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkLabel" id="pages">
  124. <property name="visible">True</property>
  125. <property name="can_focus">False</property>
  126. <property name="label" translatable="yes" context="generalpage|pages">Pa_ge(s)</property>
  127. <property name="use_underline">True</property>
  128. <property name="xalign">1</property>
  129. </object>
  130. <packing>
  131. <property name="left_attach">2</property>
  132. <property name="top_attach">3</property>
  133. </packing>
  134. </child>
  135. <child>
  136. <object class="GtkLabel" id="year">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="label" translatable="yes" context="generalpage|year">_Year</property>
  140. <property name="use_underline">True</property>
  141. <property name="xalign">1</property>
  142. </object>
  143. <packing>
  144. <property name="left_attach">4</property>
  145. <property name="top_attach">0</property>
  146. </packing>
  147. </child>
  148. <child>
  149. <object class="GtkLabel" id="isbn">
  150. <property name="visible">True</property>
  151. <property name="can_focus">False</property>
  152. <property name="label" translatable="yes" context="generalpage|isbn">_ISBN</property>
  153. <property name="use_underline">True</property>
  154. <property name="xalign">1</property>
  155. </object>
  156. <packing>
  157. <property name="left_attach">4</property>
  158. <property name="top_attach">2</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <object class="GtkBox" id="box1">
  163. <property name="width_request">12</property>
  164. <property name="height_request">12</property>
  165. <property name="visible">True</property>
  166. <property name="can_focus">False</property>
  167. <property name="orientation">vertical</property>
  168. <child>
  169. <placeholder/>
  170. </child>
  171. </object>
  172. <packing>
  173. <property name="left_attach">0</property>
  174. <property name="top_attach">4</property>
  175. </packing>
  176. </child>
  177. <child>
  178. <object class="GtkLabel" id="editor">
  179. <property name="visible">True</property>
  180. <property name="can_focus">False</property>
  181. <property name="label" translatable="yes" context="generalpage|editor">Editor</property>
  182. <property name="use_underline">True</property>
  183. <property name="xalign">1</property>
  184. </object>
  185. <packing>
  186. <property name="left_attach">0</property>
  187. <property name="top_attach">5</property>
  188. </packing>
  189. </child>
  190. <child>
  191. <object class="GtkLabel" id="booktitle">
  192. <property name="visible">True</property>
  193. <property name="can_focus">False</property>
  194. <property name="label" translatable="yes" context="generalpage|booktitle">_Book title</property>
  195. <property name="use_underline">True</property>
  196. <property name="xalign">1</property>
  197. </object>
  198. <packing>
  199. <property name="left_attach">0</property>
  200. <property name="top_attach">6</property>
  201. </packing>
  202. </child>
  203. <child>
  204. <object class="GtkLabel" id="edition">
  205. <property name="visible">True</property>
  206. <property name="can_focus">False</property>
  207. <property name="label" translatable="yes" context="generalpage|edition">Ed_ition</property>
  208. <property name="use_underline">True</property>
  209. <property name="xalign">1</property>
  210. </object>
  211. <packing>
  212. <property name="left_attach">2</property>
  213. <property name="top_attach">5</property>
  214. </packing>
  215. </child>
  216. <child>
  217. <object class="GtkLabel" id="volume">
  218. <property name="visible">True</property>
  219. <property name="can_focus">False</property>
  220. <property name="label" translatable="yes" context="generalpage|volume">Volume</property>
  221. <property name="use_underline">True</property>
  222. <property name="xalign">1</property>
  223. </object>
  224. <packing>
  225. <property name="left_attach">2</property>
  226. <property name="top_attach">6</property>
  227. </packing>
  228. </child>
  229. <child>
  230. <object class="GtkLabel" id="institution">
  231. <property name="visible">True</property>
  232. <property name="can_focus">False</property>
  233. <property name="label" translatable="yes" context="generalpage|institution">Instit_ution</property>
  234. <property name="use_underline">True</property>
  235. <property name="xalign">1</property>
  236. </object>
  237. <packing>
  238. <property name="left_attach">2</property>
  239. <property name="top_attach">7</property>
  240. </packing>
  241. </child>
  242. <child>
  243. <object class="GtkLabel" id="month">
  244. <property name="visible">True</property>
  245. <property name="can_focus">False</property>
  246. <property name="label" translatable="yes" context="generalpage|month">_Month</property>
  247. <property name="use_underline">True</property>
  248. <property name="xalign">1</property>
  249. </object>
  250. <packing>
  251. <property name="left_attach">2</property>
  252. <property name="top_attach">8</property>
  253. </packing>
  254. </child>
  255. <child>
  256. <object class="GtkLabel" id="publicationtype">
  257. <property name="visible">True</property>
  258. <property name="can_focus">False</property>
  259. <property name="label" translatable="yes" context="generalpage|publicationtype">Publication t_ype</property>
  260. <property name="use_underline">True</property>
  261. <property name="xalign">1</property>
  262. </object>
  263. <packing>
  264. <property name="left_attach">4</property>
  265. <property name="top_attach">6</property>
  266. </packing>
  267. </child>
  268. <child>
  269. <object class="GtkLabel" id="university">
  270. <property name="visible">True</property>
  271. <property name="can_focus">False</property>
  272. <property name="label" translatable="yes" context="generalpage|university">University</property>
  273. <property name="use_underline">True</property>
  274. <property name="xalign">1</property>
  275. </object>
  276. <packing>
  277. <property name="left_attach">4</property>
  278. <property name="top_attach">7</property>
  279. </packing>
  280. </child>
  281. <child>
  282. <object class="GtkLabel" id="reporttype">
  283. <property name="visible">True</property>
  284. <property name="can_focus">False</property>
  285. <property name="label" translatable="yes" context="generalpage|reporttype">Type of re_port</property>
  286. <property name="use_underline">True</property>
  287. <property name="xalign">1</property>
  288. </object>
  289. <packing>
  290. <property name="left_attach">0</property>
  291. <property name="top_attach">8</property>
  292. </packing>
  293. </child>
  294. <child>
  295. <object class="GtkLabel" id="organization">
  296. <property name="visible">True</property>
  297. <property name="can_focus">False</property>
  298. <property name="label" translatable="yes" context="generalpage|organization">Organi_zation</property>
  299. <property name="use_underline">True</property>
  300. <property name="xalign">1</property>
  301. </object>
  302. <packing>
  303. <property name="left_attach">0</property>
  304. <property name="top_attach">7</property>
  305. </packing>
  306. </child>
  307. <child>
  308. <object class="GtkBox" id="box2">
  309. <property name="width_request">12</property>
  310. <property name="height_request">12</property>
  311. <property name="visible">True</property>
  312. <property name="can_focus">False</property>
  313. <property name="orientation">vertical</property>
  314. <child>
  315. <placeholder/>
  316. </child>
  317. </object>
  318. <packing>
  319. <property name="left_attach">0</property>
  320. <property name="top_attach">9</property>
  321. </packing>
  322. </child>
  323. <child>
  324. <object class="GtkLabel" id="journal">
  325. <property name="visible">True</property>
  326. <property name="can_focus">False</property>
  327. <property name="label" translatable="yes" context="generalpage|journal">_Journal</property>
  328. <property name="use_underline">True</property>
  329. <property name="xalign">1</property>
  330. </object>
  331. <packing>
  332. <property name="left_attach">0</property>
  333. <property name="top_attach">10</property>
  334. </packing>
  335. </child>
  336. <child>
  337. <object class="GtkLabel" id="annotation">
  338. <property name="visible">True</property>
  339. <property name="can_focus">False</property>
  340. <property name="label" translatable="yes" context="generalpage|annotation">Ann_otation</property>
  341. <property name="use_underline">True</property>
  342. <property name="xalign">1</property>
  343. </object>
  344. <packing>
  345. <property name="left_attach">0</property>
  346. <property name="top_attach">11</property>
  347. </packing>
  348. </child>
  349. <child>
  350. <object class="GtkLabel" id="number">
  351. <property name="visible">True</property>
  352. <property name="can_focus">False</property>
  353. <property name="label" translatable="yes" context="generalpage|number">Numb_er</property>
  354. <property name="use_underline">True</property>
  355. <property name="xalign">1</property>
  356. </object>
  357. <packing>
  358. <property name="left_attach">2</property>
  359. <property name="top_attach">10</property>
  360. </packing>
  361. </child>
  362. <child>
  363. <object class="GtkLabel" id="note">
  364. <property name="visible">True</property>
  365. <property name="can_focus">False</property>
  366. <property name="label" translatable="yes" context="generalpage|note">_Note</property>
  367. <property name="use_underline">True</property>
  368. <property name="xalign">1</property>
  369. </object>
  370. <packing>
  371. <property name="left_attach">2</property>
  372. <property name="top_attach">11</property>
  373. </packing>
  374. </child>
  375. <child>
  376. <object class="GtkLabel" id="series">
  377. <property name="visible">True</property>
  378. <property name="can_focus">False</property>
  379. <property name="label" translatable="yes" context="generalpage|series">Se_ries</property>
  380. <property name="use_underline">True</property>
  381. <property name="xalign">1</property>
  382. </object>
  383. <packing>
  384. <property name="left_attach">4</property>
  385. <property name="top_attach">10</property>
  386. </packing>
  387. </child>
  388. <child>
  389. <object class="GtkLabel" id="url">
  390. <property name="visible">True</property>
  391. <property name="can_focus">False</property>
  392. <property name="label" translatable="yes" context="generalpage|url">URL</property>
  393. <property name="use_underline">True</property>
  394. <property name="xalign">1</property>
  395. </object>
  396. <packing>
  397. <property name="left_attach">4</property>
  398. <property name="top_attach">11</property>
  399. </packing>
  400. </child>
  401. <child>
  402. <object class="GtkBox" id="box3">
  403. <property name="width_request">12</property>
  404. <property name="height_request">12</property>
  405. <property name="visible">True</property>
  406. <property name="can_focus">False</property>
  407. <property name="orientation">vertical</property>
  408. <child>
  409. <placeholder/>
  410. </child>
  411. </object>
  412. <packing>
  413. <property name="left_attach">0</property>
  414. <property name="top_attach">12</property>
  415. </packing>
  416. </child>
  417. <child>
  418. <object class="GtkLabel" id="custom1">
  419. <property name="visible">True</property>
  420. <property name="can_focus">False</property>
  421. <property name="label" translatable="yes" context="generalpage|custom1">User-defined field _1</property>
  422. <property name="use_underline">True</property>
  423. <property name="xalign">1</property>
  424. </object>
  425. <packing>
  426. <property name="left_attach">0</property>
  427. <property name="top_attach">13</property>
  428. </packing>
  429. </child>
  430. <child>
  431. <object class="GtkLabel" id="custom4">
  432. <property name="visible">True</property>
  433. <property name="can_focus">False</property>
  434. <property name="label" translatable="yes" context="generalpage|custom4">User-defined field _4</property>
  435. <property name="use_underline">True</property>
  436. <property name="xalign">1</property>
  437. </object>
  438. <packing>
  439. <property name="left_attach">0</property>
  440. <property name="top_attach">14</property>
  441. </packing>
  442. </child>
  443. <child>
  444. <object class="GtkLabel" id="custom2">
  445. <property name="visible">True</property>
  446. <property name="can_focus">False</property>
  447. <property name="label" translatable="yes" context="generalpage|custom2">User-defined field _2</property>
  448. <property name="use_underline">True</property>
  449. <property name="xalign">1</property>
  450. </object>
  451. <packing>
  452. <property name="left_attach">2</property>
  453. <property name="top_attach">13</property>
  454. </packing>
  455. </child>
  456. <child>
  457. <object class="GtkLabel" id="custom5">
  458. <property name="visible">True</property>
  459. <property name="can_focus">False</property>
  460. <property name="label" translatable="yes" context="generalpage|custom5">User-defined field _5</property>
  461. <property name="use_underline">True</property>
  462. <property name="xalign">1</property>
  463. </object>
  464. <packing>
  465. <property name="left_attach">2</property>
  466. <property name="top_attach">14</property>
  467. </packing>
  468. </child>
  469. <child>
  470. <object class="GtkLabel" id="custom3">
  471. <property name="visible">True</property>
  472. <property name="can_focus">False</property>
  473. <property name="label" translatable="yes" context="generalpage|custom3">User-defined field _3</property>
  474. <property name="use_underline">True</property>
  475. <property name="xalign">1</property>
  476. </object>
  477. <packing>
  478. <property name="left_attach">4</property>
  479. <property name="top_attach">13</property>
  480. </packing>
  481. </child>
  482. <child>
  483. <placeholder/>
  484. </child>
  485. <child>
  486. <placeholder/>
  487. </child>
  488. <child>
  489. <placeholder/>
  490. </child>
  491. <child>
  492. <placeholder/>
  493. </child>
  494. <child>
  495. <placeholder/>
  496. </child>
  497. <child>
  498. <placeholder/>
  499. </child>
  500. <child>
  501. <placeholder/>
  502. </child>
  503. <child>
  504. <placeholder/>
  505. </child>
  506. <child>
  507. <placeholder/>
  508. </child>
  509. <child>
  510. <placeholder/>
  511. </child>
  512. <child>
  513. <placeholder/>
  514. </child>
  515. <child>
  516. <placeholder/>
  517. </child>
  518. <child>
  519. <placeholder/>
  520. </child>
  521. <child>
  522. <placeholder/>
  523. </child>
  524. <child>
  525. <placeholder/>
  526. </child>
  527. <child>
  528. <placeholder/>
  529. </child>
  530. <child>
  531. <placeholder/>
  532. </child>
  533. <child>
  534. <placeholder/>
  535. </child>
  536. <child>
  537. <placeholder/>
  538. </child>
  539. <child>
  540. <placeholder/>
  541. </child>
  542. <child>
  543. <placeholder/>
  544. </child>
  545. <child>
  546. <placeholder/>
  547. </child>
  548. <child>
  549. <placeholder/>
  550. </child>
  551. <child>
  552. <placeholder/>
  553. </child>
  554. <child>
  555. <placeholder/>
  556. </child>
  557. <child>
  558. <placeholder/>
  559. </child>
  560. <child>
  561. <placeholder/>
  562. </child>
  563. <child>
  564. <placeholder/>
  565. </child>
  566. <child>
  567. <placeholder/>
  568. </child>
  569. <child>
  570. <placeholder/>
  571. </child>
  572. <child>
  573. <placeholder/>
  574. </child>
  575. <child>
  576. <placeholder/>
  577. </child>
  578. <child>
  579. <placeholder/>
  580. </child>
  581. <child>
  582. <placeholder/>
  583. </child>
  584. <child>
  585. <placeholder/>
  586. </child>
  587. <child>
  588. <placeholder/>
  589. </child>
  590. <child>
  591. <placeholder/>
  592. </child>
  593. <child>
  594. <placeholder/>
  595. </child>
  596. <child>
  597. <placeholder/>
  598. </child>
  599. <child>
  600. <placeholder/>
  601. </child>
  602. <child>
  603. <placeholder/>
  604. </child>
  605. </object>
  606. </child>
  607. </object>
  608. </child>
  609. </object>
  610. <packing>
  611. <property name="expand">False</property>
  612. <property name="fill">True</property>
  613. <property name="position">0</property>
  614. </packing>
  615. </child>
  616. <child internal-child="accessible">
  617. <object class="AtkObject" id="GeneralPage-atkobject">
  618. <property name="AtkObject::accessible-description" translatable="yes" context="generalpage|extended_tip|GeneralPage">Insert, delete, edit, and organize records in the bibliography database.</property>
  619. </object>
  620. </child>
  621. </object>
  622. </interface>