Skip to content

Commit 910338c

Browse files
committed
Update POT for translators
1 parent ade6401 commit 910338c

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

translations/PythonGTK3Tutorial.pot

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -220,7 +220,7 @@ msgstr ""
220220
msgid ""
221221
"If you have lost the \"handler_id\" for some reason (for example the "
222222
"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:"
224224
"`disconnect_by_func`:"
225225
msgstr ""
226226

@@ -583,8 +583,8 @@ msgstr ""
583583
msgid ""
584584
"To change the value that :class:`Gtk.SpinButton` is showing, use :meth:`Gtk."
585585
"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."
588588
msgstr ""
589589

590590
#: ../../source/button_widgets.txt:117
@@ -938,8 +938,8 @@ msgstr ""
938938
msgid ""
939939
":class:`Gtk.MessageDialog` is a convenience class, used to create simple, "
940940
"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."
943943
msgstr ""
944944

945945
#: ../../source/dialogs.txt:60
@@ -1894,8 +1894,8 @@ msgstr ""
18941894

18951895
#: ../../source/label.txt:55
18961896
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"
18991899
msgstr ""
19001900

19011901
#: ../../source/layout.txt:4
@@ -2052,7 +2052,7 @@ msgid ""
20522052
"Using :class:`Gtk.ListBox` is often an alternative to :class:`Gtk.TreeView`, "
20532053
"especially when the list content has a more complicated layout than what is "
20542054
"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)."
20562056
msgstr ""
20572057

20582058
#: ../../source/layout.txt:117
@@ -2194,7 +2194,7 @@ msgid ""
21942194
"you can choose on which edge the tabs appear (see :meth:`Gtk.Notebook."
21952195
"set_tab_pos`), whether, if there are too many tabs to fit the notebook "
21962196
"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 "
21982198
"to switch pages (see :meth:`Gtk.Notebook.popup_enable`, :meth:`Gtk.Notebook."
21992199
"popup_disable`)."
22002200
msgstr ""
@@ -2236,7 +2236,7 @@ msgid ""
22362236
msgstr ""
22372237

22382238
#: ../../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."
22402240
msgstr ""
22412241

22422242
#: ../../source/menus.txt:4
@@ -2302,7 +2302,7 @@ msgstr ""
23022302

23032303
#: ../../source/menus.txt:41
23042304
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 "
23062306
"information how it should be presented in the interface, including its name "
23072307
"(not for display), its label (for display), an accelerator, whether a label "
23082308
"indicates a tooltip as well as the callback that is called when the action "
@@ -2603,14 +2603,14 @@ msgstr ""
26032603

26042604
#: ../../source/objects.txt:288
26052605
msgid ""
2606-
"It recommended to use the *with* statement when calling :meth:"
2606+
"It is recommended to use the *with* statement when calling :meth:"
26072607
"`freeze_notify`, that way it is ensured that :meth:`thaw_notify` is called "
26082608
"implicitly at the end of the block::"
26092609
msgstr ""
26102610

26112611
#: ../../source/objects.txt:298
26122612
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`."
26142614
msgstr ""
26152615

26162616
#: ../../source/objects.txt:300
@@ -2669,7 +2669,7 @@ msgstr ""
26692669
#: ../../source/objects.txt:346
26702670
msgid ""
26712671
"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 "
26732673
"properties, the method written above is much less verbose. The benefits of "
26742674
"this method is that a property can be defined with more settings, like the "
26752675
"minimum or the maximum for numbers."
@@ -3342,7 +3342,7 @@ msgid ""
33423342
"First of all a comparison function is needed. This function gets two rows "
33433343
"and has to return a negative integer if the first one should come before the "
33443344
"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."
33463346
msgstr ""
33473347

33483348
#: ../../source/treeview.txt:311

0 commit comments

Comments
 (0)