OSDN Git Service

import jp-0.9.3
[handbrake-jp/handbrake-jp.git] / win / C# / Functions / Queue.cs
index 3afca7d..f37219d 100644 (file)
@@ -163,11 +163,11 @@ namespace Handbrake.Functions
                     line.WriteLine(strCmdLine);\r
                     line.Close();\r
 \r
-                    MessageBox.Show("Your batch script has been sucessfully saved.", "Status", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);\r
+                    MessageBox.Show("バッチは保存されました。", "Status", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);\r
                 }\r
                 catch (Exception)\r
                 {\r
-                    MessageBox.Show("Unable to write to the file. Please make sure that the location has the correct permissions for file writing.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);\r
+                    MessageBox.Show("ファイルの書き込みに失敗しました。", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);\r
                 }\r
 \r
             }\r
@@ -198,7 +198,7 @@ namespace Handbrake.Functions
             }\r
             catch (Exception exc)\r
             {\r
-                MessageBox.Show("HandBrake was unable to recover the queue. \nError Information:" + exc.ToString(), "Queue Recovery Error", MessageBoxButtons.OK, MessageBoxIcon.Error);\r
+                MessageBox.Show("キューの復旧に失敗しました。\nError Information:" + exc.ToString(), "Queue Recovery Error", MessageBoxButtons.OK, MessageBoxIcon.Error);\r
             }\r
         }\r
 \r