~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to src/resources/prefs-dialog.ui

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2015-06-02 10:42:34 UTC
  • mfrom: (1.10.3) (105.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150602104234-aud9080wq37exs53
Tags: 3.16.1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/07_bookmarks.patch:
    Add Ubuntu-specific default bookmarks, borrowed from Firefox
  - debian/patches/81_ubuntu_force_update_bookmarks_menu.patch:
    update the bookmarks menu every time the internal structure
    is changed (needed for the indicator application menu to work
    correctly).
  - debian/patches/ubuntu_titlebars.patch: Use traditional titlebars
    for non-GNOME sessions

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    <columns>
19
19
      <!-- column-name name -->
20
20
      <column type="gchararray"/>
 
21
      <!-- column-name stock url -->
 
22
      <column type="gchararray"/>
21
23
      <!-- column-name url -->
22
24
      <column type="gchararray"/>
23
25
    </columns>
657
659
                        </child>
658
660
                        <child>
659
661
                          <object class="GtkButton" id="manage_cookies_button">
660
 
                            <property name="label" translatable="yes">Manage _Cookies</property>
 
662
                            <property name="label" translatable="yes">Manage _Cookies…</property>
661
663
                            <property name="visible">True</property>
662
664
                            <property name="can_focus">True</property>
663
665
                            <property name="receives_default">False</property>
785
787
                    </child>
786
788
                    <child>
787
789
                      <object class="GtkCheckButton" id="do_not_track_checkbutton">
788
 
                        <property name="label" translatable="yes">_Tell web sites I do not want to be tracked</property>
 
790
                        <property name="label" translatable="yes">_Tell websites I do not want to be tracked</property>
789
791
                        <property name="visible">True</property>
790
792
                        <property name="can_focus">True</property>
791
793
                        <property name="receives_default">False</property>
835
837
                        </child>
836
838
                        <child>
837
839
                          <object class="GtkButton" id="manage_passwords_button">
838
 
                            <property name="label" translatable="yes">Manage _Passwords</property>
 
840
                            <property name="label" translatable="yes">Manage _Passwords…</property>
839
841
                            <property name="visible">True</property>
840
842
                            <property name="can_focus">True</property>
841
843
                            <property name="receives_default">False</property>
890
892
                        <property name="visible">True</property>
891
893
                        <property name="can_focus">False</property>
892
894
                        <property name="halign">start</property>
893
 
                        <property name="label" translatable="yes">Temporary Files</property>
 
895
                        <property name="label" translatable="yes">Stored Data</property>
894
896
                        <attributes>
895
897
                          <attribute name="weight" value="bold"/>
896
898
                        </attributes>
909
911
                        <property name="spacing">12</property>
910
912
                        <property name="margin_start">12</property>
911
913
                        <child>
912
 
                          <object class="GtkLabel" id="cache_size">
 
914
                          <object class="GtkLabel">
913
915
                            <property name="visible">True</property>
914
916
                            <property name="can_focus">False</property>
915
 
                            <property name="label" translatable="yes">_Disk space:</property>
 
917
                            <!-- We must use xalign instead of halign because halign
 
918
                                 does not work for labels with line wrap. And we must
 
919
                                 allow line wrap to accomodate translations. -->
 
920
                            <property name="xalign">0</property>
 
921
                            <property name="wrap">True</property>
 
922
                            <property name="max-width-chars">30</property>
 
923
                            <property name="label" translatable="yes">You can clear stored personal data.</property>
 
924
                          </object>
 
925
                          <packing>
 
926
                            <property name="expand">True</property>
 
927
                            <property name="fill">True</property>
 
928
                            <property name="position">0</property>
 
929
                          </packing>
 
930
                        </child>
 
931
                        <child>
 
932
                          <object class="GtkButton" id="clear_personal_data_button">
 
933
                            <property name="label" translatable="yes">Cl_ear Personal Data…</property>
 
934
                            <property name="visible">True</property>
 
935
                            <property name="can_focus">True</property>
 
936
                            <property name="receives_default">False</property>
916
937
                            <property name="use_underline">True</property>
917
 
                            <property name="mnemonic_widget">disk_cache_spinbutton</property>
918
938
                          </object>
919
939
                          <packing>
920
940
                            <property name="expand">False</property>
921
941
                            <property name="fill">False</property>
922
 
                            <property name="position">0</property>
923
 
                          </packing>
924
 
                        </child>
925
 
                        <child>
926
 
                          <object class="GtkBox" id="hbox175">
927
 
                            <property name="visible">True</property>
928
 
                            <property name="can_focus">False</property>
929
 
                            <property name="orientation">horizontal</property>
930
 
                            <property name="spacing">6</property>
931
 
                            <child>
932
 
                              <object class="GtkSpinButton" id="disk_cache_spinbutton">
933
 
                                <property name="visible">True</property>
934
 
                                <property name="can_focus">True</property>
935
 
                                <property name="adjustment">adjustment2</property>
936
 
                                <property name="climb_rate">1</property>
937
 
                              </object>
938
 
                              <packing>
939
 
                                <property name="expand">False</property>
940
 
                                <property name="fill">True</property>
941
 
                                <property name="position">0</property>
942
 
                              </packing>
943
 
                            </child>
944
 
                            <child>
945
 
                              <object class="GtkLabel" id="label1167">
946
 
                                <property name="visible">True</property>
947
 
                                <property name="can_focus">False</property>
948
 
                                <property name="halign">start</property>
949
 
                                <property name="label" translatable="yes">MB</property>
950
 
                                <property name="justify">center</property>
951
 
                              </object>
952
 
                              <packing>
953
 
                                <property name="expand">False</property>
954
 
                                <property name="fill">False</property>
955
 
                                <property name="position">1</property>
956
 
                              </packing>
957
 
                            </child>
958
 
                          </object>
959
 
                          <packing>
960
 
                            <property name="expand">False</property>
961
 
                            <property name="fill">True</property>
962
942
                            <property name="position">1</property>
963
 
                          </packing>
964
 
                        </child>
965
 
                        <child>
966
 
                          <object class="GtkHButtonBox" id="hbuttonbox14">
967
 
                            <property name="visible">True</property>
968
 
                            <property name="can_focus">False</property>
969
 
                            <child>
970
 
                              <object class="GtkButton" id="clear_cache_button">
971
 
                                <property name="label" translatable="yes">Cl_ear</property>
972
 
                                <property name="visible">True</property>
973
 
                                <property name="can_focus">True</property>
974
 
                                <property name="receives_default">False</property>
975
 
                                <property name="use_underline">True</property>
976
 
                              </object>
977
 
                              <packing>
978
 
                                <property name="expand">False</property>
979
 
                                <property name="fill">False</property>
980
 
                                <property name="position">0</property>
981
 
                              </packing>
982
 
                            </child>
983
 
                          </object>
984
 
                          <packing>
985
 
                            <property name="expand">False</property>
986
 
                            <property name="fill">False</property>
987
 
                            <property name="position">2</property>
 
943
                            <property name="pack_type">end</property>
988
944
                          </packing>
989
945
                        </child>
990
946
                      </object>
1311
1267
      </object>
1312
1268
    </child>
1313
1269
  </template>
 
1270
  <object class="GtkSizeGroup">
 
1271
    <property name="mode">horizontal</property>
 
1272
    <widgets>
 
1273
      <widget name="manage_cookies_button"/>
 
1274
      <widget name="manage_passwords_button"/>
 
1275
      <widget name="clear_personal_data_button"/>
 
1276
    </widgets>
 
1277
  </object>
1314
1278
</interface>