From 8894e540232e9c84082c04842fad7cf909b7e3c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 15:19:19 -0500 Subject: [PATCH] Update the localization files (#774) [skip ci] Update the localization files Co-authored-by: Crowdin Bot --- .../Moderation.lang-ar-SA.resx | 50 +++++++++++++++++++ .../Moderation.lang-da-DK.resx | 50 +++++++++++++++++++ .../Moderation.lang-de-DE.resx | 50 +++++++++++++++++++ .../Moderation.lang-en-PT.resx | 50 +++++++++++++++++++ .../Moderation.lang-eo-UY.resx | 50 +++++++++++++++++++ .../Moderation.lang-es-ES.resx | 50 +++++++++++++++++++ .../Moderation.lang-es-MX.resx | 50 +++++++++++++++++++ .../Moderation.lang-et-EE.resx | 50 +++++++++++++++++++ .../Moderation.lang-fi-FI.resx | 50 +++++++++++++++++++ .../Moderation.lang-fil-PH.resx | 50 +++++++++++++++++++ .../Moderation.lang-fr-FR.resx | 50 +++++++++++++++++++ .../Moderation.lang-ga-IE.resx | 50 +++++++++++++++++++ .../Moderation.lang-he-IL.resx | 50 +++++++++++++++++++ .../Moderation.lang-hi-IN.resx | 50 +++++++++++++++++++ .../Moderation.lang-id-ID.resx | 50 +++++++++++++++++++ .../Moderation.lang-it-IT.resx | 50 +++++++++++++++++++ .../Moderation.lang-ja-JP.resx | 50 +++++++++++++++++++ .../Moderation.lang-nl-NL.resx | 50 +++++++++++++++++++ .../Moderation.lang-no-NO.resx | 50 +++++++++++++++++++ .../Moderation.lang-pl-PL.resx | 50 +++++++++++++++++++ .../Moderation.lang-pt-PT.resx | 50 +++++++++++++++++++ .../Moderation.lang-ru-RU.resx | 50 +++++++++++++++++++ .../Moderation.lang-sv-SE.resx | 50 +++++++++++++++++++ .../Moderation.lang-th-TH.resx | 50 +++++++++++++++++++ .../Moderation.lang-tr-TR.resx | 50 +++++++++++++++++++ .../Moderation.lang-uk-UA.resx | 50 +++++++++++++++++++ .../Moderation.lang-zh-CN.resx | 50 +++++++++++++++++++ .../Moderation.lang-zh-TW.resx | 50 +++++++++++++++++++ 28 files changed, 1400 insertions(+) create mode 100644 ProjectLighthouse.Localization/Moderation.lang-ar-SA.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-da-DK.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-de-DE.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-en-PT.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-eo-UY.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-es-ES.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-es-MX.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-et-EE.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-fi-FI.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-fil-PH.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-fr-FR.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-ga-IE.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-he-IL.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-hi-IN.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-id-ID.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-it-IT.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-ja-JP.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-nl-NL.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-no-NO.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-pl-PL.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-pt-PT.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-ru-RU.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-sv-SE.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-th-TH.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-tr-TR.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-uk-UA.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-zh-CN.resx create mode 100644 ProjectLighthouse.Localization/Moderation.lang-zh-TW.resx diff --git a/ProjectLighthouse.Localization/Moderation.lang-ar-SA.resx b/ProjectLighthouse.Localization/Moderation.lang-ar-SA.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-ar-SA.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-da-DK.resx b/ProjectLighthouse.Localization/Moderation.lang-da-DK.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-da-DK.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-de-DE.resx b/ProjectLighthouse.Localization/Moderation.lang-de-DE.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-de-DE.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-en-PT.resx b/ProjectLighthouse.Localization/Moderation.lang-en-PT.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-en-PT.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-eo-UY.resx b/ProjectLighthouse.Localization/Moderation.lang-eo-UY.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-eo-UY.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-es-ES.resx b/ProjectLighthouse.Localization/Moderation.lang-es-ES.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-es-ES.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-es-MX.resx b/ProjectLighthouse.Localization/Moderation.lang-es-MX.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-es-MX.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-et-EE.resx b/ProjectLighthouse.Localization/Moderation.lang-et-EE.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-et-EE.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-fi-FI.resx b/ProjectLighthouse.Localization/Moderation.lang-fi-FI.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-fi-FI.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-fil-PH.resx b/ProjectLighthouse.Localization/Moderation.lang-fil-PH.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-fil-PH.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-fr-FR.resx b/ProjectLighthouse.Localization/Moderation.lang-fr-FR.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-fr-FR.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-ga-IE.resx b/ProjectLighthouse.Localization/Moderation.lang-ga-IE.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-ga-IE.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-he-IL.resx b/ProjectLighthouse.Localization/Moderation.lang-he-IL.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-he-IL.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-hi-IN.resx b/ProjectLighthouse.Localization/Moderation.lang-hi-IN.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-hi-IN.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-id-ID.resx b/ProjectLighthouse.Localization/Moderation.lang-id-ID.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-id-ID.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-it-IT.resx b/ProjectLighthouse.Localization/Moderation.lang-it-IT.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-it-IT.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-ja-JP.resx b/ProjectLighthouse.Localization/Moderation.lang-ja-JP.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-ja-JP.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-nl-NL.resx b/ProjectLighthouse.Localization/Moderation.lang-nl-NL.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-nl-NL.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-no-NO.resx b/ProjectLighthouse.Localization/Moderation.lang-no-NO.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-no-NO.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-pl-PL.resx b/ProjectLighthouse.Localization/Moderation.lang-pl-PL.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-pl-PL.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-pt-PT.resx b/ProjectLighthouse.Localization/Moderation.lang-pt-PT.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-pt-PT.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-ru-RU.resx b/ProjectLighthouse.Localization/Moderation.lang-ru-RU.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-ru-RU.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-sv-SE.resx b/ProjectLighthouse.Localization/Moderation.lang-sv-SE.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-sv-SE.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-th-TH.resx b/ProjectLighthouse.Localization/Moderation.lang-th-TH.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-th-TH.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-tr-TR.resx b/ProjectLighthouse.Localization/Moderation.lang-tr-TR.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-tr-TR.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-uk-UA.resx b/ProjectLighthouse.Localization/Moderation.lang-uk-UA.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-uk-UA.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-zh-CN.resx b/ProjectLighthouse.Localization/Moderation.lang-zh-CN.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-zh-CN.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/Moderation.lang-zh-TW.resx b/ProjectLighthouse.Localization/Moderation.lang-zh-TW.resx new file mode 100644 index 00000000..1ef02798 --- /dev/null +++ b/ProjectLighthouse.Localization/Moderation.lang-zh-TW.resx @@ -0,0 +1,50 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Account Suspended + + + Your {0} account has been suspended due to code of conduct violations. + + + During this suspension, the following features will be limited until {0}: + + + Reason for suspension: "{0}" + + + Attempts to circumvent this suspension will result in an extended suspension period. + + + LittleBigPlanet™ Online multiplayer + + + Does not expire + + + Profile visibility + + + Browsing levels, photos, and profiles + + + Account and profile management + + \ No newline at end of file