summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-26 04:51:40 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-26 04:51:40 +0000
commit3ff44e9ef2ea826a9345d55168e4eb1c25abe5a5 (patch)
tree84e0c7abfc4dca23808efe2f1888c29abbd68bf3
parent8a5e8b8dbed1d4dc9aabc5f06d6aa06c4970b1bf (diff)
downloadpcsxr-3ff44e9ef2ea826a9345d55168e4eb1c25abe5a5.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30479 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog17
-rw-r--r--data/pcsx.glade2108
-rw-r--r--gui/Gtk2Gui.c132
-rw-r--r--po/pcsx.pot400
-rw-r--r--po/pt_BR.gmobin42529 -> 42689 bytes
-rw-r--r--po/pt_BR.po648
-rw-r--r--po/zh_CN.gmobin38203 -> 38121 bytes
-rw-r--r--po/zh_CN.po521
-rw-r--r--po/zh_TW.gmobin30914 -> 30824 bytes
-rw-r--r--po/zh_TW.po521
10 files changed, 1342 insertions, 1005 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ab2c7e5..871258e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+M data/pcsx.glade2
+M po/zh_CN.gmo
+M po/pt_BR.po
+M po/pt_BR.gmo
+M po/zh_TW.po
+M po/zh_TW.gmo
+M po/zh_CN.po
+M po/pcsx.pot
+M gui/Gtk2Gui.c
+September 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * data/pcsx.glade2: Re-added the "Graphics/Sound/CD-ROM/Controller" menuitems
+ in the configuration menu, which are more self-explanative than a "Plugins
+ and BIOS".
+ * gui/Gtk2Gui.c: Likewise.
+ * po/pcsx.pot, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po: Updated.
+
September 24, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* Fixed filenames with spaces when loading .toc file (Thanks dario86). Force
diff --git a/data/pcsx.glade2 b/data/pcsx.glade2
index 0dcae465..de66aa7a 100644
--- a/data/pcsx.glade2
+++ b/data/pcsx.glade2
@@ -14,6 +14,7 @@
<child>
<widget class="GtkVBox" id="vbox18">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkMenuBar" id="menubar1">
<property name="visible">True</property>
@@ -381,6 +382,86 @@
</widget>
</child>
<child>
+ <widget class="GtkImageMenuItem" id="graphics1">
+ <property name="label" translatable="yes">_Graphics</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">False</property>
+ <child internal-child="image">
+ <widget class="GtkImage" id="image21">
+ <property name="visible">True</property>
+ <property name="stock">gtk-select-color</property>
+ <property name="icon-size">1</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkImageMenuItem" id="sound1">
+ <property name="label" translatable="yes">_Sound</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">False</property>
+ <child internal-child="image">
+ <widget class="GtkImage" id="image22">
+ <property name="visible">True</property>
+ <property name="stock">gtk-convert</property>
+ <property name="icon-size">1</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkImageMenuItem" id="cdrom1">
+ <property name="label" translatable="yes">CD-_ROM</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">False</property>
+ <child internal-child="image">
+ <widget class="GtkImage" id="image23">
+ <property name="visible">True</property>
+ <property name="stock">gtk-cdrom</property>
+ <property name="icon-size">1</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkImageMenuItem" id="pad1">
+ <property name="label" translatable="yes">Controller _1</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">False</property>
+ <child internal-child="image">
+ <widget class="GtkImage" id="image24">
+ <property name="visible">True</property>
+ <property name="stock">gtk-execute</property>
+ <property name="icon-size">1</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkImageMenuItem" id="pad2">
+ <property name="label" translatable="yes">Controller _2</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">False</property>
+ <child internal-child="image">
+ <widget class="GtkImage" id="image25">
+ <property name="visible">True</property>
+ <property name="stock">gtk-execute</property>
+ <property name="icon-size">1</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkSeparatorMenuItem" id="separator7">
+ <property name="visible">True</property>
+ </widget>
+ </child>
+ <child>
<widget class="GtkImageMenuItem" id="cpu1">
<property name="label" translatable="yes">_CPU...</property>
<property name="visible">True</property>
@@ -542,10 +623,12 @@
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox4">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkVBox" id="vbox28">
<property name="visible">True</property>
<property name="border_width">4</property>
+ <property name="orientation">vertical</property>
<property name="spacing">3</property>
<child>
<widget class="GtkFrame" id="frame17">
@@ -1140,9 +1223,11 @@
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkVBox" id="vbox25">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkFrame" id="frame15">
<property name="visible">True</property>
@@ -1152,6 +1237,7 @@
<widget class="GtkVBox" id="vbox26">
<property name="visible">True</property>
<property name="border_width">5</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkTable" id="table3">
<property name="visible">True</property>
@@ -1440,9 +1526,11 @@ PAL</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkVBox" id="vbox27">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkFrame" id="frame19">
<property name="visible">True</property>
@@ -1578,6 +1666,7 @@ PAL</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox3">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkHBox" id="hbox54">
<property name="visible">True</property>
@@ -1590,6 +1679,7 @@ PAL</property>
<widget class="GtkVBox" id="vbox31">
<property name="visible">True</property>
<property name="border_width">6</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow3">
@@ -1985,6 +2075,7 @@ PAL</property>
<widget class="GtkVBox" id="vbox32">
<property name="visible">True</property>
<property name="border_width">6</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow4">
@@ -2238,6 +2329,7 @@ Icon Design:
Romain Lafourcade</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox6">
+ <property name="orientation">vertical</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area6"/>
<packing>
@@ -2309,7 +2401,7 @@ Romain Lafourcade</property>
<property name="spacing">10</property>
<child>
<widget class="GtkButton" id="editbutton1">
- <property name="label" translatable="yes">gtk-edit</property>
+ <property name="label">gtk-edit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2323,7 +2415,7 @@ Romain Lafourcade</property>
</child>
<child>
<widget class="GtkButton" id="delbutton1">
- <property name="label" translatable="yes">gtk-delete</property>
+ <property name="label">gtk-delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2337,7 +2429,7 @@ Romain Lafourcade</property>
</child>
<child>
<widget class="GtkButton" id="addbutton1">
- <property name="label" translatable="yes">gtk-add</property>
+ <property name="label">gtk-add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2351,7 +2443,7 @@ Romain Lafourcade</property>
</child>
<child>
<widget class="GtkButton" id="loadbutton1">
- <property name="label" translatable="yes">gtk-open</property>
+ <property name="label">gtk-open</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2366,7 +2458,7 @@ Romain Lafourcade</property>
</child>
<child>
<widget class="GtkButton" id="savebutton1">
- <property name="label" translatable="yes">gtk-save-as</property>
+ <property name="label">gtk-save-as</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2397,7 +2489,7 @@ Romain Lafourcade</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="closbutton1">
- <property name="label" translatable="yes">gtk-close</property>
+ <property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -2429,6 +2521,7 @@ Romain Lafourcade</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox8">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<widget class="GtkFrame" id="frame4">
@@ -2443,6 +2536,7 @@ Romain Lafourcade</property>
<child>
<widget class="GtkVBox" id="vbox2">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkTable" id="table1">
@@ -2870,7 +2964,7 @@ Hexadecimal</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="closebutton">
- <property name="label" translatable="yes">gtk-close</property>
+ <property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c
index 6de91ba9..4e983f02 100644
--- a/gui/Gtk2Gui.c
+++ b/gui/Gtk2Gui.c
@@ -62,6 +62,11 @@ void OnFile_RunImage();
void OnEmu_Run();
void OnEmu_Reset();
void OnEmu_SwitchImage();
+void OnConf_Graphics();
+void OnConf_Sound();
+void OnConf_CdRom();
+void OnConf_Pad1();
+void OnConf_Pad2();
void OnConf_Mcds();
void OnConf_Cpu();
void OnConf_Net();
@@ -326,6 +331,21 @@ void StartGui() {
widget = glade_xml_get_widget(xml, "plugins_bios");
g_signal_connect_data(GTK_OBJECT(widget), "activate",
GTK_SIGNAL_FUNC(ConfigurePlugins), NULL, NULL, G_CONNECT_AFTER);
+ widget = glade_xml_get_widget(xml, "graphics1");
+ g_signal_connect_data(GTK_OBJECT(widget), "activate",
+ GTK_SIGNAL_FUNC(OnConf_Graphics), NULL, NULL, G_CONNECT_AFTER);
+ widget = glade_xml_get_widget(xml, "sound1");
+ g_signal_connect_data(GTK_OBJECT(widget), "activate",
+ GTK_SIGNAL_FUNC(OnConf_Sound), NULL, NULL, G_CONNECT_AFTER);
+ widget = glade_xml_get_widget(xml, "cdrom1");
+ g_signal_connect_data(GTK_OBJECT(widget), "activate",
+ GTK_SIGNAL_FUNC(OnConf_CdRom), NULL, NULL, G_CONNECT_AFTER);
+ widget = glade_xml_get_widget(xml, "pad1");
+ g_signal_connect_data(GTK_OBJECT(widget), "activate",
+ GTK_SIGNAL_FUNC(OnConf_Pad1), NULL, NULL, G_CONNECT_AFTER);
+ widget = glade_xml_get_widget(xml, "pad2");
+ g_signal_connect_data(GTK_OBJECT(widget), "activate",
+ GTK_SIGNAL_FUNC(OnConf_Pad2), NULL, NULL, G_CONNECT_AFTER);
widget = glade_xml_get_widget(xml, "cpu1");
g_signal_connect_data(GTK_OBJECT(widget), "activate",
GTK_SIGNAL_FUNC(OnConf_Cpu), NULL, NULL, G_CONNECT_AFTER);
@@ -1359,13 +1379,11 @@ void OnMcd_CopyTo(GtkWidget *widget, gpointer user_data) {
source = Mcd2Data;
copy = mcd2_row;
destination = Mcd1Data;
-// printf("Copying from card 2 to card 1 from slot %d into slot %d\n", mcd2_row, first_free_slot);
} else {
str = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(glade_xml_get_widget (xml, "GtkMcd2FSButton")));
source = Mcd1Data;
copy = mcd1_row;
destination = Mcd2Data;
-// printf("Copying from card 1 to card 2 from slot %d into slot %d\n", mcd1_row, first_free_slot);
}
copy_memcard_data (source, destination, &first_free_slot, str);
@@ -1451,7 +1469,7 @@ void on_memcard_delete (GtkWidget *widget, gpointer user_data) {
data = Mcd2Data;
filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (glade_xml_get_widget (xml, "GtkMcd2FSButton")));
}
-// printf("Will delete from memory card %s\n", filename);
+
if (selected) {
path = gtk_tree_model_get_path (model, &iter);
i = *gtk_tree_path_get_indices (path);
@@ -1477,6 +1495,111 @@ void on_memcard_delete (GtkWidget *widget, gpointer user_data) {
}
}
+void OnConf_Graphics() {
+ void *drv;
+ GPUconfigure conf;
+ char Plugin[MAXPATHLEN];
+
+ sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Gpu);
+ drv = SysLoadLibrary(Plugin);
+ if (drv == NULL) { printf("Error with file %s\n", Plugin); return; }
+
+ while (gtk_events_pending()) gtk_main_iteration();
+
+ conf = (GPUconfigure)SysLoadSym(drv, "GPUconfigure");
+ if (conf != NULL) {
+ conf();
+ }
+ else
+ SysInfoMessage (_("No configuration required"), _("This plugin doesn't need to be configured."));
+
+ SysCloseLibrary(drv);
+}
+
+void OnConf_Sound() {
+ void *drv;
+ SPUconfigure conf;
+ char Plugin[MAXPATHLEN];
+
+ sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Spu);
+ drv = SysLoadLibrary(Plugin);
+ if (drv == NULL) { printf("Error with file %s\n", Plugin); return; }
+
+ while (gtk_events_pending()) gtk_main_iteration();
+
+ conf = (GPUconfigure)SysLoadSym(drv, "SPUconfigure");
+ if (conf != NULL) {
+ conf();
+ }
+ else
+ SysInfoMessage (_("No configuration required"), _("This plugin doesn't need to be configured."));
+
+ SysCloseLibrary(drv);
+}
+
+void OnConf_CdRom() {
+ void *drv;
+ CDRconfigure conf;
+ char Plugin[MAXPATHLEN];
+
+ sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Cdr);
+ drv = SysLoadLibrary(Plugin);
+ if (drv == NULL) { printf("Error with file %s\n", Plugin); return; }
+
+ while (gtk_events_pending()) gtk_main_iteration();
+
+ conf = (GPUconfigure)SysLoadSym(drv, "CDRconfigure");
+ if (conf != NULL) {
+ conf();
+ }
+ else
+ SysInfoMessage (_("No configuration required"), _("This plugin doesn't need to be configured."));
+
+ SysCloseLibrary(drv);
+}
+
+void OnConf_Pad1() {
+ void *drv;
+ PADconfigure conf;
+ char Plugin[MAXPATHLEN];
+
+ sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Pad1);
+ drv = SysLoadLibrary(Plugin);
+ if (drv == NULL) { printf("Error with file %s\n", Plugin); return; }
+
+ while (gtk_events_pending()) gtk_main_iteration();
+
+ conf = (GPUconfigure)SysLoadSym(drv, "PADconfigure");
+ if (conf != NULL) {
+ conf();
+ }
+ else
+ SysInfoMessage (_("No configuration required"), _("This plugin doesn't need to be configured."));
+
+ SysCloseLibrary(drv);
+}
+
+void OnConf_Pad2() {
+ void *drv;
+ PADconfigure conf;
+ char Plugin[MAXPATHLEN];
+
+ sprintf(Plugin, "%s/%s", Config.PluginsDir, Config.Pad2);
+ drv = SysLoadLibrary(Plugin);
+ if (drv == NULL) { printf("Error with file %s\n", Plugin); return; }
+
+ while (gtk_events_pending()) gtk_main_iteration();
+
+ conf = (GPUconfigure)SysLoadSym(drv, "PADconfigure");
+ if (conf != NULL) {
+ conf();
+ }
+ else
+ SysInfoMessage (_("No configuration required"), _("This plugin doesn't need to be configured."));
+
+ SysCloseLibrary(drv);
+}
+
void OnConf_Mcds() {
GladeXML *xml;
GtkWidget *dialog;
@@ -1770,7 +1893,6 @@ void OnConf_Cpu() {
void on_configure_plugin (GtkWidget *widget, gpointer user_data) {
gint plugin_type = (int) user_data;
-// printf("Configuring plugin - %d\n", plugin_type);
while (gtk_events_pending())
gtk_main_iteration();
@@ -1792,7 +1914,7 @@ void on_configure_plugin (GtkWidget *widget, gpointer user_data) {
void on_about_plugin (GtkWidget *widget, gpointer user_data) {
gint plugin_type = (int) user_data;
-// printf("About plugin - %d\n", plugin_type);
+
while (gtk_events_pending())
gtk_main_iteration();
if (all_config_set() == TRUE) {
diff --git a/po/pcsx.pot b/po/pcsx.pot
index 56da66af..76b826ce 100644
--- a/po/pcsx.pot
+++ b/po/pcsx.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-16 18:37+0800\n"
+"POT-Creation-Date: 2009-09-26 12:45+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -66,16 +66,16 @@ msgstr ""
msgid "No"
msgstr ""
-#: ../win32/gui/CheatDlg.c:67 ../gui/Cheat.c:203
+#: ../win32/gui/CheatDlg.c:67 ../gui/Cheat.c:193
msgid "Edit Cheat"
msgstr ""
-#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:695
+#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:633
msgid "Description:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119 ../gui/Cheat.c:135
-#: ../gui/Cheat.c:220
+#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119 ../gui/Cheat.c:125
+#: ../gui/Cheat.c:210
msgid "Cheat Code:"
msgstr ""
@@ -86,16 +86,16 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: ../win32/gui/CheatDlg.c:92 ../win32/gui/CheatDlg.c:133 ../gui/Cheat.c:165
-#: ../gui/Cheat.c:260
+#: ../win32/gui/CheatDlg.c:92 ../win32/gui/CheatDlg.c:133 ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
msgid "Invalid cheat code!"
msgstr ""
-#: ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:119
+#: ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:109
msgid "Add New Cheat"
msgstr ""
-#: ../win32/gui/CheatDlg.c:167 ../data/pcsx.glade2:2255
+#: ../win32/gui/CheatDlg.c:167 ../data/pcsx.glade2:2347
msgid "Edit Cheat Codes"
msgstr ""
@@ -127,7 +127,7 @@ msgstr ""
msgid "&Close"
msgstr ""
-#: ../win32/gui/CheatDlg.c:186 ../gui/Cheat.c:463
+#: ../win32/gui/CheatDlg.c:186 ../gui/Cheat.c:411
msgid "Description"
msgstr ""
@@ -175,125 +175,125 @@ msgstr ""
msgid "No Change"
msgstr ""
-#: ../win32/gui/CheatDlg.c:444 ../gui/Cheat.c:645
+#: ../win32/gui/CheatDlg.c:449 ../gui/Cheat.c:583
msgid "Enter the values and start your search."
msgstr ""
-#: ../win32/gui/CheatDlg.c:449
+#: ../win32/gui/CheatDlg.c:454
msgid "No addresses found."
msgstr ""
-#: ../win32/gui/CheatDlg.c:453 ../gui/Cheat.c:603
+#: ../win32/gui/CheatDlg.c:458 ../gui/Cheat.c:541
msgid "Too many addresses found."
msgstr ""
-#: ../win32/gui/CheatDlg.c:462 ../gui/Cheat.c:612
+#: ../win32/gui/CheatDlg.c:467 ../gui/Cheat.c:550
#, c-format
msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
msgstr ""
-#: ../win32/gui/CheatDlg.c:467 ../gui/Cheat.c:617
+#: ../win32/gui/CheatDlg.c:472 ../gui/Cheat.c:555
#, c-format
msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
msgstr ""
-#: ../win32/gui/CheatDlg.c:472 ../gui/Cheat.c:622
+#: ../win32/gui/CheatDlg.c:477 ../gui/Cheat.c:560
#, c-format
msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
msgstr ""
-#: ../win32/gui/CheatDlg.c:488 ../gui/Cheat.c:637
+#: ../win32/gui/CheatDlg.c:493 ../gui/Cheat.c:575
#, c-format
msgid "Founded Addresses: %d"
msgstr ""
-#: ../win32/gui/CheatDlg.c:500 ../data/pcsx.glade2:2704
+#: ../win32/gui/CheatDlg.c:505 ../data/pcsx.glade2:2744
msgid "Freeze"
msgstr ""
-#: ../win32/gui/CheatDlg.c:501 ../win32/gui/CheatDlg.c:592
+#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
msgid "Address:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:502 ../win32/gui/CheatDlg.c:593
-#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:706 ../data/pcsx.glade2:2548
+#: ../win32/gui/CheatDlg.c:507 ../win32/gui/CheatDlg.c:598
+#: ../win32/gui/CheatDlg.c:683 ../gui/Cheat.c:644 ../data/pcsx.glade2:2588
msgid "Value:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:562
+#: ../win32/gui/CheatDlg.c:567
#, c-format
msgid "Freeze %.8X"
msgstr ""
-#: ../win32/gui/CheatDlg.c:591 ../data/pcsx.glade2:2740
+#: ../win32/gui/CheatDlg.c:596 ../data/pcsx.glade2:2780
msgid "Modify"
msgstr ""
-#: ../win32/gui/CheatDlg.c:674 ../gui/Cheat.c:1188 ../data/pcsx.glade2:2479
+#: ../win32/gui/CheatDlg.c:679 ../gui/Cheat.c:1126 ../data/pcsx.glade2:2517
msgid "Cheat Search"
msgstr ""
-#: ../win32/gui/CheatDlg.c:676 ../data/pcsx.glade2:2526
+#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2566
msgid "Search For:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:677 ../data/pcsx.glade2:2536
+#: ../win32/gui/CheatDlg.c:682 ../data/pcsx.glade2:2576
msgid "Data Type:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:679 ../data/pcsx.glade2:2560
+#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2600
msgid "Data Base:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2620
+#: ../win32/gui/CheatDlg.c:685 ../data/pcsx.glade2:2660
msgid "To:"
msgstr ""
-#: ../win32/gui/CheatDlg.c:681
+#: ../win32/gui/CheatDlg.c:686
msgid "&Freeze"
msgstr ""
-#: ../win32/gui/CheatDlg.c:682
+#: ../win32/gui/CheatDlg.c:687
msgid "&Modify"
msgstr ""
-#: ../win32/gui/CheatDlg.c:683
+#: ../win32/gui/CheatDlg.c:688
msgid "&Copy"
msgstr ""
-#: ../win32/gui/CheatDlg.c:684
+#: ../win32/gui/CheatDlg.c:689
msgid "&Search"
msgstr ""
-#: ../win32/gui/CheatDlg.c:685
+#: ../win32/gui/CheatDlg.c:690
msgid "&New Search"
msgstr ""
-#: ../win32/gui/CheatDlg.c:686
+#: ../win32/gui/CheatDlg.c:691
msgid "C&lose"
msgstr ""
-#: ../win32/gui/CheatDlg.c:688
+#: ../win32/gui/CheatDlg.c:693
msgid "8-bit"
msgstr ""
-#: ../win32/gui/CheatDlg.c:689
+#: ../win32/gui/CheatDlg.c:694
msgid "16-bit"
msgstr ""
-#: ../win32/gui/CheatDlg.c:690
+#: ../win32/gui/CheatDlg.c:695
msgid "32-bit"
msgstr ""
-#: ../win32/gui/CheatDlg.c:691
+#: ../win32/gui/CheatDlg.c:696
msgid "Decimal"
msgstr ""
-#: ../win32/gui/CheatDlg.c:692
+#: ../win32/gui/CheatDlg.c:697
msgid "Hexadecimal"
msgstr ""
-#: ../win32/gui/ConfigurePlugins.c:200 ../gui/Gtk2Gui.c:2115
+#: ../win32/gui/ConfigurePlugins.c:200 ../gui/Gtk2Gui.c:2237
msgid "Internal HLE Bios"
msgstr ""
@@ -301,7 +301,7 @@ msgstr ""
msgid "Configuration not OK!"
msgstr ""
-#: ../win32/gui/ConfigurePlugins.c:286 ../gui/Cheat.c:165 ../gui/Cheat.c:260
+#: ../win32/gui/ConfigurePlugins.c:286 ../gui/Cheat.c:155 ../gui/Cheat.c:250
#: ../gui/LnxMain.c:405
msgid "Error"
msgstr ""
@@ -615,13 +615,13 @@ msgstr ""
msgid "*PCSX*: Error Saving State %s"
msgstr ""
-#: ../win32/gui/WndMain.c:426 ../win32/gui/WndMain.c:475 ../gui/Gtk2Gui.c:554
-#: ../gui/Gtk2Gui.c:681
+#: ../win32/gui/WndMain.c:426 ../win32/gui/WndMain.c:475 ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "The CD does not appear to be a valid Playstation CD"
msgstr ""
-#: ../win32/gui/WndMain.c:432 ../win32/gui/WndMain.c:481 ../gui/Gtk2Gui.c:562
-#: ../gui/Gtk2Gui.c:689
+#: ../win32/gui/WndMain.c:432 ../win32/gui/WndMain.c:481 ../gui/Gtk2Gui.c:582
+#: ../gui/Gtk2Gui.c:709
msgid "Could not load CD-ROM!"
msgstr ""
@@ -629,11 +629,11 @@ msgstr ""
msgid "Running BIOS is not supported with Internal HLE Bios."
msgstr ""
-#: ../win32/gui/WndMain.c:661 ../gui/Gtk2Gui.c:1054
+#: ../win32/gui/WndMain.c:661 ../gui/Gtk2Gui.c:1074
msgid "Title"
msgstr ""
-#: ../win32/gui/WndMain.c:667 ../gui/Gtk2Gui.c:1060
+#: ../win32/gui/WndMain.c:667 ../gui/Gtk2Gui.c:1080
msgid "Status"
msgstr ""
@@ -653,16 +653,16 @@ msgstr ""
msgid "terminiting link block"
msgstr ""
-#: ../win32/gui/WndMain.c:864 ../gui/Gtk2Gui.c:1134
+#: ../win32/gui/WndMain.c:864 ../gui/Gtk2Gui.c:1154
msgid "Deleted"
msgstr ""
-#: ../win32/gui/WndMain.c:865 ../win32/gui/WndMain.c:868 ../gui/Gtk2Gui.c:1136
-#: ../gui/Gtk2Gui.c:1140
+#: ../win32/gui/WndMain.c:865 ../win32/gui/WndMain.c:868 ../gui/Gtk2Gui.c:1156
+#: ../gui/Gtk2Gui.c:1160
msgid "Free"
msgstr ""
-#: ../win32/gui/WndMain.c:867 ../gui/Gtk2Gui.c:1138
+#: ../win32/gui/WndMain.c:867 ../gui/Gtk2Gui.c:1158
msgid "Used"
msgstr ""
@@ -743,7 +743,7 @@ msgstr ""
msgid "Disable Cd audio"
msgstr ""
-#: ../win32/gui/WndMain.c:1206 ../data/pcsx.glade2:1356
+#: ../win32/gui/WndMain.c:1206 ../data/pcsx.glade2:1442
msgid "Autodetect"
msgstr ""
@@ -751,7 +751,7 @@ msgstr ""
msgid "Enable Interpreter Cpu"
msgstr ""
-#: ../win32/gui/WndMain.c:1208 ../data/pcsx.glade2:1212
+#: ../win32/gui/WndMain.c:1208 ../data/pcsx.glade2:1298
msgid "Enable Console Output"
msgstr ""
@@ -759,11 +759,11 @@ msgstr ""
msgid "Spu Irq Always Enabled"
msgstr ""
-#: ../win32/gui/WndMain.c:1210 ../data/pcsx.glade2:1299
+#: ../win32/gui/WndMain.c:1210 ../data/pcsx.glade2:1385
msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
msgstr ""
-#: ../win32/gui/WndMain.c:1211 ../data/pcsx.glade2:1314
+#: ../win32/gui/WndMain.c:1211 ../data/pcsx.glade2:1400
msgid "InuYasha Sengoku Battle Fix"
msgstr ""
@@ -799,8 +799,8 @@ msgstr ""
msgid "DataDeck Memory Card (*.ddf)"
msgstr ""
-#: ../win32/gui/WndMain.c:1316 ../win32/gui/WndMain.c:1397 ../gui/Cheat.c:373
-#: ../gui/Gtk2Gui.c:490 ../gui/Gtk2Gui.c:632
+#: ../win32/gui/WndMain.c:1316 ../win32/gui/WndMain.c:1397 ../gui/Cheat.c:319
+#: ../gui/Gtk2Gui.c:510 ../gui/Gtk2Gui.c:652
msgid "All Files"
msgstr ""
@@ -952,180 +952,178 @@ msgstr ""
msgid "Error Loading Symbol"
msgstr ""
-#: ../gui/Cheat.c:50
-msgid " Yes"
-msgstr ""
-
-#: ../gui/Cheat.c:127 ../gui/Cheat.c:211
+#: ../gui/Cheat.c:117 ../gui/Cheat.c:201
msgid "Cheat Description:"
msgstr ""
-#: ../gui/Cheat.c:358
+#: ../gui/Cheat.c:304
msgid "Open Cheat File"
msgstr ""
-#: ../gui/Cheat.c:368 ../gui/Cheat.c:408
+#: ../gui/Cheat.c:314 ../gui/Cheat.c:354
msgid "PCSX Cheat Code Files (*.cht)"
msgstr ""
-#: ../gui/Cheat.c:398
+#: ../gui/Cheat.c:344
msgid "Save Cheat File"
msgstr ""
-#: ../gui/Cheat.c:413
+#: ../gui/Cheat.c:359
msgid "All Files (*.*)"
msgstr ""
-#: ../gui/Cheat.c:446 ../gui/Cheat.c:1183 ../gui/Gtk2Gui.c:378
-#: ../gui/Gtk2Gui.c:1006
+#: ../gui/Cheat.c:392 ../gui/Cheat.c:1121 ../gui/Gtk2Gui.c:398
+#: ../gui/Gtk2Gui.c:1026
msgid "Error: Glade interface could not be loaded!"
msgstr ""
-#: ../gui/Cheat.c:451
+#: ../gui/Cheat.c:397
msgid "Cheat Codes"
msgstr ""
-#: ../gui/Cheat.c:457 ../data/pcsx.glade2:2365
+#: ../gui/Cheat.c:403
msgid "Enable"
msgstr ""
-#: ../gui/Cheat.c:689
+#: ../gui/Cheat.c:627
msgid "Freeze value"
msgstr ""
-#: ../gui/Cheat.c:788
+#: ../gui/Cheat.c:726
msgid "Modify value"
msgstr ""
-#: ../gui/Cheat.c:796
+#: ../gui/Cheat.c:734
msgid "New value:"
msgstr ""
-#: ../gui/Cheat.c:1193
+#: ../gui/Cheat.c:1131
msgid "Search Results"
msgstr ""
-#: ../gui/Gtk2Gui.c:386 ../data/pcsx.glade2:539
+#: ../gui/Gtk2Gui.c:406 ../data/pcsx.glade2:620
msgid "Configure PCSX"
msgstr ""
-#: ../gui/Gtk2Gui.c:472
+#: ../gui/Gtk2Gui.c:492
msgid "Select PSX EXE File"
msgstr ""
-#: ../gui/Gtk2Gui.c:486
+#: ../gui/Gtk2Gui.c:506
msgid "PlayStation Executable Files"
msgstr ""
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "Not a valid PSX file"
msgstr ""
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "The file does not appear to be a valid Playstation executable"
msgstr ""
-#: ../gui/Gtk2Gui.c:554 ../gui/Gtk2Gui.c:681
+#: ../gui/Gtk2Gui.c:574 ../gui/Gtk2Gui.c:701
msgid "CD ROM failed"
msgstr ""
-#: ../gui/Gtk2Gui.c:562
+#: ../gui/Gtk2Gui.c:582
msgid "The CD ROM could not be loaded"
msgstr ""
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Could not run BIOS"
msgstr ""
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Running BIOS is not supported with Internal HLE BIOS."
msgstr ""
-#: ../gui/Gtk2Gui.c:607
+#: ../gui/Gtk2Gui.c:627
msgid "Open PSX Disc Image File"
msgstr ""
-#: ../gui/Gtk2Gui.c:627
+#: ../gui/Gtk2Gui.c:647
msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
msgstr ""
-#: ../gui/Gtk2Gui.c:865
+#: ../gui/Gtk2Gui.c:885
#, c-format
msgid "Loaded state %s."
msgstr ""
-#: ../gui/Gtk2Gui.c:870
+#: ../gui/Gtk2Gui.c:890
#, c-format
msgid "Error loading state %s!"
msgstr ""
-#: ../gui/Gtk2Gui.c:881
+#: ../gui/Gtk2Gui.c:901
#, c-format
msgid "Saved state %s."
msgstr ""
-#: ../gui/Gtk2Gui.c:883
+#: ../gui/Gtk2Gui.c:903
#, c-format
msgid "Error saving state %s!"
msgstr ""
-#: ../gui/Gtk2Gui.c:917 ../gui/Gtk2Gui.c:944
+#: ../gui/Gtk2Gui.c:937 ../gui/Gtk2Gui.c:964
msgid "Select State File"
msgstr ""
-#: ../gui/Gtk2Gui.c:1048
+#: ../gui/Gtk2Gui.c:1068
msgid "Icon"
msgstr ""
-#: ../gui/Gtk2Gui.c:1066
+#: ../gui/Gtk2Gui.c:1086
msgid "ID"
msgstr ""
-#: ../gui/Gtk2Gui.c:1072
+#: ../gui/Gtk2Gui.c:1092
msgid "Name"
msgstr ""
-#: ../gui/Gtk2Gui.c:1232
+#: ../gui/Gtk2Gui.c:1252
msgid "Format this Memory Card?"
msgstr ""
-#: ../gui/Gtk2Gui.c:1234
+#: ../gui/Gtk2Gui.c:1254
msgid ""
"If you format the memory card, the card will be empty, and any existing data "
"overwritten."
msgstr ""
-#: ../gui/Gtk2Gui.c:1237
+#: ../gui/Gtk2Gui.c:1257
msgid "Format card"
msgstr ""
-#: ../gui/Gtk2Gui.c:1352
+#: ../gui/Gtk2Gui.c:1372
msgid "No space available in the target memory card!"
msgstr ""
-#: ../gui/Gtk2Gui.c:1497
-msgid "Memory Card Manager"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514 ../gui/Gtk2Gui.c:1535 ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577 ../gui/Gtk2Gui.c:1598 ../gui/Gtk2Gui.c:1889
msgid "No configuration required"
msgstr ""
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514 ../gui/Gtk2Gui.c:1535 ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577 ../gui/Gtk2Gui.c:1598 ../gui/Gtk2Gui.c:1889
msgid "This plugin doesn't need to be configured."
msgstr ""
-#: ../gui/Gtk2Gui.c:2021
+#: ../gui/Gtk2Gui.c:1620
+msgid "Memory Card Manager"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:2143
#, c-format
msgid "Could not open BIOS directory: '%s'\n"
msgstr ""
-#: ../gui/Gtk2Gui.c:2051 ../gui/Gtk2Gui.c:2144 ../gui/LnxMain.c:170
+#: ../gui/Gtk2Gui.c:2173 ../gui/Gtk2Gui.c:2266 ../gui/LnxMain.c:170
#, c-format
msgid "Could not open directory: '%s'\n"
msgstr ""
-#: ../gui/Gtk2Gui.c:2205
+#: ../gui/Gtk2Gui.c:2327
msgid "Notice"
msgstr ""
@@ -1169,7 +1167,7 @@ msgstr ""
msgid "PSX emulator couldn't be initialized.\n"
msgstr ""
-#: ../gui/Plugin.c:204 ../data/pcsx.glade2:1248
+#: ../gui/Plugin.c:204 ../data/pcsx.glade2:1334
#, c-format
msgid "SIO IRQ Always Enabled"
msgstr ""
@@ -1239,7 +1237,7 @@ msgstr ""
msgid "Error closing GPU plugin!"
msgstr ""
-#: ../libpcsxcore/cdriso.c:539
+#: ../libpcsxcore/cdriso.c:528
#, c-format
msgid "Loaded CD Image: %s"
msgstr ""
@@ -1626,233 +1624,253 @@ msgstr ""
msgid "PCSX"
msgstr ""
-#: ../data/pcsx.glade2:23
+#: ../data/pcsx.glade2:24
msgid "_File"
msgstr ""
-#: ../data/pcsx.glade2:29
+#: ../data/pcsx.glade2:30
msgid "Run _CD"
msgstr ""
-#: ../data/pcsx.glade2:47
+#: ../data/pcsx.glade2:48
msgid "Run _ISO..."
msgstr ""
-#: ../data/pcsx.glade2:64
+#: ../data/pcsx.glade2:65
msgid "Run _BIOS"
msgstr ""
-#: ../data/pcsx.glade2:81
+#: ../data/pcsx.glade2:82
msgid "Run _EXE..."
msgstr ""
-#: ../data/pcsx.glade2:103
+#: ../data/pcsx.glade2:104
msgid "E_xit"
msgstr ""
-#: ../data/pcsx.glade2:125
+#: ../data/pcsx.glade2:126
msgid "_Emulator"
msgstr ""
-#: ../data/pcsx.glade2:131
+#: ../data/pcsx.glade2:132
msgid "_Continue"
msgstr ""
-#: ../data/pcsx.glade2:147
+#: ../data/pcsx.glade2:148
msgid "_Reset"
msgstr ""
-#: ../data/pcsx.glade2:168
+#: ../data/pcsx.glade2:169
msgid "S_witch ISO..."
msgstr ""
-#: ../data/pcsx.glade2:190
+#: ../data/pcsx.glade2:191
msgid "_Save State"
msgstr ""
-#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
+#: ../data/pcsx.glade2:200 ../data/pcsx.glade2:281
msgid "Slot _1"
msgstr ""
-#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
+#: ../data/pcsx.glade2:209 ../data/pcsx.glade2:290
msgid "Slot _2"
msgstr ""
-#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
+#: ../data/pcsx.glade2:218 ../data/pcsx.glade2:299
msgid "Slot _3"
msgstr ""
-#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
+#: ../data/pcsx.glade2:227 ../data/pcsx.glade2:308
msgid "Slot _4"
msgstr ""
-#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
+#: ../data/pcsx.glade2:236 ../data/pcsx.glade2:317
msgid "Slot _5"
msgstr ""
-#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
+#: ../data/pcsx.glade2:244 ../data/pcsx.glade2:325
msgid "_Other..."
msgstr ""
-#: ../data/pcsx.glade2:271
+#: ../data/pcsx.glade2:272
msgid "_Load State"
msgstr ""
-#: ../data/pcsx.glade2:357
+#: ../data/pcsx.glade2:358
msgid "_Configuration"
msgstr ""
-#: ../data/pcsx.glade2:363
+#: ../data/pcsx.glade2:364
msgid "_Plugins & BIOS..."
msgstr ""
-#: ../data/pcsx.glade2:385
-msgid "_CPU..."
+#: ../data/pcsx.glade2:386
+msgid "_Graphics"
msgstr ""
#: ../data/pcsx.glade2:401
+msgid "_Sound"
+msgstr ""
+
+#: ../data/pcsx.glade2:416
+msgid "CD-_ROM"
+msgstr ""
+
+#: ../data/pcsx.glade2:431
+msgid "Controller _1"
+msgstr ""
+
+#: ../data/pcsx.glade2:446
+msgid "Controller _2"
+msgstr ""
+
+#: ../data/pcsx.glade2:466
+msgid "_CPU..."
+msgstr ""
+
+#: ../data/pcsx.glade2:482
msgid "_Memory Cards..."
msgstr ""
-#: ../data/pcsx.glade2:418
+#: ../data/pcsx.glade2:499
msgid "_Netplay..."
msgstr ""
-#: ../data/pcsx.glade2:439
+#: ../data/pcsx.glade2:520
msgid "Chea_t"
msgstr ""
-#: ../data/pcsx.glade2:448
+#: ../data/pcsx.glade2:529
msgid "_Browse..."
msgstr ""
-#: ../data/pcsx.glade2:463
+#: ../data/pcsx.glade2:544
msgid "_Search..."
msgstr ""
-#: ../data/pcsx.glade2:494
+#: ../data/pcsx.glade2:575
msgid "_Help"
msgstr ""
-#: ../data/pcsx.glade2:500
+#: ../data/pcsx.glade2:581
msgid "_About PCSX..."
msgstr ""
-#: ../data/pcsx.glade2:639
+#: ../data/pcsx.glade2:722
msgid "Select Folder to Search"
msgstr ""
-#: ../data/pcsx.glade2:655
+#: ../data/pcsx.glade2:738
msgid "Search in:"
msgstr ""
-#: ../data/pcsx.glade2:928
+#: ../data/pcsx.glade2:1011
msgid "Graphics:"
msgstr ""
-#: ../data/pcsx.glade2:941
+#: ../data/pcsx.glade2:1024
msgid "Sound:"
msgstr ""
-#: ../data/pcsx.glade2:956
+#: ../data/pcsx.glade2:1039
msgid "Controller 1: "
msgstr ""
-#: ../data/pcsx.glade2:971
+#: ../data/pcsx.glade2:1054
msgid "Controller 2:"
msgstr ""
-#: ../data/pcsx.glade2:986
+#: ../data/pcsx.glade2:1069
msgid "CD-ROM:"
msgstr ""
-#: ../data/pcsx.glade2:1024
+#: ../data/pcsx.glade2:1107
msgid "<b>Plugins</b>"
msgstr ""
-#: ../data/pcsx.glade2:1085
+#: ../data/pcsx.glade2:1168
msgid "<b>BIOS</b>"
msgstr ""
-#: ../data/pcsx.glade2:1137
+#: ../data/pcsx.glade2:1220
msgid "Configure CPU"
msgstr ""
-#: ../data/pcsx.glade2:1162
+#: ../data/pcsx.glade2:1248
msgid "Enable Debugger"
msgstr ""
-#: ../data/pcsx.glade2:1180
+#: ../data/pcsx.glade2:1266
msgid "SPU IRQ Always Enabled"
msgstr ""
-#: ../data/pcsx.glade2:1196
+#: ../data/pcsx.glade2:1282
msgid "Black & White Movies"
msgstr ""
-#: ../data/pcsx.glade2:1230
+#: ../data/pcsx.glade2:1316
msgid "Enable Interpreter CPU"
msgstr ""
-#: ../data/pcsx.glade2:1264
+#: ../data/pcsx.glade2:1350
msgid "Disable CD Audio"
msgstr ""
-#: ../data/pcsx.glade2:1280
+#: ../data/pcsx.glade2:1366
msgid "Disable XA Decoding"
msgstr ""
-#: ../data/pcsx.glade2:1332
+#: ../data/pcsx.glade2:1418
msgid "<b>Options</b>"
msgstr ""
-#: ../data/pcsx.glade2:1373
+#: ../data/pcsx.glade2:1459
msgid ""
"NTSC\n"
"PAL"
msgstr ""
-#: ../data/pcsx.glade2:1387
+#: ../data/pcsx.glade2:1473
msgid "<b>System Type</b>"
msgstr ""
-#: ../data/pcsx.glade2:1436
+#: ../data/pcsx.glade2:1522
msgid "Configure NetPlay"
msgstr ""
-#: ../data/pcsx.glade2:1521
+#: ../data/pcsx.glade2:1609
msgid "<b>NetPlay</b>"
msgstr ""
-#: ../data/pcsx.glade2:1573
+#: ../data/pcsx.glade2:1661
msgid "Configure Memory Cards"
msgstr ""
-#: ../data/pcsx.glade2:1647 ../data/pcsx.glade2:2042
+#: ../data/pcsx.glade2:1737 ../data/pcsx.glade2:2133
msgid "Format"
msgstr ""
-#: ../data/pcsx.glade2:1697 ../data/pcsx.glade2:2092
+#: ../data/pcsx.glade2:1787 ../data/pcsx.glade2:2183
msgid "Reload"
msgstr ""
-#: ../data/pcsx.glade2:1741
+#: ../data/pcsx.glade2:1831
msgid "<b>Memory Card 1</b>"
msgstr ""
-#: ../data/pcsx.glade2:1801 ../data/pcsx.glade2:1851 ../data/pcsx.glade2:2776
+#: ../data/pcsx.glade2:1891 ../data/pcsx.glade2:1941 ../data/pcsx.glade2:2816
msgid "Copy"
msgstr ""
-#: ../data/pcsx.glade2:1901 ../data/pcsx.glade2:1951
+#: ../data/pcsx.glade2:1991 ../data/pcsx.glade2:2041
msgid "Un/Delete"
msgstr ""
-#: ../data/pcsx.glade2:2136
+#: ../data/pcsx.glade2:2227
msgid "<b>Memory Card 2</b>"
msgstr ""
-#: ../data/pcsx.glade2:2198
+#: ../data/pcsx.glade2:2289
msgid ""
"(C) 1999-2003 PCSX Team\n"
"(C) 2005-2006 Ryan Schultz\n"
@@ -1860,15 +1878,15 @@ msgid ""
"(C) 2008-2009 Wei Mingzhi"
msgstr ""
-#: ../data/pcsx.glade2:2202
+#: ../data/pcsx.glade2:2293
msgid "A PlayStation emulator."
msgstr ""
-#: ../data/pcsx.glade2:2204
+#: ../data/pcsx.glade2:2295
msgid "PCSX Reloaded"
msgstr ""
-#: ../data/pcsx.glade2:2205
+#: ../data/pcsx.glade2:2296
msgid ""
"This program is free software; you can redistribute it\n"
"and/or modify it under the terms of the GNU General\n"
@@ -1887,50 +1905,22 @@ msgid ""
"the Free Software Foundation, Inc."
msgstr ""
-#: ../data/pcsx.glade2:2234 ../plugins/dfinput/dfinput.glade2:212
+#: ../data/pcsx.glade2:2325 ../plugins/dfinput/dfinput.glade2:212
msgid "translator-credits"
msgstr ""
-#: ../data/pcsx.glade2:2292
+#: ../data/pcsx.glade2:2386
msgid "<b>Cheat Codes</b>"
msgstr ""
-#: ../data/pcsx.glade2:2310
-msgid "gtk-add"
-msgstr ""
-
-#: ../data/pcsx.glade2:2322
-msgid "gtk-edit"
-msgstr ""
-
-#: ../data/pcsx.glade2:2334
-msgid "gtk-delete"
-msgstr ""
-
-#: ../data/pcsx.glade2:2399
-msgid "Disable"
-msgstr ""
-
-#: ../data/pcsx.glade2:2414
-msgid "gtk-open"
-msgstr ""
-
-#: ../data/pcsx.glade2:2426
-msgid "gtk-save-as"
-msgstr ""
-
-#: ../data/pcsx.glade2:2454 ../data/pcsx.glade2:2927
-msgid "gtk-close"
-msgstr ""
-
-#: ../data/pcsx.glade2:2511
+#: ../data/pcsx.glade2:2551
msgid ""
"8-bit\n"
"16-bit\n"
"32-bit"
msgstr ""
-#: ../data/pcsx.glade2:2574
+#: ../data/pcsx.glade2:2614
msgid ""
"Equal Value\n"
"Not Equal Value\n"
@@ -1943,25 +1933,25 @@ msgid ""
"No Change"
msgstr ""
-#: ../data/pcsx.glade2:2606
+#: ../data/pcsx.glade2:2646
msgid ""
"Decimal\n"
"Hexadecimal"
msgstr ""
-#: ../data/pcsx.glade2:2809
+#: ../data/pcsx.glade2:2849
msgid "label_resultsfound"
msgstr ""
-#: ../data/pcsx.glade2:2844
+#: ../data/pcsx.glade2:2884
msgid "Search"
msgstr ""
-#: ../data/pcsx.glade2:2880
+#: ../data/pcsx.glade2:2920
msgid "Restart"
msgstr ""
-#: ../data/pcsx.glade2:2909
+#: ../data/pcsx.glade2:2949
msgid "<b>Cheat Search</b>"
msgstr ""
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index f22bf38d..d38aa79c 100644
--- a/po/pt_BR.gmo
+++ b/po/pt_BR.gmo
Binary files differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ec3aca29..8d444158 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -5,9 +5,9 @@ msgid ""
msgstr ""
"Project-Id-Version: pcsx-df\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-16 18:37+0800\n"
-"PO-Revision-Date: 2009-09-15 20:02-0300\n"
-"Last-Translator: Tibério Vítor <tvtoon@gmail.com>\n"
+"POT-Creation-Date: 2009-09-26 12:45+0800\n"
+"PO-Revision-Date: 2009-09-26 12:47+0700\n"
+"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
"Language-Team: PoBRE <romhackers@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,14 +52,19 @@ msgstr ""
"\n"
"http://www.codeplex.com/pcsxr"
-#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
+#: ../win32/gui/AboutDlg.c:46
+#: ../plugins/peopsxgl/gpucfg/interface.c:831
msgid "About"
msgstr "Sobre"
-#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
-#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
-#: ../win32/gui/ConfigurePlugins.c:464 ../win32/gui/ConfigurePlugins.c:595
-#: ../win32/gui/WndMain.c:963 ../win32/gui/WndMain.c:1199
+#: ../win32/gui/AboutDlg.c:48
+#: ../win32/gui/AboutDlg.c:52
+#: ../win32/gui/CheatDlg.c:70
+#: ../win32/gui/CheatDlg.c:120
+#: ../win32/gui/ConfigurePlugins.c:464
+#: ../win32/gui/ConfigurePlugins.c:595
+#: ../win32/gui/WndMain.c:963
+#: ../win32/gui/WndMain.c:1199
#: ../plugins/peopsxgl/gpucfg/interface.c:130
#: ../plugins/peopsxgl/gpucfg/interface.c:843
msgid "OK"
@@ -69,46 +74,60 @@ msgstr "OK"
msgid "PCSX EMU\n"
msgstr "EMULADOR PCSX\n"
-#: ../win32/gui/CheatDlg.c:52 ../win32/gui/CheatDlg.c:224
+#: ../win32/gui/CheatDlg.c:52
+#: ../win32/gui/CheatDlg.c:224
#: ../win32/gui/CheatDlg.c:271
msgid "Yes"
msgstr "Sim"
-#: ../win32/gui/CheatDlg.c:52 ../win32/gui/CheatDlg.c:224
+#: ../win32/gui/CheatDlg.c:52
+#: ../win32/gui/CheatDlg.c:224
#: ../win32/gui/CheatDlg.c:271
msgid "No"
msgstr "Não"
-#: ../win32/gui/CheatDlg.c:67 ../gui/Cheat.c:203
+#: ../win32/gui/CheatDlg.c:67
+#: ../gui/Cheat.c:193
msgid "Edit Cheat"
msgstr "Editar Trapaça"
-#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:695
+#: ../win32/gui/CheatDlg.c:68
+#: ../win32/gui/CheatDlg.c:118
+#: ../gui/Cheat.c:633
msgid "Description:"
msgstr "Descrição:"
-#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119 ../gui/Cheat.c:135
-#: ../gui/Cheat.c:220
+#: ../win32/gui/CheatDlg.c:69
+#: ../win32/gui/CheatDlg.c:119
+#: ../gui/Cheat.c:125
+#: ../gui/Cheat.c:210
msgid "Cheat Code:"
msgstr "Código de Trapaça:"
-#: ../win32/gui/CheatDlg.c:71 ../win32/gui/CheatDlg.c:121
-#: ../win32/gui/ConfigurePlugins.c:465 ../win32/gui/ConfigurePlugins.c:596
-#: ../win32/gui/WndMain.c:964 ../win32/gui/WndMain.c:1200
+#: ../win32/gui/CheatDlg.c:71
+#: ../win32/gui/CheatDlg.c:121
+#: ../win32/gui/ConfigurePlugins.c:465
+#: ../win32/gui/ConfigurePlugins.c:596
+#: ../win32/gui/WndMain.c:964
+#: ../win32/gui/WndMain.c:1200
#: ../plugins/peopsxgl/gpucfg/interface.c:338
msgid "Cancel"
msgstr "Cancelar"
-#: ../win32/gui/CheatDlg.c:92 ../win32/gui/CheatDlg.c:133 ../gui/Cheat.c:165
-#: ../gui/Cheat.c:260
+#: ../win32/gui/CheatDlg.c:92
+#: ../win32/gui/CheatDlg.c:133
+#: ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
msgid "Invalid cheat code!"
msgstr "Código de trapaça inválido!"
-#: ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:119
+#: ../win32/gui/CheatDlg.c:117
+#: ../gui/Cheat.c:109
msgid "Add New Cheat"
msgstr "Adicionar nova Trapaça"
-#: ../win32/gui/CheatDlg.c:167 ../data/pcsx.glade2:2255
+#: ../win32/gui/CheatDlg.c:167
+#: ../data/pcsx.glade2:2347
msgid "Edit Cheat Codes"
msgstr "Editar Códigos de Trapaça"
@@ -140,7 +159,8 @@ msgstr "&Salvar como..."
msgid "&Close"
msgstr "&Fechar"
-#: ../win32/gui/CheatDlg.c:186 ../gui/Cheat.c:463
+#: ../win32/gui/CheatDlg.c:186
+#: ../gui/Cheat.c:411
msgid "Description"
msgstr "Descrição"
@@ -148,7 +168,8 @@ msgstr "Descrição"
msgid "Enabled"
msgstr "Ligado"
-#: ../win32/gui/CheatDlg.c:283 ../win32/gui/CheatDlg.c:312
+#: ../win32/gui/CheatDlg.c:283
+#: ../win32/gui/CheatDlg.c:312
msgid "PCSX Cheat Code Files"
msgstr "Arquivos de trapaça do PCSX"
@@ -188,125 +209,144 @@ msgstr "Diferentes"
msgid "No Change"
msgstr "Sem mudanças"
-#: ../win32/gui/CheatDlg.c:444 ../gui/Cheat.c:645
+#: ../win32/gui/CheatDlg.c:449
+#: ../gui/Cheat.c:583
msgid "Enter the values and start your search."
msgstr "Digite algum número para começar a pesquisa."
-#: ../win32/gui/CheatDlg.c:449
+#: ../win32/gui/CheatDlg.c:454
msgid "No addresses found."
msgstr "Nenhum endereço encontrado com esse número."
-#: ../win32/gui/CheatDlg.c:453 ../gui/Cheat.c:603
+#: ../win32/gui/CheatDlg.c:458
+#: ../gui/Cheat.c:541
msgid "Too many addresses found."
msgstr "Muitos endereços encontrados com esse número, refine a pesquisa."
-#: ../win32/gui/CheatDlg.c:462 ../gui/Cheat.c:612
+#: ../win32/gui/CheatDlg.c:467
+#: ../gui/Cheat.c:550
#, c-format
msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
msgstr "%.8X Atual: %u (%.2X), Anterior: %u (%.2X)"
-#: ../win32/gui/CheatDlg.c:467 ../gui/Cheat.c:617
+#: ../win32/gui/CheatDlg.c:472
+#: ../gui/Cheat.c:555
#, c-format
msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
msgstr "%.8X Atual: %u (%.4X), Anterior: %u (%.4X)"
-#: ../win32/gui/CheatDlg.c:472 ../gui/Cheat.c:622
+#: ../win32/gui/CheatDlg.c:477
+#: ../gui/Cheat.c:560
#, c-format
msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
msgstr "%.8X Atual: %u (%.8X), Anterior: %u (%.8X)"
-#: ../win32/gui/CheatDlg.c:488 ../gui/Cheat.c:637
+#: ../win32/gui/CheatDlg.c:493
+#: ../gui/Cheat.c:575
#, c-format
msgid "Founded Addresses: %d"
msgstr "Endereços com o número: %d"
-#: ../win32/gui/CheatDlg.c:500 ../data/pcsx.glade2:2704
+#: ../win32/gui/CheatDlg.c:505
+#: ../data/pcsx.glade2:2744
msgid "Freeze"
msgstr "Parar"
-#: ../win32/gui/CheatDlg.c:501 ../win32/gui/CheatDlg.c:592
+#: ../win32/gui/CheatDlg.c:506
+#: ../win32/gui/CheatDlg.c:597
msgid "Address:"
msgstr "Endereço:"
-#: ../win32/gui/CheatDlg.c:502 ../win32/gui/CheatDlg.c:593
-#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:706 ../data/pcsx.glade2:2548
+#: ../win32/gui/CheatDlg.c:507
+#: ../win32/gui/CheatDlg.c:598
+#: ../win32/gui/CheatDlg.c:683
+#: ../gui/Cheat.c:644
+#: ../data/pcsx.glade2:2588
msgid "Value:"
msgstr "Valor:"
-#: ../win32/gui/CheatDlg.c:562
+#: ../win32/gui/CheatDlg.c:567
#, c-format
msgid "Freeze %.8X"
msgstr "Parar %.8X"
-#: ../win32/gui/CheatDlg.c:591 ../data/pcsx.glade2:2740
+#: ../win32/gui/CheatDlg.c:596
+#: ../data/pcsx.glade2:2780
msgid "Modify"
msgstr "Modificar"
-#: ../win32/gui/CheatDlg.c:674 ../gui/Cheat.c:1188 ../data/pcsx.glade2:2479
+#: ../win32/gui/CheatDlg.c:679
+#: ../gui/Cheat.c:1126
+#: ../data/pcsx.glade2:2517
msgid "Cheat Search"
msgstr "Procurar por trapaça"
-#: ../win32/gui/CheatDlg.c:676 ../data/pcsx.glade2:2526
+#: ../win32/gui/CheatDlg.c:681
+#: ../data/pcsx.glade2:2566
msgid "Search For:"
msgstr "Buscar por:"
-#: ../win32/gui/CheatDlg.c:677 ../data/pcsx.glade2:2536
+#: ../win32/gui/CheatDlg.c:682
+#: ../data/pcsx.glade2:2576
msgid "Data Type:"
msgstr "Tipo de dados:"
-#: ../win32/gui/CheatDlg.c:679 ../data/pcsx.glade2:2560
+#: ../win32/gui/CheatDlg.c:684
+#: ../data/pcsx.glade2:2600
msgid "Data Base:"
msgstr "Banco de dados:"
-#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2620
+#: ../win32/gui/CheatDlg.c:685
+#: ../data/pcsx.glade2:2660
msgid "To:"
msgstr "Para:"
-#: ../win32/gui/CheatDlg.c:681
+#: ../win32/gui/CheatDlg.c:686
msgid "&Freeze"
msgstr "&Parar"
-#: ../win32/gui/CheatDlg.c:682
+#: ../win32/gui/CheatDlg.c:687
msgid "&Modify"
msgstr "&Modificar"
-#: ../win32/gui/CheatDlg.c:683
+#: ../win32/gui/CheatDlg.c:688
msgid "&Copy"
msgstr "&Copiar"
-#: ../win32/gui/CheatDlg.c:684
+#: ../win32/gui/CheatDlg.c:689
msgid "&Search"
msgstr "&Buscar"
-#: ../win32/gui/CheatDlg.c:685
+#: ../win32/gui/CheatDlg.c:690
msgid "&New Search"
msgstr "&Nova busca"
-#: ../win32/gui/CheatDlg.c:686
+#: ../win32/gui/CheatDlg.c:691
msgid "C&lose"
msgstr "Fe&char"
-#: ../win32/gui/CheatDlg.c:688
+#: ../win32/gui/CheatDlg.c:693
msgid "8-bit"
msgstr "8-bit"
-#: ../win32/gui/CheatDlg.c:689
+#: ../win32/gui/CheatDlg.c:694
msgid "16-bit"
msgstr "16-bit"
-#: ../win32/gui/CheatDlg.c:690
+#: ../win32/gui/CheatDlg.c:695
msgid "32-bit"
msgstr "32-bit"
-#: ../win32/gui/CheatDlg.c:691
+#: ../win32/gui/CheatDlg.c:696
msgid "Decimal"
msgstr "Decimal"
-#: ../win32/gui/CheatDlg.c:692
+#: ../win32/gui/CheatDlg.c:697
msgid "Hexadecimal"
msgstr "Hexadecimal"
-#: ../win32/gui/ConfigurePlugins.c:200 ../gui/Gtk2Gui.c:2115
+#: ../win32/gui/ConfigurePlugins.c:200
+#: ../gui/Gtk2Gui.c:2237
msgid "Internal HLE Bios"
msgstr "BIOS HLE interna"
@@ -314,7 +354,9 @@ msgstr "BIOS HLE interna"
msgid "Configuration not OK!"
msgstr "Não configurou corretamente!"
-#: ../win32/gui/ConfigurePlugins.c:286 ../gui/Cheat.c:165 ../gui/Cheat.c:260
+#: ../win32/gui/ConfigurePlugins.c:286
+#: ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
#: ../gui/LnxMain.c:405
msgid "Error"
msgstr "Erro"
@@ -371,21 +413,30 @@ msgstr "Escolher o diretório da BIOS"
msgid "Set Plugins Directory"
msgstr "Escolher o diretório das extensões"
-#: ../win32/gui/ConfigurePlugins.c:474 ../win32/gui/ConfigurePlugins.c:477
-#: ../win32/gui/ConfigurePlugins.c:480 ../win32/gui/ConfigurePlugins.c:483
-#: ../win32/gui/ConfigurePlugins.c:486 ../win32/gui/ConfigurePlugins.c:598
+#: ../win32/gui/ConfigurePlugins.c:474
+#: ../win32/gui/ConfigurePlugins.c:477
+#: ../win32/gui/ConfigurePlugins.c:480
+#: ../win32/gui/ConfigurePlugins.c:483
+#: ../win32/gui/ConfigurePlugins.c:486
+#: ../win32/gui/ConfigurePlugins.c:598
msgid "Configure..."
msgstr "Configurar..."
-#: ../win32/gui/ConfigurePlugins.c:475 ../win32/gui/ConfigurePlugins.c:478
-#: ../win32/gui/ConfigurePlugins.c:481 ../win32/gui/ConfigurePlugins.c:484
-#: ../win32/gui/ConfigurePlugins.c:487 ../win32/gui/ConfigurePlugins.c:599
+#: ../win32/gui/ConfigurePlugins.c:475
+#: ../win32/gui/ConfigurePlugins.c:478
+#: ../win32/gui/ConfigurePlugins.c:481
+#: ../win32/gui/ConfigurePlugins.c:484
+#: ../win32/gui/ConfigurePlugins.c:487
+#: ../win32/gui/ConfigurePlugins.c:599
msgid "Test..."
msgstr "Testar..."
-#: ../win32/gui/ConfigurePlugins.c:476 ../win32/gui/ConfigurePlugins.c:479
-#: ../win32/gui/ConfigurePlugins.c:482 ../win32/gui/ConfigurePlugins.c:485
-#: ../win32/gui/ConfigurePlugins.c:488 ../win32/gui/ConfigurePlugins.c:600
+#: ../win32/gui/ConfigurePlugins.c:476
+#: ../win32/gui/ConfigurePlugins.c:479
+#: ../win32/gui/ConfigurePlugins.c:482
+#: ../win32/gui/ConfigurePlugins.c:485
+#: ../win32/gui/ConfigurePlugins.c:488
+#: ../win32/gui/ConfigurePlugins.c:600
msgid "About..."
msgstr "Sobre..."
@@ -398,28 +449,29 @@ msgid "NetPlay"
msgstr "Jogo em rede"
#: ../win32/gui/ConfigurePlugins.c:601
-msgid ""
-"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
-msgstr ""
-"Observação: o diretório da extensão de jogo em rede deve ser o mesmo que "
-"odas outras extensões."
+msgid "Note: The NetPlay Plugin Directory should be the same as the other Plugins."
+msgstr "Observação: o diretório da extensão de jogo em rede deve ser o mesmo que odas outras extensões."
-#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:278
+#: ../win32/gui/plugin.c:90
+#: ../win32/gui/WndMain.c:278
#, c-format
msgid "*PCSX*: Saved State %d"
msgstr "PCSX: Estado \"%d\" salvo."
-#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:279
+#: ../win32/gui/plugin.c:91
+#: ../win32/gui/WndMain.c:279
#, c-format
msgid "*PCSX*: Error Saving State %d"
msgstr "PCSX: Erro ao salvar o estado \"%d\"!"
-#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:256
+#: ../win32/gui/plugin.c:107
+#: ../win32/gui/WndMain.c:256
#, c-format
msgid "*PCSX*: Loaded State %d"
msgstr "PCSX: Estado \"%d\" carregado."
-#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:257
+#: ../win32/gui/plugin.c:108
+#: ../win32/gui/WndMain.c:257
#, c-format
msgid "*PCSX*: Error Loading State %d"
msgstr "PCSX: Erro ao carregar o estado \"%d\"!"
@@ -466,7 +518,8 @@ msgstr "PCSX: Bandeja do CDROM fechada."
msgid "Connecting..."
msgstr "Conectando..."
-#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
+#: ../win32/gui/plugin.c:179
+#: ../win32/gui/plugin.c:186
#, c-format
msgid "Please wait while connecting... %c\n"
msgstr "Por favor, espere enquanto o emulador se conecta... %c\n"
@@ -561,7 +614,8 @@ msgstr "Alemão"
msgid "Greek"
msgstr "Grego"
-#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1522
+#: ../win32/gui/WndMain.c:80
+#: ../win32/gui/WndMain.c:1522
#: ../win32/gui/WndMain.c:1524
msgid "English"
msgstr "Inglês"
@@ -606,7 +660,8 @@ msgstr "Japonês"
msgid "Korean"
msgstr "Coreano"
-#: ../win32/gui/WndMain.c:297 ../win32/gui/WndMain.c:349
+#: ../win32/gui/WndMain.c:297
+#: ../win32/gui/WndMain.c:349
msgid "PCSX State Format"
msgstr "Formato dos estados salvos do PCSX"
@@ -630,13 +685,17 @@ msgstr "PCSX: Arquivo de estado \"%s\" salvo."
msgid "*PCSX*: Error Saving State %s"
msgstr "PCSX: Erro ao salvar o arquivo de estado \"%s\"!"
-#: ../win32/gui/WndMain.c:426 ../win32/gui/WndMain.c:475 ../gui/Gtk2Gui.c:554
-#: ../gui/Gtk2Gui.c:681
+#: ../win32/gui/WndMain.c:426
+#: ../win32/gui/WndMain.c:475
+#: ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "The CD does not appear to be a valid Playstation CD"
msgstr "Esse CD não parece ser um CD de PlayStation!"
-#: ../win32/gui/WndMain.c:432 ../win32/gui/WndMain.c:481 ../gui/Gtk2Gui.c:562
-#: ../gui/Gtk2Gui.c:689
+#: ../win32/gui/WndMain.c:432
+#: ../win32/gui/WndMain.c:481
+#: ../gui/Gtk2Gui.c:582
+#: ../gui/Gtk2Gui.c:709
msgid "Could not load CD-ROM!"
msgstr "Não pôde carregar o CDROM!"
@@ -644,11 +703,13 @@ msgstr "Não pôde carregar o CDROM!"
msgid "Running BIOS is not supported with Internal HLE Bios."
msgstr "Iniciar pela BIOS não é suportado com a BIOS HLE interna."
-#: ../win32/gui/WndMain.c:661 ../gui/Gtk2Gui.c:1054
+#: ../win32/gui/WndMain.c:661
+#: ../gui/Gtk2Gui.c:1074
msgid "Title"
msgstr "Título"
-#: ../win32/gui/WndMain.c:667 ../gui/Gtk2Gui.c:1060
+#: ../win32/gui/WndMain.c:667
+#: ../gui/Gtk2Gui.c:1080
msgid "Status"
msgstr "Estado"
@@ -668,16 +729,20 @@ msgstr "bloco de ligação intermediário"
msgid "terminiting link block"
msgstr "bloco final da ligação"
-#: ../win32/gui/WndMain.c:864 ../gui/Gtk2Gui.c:1134
+#: ../win32/gui/WndMain.c:864
+#: ../gui/Gtk2Gui.c:1154
msgid "Deleted"
msgstr "Apagado"
-#: ../win32/gui/WndMain.c:865 ../win32/gui/WndMain.c:868 ../gui/Gtk2Gui.c:1136
-#: ../gui/Gtk2Gui.c:1140
+#: ../win32/gui/WndMain.c:865
+#: ../win32/gui/WndMain.c:868
+#: ../gui/Gtk2Gui.c:1156
+#: ../gui/Gtk2Gui.c:1160
msgid "Free"
msgstr "Liberado"
-#: ../win32/gui/WndMain.c:867 ../gui/Gtk2Gui.c:1138
+#: ../win32/gui/WndMain.c:867
+#: ../gui/Gtk2Gui.c:1158
msgid "Used"
msgstr "Usado"
@@ -685,15 +750,18 @@ msgstr "Usado"
msgid "Memcard Manager"
msgstr "Gerenciador de cartões de memória"
-#: ../win32/gui/WndMain.c:965 ../win32/gui/WndMain.c:968
+#: ../win32/gui/WndMain.c:965
+#: ../win32/gui/WndMain.c:968
msgid "Select Mcd"
msgstr "Selecionar cartão"
-#: ../win32/gui/WndMain.c:966 ../win32/gui/WndMain.c:969
+#: ../win32/gui/WndMain.c:966
+#: ../win32/gui/WndMain.c:969
msgid "Format Mcd"
msgstr "Formatar cartão"
-#: ../win32/gui/WndMain.c:967 ../win32/gui/WndMain.c:970
+#: ../win32/gui/WndMain.c:967
+#: ../win32/gui/WndMain.c:970
msgid "Reload Mcd"
msgstr "Reiniciar cartão"
@@ -729,12 +797,14 @@ msgstr "Cartão de memória 2"
msgid "Are you sure you want to paste this selection?"
msgstr "Você tem certeza que quer colar o selecionado?"
-#: ../win32/gui/WndMain.c:1033 ../win32/gui/WndMain.c:1144
+#: ../win32/gui/WndMain.c:1033
+#: ../win32/gui/WndMain.c:1144
#: ../win32/gui/WndMain.c:1151
msgid "Confirmation"
msgstr "Confirmação"
-#: ../win32/gui/WndMain.c:1144 ../win32/gui/WndMain.c:1151
+#: ../win32/gui/WndMain.c:1144
+#: ../win32/gui/WndMain.c:1151
msgid "Are you sure you want to format this Memory Card?"
msgstr "Você tem certeza que quer formatar esse Cartão de Memória?"
@@ -758,7 +828,8 @@ msgstr "Filmes em preto e branco"
msgid "Disable Cd audio"
msgstr "Desativar áudio de CD"
-#: ../win32/gui/WndMain.c:1206 ../data/pcsx.glade2:1356
+#: ../win32/gui/WndMain.c:1206
+#: ../data/pcsx.glade2:1442
msgid "Autodetect"
msgstr "Detectar Automaticamente"
@@ -766,7 +837,8 @@ msgstr "Detectar Automaticamente"
msgid "Enable Interpreter Cpu"
msgstr "Ativar interpretador da CPU"
-#: ../win32/gui/WndMain.c:1208 ../data/pcsx.glade2:1212
+#: ../win32/gui/WndMain.c:1208
+#: ../data/pcsx.glade2:1298
msgid "Enable Console Output"
msgstr "Ativar saída no terminal"
@@ -774,15 +846,18 @@ msgstr "Ativar saída no terminal"
msgid "Spu Irq Always Enabled"
msgstr "IRQ da SPU sempre ligada"
-#: ../win32/gui/WndMain.c:1210 ../data/pcsx.glade2:1299
+#: ../win32/gui/WndMain.c:1210
+#: ../data/pcsx.glade2:1385
msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
msgstr "Correção para Parasite Eve 2, Vandal Hearts..."
-#: ../win32/gui/WndMain.c:1211 ../data/pcsx.glade2:1314
+#: ../win32/gui/WndMain.c:1211
+#: ../data/pcsx.glade2:1400
msgid "InuYasha Sengoku Battle Fix"
msgstr "Correção para InuYasha, Sengoku Battle..."
-#: ../win32/gui/WndMain.c:1213 ../plugins/dfcdrom/interface.c:194
+#: ../win32/gui/WndMain.c:1213
+#: ../plugins/dfcdrom/interface.c:194
msgid "Options"
msgstr "Opções"
@@ -814,8 +889,11 @@ msgstr "Cartão de memória do DexDrive (*.gme)"
msgid "DataDeck Memory Card (*.ddf)"
msgstr "Cartão de memória do DataDeck (*.ddf)"
-#: ../win32/gui/WndMain.c:1316 ../win32/gui/WndMain.c:1397 ../gui/Cheat.c:373
-#: ../gui/Gtk2Gui.c:490 ../gui/Gtk2Gui.c:632
+#: ../win32/gui/WndMain.c:1316
+#: ../win32/gui/WndMain.c:1397
+#: ../gui/Cheat.c:319
+#: ../gui/Gtk2Gui.c:510
+#: ../gui/Gtk2Gui.c:652
msgid "All Files"
msgstr "Todos os arquivos"
@@ -863,27 +941,33 @@ msgstr "&Salvar"
msgid "&Load"
msgstr "&Carregar"
-#: ../win32/gui/WndMain.c:1479 ../win32/gui/WndMain.c:1485
+#: ../win32/gui/WndMain.c:1479
+#: ../win32/gui/WndMain.c:1485
msgid "&Other..."
msgstr "&Outros..."
-#: ../win32/gui/WndMain.c:1480 ../win32/gui/WndMain.c:1486
+#: ../win32/gui/WndMain.c:1480
+#: ../win32/gui/WndMain.c:1486
msgid "Slot &5"
msgstr "Unidade &5"
-#: ../win32/gui/WndMain.c:1481 ../win32/gui/WndMain.c:1487
+#: ../win32/gui/WndMain.c:1481
+#: ../win32/gui/WndMain.c:1487
msgid "Slot &4"
msgstr "Unidade &4"
-#: ../win32/gui/WndMain.c:1482 ../win32/gui/WndMain.c:1488
+#: ../win32/gui/WndMain.c:1482
+#: ../win32/gui/WndMain.c:1488
msgid "Slot &3"
msgstr "Unidade &3"
-#: ../win32/gui/WndMain.c:1483 ../win32/gui/WndMain.c:1489
+#: ../win32/gui/WndMain.c:1483
+#: ../win32/gui/WndMain.c:1489
msgid "Slot &2"
msgstr "Unidade &2"
-#: ../win32/gui/WndMain.c:1484 ../win32/gui/WndMain.c:1490
+#: ../win32/gui/WndMain.c:1484
+#: ../win32/gui/WndMain.c:1490
msgid "Slot &1"
msgstr "Unidade &1"
@@ -967,180 +1051,193 @@ msgstr "Mensagens do PCSX"
msgid "Error Loading Symbol"
msgstr "Erro ao carregar símbolo"
-#: ../gui/Cheat.c:50
-msgid " Yes"
-msgstr "Sim"
-
-#: ../gui/Cheat.c:127 ../gui/Cheat.c:211
+#: ../gui/Cheat.c:117
+#: ../gui/Cheat.c:201
msgid "Cheat Description:"
msgstr "Descrição da trapaça:"
-#: ../gui/Cheat.c:358
+#: ../gui/Cheat.c:304
msgid "Open Cheat File"
msgstr "Abrir arquivo de trapaça"
-#: ../gui/Cheat.c:368 ../gui/Cheat.c:408
+#: ../gui/Cheat.c:314
+#: ../gui/Cheat.c:354
msgid "PCSX Cheat Code Files (*.cht)"
msgstr "Arquivos de trapaça do PCSX (*.cht)"
-#: ../gui/Cheat.c:398
+#: ../gui/Cheat.c:344
msgid "Save Cheat File"
msgstr "Salvar um arquivo de trapaça"
-#: ../gui/Cheat.c:413
+#: ../gui/Cheat.c:359
msgid "All Files (*.*)"
msgstr "Todos os arquivos (*.*)"
-#: ../gui/Cheat.c:446 ../gui/Cheat.c:1183 ../gui/Gtk2Gui.c:378
-#: ../gui/Gtk2Gui.c:1006
+#: ../gui/Cheat.c:392
+#: ../gui/Cheat.c:1121
+#: ../gui/Gtk2Gui.c:398
+#: ../gui/Gtk2Gui.c:1026
msgid "Error: Glade interface could not be loaded!"
msgstr "Erro: o ambiente Glade não pôde ser carregado!"
-#: ../gui/Cheat.c:451
+#: ../gui/Cheat.c:397
msgid "Cheat Codes"
msgstr "Códigos de trapaça"
-#: ../gui/Cheat.c:457 ../data/pcsx.glade2:2365
+#: ../gui/Cheat.c:403
msgid "Enable"
msgstr "Ligar"
-#: ../gui/Cheat.c:689
+#: ../gui/Cheat.c:627
msgid "Freeze value"
msgstr "Congelar valor"
-#: ../gui/Cheat.c:788
+#: ../gui/Cheat.c:726
msgid "Modify value"
msgstr "Modificar valor"
-#: ../gui/Cheat.c:796
+#: ../gui/Cheat.c:734
msgid "New value:"
msgstr "Novo valor:"
-#: ../gui/Cheat.c:1193
+#: ../gui/Cheat.c:1131
msgid "Search Results"
msgstr "Resultados da busca"
-#: ../gui/Gtk2Gui.c:386 ../data/pcsx.glade2:539
+#: ../gui/Gtk2Gui.c:406
+#: ../data/pcsx.glade2:620
msgid "Configure PCSX"
msgstr "Configurar PCSX"
-#: ../gui/Gtk2Gui.c:472
+#: ../gui/Gtk2Gui.c:492
msgid "Select PSX EXE File"
msgstr "Selecione o arquivo executável de PSX"
-#: ../gui/Gtk2Gui.c:486
+#: ../gui/Gtk2Gui.c:506
msgid "PlayStation Executable Files"
msgstr "Arquivos executáveis do PlayStation"
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "Not a valid PSX file"
msgstr "Não é um arquivo válido de PSX"
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "The file does not appear to be a valid Playstation executable"
msgstr "Esse arquivo não parece ser um executável válido de PlayStation!"
-#: ../gui/Gtk2Gui.c:554 ../gui/Gtk2Gui.c:681
+#: ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "CD ROM failed"
msgstr "CDROM falhou"
-#: ../gui/Gtk2Gui.c:562
+#: ../gui/Gtk2Gui.c:582
msgid "The CD ROM could not be loaded"
msgstr "O CDROM não pôde ser carregado!"
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Could not run BIOS"
msgstr "Não conseguiu iniciar a BIOS"
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Running BIOS is not supported with Internal HLE BIOS."
msgstr "Iniciar pela BIOS não é suportado com a BIOS HLE interno."
-#: ../gui/Gtk2Gui.c:607
+#: ../gui/Gtk2Gui.c:627
msgid "Open PSX Disc Image File"
msgstr "Abrir arquivo de imagem de CD de PSX"
-#: ../gui/Gtk2Gui.c:627
+#: ../gui/Gtk2Gui.c:647
msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
msgstr "Arquivo de imagens de CD de PSX (*.bin, *.img, *.mdf, *.iso)"
-#: ../gui/Gtk2Gui.c:865
+#: ../gui/Gtk2Gui.c:885
#, c-format
msgid "Loaded state %s."
msgstr "Arquivo de estado \"%s\" carregado."
-#: ../gui/Gtk2Gui.c:870
+#: ../gui/Gtk2Gui.c:890
#, c-format
msgid "Error loading state %s!"
msgstr "Erro ao carregar o arquivo de estado \"%s\"!"
-#: ../gui/Gtk2Gui.c:881
+#: ../gui/Gtk2Gui.c:901
#, c-format
msgid "Saved state %s."
msgstr "Arquivo de estado \"%s\" salvo."
-#: ../gui/Gtk2Gui.c:883
+#: ../gui/Gtk2Gui.c:903
#, c-format
msgid "Error saving state %s!"
msgstr "Erro ao salvar o arquivo de estado \"%s\"!"
-#: ../gui/Gtk2Gui.c:917 ../gui/Gtk2Gui.c:944
+#: ../gui/Gtk2Gui.c:937
+#: ../gui/Gtk2Gui.c:964
msgid "Select State File"
msgstr "Selecione o arquivo de estado"
-#: ../gui/Gtk2Gui.c:1048
+#: ../gui/Gtk2Gui.c:1068
msgid "Icon"
msgstr "Ícone"
-#: ../gui/Gtk2Gui.c:1066
+#: ../gui/Gtk2Gui.c:1086
msgid "ID"
msgstr "ID"
-#: ../gui/Gtk2Gui.c:1072
+#: ../gui/Gtk2Gui.c:1092
msgid "Name"
msgstr "Nome"
-#: ../gui/Gtk2Gui.c:1232
+#: ../gui/Gtk2Gui.c:1252
msgid "Format this Memory Card?"
msgstr "Formatar esse cartão de memória?"
-#: ../gui/Gtk2Gui.c:1234
-msgid ""
-"If you format the memory card, the card will be empty, and any existing data "
-"overwritten."
+#: ../gui/Gtk2Gui.c:1254
+msgid "If you format the memory card, the card will be empty, and any existing data overwritten."
msgstr "Ao formatar o cartão de memória, todo o conteúdo será zerado."
-#: ../gui/Gtk2Gui.c:1237
+#: ../gui/Gtk2Gui.c:1257
msgid "Format card"
msgstr "Formatar cartão"
-#: ../gui/Gtk2Gui.c:1352
+#: ../gui/Gtk2Gui.c:1372
msgid "No space available in the target memory card!"
msgstr "Não há espaço suficiente no cartão de memória selecionado!"
-#: ../gui/Gtk2Gui.c:1497
-msgid "Memory Card Manager"
-msgstr "Gerenciador de cartões de memória"
-
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514
+#: ../gui/Gtk2Gui.c:1535
+#: ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577
+#: ../gui/Gtk2Gui.c:1598
+#: ../gui/Gtk2Gui.c:1889
msgid "No configuration required"
msgstr "Não necessita de configuração"
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514
+#: ../gui/Gtk2Gui.c:1535
+#: ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577
+#: ../gui/Gtk2Gui.c:1598
+#: ../gui/Gtk2Gui.c:1889
msgid "This plugin doesn't need to be configured."
msgstr "Esta extensão não pode ser configurada."
-#: ../gui/Gtk2Gui.c:2021
+#: ../gui/Gtk2Gui.c:1620
+msgid "Memory Card Manager"
+msgstr "Gerenciador de cartões de memória"
+
+#: ../gui/Gtk2Gui.c:2143
#, c-format
msgid "Could not open BIOS directory: '%s'\n"
msgstr "Não conseguiu abrir o diretório \"%s\", da BIOS!\n"
-#: ../gui/Gtk2Gui.c:2051 ../gui/Gtk2Gui.c:2144 ../gui/LnxMain.c:170
+#: ../gui/Gtk2Gui.c:2173
+#: ../gui/Gtk2Gui.c:2266
+#: ../gui/LnxMain.c:170
#, c-format
msgid "Could not open directory: '%s'\n"
msgstr "Não conseguiu abrir o diretório \"%s\"!\n"
-#: ../gui/Gtk2Gui.c:2205
+#: ../gui/Gtk2Gui.c:2327
msgid "Notice"
msgstr "Aviso"
@@ -1167,8 +1264,7 @@ msgstr ""
"\t-runcd\t\tExecuta direto pelo CD-ROM\n"
"\t-cdfile ARQUIVO\tRoda um arquivo de imagem de CD\n"
"\t-nogui\t\tNão abre o GUI da GTK\n"
-"\t-cfg ARQUIVO\tCarrega uma configuração alternativa (padrão: ~/.pcsx/pcsx."
-"cfg)\n"
+"\t-cfg ARQUIVO\tCarrega uma configuração alternativa (padrão: ~/.pcsx/pcsx.cfg)\n"
"\t-psxout\t\tAtiva a saída do PSX no console\n"
"\t-load NÚMERO_ESTADO\tCarrega um estado entre 1-5\n"
"\t-h -help\tMostra essa mensagem\n"
@@ -1176,11 +1272,8 @@ msgstr ""
#: ../gui/LnxMain.c:350
#, c-format
-msgid ""
-"PCSX cannot be configured without using the GUI -- you should restart "
-"without -nogui.\n"
-msgstr ""
-"PCSX não pode ser configurado sem o GUI -- reinicie sem a opção -nogui.\n"
+msgid "PCSX cannot be configured without using the GUI -- you should restart without -nogui.\n"
+msgstr "PCSX não pode ser configurado sem o GUI -- reinicie sem a opção -nogui.\n"
#: ../gui/LnxMain.c:405
msgid "Failed loading plugins!"
@@ -1196,7 +1289,8 @@ msgstr "Não pôde carregar o CD-ROM!\n"
msgid "PSX emulator couldn't be initialized.\n"
msgstr "O emulador não pôde ser inicializado.\n"
-#: ../gui/Plugin.c:204 ../data/pcsx.glade2:1248
+#: ../gui/Plugin.c:204
+#: ../data/pcsx.glade2:1334
#, c-format
msgid "SIO IRQ Always Enabled"
msgstr "IRQ SIO sempre ativada"
@@ -1266,7 +1360,7 @@ msgstr "Erro ao fechar a extensão de Controle 2!"
msgid "Error closing GPU plugin!"
msgstr "Erro ao fechar a extensão de GPU!"
-#: ../libpcsxcore/cdriso.c:539
+#: ../libpcsxcore/cdriso.c:528
#, c-format
msgid "Loaded CD Image: %s"
msgstr "Carregou a imagem de CD \"%s\"."
@@ -1281,7 +1375,8 @@ msgstr "Trapaças de \"%s\" carregadas.\n"
msgid "Cheats saved to: %s\n"
msgstr "Trapaças salvas para \"%s\".\n"
-#: ../libpcsxcore/cheat.c:323 ../libpcsxcore/cheat.c:444
+#: ../libpcsxcore/cheat.c:323
+#: ../libpcsxcore/cheat.c:444
msgid "(Untitled)"
msgstr "(Sem título)"
@@ -1673,187 +1768,213 @@ msgstr "Suporte ao XVideo: Stephen Chao"
msgid "PCSX"
msgstr "PCSX"
-#: ../data/pcsx.glade2:23
+#: ../data/pcsx.glade2:24
msgid "_File"
msgstr "_Arquivo"
-#: ../data/pcsx.glade2:29
+#: ../data/pcsx.glade2:30
msgid "Run _CD"
msgstr "Rodar _CD"
-#: ../data/pcsx.glade2:47
+#: ../data/pcsx.glade2:48
msgid "Run _ISO..."
msgstr "Rodar _imagem de CD..."
-#: ../data/pcsx.glade2:64
+#: ../data/pcsx.glade2:65
msgid "Run _BIOS"
msgstr "Rodar pela _BIOS"
-#: ../data/pcsx.glade2:81
+#: ../data/pcsx.glade2:82
msgid "Run _EXE..."
msgstr "Rodar _EXE do PSX..."
-#: ../data/pcsx.glade2:103
+#: ../data/pcsx.glade2:104
msgid "E_xit"
msgstr "_Sair"
-#: ../data/pcsx.glade2:125
+#: ../data/pcsx.glade2:126
msgid "_Emulator"
msgstr "_Emulador"
-#: ../data/pcsx.glade2:131
+#: ../data/pcsx.glade2:132
msgid "_Continue"
msgstr "_Continue"
-#: ../data/pcsx.glade2:147
+#: ../data/pcsx.glade2:148
msgid "_Reset"
msgstr "_Reiniciar"
-#: ../data/pcsx.glade2:168
+#: ../data/pcsx.glade2:169
msgid "S_witch ISO..."
msgstr "_Trocar de imagem de CD..."
-#: ../data/pcsx.glade2:190
+#: ../data/pcsx.glade2:191
msgid "_Save State"
msgstr "_Salvar estado"
-#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
+#: ../data/pcsx.glade2:200
+#: ../data/pcsx.glade2:281
msgid "Slot _1"
msgstr "Unidade _1"
-#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
+#: ../data/pcsx.glade2:209
+#: ../data/pcsx.glade2:290
msgid "Slot _2"
msgstr "Unidade _2"
-#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
+#: ../data/pcsx.glade2:218
+#: ../data/pcsx.glade2:299
msgid "Slot _3"
msgstr "Unidade _3"
-#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
+#: ../data/pcsx.glade2:227
+#: ../data/pcsx.glade2:308
msgid "Slot _4"
msgstr "Unidade _4"
-#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
+#: ../data/pcsx.glade2:236
+#: ../data/pcsx.glade2:317
msgid "Slot _5"
msgstr "Unidade _5"
-#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
+#: ../data/pcsx.glade2:244
+#: ../data/pcsx.glade2:325
msgid "_Other..."
msgstr "_Outros..."
-#: ../data/pcsx.glade2:271
+#: ../data/pcsx.glade2:272
msgid "_Load State"
msgstr "_Carregar estado"
-#: ../data/pcsx.glade2:357
+#: ../data/pcsx.glade2:358
msgid "_Configuration"
msgstr "C_onfiguração"
-#: ../data/pcsx.glade2:363
+#: ../data/pcsx.glade2:364
msgid "_Plugins & BIOS..."
msgstr "_Extensões e BIOS..."
-#: ../data/pcsx.glade2:385
+#: ../data/pcsx.glade2:386
+msgid "_Graphics"
+msgstr "_Gráficos"
+
+#: ../data/pcsx.glade2:401
+msgid "_Sound"
+msgstr "Á_udio"
+
+#: ../data/pcsx.glade2:416
+msgid "CD-_ROM"
+msgstr "CD-_ROM"
+
+#: ../data/pcsx.glade2:431
+msgid "Controller _1"
+msgstr "Controle _1"
+
+#: ../data/pcsx.glade2:446
+msgid "Controller _2"
+msgstr "Controle _2"
+
+#: ../data/pcsx.glade2:466
msgid "_CPU..."
msgstr "_CPU..."
-#: ../data/pcsx.glade2:401
+#: ../data/pcsx.glade2:482
msgid "_Memory Cards..."
msgstr "Cartões de _memória..."
-#: ../data/pcsx.glade2:418
+#: ../data/pcsx.glade2:499
msgid "_Netplay..."
msgstr "Jogo em _rede..."
-#: ../data/pcsx.glade2:439
+#: ../data/pcsx.glade2:520
msgid "Chea_t"
msgstr "T_rapaça"
-#: ../data/pcsx.glade2:448
+#: ../data/pcsx.glade2:529
msgid "_Browse..."
msgstr "_Navegar..."
-#: ../data/pcsx.glade2:463
+#: ../data/pcsx.glade2:544
msgid "_Search..."
msgstr "_Buscar..."
-#: ../data/pcsx.glade2:494
+#: ../data/pcsx.glade2:575
msgid "_Help"
msgstr "_Ajuda"
-#: ../data/pcsx.glade2:500
+#: ../data/pcsx.glade2:581
msgid "_About PCSX..."
msgstr "_Sobre o PCSX..."
-#: ../data/pcsx.glade2:639
+#: ../data/pcsx.glade2:722
msgid "Select Folder to Search"
msgstr "Selecione o diretório para a busca"
-#: ../data/pcsx.glade2:655
+#: ../data/pcsx.glade2:738
msgid "Search in:"
msgstr "Buscar em:"
-#: ../data/pcsx.glade2:928
+#: ../data/pcsx.glade2:1011
msgid "Graphics:"
msgstr "Gráficos:"
-#: ../data/pcsx.glade2:941
+#: ../data/pcsx.glade2:1024
msgid "Sound:"
msgstr "Áudio:"
-#: ../data/pcsx.glade2:956
+#: ../data/pcsx.glade2:1039
msgid "Controller 1: "
msgstr "Controle 1:"
-#: ../data/pcsx.glade2:971
+#: ../data/pcsx.glade2:1054
msgid "Controller 2:"
msgstr "Controle 2:"
-#: ../data/pcsx.glade2:986
+#: ../data/pcsx.glade2:1069
msgid "CD-ROM:"
msgstr "CD-ROM:"
-#: ../data/pcsx.glade2:1024
+#: ../data/pcsx.glade2:1107
msgid "<b>Plugins</b>"
msgstr "<b>Extensões</b>"
-#: ../data/pcsx.glade2:1085
+#: ../data/pcsx.glade2:1168
msgid "<b>BIOS</b>"
msgstr "<b>BIOS</b>"
-#: ../data/pcsx.glade2:1137
+#: ../data/pcsx.glade2:1220
msgid "Configure CPU"
msgstr "Configurar CPU"
-#: ../data/pcsx.glade2:1162
+#: ../data/pcsx.glade2:1248
msgid "Enable Debugger"
msgstr "Ligar debugger"
-#: ../data/pcsx.glade2:1180
+#: ../data/pcsx.glade2:1266
msgid "SPU IRQ Always Enabled"
msgstr "IRQ da SPU sempre ativada"
-#: ../data/pcsx.glade2:1196
+#: ../data/pcsx.glade2:1282
msgid "Black & White Movies"
msgstr "Filmes em preto e branco"
-#: ../data/pcsx.glade2:1230
+#: ../data/pcsx.glade2:1316
msgid "Enable Interpreter CPU"
msgstr "Ativar interpretador da CPU"
-#: ../data/pcsx.glade2:1264
+#: ../data/pcsx.glade2:1350
msgid "Disable CD Audio"
msgstr "Desativar áudio de CD"
-#: ../data/pcsx.glade2:1280
+#: ../data/pcsx.glade2:1366
msgid "Disable XA Decoding"
msgstr "Desativar decodificação de XA"
-#: ../data/pcsx.glade2:1332
+#: ../data/pcsx.glade2:1418
msgid "<b>Options</b>"
msgstr "<b>Opções</b>"
-#: ../data/pcsx.glade2:1373
+#: ../data/pcsx.glade2:1459
msgid ""
"NTSC\n"
"PAL"
@@ -1861,47 +1982,52 @@ msgstr ""
"NTSC\n"
"PAL"
-#: ../data/pcsx.glade2:1387
+#: ../data/pcsx.glade2:1473
msgid "<b>System Type</b>"
msgstr "<b>Tipo do sistema</b>"
-#: ../data/pcsx.glade2:1436
+#: ../data/pcsx.glade2:1522
msgid "Configure NetPlay"
msgstr "Configurar jogo em rede"
-#: ../data/pcsx.glade2:1521
+#: ../data/pcsx.glade2:1609
msgid "<b>NetPlay</b>"
msgstr "<b>Jogo em rede</b>"
-#: ../data/pcsx.glade2:1573
+#: ../data/pcsx.glade2:1661
msgid "Configure Memory Cards"
msgstr "Configurar cartões de memória"
-#: ../data/pcsx.glade2:1647 ../data/pcsx.glade2:2042
+#: ../data/pcsx.glade2:1737
+#: ../data/pcsx.glade2:2133
msgid "Format"
msgstr "Formatar"
-#: ../data/pcsx.glade2:1697 ../data/pcsx.glade2:2092
+#: ../data/pcsx.glade2:1787
+#: ../data/pcsx.glade2:2183
msgid "Reload"
msgstr "Recarregar"
-#: ../data/pcsx.glade2:1741
+#: ../data/pcsx.glade2:1831
msgid "<b>Memory Card 1</b>"
msgstr "<b>Cartão de memória 1</b>"
-#: ../data/pcsx.glade2:1801 ../data/pcsx.glade2:1851 ../data/pcsx.glade2:2776
+#: ../data/pcsx.glade2:1891
+#: ../data/pcsx.glade2:1941
+#: ../data/pcsx.glade2:2816
msgid "Copy"
msgstr "Copiar"
-#: ../data/pcsx.glade2:1901 ../data/pcsx.glade2:1951
+#: ../data/pcsx.glade2:1991
+#: ../data/pcsx.glade2:2041
msgid "Un/Delete"
msgstr "Apagar/Desfazer"
-#: ../data/pcsx.glade2:2136
+#: ../data/pcsx.glade2:2227
msgid "<b>Memory Card 2</b>"
msgstr "<b>Cartão de memória 2</b>"
-#: ../data/pcsx.glade2:2198
+#: ../data/pcsx.glade2:2289
msgid ""
"(C) 1999-2003 PCSX Team\n"
"(C) 2005-2006 Ryan Schultz\n"
@@ -1913,15 +2039,15 @@ msgstr ""
"(C) 2005-2006 Andrew Burton\n"
"(C) 2008-2009 Wei Mingzhi"
-#: ../data/pcsx.glade2:2202
+#: ../data/pcsx.glade2:2293
msgid "A PlayStation emulator."
msgstr "Um emulador de PlayStation."
-#: ../data/pcsx.glade2:2204
+#: ../data/pcsx.glade2:2295
msgid "PCSX Reloaded"
msgstr "PCSX Reloaded"
-#: ../data/pcsx.glade2:2205
+#: ../data/pcsx.glade2:2296
msgid ""
"This program is free software; you can redistribute it\n"
"and/or modify it under the terms of the GNU General\n"
@@ -1955,44 +2081,16 @@ msgstr ""
"Public License along with this program; if not, write to\n"
"the Free Software Foundation, Inc."
-#: ../data/pcsx.glade2:2234 ../plugins/dfinput/dfinput.glade2:212
+#: ../data/pcsx.glade2:2325
+#: ../plugins/dfinput/dfinput.glade2:212
msgid "translator-credits"
-msgstr ""
-"Tradução para português brasileiro por Tibério Vítor (tvtoon@gmail.com)"
+msgstr "Tradução para português brasileiro por Tibério Vítor (tvtoon@gmail.com)"
-#: ../data/pcsx.glade2:2292
+#: ../data/pcsx.glade2:2386
msgid "<b>Cheat Codes</b>"
msgstr "<b>Códigos de trapaça</b>"
-#: ../data/pcsx.glade2:2310
-msgid "gtk-add"
-msgstr ""
-
-#: ../data/pcsx.glade2:2322
-msgid "gtk-edit"
-msgstr ""
-
-#: ../data/pcsx.glade2:2334
-msgid "gtk-delete"
-msgstr ""
-
-#: ../data/pcsx.glade2:2399
-msgid "Disable"
-msgstr "Desativar"
-
-#: ../data/pcsx.glade2:2414
-msgid "gtk-open"
-msgstr ""
-
-#: ../data/pcsx.glade2:2426
-msgid "gtk-save-as"
-msgstr ""
-
-#: ../data/pcsx.glade2:2454 ../data/pcsx.glade2:2927
-msgid "gtk-close"
-msgstr ""
-
-#: ../data/pcsx.glade2:2511
+#: ../data/pcsx.glade2:2551
msgid ""
"8-bit\n"
"16-bit\n"
@@ -2002,7 +2100,7 @@ msgstr ""
"16-bit\n"
"32-bit"
-#: ../data/pcsx.glade2:2574
+#: ../data/pcsx.glade2:2614
msgid ""
"Equal Value\n"
"Not Equal Value\n"
@@ -2024,7 +2122,7 @@ msgstr ""
"Diferente\n"
"Sem mudanças"
-#: ../data/pcsx.glade2:2606
+#: ../data/pcsx.glade2:2646
msgid ""
"Decimal\n"
"Hexadecimal"
@@ -2032,19 +2130,19 @@ msgstr ""
"Decimal\n"
"Hexadecimal"
-#: ../data/pcsx.glade2:2809
+#: ../data/pcsx.glade2:2849
msgid "label_resultsfound"
msgstr "Resultados encontrados:"
-#: ../data/pcsx.glade2:2844
+#: ../data/pcsx.glade2:2884
msgid "Search"
msgstr "Buscar"
-#: ../data/pcsx.glade2:2880
+#: ../data/pcsx.glade2:2920
msgid "Restart"
msgstr "Reiniciar"
-#: ../data/pcsx.glade2:2909
+#: ../data/pcsx.glade2:2949
msgid "<b>Cheat Search</b>"
msgstr "<b>Busca de trapaças</b>"
@@ -2196,8 +2294,7 @@ msgstr "Configuração do CDROM"
#: ../plugins/dfcdrom/interface.c:99
msgid "Choose your CD-ROM device or type its path if it's not listed"
-msgstr ""
-"Escolha sua unidade de CDROM ou digite o dispositivo caso não esteja listado."
+msgstr "Escolha sua unidade de CDROM ou digite o dispositivo caso não esteja listado."
#: ../plugins/dfcdrom/interface.c:102
msgid "Select CD-ROM device"
@@ -2629,21 +2726,20 @@ msgstr "<b>Configuração dos botões</b>"
msgid "Based on PadJoy by Erich Kitzmüller (ammoq@ammoq.com)"
msgstr "Baseado no PadJoy por Erich Kitzmüller (ammoq@ammoq.com)"
+#~ msgid " Yes"
+#~ msgstr "Sim"
+#~ msgid "Disable"
+#~ msgstr "Desativar"
#~ msgid "Pcsx needs to be configured"
#~ msgstr "O PCSX precisa ser configurado."
-
#~ msgid "Pcsx now will quit, restart it"
#~ msgstr "PCSX irá agora se desligar, reinicie ele."
-
#~ msgid "Could not open %s.\n"
#~ msgstr "Não conseguiu abrir %s.\n"
-
#~ msgid "CPE files not supported."
#~ msgstr "Arquivos CPE não são suportados!"
-
#~ msgid "_Switch ISO"
#~ msgstr "_Trocar de Imagem de CD"
-
#~ msgid ""
#~ "Unsigned 8-bit\n"
#~ "Unsigned 16-bit\n"
@@ -2658,34 +2754,26 @@ msgstr "Baseado no PadJoy por Erich Kitzmüller (ammoq@ammoq.com)"
#~ "8-bit Com sinal\n"
#~ "16-bit Com sinal\n"
#~ "32-bit Com sinal"
-
#~ msgid "Big-Endian"
#~ msgstr "Alta Finalização"
-
#~ msgid "Paste this selection?"
#~ msgstr "Copiar este selecionado?"
-
#~ msgid "This plugin reports that it won't work correctly."
#~ msgstr "Esta extensão informou que não deve funcionar corretamente."
-
#~ msgid "Saved state %d!"
#~ msgstr "Estado %d salvo!"
-
#~ msgid "Loaded state %d!"
#~ msgstr "Estado %d carregado!"
-
#~ msgid "Run CD Through BIOS"
#~ msgstr "Executar o CD pelo BIOS"
-
#~ msgid "PCSX 1.7df"
#~ msgstr "PCSX 1.10df"
-
#~ msgid ""
#~ "PCSX is licensed under the GNU GPL; see the included COPYING file for "
#~ "more detail."
#~ msgstr ""
#~ "PCSX é licenciado pela GPL da GNU; veja o arquivo COPYING para maiores "
#~ "detalhes."
-
#~ msgid "PCSX-df Development"
#~ msgstr "Desenvolvimento do PCSX-df"
+
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
index be7a32ee..3703f5c6 100644
--- a/po/zh_CN.gmo
+++ b/po/zh_CN.gmo
Binary files differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d75162e3..1658e986 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pcsxr 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-08 21:54+0800\n"
-"PO-Revision-Date: 2009-09-08 21:56+0700\n"
+"POT-Creation-Date: 2009-09-26 12:45+0800\n"
+"PO-Revision-Date: 2009-09-26 12:46+0700\n"
"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
"Language-Team: Simplified Chinese <whistler@openoffice.org>\n"
"MIME-Version: 1.0\n"
@@ -88,20 +88,20 @@ msgid "No"
msgstr "否"
#: ../win32/gui/CheatDlg.c:67
-#: ../gui/Cheat.c:203
+#: ../gui/Cheat.c:193
msgid "Edit Cheat"
msgstr "编辑作弊码"
#: ../win32/gui/CheatDlg.c:68
#: ../win32/gui/CheatDlg.c:118
-#: ../gui/Cheat.c:695
+#: ../gui/Cheat.c:633
msgid "Description:"
msgstr "描述:"
#: ../win32/gui/CheatDlg.c:69
#: ../win32/gui/CheatDlg.c:119
-#: ../gui/Cheat.c:135
-#: ../gui/Cheat.c:220
+#: ../gui/Cheat.c:125
+#: ../gui/Cheat.c:210
msgid "Cheat Code:"
msgstr "作弊码:"
@@ -117,18 +117,18 @@ msgstr "取消"
#: ../win32/gui/CheatDlg.c:92
#: ../win32/gui/CheatDlg.c:133
-#: ../gui/Cheat.c:165
-#: ../gui/Cheat.c:260
+#: ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
msgid "Invalid cheat code!"
msgstr "非法作弊码!"
#: ../win32/gui/CheatDlg.c:117
-#: ../gui/Cheat.c:119
+#: ../gui/Cheat.c:109
msgid "Add New Cheat"
msgstr "添加新作弊码"
#: ../win32/gui/CheatDlg.c:167
-#: ../data/pcsx.glade2:2255
+#: ../data/pcsx.glade2:2347
msgid "Edit Cheat Codes"
msgstr "编辑作弊码"
@@ -161,7 +161,7 @@ msgid "&Close"
msgstr "关闭(&C)"
#: ../win32/gui/CheatDlg.c:186
-#: ../gui/Cheat.c:463
+#: ../gui/Cheat.c:411
msgid "Description"
msgstr "描述"
@@ -210,144 +210,144 @@ msgstr "不同"
msgid "No Change"
msgstr "无改变"
-#: ../win32/gui/CheatDlg.c:444
-#: ../gui/Cheat.c:645
+#: ../win32/gui/CheatDlg.c:449
+#: ../gui/Cheat.c:583
msgid "Enter the values and start your search."
msgstr "输入数值并开始查找。"
-#: ../win32/gui/CheatDlg.c:449
+#: ../win32/gui/CheatDlg.c:454
msgid "No addresses found."
msgstr "未找到地址。"
-#: ../win32/gui/CheatDlg.c:453
-#: ../gui/Cheat.c:603
+#: ../win32/gui/CheatDlg.c:458
+#: ../gui/Cheat.c:541
msgid "Too many addresses found."
msgstr "找到过多的地址。"
-#: ../win32/gui/CheatDlg.c:462
-#: ../gui/Cheat.c:612
+#: ../win32/gui/CheatDlg.c:467
+#: ../gui/Cheat.c:550
#, c-format
msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
msgstr "%.8X 当前值: %u (%.2X), 前次值: %u (%.2X)"
-#: ../win32/gui/CheatDlg.c:467
-#: ../gui/Cheat.c:617
+#: ../win32/gui/CheatDlg.c:472
+#: ../gui/Cheat.c:555
#, c-format
msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
msgstr "%.8X 当前值: %u (%.4X), 前次值: %u (%.4X)"
-#: ../win32/gui/CheatDlg.c:472
-#: ../gui/Cheat.c:622
+#: ../win32/gui/CheatDlg.c:477
+#: ../gui/Cheat.c:560
#, c-format
msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
msgstr "%.8X 当前值: %u (%.8X), 前次值: %u (%.8X)"
-#: ../win32/gui/CheatDlg.c:488
-#: ../gui/Cheat.c:637
+#: ../win32/gui/CheatDlg.c:493
+#: ../gui/Cheat.c:575
#, c-format
msgid "Founded Addresses: %d"
msgstr "找到地址个数: %d"
-#: ../win32/gui/CheatDlg.c:500
-#: ../data/pcsx.glade2:2704
+#: ../win32/gui/CheatDlg.c:505
+#: ../data/pcsx.glade2:2744
msgid "Freeze"
msgstr "固定"
-#: ../win32/gui/CheatDlg.c:501
-#: ../win32/gui/CheatDlg.c:592
+#: ../win32/gui/CheatDlg.c:506
+#: ../win32/gui/CheatDlg.c:597
msgid "Address:"
msgstr "地址:"
-#: ../win32/gui/CheatDlg.c:502
-#: ../win32/gui/CheatDlg.c:593
-#: ../win32/gui/CheatDlg.c:678
-#: ../gui/Cheat.c:706
-#: ../data/pcsx.glade2:2548
+#: ../win32/gui/CheatDlg.c:507
+#: ../win32/gui/CheatDlg.c:598
+#: ../win32/gui/CheatDlg.c:683
+#: ../gui/Cheat.c:644
+#: ../data/pcsx.glade2:2588
msgid "Value:"
msgstr "值:"
-#: ../win32/gui/CheatDlg.c:562
+#: ../win32/gui/CheatDlg.c:567
#, c-format
msgid "Freeze %.8X"
msgstr "固定 %.8X"
-#: ../win32/gui/CheatDlg.c:591
-#: ../data/pcsx.glade2:2740
+#: ../win32/gui/CheatDlg.c:596
+#: ../data/pcsx.glade2:2780
msgid "Modify"
msgstr "修改"
-#: ../win32/gui/CheatDlg.c:674
-#: ../gui/Cheat.c:1188
-#: ../data/pcsx.glade2:2479
+#: ../win32/gui/CheatDlg.c:679
+#: ../gui/Cheat.c:1126
+#: ../data/pcsx.glade2:2517
msgid "Cheat Search"
msgstr "查找作弊码"
-#: ../win32/gui/CheatDlg.c:676
-#: ../data/pcsx.glade2:2526
+#: ../win32/gui/CheatDlg.c:681
+#: ../data/pcsx.glade2:2566
msgid "Search For:"
msgstr "查找:"
-#: ../win32/gui/CheatDlg.c:677
-#: ../data/pcsx.glade2:2536
+#: ../win32/gui/CheatDlg.c:682
+#: ../data/pcsx.glade2:2576
msgid "Data Type:"
msgstr "数据类型:"
-#: ../win32/gui/CheatDlg.c:679
-#: ../data/pcsx.glade2:2560
+#: ../win32/gui/CheatDlg.c:684
+#: ../data/pcsx.glade2:2600
msgid "Data Base:"
msgstr "数据基:"
-#: ../win32/gui/CheatDlg.c:680
-#: ../data/pcsx.glade2:2620
+#: ../win32/gui/CheatDlg.c:685
+#: ../data/pcsx.glade2:2660
msgid "To:"
msgstr "到:"
-#: ../win32/gui/CheatDlg.c:681
+#: ../win32/gui/CheatDlg.c:686
msgid "&Freeze"
msgstr "固定(&F)"
-#: ../win32/gui/CheatDlg.c:682
+#: ../win32/gui/CheatDlg.c:687
msgid "&Modify"
msgstr "修改(&M)"
-#: ../win32/gui/CheatDlg.c:683
+#: ../win32/gui/CheatDlg.c:688
msgid "&Copy"
msgstr "复制(&C)"
-#: ../win32/gui/CheatDlg.c:684
+#: ../win32/gui/CheatDlg.c:689
msgid "&Search"
msgstr "查找(&S)"
-#: ../win32/gui/CheatDlg.c:685
+#: ../win32/gui/CheatDlg.c:690
msgid "&New Search"
msgstr "新查找(&N)"
-#: ../win32/gui/CheatDlg.c:686
+#: ../win32/gui/CheatDlg.c:691
msgid "C&lose"
msgstr "关闭(&L)"
-#: ../win32/gui/CheatDlg.c:688
+#: ../win32/gui/CheatDlg.c:693
msgid "8-bit"
msgstr "8 位"
-#: ../win32/gui/CheatDlg.c:689
+#: ../win32/gui/CheatDlg.c:694
msgid "16-bit"
msgstr "16 位"
-#: ../win32/gui/CheatDlg.c:690
+#: ../win32/gui/CheatDlg.c:695
msgid "32-bit"
msgstr "32 位"
-#: ../win32/gui/CheatDlg.c:691
+#: ../win32/gui/CheatDlg.c:696
msgid "Decimal"
msgstr "十进制"
-#: ../win32/gui/CheatDlg.c:692
+#: ../win32/gui/CheatDlg.c:697
msgid "Hexadecimal"
msgstr "十六进制"
#: ../win32/gui/ConfigurePlugins.c:200
-#: ../gui/Gtk2Gui.c:2119
+#: ../gui/Gtk2Gui.c:2237
msgid "Internal HLE Bios"
msgstr "内部 HLE-Bios"
@@ -356,9 +356,9 @@ msgid "Configuration not OK!"
msgstr "配置不正确!"
#: ../win32/gui/ConfigurePlugins.c:286
-#: ../gui/Cheat.c:165
-#: ../gui/Cheat.c:260
-#: ../gui/LnxMain.c:355
+#: ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
+#: ../gui/LnxMain.c:405
msgid "Error"
msgstr "错误"
@@ -688,15 +688,15 @@ msgstr "*PCSX*: Error Saving State %s"
#: ../win32/gui/WndMain.c:426
#: ../win32/gui/WndMain.c:475
-#: ../gui/Gtk2Gui.c:554
-#: ../gui/Gtk2Gui.c:681
+#: ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "The CD does not appear to be a valid Playstation CD"
msgstr "此光盘不是一张合法的 PlayStation 光盘。"
#: ../win32/gui/WndMain.c:432
#: ../win32/gui/WndMain.c:481
-#: ../gui/Gtk2Gui.c:562
-#: ../gui/Gtk2Gui.c:689
+#: ../gui/Gtk2Gui.c:582
+#: ../gui/Gtk2Gui.c:709
msgid "Could not load CD-ROM!"
msgstr "无法加载光盘!"
@@ -705,12 +705,12 @@ msgid "Running BIOS is not supported with Internal HLE Bios."
msgstr "内部 HLE BIOS 不支持直接运行。"
#: ../win32/gui/WndMain.c:661
-#: ../gui/Gtk2Gui.c:1054
+#: ../gui/Gtk2Gui.c:1074
msgid "Title"
msgstr "标题"
#: ../win32/gui/WndMain.c:667
-#: ../gui/Gtk2Gui.c:1060
+#: ../gui/Gtk2Gui.c:1080
msgid "Status"
msgstr "状态"
@@ -731,19 +731,19 @@ msgid "terminiting link block"
msgstr "terminiting link block"
#: ../win32/gui/WndMain.c:864
-#: ../gui/Gtk2Gui.c:1134
+#: ../gui/Gtk2Gui.c:1154
msgid "Deleted"
msgstr "已删除"
#: ../win32/gui/WndMain.c:865
#: ../win32/gui/WndMain.c:868
-#: ../gui/Gtk2Gui.c:1136
-#: ../gui/Gtk2Gui.c:1140
+#: ../gui/Gtk2Gui.c:1156
+#: ../gui/Gtk2Gui.c:1160
msgid "Free"
msgstr "空闲"
#: ../win32/gui/WndMain.c:867
-#: ../gui/Gtk2Gui.c:1138
+#: ../gui/Gtk2Gui.c:1158
msgid "Used"
msgstr "已使用"
@@ -830,7 +830,7 @@ msgid "Disable Cd audio"
msgstr "禁用 CD 音频"
#: ../win32/gui/WndMain.c:1206
-#: ../data/pcsx.glade2:1356
+#: ../data/pcsx.glade2:1442
msgid "Autodetect"
msgstr "自动检测"
@@ -839,7 +839,7 @@ msgid "Enable Interpreter Cpu"
msgstr "启用解释执行 CPU"
#: ../win32/gui/WndMain.c:1208
-#: ../data/pcsx.glade2:1212
+#: ../data/pcsx.glade2:1298
msgid "Enable Console Output"
msgstr "启用控制台输出"
@@ -848,12 +848,12 @@ msgid "Spu Irq Always Enabled"
msgstr "SPU IRQ 总是启用"
#: ../win32/gui/WndMain.c:1210
-#: ../data/pcsx.glade2:1299
+#: ../data/pcsx.glade2:1385
msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
msgstr "Parasite Eve 2, Vandal Hearts 1/2 修正"
#: ../win32/gui/WndMain.c:1211
-#: ../data/pcsx.glade2:1314
+#: ../data/pcsx.glade2:1400
msgid "InuYasha Sengoku Battle Fix"
msgstr "InuYasha Sengoku 战斗修正"
@@ -892,9 +892,9 @@ msgstr "DataDeck 记忆卡 (*.ddl)"
#: ../win32/gui/WndMain.c:1316
#: ../win32/gui/WndMain.c:1397
-#: ../gui/Cheat.c:373
-#: ../gui/Gtk2Gui.c:490
-#: ../gui/Gtk2Gui.c:632
+#: ../gui/Cheat.c:319
+#: ../gui/Gtk2Gui.c:510
+#: ../gui/Gtk2Gui.c:652
msgid "All Files"
msgstr "所有文件"
@@ -1052,188 +1052,193 @@ msgstr "PCSX 消息"
msgid "Error Loading Symbol"
msgstr "无法加载符号"
-#: ../gui/Cheat.c:50
-msgid " Yes"
-msgstr " 是"
-
-#: ../gui/Cheat.c:127
-#: ../gui/Cheat.c:211
+#: ../gui/Cheat.c:117
+#: ../gui/Cheat.c:201
msgid "Cheat Description:"
msgstr "作弊码描述:"
-#: ../gui/Cheat.c:358
+#: ../gui/Cheat.c:304
msgid "Open Cheat File"
msgstr "打开作弊码文件"
-#: ../gui/Cheat.c:368
-#: ../gui/Cheat.c:408
+#: ../gui/Cheat.c:314
+#: ../gui/Cheat.c:354
msgid "PCSX Cheat Code Files (*.cht)"
msgstr "PCSX 作弊码文件 (*.cht)"
-#: ../gui/Cheat.c:398
+#: ../gui/Cheat.c:344
msgid "Save Cheat File"
msgstr "保存作弊码文件"
-#: ../gui/Cheat.c:413
+#: ../gui/Cheat.c:359
msgid "All Files (*.*)"
msgstr "所有文件 (*.*)"
-#: ../gui/Cheat.c:446
-#: ../gui/Cheat.c:1183
-#: ../gui/Gtk2Gui.c:378
-#: ../gui/Gtk2Gui.c:1006
+#: ../gui/Cheat.c:392
+#: ../gui/Cheat.c:1121
+#: ../gui/Gtk2Gui.c:398
+#: ../gui/Gtk2Gui.c:1026
msgid "Error: Glade interface could not be loaded!"
msgstr "错误:无法加载 Glade 界面!"
-#: ../gui/Cheat.c:451
+#: ../gui/Cheat.c:397
msgid "Cheat Codes"
msgstr "作弊码"
-#: ../gui/Cheat.c:457
-#: ../data/pcsx.glade2:2365
+#: ../gui/Cheat.c:403
msgid "Enable"
msgstr "启用"
-#: ../gui/Cheat.c:689
+#: ../gui/Cheat.c:627
msgid "Freeze value"
msgstr "固定数值"
-#: ../gui/Cheat.c:788
+#: ../gui/Cheat.c:726
msgid "Modify value"
msgstr "修改数值"
-#: ../gui/Cheat.c:796
+#: ../gui/Cheat.c:734
msgid "New value:"
msgstr "新值:"
-#: ../gui/Cheat.c:1193
+#: ../gui/Cheat.c:1131
msgid "Search Results"
msgstr "查找结果"
-#: ../gui/Gtk2Gui.c:386
-#: ../data/pcsx.glade2:539
+#: ../gui/Gtk2Gui.c:406
+#: ../data/pcsx.glade2:620
msgid "Configure PCSX"
msgstr "配置 PCSX"
-#: ../gui/Gtk2Gui.c:472
+#: ../gui/Gtk2Gui.c:492
msgid "Select PSX EXE File"
msgstr "选择 PSX EXE 文件"
-#: ../gui/Gtk2Gui.c:486
+#: ../gui/Gtk2Gui.c:506
msgid "PlayStation Executable Files"
msgstr "PlayStation 可执行文件"
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "Not a valid PSX file"
msgstr "不是一个合法的 PSX 文件"
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "The file does not appear to be a valid Playstation executable"
msgstr "此文件不是一个合法的 PlayStation 可执行文件"
-#: ../gui/Gtk2Gui.c:554
-#: ../gui/Gtk2Gui.c:681
+#: ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "CD ROM failed"
msgstr "CD-ROM 失败"
-#: ../gui/Gtk2Gui.c:562
+#: ../gui/Gtk2Gui.c:582
msgid "The CD ROM could not be loaded"
msgstr "无法加载 CD-ROM"
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Could not run BIOS"
msgstr "无法运行 BIOS"
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Running BIOS is not supported with Internal HLE BIOS."
msgstr "内部 HLE BIOS 不支持直接运行。"
-#: ../gui/Gtk2Gui.c:607
+#: ../gui/Gtk2Gui.c:627
msgid "Open PSX Disc Image File"
msgstr "打开 PSX 光盘镜像文件"
-#: ../gui/Gtk2Gui.c:627
+#: ../gui/Gtk2Gui.c:647
msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
msgstr "PS 镜像文件 (*.bin, *.img, *.mdf, *.iso)"
-#: ../gui/Gtk2Gui.c:865
+#: ../gui/Gtk2Gui.c:885
#, c-format
msgid "Loaded state %s."
msgstr "已读取存档 %s。"
-#: ../gui/Gtk2Gui.c:870
+#: ../gui/Gtk2Gui.c:890
#, c-format
msgid "Error loading state %s!"
msgstr "读取存档 %s 时出错。"
-#: ../gui/Gtk2Gui.c:881
+#: ../gui/Gtk2Gui.c:901
#, c-format
msgid "Saved state %s."
msgstr "已保存存档 %s"
-#: ../gui/Gtk2Gui.c:883
+#: ../gui/Gtk2Gui.c:903
#, c-format
msgid "Error saving state %s!"
msgstr "保存存档 %s 时出错。"
-#: ../gui/Gtk2Gui.c:917
-#: ../gui/Gtk2Gui.c:944
+#: ../gui/Gtk2Gui.c:937
+#: ../gui/Gtk2Gui.c:964
msgid "Select State File"
msgstr "选择存档文件"
-#: ../gui/Gtk2Gui.c:1048
+#: ../gui/Gtk2Gui.c:1068
msgid "Icon"
msgstr "图标"
-#: ../gui/Gtk2Gui.c:1066
+#: ../gui/Gtk2Gui.c:1086
msgid "ID"
msgstr "ID"
-#: ../gui/Gtk2Gui.c:1072
+#: ../gui/Gtk2Gui.c:1092
msgid "Name"
msgstr "名称"
-#: ../gui/Gtk2Gui.c:1232
+#: ../gui/Gtk2Gui.c:1252
msgid "Format this Memory Card?"
msgstr "格式化此记忆卡?"
-#: ../gui/Gtk2Gui.c:1234
+#: ../gui/Gtk2Gui.c:1254
msgid "If you format the memory card, the card will be empty, and any existing data overwritten."
msgstr "如果您选择格式化记忆卡,记忆卡将被清空,并且任何现有数据都将被覆盖。"
-#: ../gui/Gtk2Gui.c:1237
+#: ../gui/Gtk2Gui.c:1257
msgid "Format card"
msgstr "格式化记忆卡"
-#: ../gui/Gtk2Gui.c:1352
+#: ../gui/Gtk2Gui.c:1372
msgid "No space available in the target memory card!"
msgstr "目标记忆卡没有空余位置!"
-#: ../gui/Gtk2Gui.c:1497
-msgid "Memory Card Manager"
-msgstr "记忆卡管理器"
-
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514
+#: ../gui/Gtk2Gui.c:1535
+#: ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577
+#: ../gui/Gtk2Gui.c:1598
+#: ../gui/Gtk2Gui.c:1889
msgid "No configuration required"
msgstr "不需要配置"
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514
+#: ../gui/Gtk2Gui.c:1535
+#: ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577
+#: ../gui/Gtk2Gui.c:1598
+#: ../gui/Gtk2Gui.c:1889
msgid "This plugin doesn't need to be configured."
msgstr "此插件需要被配置。"
-#: ../gui/Gtk2Gui.c:2025
+#: ../gui/Gtk2Gui.c:1620
+msgid "Memory Card Manager"
+msgstr "记忆卡管理器"
+
+#: ../gui/Gtk2Gui.c:2143
#, c-format
msgid "Could not open BIOS directory: '%s'\n"
msgstr "无法打开 BIOS 目录: \"%s\"\n"
-#: ../gui/Gtk2Gui.c:2057
-#: ../gui/Gtk2Gui.c:2150
-#: ../gui/LnxMain.c:146
+#: ../gui/Gtk2Gui.c:2173
+#: ../gui/Gtk2Gui.c:2266
+#: ../gui/LnxMain.c:170
#, c-format
msgid "Could not open directory: '%s'\n"
msgstr "无法打开目录: \"%s\"\n"
-#: ../gui/Gtk2Gui.c:2211
+#: ../gui/Gtk2Gui.c:2327
msgid "Notice"
msgstr "警告"
@@ -1242,7 +1247,7 @@ msgstr "警告"
msgid "Creating memory card: %s\n"
msgstr "建立记忆卡: %s\n"
-#: ../gui/LnxMain.c:262
+#: ../gui/LnxMain.c:312
msgid ""
" pcsx [options] [file]\n"
"\toptions:\n"
@@ -1266,27 +1271,27 @@ msgstr ""
"\t-h -help\t显示此信息\n"
"\t文件\t\t加载文件\n"
-#: ../gui/LnxMain.c:300
+#: ../gui/LnxMain.c:350
#, c-format
msgid "PCSX cannot be configured without using the GUI -- you should restart without -nogui.\n"
msgstr "PCSX 不能在字符界面下配置 -- 请不使用 -nogui 参数重新启动程序\n"
-#: ../gui/LnxMain.c:355
+#: ../gui/LnxMain.c:405
msgid "Failed loading plugins!"
msgstr "加载插件失败!"
-#: ../gui/LnxMain.c:372
+#: ../gui/LnxMain.c:422
#, c-format
msgid "Could not load CD-ROM!\n"
msgstr "无法加载光盘。\n"
-#: ../gui/LnxMain.c:411
+#: ../gui/LnxMain.c:461
#, c-format
msgid "PSX emulator couldn't be initialized.\n"
msgstr "无法初始化 PSX 模拟器。\n"
#: ../gui/Plugin.c:204
-#: ../data/pcsx.glade2:1248
+#: ../data/pcsx.glade2:1334
#, c-format
msgid "SIO IRQ Always Enabled"
msgstr "SIO IRQ 总是启用"
@@ -1356,7 +1361,7 @@ msgstr "无法关闭 \"控制器 2\" 插件!"
msgid "Error closing GPU plugin!"
msgstr "无法关闭 GPU 插件!"
-#: ../libpcsxcore/cdriso.c:523
+#: ../libpcsxcore/cdriso.c:528
#, c-format
msgid "Loaded CD Image: %s"
msgstr "已加载 CD 镜像: %s"
@@ -1764,193 +1769,213 @@ msgstr "XVideo 支持: Stephen Chao"
msgid "PCSX"
msgstr "PCSX"
-#: ../data/pcsx.glade2:23
+#: ../data/pcsx.glade2:24
msgid "_File"
msgstr "文件(_F)"
-#: ../data/pcsx.glade2:29
+#: ../data/pcsx.glade2:30
msgid "Run _CD"
msgstr "运行光盘(_C)"
-#: ../data/pcsx.glade2:47
+#: ../data/pcsx.glade2:48
msgid "Run _ISO..."
msgstr "运行 _ISO..."
-#: ../data/pcsx.glade2:64
+#: ../data/pcsx.glade2:65
msgid "Run _BIOS"
msgstr "运行 _BIOS"
-#: ../data/pcsx.glade2:81
+#: ../data/pcsx.glade2:82
msgid "Run _EXE..."
msgstr "运行 _EXE..."
-#: ../data/pcsx.glade2:103
+#: ../data/pcsx.glade2:104
msgid "E_xit"
msgstr "退出(_X)"
-#: ../data/pcsx.glade2:125
+#: ../data/pcsx.glade2:126
msgid "_Emulator"
msgstr "模拟器(_E)"
-#: ../data/pcsx.glade2:131
+#: ../data/pcsx.glade2:132
msgid "_Continue"
msgstr "继续(_C)"
-#: ../data/pcsx.glade2:147
+#: ../data/pcsx.glade2:148
msgid "_Reset"
msgstr "复位(_R)"
-#: ../data/pcsx.glade2:168
+#: ../data/pcsx.glade2:169
msgid "S_witch ISO..."
msgstr "更换 ISO(_W)..."
-#: ../data/pcsx.glade2:190
+#: ../data/pcsx.glade2:191
msgid "_Save State"
msgstr "即时存档(_S)"
-#: ../data/pcsx.glade2:199
-#: ../data/pcsx.glade2:280
+#: ../data/pcsx.glade2:200
+#: ../data/pcsx.glade2:281
msgid "Slot _1"
msgstr "存档 _1"
-#: ../data/pcsx.glade2:208
-#: ../data/pcsx.glade2:289
+#: ../data/pcsx.glade2:209
+#: ../data/pcsx.glade2:290
msgid "Slot _2"
msgstr "存档 _2"
-#: ../data/pcsx.glade2:217
-#: ../data/pcsx.glade2:298
+#: ../data/pcsx.glade2:218
+#: ../data/pcsx.glade2:299
msgid "Slot _3"
msgstr "存档 _3"
-#: ../data/pcsx.glade2:226
-#: ../data/pcsx.glade2:307
+#: ../data/pcsx.glade2:227
+#: ../data/pcsx.glade2:308
msgid "Slot _4"
msgstr "存档 _4"
-#: ../data/pcsx.glade2:235
-#: ../data/pcsx.glade2:316
+#: ../data/pcsx.glade2:236
+#: ../data/pcsx.glade2:317
msgid "Slot _5"
msgstr "存档 _5"
-#: ../data/pcsx.glade2:243
-#: ../data/pcsx.glade2:324
+#: ../data/pcsx.glade2:244
+#: ../data/pcsx.glade2:325
msgid "_Other..."
msgstr "其它(_O)..."
-#: ../data/pcsx.glade2:271
+#: ../data/pcsx.glade2:272
msgid "_Load State"
msgstr "即时读档(_L)"
-#: ../data/pcsx.glade2:357
+#: ../data/pcsx.glade2:358
msgid "_Configuration"
msgstr "配置(_C)"
-#: ../data/pcsx.glade2:363
+#: ../data/pcsx.glade2:364
msgid "_Plugins & BIOS..."
msgstr "插件及 BIOS(_P)..."
-#: ../data/pcsx.glade2:385
+#: ../data/pcsx.glade2:386
+msgid "_Graphics"
+msgstr "图像(_G)"
+
+#: ../data/pcsx.glade2:401
+msgid "_Sound"
+msgstr "声音(_S)"
+
+#: ../data/pcsx.glade2:416
+msgid "CD-_ROM"
+msgstr "CD-_ROM"
+
+#: ../data/pcsx.glade2:431
+msgid "Controller _1"
+msgstr "控制器 _1"
+
+#: ../data/pcsx.glade2:446
+msgid "Controller _2"
+msgstr "控制器 _2"
+
+#: ../data/pcsx.glade2:466
msgid "_CPU..."
msgstr "_CPU..."
-#: ../data/pcsx.glade2:401
+#: ../data/pcsx.glade2:482
msgid "_Memory Cards..."
msgstr "记忆卡(_M)..."
-#: ../data/pcsx.glade2:418
+#: ../data/pcsx.glade2:499
msgid "_Netplay..."
msgstr "联网游戏(_N)..."
-#: ../data/pcsx.glade2:439
+#: ../data/pcsx.glade2:520
msgid "Chea_t"
msgstr "作弊码(_T)"
-#: ../data/pcsx.glade2:448
+#: ../data/pcsx.glade2:529
msgid "_Browse..."
msgstr "浏览(_B)..."
-#: ../data/pcsx.glade2:463
+#: ../data/pcsx.glade2:544
msgid "_Search..."
msgstr "查找(_S)..."
-#: ../data/pcsx.glade2:494
+#: ../data/pcsx.glade2:575
msgid "_Help"
msgstr "帮助(_H)"
-#: ../data/pcsx.glade2:500
+#: ../data/pcsx.glade2:581
msgid "_About PCSX..."
msgstr "关于 PCSX(_A)..."
-#: ../data/pcsx.glade2:639
+#: ../data/pcsx.glade2:722
msgid "Select Folder to Search"
msgstr "选择要查找的文件夹"
-#: ../data/pcsx.glade2:655
+#: ../data/pcsx.glade2:738
msgid "Search in:"
msgstr "在此处查找插件:"
-#: ../data/pcsx.glade2:928
+#: ../data/pcsx.glade2:1011
msgid "Graphics:"
msgstr "图像:"
-#: ../data/pcsx.glade2:941
+#: ../data/pcsx.glade2:1024
msgid "Sound:"
msgstr "声音:"
-#: ../data/pcsx.glade2:956
+#: ../data/pcsx.glade2:1039
msgid "Controller 1: "
msgstr "控制器 1:"
-#: ../data/pcsx.glade2:971
+#: ../data/pcsx.glade2:1054
msgid "Controller 2:"
msgstr "控制器 2:"
-#: ../data/pcsx.glade2:986
+#: ../data/pcsx.glade2:1069
msgid "CD-ROM:"
msgstr "CD-ROM:"
-#: ../data/pcsx.glade2:1024
+#: ../data/pcsx.glade2:1107
msgid "<b>Plugins</b>"
msgstr "<b>插件</b>"
-#: ../data/pcsx.glade2:1085
+#: ../data/pcsx.glade2:1168
msgid "<b>BIOS</b>"
msgstr "<b>BIOS</b>"
-#: ../data/pcsx.glade2:1137
+#: ../data/pcsx.glade2:1220
msgid "Configure CPU"
msgstr "配置 CPU"
-#: ../data/pcsx.glade2:1162
+#: ../data/pcsx.glade2:1248
msgid "Enable Debugger"
msgstr "启用调试器"
-#: ../data/pcsx.glade2:1180
+#: ../data/pcsx.glade2:1266
msgid "SPU IRQ Always Enabled"
msgstr "SPU IRQ 总是启用"
-#: ../data/pcsx.glade2:1196
+#: ../data/pcsx.glade2:1282
msgid "Black & White Movies"
msgstr "黑白电影"
-#: ../data/pcsx.glade2:1230
+#: ../data/pcsx.glade2:1316
msgid "Enable Interpreter CPU"
msgstr "启用解释执行 CPU"
-#: ../data/pcsx.glade2:1264
+#: ../data/pcsx.glade2:1350
msgid "Disable CD Audio"
msgstr "禁用 CD 音频"
-#: ../data/pcsx.glade2:1280
+#: ../data/pcsx.glade2:1366
msgid "Disable XA Decoding"
msgstr "禁用 XA 解码"
-#: ../data/pcsx.glade2:1332
+#: ../data/pcsx.glade2:1418
msgid "<b>Options</b>"
msgstr "<b>选项</b>"
-#: ../data/pcsx.glade2:1373
+#: ../data/pcsx.glade2:1459
msgid ""
"NTSC\n"
"PAL"
@@ -1958,52 +1983,52 @@ msgstr ""
"NTSC\n"
"PAL"
-#: ../data/pcsx.glade2:1387
+#: ../data/pcsx.glade2:1473
msgid "<b>System Type</b>"
msgstr "<b>系统类型</b>"
-#: ../data/pcsx.glade2:1436
+#: ../data/pcsx.glade2:1522
msgid "Configure NetPlay"
msgstr "配置联网游戏"
-#: ../data/pcsx.glade2:1521
+#: ../data/pcsx.glade2:1609
msgid "<b>NetPlay</b>"
msgstr "<b>联网游戏</b>"
-#: ../data/pcsx.glade2:1573
+#: ../data/pcsx.glade2:1661
msgid "Configure Memory Cards"
msgstr "配置记忆卡"
-#: ../data/pcsx.glade2:1647
-#: ../data/pcsx.glade2:2042
+#: ../data/pcsx.glade2:1737
+#: ../data/pcsx.glade2:2133
msgid "Format"
msgstr "格式化"
-#: ../data/pcsx.glade2:1697
-#: ../data/pcsx.glade2:2092
+#: ../data/pcsx.glade2:1787
+#: ../data/pcsx.glade2:2183
msgid "Reload"
msgstr "重新加载"
-#: ../data/pcsx.glade2:1741
+#: ../data/pcsx.glade2:1831
msgid "<b>Memory Card 1</b>"
msgstr "<b>记忆卡 1</b>"
-#: ../data/pcsx.glade2:1801
-#: ../data/pcsx.glade2:1851
-#: ../data/pcsx.glade2:2776
+#: ../data/pcsx.glade2:1891
+#: ../data/pcsx.glade2:1941
+#: ../data/pcsx.glade2:2816
msgid "Copy"
msgstr "复制"
-#: ../data/pcsx.glade2:1901
-#: ../data/pcsx.glade2:1951
+#: ../data/pcsx.glade2:1991
+#: ../data/pcsx.glade2:2041
msgid "Un/Delete"
msgstr "删除/恢复"
-#: ../data/pcsx.glade2:2136
+#: ../data/pcsx.glade2:2227
msgid "<b>Memory Card 2</b>"
msgstr "<b>记忆卡 2</b>"
-#: ../data/pcsx.glade2:2198
+#: ../data/pcsx.glade2:2289
msgid ""
"(C) 1999-2003 PCSX Team\n"
"(C) 2005-2006 Ryan Schultz\n"
@@ -2015,15 +2040,15 @@ msgstr ""
"(C) 2005-2006 Andrew Burton\n"
"(C) 2008-2009 Wei Mingzhi"
-#: ../data/pcsx.glade2:2202
+#: ../data/pcsx.glade2:2293
msgid "A PlayStation emulator."
msgstr "一个 PlayStation 模拟器。"
-#: ../data/pcsx.glade2:2204
+#: ../data/pcsx.glade2:2295
msgid "PCSX Reloaded"
msgstr "PCSX Reloaded"
-#: ../data/pcsx.glade2:2205
+#: ../data/pcsx.glade2:2296
msgid ""
"This program is free software; you can redistribute it\n"
"and/or modify it under the terms of the GNU General\n"
@@ -2042,45 +2067,16 @@ msgid ""
"the Free Software Foundation, Inc."
msgstr ""
-#: ../data/pcsx.glade2:2234
+#: ../data/pcsx.glade2:2325
#: ../plugins/dfinput/dfinput.glade2:212
msgid "translator-credits"
msgstr "Wei Mingzhi <whistler@openoffice.org>"
-#: ../data/pcsx.glade2:2292
+#: ../data/pcsx.glade2:2386
msgid "<b>Cheat Codes</b>"
msgstr "<b>作弊码</b>"
-#: ../data/pcsx.glade2:2310
-msgid "gtk-add"
-msgstr "gtk-add"
-
-#: ../data/pcsx.glade2:2322
-msgid "gtk-edit"
-msgstr "gtk-edit"
-
-#: ../data/pcsx.glade2:2334
-msgid "gtk-delete"
-msgstr "gtk-delete"
-
-#: ../data/pcsx.glade2:2399
-msgid "Disable"
-msgstr "禁用"
-
-#: ../data/pcsx.glade2:2414
-msgid "gtk-open"
-msgstr "gtk-open"
-
-#: ../data/pcsx.glade2:2426
-msgid "gtk-save-as"
-msgstr "gtk-save-as"
-
-#: ../data/pcsx.glade2:2454
-#: ../data/pcsx.glade2:2927
-msgid "gtk-close"
-msgstr "gtk-close"
-
-#: ../data/pcsx.glade2:2511
+#: ../data/pcsx.glade2:2551
msgid ""
"8-bit\n"
"16-bit\n"
@@ -2090,7 +2086,7 @@ msgstr ""
"16 位\n"
"32 位"
-#: ../data/pcsx.glade2:2574
+#: ../data/pcsx.glade2:2614
msgid ""
"Equal Value\n"
"Not Equal Value\n"
@@ -2112,7 +2108,7 @@ msgstr ""
"改变\n"
"无改变"
-#: ../data/pcsx.glade2:2606
+#: ../data/pcsx.glade2:2646
msgid ""
"Decimal\n"
"Hexadecimal"
@@ -2120,19 +2116,19 @@ msgstr ""
"十进制\n"
"十六进制"
-#: ../data/pcsx.glade2:2809
+#: ../data/pcsx.glade2:2849
msgid "label_resultsfound"
msgstr "label_resultsfound"
-#: ../data/pcsx.glade2:2844
+#: ../data/pcsx.glade2:2884
msgid "Search"
msgstr "查找"
-#: ../data/pcsx.glade2:2880
+#: ../data/pcsx.glade2:2920
msgid "Restart"
msgstr "复位"
-#: ../data/pcsx.glade2:2909
+#: ../data/pcsx.glade2:2949
msgid "<b>Cheat Search</b>"
msgstr "<b>作弊码查找</b>"
@@ -2716,3 +2712,20 @@ msgstr "<b>按键配置</b>"
msgid "Based on PadJoy by Erich Kitzmüller (ammoq@ammoq.com)"
msgstr "基于由 Erich Kitzmüller (ammoq@ammoq.com) 编写的 PadJoy"
+#~ msgid " Yes"
+#~ msgstr " 是"
+#~ msgid "gtk-add"
+#~ msgstr "gtk-add"
+#~ msgid "gtk-edit"
+#~ msgstr "gtk-edit"
+#~ msgid "gtk-delete"
+#~ msgstr "gtk-delete"
+#~ msgid "Disable"
+#~ msgstr "禁用"
+#~ msgid "gtk-open"
+#~ msgstr "gtk-open"
+#~ msgid "gtk-save-as"
+#~ msgstr "gtk-save-as"
+#~ msgid "gtk-close"
+#~ msgstr "gtk-close"
+
diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo
index 564bc78d..3809f4a7 100644
--- a/po/zh_TW.gmo
+++ b/po/zh_TW.gmo
Binary files differ
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 0432fd93..9185b0b8 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pcsxr 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-08 21:54+0800\n"
-"PO-Revision-Date: 2009-09-20 19:22+0700\n"
+"POT-Creation-Date: 2009-09-26 12:45+0800\n"
+"PO-Revision-Date: 2009-09-26 12:46+0700\n"
"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
"Language-Team: Traditional Chinese <whistler@openoffice.org>\n"
"MIME-Version: 1.0\n"
@@ -88,20 +88,20 @@ msgid "No"
msgstr "否"
#: ../win32/gui/CheatDlg.c:67
-#: ../gui/Cheat.c:203
+#: ../gui/Cheat.c:193
msgid "Edit Cheat"
msgstr "編輯金手指"
#: ../win32/gui/CheatDlg.c:68
#: ../win32/gui/CheatDlg.c:118
-#: ../gui/Cheat.c:695
+#: ../gui/Cheat.c:633
msgid "Description:"
msgstr "描述:"
#: ../win32/gui/CheatDlg.c:69
#: ../win32/gui/CheatDlg.c:119
-#: ../gui/Cheat.c:135
-#: ../gui/Cheat.c:220
+#: ../gui/Cheat.c:125
+#: ../gui/Cheat.c:210
msgid "Cheat Code:"
msgstr "金手指碼:"
@@ -117,18 +117,18 @@ msgstr "取消"
#: ../win32/gui/CheatDlg.c:92
#: ../win32/gui/CheatDlg.c:133
-#: ../gui/Cheat.c:165
-#: ../gui/Cheat.c:260
+#: ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
msgid "Invalid cheat code!"
msgstr "非法金手指碼!"
#: ../win32/gui/CheatDlg.c:117
-#: ../gui/Cheat.c:119
+#: ../gui/Cheat.c:109
msgid "Add New Cheat"
msgstr "添加新金手指"
#: ../win32/gui/CheatDlg.c:167
-#: ../data/pcsx.glade2:2255
+#: ../data/pcsx.glade2:2347
msgid "Edit Cheat Codes"
msgstr "編輯金手指"
@@ -161,7 +161,7 @@ msgid "&Close"
msgstr "關閉(&C)"
#: ../win32/gui/CheatDlg.c:186
-#: ../gui/Cheat.c:463
+#: ../gui/Cheat.c:411
msgid "Description"
msgstr "描述"
@@ -210,144 +210,144 @@ msgstr "不同"
msgid "No Change"
msgstr "無改變"
-#: ../win32/gui/CheatDlg.c:444
-#: ../gui/Cheat.c:645
+#: ../win32/gui/CheatDlg.c:449
+#: ../gui/Cheat.c:583
msgid "Enter the values and start your search."
msgstr "輸入數值並開始搜索。"
-#: ../win32/gui/CheatDlg.c:449
+#: ../win32/gui/CheatDlg.c:454
msgid "No addresses found."
msgstr "未找到位址。"
-#: ../win32/gui/CheatDlg.c:453
-#: ../gui/Cheat.c:603
+#: ../win32/gui/CheatDlg.c:458
+#: ../gui/Cheat.c:541
msgid "Too many addresses found."
msgstr "找到過多位址。"
-#: ../win32/gui/CheatDlg.c:462
-#: ../gui/Cheat.c:612
+#: ../win32/gui/CheatDlg.c:467
+#: ../gui/Cheat.c:550
#, c-format
msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
msgstr "%.8X 當前值: %u (%.2X), 前次值: %u (%.2X)"
-#: ../win32/gui/CheatDlg.c:467
-#: ../gui/Cheat.c:617
+#: ../win32/gui/CheatDlg.c:472
+#: ../gui/Cheat.c:555
#, c-format
msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
msgstr "%.8X 當前值: %u (%.4X), 前次值: %u (%.4X)"
-#: ../win32/gui/CheatDlg.c:472
-#: ../gui/Cheat.c:622
+#: ../win32/gui/CheatDlg.c:477
+#: ../gui/Cheat.c:560
#, c-format
msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
msgstr "%.8X 當前值: %u (%.8X), 前次值: %u (%.8X)"
-#: ../win32/gui/CheatDlg.c:488
-#: ../gui/Cheat.c:637
+#: ../win32/gui/CheatDlg.c:493
+#: ../gui/Cheat.c:575
#, c-format
msgid "Founded Addresses: %d"
msgstr "找到位址: %d"
-#: ../win32/gui/CheatDlg.c:500
-#: ../data/pcsx.glade2:2704
+#: ../win32/gui/CheatDlg.c:505
+#: ../data/pcsx.glade2:2744
msgid "Freeze"
msgstr "固定"
-#: ../win32/gui/CheatDlg.c:501
-#: ../win32/gui/CheatDlg.c:592
+#: ../win32/gui/CheatDlg.c:506
+#: ../win32/gui/CheatDlg.c:597
msgid "Address:"
msgstr "位址:"
-#: ../win32/gui/CheatDlg.c:502
-#: ../win32/gui/CheatDlg.c:593
-#: ../win32/gui/CheatDlg.c:678
-#: ../gui/Cheat.c:706
-#: ../data/pcsx.glade2:2548
+#: ../win32/gui/CheatDlg.c:507
+#: ../win32/gui/CheatDlg.c:598
+#: ../win32/gui/CheatDlg.c:683
+#: ../gui/Cheat.c:644
+#: ../data/pcsx.glade2:2588
msgid "Value:"
msgstr "值:"
-#: ../win32/gui/CheatDlg.c:562
+#: ../win32/gui/CheatDlg.c:567
#, c-format
msgid "Freeze %.8X"
msgstr "固定 %.8X"
-#: ../win32/gui/CheatDlg.c:591
-#: ../data/pcsx.glade2:2740
+#: ../win32/gui/CheatDlg.c:596
+#: ../data/pcsx.glade2:2780
msgid "Modify"
msgstr "更改"
-#: ../win32/gui/CheatDlg.c:674
-#: ../gui/Cheat.c:1188
-#: ../data/pcsx.glade2:2479
+#: ../win32/gui/CheatDlg.c:679
+#: ../gui/Cheat.c:1126
+#: ../data/pcsx.glade2:2517
msgid "Cheat Search"
msgstr "搜尋金手指碼"
-#: ../win32/gui/CheatDlg.c:676
-#: ../data/pcsx.glade2:2526
+#: ../win32/gui/CheatDlg.c:681
+#: ../data/pcsx.glade2:2566
msgid "Search For:"
msgstr "搜尋:"
-#: ../win32/gui/CheatDlg.c:677
-#: ../data/pcsx.glade2:2536
+#: ../win32/gui/CheatDlg.c:682
+#: ../data/pcsx.glade2:2576
msgid "Data Type:"
msgstr "數值類型:"
-#: ../win32/gui/CheatDlg.c:679
-#: ../data/pcsx.glade2:2560
+#: ../win32/gui/CheatDlg.c:684
+#: ../data/pcsx.glade2:2600
msgid "Data Base:"
msgstr "數值基:"
-#: ../win32/gui/CheatDlg.c:680
-#: ../data/pcsx.glade2:2620
+#: ../win32/gui/CheatDlg.c:685
+#: ../data/pcsx.glade2:2660
msgid "To:"
msgstr "至:"
-#: ../win32/gui/CheatDlg.c:681
+#: ../win32/gui/CheatDlg.c:686
msgid "&Freeze"
msgstr "固定(&F)"
-#: ../win32/gui/CheatDlg.c:682
+#: ../win32/gui/CheatDlg.c:687
msgid "&Modify"
msgstr "更改(&M)"
-#: ../win32/gui/CheatDlg.c:683
+#: ../win32/gui/CheatDlg.c:688
msgid "&Copy"
msgstr "複制(&C)"
-#: ../win32/gui/CheatDlg.c:684
+#: ../win32/gui/CheatDlg.c:689
msgid "&Search"
msgstr "搜尋(&S)"
-#: ../win32/gui/CheatDlg.c:685
+#: ../win32/gui/CheatDlg.c:690
msgid "&New Search"
msgstr "新搜尋(&N)"
-#: ../win32/gui/CheatDlg.c:686
+#: ../win32/gui/CheatDlg.c:691
msgid "C&lose"
msgstr "關閉(&L)"
-#: ../win32/gui/CheatDlg.c:688
+#: ../win32/gui/CheatDlg.c:693
msgid "8-bit"
msgstr "8 位元"
-#: ../win32/gui/CheatDlg.c:689
+#: ../win32/gui/CheatDlg.c:694
msgid "16-bit"
msgstr "16 位元"
-#: ../win32/gui/CheatDlg.c:690
+#: ../win32/gui/CheatDlg.c:695
msgid "32-bit"
msgstr "32 位元"
-#: ../win32/gui/CheatDlg.c:691
+#: ../win32/gui/CheatDlg.c:696
msgid "Decimal"
msgstr "十進制"
-#: ../win32/gui/CheatDlg.c:692
+#: ../win32/gui/CheatDlg.c:697
msgid "Hexadecimal"
msgstr "十六進制"
#: ../win32/gui/ConfigurePlugins.c:200
-#: ../gui/Gtk2Gui.c:2119
+#: ../gui/Gtk2Gui.c:2237
msgid "Internal HLE Bios"
msgstr "內部 HLE-Bios"
@@ -356,9 +356,9 @@ msgid "Configuration not OK!"
msgstr "配置不正確!"
#: ../win32/gui/ConfigurePlugins.c:286
-#: ../gui/Cheat.c:165
-#: ../gui/Cheat.c:260
-#: ../gui/LnxMain.c:355
+#: ../gui/Cheat.c:155
+#: ../gui/Cheat.c:250
+#: ../gui/LnxMain.c:405
msgid "Error"
msgstr "錯誤"
@@ -688,15 +688,15 @@ msgstr "*PCSX*: Error Saving State %s"
#: ../win32/gui/WndMain.c:426
#: ../win32/gui/WndMain.c:475
-#: ../gui/Gtk2Gui.c:554
-#: ../gui/Gtk2Gui.c:681
+#: ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "The CD does not appear to be a valid Playstation CD"
msgstr "此光碟不是一張合法的 PlayStation 光碟。"
#: ../win32/gui/WndMain.c:432
#: ../win32/gui/WndMain.c:481
-#: ../gui/Gtk2Gui.c:562
-#: ../gui/Gtk2Gui.c:689
+#: ../gui/Gtk2Gui.c:582
+#: ../gui/Gtk2Gui.c:709
msgid "Could not load CD-ROM!"
msgstr "無法加載光碟!"
@@ -705,12 +705,12 @@ msgid "Running BIOS is not supported with Internal HLE Bios."
msgstr "內部 HLE BIOS 不支援直接執行。"
#: ../win32/gui/WndMain.c:661
-#: ../gui/Gtk2Gui.c:1054
+#: ../gui/Gtk2Gui.c:1074
msgid "Title"
msgstr "標題"
#: ../win32/gui/WndMain.c:667
-#: ../gui/Gtk2Gui.c:1060
+#: ../gui/Gtk2Gui.c:1080
msgid "Status"
msgstr "狀態"
@@ -731,19 +731,19 @@ msgid "terminiting link block"
msgstr "terminiting link block"
#: ../win32/gui/WndMain.c:864
-#: ../gui/Gtk2Gui.c:1134
+#: ../gui/Gtk2Gui.c:1154
msgid "Deleted"
msgstr "已刪除"
#: ../win32/gui/WndMain.c:865
#: ../win32/gui/WndMain.c:868
-#: ../gui/Gtk2Gui.c:1136
-#: ../gui/Gtk2Gui.c:1140
+#: ../gui/Gtk2Gui.c:1156
+#: ../gui/Gtk2Gui.c:1160
msgid "Free"
msgstr "空閑"
#: ../win32/gui/WndMain.c:867
-#: ../gui/Gtk2Gui.c:1138
+#: ../gui/Gtk2Gui.c:1158
msgid "Used"
msgstr "已使用"
@@ -830,7 +830,7 @@ msgid "Disable Cd audio"
msgstr "禁用 CD 音頻"
#: ../win32/gui/WndMain.c:1206
-#: ../data/pcsx.glade2:1356
+#: ../data/pcsx.glade2:1442
msgid "Autodetect"
msgstr "自動檢測"
@@ -839,7 +839,7 @@ msgid "Enable Interpreter Cpu"
msgstr "啟用解釋執行 CPU"
#: ../win32/gui/WndMain.c:1208
-#: ../data/pcsx.glade2:1212
+#: ../data/pcsx.glade2:1298
msgid "Enable Console Output"
msgstr "啟用控制台輸出"
@@ -848,12 +848,12 @@ msgid "Spu Irq Always Enabled"
msgstr "SPU IRQ 總是啟用"
#: ../win32/gui/WndMain.c:1210
-#: ../data/pcsx.glade2:1299
+#: ../data/pcsx.glade2:1385
msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
msgstr "Parasite Eve 2, Vandal Hearts 1/2 修正"
#: ../win32/gui/WndMain.c:1211
-#: ../data/pcsx.glade2:1314
+#: ../data/pcsx.glade2:1400
msgid "InuYasha Sengoku Battle Fix"
msgstr "InuYasha Sengoku 戰斗修正"
@@ -892,9 +892,9 @@ msgstr "DataDeck 記憶卡 (*.ddl)"
#: ../win32/gui/WndMain.c:1316
#: ../win32/gui/WndMain.c:1397
-#: ../gui/Cheat.c:373
-#: ../gui/Gtk2Gui.c:490
-#: ../gui/Gtk2Gui.c:632
+#: ../gui/Cheat.c:319
+#: ../gui/Gtk2Gui.c:510
+#: ../gui/Gtk2Gui.c:652
msgid "All Files"
msgstr "所有檔案"
@@ -1052,188 +1052,193 @@ msgstr "Pcsx 消息"
msgid "Error Loading Symbol"
msgstr "無法加載符號"
-#: ../gui/Cheat.c:50
-msgid " Yes"
-msgstr " 是"
-
-#: ../gui/Cheat.c:127
-#: ../gui/Cheat.c:211
+#: ../gui/Cheat.c:117
+#: ../gui/Cheat.c:201
msgid "Cheat Description:"
msgstr "金手指描述:"
-#: ../gui/Cheat.c:358
+#: ../gui/Cheat.c:304
msgid "Open Cheat File"
msgstr "打開金手指檔"
-#: ../gui/Cheat.c:368
-#: ../gui/Cheat.c:408
+#: ../gui/Cheat.c:314
+#: ../gui/Cheat.c:354
msgid "PCSX Cheat Code Files (*.cht)"
msgstr "PCSX 金手指檔 (*.cht)"
-#: ../gui/Cheat.c:398
+#: ../gui/Cheat.c:344
msgid "Save Cheat File"
msgstr "儲存金手指檔"
-#: ../gui/Cheat.c:413
+#: ../gui/Cheat.c:359
msgid "All Files (*.*)"
msgstr "所有檔案 (*.*)"
-#: ../gui/Cheat.c:446
-#: ../gui/Cheat.c:1183
-#: ../gui/Gtk2Gui.c:378
-#: ../gui/Gtk2Gui.c:1006
+#: ../gui/Cheat.c:392
+#: ../gui/Cheat.c:1121
+#: ../gui/Gtk2Gui.c:398
+#: ../gui/Gtk2Gui.c:1026
msgid "Error: Glade interface could not be loaded!"
msgstr "錯誤:無法加載 Glade 界面!"
-#: ../gui/Cheat.c:451
+#: ../gui/Cheat.c:397
msgid "Cheat Codes"
msgstr "金手指碼"
-#: ../gui/Cheat.c:457
-#: ../data/pcsx.glade2:2365
+#: ../gui/Cheat.c:403
msgid "Enable"
msgstr "啟用"
-#: ../gui/Cheat.c:689
+#: ../gui/Cheat.c:627
msgid "Freeze value"
msgstr "固定數值"
-#: ../gui/Cheat.c:788
+#: ../gui/Cheat.c:726
msgid "Modify value"
msgstr "更改數值"
-#: ../gui/Cheat.c:796
+#: ../gui/Cheat.c:734
msgid "New value:"
msgstr "新值:"
-#: ../gui/Cheat.c:1193
+#: ../gui/Cheat.c:1131
msgid "Search Results"
msgstr "搜尋結果"
-#: ../gui/Gtk2Gui.c:386
-#: ../data/pcsx.glade2:539
+#: ../gui/Gtk2Gui.c:406
+#: ../data/pcsx.glade2:620
msgid "Configure PCSX"
msgstr "配置 PCSX"
-#: ../gui/Gtk2Gui.c:472
+#: ../gui/Gtk2Gui.c:492
msgid "Select PSX EXE File"
msgstr "選擇 PS EXE 檔案"
-#: ../gui/Gtk2Gui.c:486
+#: ../gui/Gtk2Gui.c:506
msgid "PlayStation Executable Files"
msgstr "PlayStation 執行檔"
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "Not a valid PSX file"
msgstr "不是一個合法的 PSX 檔"
-#: ../gui/Gtk2Gui.c:523
+#: ../gui/Gtk2Gui.c:543
msgid "The file does not appear to be a valid Playstation executable"
msgstr "此文件不是一個合法的 PlayStation 執行檔"
-#: ../gui/Gtk2Gui.c:554
-#: ../gui/Gtk2Gui.c:681
+#: ../gui/Gtk2Gui.c:574
+#: ../gui/Gtk2Gui.c:701
msgid "CD ROM failed"
msgstr "CD-ROM 失敗"
-#: ../gui/Gtk2Gui.c:562
+#: ../gui/Gtk2Gui.c:582
msgid "The CD ROM could not be loaded"
msgstr "無法加載 CD-ROM"
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Could not run BIOS"
msgstr "無法執行 BIOS"
-#: ../gui/Gtk2Gui.c:577
+#: ../gui/Gtk2Gui.c:597
msgid "Running BIOS is not supported with Internal HLE BIOS."
msgstr "內部 HLE BIOS 不支援直接執行。"
-#: ../gui/Gtk2Gui.c:607
+#: ../gui/Gtk2Gui.c:627
msgid "Open PSX Disc Image File"
msgstr "打開 PSX 光碟映像檔"
-#: ../gui/Gtk2Gui.c:627
+#: ../gui/Gtk2Gui.c:647
msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
msgstr "PSX 鏡像檔 (*.bin, *.img, *.mdf, *.iso)"
-#: ../gui/Gtk2Gui.c:865
+#: ../gui/Gtk2Gui.c:885
#, c-format
msgid "Loaded state %s."
msgstr "已讀取記錄 %s。"
-#: ../gui/Gtk2Gui.c:870
+#: ../gui/Gtk2Gui.c:890
#, c-format
msgid "Error loading state %s!"
msgstr "讀取記錄 %s 時出錯。"
-#: ../gui/Gtk2Gui.c:881
+#: ../gui/Gtk2Gui.c:901
#, c-format
msgid "Saved state %s."
msgstr "已存儲記錄 %s"
-#: ../gui/Gtk2Gui.c:883
+#: ../gui/Gtk2Gui.c:903
#, c-format
msgid "Error saving state %s!"
msgstr "存儲記錄 %s 時出錯。"
-#: ../gui/Gtk2Gui.c:917
-#: ../gui/Gtk2Gui.c:944
+#: ../gui/Gtk2Gui.c:937
+#: ../gui/Gtk2Gui.c:964
msgid "Select State File"
msgstr "選擇記錄檔案"
-#: ../gui/Gtk2Gui.c:1048
+#: ../gui/Gtk2Gui.c:1068
msgid "Icon"
msgstr "圖符"
-#: ../gui/Gtk2Gui.c:1066
+#: ../gui/Gtk2Gui.c:1086
msgid "ID"
msgstr "ID"
-#: ../gui/Gtk2Gui.c:1072
+#: ../gui/Gtk2Gui.c:1092
msgid "Name"
msgstr "名稱"
-#: ../gui/Gtk2Gui.c:1232
+#: ../gui/Gtk2Gui.c:1252
msgid "Format this Memory Card?"
msgstr "格式化此記憶卡?"
-#: ../gui/Gtk2Gui.c:1234
+#: ../gui/Gtk2Gui.c:1254
msgid "If you format the memory card, the card will be empty, and any existing data overwritten."
msgstr "如果您選擇格式化記憶卡,記憶卡將被清空,並且任何現有資料都將被覆蓋。"
-#: ../gui/Gtk2Gui.c:1237
+#: ../gui/Gtk2Gui.c:1257
msgid "Format card"
msgstr "格式化記憶卡"
-#: ../gui/Gtk2Gui.c:1352
+#: ../gui/Gtk2Gui.c:1372
msgid "No space available in the target memory card!"
msgstr "目標記憶卡沒有空餘位置!"
-#: ../gui/Gtk2Gui.c:1497
-msgid "Memory Card Manager"
-msgstr "記憶卡管理器"
-
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514
+#: ../gui/Gtk2Gui.c:1535
+#: ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577
+#: ../gui/Gtk2Gui.c:1598
+#: ../gui/Gtk2Gui.c:1889
msgid "No configuration required"
msgstr "不需要配置"
-#: ../gui/Gtk2Gui.c:1766
+#: ../gui/Gtk2Gui.c:1514
+#: ../gui/Gtk2Gui.c:1535
+#: ../gui/Gtk2Gui.c:1556
+#: ../gui/Gtk2Gui.c:1577
+#: ../gui/Gtk2Gui.c:1598
+#: ../gui/Gtk2Gui.c:1889
msgid "This plugin doesn't need to be configured."
msgstr "此外掛需要被配置。"
-#: ../gui/Gtk2Gui.c:2025
+#: ../gui/Gtk2Gui.c:1620
+msgid "Memory Card Manager"
+msgstr "記憶卡管理器"
+
+#: ../gui/Gtk2Gui.c:2143
#, c-format
msgid "Could not open BIOS directory: '%s'\n"
msgstr "無法開啟 BIOS 目錄: \"%s\"\n"
-#: ../gui/Gtk2Gui.c:2057
-#: ../gui/Gtk2Gui.c:2150
-#: ../gui/LnxMain.c:146
+#: ../gui/Gtk2Gui.c:2173
+#: ../gui/Gtk2Gui.c:2266
+#: ../gui/LnxMain.c:170
#, c-format
msgid "Could not open directory: '%s'\n"
msgstr "無法開啟目錄: \"%s\"\n"
-#: ../gui/Gtk2Gui.c:2211
+#: ../gui/Gtk2Gui.c:2327
msgid "Notice"
msgstr "警告"
@@ -1242,7 +1247,7 @@ msgstr "警告"
msgid "Creating memory card: %s\n"
msgstr "創建記憶卡: %s\n"
-#: ../gui/LnxMain.c:262
+#: ../gui/LnxMain.c:312
msgid ""
" pcsx [options] [file]\n"
"\toptions:\n"
@@ -1266,27 +1271,27 @@ msgstr ""
"\t-h -help\t顯示此信息\n"
"\t檔案\t\t加載檔案\n"
-#: ../gui/LnxMain.c:300
+#: ../gui/LnxMain.c:350
#, c-format
msgid "PCSX cannot be configured without using the GUI -- you should restart without -nogui.\n"
msgstr "PCSX 不能在字符界面下配置 -- 請不使用 -nogui 參數重新啟動程式\n"
-#: ../gui/LnxMain.c:355
+#: ../gui/LnxMain.c:405
msgid "Failed loading plugins!"
msgstr "外掛加載失敗"
-#: ../gui/LnxMain.c:372
+#: ../gui/LnxMain.c:422
#, c-format
msgid "Could not load CD-ROM!\n"
msgstr "無法加載光碟。\n"
-#: ../gui/LnxMain.c:411
+#: ../gui/LnxMain.c:461
#, c-format
msgid "PSX emulator couldn't be initialized.\n"
msgstr "PSX 模擬器無法初期化。\n"
#: ../gui/Plugin.c:204
-#: ../data/pcsx.glade2:1248
+#: ../data/pcsx.glade2:1334
#, c-format
msgid "SIO IRQ Always Enabled"
msgstr "SIO IRQ 總是啟用"
@@ -1356,7 +1361,7 @@ msgstr "無法關閉 \"控制器 2\" 外掛!"
msgid "Error closing GPU plugin!"
msgstr "無法關閉 GPU 外掛!"
-#: ../libpcsxcore/cdriso.c:523
+#: ../libpcsxcore/cdriso.c:528
#, c-format
msgid "Loaded CD Image: %s"
msgstr "已加載 CD 映像: %s"
@@ -1764,193 +1769,213 @@ msgstr "XVideo 支援: Stephen Chao"
msgid "PCSX"
msgstr "PCSX"
-#: ../data/pcsx.glade2:23
+#: ../data/pcsx.glade2:24
msgid "_File"
msgstr "檔案(_F)"
-#: ../data/pcsx.glade2:29
+#: ../data/pcsx.glade2:30
msgid "Run _CD"
msgstr "執行光碟(_C)"
-#: ../data/pcsx.glade2:47
+#: ../data/pcsx.glade2:48
msgid "Run _ISO..."
msgstr "執行 _ISO..."
-#: ../data/pcsx.glade2:64
+#: ../data/pcsx.glade2:65
msgid "Run _BIOS"
msgstr "執行 _BIOS"
-#: ../data/pcsx.glade2:81
+#: ../data/pcsx.glade2:82
msgid "Run _EXE..."
msgstr "執行 _EXE..."
-#: ../data/pcsx.glade2:103
+#: ../data/pcsx.glade2:104
msgid "E_xit"
msgstr "離開(_X)"
-#: ../data/pcsx.glade2:125
+#: ../data/pcsx.glade2:126
msgid "_Emulator"
msgstr "模擬器(_E)"
-#: ../data/pcsx.glade2:131
+#: ../data/pcsx.glade2:132
msgid "_Continue"
msgstr "繼續(_C)"
-#: ../data/pcsx.glade2:147
+#: ../data/pcsx.glade2:148
msgid "_Reset"
msgstr "複位(_R)"
-#: ../data/pcsx.glade2:168
+#: ../data/pcsx.glade2:169
msgid "S_witch ISO..."
msgstr "更換 ISO(_W)"
-#: ../data/pcsx.glade2:190
+#: ../data/pcsx.glade2:191
msgid "_Save State"
msgstr "存儲記錄(_S)"
-#: ../data/pcsx.glade2:199
-#: ../data/pcsx.glade2:280
+#: ../data/pcsx.glade2:200
+#: ../data/pcsx.glade2:281
msgid "Slot _1"
msgstr "記錄 _1"
-#: ../data/pcsx.glade2:208
-#: ../data/pcsx.glade2:289
+#: ../data/pcsx.glade2:209
+#: ../data/pcsx.glade2:290
msgid "Slot _2"
msgstr "記錄 _2"
-#: ../data/pcsx.glade2:217
-#: ../data/pcsx.glade2:298
+#: ../data/pcsx.glade2:218
+#: ../data/pcsx.glade2:299
msgid "Slot _3"
msgstr "記錄 _3"
-#: ../data/pcsx.glade2:226
-#: ../data/pcsx.glade2:307
+#: ../data/pcsx.glade2:227
+#: ../data/pcsx.glade2:308
msgid "Slot _4"
msgstr "記錄 _4"
-#: ../data/pcsx.glade2:235
-#: ../data/pcsx.glade2:316
+#: ../data/pcsx.glade2:236
+#: ../data/pcsx.glade2:317
msgid "Slot _5"
msgstr "記錄 _5"
-#: ../data/pcsx.glade2:243
-#: ../data/pcsx.glade2:324
+#: ../data/pcsx.glade2:244
+#: ../data/pcsx.glade2:325
msgid "_Other..."
msgstr "其它(_O)..."
-#: ../data/pcsx.glade2:271
+#: ../data/pcsx.glade2:272
msgid "_Load State"
msgstr "讀取記錄(_L)"
-#: ../data/pcsx.glade2:357
+#: ../data/pcsx.glade2:358
msgid "_Configuration"
msgstr "配置(_C)"
-#: ../data/pcsx.glade2:363
+#: ../data/pcsx.glade2:364
msgid "_Plugins & BIOS..."
msgstr "外掛及 BIOS(_P)..."
-#: ../data/pcsx.glade2:385
+#: ../data/pcsx.glade2:386
+msgid "_Graphics"
+msgstr "圖像(_G)"
+
+#: ../data/pcsx.glade2:401
+msgid "_Sound"
+msgstr "聲音(_S)"
+
+#: ../data/pcsx.glade2:416
+msgid "CD-_ROM"
+msgstr "CD-_ROM"
+
+#: ../data/pcsx.glade2:431
+msgid "Controller _1"
+msgstr "控制器 _1"
+
+#: ../data/pcsx.glade2:446
+msgid "Controller _2"
+msgstr "控制器 _2"
+
+#: ../data/pcsx.glade2:466
msgid "_CPU..."
msgstr "_CPU..."
-#: ../data/pcsx.glade2:401
+#: ../data/pcsx.glade2:482
msgid "_Memory Cards..."
msgstr "記憶卡(_M)..."
-#: ../data/pcsx.glade2:418
+#: ../data/pcsx.glade2:499
msgid "_Netplay..."
msgstr "聯網遊戲(_N)..."
-#: ../data/pcsx.glade2:439
+#: ../data/pcsx.glade2:520
msgid "Chea_t"
msgstr "金手指(_T)"
-#: ../data/pcsx.glade2:448
+#: ../data/pcsx.glade2:529
msgid "_Browse..."
msgstr "檢視(_B)..."
-#: ../data/pcsx.glade2:463
+#: ../data/pcsx.glade2:544
msgid "_Search..."
msgstr "搜尋(_S)..."
-#: ../data/pcsx.glade2:494
+#: ../data/pcsx.glade2:575
msgid "_Help"
msgstr "說明(_H)"
-#: ../data/pcsx.glade2:500
+#: ../data/pcsx.glade2:581
msgid "_About PCSX..."
msgstr "關於 PCSX(_A)..."
-#: ../data/pcsx.glade2:639
+#: ../data/pcsx.glade2:722
msgid "Select Folder to Search"
msgstr "選擇要查找的資料夾"
-#: ../data/pcsx.glade2:655
+#: ../data/pcsx.glade2:738
msgid "Search in:"
msgstr "在此處查找外掛:"
-#: ../data/pcsx.glade2:928
+#: ../data/pcsx.glade2:1011
msgid "Graphics:"
msgstr "圖像:"
-#: ../data/pcsx.glade2:941
+#: ../data/pcsx.glade2:1024
msgid "Sound:"
msgstr "聲音:"
-#: ../data/pcsx.glade2:956
+#: ../data/pcsx.glade2:1039
msgid "Controller 1: "
msgstr "控制器 1:"
-#: ../data/pcsx.glade2:971
+#: ../data/pcsx.glade2:1054
msgid "Controller 2:"
msgstr "控制器 2:"
-#: ../data/pcsx.glade2:986
+#: ../data/pcsx.glade2:1069
msgid "CD-ROM:"
msgstr "CD-ROM:"
-#: ../data/pcsx.glade2:1024
+#: ../data/pcsx.glade2:1107
msgid "<b>Plugins</b>"
msgstr "<b>外掛</b>"
-#: ../data/pcsx.glade2:1085
+#: ../data/pcsx.glade2:1168
msgid "<b>BIOS</b>"
msgstr "<b>BIOS</b>"
-#: ../data/pcsx.glade2:1137
+#: ../data/pcsx.glade2:1220
msgid "Configure CPU"
msgstr "配置 CPU"
-#: ../data/pcsx.glade2:1162
+#: ../data/pcsx.glade2:1248
msgid "Enable Debugger"
msgstr "啟用調試器"
-#: ../data/pcsx.glade2:1180
+#: ../data/pcsx.glade2:1266
msgid "SPU IRQ Always Enabled"
msgstr "SPU IRQ 總是啟用"
-#: ../data/pcsx.glade2:1196
+#: ../data/pcsx.glade2:1282
msgid "Black & White Movies"
msgstr "黑白電影"
-#: ../data/pcsx.glade2:1230
+#: ../data/pcsx.glade2:1316
msgid "Enable Interpreter CPU"
msgstr "啟用解釋執行 CPU"
-#: ../data/pcsx.glade2:1264
+#: ../data/pcsx.glade2:1350
msgid "Disable CD Audio"
msgstr "禁用 CD 音頻"
-#: ../data/pcsx.glade2:1280
+#: ../data/pcsx.glade2:1366
msgid "Disable XA Decoding"
msgstr "禁用 XA 解碼"
-#: ../data/pcsx.glade2:1332
+#: ../data/pcsx.glade2:1418
msgid "<b>Options</b>"
msgstr "<b>選項</b>"
-#: ../data/pcsx.glade2:1373
+#: ../data/pcsx.glade2:1459
msgid ""
"NTSC\n"
"PAL"
@@ -1958,52 +1983,52 @@ msgstr ""
"NTSC\n"
"PAL"
-#: ../data/pcsx.glade2:1387
+#: ../data/pcsx.glade2:1473
msgid "<b>System Type</b>"
msgstr "<b>系統類型</b>"
-#: ../data/pcsx.glade2:1436
+#: ../data/pcsx.glade2:1522
msgid "Configure NetPlay"
msgstr "配置聯網遊戲"
-#: ../data/pcsx.glade2:1521
+#: ../data/pcsx.glade2:1609
msgid "<b>NetPlay</b>"
msgstr "<b>聯網遊戲</b>"
-#: ../data/pcsx.glade2:1573
+#: ../data/pcsx.glade2:1661
msgid "Configure Memory Cards"
msgstr "配置記憶卡"
-#: ../data/pcsx.glade2:1647
-#: ../data/pcsx.glade2:2042
+#: ../data/pcsx.glade2:1737
+#: ../data/pcsx.glade2:2133
msgid "Format"
msgstr "格式化"
-#: ../data/pcsx.glade2:1697
-#: ../data/pcsx.glade2:2092
+#: ../data/pcsx.glade2:1787
+#: ../data/pcsx.glade2:2183
msgid "Reload"
msgstr "重新加載"
-#: ../data/pcsx.glade2:1741
+#: ../data/pcsx.glade2:1831
msgid "<b>Memory Card 1</b>"
msgstr "<b>記憶卡 1</b>"
-#: ../data/pcsx.glade2:1801
-#: ../data/pcsx.glade2:1851
-#: ../data/pcsx.glade2:2776
+#: ../data/pcsx.glade2:1891
+#: ../data/pcsx.glade2:1941
+#: ../data/pcsx.glade2:2816
msgid "Copy"
msgstr "複制"
-#: ../data/pcsx.glade2:1901
-#: ../data/pcsx.glade2:1951
+#: ../data/pcsx.glade2:1991
+#: ../data/pcsx.glade2:2041
msgid "Un/Delete"
msgstr "刪除/恢複"
-#: ../data/pcsx.glade2:2136
+#: ../data/pcsx.glade2:2227
msgid "<b>Memory Card 2</b>"
msgstr "<b>記憶卡 2</b>"
-#: ../data/pcsx.glade2:2198
+#: ../data/pcsx.glade2:2289
msgid ""
"(C) 1999-2003 PCSX Team\n"
"(C) 2005-2006 Ryan Schultz\n"
@@ -2015,15 +2040,15 @@ msgstr ""
"(C) 2005-2006 Andrew Burton\n"
"(C) 2008-2009 Wei Mingzhi"
-#: ../data/pcsx.glade2:2202
+#: ../data/pcsx.glade2:2293
msgid "A PlayStation emulator."
msgstr "一個 PlayStation 模擬器。"
-#: ../data/pcsx.glade2:2204
+#: ../data/pcsx.glade2:2295
msgid "PCSX Reloaded"
msgstr "PCSX Reloaded"
-#: ../data/pcsx.glade2:2205
+#: ../data/pcsx.glade2:2296
msgid ""
"This program is free software; you can redistribute it\n"
"and/or modify it under the terms of the GNU General\n"
@@ -2057,45 +2082,16 @@ msgstr ""
"Public License along with this program; if not, write to\n"
"the Free Software Foundation, Inc."
-#: ../data/pcsx.glade2:2234
+#: ../data/pcsx.glade2:2325
#: ../plugins/dfinput/dfinput.glade2:212
msgid "translator-credits"
msgstr "Wei Mingzhi <whistler@openoffice.org>"
-#: ../data/pcsx.glade2:2292
+#: ../data/pcsx.glade2:2386
msgid "<b>Cheat Codes</b>"
msgstr "<b>金手指碼</b>"
-#: ../data/pcsx.glade2:2310
-msgid "gtk-add"
-msgstr "gtk-add"
-
-#: ../data/pcsx.glade2:2322
-msgid "gtk-edit"
-msgstr "gtk-edit"
-
-#: ../data/pcsx.glade2:2334
-msgid "gtk-delete"
-msgstr "gtk-delete"
-
-#: ../data/pcsx.glade2:2399
-msgid "Disable"
-msgstr "禁用"
-
-#: ../data/pcsx.glade2:2414
-msgid "gtk-open"
-msgstr "gtk-open"
-
-#: ../data/pcsx.glade2:2426
-msgid "gtk-save-as"
-msgstr "gtk-save-as"
-
-#: ../data/pcsx.glade2:2454
-#: ../data/pcsx.glade2:2927
-msgid "gtk-close"
-msgstr "gtk-close"
-
-#: ../data/pcsx.glade2:2511
+#: ../data/pcsx.glade2:2551
msgid ""
"8-bit\n"
"16-bit\n"
@@ -2105,7 +2101,7 @@ msgstr ""
"16 位元\n"
"32 位元"
-#: ../data/pcsx.glade2:2574
+#: ../data/pcsx.glade2:2614
msgid ""
"Equal Value\n"
"Not Equal Value\n"
@@ -2118,25 +2114,25 @@ msgid ""
"No Change"
msgstr ""
-#: ../data/pcsx.glade2:2606
+#: ../data/pcsx.glade2:2646
msgid ""
"Decimal\n"
"Hexadecimal"
msgstr ""
-#: ../data/pcsx.glade2:2809
+#: ../data/pcsx.glade2:2849
msgid "label_resultsfound"
msgstr "label_resultsfound"
-#: ../data/pcsx.glade2:2844
+#: ../data/pcsx.glade2:2884
msgid "Search"
msgstr "搜尋"
-#: ../data/pcsx.glade2:2880
+#: ../data/pcsx.glade2:2920
msgid "Restart"
msgstr "重新開始"
-#: ../data/pcsx.glade2:2909
+#: ../data/pcsx.glade2:2949
msgid "<b>Cheat Search</b>"
msgstr "<b>金手指碼搜尋</b>"
@@ -2712,3 +2708,20 @@ msgstr "<b>按鍵設定</b>"
msgid "Based on PadJoy by Erich Kitzmüller (ammoq@ammoq.com)"
msgstr "基於由 Erich Kitzmüller (ammoq@ammoq.com) 編寫的 PadJoy"
+#~ msgid " Yes"
+#~ msgstr " 是"
+#~ msgid "gtk-add"
+#~ msgstr "gtk-add"
+#~ msgid "gtk-edit"
+#~ msgstr "gtk-edit"
+#~ msgid "gtk-delete"
+#~ msgstr "gtk-delete"
+#~ msgid "Disable"
+#~ msgstr "禁用"
+#~ msgid "gtk-open"
+#~ msgstr "gtk-open"
+#~ msgid "gtk-save-as"
+#~ msgstr "gtk-save-as"
+#~ msgid "gtk-close"
+#~ msgstr "gtk-close"
+