~ubuntu-branches/ubuntu/maverick/poedit/maverick

« back to all changes in this revision

Viewing changes to src/resources/prefs.xrc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-09-16 19:47:00 UTC
  • mfrom: (0.2.9 upstream) (1.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20080916194700-ueyef0pgklk3u50k
Tags: 1.4.2-2
Adding debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                    <orient>wxVERTICAL</orient>
20
20
                    <object class="sizeritem">
21
21
                      <object class="wxStaticText">
 
22
                          <label>Your name and email set below are only used
 
23
to set the Last-Translator header of GNU gettext files.</label>
 
24
                      </object>
 
25
                      <border>5d</border>
 
26
                      <flag>wxLEFT|wxRIGHT|wxTOP</flag>
 
27
                    </object>
 
28
                    <object class="sizeritem">
 
29
                      <object class="wxStaticText">
22
30
                        <label>Your name:</label>
23
31
                      </object>
24
32
                      <border>5d</border>
25
33
                      <flag>wxLEFT|wxTOP</flag>
26
34
                    </object>
27
35
                    <object class="sizeritem">
28
 
                      <object class="wxTextCtrl" name="user_name"/>
 
36
                      <object class="wxTextCtrl" name="user_name">
 
37
                        <focused>1</focused>
 
38
                      </object>
29
39
                      <flag>wxEXPAND|wxLEFT|wxRIGHT</flag>
30
40
                      <border>5d</border>
31
41
                    </object>
32
42
                    <object class="sizeritem">
33
43
                      <object class="wxStaticText">
34
 
                        <label>Your e-mail address:</label>
 
44
                        <label>Your email address:</label>
35
45
                      </object>
36
46
                      <flag>wxLEFT|wxTOP</flag>
37
47
                      <border>5d</border>
537
547
          </object>
538
548
          <object class="sizeritem">
539
549
            <object class="wxTextCtrl" name="parser_command"/>
540
 
            <flag>wxEXPAND|wxLEFT|wxRIGHT</flag>
 
550
            <flag>wxEXPAND|wxLEFT|wxRIGHT|wxBOTTOM</flag>
541
551
            <border>5d</border>
542
552
          </object>
543
553
          <object class="sizeritem">
544
554
            <object class="wxStaticText">
545
555
              <label>This is the command used to launch the parser.\n%o expands to the name of output file, %K to list\nof keywords, %F to list of input files,\n%C to charset flag (see below).</label>
546
556
            </object>
547
 
            <flag>wxRIGHT|wxTOP|wxALIGN_RIGHT</flag>
 
557
            <flag>wxLEFT|wxRIGHT</flag> 
548
558
            <border>5d</border>
549
559
          </object>
550
560
          <object class="sizeritem">
563
573
            <object class="wxStaticText">
564
574
              <label>This will be attached to the command line once\nfor each keyword. %k expands to the keyword.</label>
565
575
            </object>
566
 
            <flag>wxRIGHT|wxALIGN_RIGHT</flag>
 
576
            <flag>wxLEFT|wxRIGHT</flag> 
567
577
            <border>5d</border>
568
578
          </object>
569
579
          <object class="sizeritem">
582
592
            <object class="wxStaticText">
583
593
              <label>This will be attached to the command line once\nfor each input file. %f expands to the filename.</label>
584
594
            </object>
585
 
            <flag>wxRIGHT|wxBOTTOM|wxALIGN_RIGHT</flag>
 
595
            <flag>wxLEFT|wxRIGHT</flag> 
586
596
            <border>5d</border>
587
597
          </object>
588
598
          <object class="sizeritem">
601
611
            <object class="wxStaticText">
602
612
              <label>This will be attached to the command line\nonly if source codecharset was given. %c expands to charset value.</label>
603
613
            </object>
604
 
            <flag>wxRIGHT|wxBOTTOM|wxALIGN_RIGHT</flag>
 
614
            <flag>wxLEFT|wxRIGHT</flag> 
605
615
            <border>5d</border>
606
616
          </object>
607
617
        </object>