From 43abfc856fea170a110b363b04aaee10490bf947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Wed, 20 Apr 2022 09:36:14 +0200 Subject: [PATCH] Added translations (#121) --- Gerayis/Properties/Resources.Designer.cs | 9 +++++++++ Gerayis/Properties/Resources.en-US.resx | 3 +++ Gerayis/Properties/Resources.fr-FR.resx | 3 +++ Gerayis/Properties/Resources.resx | 3 +++ Gerayis/Properties/Resources.zh-CN.resx | 3 +++ 5 files changed, 21 insertions(+) diff --git a/Gerayis/Properties/Resources.Designer.cs b/Gerayis/Properties/Resources.Designer.cs index a403d4a..a26d9d4 100644 --- a/Gerayis/Properties/Resources.Designer.cs +++ b/Gerayis/Properties/Resources.Designer.cs @@ -213,6 +213,15 @@ public static string Copy { } } + /// + /// Looks up a localized string similar to Credits and special thanks. + /// + public static string CreditsAndThanks { + get { + return ResourceManager.GetString("CreditsAndThanks", resourceCulture); + } + } + /// /// Looks up a localized string similar to Dark. /// diff --git a/Gerayis/Properties/Resources.en-US.resx b/Gerayis/Properties/Resources.en-US.resx index 718ae7a..612d6df 100644 --- a/Gerayis/Properties/Resources.en-US.resx +++ b/Gerayis/Properties/Resources.en-US.resx @@ -399,4 +399,7 @@ Generate a QR Code + + Credits and special thanks + \ No newline at end of file diff --git a/Gerayis/Properties/Resources.fr-FR.resx b/Gerayis/Properties/Resources.fr-FR.resx index 81b7b67..d12051a 100644 --- a/Gerayis/Properties/Resources.fr-FR.resx +++ b/Gerayis/Properties/Resources.fr-FR.resx @@ -399,4 +399,7 @@ Générer un QR Code + + Crédits et remerciements + \ No newline at end of file diff --git a/Gerayis/Properties/Resources.resx b/Gerayis/Properties/Resources.resx index 73ba18a..bb3d6a5 100644 --- a/Gerayis/Properties/Resources.resx +++ b/Gerayis/Properties/Resources.resx @@ -379,4 +379,7 @@ Generate a QR Code + + Credits and special thanks + \ No newline at end of file diff --git a/Gerayis/Properties/Resources.zh-CN.resx b/Gerayis/Properties/Resources.zh-CN.resx index d3061e0..3c18864 100644 --- a/Gerayis/Properties/Resources.zh-CN.resx +++ b/Gerayis/Properties/Resources.zh-CN.resx @@ -399,4 +399,7 @@ Generate a QR Code + + Credits and special thanks + \ No newline at end of file