diff --git a/data/com.github.tkashkin.gamehub.appdata.xml.in b/data/com.github.tkashkin.gamehub.appdata.xml.in index d9f102da..002d77f4 100644 --- a/data/com.github.tkashkin.gamehub.appdata.xml.in +++ b/data/com.github.tkashkin.gamehub.appdata.xml.in @@ -41,6 +41,11 @@ + + +

Fixes for flatpak packaging.

+
+

New features:

diff --git a/debian/changelog b/debian/changelog index 3b5ced8d..6e077188 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.tkashkin.gamehub (0.5.1) xenial; urgency=low + + * Fixes for flatpak packaging + + -- tkashkin Fri, 13 Jul 2018 05:28:15 +0300 + com.github.tkashkin.gamehub (0.5.0) xenial; urgency=low * Games list view diff --git a/meson.build b/meson.build index da876c5f..4db87948 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.5.0') +project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.5.1') i18n = import('i18n') gnome = import('gnome') diff --git a/po/com.github.tkashkin.gamehub.pot b/po/com.github.tkashkin.gamehub.pot index 4e5500bb..f929ad33 100644 --- a/po/com.github.tkashkin.gamehub.pot +++ b/po/com.github.tkashkin.gamehub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.tkashkin.gamehub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-09 11:48+0300\n" +"POT-Creation-Date: 2018-07-13 05:25+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgid "All your games in one place" msgstr "" #: data/com.github.tkashkin.gamehub.appdata.xml.in:12 -msgid "Manage your Steam and GOG games in one place." +msgid "Manage your Steam, GOG and Humble Bundle games in one place." msgstr "" #: src/data/Game.vala:73 @@ -42,12 +42,20 @@ msgstr "" msgid "Installing" msgstr "" -#: src/data/Game.vala:77 +#: src/data/Game.vala:75 +msgid "Download started" +msgstr "" + +#: src/data/Game.vala:76 +msgid "Download finished" +msgstr "" + +#: src/data/Game.vala:79 #, c-format msgid "Downloading: %d%% (%s / %s)" msgstr "" -#: src/data/Game.vala:79 +#: src/data/Game.vala:81 msgid "Not installed" msgstr "" @@ -61,16 +69,16 @@ msgid "" "Login into your account in Steam client and return to GameHub" msgstr "" -#: src/data/sources/humble/HumbleGame.vala:199 +#: src/data/sources/humble/HumbleGame.vala:203 msgid "Select main executable of the game" msgstr "" -#: src/data/sources/humble/HumbleGame.vala:208 +#: src/data/sources/humble/HumbleGame.vala:212 #: src/ui/dialogs/GameInstallDialog.vala:90 msgid "Cancel" msgstr "" -#: src/data/sources/humble/HumbleGame.vala:209 +#: src/data/sources/humble/HumbleGame.vala:213 msgid "Select" msgstr "" @@ -94,15 +102,15 @@ msgstr "" msgid "Steam installation directory" msgstr "" -#: src/ui/dialogs/SettingsDialog.vala:40 +#: src/ui/dialogs/SettingsDialog.vala:41 msgid "GOG games directory" msgstr "" -#: src/ui/dialogs/SettingsDialog.vala:44 +#: src/ui/dialogs/SettingsDialog.vala:47 msgid "Humble Bundle games directory" msgstr "" -#: src/ui/dialogs/SettingsDialog.vala:57 +#: src/ui/dialogs/SettingsDialog.vala:61 #: src/ui/dialogs/GameDetailsDialog.vala:30 msgid "Close" msgstr "" @@ -116,7 +124,7 @@ msgid "Import" msgstr "" #: src/ui/dialogs/GameInstallDialog.vala:97 -#: src/ui/views/GameDetailsView/GameDetailsView.vala:131 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:141 msgid "Install" msgstr "" @@ -129,7 +137,7 @@ msgid "Enable some game sources in settings" msgstr "" #: src/ui/views/WelcomeView.vala:34 src/ui/views/WelcomeView.vala:59 -#: src/ui/views/GamesView/GamesView.vala:134 +#: src/ui/views/GamesView/GamesView.vala:147 msgid "Settings" msgstr "" @@ -162,46 +170,46 @@ msgstr "" msgid "Return to GameHub after installing" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:86 +#: src/ui/views/GamesView/GamesView.vala:92 msgid "Grid view" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:87 +#: src/ui/views/GamesView/GamesView.vala:93 msgid "List view" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:102 +#: src/ui/views/GamesView/GamesView.vala:107 msgid "All games" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:112 +#: src/ui/views/GamesView/GamesView.vala:117 #, c-format msgid "%s games" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:118 +#: src/ui/views/GamesView/GamesView.vala:123 msgid "Downloads" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:129 +#: src/ui/views/GamesView/GamesView.vala:142 msgid "Search" msgstr "" -#: src/ui/views/GamesView/GamesView.vala:170 +#: src/ui/views/GamesView/GamesView.vala:183 #, c-format msgid "%u game" msgid_plural "%u games" msgstr[0] "" msgstr[1] "" -#: src/ui/views/GameDetailsView/GameDetailsView.vala:132 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:142 msgid "Run" msgstr "" -#: src/ui/views/GameDetailsView/GameDetailsView.vala:133 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:143 msgid "Open installation directory" msgstr "" -#: src/ui/views/GameDetailsView/GameDetailsView.vala:134 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:144 msgid "Open store page" msgstr "" diff --git a/po/ru.po b/po/ru.po index ae2dc9a2..2ee76491 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.tkashkin.gamehub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-09 11:48+0300\n" +"POT-Creation-Date: 2018-07-13 05:25+0300\n" "PO-Revision-Date: 2018-05-27 03:39+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -18,6 +18,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#: data/com.github.tkashkin.gamehub.appdata.xml.in:8 +#: data/com.github.tkashkin.gamehub.desktop.in:3 +#: data/com.github.tkashkin.gamehub.desktop.in:4 +msgid "GameHub" +msgstr "" + #: data/com.github.tkashkin.gamehub.appdata.xml.in:9 #: data/com.github.tkashkin.gamehub.desktop.in:5 #: src/ui/views/WelcomeView.vala:38 @@ -25,8 +31,8 @@ msgid "All your games in one place" msgstr "Все игры в одном месте" #: data/com.github.tkashkin.gamehub.appdata.xml.in:12 -msgid "Manage your Steam and GOG games in one place." -msgstr "Управляйте играми из Steam и GOG в одном месте" +msgid "Manage your Steam, GOG and Humble Bundle games in one place." +msgstr "Управляйте играми из Steam, GOG и Humble Bundle в одном месте" #: src/data/Game.vala:73 msgid "Installed" @@ -36,12 +42,20 @@ msgstr "Установлена" msgid "Installing" msgstr "Установка" -#: src/data/Game.vala:77 +#: src/data/Game.vala:75 +msgid "Download started" +msgstr "Загрузка начата" + +#: src/data/Game.vala:76 +msgid "Download finished" +msgstr "Загрузка завершена" + +#: src/data/Game.vala:79 #, c-format msgid "Downloading: %d%% (%s / %s)" msgstr "Загрузка: %d%% (%s / %s)" -#: src/data/Game.vala:79 +#: src/data/Game.vala:81 msgid "Not installed" msgstr "Не установлена" @@ -57,16 +71,16 @@ msgstr "" "Файл конфигурации Steam не найден.\n" "Войдите в ваш аккаунт в клиенте Steam и вернитесь в GameHub" -#: src/data/sources/humble/HumbleGame.vala:199 +#: src/data/sources/humble/HumbleGame.vala:203 msgid "Select main executable of the game" msgstr "Выберите исполняемый файл игры" -#: src/data/sources/humble/HumbleGame.vala:208 +#: src/data/sources/humble/HumbleGame.vala:212 #: src/ui/dialogs/GameInstallDialog.vala:90 msgid "Cancel" msgstr "Отмена" -#: src/data/sources/humble/HumbleGame.vala:209 +#: src/data/sources/humble/HumbleGame.vala:213 msgid "Select" msgstr "Выбрать" @@ -90,15 +104,15 @@ msgstr "API-ключ Steam" msgid "Steam installation directory" msgstr "Папка установки Steam" -#: src/ui/dialogs/SettingsDialog.vala:40 +#: src/ui/dialogs/SettingsDialog.vala:41 msgid "GOG games directory" msgstr "Папка игр GOG" -#: src/ui/dialogs/SettingsDialog.vala:44 +#: src/ui/dialogs/SettingsDialog.vala:47 msgid "Humble Bundle games directory" msgstr "Папка игр Humble Bundle" -#: src/ui/dialogs/SettingsDialog.vala:57 +#: src/ui/dialogs/SettingsDialog.vala:61 #: src/ui/dialogs/GameDetailsDialog.vala:30 msgid "Close" msgstr "Закрыть" @@ -112,7 +126,7 @@ msgid "Import" msgstr "Импортировать" #: src/ui/dialogs/GameInstallDialog.vala:97 -#: src/ui/views/GameDetailsView/GameDetailsView.vala:131 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:141 msgid "Install" msgstr "Установить" @@ -125,7 +139,7 @@ msgid "Enable some game sources in settings" msgstr "Включите источники в настройках" #: src/ui/views/WelcomeView.vala:34 src/ui/views/WelcomeView.vala:59 -#: src/ui/views/GamesView/GamesView.vala:134 +#: src/ui/views/GamesView/GamesView.vala:147 msgid "Settings" msgstr "Настройки" @@ -158,32 +172,32 @@ msgstr "Установить %s" msgid "Return to GameHub after installing" msgstr "Вернитесь в GameHub после установки" -#: src/ui/views/GamesView/GamesView.vala:86 +#: src/ui/views/GamesView/GamesView.vala:92 msgid "Grid view" msgstr "Сетка" -#: src/ui/views/GamesView/GamesView.vala:87 +#: src/ui/views/GamesView/GamesView.vala:93 msgid "List view" msgstr "Список" -#: src/ui/views/GamesView/GamesView.vala:102 +#: src/ui/views/GamesView/GamesView.vala:107 msgid "All games" msgstr "Все игры" -#: src/ui/views/GamesView/GamesView.vala:112 +#: src/ui/views/GamesView/GamesView.vala:117 #, c-format msgid "%s games" msgstr "Игры из %s" -#: src/ui/views/GamesView/GamesView.vala:118 +#: src/ui/views/GamesView/GamesView.vala:123 msgid "Downloads" msgstr "Загрузки" -#: src/ui/views/GamesView/GamesView.vala:129 +#: src/ui/views/GamesView/GamesView.vala:142 msgid "Search" msgstr "Поиск" -#: src/ui/views/GamesView/GamesView.vala:170 +#: src/ui/views/GamesView/GamesView.vala:183 #, c-format msgid "%u game" msgid_plural "%u games" @@ -191,14 +205,14 @@ msgstr[0] "%u игра" msgstr[1] "%u игры" msgstr[2] "%u игр" -#: src/ui/views/GameDetailsView/GameDetailsView.vala:132 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:142 msgid "Run" msgstr "Запустить" -#: src/ui/views/GameDetailsView/GameDetailsView.vala:133 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:143 msgid "Open installation directory" msgstr "Открыть папку установки" -#: src/ui/views/GameDetailsView/GameDetailsView.vala:134 +#: src/ui/views/GameDetailsView/GameDetailsView.vala:144 msgid "Open store page" msgstr "Открыть страницу в магазине"