download formats db.

This commit is contained in:
morkt
2017-02-14 13:11:57 +04:00
parent ccd4424b1b
commit 1d5d74ce93
10 changed files with 199 additions and 50 deletions

View File

@@ -663,6 +663,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Update download failed..
/// </summary>
public static string MsgDownloadFailed {
get {
return ResourceManager.GetString("MsgDownloadFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to archive is empty.
/// </summary>
@@ -882,6 +891,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Formats database updated..
/// </summary>
public static string MsgUpdateComplete {
get {
return ResourceManager.GetString("MsgUpdateComplete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Update check failed..
/// </summary>
@@ -1210,6 +1228,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Application update.
/// </summary>
public static string TextUpdateTitle {
get {
return ResourceManager.GetString("TextUpdateTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Visit download page.
/// </summary>

View File

@@ -505,6 +505,10 @@
<value>Check for updates...</value>
<comment>translation pending</comment>
</data>
<data name="MsgDownloadFailed" xml:space="preserve">
<value>Update download failed.</value>
<comment>translation pending</comment>
</data>
<data name="MsgNoUpdates" xml:space="preserve">
<value>No updates currently available.</value>
<comment>translation pending</comment>
@@ -513,6 +517,10 @@
<value>Formats database update available.</value>
<comment>translation pending</comment>
</data>
<data name="MsgUpdateComplete" xml:space="preserve">
<value>Formats database updated.</value>
<comment>translation pending</comment>
</data>
<data name="MsgUpdateFailed" xml:space="preserve">
<value>Update check failed.</value>
<comment>translation pending</comment>
@@ -525,6 +533,10 @@
<value>New version available:</value>
<comment>translation pending</comment>
</data>
<data name="TextUpdateTitle" xml:space="preserve">
<value>Application update</value>
<comment>translation pending</comment>
</data>
<data name="TextVisitPage" xml:space="preserve">
<value>Visit download page</value>
<comment>translation pending</comment>

View File

@@ -512,6 +512,9 @@ Overwrite?</value>
<data name="MsgUpdateAvailable" xml:space="preserve">
<value>Formats database update available.</value>
</data>
<data name="MsgUpdateComplete" xml:space="preserve">
<value>Formats database updated.</value>
</data>
<data name="MsgUpdateFailed" xml:space="preserve">
<value>Update check failed.</value>
</data>
@@ -521,7 +524,13 @@ Overwrite?</value>
<data name="TextNewVersion" xml:space="preserve">
<value>New version available:</value>
</data>
<data name="TextUpdateTitle" xml:space="preserve">
<value>Application update</value>
</data>
<data name="TextVisitPage" xml:space="preserve">
<value>Visit download page</value>
</data>
<data name="MsgDownloadFailed" xml:space="preserve">
<value>Update download failed.</value>
</data>
</root>

View File

@@ -527,12 +527,18 @@
<data name="MenuCheckUpdates" xml:space="preserve">
<value>Проверить обновления...</value>
</data>
<data name="MsgDownloadFailed" xml:space="preserve">
<value>Не удалось обновить базу форматов.</value>
</data>
<data name="MsgNoUpdates" xml:space="preserve">
<value>Обновления недоступны.</value>
</data>
<data name="MsgUpdateAvailable" xml:space="preserve">
<value>Доступна обновлённая база форматов.</value>
</data>
<data name="MsgUpdateComplete" xml:space="preserve">
<value>База форматов успешно обновлена.</value>
</data>
<data name="MsgUpdateFailed" xml:space="preserve">
<value>Сбой проверки обновлений.</value>
</data>
@@ -542,6 +548,9 @@
<data name="TextNewVersion" xml:space="preserve">
<value>Доступна новая версия:</value>
</data>
<data name="TextUpdateTitle" xml:space="preserve">
<value>Обновление программы</value>
</data>
<data name="TextVisitPage" xml:space="preserve">
<value>Перейти на страницу загрузки</value>
</data>

View File

@@ -517,6 +517,10 @@
<value>Check for updates...</value>
<comment>translation pending</comment>
</data>
<data name="MsgDownloadFailed" xml:space="preserve">
<value>Update download failed.</value>
<comment>translation pending</comment>
</data>
<data name="MsgNoUpdates" xml:space="preserve">
<value>No updates currently available.</value>
<comment>translation pending</comment>
@@ -525,6 +529,10 @@
<value>Formats database update available.</value>
<comment>translation pending</comment>
</data>
<data name="MsgUpdateComplete" xml:space="preserve">
<value>Formats database updated.</value>
<comment>translation pending</comment>
</data>
<data name="MsgUpdateFailed" xml:space="preserve">
<value>Update check failed.</value>
<comment>translation pending</comment>
@@ -537,6 +545,10 @@
<value>New version available:</value>
<comment>translation pending</comment>
</data>
<data name="TextUpdateTitle" xml:space="preserve">
<value>Application update</value>
<comment>translation pending</comment>
</data>
<data name="TextVisitPage" xml:space="preserve">
<value>Visit download page</value>
<comment>translation pending</comment>