Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-16 04:00:53 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-16 04:00:53 +0300
commit8d31e86bdd82aa5f46bd24b3a6b5665e1b2796d8 (patch)
tree38910c317ae50640e0ff055c20cfc3aeea5a45a5 /Properties
parent3a26887d4a225169121de7d2ec2c17684eb983ee (diff)
New config options, again. Also some fixes.
Diffstat (limited to 'Properties')
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--Properties/Resources.resx12
2 files changed, 14 insertions, 2 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 1b2b155a..07de4be1 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.21.72")]
-[assembly: AssemblyFileVersion("2.0.21.72")]
+[assembly: AssemblyVersion("2.0.30.1")]
+[assembly: AssemblyFileVersion("2.0.30.1")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index b08d2863..d0affad5 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -724,4 +724,16 @@
<data name="gitCommit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\commit.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
+ <data name="ConfigSavedNote" xml:space="preserve">
+ <value>Config saved. Please note that configuration for the real console ({0}) was used, not for selected console ({1}).</value>
+ </data>
+ <data name="Syncronize" xml:space="preserve">
+ <value>Synchronize selected games with NES/SNES Mini</value>
+ </data>
+ <data name="SyncronizeUSB" xml:space="preserve">
+ <value>Synchronize selected games with USB drive</value>
+ </data>
+ <data name="WritingUSB" xml:space="preserve">
+ <value>Writing games to the USB drive...</value>
+ </data>
</root> \ No newline at end of file