From 6560f8768b8c15c26d866af0dbd86016258ce19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Mon, 4 Sep 2023 09:58:16 +0200 Subject: [PATCH] Added translations (#19) --- PermaTop/Properties/Resources.Designer.cs | 27 +++++++++++++++++++++++ PermaTop/Properties/Resources.en-US.resx | 9 ++++++++ PermaTop/Properties/Resources.fr-FR.resx | 9 ++++++++ PermaTop/Properties/Resources.resx | 9 ++++++++ 4 files changed, 54 insertions(+) diff --git a/PermaTop/Properties/Resources.Designer.cs b/PermaTop/Properties/Resources.Designer.cs index 7e89107..8b1738d 100644 --- a/PermaTop/Properties/Resources.Designer.cs +++ b/PermaTop/Properties/Resources.Designer.cs @@ -339,6 +339,24 @@ public static string Motto { } } + /// + /// Looks up a localized string similar to Move. + /// + public static string Move { + get { + return ResourceManager.GetString("Move", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move to screen. + /// + public static string MoveToScreen { + get { + return ResourceManager.GetString("MoveToScreen", resourceCulture); + } + } + /// /// Looks up a localized string similar to PermaTop needs to restart to apply the changes. Do you want to restart now?. /// @@ -474,6 +492,15 @@ public static string SeeLicenses { } } + /// + /// Looks up a localized string similar to Set position. + /// + public static string SetPosition { + get { + return ResourceManager.GetString("SetPosition", resourceCulture); + } + } + /// /// Looks up a localized string similar to Settings. /// diff --git a/PermaTop/Properties/Resources.en-US.resx b/PermaTop/Properties/Resources.en-US.resx index 6ddfe50..95eb766 100644 --- a/PermaTop/Properties/Resources.en-US.resx +++ b/PermaTop/Properties/Resources.en-US.resx @@ -288,4 +288,13 @@ Position + + Set position + + + Move to screen + + + Move + \ No newline at end of file diff --git a/PermaTop/Properties/Resources.fr-FR.resx b/PermaTop/Properties/Resources.fr-FR.resx index 4e6a018..4ad96fd 100644 --- a/PermaTop/Properties/Resources.fr-FR.resx +++ b/PermaTop/Properties/Resources.fr-FR.resx @@ -288,4 +288,13 @@ Position + + Définir la position + + + Déplacer à l'écran + + + Déplacer + \ No newline at end of file diff --git a/PermaTop/Properties/Resources.resx b/PermaTop/Properties/Resources.resx index 914cbd8..63c5291 100644 --- a/PermaTop/Properties/Resources.resx +++ b/PermaTop/Properties/Resources.resx @@ -268,4 +268,13 @@ Position + + Set position + + + Move to screen + + + Move + \ No newline at end of file