OSDN Git Service

import jp-0.9.3
[handbrake-jp/handbrake-jp.git] / win / C# / Functions / Main.cs
index f8600d3..d992404 100644 (file)
@@ -173,7 +173,7 @@ namespace Handbrake.Functions
 \r
                     data_chpt.Rows.Insert(i, row);\r
                     data_chpt.Rows[i].Cells[0].Value = (i + 1);\r
-                    data_chpt.Rows[i].Cells[1].Value = "Chapter " + (i + 1);\r
+                    data_chpt.Rows[i].Cells[1].Value = "\83`\83\83\83v\83^\81[ " + (i + 1);\r
                     i++;\r
                 }\r
                 return data_chpt;\r
@@ -240,7 +240,7 @@ namespace Handbrake.Functions
                     string filePath = "";\r
                     if (Properties.Settings.Default.autoNamePath.Trim() != "")\r
                     {\r
-                        if (Properties.Settings.Default.autoNamePath.Trim() != "Click 'Browse' to set the default location")\r
+                        if (Properties.Settings.Default.autoNamePath.Trim() != "\83u\83\89\83E\83Y\83{\83^\83\93\82Å\83f\83t\83H\83\8b\83g\82Ì\95Û\91\90æ\82ð\8ew\92è...")\r
                             filePath = Properties.Settings.Default.autoNamePath + "\\";\r
                     }\r
 \r
@@ -306,7 +306,7 @@ namespace Handbrake.Functions
             catch (Exception exc)\r
             {\r
                 if (debug == true)\r
-                    MessageBox.Show("Unable to check for updates, Please try again later. \n" + exc.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);\r
+                    MessageBox.Show("\83A\83b\83v\83f\81[\83g\82Ì\8am\94F\82ª\82Å\82«\82Ü\82¹\82ñ\82Å\82µ\82½\81B\n" + exc.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);\r
                 return false;\r
             }\r
         }\r
@@ -338,7 +338,7 @@ namespace Handbrake.Functions
             {\r
                 line = stdOutput.ReadLine();\r
                 if (line == null) line = "";\r
-                Match m = Regex.Match(line, @"HandBrake ([0-9\.]*)*(svn[0-9]*[M]*)* \([0-9]*\)");\r
+                Match m = Regex.Match(line, @"HandBrake ([0-9\.a-zA-Z-]*)*(svn[0-9]*[M]*)* \([0-9]*\)");\r
 \r
                 if (m.Success != false)\r
                 {\r