|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2021-05-29 18:05+0200\n" |
| 11 | +"POT-Creation-Date: 2021-06-30 15:27+0200\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -220,7 +220,7 @@ msgstr "" |
220 | 220 | msgid "" |
221 | 221 | "If you have lost the \"handler_id\" for some reason (for example the " |
222 | 222 | "handlers were installed using :func:`Gtk.Builder.connect_signals`), you can " |
223 | | -"still disconnect a specific callback using the function :func:" |
| 223 | +"still disconnect a specific callback using the function :func:" |
224 | 224 | "`disconnect_by_func`:" |
225 | 225 | msgstr "" |
226 | 226 |
|
@@ -583,8 +583,8 @@ msgstr "" |
583 | 583 | msgid "" |
584 | 584 | "To change the value that :class:`Gtk.SpinButton` is showing, use :meth:`Gtk." |
585 | 585 | "SpinButton.set_value`. The value entered can either be an integer or float, " |
586 | | -"depending on your requirements, use :meth:`Gtk.SpinButton.get_value` or :" |
587 | | -"meth:`Gtk.SpinButton.get_value_as_int`, respectively." |
| 586 | +"depending on your requirements, use :meth:`Gtk.SpinButton.get_value_as_int` " |
| 587 | +"or :meth:`Gtk.SpinButton.get_value`, respectively." |
588 | 588 | msgstr "" |
589 | 589 |
|
590 | 590 | #: ../../source/button_widgets.txt:117 |
@@ -938,8 +938,8 @@ msgstr "" |
938 | 938 | msgid "" |
939 | 939 | ":class:`Gtk.MessageDialog` is a convenience class, used to create simple, " |
940 | 940 | "standard message dialogs, with a message, an icon, and buttons for user " |
941 | | -"response You can specify the type of message and the text in the :class:`Gtk." |
942 | | -"MessageDialog` constructor, as well as specifying standard buttons." |
| 941 | +"response. You can specify the type of message and the text in the :class:" |
| 942 | +"`Gtk.MessageDialog` constructor, as well as specifying standard buttons." |
943 | 943 | msgstr "" |
944 | 944 |
|
945 | 945 | #: ../../source/dialogs.txt:60 |
@@ -1894,8 +1894,8 @@ msgstr "" |
1894 | 1894 |
|
1895 | 1895 | #: ../../source/label.txt:55 |
1896 | 1896 | msgid "" |
1897 | | -"Pango Markup Syntax, https://developer.gnome.org/pango/stable/pango-Markup." |
1898 | | -"html" |
| 1897 | +"Pango Markup Syntax, https://developer.gnome.org/pygtk/stable/pango-markup-" |
| 1898 | +"language.html" |
1899 | 1899 | msgstr "" |
1900 | 1900 |
|
1901 | 1901 | #: ../../source/layout.txt:4 |
@@ -2052,7 +2052,7 @@ msgid "" |
2052 | 2052 | "Using :class:`Gtk.ListBox` is often an alternative to :class:`Gtk.TreeView`, " |
2053 | 2053 | "especially when the list content has a more complicated layout than what is " |
2054 | 2054 | "allowed by a :class:`Gtk.CellRenderer`, or when the content is interactive " |
2055 | | -"(i.e. has a button in it)." |
| 2055 | +"(e.g. has a button in it)." |
2056 | 2056 | msgstr "" |
2057 | 2057 |
|
2058 | 2058 | #: ../../source/layout.txt:117 |
@@ -2194,7 +2194,7 @@ msgid "" |
2194 | 2194 | "you can choose on which edge the tabs appear (see :meth:`Gtk.Notebook." |
2195 | 2195 | "set_tab_pos`), whether, if there are too many tabs to fit the notebook " |
2196 | 2196 | "should be made bigger or scrolling arrows added (see :meth:`Gtk.Notebook." |
2197 | | -"set_scrollable`, and whether there will be a popup menu allowing the users " |
| 2197 | +"set_scrollable`), and whether there will be a popup menu allowing the users " |
2198 | 2198 | "to switch pages (see :meth:`Gtk.Notebook.popup_enable`, :meth:`Gtk.Notebook." |
2199 | 2199 | "popup_disable`)." |
2200 | 2200 | msgstr "" |
@@ -2236,7 +2236,7 @@ msgid "" |
2236 | 2236 | msgstr "" |
2237 | 2237 |
|
2238 | 2238 | #: ../../source/layout-table.txt:22 |
2239 | | -msgid "It is reccomened that you use the :class:`Gtk.Grid` for new code." |
| 2239 | +msgid "It is recommended that you use the :class:`Gtk.Grid` for new code." |
2240 | 2240 | msgstr "" |
2241 | 2241 |
|
2242 | 2242 | #: ../../source/menus.txt:4 |
@@ -2302,7 +2302,7 @@ msgstr "" |
2302 | 2302 |
|
2303 | 2303 | #: ../../source/menus.txt:41 |
2304 | 2304 | msgid "" |
2305 | | -"Actions represent operations that the user can be perform, along with some " |
| 2305 | +"Actions represent operations that the user can perform, along with some " |
2306 | 2306 | "information how it should be presented in the interface, including its name " |
2307 | 2307 | "(not for display), its label (for display), an accelerator, whether a label " |
2308 | 2308 | "indicates a tooltip as well as the callback that is called when the action " |
@@ -2603,14 +2603,14 @@ msgstr "" |
2603 | 2603 |
|
2604 | 2604 | #: ../../source/objects.txt:288 |
2605 | 2605 | msgid "" |
2606 | | -"It recommended to use the *with* statement when calling :meth:" |
| 2606 | +"It is recommended to use the *with* statement when calling :meth:" |
2607 | 2607 | "`freeze_notify`, that way it is ensured that :meth:`thaw_notify` is called " |
2608 | 2608 | "implicitly at the end of the block::" |
2609 | 2609 | msgstr "" |
2610 | 2610 |
|
2611 | 2611 | #: ../../source/objects.txt:298 |
2612 | 2612 | msgid "" |
2613 | | -"Thaw all the \"notify::\" signals which were thawed by :meth:`freeze_notify`." |
| 2613 | +"Thaw all the \"notify::\" signals which were frozen by :meth:`freeze_notify`." |
2614 | 2614 | msgstr "" |
2615 | 2615 |
|
2616 | 2616 | #: ../../source/objects.txt:300 |
@@ -2669,7 +2669,7 @@ msgstr "" |
2669 | 2669 | #: ../../source/objects.txt:346 |
2670 | 2670 | msgid "" |
2671 | 2671 | "The :attr:`__gproperties__` dictionary is a class property where you define " |
2672 | | -"the properties of your object. This is not the recommend way to define new " |
| 2672 | +"the properties of your object. This is not the recommended way to define new " |
2673 | 2673 | "properties, the method written above is much less verbose. The benefits of " |
2674 | 2674 | "this method is that a property can be defined with more settings, like the " |
2675 | 2675 | "minimum or the maximum for numbers." |
@@ -3342,7 +3342,7 @@ msgid "" |
3342 | 3342 | "First of all a comparison function is needed. This function gets two rows " |
3343 | 3343 | "and has to return a negative integer if the first one should come before the " |
3344 | 3344 | "second one, zero if they are equal and a positive integer if the second one " |
3345 | | -"should come before the second one." |
| 3345 | +"should come before the first one." |
3346 | 3346 | msgstr "" |
3347 | 3347 |
|
3348 | 3348 | #: ../../source/treeview.txt:311 |
|
0 commit comments