From 1c9be94ce7fd73df8607a0a8cf911835324d2bd8 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Thu, 25 May 2023 17:49:22 +0200 Subject: [PATCH] Add missing translatable strings --- po/cartridges.pot | 83 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 60 insertions(+), 23 deletions(-) diff --git a/po/cartridges.pot b/po/cartridges.pot index 11a5c13..992daec 100644 --- a/po/cartridges.pot +++ b/po/cartridges.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Cartridges\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 07:30+0200\n" +"POT-Creation-Date: 2023-05-25 17:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,7 +48,7 @@ msgstr "" msgid "Library" msgstr "" -#: data/hu.kramo.Cartridges.metainfo.xml.in:34 src/details_window.py:65 +#: data/hu.kramo.Cartridges.metainfo.xml.in:34 src/details_window.py:66 msgid "Edit Game Details" msgstr "" @@ -62,15 +62,52 @@ msgstr "" msgid "Preferences" msgstr "" +#: data/gtk/details_window.blp:25 +msgid "Cancel" +msgstr "" + +#: data/gtk/details_window.blp:57 +msgid "New Cover" +msgstr "" + +#: data/gtk/details_window.blp:75 +msgid "Delete Cover" +msgstr "" + +#: data/gtk/details_window.blp:101 data/gtk/details_window.blp:106 #: data/gtk/game.blp:80 msgid "Title" msgstr "" +#: data/gtk/details_window.blp:102 +msgid "The title of the game" +msgstr "" + +#: data/gtk/details_window.blp:112 data/gtk/details_window.blp:117 +msgid "Developer" +msgstr "" + +#: data/gtk/details_window.blp:113 +msgid "The developer or publisher (optional)" +msgstr "" + +#: data/gtk/details_window.blp:123 data/gtk/details_window.blp:153 +msgid "Executable" +msgstr "" + +#: data/gtk/details_window.blp:124 +msgid "File to open or command to run when launching the game" +msgstr "" + +#: data/gtk/details_window.blp:130 +msgid "More Info" +msgstr "" + #: data/gtk/game.blp:102 data/gtk/game.blp:121 data/gtk/window.blp:196 msgid "Edit" msgstr "" -#: data/gtk/game.blp:107 src/window.py:202 +#: data/gtk/game.blp:107 src/window.py:205 msgid "Hide" msgstr "" @@ -79,7 +116,7 @@ msgstr "" msgid "Remove" msgstr "" -#: data/gtk/game.blp:126 src/window.py:204 +#: data/gtk/game.blp:126 src/window.py:207 msgid "Unhide" msgstr "" @@ -104,7 +141,7 @@ msgstr "" msgid "Shortcuts" msgstr "" -#: data/gtk/help-overlay.blp:34 src/game.py:167 src/preferences.py:98 +#: data/gtk/help-overlay.blp:34 src/game.py:169 src/preferences.py:98 msgid "Undo" msgstr "" @@ -148,7 +185,7 @@ msgstr "" msgid "Swaps the behavior of the cover image and the play button" msgstr "" -#: data/gtk/preferences.blp:36 src/details_window.py:79 +#: data/gtk/preferences.blp:36 src/details_window.py:84 msgid "Images" msgstr "" @@ -353,61 +390,61 @@ msgstr "" msgid "translator_credits" msgstr "" -#: src/window.py:184 +#: src/window.py:187 msgid "Today" msgstr "" -#: src/window.py:186 +#: src/window.py:189 msgid "Yesterday" msgstr "" #. The variable is the date when the game was added -#: src/window.py:225 +#: src/window.py:228 msgid "Added: {}" msgstr "" -#: src/window.py:228 +#: src/window.py:231 msgid "Never" msgstr "" #. The variable is the date when the game was last played -#: src/window.py:232 +#: src/window.py:235 msgid "Last played: {}" msgstr "" -#: src/details_window.py:70 +#: src/details_window.py:75 msgid "Apply" msgstr "" -#: src/details_window.py:76 +#: src/details_window.py:81 msgid "Add New Game" msgstr "" -#: src/details_window.py:77 +#: src/details_window.py:82 msgid "Confirm" msgstr "" #. Translate this string as you would translate "file" -#: src/details_window.py:89 +#: src/details_window.py:94 msgid "file.txt" msgstr "" #. As in software -#: src/details_window.py:91 +#: src/details_window.py:96 msgid "program" msgstr "" #. Translate this string as you would translate "path to {}" -#: src/details_window.py:96 src/details_window.py:98 +#: src/details_window.py:101 src/details_window.py:103 msgid "C:\\path\\to\\{}" msgstr "" #. Translate this string as you would translate "path to {}" -#: src/details_window.py:102 src/details_window.py:104 +#: src/details_window.py:107 src/details_window.py:109 msgid "/path/to/{}" msgstr "" -#: src/details_window.py:108 +#: src/details_window.py:113 msgid "" "To launch the executable \"{}\", use the command:\n" "\n" @@ -420,19 +457,19 @@ msgid "" "If the path contains spaces, make sure to wrap it in double quotes!" msgstr "" -#: src/details_window.py:139 src/details_window.py:145 +#: src/details_window.py:143 src/details_window.py:149 msgid "Couldn't Add Game" msgstr "" -#: src/details_window.py:139 src/details_window.py:172 +#: src/details_window.py:143 src/details_window.py:176 msgid "Game title cannot be empty." msgstr "" -#: src/details_window.py:145 src/details_window.py:180 +#: src/details_window.py:149 src/details_window.py:184 msgid "Executable cannot be empty." msgstr "" -#: src/details_window.py:171 src/details_window.py:179 +#: src/details_window.py:175 src/details_window.py:183 msgid "Couldn't Apply Preferences" msgstr ""