- using ResXManager plugin for VisualStudio to translate strings

- fixed a few missing German translations
- added russian translation from resources.dll back to .resx
- extracted all localized strings to a .xlsx spreadsheet to allow easier translation
This commit is contained in:
hbeham
2015-10-04 17:47:38 +02:00
parent e45d897226
commit ada0a52637
44 changed files with 2886 additions and 132 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -59,18 +59,5 @@ namespace ChanSort.Loader.Samsung {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to This file contains no data, all bytes in it are set to 0.
///
///Please make sure your USB stick is formatted as FAT32 and preferrably not larger than 4GB.
///If that still does not work, try to reset your TV to factory defaults and run a new channel search.
///(This might be necessary after a firmware update.).
/// </summary>
internal static string ScmSerializer_AllBytesInFileAreZero {
get {
return ResourceManager.GetString("ScmSerializer_AllBytesInFileAreZero", resourceCulture);
}
}
}
}