GTK: Use "Auto-patched" to clarify.

This commit is contained in:
Brandon Wright 2019-04-10 14:51:01 -05:00
parent ac4d458f7b
commit b590ec10ab
7 changed files with 15 additions and 15 deletions

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Snes9x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 14:40-0500\n"
"PO-Revision-Date: 2019-04-10 14:42-0500\n"
"POT-Creation-Date: 2019-04-10 14:50-0500\n"
"PO-Revision-Date: 2019-04-10 14:50-0500\n"
"Last-Translator: Pablo \"Jota\" Lezaeta <prflr88@gmail.com>\n"
"Language-Team: Spanish / Español\n"
"Language: es\n"
@ -325,11 +325,11 @@ msgstr ""
msgid ""
"\n"
"\n"
"This ROM has been patched with "
"This ROM has been auto-patched with "
msgstr ""
"\n"
"\n"
" Esta ROM ha sido modificado con "
" Esta ROM ha sido parcheada automáticamente con "
#: src/gtk_s9xwindow.cpp:1369
msgid ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 14:40-0500\n"
"POT-Creation-Date: 2019-04-10 14:50-0500\n"
"PO-Revision-Date: 2009-03-14 HO:MI+ZONE\n"
"Last-Translator: tukuyomi <tsukuyomisan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -302,7 +302,7 @@ msgstr ""
msgid ""
"\n"
"\n"
"This ROM has been patched with "
"This ROM has been auto-patched with "
msgstr ""
"\n"
"\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 14:40-0500\n"
"POT-Creation-Date: 2019-04-10 14:50-0500\n"
"PO-Revision-Date: 2016-01-09 21:35+0900\n"
"Last-Translator: trickart <trickart412@gmail.com>\n"
"Language-Team: \n"
@ -281,7 +281,7 @@ msgstr ""
msgid ""
"\n"
"\n"
"This ROM has been patched with "
"This ROM has been auto-patched with "
msgstr ""
"\n"
"\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 14:40-0500\n"
"POT-Creation-Date: 2019-04-10 14:50-0500\n"
"PO-Revision-Date: 2009-09-12 23:32-0300\n"
"Last-Translator: Tibério Vítor <tvtoon@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -304,7 +304,7 @@ msgstr ""
msgid ""
"\n"
"\n"
"This ROM has been patched with "
"This ROM has been auto-patched with "
msgstr ""
"\n"
"\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: snes9x 1.52\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 14:40-0500\n"
"POT-Creation-Date: 2019-04-10 14:50-0500\n"
"PO-Revision-Date: 2011-04-12 22:54+0600\n"
"Last-Translator: Sergey Basalaev <sbasalaev@gmail.com>\n"
"Language-Team: Russian <ru@li.org>\n"
@ -290,7 +290,7 @@ msgstr ""
msgid ""
"\n"
"\n"
"This ROM has been patched with "
"This ROM has been auto-patched with "
msgstr ""
#: src/gtk_s9xwindow.cpp:1369

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 14:40-0500\n"
"POT-Creation-Date: 2019-04-10 14:50-0500\n"
"PO-Revision-Date: 2010-01-02 12:20+0100\n"
"Last-Translator: Milan Kostić <smoki00790@gmail.com>\n"
"Language-Team: Serbian / Srpski <LL@li.org>\n"
@ -286,7 +286,7 @@ msgstr ""
msgid ""
"\n"
"\n"
"This ROM has been patched with "
"This ROM has been auto-patched with "
msgstr ""
#: src/gtk_s9xwindow.cpp:1369

View File

@ -1363,7 +1363,7 @@ Snes9xWindow::show_rom_info ()
"NTSC 60Hz" : "PAL 50Hz",
Memory.ROMCRC32,
Memory.Revision (),
(Settings.IsPatched) ? _("\n\nThis ROM has been patched with ") :
(Settings.IsPatched) ? _("\n\nThis ROM has been auto-patched with ") :
(Memory.ROMChecksum !=
Memory.CalculatedChecksum) ?
_("\n\nThis ROM has been modified or damaged")