Skip to content

Commit

Permalink
2022
Browse files Browse the repository at this point in the history
  • Loading branch information
RingOV committed Feb 27, 2022
1 parent 246d1ce commit 98fd207
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dialogs/about_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create(v, APP_PATH):
about.set_icon_from_file(os.path.join(APP_PATH, "icon.png"))
about.set_program_name("Gis Weather")
about.set_version(v)
about.set_copyright("Copyright © 2013 - 2021 Alexander Koltsov")
about.set_copyright("Copyright © 2013 - 2022 Alexander Koltsov")
about.set_comments(_('Weather widget'))
about.set_website("http://sourceforge.net/projects/gis-weather/")
about.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(os.path.join(APP_PATH, "icon.png"), 128, 128))
Expand Down
4 changes: 2 additions & 2 deletions gis-weather.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
#
# gis_weather.py
v = '0.8.4.19'
# Copyright (C) 2013-2021 Alexander Koltsov <[email protected]>
v = '0.8.4.20'
# Copyright (C) 2013-2022 Alexander Koltsov <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
Binary file modified i18n/uk/LC_MESSAGES/gis-weather.mo
Binary file not shown.
14 changes: 7 additions & 7 deletions po/uk.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Translators:
# Victor Butko <[email protected]>, 2014-2017
# Victor Butko <[email protected]>, 2014-2017,2020
msgid ""
msgstr ""
"Project-Id-Version: Gis Weather\n"
"POT-Creation-Date: 2019-07-03 23:34+0300\n"
"PO-Revision-Date: 2019-07-04 07:29+0000\n"
"Last-Translator: RingOV <[email protected]>\n"
"PO-Revision-Date: 2020-01-23 03:06+0000\n"
"Last-Translator: Victor Butko <[email protected]>\n"
"Language-Team: Ukrainian (http://www.transifex.com/gis-weather-team/gis-weather/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -376,7 +376,7 @@ msgstr "Завжди зверху"

#: dialogs/settings_dialog.ui:1887
msgid "Height adjustment"
msgstr ""
msgstr "Регулювання по висоті"

#: dialogs/settings_dialog.ui:1932 utils/gw_menu.py:396
msgid "Window"
Expand Down Expand Up @@ -453,7 +453,7 @@ msgstr "Кількість днів"

#: dialogs/settings_dialog.ui:2991
msgid "Time of day gradient"
msgstr ""
msgstr "Час доби з градієнтом"

#: dialogs/settings_dialog.ui:3052
msgid "View"
Expand Down Expand Up @@ -878,7 +878,7 @@ msgstr "взл"

#: utils/gw_menu.py:36
msgid "Switch to app menu"
msgstr ""
msgstr "Перейти до меню програми"

#: utils/gw_menu.py:41 utils/gw_menu.py:328
msgid "Show/Hide widget"
Expand Down Expand Up @@ -906,7 +906,7 @@ msgstr "Зберегти скріншот"

#: utils/gw_menu.py:323
msgid "Switch to weather menu"
msgstr ""
msgstr "Перейти до меню погоди"

#: utils/gw_menu.py:345
msgid "Start new instance"
Expand Down

0 comments on commit 98fd207

Please sign in to comment.