diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-07-10 09:03:19 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-07-10 09:40:36 -0700 |
commit | 7cba8eb91aca52970b39b2168972c787ef77c920 (patch) | |
tree | eb9947515c4a228e56a4984e74a3df8c6617c08b /addons/resource.language.en_gb | |
parent | 1655ee9a884cdc6c3ad6e41d2a3f258618891259 (diff) |
Games: Add setting to disable autosave
Diffstat (limited to 'addons/resource.language.en_gb')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 6f5b6f5904..a1d00f51b4 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -17437,7 +17437,17 @@ msgctxt "#35252" msgid "Edit game source" msgstr "" -#empty strings from id 35253 to 35255 +#: system/settings/settings.xml +msgctxt "#35253" +msgid "Enable autosave if supported" +msgstr "" + +#: system/settings/settings.xml +msgctxt "#35254" +msgid "Save the game automatically during game play, if supported. Resume playing where you left off." +msgstr "" + +#empty string with id 35255 #. Error message when a game client fails to install when a game is being launched #: xbmc/games/dialogs/GUIDialogSelectGameClient.cpp |