From 442ccb9a20e6e24fbb1d70c434d108731fc79481 Mon Sep 17 00:00:00 2001 From: Souryo Date: Mon, 23 May 2016 18:10:06 -0400 Subject: [PATCH] Localized update prompt window --- GUI.NET/Dependencies/resources.fr.xml | 7 +++++++ GUI.NET/Dependencies/resources.ja.xml | 7 +++++++ GUI.NET/Forms/frmUpdatePrompt.Designer.cs | 1 + 3 files changed, 15 insertions(+) diff --git a/GUI.NET/Dependencies/resources.fr.xml b/GUI.NET/Dependencies/resources.fr.xml index 9ef5ee1d..cbd722a6 100644 --- a/GUI.NET/Dependencies/resources.fr.xml +++ b/GUI.NET/Dependencies/resources.fr.xml @@ -271,6 +271,13 @@ Modèle du PPU Commutateurs DIP +
+ Dernière version : + Version courante : + Changelog + Mettre à jour + Annuler +
Tous les fichiers (*.*)|*.* diff --git a/GUI.NET/Dependencies/resources.ja.xml b/GUI.NET/Dependencies/resources.ja.xml index 4e18def1..be157a47 100644 --- a/GUI.NET/Dependencies/resources.ja.xml +++ b/GUI.NET/Dependencies/resources.ja.xml @@ -264,6 +264,13 @@ バージョン: 0.1.4 (ベータ版) &OK +
+ 最新バージョン: + 現在のバージョン: + 更新歴 + 更新 + キャンセル +
すべてのファイル (*.*)|*.* diff --git a/GUI.NET/Forms/frmUpdatePrompt.Designer.cs b/GUI.NET/Forms/frmUpdatePrompt.Designer.cs index b91ea715..265742b9 100644 --- a/GUI.NET/Forms/frmUpdatePrompt.Designer.cs +++ b/GUI.NET/Forms/frmUpdatePrompt.Designer.cs @@ -100,6 +100,7 @@ this.txtChangelog.BackColor = System.Drawing.Color.White; this.tableLayoutPanel1.SetColumnSpan(this.txtChangelog, 4); this.txtChangelog.Dock = System.Windows.Forms.DockStyle.Fill; + this.txtChangelog.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtChangelog.Location = new System.Drawing.Point(8, 49); this.txtChangelog.Multiline = true; this.txtChangelog.Name = "txtChangelog";