mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
Generate file in English
This commit is contained in:
parent
45c5c1e0a2
commit
c862b02e26
2 changed files with 35 additions and 22 deletions
|
@ -14,4 +14,17 @@
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Resources\Texts.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Texts.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Update="Resources\Texts.resx">
|
||||||
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Texts.Designer.cs</LastGenOutput>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
42
src/Ombi.I18n/Resources/Texts.Designer.cs
generated
42
src/Ombi.I18n/Resources/Texts.Designer.cs
generated
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// Ce code a été généré par un outil.
|
// This code was generated by a tool.
|
||||||
// Version du runtime :4.0.30319.42000
|
// Runtime Version:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// le code est régénéré.
|
// the code is regenerated.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@ namespace Ombi.I18n.Resources {
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
// à l'aide d'un outil, tel que ResGen ou Visual Studio.
|
// class via a tool like ResGen or Visual Studio.
|
||||||
// Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
// avec l'option /str ou régénérez votre projet VS.
|
// with the /str option, or rebuild your VS project.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
@ -33,7 +33,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static global::System.Resources.ResourceManager ResourceManager {
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
@ -47,8 +47,8 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Remplace la propriété CurrentUICulture du thread actuel pour toutes
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
/// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
|
/// resource lookups using this strongly typed resource class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static global::System.Globalization.CultureInfo Culture {
|
public static global::System.Globalization.CultureInfo Culture {
|
||||||
|
@ -61,7 +61,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Type:.
|
/// Looks up a localized string similar to Type:.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string AlbumTypeLabel {
|
public static string AlbumTypeLabel {
|
||||||
get {
|
get {
|
||||||
|
@ -70,7 +70,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Episodes:.
|
/// Looks up a localized string similar to Episodes:.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string EpisodesLabel {
|
public static string EpisodesLabel {
|
||||||
get {
|
get {
|
||||||
|
@ -79,7 +79,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Genres:.
|
/// Looks up a localized string similar to Genres:.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string GenresLabel {
|
public static string GenresLabel {
|
||||||
get {
|
get {
|
||||||
|
@ -88,7 +88,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à New Albums.
|
/// Looks up a localized string similar to New Albums.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string NewAlbums {
|
public static string NewAlbums {
|
||||||
get {
|
get {
|
||||||
|
@ -97,7 +97,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à New Movies.
|
/// Looks up a localized string similar to New Movies.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string NewMovies {
|
public static string NewMovies {
|
||||||
get {
|
get {
|
||||||
|
@ -106,7 +106,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à New TV.
|
/// Looks up a localized string similar to New TV.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string NewTV {
|
public static string NewTV {
|
||||||
get {
|
get {
|
||||||
|
@ -115,7 +115,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Powered by.
|
/// Looks up a localized string similar to Powered by.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string PoweredBy {
|
public static string PoweredBy {
|
||||||
get {
|
get {
|
||||||
|
@ -124,7 +124,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Season:.
|
/// Looks up a localized string similar to Season:.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SeasonLabel {
|
public static string SeasonLabel {
|
||||||
get {
|
get {
|
||||||
|
@ -133,7 +133,7 @@ namespace Ombi.I18n.Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Unsubscribe.
|
/// Looks up a localized string similar to Unsubscribe.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string Unsubscribe {
|
public static string Unsubscribe {
|
||||||
get {
|
get {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue