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