|
12 | 12 | <source>Automatically save documents</source> |
13 | 13 | <translation>Automaticky ukládat dokumenty</translation> |
14 | 14 | </message> |
| 15 | + <message> |
| 16 | + <location filename="config.py" line="67"/> |
| 17 | + <source>Automatically open last documents on startup</source> |
| 18 | + <translation>Automaticky otevírat dokumenty</translation> |
| 19 | + </message> |
15 | 20 | <message> |
16 | 21 | <location filename="config.py" line="67"/> |
17 | 22 | <source>Restore window geometry</source> |
|
27 | 32 | <source>Open external links in ReText window</source> |
28 | 33 | <translation>Otevírat externí odkazy v okně ReTextu</translation> |
29 | 34 | </message> |
| 35 | + <message> |
| 36 | + <location filename="config.py" line="67"/> |
| 37 | + <source>Markdown syntax extensions (comma-separated)</source> |
| 38 | + <translation>Přípony syntaxe Markdown (oddělené čárkami)</translation> |
| 39 | + </message> |
30 | 40 | <message> |
31 | 41 | <location filename="config.py" line="67"/> |
32 | 42 | <source>Enable synchronized scrolling for Markdown</source> |
|
77 | 87 | <source>Stylesheet file</source> |
78 | 88 | <translation>Soubor stylu</translation> |
79 | 89 | </message> |
80 | | - <message> |
81 | | - <location filename="config.py" line="67"/> |
82 | | - <source>Markdown syntax extensions (comma-separated)</source> |
83 | | - <translation>Přípony syntaxe Markdown (oddělené čárkami)</translation> |
84 | | - </message> |
85 | 90 | <message> |
86 | 91 | <location filename="config.py" line="104"/> |
87 | 92 | <source>Help</source> |
88 | 93 | <translation>Nápověda</translation> |
89 | 94 | </message> |
90 | | - <message> |
91 | | - <location filename="config.py" line="67"/> |
92 | | - <source>Automatically open last documents on startup</source> |
93 | | - <translation type="unfinished"></translation> |
94 | | - </message> |
95 | 95 | </context> |
96 | 96 | <context> |
97 | 97 | <name>FileSelectButton</name> |
|
258 | 258 | <message> |
259 | 259 | <location filename="window.py" line="144"/> |
260 | 260 | <source>Table editing mode</source> |
261 | | - <translation type="unfinished"></translation> |
| 261 | + <translation>Editační mód pro tablet</translation> |
262 | 262 | </message> |
263 | 263 | <message> |
264 | 264 | <location filename="window.py" line="148"/> |
|
320 | 320 | <source>Use WebKit renderer</source> |
321 | 321 | <translation>Použít WebKit k vykreslování</translation> |
322 | 322 | </message> |
| 323 | + <message> |
| 324 | + <location filename="window.py" line="191"/> |
| 325 | + <source>Use WebEngine (Chromium) renderer</source> |
| 326 | + <translation>Použít WebEngine (Chromium) k vykreslování</translation> |
| 327 | + </message> |
323 | 328 | <message> |
324 | 329 | <location filename="window.py" line="196"/> |
325 | 330 | <source>Show directory</source> |
|
335 | 340 | <source>Previous</source> |
336 | 341 | <translation>Předchozí</translation> |
337 | 342 | </message> |
| 343 | + <message> |
| 344 | + <location filename="window.py" line="201"/> |
| 345 | + <source>Replace</source> |
| 346 | + <translation>Nahradit</translation> |
| 347 | + </message> |
| 348 | + <message> |
| 349 | + <location filename="window.py" line="203"/> |
| 350 | + <source>Replace all</source> |
| 351 | + <translation>Nahradit vše</translation> |
| 352 | + </message> |
338 | 353 | <message> |
339 | 354 | <location filename="window.py" line="207"/> |
340 | 355 | <source>Close</source> |
|
420 | 435 | <source>Search</source> |
421 | 436 | <translation>Najít</translation> |
422 | 437 | </message> |
| 438 | + <message> |
| 439 | + <location filename="window.py" line="342"/> |
| 440 | + <source>Replace with</source> |
| 441 | + <translation>Nahradit s</translation> |
| 442 | + </message> |
423 | 443 | <message> |
424 | 444 | <location filename="window.py" line="344"/> |
425 | 445 | <source>Case sensitively</source> |
|
471 | 491 | <source>Save file</source> |
472 | 492 | <translation>Uložit soubor</translation> |
473 | 493 | </message> |
| 494 | + <message> |
| 495 | + <location filename="window.py" line="860"/> |
| 496 | + <source>Cannot save to file which is open in another tab!</source> |
| 497 | + <translation>Nelze uložit do souboru, který je otevřený v jiné záložce!</translation> |
| 498 | + </message> |
474 | 499 | <message> |
475 | 500 | <location filename="window.py" line="884"/> |
476 | 501 | <source>Cannot save to file because it is read-only!</source> |
@@ -593,30 +618,5 @@ Do you want to save your changes?</source> |
593 | 618 | <source>reStructuredText syntax</source> |
594 | 619 | <translation>reStructuredText syntaxe</translation> |
595 | 620 | </message> |
596 | | - <message> |
597 | | - <location filename="window.py" line="201"/> |
598 | | - <source>Replace</source> |
599 | | - <translation type="unfinished"></translation> |
600 | | - </message> |
601 | | - <message> |
602 | | - <location filename="window.py" line="203"/> |
603 | | - <source>Replace all</source> |
604 | | - <translation type="unfinished"></translation> |
605 | | - </message> |
606 | | - <message> |
607 | | - <location filename="window.py" line="342"/> |
608 | | - <source>Replace with</source> |
609 | | - <translation type="unfinished"></translation> |
610 | | - </message> |
611 | | - <message> |
612 | | - <location filename="window.py" line="860"/> |
613 | | - <source>Cannot save to file which is open in another tab!</source> |
614 | | - <translation type="unfinished"></translation> |
615 | | - </message> |
616 | | - <message> |
617 | | - <location filename="window.py" line="191"/> |
618 | | - <source>Use WebEngine (Chromium) renderer</source> |
619 | | - <translation type="unfinished"></translation> |
620 | | - </message> |
621 | 621 | </context> |
622 | 622 | </TS> |
0 commit comments