1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2020 Jerome Robert
This file is part of PDF Arranger.
PDF Arranger is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PDF Arranger is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with PDF Arranger. If not, see <http://www.gnu.org/licenses/>.
-->
<interface>
<menu id="main_menu">
<section>
<item>
<attribute name="label" translatable="yes">_Open</attribute>
<attribute name="action">win.open</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Import</attribute>
<attribute name="action">win.import</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_New Window</attribute>
<attribute name="action">win.new</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Save</attribute>
<attribute name="action">win.save</attribute>
<attribute name="verb-icon">document-save-symbolic</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Save _As…</attribute>
<attribute name="action">win.save-as</attribute>
<attribute name="verb-icon">document-save-as-symbolic</attribute>
</item>
<submenu>
<attribute name="label" translatable="yes">E_xport</attribute>
<section>
<item>
<attribute name="label" translatable="yes">E_xport Selection to a Single File…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _Individual Files…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export _All Pages to Individual Files…</attribute>
<attribute name="action">win.export-all</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _PNG Images…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">4</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _JPG Images…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">5</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _Rasterized PDF (png)…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">6</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _Rasterized PDF (jpg)…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">7</attribute>
</item>
</section>
</submenu>
<item>
<attribute name="label" translatable="yes">_Print…</attribute>
<attribute name="action">win.print</attribute>
<attribute name="verb-icon">document-print-symbolic</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Undo</attribute>
<attribute name="action">win.undo</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Redo</attribute>
<attribute name="action">win.redo</attribute>
</item>
</section>
<submenu>
<attribute name="label" translatable="yes">_Edit</attribute>
<section>
<item>
<attribute name="label" translatable="yes">_Delete</attribute>
<attribute name="action">win.delete</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Cu_t</attribute>
<attribute name="action">win.cut</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Copy</attribute>
<attribute name="action">win.copy</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste _After</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">0</attribute>
</item>
<submenu>
<attribute name="label" translatable="yes">Past_e Special</attribute>
<item>
<attribute name="label" translatable="yes">Paste _Before</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">1</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As _Odd Pages</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As _Even Pages</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As O_verlay…</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">4</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As _Underlay…</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">5</attribute>
</item>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_Extract</attribute>
<item>
<attribute name="label" translatable="yes">_Explode into Images</attribute>
<attribute name="action">win.explode-images</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy _Image</attribute>
<attribute name="action">win.extract</attribute>
<attribute name="target" type="i">0</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy _Text</attribute>
<attribute name="action">win.extract</attribute>
<attribute name="target" type="i">1</attribute>
</item>
</submenu>
<item>
<attribute name="label" translatable="yes">Rotate _Left</attribute>
<attribute name="action">win.rotate</attribute>
<attribute name="target" type="i">-90</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Rotate Right</attribute>
<attribute name="action">win.rotate</attribute>
<attribute name="target" type="i">90</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Page Size…</attribute>
<attribute name="action">win.page-size</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Crop Margins…</attribute>
<attribute name="action">win.crop</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Hide Margins…</attribute>
<attribute name="action">win.hide</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Crop White Borders</attribute>
<attribute name="action">win.crop-white-borders</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Dupl_icate</attribute>
<attribute name="action">win.duplicate</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Re_verse Order</attribute>
<attribute name="action">win.reverse-order</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Split Pages…</attribute>
<attribute name="action">win.split</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Merge Pages…</attribute>
<attribute name="action">win.merge</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Insert Blan_k Page…</attribute>
<attribute name="action">win.insert-blank-page</attribute>
</item>
<submenu>
<attribute name="label" translatable="yes">_Booklet</attribute>
<item>
<attribute name="label" translatable="yes">_Generate (imposition)</attribute>
<attribute name="action">win.generate-booklet</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Split (unimposition)</attribute>
<attribute name="action">win.split-booklet</attribute>
</item>
</submenu>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_Select</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Select _All</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">0</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Deselect All</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">1</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select _Odd Pages</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select _Even Pages</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">All From _Same File</attribute>
<attribute name="action">win.select-same-file</attribute>
<attribute name="target" type="i">4</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Same Page _Format</attribute>
<attribute name="action">win.select-same-format</attribute>
<attribute name="target" type="i">5</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Invert Selection</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">6</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select _Range</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">7</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_View</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Zoom _In</attribute>
<attribute name="action">win.zoom-in</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Zoom _Out</attribute>
<attribute name="action">win.zoom-out</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Zoom _Fit</attribute>
<attribute name="action">win.zoom-fit</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Full_screen</attribute>
<attribute name="action">win.fullscreen</attribute>
</item>
</section>
</submenu>
<section>
<item>
<attribute name="label" translatable="yes">Edit _Properties</attribute>
<attribute name="action">win.metadata</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Pre_ferences</attribute>
<attribute name="action">win.preferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">win.about</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Close</attribute>
<attribute name="action">win.close</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">win.quit</attribute>
</item>
</section>
</menu>
<menu id="popup_menu">
<section>
<item>
<attribute name="label" translatable="yes">_Delete</attribute>
<attribute name="action">win.delete</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Cu_t</attribute>
<attribute name="action">win.cut</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Copy</attribute>
<attribute name="action">win.copy</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste _After</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">0</attribute>
</item>
<submenu>
<attribute name="label" translatable="yes">Past_e Special</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Paste _Before</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">1</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As _Odd Pages</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As _Even Pages</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As O_verlay…</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">4</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Paste As _Underlay…</attribute>
<attribute name="action">win.paste</attribute>
<attribute name="target" type="i">5</attribute>
</item>
</section>
</submenu>
</section>
<section>
<submenu>
<attribute name="label" translatable="yes">_Extract</attribute>
<section>
<item>
<attribute name="label" translatable="yes">_Explode into Images</attribute>
<attribute name="action">win.explode-images</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy _Image</attribute>
<attribute name="action">win.extract</attribute>
<attribute name="target" type="i">0</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy _Text</attribute>
<attribute name="action">win.extract</attribute>
<attribute name="target" type="i">1</attribute>
</item>
</section>
</submenu>
</section>
<section>
<submenu>
<attribute name="label" translatable="yes">_Select</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Select _All</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">0</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Deselect All</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">1</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select _Odd Pages</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select _Even Pages</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">All From _Same File</attribute>
<attribute name="action">win.select-same-file</attribute>
<attribute name="target" type="i">4</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Same Page _Format</attribute>
<attribute name="action">win.select-same-format</attribute>
<attribute name="target" type="i">5</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Invert Selection</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">6</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Select _Range</attribute>
<attribute name="action">win.select</attribute>
<attribute name="target" type="i">7</attribute>
</item>
</section>
</submenu>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Rotate _Left</attribute>
<attribute name="action">win.rotate</attribute>
<attribute name="target" type="i">-90</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Rotate Right</attribute>
<attribute name="action">win.rotate</attribute>
<attribute name="target" type="i">90</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Page Size…</attribute>
<attribute name="action">win.page-size</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Crop Margins…</attribute>
<attribute name="action">win.crop</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Hide Margins…</attribute>
<attribute name="action">win.hide</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Crop White Borders</attribute>
<attribute name="action">win.crop-white-borders</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Dupl_icate</attribute>
<attribute name="action">win.duplicate</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Re_verse Order</attribute>
<attribute name="action">win.reverse-order</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Split Pages…</attribute>
<attribute name="action">win.split</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Merge Pages…</attribute>
<attribute name="action">win.merge</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Insert Blan_k Page…</attribute>
<attribute name="action">win.insert-blank-page</attribute>
</item>
<submenu>
<attribute name="label" translatable="yes">_Booklet</attribute>
<item>
<attribute name="label" translatable="yes">_Generate (imposition)</attribute>
<attribute name="action">win.generate-booklet</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Split (unimposition)</attribute>
<attribute name="action">win.split-booklet</attribute>
</item>
</submenu>
</section>
<section>
<submenu>
<attribute name="label" translatable="yes">E_xport</attribute>
<section>
<item>
<attribute name="label" translatable="yes">E_xport Selection to a Single File…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _Individual Files…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export _All Pages to Individual Files…</attribute>
<attribute name="action">win.export-all</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _PNG Images…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">4</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _JPG Images…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">5</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _Rasterized PDF (png)…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">6</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export Selection to _Rasterized PDF (jpg)…</attribute>
<attribute name="action">win.export-selection</attribute>
<attribute name="target" type="i">7</attribute>
</item>
</section>
</submenu>
</section>
</menu>
</interface>
|