From ee4def884dd232772f2d36b95e15fa27e0f0c557 Mon Sep 17 00:00:00 2001 From: Shankar Date: Tue, 9 Mar 2021 21:39:50 +0530 Subject: [PATCH] WinUI like Resource Management and Localization (#225) * Added automation tool to convert RESW files to RESX files * Updated Resource Management for most controls * Completed ResourceManagement - Resolved suggestions - Included support for every control possible - Updated Strings.*.resx files * loc update (microsoft/microsoft-ui-xaml#3878) --- ModernWpf.Controls/Common/ResourceHelper.cs | 20 + ModernWpf.Controls/ModernWpf.Controls.csproj | 2 +- .../NavigationView/NavigationView.cs | 26 +- .../NavigationViewItemAutomationPeer.cs | 4 +- .../Strings/Resources.af-ZA.resx | 164 ++++++++ .../Strings/Resources.am-ET.resx | 164 ++++++++ .../Strings/Resources.ar-SA.resx | 164 ++++++++ .../Strings/Resources.az-Latn-AZ.resx | 164 ++++++++ .../Strings/Resources.be-BY.resx | 156 +++++++ .../Strings/Resources.bg-BG.resx | 164 ++++++++ .../Strings/Resources.bn-BD.resx | 156 +++++++ .../Strings/Resources.bs-Latn-BA.resx | 164 ++++++++ .../Strings/Resources.ca-ES.resx | 164 ++++++++ .../Strings/Resources.cs-CZ.resx | 164 ++++++++ .../Strings/Resources.da-DK.resx | 164 ++++++++ .../Strings/Resources.de-DE.resx | 164 ++++++++ .../Strings/Resources.el-GR.resx | 164 ++++++++ .../Strings/Resources.en-GB.resx | 164 ++++++++ .../Strings/Resources.es-ES.resx | 164 ++++++++ .../Strings/Resources.es-MX.resx | 164 ++++++++ .../Strings/Resources.et-EE.resx | 164 ++++++++ .../Strings/Resources.eu-ES.resx | 164 ++++++++ .../Strings/Resources.fa-IR.resx | 164 ++++++++ .../Strings/Resources.fi-FI.resx | 164 ++++++++ .../Strings/Resources.fil-PH.resx | 164 ++++++++ .../Strings/Resources.fr-CA.resx | 164 ++++++++ .../Strings/Resources.fr-FR.resx | 164 ++++++++ .../Strings/Resources.gl-ES.resx | 164 ++++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../Strings/Resources.he-IL.resx | 164 ++++++++ .../Strings/Resources.hi-IN.resx | 164 ++++++++ .../Strings/Resources.hr-HR.resx | 164 ++++++++ .../Strings/Resources.hu-HU.resx | 164 ++++++++ .../Strings/Resources.id-ID.resx | 164 ++++++++ .../Strings/Resources.is-IS.resx | 164 ++++++++ .../Strings/Resources.it-IT.resx | 164 ++++++++ .../Strings/Resources.ja-JP.resx | 164 ++++++++ .../Strings/Resources.ka-GE.resx | 164 ++++++++ .../Strings/Resources.kk-KZ.resx | 164 ++++++++ .../Strings/Resources.km-KH.resx | 164 ++++++++ .../Strings/Resources.kn-IN.resx | 164 ++++++++ .../Strings/Resources.ko-KR.resx | 164 ++++++++ .../Strings/Resources.lo-LA.resx | 164 ++++++++ .../Strings/Resources.lt-LT.resx | 164 ++++++++ .../Strings/Resources.lv-LV.resx | 164 ++++++++ .../Strings/Resources.mk-MK.resx | 164 ++++++++ .../Strings/Resources.ml-IN.resx | 164 ++++++++ .../Strings/Resources.ms-MY.resx | 164 ++++++++ .../Strings/Resources.nb-NO.resx | 164 ++++++++ .../Strings/Resources.nl-NL.resx | 164 ++++++++ .../Strings/Resources.nn-NO.resx | 164 ++++++++ .../Strings/Resources.pl-PL.resx | 164 ++++++++ .../Strings/Resources.pt-BR.resx | 164 ++++++++ .../Strings/Resources.pt-PT.resx | 164 ++++++++ .../NavigationView/Strings/Resources.resx | 164 ++++++++ .../Strings/Resources.ro-RO.resx | 164 ++++++++ .../Strings/Resources.ru-RU.resx | 164 ++++++++ .../Strings/Resources.sk-SK.resx | 164 ++++++++ .../Strings/Resources.sl-SI.resx | 164 ++++++++ .../Strings/Resources.sq-AL.resx | 164 ++++++++ .../Strings/Resources.sr-Latn-RS.resx | 164 ++++++++ .../Strings/Resources.sv-SE.resx | 164 ++++++++ .../Strings/Resources.sw-KE.resx | 156 +++++++ .../Strings/Resources.ta-IN.resx | 164 ++++++++ .../Strings/Resources.te-IN.resx | 164 ++++++++ .../Strings/Resources.th-TH.resx | 164 ++++++++ .../Strings/Resources.tr-TR.resx | 164 ++++++++ .../Strings/Resources.uk-UA.resx | 164 ++++++++ .../Strings/Resources.uz-Latn-UZ.resx | 156 +++++++ .../Strings/Resources.vi-VN.resx | 164 ++++++++ .../Strings/Resources.zh-CN.resx | 164 ++++++++ .../Strings/Resources.zh-TW.resx | 164 ++++++++ ModernWpf.Controls/NumberBox/NumberBox.cs | 6 +- .../NumberBox/Strings/Resources.af-ZA.resx | 128 ++++++ .../NumberBox/Strings/Resources.am-ET.resx | 128 ++++++ .../NumberBox/Strings/Resources.ar-SA.resx | 128 ++++++ .../Strings/Resources.az-Latn-AZ.resx | 128 ++++++ .../NumberBox/Strings/Resources.be-BY.resx | 120 ++++++ .../NumberBox/Strings/Resources.bg-BG.resx | 128 ++++++ .../NumberBox/Strings/Resources.bn-BD.resx | 120 ++++++ .../Strings/Resources.bs-Latn-BA.resx | 128 ++++++ .../NumberBox/Strings/Resources.ca-ES.resx | 128 ++++++ .../NumberBox/Strings/Resources.cs-CZ.resx | 128 ++++++ .../NumberBox/Strings/Resources.da-DK.resx | 128 ++++++ .../NumberBox/Strings/Resources.de-DE.resx | 128 ++++++ .../NumberBox/Strings/Resources.el-GR.resx | 128 ++++++ .../NumberBox/Strings/Resources.en-GB.resx | 128 ++++++ .../NumberBox/Strings/Resources.es-ES.resx | 128 ++++++ .../NumberBox/Strings/Resources.es-MX.resx | 128 ++++++ .../NumberBox/Strings/Resources.et-EE.resx | 128 ++++++ .../NumberBox/Strings/Resources.eu-ES.resx | 128 ++++++ .../NumberBox/Strings/Resources.fa-IR.resx | 128 ++++++ .../NumberBox/Strings/Resources.fi-FI.resx | 128 ++++++ .../NumberBox/Strings/Resources.fil-PH.resx | 128 ++++++ .../NumberBox/Strings/Resources.fr-CA.resx | 128 ++++++ .../NumberBox/Strings/Resources.fr-FR.resx | 128 ++++++ .../NumberBox/Strings/Resources.gl-ES.resx | 128 ++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../NumberBox/Strings/Resources.he-IL.resx | 128 ++++++ .../NumberBox/Strings/Resources.hi-IN.resx | 128 ++++++ .../NumberBox/Strings/Resources.hr-HR.resx | 128 ++++++ .../NumberBox/Strings/Resources.hu-HU.resx | 128 ++++++ .../NumberBox/Strings/Resources.id-ID.resx | 128 ++++++ .../NumberBox/Strings/Resources.is-IS.resx | 128 ++++++ .../NumberBox/Strings/Resources.it-IT.resx | 128 ++++++ .../NumberBox/Strings/Resources.ja-JP.resx | 128 ++++++ .../NumberBox/Strings/Resources.ka-GE.resx | 128 ++++++ .../NumberBox/Strings/Resources.kk-KZ.resx | 128 ++++++ .../NumberBox/Strings/Resources.km-KH.resx | 128 ++++++ .../NumberBox/Strings/Resources.kn-IN.resx | 128 ++++++ .../NumberBox/Strings/Resources.ko-KR.resx | 128 ++++++ .../NumberBox/Strings/Resources.lo-LA.resx | 128 ++++++ .../NumberBox/Strings/Resources.lt-LT.resx | 128 ++++++ .../NumberBox/Strings/Resources.lv-LV.resx | 128 ++++++ .../NumberBox/Strings/Resources.mk-MK.resx | 128 ++++++ .../NumberBox/Strings/Resources.ml-IN.resx | 128 ++++++ .../NumberBox/Strings/Resources.ms-MY.resx | 128 ++++++ .../NumberBox/Strings/Resources.nb-NO.resx | 128 ++++++ .../NumberBox/Strings/Resources.nl-NL.resx | 128 ++++++ .../NumberBox/Strings/Resources.nn-NO.resx | 128 ++++++ .../NumberBox/Strings/Resources.pl-PL.resx | 128 ++++++ .../NumberBox/Strings/Resources.pt-BR.resx | 128 ++++++ .../NumberBox/Strings/Resources.pt-PT.resx | 128 ++++++ .../NumberBox/Strings/Resources.resx | 128 ++++++ .../NumberBox/Strings/Resources.ro-RO.resx | 128 ++++++ .../NumberBox/Strings/Resources.ru-RU.resx | 128 ++++++ .../NumberBox/Strings/Resources.sk-SK.resx | 128 ++++++ .../NumberBox/Strings/Resources.sl-SI.resx | 128 ++++++ .../NumberBox/Strings/Resources.sq-AL.resx | 128 ++++++ .../Strings/Resources.sr-Latn-RS.resx | 128 ++++++ .../NumberBox/Strings/Resources.sv-SE.resx | 128 ++++++ .../NumberBox/Strings/Resources.sw-KE.resx | 120 ++++++ .../NumberBox/Strings/Resources.ta-IN.resx | 128 ++++++ .../NumberBox/Strings/Resources.te-IN.resx | 128 ++++++ .../NumberBox/Strings/Resources.th-TH.resx | 128 ++++++ .../NumberBox/Strings/Resources.tr-TR.resx | 128 ++++++ .../NumberBox/Strings/Resources.uk-UA.resx | 128 ++++++ .../Strings/Resources.uz-Latn-UZ.resx | 120 ++++++ .../NumberBox/Strings/Resources.vi-VN.resx | 128 ++++++ .../NumberBox/Strings/Resources.zh-CN.resx | 128 ++++++ .../NumberBox/Strings/Resources.zh-TW.resx | 128 ++++++ .../PersonPicture/PersonPicture.cs | 28 +- .../Strings/Resources.af-ZA.resx | 172 ++++++++ .../Strings/Resources.am-ET.resx | 172 ++++++++ .../Strings/Resources.ar-SA.resx | 172 ++++++++ .../Strings/Resources.az-Latn-AZ.resx | 172 ++++++++ .../Strings/Resources.be-BY.resx | 172 ++++++++ .../Strings/Resources.bg-BG.resx | 172 ++++++++ .../Strings/Resources.bn-BD.resx | 172 ++++++++ .../Strings/Resources.bs-Latn-BA.resx | 172 ++++++++ .../Strings/Resources.ca-ES.resx | 172 ++++++++ .../Strings/Resources.cs-CZ.resx | 119 +----- .../Strings/Resources.da-DK.resx | 172 ++++++++ .../Strings/Resources.de-DE.resx | 119 +----- .../Strings/Resources.el-GR.resx | 172 ++++++++ .../Strings/Resources.en-GB.resx | 172 ++++++++ .../Strings/Resources.es-ES.resx | 119 +----- .../Strings/Resources.es-MX.resx | 172 ++++++++ .../Strings/Resources.et-EE.resx | 172 ++++++++ .../Strings/Resources.eu-ES.resx | 172 ++++++++ .../Strings/Resources.fa-IR.resx | 172 ++++++++ .../Strings/Resources.fi-FI.resx | 172 ++++++++ .../Strings/Resources.fil-PH.resx | 172 ++++++++ .../Strings/Resources.fr-CA.resx | 119 +----- .../Strings/Resources.fr-FR.resx | 172 ++++++++ .../Strings/Resources.gl-ES.resx | 172 ++++++++ .../Strings/Resources.ha-Latn-NG.resx | 156 +++++++ .../Strings/Resources.he-IL.resx | 172 ++++++++ .../Strings/Resources.hi-IN.resx | 172 ++++++++ .../Strings/Resources.hr-HR.resx | 172 ++++++++ .../Strings/Resources.hu-HU.resx | 172 ++++++++ .../Strings/Resources.id-ID.resx | 172 ++++++++ .../Strings/Resources.is-IS.resx | 172 ++++++++ .../Strings/Resources.it-IT.resx | 119 +----- .../Strings/Resources.ja-JP.resx | 119 +----- .../Strings/Resources.ka-GE.resx | 172 ++++++++ .../Strings/Resources.kk-KZ.resx | 172 ++++++++ .../Strings/Resources.km-KH.resx | 172 ++++++++ .../Strings/Resources.kn-IN.resx | 172 ++++++++ .../Strings/Resources.ko-KR.resx | 119 +----- .../Strings/Resources.lo-LA.resx | 172 ++++++++ .../Strings/Resources.lt-LT.resx | 172 ++++++++ .../Strings/Resources.lv-LV.resx | 172 ++++++++ .../Strings/Resources.mk-MK.resx | 172 ++++++++ .../Strings/Resources.ml-IN.resx | 172 ++++++++ .../Strings/Resources.ms-MY.resx | 172 ++++++++ .../Strings/Resources.nb-NO.resx | 172 ++++++++ .../Strings/Resources.nl-NL.resx | 172 ++++++++ .../Strings/Resources.nn-NO.resx | 172 ++++++++ .../Strings/Resources.pl-PL.resx | 119 +----- .../Strings/Resources.pt-BR.resx | 172 ++++++++ .../Strings/Resources.pt-PT.resx | 172 ++++++++ .../PersonPicture/Strings/Resources.resx | 172 ++++++++ .../Strings/Resources.ro-RO.resx | 172 ++++++++ .../Strings/Resources.ru-RU.resx | 119 +----- .../Strings/Resources.sk-SK.resx | 172 ++++++++ .../Strings/Resources.sl-SI.resx | 172 ++++++++ .../Strings/Resources.sq-AL.resx | 172 ++++++++ .../Strings/Resources.sr-Latn-RS.resx | 172 ++++++++ .../Strings/Resources.sv-SE.resx | 172 ++++++++ .../Strings/Resources.sw-KE.resx | 172 ++++++++ .../Strings/Resources.ta-IN.resx | 172 ++++++++ .../Strings/Resources.te-IN.resx | 172 ++++++++ .../Strings/Resources.th-TH.resx | 172 ++++++++ .../Strings/Resources.tr-TR.resx | 119 +----- .../Strings/Resources.uk-UA.resx | 172 ++++++++ .../Strings/Resources.uz-Latn-UZ.resx | 172 ++++++++ .../Strings/Resources.vi-VN.resx | 172 ++++++++ .../Strings/Resources.zh-CN.resx | 119 +----- .../Strings/Resources.zh-TW.resx | 119 +----- .../ProgressRingAutomationPeer.cs | 9 +- .../ProgressRing/Strings/Resources.af-ZA.resx | 128 ++++++ .../ProgressRing/Strings/Resources.am-ET.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ar-SA.resx | 128 ++++++ .../Strings/Resources.az-Latn-AZ.resx | 128 ++++++ .../ProgressRing/Strings/Resources.be-BY.resx | 120 ++++++ .../ProgressRing/Strings/Resources.bg-BG.resx | 128 ++++++ .../ProgressRing/Strings/Resources.bn-BD.resx | 120 ++++++ .../Strings/Resources.bs-Latn-BA.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ca-ES.resx | 128 ++++++ .../ProgressRing/Strings/Resources.cs-CZ.resx | 128 ++++++ .../ProgressRing/Strings/Resources.da-DK.resx | 128 ++++++ .../ProgressRing/Strings/Resources.de-DE.resx | 128 ++++++ .../ProgressRing/Strings/Resources.el-GR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.en-GB.resx | 128 ++++++ .../ProgressRing/Strings/Resources.es-ES.resx | 128 ++++++ .../ProgressRing/Strings/Resources.es-MX.resx | 128 ++++++ .../ProgressRing/Strings/Resources.et-EE.resx | 128 ++++++ .../ProgressRing/Strings/Resources.eu-ES.resx | 128 ++++++ .../ProgressRing/Strings/Resources.fa-IR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.fi-FI.resx | 128 ++++++ .../Strings/Resources.fil-PH.resx | 128 ++++++ .../ProgressRing/Strings/Resources.fr-CA.resx | 128 ++++++ .../ProgressRing/Strings/Resources.fr-FR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.gl-ES.resx | 128 ++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../ProgressRing/Strings/Resources.he-IL.resx | 128 ++++++ .../ProgressRing/Strings/Resources.hi-IN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.hr-HR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.hu-HU.resx | 128 ++++++ .../ProgressRing/Strings/Resources.id-ID.resx | 128 ++++++ .../ProgressRing/Strings/Resources.is-IS.resx | 128 ++++++ .../ProgressRing/Strings/Resources.it-IT.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ja-JP.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ka-GE.resx | 128 ++++++ .../ProgressRing/Strings/Resources.kk-KZ.resx | 128 ++++++ .../ProgressRing/Strings/Resources.km-KH.resx | 128 ++++++ .../ProgressRing/Strings/Resources.kn-IN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ko-KR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.lo-LA.resx | 128 ++++++ .../ProgressRing/Strings/Resources.lt-LT.resx | 128 ++++++ .../ProgressRing/Strings/Resources.lv-LV.resx | 128 ++++++ .../ProgressRing/Strings/Resources.mk-MK.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ml-IN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ms-MY.resx | 128 ++++++ .../ProgressRing/Strings/Resources.nb-NO.resx | 128 ++++++ .../ProgressRing/Strings/Resources.nl-NL.resx | 128 ++++++ .../ProgressRing/Strings/Resources.nn-NO.resx | 128 ++++++ .../ProgressRing/Strings/Resources.pl-PL.resx | 128 ++++++ .../ProgressRing/Strings/Resources.pt-BR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.pt-PT.resx | 128 ++++++ .../ProgressRing/Strings/Resources.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ro-RO.resx | 128 ++++++ .../ProgressRing/Strings/Resources.ru-RU.resx | 128 ++++++ .../ProgressRing/Strings/Resources.sk-SK.resx | 128 ++++++ .../ProgressRing/Strings/Resources.sl-SI.resx | 128 ++++++ .../ProgressRing/Strings/Resources.sq-AL.resx | 128 ++++++ .../Strings/Resources.sr-Latn-RS.resx | 128 ++++++ .../ProgressRing/Strings/Resources.sv-SE.resx | 128 ++++++ .../ProgressRing/Strings/Resources.sw-KE.resx | 120 ++++++ .../ProgressRing/Strings/Resources.ta-IN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.te-IN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.th-TH.resx | 128 ++++++ .../ProgressRing/Strings/Resources.tr-TR.resx | 128 ++++++ .../ProgressRing/Strings/Resources.uk-UA.resx | 128 ++++++ .../Strings/Resources.uz-Latn-UZ.resx | 120 ++++++ .../ProgressRing/Strings/Resources.vi-VN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.zh-CN.resx | 128 ++++++ .../ProgressRing/Strings/Resources.zh-TW.resx | 128 ++++++ .../RatingControlAutomationPeer.cs | 10 +- .../Strings/Resources.af-ZA.resx | 136 ++++++ .../Strings/Resources.am-ET.resx | 136 ++++++ .../Strings/Resources.ar-SA.resx | 136 ++++++ .../Strings/Resources.az-Latn-AZ.resx | 136 ++++++ .../Strings/Resources.be-BY.resx | 136 ++++++ .../Strings/Resources.bg-BG.resx | 136 ++++++ .../Strings/Resources.bn-BD.resx | 136 ++++++ .../Strings/Resources.bs-Latn-BA.resx | 136 ++++++ .../Strings/Resources.ca-ES.resx | 136 ++++++ .../Strings/Resources.cs-CZ.resx | 136 ++++++ .../Strings/Resources.da-DK.resx | 136 ++++++ .../Strings/Resources.de-DE.resx | 136 ++++++ .../Strings/Resources.el-GR.resx | 136 ++++++ .../Strings/Resources.en-GB.resx | 136 ++++++ .../Strings/Resources.es-ES.resx | 136 ++++++ .../Strings/Resources.es-MX.resx | 136 ++++++ .../Strings/Resources.et-EE.resx | 136 ++++++ .../Strings/Resources.eu-ES.resx | 136 ++++++ .../Strings/Resources.fa-IR.resx | 136 ++++++ .../Strings/Resources.fi-FI.resx | 136 ++++++ .../Strings/Resources.fil-PH.resx | 136 ++++++ .../Strings/Resources.fr-CA.resx | 136 ++++++ .../Strings/Resources.fr-FR.resx | 136 ++++++ .../Strings/Resources.gl-ES.resx | 136 ++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../Strings/Resources.he-IL.resx | 136 ++++++ .../Strings/Resources.hi-IN.resx | 136 ++++++ .../Strings/Resources.hr-HR.resx | 136 ++++++ .../Strings/Resources.hu-HU.resx | 136 ++++++ .../Strings/Resources.id-ID.resx | 136 ++++++ .../Strings/Resources.is-IS.resx | 136 ++++++ .../Strings/Resources.it-IT.resx | 136 ++++++ .../Strings/Resources.ja-JP.resx | 136 ++++++ .../Strings/Resources.ka-GE.resx | 136 ++++++ .../Strings/Resources.kk-KZ.resx | 136 ++++++ .../Strings/Resources.km-KH.resx | 136 ++++++ .../Strings/Resources.kn-IN.resx | 136 ++++++ .../Strings/Resources.ko-KR.resx | 136 ++++++ .../Strings/Resources.lo-LA.resx | 136 ++++++ .../Strings/Resources.lt-LT.resx | 136 ++++++ .../Strings/Resources.lv-LV.resx | 136 ++++++ .../Strings/Resources.mk-MK.resx | 136 ++++++ .../Strings/Resources.ml-IN.resx | 136 ++++++ .../Strings/Resources.ms-MY.resx | 136 ++++++ .../Strings/Resources.nb-NO.resx | 136 ++++++ .../Strings/Resources.nl-NL.resx | 136 ++++++ .../Strings/Resources.nn-NO.resx | 136 ++++++ .../Strings/Resources.pl-PL.resx | 136 ++++++ .../Strings/Resources.pt-BR.resx | 136 ++++++ .../Strings/Resources.pt-PT.resx | 136 ++++++ .../RatingControl/Strings/Resources.resx | 144 +++++++ .../Strings/Resources.ro-RO.resx | 136 ++++++ .../Strings/Resources.ru-RU.resx | 136 ++++++ .../Strings/Resources.sk-SK.resx | 136 ++++++ .../Strings/Resources.sl-SI.resx | 136 ++++++ .../Strings/Resources.sq-AL.resx | 136 ++++++ .../Strings/Resources.sr-Latn-RS.resx | 136 ++++++ .../Strings/Resources.sv-SE.resx | 136 ++++++ .../Strings/Resources.sw-KE.resx | 136 ++++++ .../Strings/Resources.ta-IN.resx | 136 ++++++ .../Strings/Resources.te-IN.resx | 136 ++++++ .../Strings/Resources.th-TH.resx | 136 ++++++ .../Strings/Resources.tr-TR.resx | 136 ++++++ .../Strings/Resources.uk-UA.resx | 136 ++++++ .../Strings/Resources.uz-Latn-UZ.resx | 136 ++++++ .../Strings/Resources.vi-VN.resx | 136 ++++++ .../Strings/Resources.zh-CN.resx | 136 ++++++ .../Strings/Resources.zh-TW.resx | 136 ++++++ ModernWpf.Controls/SplitButton/SplitButton.cs | 4 +- .../SplitButton/Strings/Resources.af-ZA.resx | 124 ++++++ .../SplitButton/Strings/Resources.am-ET.resx | 124 ++++++ .../SplitButton/Strings/Resources.ar-SA.resx | 124 ++++++ .../Strings/Resources.az-Latn-AZ.resx | 124 ++++++ .../SplitButton/Strings/Resources.be-BY.resx | 124 ++++++ .../SplitButton/Strings/Resources.bg-BG.resx | 124 ++++++ .../SplitButton/Strings/Resources.bn-BD.resx | 124 ++++++ .../Strings/Resources.bs-Latn-BA.resx | 124 ++++++ .../SplitButton/Strings/Resources.ca-ES.resx | 124 ++++++ .../SplitButton/Strings/Resources.cs-CZ.resx | 124 ++++++ .../SplitButton/Strings/Resources.da-DK.resx | 124 ++++++ .../SplitButton/Strings/Resources.de-DE.resx | 124 ++++++ .../SplitButton/Strings/Resources.el-GR.resx | 124 ++++++ .../SplitButton/Strings/Resources.en-GB.resx | 124 ++++++ .../SplitButton/Strings/Resources.es-ES.resx | 124 ++++++ .../SplitButton/Strings/Resources.es-MX.resx | 124 ++++++ .../SplitButton/Strings/Resources.et-EE.resx | 124 ++++++ .../SplitButton/Strings/Resources.eu-ES.resx | 124 ++++++ .../SplitButton/Strings/Resources.fa-IR.resx | 124 ++++++ .../SplitButton/Strings/Resources.fi-FI.resx | 124 ++++++ .../SplitButton/Strings/Resources.fil-PH.resx | 124 ++++++ .../SplitButton/Strings/Resources.fr-CA.resx | 124 ++++++ .../SplitButton/Strings/Resources.fr-FR.resx | 124 ++++++ .../SplitButton/Strings/Resources.gl-ES.resx | 124 ++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../SplitButton/Strings/Resources.he-IL.resx | 124 ++++++ .../SplitButton/Strings/Resources.hi-IN.resx | 124 ++++++ .../SplitButton/Strings/Resources.hr-HR.resx | 124 ++++++ .../SplitButton/Strings/Resources.hu-HU.resx | 124 ++++++ .../SplitButton/Strings/Resources.id-ID.resx | 124 ++++++ .../SplitButton/Strings/Resources.is-IS.resx | 124 ++++++ .../SplitButton/Strings/Resources.it-IT.resx | 124 ++++++ .../SplitButton/Strings/Resources.ja-JP.resx | 124 ++++++ .../SplitButton/Strings/Resources.ka-GE.resx | 124 ++++++ .../SplitButton/Strings/Resources.kk-KZ.resx | 124 ++++++ .../SplitButton/Strings/Resources.km-KH.resx | 124 ++++++ .../SplitButton/Strings/Resources.kn-IN.resx | 124 ++++++ .../SplitButton/Strings/Resources.ko-KR.resx | 124 ++++++ .../SplitButton/Strings/Resources.lo-LA.resx | 124 ++++++ .../SplitButton/Strings/Resources.lt-LT.resx | 124 ++++++ .../SplitButton/Strings/Resources.lv-LV.resx | 124 ++++++ .../SplitButton/Strings/Resources.mk-MK.resx | 124 ++++++ .../SplitButton/Strings/Resources.ml-IN.resx | 124 ++++++ .../SplitButton/Strings/Resources.ms-MY.resx | 124 ++++++ .../SplitButton/Strings/Resources.nb-NO.resx | 124 ++++++ .../SplitButton/Strings/Resources.nl-NL.resx | 124 ++++++ .../SplitButton/Strings/Resources.nn-NO.resx | 124 ++++++ .../SplitButton/Strings/Resources.pl-PL.resx | 124 ++++++ .../SplitButton/Strings/Resources.pt-BR.resx | 124 ++++++ .../SplitButton/Strings/Resources.pt-PT.resx | 124 ++++++ .../SplitButton/Strings/Resources.resx | 124 ++++++ .../SplitButton/Strings/Resources.ro-RO.resx | 124 ++++++ .../SplitButton/Strings/Resources.ru-RU.resx | 124 ++++++ .../SplitButton/Strings/Resources.sk-SK.resx | 124 ++++++ .../SplitButton/Strings/Resources.sl-SI.resx | 124 ++++++ .../SplitButton/Strings/Resources.sq-AL.resx | 124 ++++++ .../Strings/Resources.sr-Latn-RS.resx | 124 ++++++ .../SplitButton/Strings/Resources.sv-SE.resx | 124 ++++++ .../SplitButton/Strings/Resources.sw-KE.resx | 124 ++++++ .../SplitButton/Strings/Resources.ta-IN.resx | 124 ++++++ .../SplitButton/Strings/Resources.te-IN.resx | 124 ++++++ .../SplitButton/Strings/Resources.th-TH.resx | 124 ++++++ .../SplitButton/Strings/Resources.tr-TR.resx | 124 ++++++ .../SplitButton/Strings/Resources.uk-UA.resx | 124 ++++++ .../Strings/Resources.uz-Latn-UZ.resx | 124 ++++++ .../SplitButton/Strings/Resources.vi-VN.resx | 124 ++++++ .../SplitButton/Strings/Resources.zh-CN.resx | 124 ++++++ .../SplitButton/Strings/Resources.zh-TW.resx | 124 ++++++ .../ModernWpf.SampleApp.csproj | 2 +- ModernWpf.sln | 25 ++ ModernWpf/Common/ResourceAccessor.cs | 323 ++++++++++++++ ModernWpf/Controls/TextContextMenu.cs | 15 +- .../Strings/Resources.af-ZA.resx | 214 ++++++++++ .../Strings/Resources.am-ET.resx | 214 ++++++++++ .../Strings/Resources.ar-SA.resx | 214 ++++++++++ .../Strings/Resources.az-Latn-AZ.resx | 214 ++++++++++ .../Strings/Resources.be-BY.resx | 120 ++++++ .../Strings/Resources.bg-BG.resx | 214 ++++++++++ .../Strings/Resources.bn-BD.resx | 120 ++++++ .../Strings/Resources.bs-Latn-BA.resx | 214 ++++++++++ .../Strings/Resources.ca-ES.resx | 214 ++++++++++ .../Strings/Resources.cs-CZ.resx | 214 ++++++++++ .../Strings/Resources.da-DK.resx | 214 ++++++++++ .../Strings/Resources.de-DE.resx | 214 ++++++++++ .../Strings/Resources.el-GR.resx | 214 ++++++++++ .../Strings/Resources.en-GB.resx | 214 ++++++++++ .../Strings/Resources.es-ES.resx | 214 ++++++++++ .../Strings/Resources.es-MX.resx | 214 ++++++++++ .../Strings/Resources.et-EE.resx | 214 ++++++++++ .../Strings/Resources.eu-ES.resx | 214 ++++++++++ .../Strings/Resources.fa-IR.resx | 214 ++++++++++ .../Strings/Resources.fi-FI.resx | 214 ++++++++++ .../Strings/Resources.fil-PH.resx | 214 ++++++++++ .../Strings/Resources.fr-CA.resx | 214 ++++++++++ .../Strings/Resources.fr-FR.resx | 214 ++++++++++ .../Strings/Resources.gl-ES.resx | 214 ++++++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../Strings/Resources.he-IL.resx | 214 ++++++++++ .../Strings/Resources.hi-IN.resx | 214 ++++++++++ .../Strings/Resources.hr-HR.resx | 214 ++++++++++ .../Strings/Resources.hu-HU.resx | 214 ++++++++++ .../Strings/Resources.id-ID.resx | 214 ++++++++++ .../Strings/Resources.is-IS.resx | 214 ++++++++++ .../Strings/Resources.it-IT.resx | 214 ++++++++++ .../Strings/Resources.ja-JP.resx | 214 ++++++++++ .../Strings/Resources.ka-GE.resx | 214 ++++++++++ .../Strings/Resources.kk-KZ.resx | 214 ++++++++++ .../Strings/Resources.km-KH.resx | 214 ++++++++++ .../Strings/Resources.kn-IN.resx | 214 ++++++++++ .../Strings/Resources.ko-KR.resx | 214 ++++++++++ .../Strings/Resources.lo-LA.resx | 214 ++++++++++ .../Strings/Resources.lt-LT.resx | 214 ++++++++++ .../Strings/Resources.lv-LV.resx | 214 ++++++++++ .../Strings/Resources.mk-MK.resx | 214 ++++++++++ .../Strings/Resources.ml-IN.resx | 214 ++++++++++ .../Strings/Resources.ms-MY.resx | 214 ++++++++++ .../Strings/Resources.nb-NO.resx | 214 ++++++++++ .../Strings/Resources.nl-NL.resx | 214 ++++++++++ .../Strings/Resources.nn-NO.resx | 214 ++++++++++ .../Strings/Resources.pl-PL.resx | 214 ++++++++++ .../Strings/Resources.pt-BR.resx | 214 ++++++++++ .../Strings/Resources.pt-PT.resx | 214 ++++++++++ .../TextContextMenu/Strings/Resources.resx | 214 ++++++++++ .../Strings/Resources.ro-RO.resx | 214 ++++++++++ .../Strings/Resources.ru-RU.resx | 214 ++++++++++ .../Strings/Resources.sk-SK.resx | 214 ++++++++++ .../Strings/Resources.sl-SI.resx | 214 ++++++++++ .../Strings/Resources.sq-AL.resx | 214 ++++++++++ .../Strings/Resources.sr-Latn-RS.resx | 214 ++++++++++ .../Strings/Resources.sv-SE.resx | 214 ++++++++++ .../Strings/Resources.sw-KE.resx | 120 ++++++ .../Strings/Resources.ta-IN.resx | 214 ++++++++++ .../Strings/Resources.te-IN.resx | 214 ++++++++++ .../Strings/Resources.th-TH.resx | 214 ++++++++++ .../Strings/Resources.tr-TR.resx | 214 ++++++++++ .../Strings/Resources.uk-UA.resx | 214 ++++++++++ .../Strings/Resources.uz-Latn-UZ.resx | 120 ++++++ .../Strings/Resources.vi-VN.resx | 214 ++++++++++ .../Strings/Resources.zh-CN.resx | 214 ++++++++++ .../Strings/Resources.zh-TW.resx | 214 ++++++++++ ModernWpf/ModernWpf.csproj | 2 +- .../ProgressBar/ProgressBarAutomationPeer.cs | 7 +- .../ProgressBar/Strings/Resources.af-ZA.resx | 132 ++++++ .../ProgressBar/Strings/Resources.am-ET.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ar-SA.resx | 132 ++++++ .../Strings/Resources.az-Latn-AZ.resx | 132 ++++++ .../ProgressBar/Strings/Resources.be-BY.resx | 120 ++++++ .../ProgressBar/Strings/Resources.bg-BG.resx | 132 ++++++ .../ProgressBar/Strings/Resources.bn-BD.resx | 120 ++++++ .../Strings/Resources.bs-Latn-BA.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ca-ES.resx | 132 ++++++ .../ProgressBar/Strings/Resources.cs-CZ.resx | 132 ++++++ .../ProgressBar/Strings/Resources.da-DK.resx | 132 ++++++ .../ProgressBar/Strings/Resources.de-DE.resx | 132 ++++++ .../ProgressBar/Strings/Resources.el-GR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.en-GB.resx | 132 ++++++ .../ProgressBar/Strings/Resources.es-ES.resx | 132 ++++++ .../ProgressBar/Strings/Resources.es-MX.resx | 132 ++++++ .../ProgressBar/Strings/Resources.et-EE.resx | 132 ++++++ .../ProgressBar/Strings/Resources.eu-ES.resx | 132 ++++++ .../ProgressBar/Strings/Resources.fa-IR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.fi-FI.resx | 132 ++++++ .../ProgressBar/Strings/Resources.fil-PH.resx | 132 ++++++ .../ProgressBar/Strings/Resources.fr-CA.resx | 132 ++++++ .../ProgressBar/Strings/Resources.fr-FR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.gl-ES.resx | 132 ++++++ .../Strings/Resources.ha-Latn-NG.resx | 120 ++++++ .../ProgressBar/Strings/Resources.he-IL.resx | 132 ++++++ .../ProgressBar/Strings/Resources.hi-IN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.hr-HR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.hu-HU.resx | 132 ++++++ .../ProgressBar/Strings/Resources.id-ID.resx | 132 ++++++ .../ProgressBar/Strings/Resources.is-IS.resx | 132 ++++++ .../ProgressBar/Strings/Resources.it-IT.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ja-JP.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ka-GE.resx | 132 ++++++ .../ProgressBar/Strings/Resources.kk-KZ.resx | 132 ++++++ .../ProgressBar/Strings/Resources.km-KH.resx | 132 ++++++ .../ProgressBar/Strings/Resources.kn-IN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ko-KR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.lo-LA.resx | 132 ++++++ .../ProgressBar/Strings/Resources.lt-LT.resx | 132 ++++++ .../ProgressBar/Strings/Resources.lv-LV.resx | 132 ++++++ .../ProgressBar/Strings/Resources.mk-MK.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ml-IN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ms-MY.resx | 132 ++++++ .../ProgressBar/Strings/Resources.nb-NO.resx | 132 ++++++ .../ProgressBar/Strings/Resources.nl-NL.resx | 132 ++++++ .../ProgressBar/Strings/Resources.nn-NO.resx | 132 ++++++ .../ProgressBar/Strings/Resources.pl-PL.resx | 132 ++++++ .../ProgressBar/Strings/Resources.pt-BR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.pt-PT.resx | 132 ++++++ ModernWpf/ProgressBar/Strings/Resources.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ro-RO.resx | 132 ++++++ .../ProgressBar/Strings/Resources.ru-RU.resx | 132 ++++++ .../ProgressBar/Strings/Resources.sk-SK.resx | 132 ++++++ .../ProgressBar/Strings/Resources.sl-SI.resx | 132 ++++++ .../ProgressBar/Strings/Resources.sq-AL.resx | 132 ++++++ .../Strings/Resources.sr-Latn-RS.resx | 132 ++++++ .../ProgressBar/Strings/Resources.sv-SE.resx | 132 ++++++ .../ProgressBar/Strings/Resources.sw-KE.resx | 120 ++++++ .../ProgressBar/Strings/Resources.ta-IN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.te-IN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.th-TH.resx | 132 ++++++ .../ProgressBar/Strings/Resources.tr-TR.resx | 132 ++++++ .../ProgressBar/Strings/Resources.uk-UA.resx | 132 ++++++ .../Strings/Resources.uz-Latn-UZ.resx | 120 ++++++ .../ProgressBar/Strings/Resources.vi-VN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.zh-CN.resx | 132 ++++++ .../ProgressBar/Strings/Resources.zh-TW.resx | 132 ++++++ ModernWpf/Resources/Strings.Designer.cs | 396 ------------------ ModernWpf/Resources/Strings.cs-CZ.resx | 138 ++++++ ModernWpf/Resources/Strings.de-DE.resx | 138 ++++++ ModernWpf/Resources/Strings.es-ES.resx | 138 ++++++ ModernWpf/Resources/Strings.es-MX.resx | 138 ++++++ ModernWpf/Resources/Strings.fa-IR.resx | 144 +++++++ ModernWpf/Resources/Strings.fa.resx | 316 -------------- ModernWpf/Resources/Strings.fr-CA.resx | 138 ++++++ ModernWpf/Resources/Strings.fr-FR.resx | 138 ++++++ ModernWpf/Resources/Strings.it-IT.resx | 138 ++++++ ModernWpf/Resources/Strings.ja-JP.resx | 138 ++++++ ModernWpf/Resources/Strings.ko-KR.resx | 138 ++++++ ModernWpf/Resources/Strings.pl-PL.resx | 138 ++++++ ModernWpf/Resources/Strings.pt-BR.resx | 149 +------ ModernWpf/Resources/Strings.pt-PT.resx | 138 ++++++ ModernWpf/Resources/Strings.resx | 182 +------- ModernWpf/Resources/Strings.ru-RU.resx | 138 ++++++ ModernWpf/Resources/Strings.tr-TR.resx | 138 ++++++ ModernWpf/Resources/Strings.zh-CN.resx | 138 ++++++ ModernWpf/Resources/Strings.zh-TW.resx | 138 ++++++ tools/WinUIResourcesConverter/App.xaml | 14 + tools/WinUIResourcesConverter/App.xaml.cs | 8 + tools/WinUIResourcesConverter/CodeGen.cs | 38 ++ tools/WinUIResourcesConverter/MainWindow.xaml | 108 +++++ .../MainWindow.xaml.cs | 175 ++++++++ .../Properties/AssemblyInfo.cs | 10 + .../Properties/DesignTimeResources.xaml | 8 + .../WinUIResourcesConverter/RESXConverter.cs | 87 ++++ .../WinUIResourcesConverter/ResourcesFile.cs | 42 ++ .../WinUIResourcesConverter.csproj | 33 ++ tools/WinUIResourcesConverter/app.manifest | 77 ++++ 590 files changed, 82067 insertions(+), 2387 deletions(-) create mode 100644 ModernWpf.Controls/Common/ResourceHelper.cs create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.am-ET.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.be-BY.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.da-DK.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.de-DE.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.el-GR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.en-GB.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.es-ES.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.es-MX.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.et-EE.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.he-IL.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.id-ID.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.is-IS.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.it-IT.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.km-KH.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.te-IN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.th-TH.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf.Controls/NavigationView/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.am-ET.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.be-BY.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.da-DK.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.de-DE.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.el-GR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.en-GB.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.es-ES.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.es-MX.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.et-EE.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.he-IL.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.id-ID.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.is-IS.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.it-IT.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.km-KH.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.te-IN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.th-TH.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf.Controls/NumberBox/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.am-ET.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.be-BY.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ca-ES.resx rename ModernWpf/Resources/Strings.cs.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.cs-CZ.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.da-DK.resx rename ModernWpf/Resources/Strings.de.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.de-DE.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.el-GR.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.en-GB.resx rename ModernWpf/Resources/Strings.es.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.es-ES.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.es-MX.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.et-EE.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.fil-PH.resx rename ModernWpf/Resources/Strings.fr.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.fr-CA.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.he-IL.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.id-ID.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.is-IS.resx rename ModernWpf/Resources/Strings.it.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.it-IT.resx (68%) rename ModernWpf/Resources/Strings.ja.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.ja-JP.resx (68%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.km-KH.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.kn-IN.resx rename ModernWpf/Resources/Strings.ko.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.ko-KR.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.nn-NO.resx rename ModernWpf/Resources/Strings.pl.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.pl-PL.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ro-RO.resx rename ModernWpf/Resources/Strings.ru.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.ru-RU.resx (67%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.te-IN.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.th-TH.resx rename ModernWpf/Resources/Strings.tr.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.tr-TR.resx (69%) create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf.Controls/PersonPicture/Strings/Resources.vi-VN.resx rename ModernWpf/Resources/Strings.zh-Hans.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.zh-CN.resx (69%) rename ModernWpf/Resources/Strings.zh-Hant.resx => ModernWpf.Controls/PersonPicture/Strings/Resources.zh-TW.resx (69%) create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.am-ET.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.be-BY.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.da-DK.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.de-DE.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.el-GR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.en-GB.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.es-ES.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.es-MX.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.et-EE.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.he-IL.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.id-ID.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.is-IS.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.it-IT.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.km-KH.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.te-IN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.th-TH.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf.Controls/ProgressRing/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.am-ET.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.be-BY.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.da-DK.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.de-DE.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.el-GR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.en-GB.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.es-ES.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.es-MX.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.et-EE.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.he-IL.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.id-ID.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.is-IS.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.it-IT.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.km-KH.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.te-IN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.th-TH.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf.Controls/RatingControl/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.am-ET.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.be-BY.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.da-DK.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.de-DE.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.el-GR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.en-GB.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.es-ES.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.es-MX.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.et-EE.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.he-IL.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.id-ID.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.is-IS.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.it-IT.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.km-KH.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.te-IN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.th-TH.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf.Controls/SplitButton/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf/Common/ResourceAccessor.cs create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.am-ET.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.be-BY.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.da-DK.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.de-DE.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.el-GR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.en-GB.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.es-ES.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.es-MX.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.et-EE.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.he-IL.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.id-ID.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.is-IS.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.it-IT.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.km-KH.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.te-IN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.th-TH.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.af-ZA.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.am-ET.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ar-SA.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.az-Latn-AZ.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.be-BY.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.bg-BG.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.bn-BD.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.bs-Latn-BA.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ca-ES.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.cs-CZ.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.da-DK.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.de-DE.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.el-GR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.en-GB.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.es-ES.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.es-MX.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.et-EE.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.eu-ES.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.fa-IR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.fi-FI.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.fil-PH.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.fr-CA.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.fr-FR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.gl-ES.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ha-Latn-NG.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.he-IL.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.hi-IN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.hr-HR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.hu-HU.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.id-ID.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.is-IS.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.it-IT.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ja-JP.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ka-GE.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.kk-KZ.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.km-KH.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.kn-IN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ko-KR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.lo-LA.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.lt-LT.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.lv-LV.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.mk-MK.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ml-IN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ms-MY.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.nb-NO.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.nl-NL.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.nn-NO.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.pl-PL.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.pt-BR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.pt-PT.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ro-RO.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ru-RU.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.sk-SK.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.sl-SI.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.sq-AL.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.sr-Latn-RS.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.sv-SE.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.sw-KE.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.ta-IN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.te-IN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.th-TH.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.tr-TR.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.uk-UA.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.uz-Latn-UZ.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.vi-VN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.zh-CN.resx create mode 100644 ModernWpf/ProgressBar/Strings/Resources.zh-TW.resx create mode 100644 ModernWpf/Resources/Strings.cs-CZ.resx create mode 100644 ModernWpf/Resources/Strings.de-DE.resx create mode 100644 ModernWpf/Resources/Strings.es-ES.resx create mode 100644 ModernWpf/Resources/Strings.es-MX.resx create mode 100644 ModernWpf/Resources/Strings.fa-IR.resx delete mode 100644 ModernWpf/Resources/Strings.fa.resx create mode 100644 ModernWpf/Resources/Strings.fr-CA.resx create mode 100644 ModernWpf/Resources/Strings.fr-FR.resx create mode 100644 ModernWpf/Resources/Strings.it-IT.resx create mode 100644 ModernWpf/Resources/Strings.ja-JP.resx create mode 100644 ModernWpf/Resources/Strings.ko-KR.resx create mode 100644 ModernWpf/Resources/Strings.pl-PL.resx create mode 100644 ModernWpf/Resources/Strings.pt-PT.resx create mode 100644 ModernWpf/Resources/Strings.ru-RU.resx create mode 100644 ModernWpf/Resources/Strings.tr-TR.resx create mode 100644 ModernWpf/Resources/Strings.zh-CN.resx create mode 100644 ModernWpf/Resources/Strings.zh-TW.resx create mode 100644 tools/WinUIResourcesConverter/App.xaml create mode 100644 tools/WinUIResourcesConverter/App.xaml.cs create mode 100644 tools/WinUIResourcesConverter/CodeGen.cs create mode 100644 tools/WinUIResourcesConverter/MainWindow.xaml create mode 100644 tools/WinUIResourcesConverter/MainWindow.xaml.cs create mode 100644 tools/WinUIResourcesConverter/Properties/AssemblyInfo.cs create mode 100644 tools/WinUIResourcesConverter/Properties/DesignTimeResources.xaml create mode 100644 tools/WinUIResourcesConverter/RESXConverter.cs create mode 100644 tools/WinUIResourcesConverter/ResourcesFile.cs create mode 100644 tools/WinUIResourcesConverter/WinUIResourcesConverter.csproj create mode 100644 tools/WinUIResourcesConverter/app.manifest diff --git a/ModernWpf.Controls/Common/ResourceHelper.cs b/ModernWpf.Controls/Common/ResourceHelper.cs new file mode 100644 index 00000000..7c4a375d --- /dev/null +++ b/ModernWpf.Controls/Common/ResourceHelper.cs @@ -0,0 +1,20 @@ +namespace ModernWpf.Controls +{ + internal static class ResourceHelper + { + /// + /// This method must be called from every control/class's constructor ( or default) + /// present in the ModernWpf.Controls assembly + /// that makes use of the method. + /// + /// + /// This method ensures that the is aware of this (ModernWpf.Controls) assembly. + /// We use this method instead of using the method + /// because it is unreliable and may cause instabilities in the end application. + /// + public static void Initialize() + { + ResourceAccessor.modernWpfControlsAssembly ??= typeof(ResourceHelper).Assembly; + } + } +} diff --git a/ModernWpf.Controls/ModernWpf.Controls.csproj b/ModernWpf.Controls/ModernWpf.Controls.csproj index 97bbbe2a..325ef230 100644 --- a/ModernWpf.Controls/ModernWpf.Controls.csproj +++ b/ModernWpf.Controls/ModernWpf.Controls.csproj @@ -7,7 +7,7 @@ $(TargetsForTfmSpecificBuildOutput);GetDocumentationFile $(MSBuildThisFileDirectory)ModernWpfUI.nuspec ModernWpfUI - 8.0 + latest diff --git a/ModernWpf.Controls/NavigationView/NavigationView.cs b/ModernWpf.Controls/NavigationView/NavigationView.cs index 7b629891..acf37c52 100644 --- a/ModernWpf.Controls/NavigationView/NavigationView.cs +++ b/ModernWpf.Controls/NavigationView/NavigationView.cs @@ -20,6 +20,7 @@ using ModernWpf.Input; using ModernWpf.Media.Animation; using static CppWinRTHelpers; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Controls { @@ -213,6 +214,7 @@ void UnhookEventsAndClearFields(bool isFromDestructor = false) static NavigationView() { + ResourceHelper.Initialize(); DefaultStyleKeyProperty.OverrideMetadata(typeof(NavigationView), new FrameworkPropertyMetadata(typeof(NavigationView))); } @@ -546,8 +548,8 @@ public override void OnApplyTemplate() if (GetTemplateChild(c_topNavOverflowButton) is Button topNavOverflowButton) { m_topNavOverflowButton = topNavOverflowButton; - AutomationProperties.SetName(topNavOverflowButton, Strings.NavigationOverflowButtonName); - topNavOverflowButton.Content = Strings.NavigationOverflowButtonText; + AutomationProperties.SetName(topNavOverflowButton, ResourceAccessor.GetLocalizedStringResource(SR_NavigationOverflowButtonName)); + topNavOverflowButton.Content = ResourceAccessor.GetLocalizedStringResource(SR_NavigationOverflowButtonText); // TODO: WPF - Header Animation /* auto visual = winrt::ElementCompositionPreview::GetElementVisual(topNavOverflowButton); @@ -558,7 +560,7 @@ public override void OnApplyTemplate() if (toolTip is null) { var tooltip = new ToolTip(); - tooltip.Content = Strings.NavigationOverflowButtonToolTip; + tooltip.Content = ResourceAccessor.GetLocalizedStringResource(SR_NavigationOverflowButtonToolTip); ToolTipService.SetToolTip(topNavOverflowButton, tooltip); } @@ -650,7 +652,7 @@ public override void OnApplyTemplate() m_paneSearchButton = button; button.Click += OnPaneSearchButtonClick; - var searchButtonName = Strings.NavigationViewSearchButtonName; + var searchButtonName = ResourceAccessor.GetLocalizedStringResource(SR_NavigationViewSearchButtonName); AutomationProperties.SetName(button, searchButtonName); var toolTip = new ToolTip(); toolTip.Content = searchButtonName; @@ -662,7 +664,7 @@ public override void OnApplyTemplate() m_backButton = backButton; backButton.Click += OnBackButtonClicked; - string navigationName = Strings.NavigationBackButtonName; + string navigationName = ResourceAccessor.GetLocalizedStringResource(SR_NavigationBackButtonName); AutomationProperties.SetName(backButton, navigationName); WindowChrome.SetIsHitTestVisibleInChrome(backButton, true); @@ -684,7 +686,7 @@ public override void OnApplyTemplate() if (GetTemplateChild(c_navViewBackButtonToolTip) is ToolTip backButtonToolTip) { - string navigationBackButtonToolTip = Strings.NavigationBackButtonToolTip; + string navigationBackButtonToolTip = ResourceAccessor.GetLocalizedStringResource(SR_NavigationBackButtonToolTip); backButtonToolTip.Content = navigationBackButtonToolTip; } @@ -693,7 +695,7 @@ public override void OnApplyTemplate() m_closeButton = closeButton; closeButton.Click += OnPaneToggleButtonClick; - string navigationName = Strings.NavigationCloseButtonName; + string navigationName = ResourceAccessor.GetLocalizedStringResource(SR_NavigationCloseButtonName); AutomationProperties.SetName(closeButton, navigationName); WindowChrome.SetIsHitTestVisibleInChrome(closeButton, true); @@ -701,7 +703,7 @@ public override void OnApplyTemplate() if (GetTemplateChild(c_navViewCloseButtonToolTip) is ToolTip closeButtonToolTip) { - string navigationCloseButtonToolTip = Strings.NavigationButtonOpenName; + string navigationCloseButtonToolTip = ResourceAccessor.GetLocalizedStringResource(SR_NavigationButtonOpenName); closeButtonToolTip.Content = navigationCloseButtonToolTip; } @@ -1380,7 +1382,7 @@ void CreateAndHookEventsToSettings() settingsItem.Icon = settingsIcon; // Do localization for settings item label and Automation Name - var localizedSettingsName = Strings.SettingsButtonName; + var localizedSettingsName = ResourceAccessor.GetLocalizedStringResource(SR_SettingsButtonName); AutomationProperties.SetName(settingsItem, localizedSettingsName); settingsItem.Tag = localizedSettingsName; UpdateSettingsItemToolTip(); @@ -1952,11 +1954,11 @@ void SetPaneToggleButtonAutomationName() string navigationName; if (IsPaneOpen) { - navigationName = Strings.NavigationButtonOpenName; + navigationName = ResourceAccessor.GetLocalizedStringResource(SR_NavigationButtonOpenName); } else { - navigationName = Strings.NavigationButtonClosedName; + navigationName = ResourceAccessor.GetLocalizedStringResource(SR_NavigationButtonClosedName); } if (m_paneToggleButton is { } paneToggleButton) @@ -1978,7 +1980,7 @@ void UpdateSettingsItemToolTip() } else { - var localizedSettingsName = Strings.SettingsButtonName; + var localizedSettingsName = ResourceAccessor.GetLocalizedStringResource(SR_SettingsButtonName); var toolTip = new ToolTip(); toolTip.Content = localizedSettingsName; ToolTipService.SetToolTip(settingsItem, toolTip); diff --git a/ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs b/ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs index 10523469..a8c661c7 100644 --- a/ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs +++ b/ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs @@ -6,6 +6,7 @@ using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using ModernWpf.Controls; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Automation.Peers { @@ -18,6 +19,7 @@ public class NavigationViewItemAutomationPeer : public NavigationViewItemAutomationPeer(NavigationViewItem owner) : base(owner) { + ResourceHelper.Initialize(); } protected override string GetNameCore() @@ -38,7 +40,7 @@ protected override string GetNameCore() // NB: It'll be up to the app to determine the automation label for // when they're using a PlaceholderValue vs. Value. - returnHString = Strings.NavigationViewItemDefaultControlName; + returnHString = ResourceAccessor.GetLocalizedStringResource(SR_NavigationViewItemDefaultControlName); } return returnHString; diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.af-ZA.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..02432153 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.af-ZA.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Maak navigasie oop + Automation name for the hamburger button when it is in a closed state + + + Sluit navigasie + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Instellings + Automation name for the settings button + + + Klik om te soek + Name for the compact view search button + + + Terug + Automation name for the nav view provided back button + + + Terug + ToolTip caption for the back button + + + Sluit + Automation name for the nav view provided close button + + + Meer + Automation name for the nav view more button when panel is on top + + + Meer + Text for the nav view more button when panel is on top + + + Meer + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.am-ET.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..767f11b4 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.am-ET.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + አሰሳ ይክፈቱ + Automation name for the hamburger button when it is in a closed state + + + አሰሳ ይዝጉ + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + የክንውን አውዶች + Automation name for the settings button + + + ለመፈለግ ጠቅ ያድርጉ + Name for the compact view search button + + + ተመለስ + Automation name for the nav view provided back button + + + ተመለስ + ToolTip caption for the back button + + + ዝጋ + Automation name for the nav view provided close button + + + ተጨማሪ + Automation name for the nav view more button when panel is on top + + + ተጨማሪ + Text for the nav view more button when panel is on top + + + ተጨማሪ + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ar-SA.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..b7c5ff00 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ar-SA.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + فتح التنقل + Automation name for the hamburger button when it is in a closed state + + + إغلاق التنقل + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + إعدادات + Automation name for the settings button + + + النقر للبحث + Name for the compact view search button + + + الخلف + Automation name for the nav view provided back button + + + الخلف + ToolTip caption for the back button + + + إغلاق + Automation name for the nav view provided close button + + + المزيد + Automation name for the nav view more button when panel is on top + + + المزيد + Text for the nav view more button when panel is on top + + + المزيد + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.az-Latn-AZ.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..3949d09b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Naviqasiyanı aç + Automation name for the hamburger button when it is in a closed state + + + Naviqasiyanı bağla + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Parametrlər + Automation name for the settings button + + + Axtarmaq üçün kliklə + Name for the compact view search button + + + Geri + Automation name for the nav view provided back button + + + Geri + ToolTip caption for the back button + + + Bağla + Automation name for the nav view provided close button + + + Daha çox + Automation name for the nav view more button when panel is on top + + + Daha çox + Text for the nav view more button when panel is on top + + + Daha çox + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.be-BY.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..b767fa0e --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.be-BY.resx @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Адкрыць навігацыю + Automation name for the hamburger button when it is in a closed state + + + Закрыць навігацыю + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Налады + Automation name for the settings button + + + Каб шукаць, націсніце тут + Name for the compact view search button + + + Назад + Automation name for the nav view provided back button + + + Назад + ToolTip caption for the back button + + + Закрыць + Automation name for the nav view provided close button + + + Дадаткова + Text for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.bg-BG.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..69508806 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.bg-BG.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Отваряне на навигацията + Automation name for the hamburger button when it is in a closed state + + + Затвори навигацията + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Настройки + Automation name for the settings button + + + Щракнете за търсене + Name for the compact view search button + + + Назад + Automation name for the nav view provided back button + + + Назад + ToolTip caption for the back button + + + Затвори + Automation name for the nav view provided close button + + + Още + Automation name for the nav view more button when panel is on top + + + Още + Text for the nav view more button when panel is on top + + + Още + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.bn-BD.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..a44360f9 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.bn-BD.resx @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + নেভিগেশন খুলুন + Automation name for the hamburger button when it is in a closed state + + + নেভিগেশন বন্ধ করুন + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + সেটিংস + Automation name for the settings button + + + অনুসন্ধান করতে ক্লিক করুন + Name for the compact view search button + + + ফিরে যান + Automation name for the nav view provided back button + + + ফিরে যান + ToolTip caption for the back button + + + বন্ধ করুন + Automation name for the nav view provided close button + + + অধিক + Text for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.bs-Latn-BA.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..9f18f838 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Otvori navigacijsko okno + Automation name for the hamburger button when it is in a closed state + + + Zatvori navigacijsko okno + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Postavke + Automation name for the settings button + + + Kliknite da biste pretraživali + Name for the compact view search button + + + Nazad + Automation name for the nav view provided back button + + + Nazad + ToolTip caption for the back button + + + Zatvori + Automation name for the nav view provided close button + + + Više + Automation name for the nav view more button when panel is on top + + + Više + Text for the nav view more button when panel is on top + + + Više + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ca-ES.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..c6e686f6 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ca-ES.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Obre la navegació + Automation name for the hamburger button when it is in a closed state + + + Tanca la navegació + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Configuració + Automation name for the settings button + + + Fes clic per cercar + Name for the compact view search button + + + Enrere + Automation name for the nav view provided back button + + + Enrere + ToolTip caption for the back button + + + Tanca + Automation name for the nav view provided close button + + + Més + Automation name for the nav view more button when panel is on top + + + Més + Text for the nav view more button when panel is on top + + + Més + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.cs-CZ.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..f4a33868 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.cs-CZ.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Otevřít navigaci + Automation name for the hamburger button when it is in a closed state + + + Zavřít navigaci + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + PoložkaProZobrazeníNavigace + Default automation id if no name or id is provided + + + Nastavení + Automation name for the settings button + + + Kliknutím spustit vyhledávání + Name for the compact view search button + + + Zpět + Automation name for the nav view provided back button + + + Zpět + ToolTip caption for the back button + + + Zavřít + Automation name for the nav view provided close button + + + Více + Automation name for the nav view more button when panel is on top + + + Více + Text for the nav view more button when panel is on top + + + Více + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.da-DK.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..7d6073bd --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.da-DK.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Åbn navigation + Automation name for the hamburger button when it is in a closed state + + + Luk navigation + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Indstillinger + Automation name for the settings button + + + Klik her for at søge + Name for the compact view search button + + + Tilbage + Automation name for the nav view provided back button + + + Tilbage + ToolTip caption for the back button + + + Luk + Automation name for the nav view provided close button + + + Mere + Automation name for the nav view more button when panel is on top + + + Mere + Text for the nav view more button when panel is on top + + + Mere + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.de-DE.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..ef44991b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.de-DE.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Navigation öffnen + Automation name for the hamburger button when it is in a closed state + + + Navigation schließen + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Einstellungen + Automation name for the settings button + + + Klicken, um zu suchen + Name for the compact view search button + + + Zurück + Automation name for the nav view provided back button + + + Zurück + ToolTip caption for the back button + + + Schließen + Automation name for the nav view provided close button + + + Mehr + Automation name for the nav view more button when panel is on top + + + Mehr + Text for the nav view more button when panel is on top + + + Mehr + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.el-GR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..903c7b1d --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.el-GR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Άνοιγμα περιήγησης + Automation name for the hamburger button when it is in a closed state + + + Κλείσιμο περιήγησης + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Ρυθμίσεις + Automation name for the settings button + + + Κάντε κλικ για αναζήτηση + Name for the compact view search button + + + Πίσω + Automation name for the nav view provided back button + + + Πίσω + ToolTip caption for the back button + + + Κλείσιμο + Automation name for the nav view provided close button + + + Περισσότερα + Automation name for the nav view more button when panel is on top + + + Περισσότερα + Text for the nav view more button when panel is on top + + + Περισσότερα + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.en-GB.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..7749245c --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.en-GB.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Open Navigation + Automation name for the hamburger button when it is in a closed state + + + Close Navigation + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Settings + Automation name for the settings button + + + Click to search + Name for the compact view search button + + + Back + Automation name for the nav view provided back button + + + Back + ToolTip caption for the back button + + + Close + Automation name for the nav view provided close button + + + More + Automation name for the nav view more button when panel is on top + + + More + Text for the nav view more button when panel is on top + + + More + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.es-ES.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..4d8f427b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.es-ES.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Abrir navegación + Automation name for the hamburger button when it is in a closed state + + + Cerrar navegación + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Configuración + Automation name for the settings button + + + Hacer clic para buscar + Name for the compact view search button + + + Atrás + Automation name for the nav view provided back button + + + Atrás + ToolTip caption for the back button + + + Cerrar + Automation name for the nav view provided close button + + + Más + Automation name for the nav view more button when panel is on top + + + Más + Text for the nav view more button when panel is on top + + + Más + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.es-MX.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..4d8f427b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.es-MX.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Abrir navegación + Automation name for the hamburger button when it is in a closed state + + + Cerrar navegación + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Configuración + Automation name for the settings button + + + Hacer clic para buscar + Name for the compact view search button + + + Atrás + Automation name for the nav view provided back button + + + Atrás + ToolTip caption for the back button + + + Cerrar + Automation name for the nav view provided close button + + + Más + Automation name for the nav view more button when panel is on top + + + Más + Text for the nav view more button when panel is on top + + + Más + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.et-EE.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..11a3e8d8 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.et-EE.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ava navigeerimine + Automation name for the hamburger button when it is in a closed state + + + Sule navigeerimine + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Sätted + Automation name for the settings button + + + Klõpsa otsimiseks + Name for the compact view search button + + + Tagasi + Automation name for the nav view provided back button + + + Tagasi + ToolTip caption for the back button + + + Sule + Automation name for the nav view provided close button + + + Rohkem + Automation name for the nav view more button when panel is on top + + + Rohkem + Text for the nav view more button when panel is on top + + + Rohkem + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.eu-ES.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..c4f9e6fd --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.eu-ES.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ireki nabigazioa + Automation name for the hamburger button when it is in a closed state + + + Itxi nabigazioa + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Ezarpenak + Automation name for the settings button + + + Sakatu bilatzeko + Name for the compact view search button + + + Atzera + Automation name for the nav view provided back button + + + Atzera + ToolTip caption for the back button + + + Itxi + Automation name for the nav view provided close button + + + Gehiago + Automation name for the nav view more button when panel is on top + + + Gehiago + Text for the nav view more button when panel is on top + + + Gehiago + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.fa-IR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..8e8e0b99 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.fa-IR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ‏‫‏‏باز کردن پیمایش + Automation name for the hamburger button when it is in a closed state + + + بستن پیمایش + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + تنظیمات + Automation name for the settings button + + + برای جستجو کلیک کنید + Name for the compact view search button + + + بازگشت + Automation name for the nav view provided back button + + + بازگشت + ToolTip caption for the back button + + + بستن + Automation name for the nav view provided close button + + + بیشتر + Automation name for the nav view more button when panel is on top + + + بیشتر + Text for the nav view more button when panel is on top + + + بیشتر + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.fi-FI.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..c6622f64 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.fi-FI.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Avaa siirtyminen + Automation name for the hamburger button when it is in a closed state + + + Sulje siirtyminen + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Asetukset + Automation name for the settings button + + + Hae napsauttamalla + Name for the compact view search button + + + Edellinen + Automation name for the nav view provided back button + + + Edellinen + ToolTip caption for the back button + + + Sulje + Automation name for the nav view provided close button + + + Lisää + Automation name for the nav view more button when panel is on top + + + Lisää + Text for the nav view more button when panel is on top + + + Lisää + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.fil-PH.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..776040d6 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.fil-PH.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Buksan ang Navigation + Automation name for the hamburger button when it is in a closed state + + + Isara ang Navigation + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Mga Setting + Automation name for the settings button + + + I-click upang maghanap + Name for the compact view search button + + + Bumalik + Automation name for the nav view provided back button + + + Bumalik + ToolTip caption for the back button + + + Isara + Automation name for the nav view provided close button + + + Higit pa + Automation name for the nav view more button when panel is on top + + + Marami pa + Text for the nav view more button when panel is on top + + + Higit pa + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.fr-CA.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..a5b0738a --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.fr-CA.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Navigation Ouvrir + Automation name for the hamburger button when it is in a closed state + + + Navigation Fermer + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Paramètres + Automation name for the settings button + + + Cliquer pour rechercher + Name for the compact view search button + + + Retour + Automation name for the nav view provided back button + + + Retour + ToolTip caption for the back button + + + Fermer + Automation name for the nav view provided close button + + + Plus + Automation name for the nav view more button when panel is on top + + + Plus + Text for the nav view more button when panel is on top + + + Plus + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.fr-FR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..d1193989 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.fr-FR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ouvrir navigation + Automation name for the hamburger button when it is in a closed state + + + Fermer navigation + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Paramètres + Automation name for the settings button + + + Cliquez pour rechercher + Name for the compact view search button + + + Retour + Automation name for the nav view provided back button + + + Retour + ToolTip caption for the back button + + + Fermer + Automation name for the nav view provided close button + + + Plus + Automation name for the nav view more button when panel is on top + + + Plus + Text for the nav view more button when panel is on top + + + Plus + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.gl-ES.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..8387a8d7 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.gl-ES.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Abrir Navegación + Automation name for the hamburger button when it is in a closed state + + + Pechar Navegación + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Configuración + Automation name for the settings button + + + Premer para buscar + Name for the compact view search button + + + Atrás + Automation name for the nav view provided back button + + + Atrás + ToolTip caption for the back button + + + Pechar + Automation name for the nav view provided close button + + + Máis + Automation name for the nav view more button when panel is on top + + + Máis + Text for the nav view more button when panel is on top + + + Máis + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ha-Latn-NG.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.he-IL.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..e7ea9f01 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.he-IL.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + פתח ניווט + Automation name for the hamburger button when it is in a closed state + + + סגור ניווט + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + הגדרות + Automation name for the settings button + + + לחץ כדי לחפש + Name for the compact view search button + + + הקודם + Automation name for the nav view provided back button + + + הקודם + ToolTip caption for the back button + + + סגור + Automation name for the nav view provided close button + + + עוד + Automation name for the nav view more button when panel is on top + + + עוד + Text for the nav view more button when panel is on top + + + עוד + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.hi-IN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..67b83caa --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.hi-IN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + नेविगेशन खोलें + Automation name for the hamburger button when it is in a closed state + + + नेविगेशन बंद करें + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + सेटिंग + Automation name for the settings button + + + खोजने के लिए क्लिक करें + Name for the compact view search button + + + वापस + Automation name for the nav view provided back button + + + वापस + ToolTip caption for the back button + + + बंद करें + Automation name for the nav view provided close button + + + अधिक + Automation name for the nav view more button when panel is on top + + + अधिक + Text for the nav view more button when panel is on top + + + अधिक + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.hr-HR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..2d33cd8a --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.hr-HR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Otvori navigacijsko okno + Automation name for the hamburger button when it is in a closed state + + + Zatvori navigacijsko okno + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Postavke + Automation name for the settings button + + + Kliknite za pretraživanje + Name for the compact view search button + + + Natrag + Automation name for the nav view provided back button + + + Natrag + ToolTip caption for the back button + + + Zatvori + Automation name for the nav view provided close button + + + Više + Automation name for the nav view more button when panel is on top + + + Više + Text for the nav view more button when panel is on top + + + Više + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.hu-HU.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..1563fd70 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.hu-HU.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Navigáció megnyitása + Automation name for the hamburger button when it is in a closed state + + + Navigáció bezárása + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Beállítások + Automation name for the settings button + + + Kattintson ide a kereséshez + Name for the compact view search button + + + Vissza + Automation name for the nav view provided back button + + + Vissza + ToolTip caption for the back button + + + Bezárás + Automation name for the nav view provided close button + + + Továbbiak + Automation name for the nav view more button when panel is on top + + + Egyebek + Text for the nav view more button when panel is on top + + + Továbbiak + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.id-ID.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..6111ea47 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.id-ID.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Buka Navigasi + Automation name for the hamburger button when it is in a closed state + + + Tutup Navigasi + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Pengaturan + Automation name for the settings button + + + Klik untuk mencari + Name for the compact view search button + + + Kembali + Automation name for the nav view provided back button + + + Kembali + ToolTip caption for the back button + + + Tutup + Automation name for the nav view provided close button + + + Selengkapnya + Automation name for the nav view more button when panel is on top + + + Selengkapnya + Text for the nav view more button when panel is on top + + + Selengkapnya + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.is-IS.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..f89a1c5b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.is-IS.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Opna yfirlitssvæði + Automation name for the hamburger button when it is in a closed state + + + Loka yfirlitssvæði + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Stillingar + Automation name for the settings button + + + Smelltu til að leita + Name for the compact view search button + + + Til baka + Automation name for the nav view provided back button + + + Til baka + ToolTip caption for the back button + + + Loka + Automation name for the nav view provided close button + + + Meira + Automation name for the nav view more button when panel is on top + + + Meira + Text for the nav view more button when panel is on top + + + Meira + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.it-IT.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..dd509ec4 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.it-IT.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Apri menu di navigazione + Automation name for the hamburger button when it is in a closed state + + + Chiudi menu di navigazione + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Impostazioni + Automation name for the settings button + + + Fai clic per cercare + Name for the compact view search button + + + Indietro + Automation name for the nav view provided back button + + + Indietro + ToolTip caption for the back button + + + Chiudi + Automation name for the nav view provided close button + + + Altro + Automation name for the nav view more button when panel is on top + + + Altro + Text for the nav view more button when panel is on top + + + Altro + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ja-JP.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..ea4de3c4 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ja-JP.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ナビゲーションを開く + Automation name for the hamburger button when it is in a closed state + + + ナビゲーションを閉じる + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + 設定 + Automation name for the settings button + + + クリックして検索 + Name for the compact view search button + + + 戻る + Automation name for the nav view provided back button + + + 戻る + ToolTip caption for the back button + + + 閉じる + Automation name for the nav view provided close button + + + その他 + Automation name for the nav view more button when panel is on top + + + さらに表示 + Text for the nav view more button when panel is on top + + + その他 + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ka-GE.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..9da00012 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ka-GE.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ნავიგაციის გახსნა + Automation name for the hamburger button when it is in a closed state + + + ნავიგაციის დახურვა + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + პარამეტრები + Automation name for the settings button + + + დააწკაპუნეთ, რომ მოძებნოთ + Name for the compact view search button + + + უკან + Automation name for the nav view provided back button + + + უკან + ToolTip caption for the back button + + + დახურვა + Automation name for the nav view provided close button + + + სხვა + Automation name for the nav view more button when panel is on top + + + სხვა + Text for the nav view more button when panel is on top + + + სხვა + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.kk-KZ.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..8ee78e55 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.kk-KZ.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Навигацияны ашу + Automation name for the hamburger button when it is in a closed state + + + Навигацияны жабу + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Параметрлер + Automation name for the settings button + + + Іздеу үшін басыңыз + Name for the compact view search button + + + Артқа + Automation name for the nav view provided back button + + + Артқа + ToolTip caption for the back button + + + Жабу + Automation name for the nav view provided close button + + + Көбірек + Automation name for the nav view more button when panel is on top + + + Көбірек + Text for the nav view more button when panel is on top + + + Көбірек + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.km-KH.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..6d717856 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.km-KH.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + បើក​ការ​ប្រាប់​ទិស + Automation name for the hamburger button when it is in a closed state + + + បិទ​ការ​ប្រាប់​ទិស + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationMenuItem + Default automation id if no name or id is provided + + + ការកំណត់ + Automation name for the settings button + + + ចុចដើម្បីស្វែងរក + Name for the compact view search button + + + ថយក្រោយ + Automation name for the nav view provided back button + + + ថយក្រោយ + ToolTip caption for the back button + + + បិទ + Automation name for the nav view provided close button + + + បន្ថែមទឿត + Automation name for the nav view more button when panel is on top + + + ច្រើន​ទៀត + Text for the nav view more button when panel is on top + + + បន្ថែមទឿត + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.kn-IN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..14631040 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.kn-IN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ನ್ಯಾವಿಗೇಶನ್ ತೆರೆಯಿರಿ + Automation name for the hamburger button when it is in a closed state + + + ನ್ಯಾವಿಗೇಶನ್ ಮುಚ್ಚಿ + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + ಸೆಟ್ಟಿಂಗ್‌ಗಳು + Automation name for the settings button + + + ಶೋಧಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ + Name for the compact view search button + + + ಹಿಂದೆ + Automation name for the nav view provided back button + + + ಹಿಂದೆ + ToolTip caption for the back button + + + ಮುಚ್ಚಿರಿ + Automation name for the nav view provided close button + + + ಮತ್ತಷ್ಟು + Automation name for the nav view more button when panel is on top + + + ಮತ್ತಷ್ಟು + Text for the nav view more button when panel is on top + + + ಮತ್ತಷ್ಟು + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ko-KR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..2dc96263 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ko-KR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 탐색 열기 + Automation name for the hamburger button when it is in a closed state + + + 탐색 닫기 + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + 설정 + Automation name for the settings button + + + 검색하려면 클릭 + Name for the compact view search button + + + 뒤로 + Automation name for the nav view provided back button + + + 뒤로 + ToolTip caption for the back button + + + 닫기 + Automation name for the nav view provided close button + + + 자세히 + Automation name for the nav view more button when panel is on top + + + 기타 + Text for the nav view more button when panel is on top + + + 자세히 + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.lo-LA.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..f88ada14 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.lo-LA.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ເປີດການນຳທິດທາງ + Automation name for the hamburger button when it is in a closed state + + + ປິດການນຳທິດທາງ + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + ການຕັ້ງຄ່າ + Automation name for the settings button + + + ຄລິກເພື່ອຊອກຫາ + Name for the compact view search button + + + ກັບຄືນ + Automation name for the nav view provided back button + + + ກັບ​ຄືນ + ToolTip caption for the back button + + + ປິດ + Automation name for the nav view provided close button + + + ເພີ່ມເຕີມ + Automation name for the nav view more button when panel is on top + + + ເພີ່ມ​ເຕີມ + Text for the nav view more button when panel is on top + + + ເພີ່ມເຕີມ + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.lt-LT.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..5ae414d1 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.lt-LT.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Atidaryti navigaciją + Automation name for the hamburger button when it is in a closed state + + + Uždaryti navigaciją + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Parametrai + Automation name for the settings button + + + Spustelėkite, jei norite ieškoti + Name for the compact view search button + + + Atgal + Automation name for the nav view provided back button + + + Atgal + ToolTip caption for the back button + + + Uždaryti + Automation name for the nav view provided close button + + + Daugiau + Automation name for the nav view more button when panel is on top + + + Daugiau + Text for the nav view more button when panel is on top + + + Daugiau + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.lv-LV.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..10620996 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.lv-LV.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Atvērt navigāciju + Automation name for the hamburger button when it is in a closed state + + + Aizvērt navigāciju + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Iestatījumi + Automation name for the settings button + + + Noklikšķināt, lai meklētu + Name for the compact view search button + + + Atpakaļ + Automation name for the nav view provided back button + + + Atpakaļ + ToolTip caption for the back button + + + Aizvērt + Automation name for the nav view provided close button + + + Vēl + Automation name for the nav view more button when panel is on top + + + Vairāk + Text for the nav view more button when panel is on top + + + Vēl + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.mk-MK.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..3bf69993 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.mk-MK.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Отвори навигација + Automation name for the hamburger button when it is in a closed state + + + Затвори навигација + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Параметри + Automation name for the settings button + + + Кликни за пребарување + Name for the compact view search button + + + Назад + Automation name for the nav view provided back button + + + Назад + ToolTip caption for the back button + + + Затвори + Automation name for the nav view provided close button + + + Повеќе + Automation name for the nav view more button when panel is on top + + + Повеќе + Text for the nav view more button when panel is on top + + + Повеќе + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ml-IN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..f7a7d417 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ml-IN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + നാവിഗേഷൻ തുറക്കുക + Automation name for the hamburger button when it is in a closed state + + + നാവിഗേഷൻ അടയ്‌ക്കുക + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + ക്രമീകരണം + Automation name for the settings button + + + തിരയാൻ ക്ലിക്ക് ചെയ്യുക + Name for the compact view search button + + + പിന്നിലേക്ക് + Automation name for the nav view provided back button + + + പിന്നിലേക്ക് + ToolTip caption for the back button + + + അടയ്ക്കുക + Automation name for the nav view provided close button + + + കൂടുതല്‍ + Automation name for the nav view more button when panel is on top + + + കൂടുതൽ + Text for the nav view more button when panel is on top + + + കൂടുതൽ + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ms-MY.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..1327e326 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ms-MY.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Buka Navigasi + Automation name for the hamburger button when it is in a closed state + + + Tutup Navigasi + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Tetapan + Automation name for the settings button + + + Klik untuk mencari + Name for the compact view search button + + + Ke Belakang + Automation name for the nav view provided back button + + + Ke Belakang + ToolTip caption for the back button + + + Tutup + Automation name for the nav view provided close button + + + Selanjutnya + Automation name for the nav view more button when panel is on top + + + Selanjutnya + Text for the nav view more button when panel is on top + + + Selanjutnya + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.nb-NO.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..b6697f97 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.nb-NO.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Åpne navigasjon + Automation name for the hamburger button when it is in a closed state + + + Lukk navigasjon + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Innstillinger + Automation name for the settings button + + + Klikk for å søke + Name for the compact view search button + + + Tilbake + Automation name for the nav view provided back button + + + Tilbake + ToolTip caption for the back button + + + Lukk + Automation name for the nav view provided close button + + + Mer + Automation name for the nav view more button when panel is on top + + + Mer + Text for the nav view more button when panel is on top + + + Mer + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.nl-NL.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..afbad6c0 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.nl-NL.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Navigatie openen + Automation name for the hamburger button when it is in a closed state + + + Navigatie sluiten + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Instellingen + Automation name for the settings button + + + Klik om te zoeken + Name for the compact view search button + + + Terug + Automation name for the nav view provided back button + + + Terug + ToolTip caption for the back button + + + Sluiten + Automation name for the nav view provided close button + + + Meer + Automation name for the nav view more button when panel is on top + + + Meer + Text for the nav view more button when panel is on top + + + Meer + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.nn-NO.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..4d913b53 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.nn-NO.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Opne navigasjon + Automation name for the hamburger button when it is in a closed state + + + Lukk navigasjon + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Innstillingar + Automation name for the settings button + + + Klikk for å søkje + Name for the compact view search button + + + Tilbake + Automation name for the nav view provided back button + + + Tilbake + ToolTip caption for the back button + + + Lukk + Automation name for the nav view provided close button + + + Meir + Automation name for the nav view more button when panel is on top + + + Meir + Text for the nav view more button when panel is on top + + + Meir + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.pl-PL.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..cc1de45b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.pl-PL.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Otwórz nawigację + Automation name for the hamburger button when it is in a closed state + + + Zamknij nawigację + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Ustawienia + Automation name for the settings button + + + Kliknij, aby wyszukać + Name for the compact view search button + + + Wstecz + Automation name for the nav view provided back button + + + Wstecz + ToolTip caption for the back button + + + Zamknij + Automation name for the nav view provided close button + + + Więcej + Automation name for the nav view more button when panel is on top + + + Więcej + Text for the nav view more button when panel is on top + + + Więcej + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.pt-BR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..bacff8fe --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.pt-BR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Abrir Navegação + Automation name for the hamburger button when it is in a closed state + + + Fechar Navegação + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Configurações + Automation name for the settings button + + + Clique para pesquisar + Name for the compact view search button + + + Voltar + Automation name for the nav view provided back button + + + Voltar + ToolTip caption for the back button + + + Fechar + Automation name for the nav view provided close button + + + Mais + Automation name for the nav view more button when panel is on top + + + Mais + Text for the nav view more button when panel is on top + + + Mais + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.pt-PT.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..f6fc756f --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.pt-PT.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Abrir Navegação + Automation name for the hamburger button when it is in a closed state + + + Fechar Navegação + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Definições + Automation name for the settings button + + + Clicar para pesquisar + Name for the compact view search button + + + Anterior + Automation name for the nav view provided back button + + + Anterior + ToolTip caption for the back button + + + Fechar + Automation name for the nav view provided close button + + + Mais + Automation name for the nav view more button when panel is on top + + + Mais + Text for the nav view more button when panel is on top + + + Mais + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.resx new file mode 100644 index 00000000..7749245c --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Open Navigation + Automation name for the hamburger button when it is in a closed state + + + Close Navigation + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Settings + Automation name for the settings button + + + Click to search + Name for the compact view search button + + + Back + Automation name for the nav view provided back button + + + Back + ToolTip caption for the back button + + + Close + Automation name for the nav view provided close button + + + More + Automation name for the nav view more button when panel is on top + + + More + Text for the nav view more button when panel is on top + + + More + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ro-RO.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..47e97b11 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ro-RO.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Deschidere navigare + Automation name for the hamburger button when it is in a closed state + + + Închidere navigare + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Setări + Automation name for the settings button + + + Clic pentru căutare + Name for the compact view search button + + + Înapoi + Automation name for the nav view provided back button + + + Înapoi + ToolTip caption for the back button + + + Închidere + Automation name for the nav view provided close button + + + Mai multe + Automation name for the nav view more button when panel is on top + + + Mai multe + Text for the nav view more button when panel is on top + + + Mai multe + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ru-RU.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..e96ac2f6 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ru-RU.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Открыть навигацию + Automation name for the hamburger button when it is in a closed state + + + Закрыть навигацию + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Параметры + Automation name for the settings button + + + Щелкните, чтобы найти + Name for the compact view search button + + + Назад + Automation name for the nav view provided back button + + + Назад + ToolTip caption for the back button + + + Закрыть + Automation name for the nav view provided close button + + + Еще + Automation name for the nav view more button when panel is on top + + + Дополнительно + Text for the nav view more button when panel is on top + + + Еще + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.sk-SK.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..cf512d4a --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.sk-SK.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Otvoriť navigáciu + Automation name for the hamburger button when it is in a closed state + + + Zavrieť navigáciu + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Nastavenia + Automation name for the settings button + + + Kliknutím spustiť vyhľadávanie + Name for the compact view search button + + + Späť + Automation name for the nav view provided back button + + + Späť + ToolTip caption for the back button + + + Zavrieť + Automation name for the nav view provided close button + + + Viac + Automation name for the nav view more button when panel is on top + + + Viac + Text for the nav view more button when panel is on top + + + Viac + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.sl-SI.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..248ef4fa --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.sl-SI.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Odpri meni za krmarjenje + Automation name for the hamburger button when it is in a closed state + + + Zapri meni za krmarjenje + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Nastavitve + Automation name for the settings button + + + Kliknite za iskanje + Name for the compact view search button + + + Nazaj + Automation name for the nav view provided back button + + + Nazaj + ToolTip caption for the back button + + + Zapri + Automation name for the nav view provided close button + + + Več + Automation name for the nav view more button when panel is on top + + + Več + Text for the nav view more button when panel is on top + + + Več + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.sq-AL.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..c98a29f5 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.sq-AL.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hap navigimin + Automation name for the hamburger button when it is in a closed state + + + Mbyll navigimin + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Parametrat + Automation name for the settings button + + + Kliko për të kërkuar + Name for the compact view search button + + + Prapa + Automation name for the nav view provided back button + + + Prapa + ToolTip caption for the back button + + + Mbyll + Automation name for the nav view provided close button + + + Më shumë + Automation name for the nav view more button when panel is on top + + + Më shumë + Text for the nav view more button when panel is on top + + + Më shumë + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.sr-Latn-RS.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..816f9e0a --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Otvori navigaciju + Automation name for the hamburger button when it is in a closed state + + + Zatvori navigaciju + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Postavke + Automation name for the settings button + + + Kliknite da biste pretražili + Name for the compact view search button + + + Nazad + Automation name for the nav view provided back button + + + Nazad + ToolTip caption for the back button + + + Zatvori + Automation name for the nav view provided close button + + + Još + Automation name for the nav view more button when panel is on top + + + Još + Text for the nav view more button when panel is on top + + + Još + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.sv-SE.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..bf1b6dcd --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.sv-SE.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Öppna navigering + Automation name for the hamburger button when it is in a closed state + + + Stäng navigering + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Inställningar + Automation name for the settings button + + + Klicka för att söka + Name for the compact view search button + + + Tillbaka + Automation name for the nav view provided back button + + + Tillbaka + ToolTip caption for the back button + + + Stäng + Automation name for the nav view provided close button + + + Mer + Automation name for the nav view more button when panel is on top + + + Mer + Text for the nav view more button when panel is on top + + + Mer + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.sw-KE.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..be55a800 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.sw-KE.resx @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fungua Uabiri + Automation name for the hamburger button when it is in a closed state + + + Funga Uabiri + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Mipangilio + Automation name for the settings button + + + Bofya ili kutafuta + Name for the compact view search button + + + Nyuma + Automation name for the nav view provided back button + + + Nyuma + ToolTip caption for the back button + + + Funga + Automation name for the nav view provided close button + + + Zaidi + Text for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.ta-IN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..1dfc4685 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.ta-IN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + வழிசெலுத்தலைத் திற + Automation name for the hamburger button when it is in a closed state + + + வழிசெலுத்தலை மூடு + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + அமைப்புகள் + Automation name for the settings button + + + தேடுவதற்கு கிளிக் செய்க + Name for the compact view search button + + + பின்பக்கம் + Automation name for the nav view provided back button + + + பின் + ToolTip caption for the back button + + + மூடு + Automation name for the nav view provided close button + + + மேலும் + Automation name for the nav view more button when panel is on top + + + அதிகம் + Text for the nav view more button when panel is on top + + + மேலும் + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.te-IN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..be54667e --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.te-IN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + నావిగేషన్‌ని తెరువు + Automation name for the hamburger button when it is in a closed state + + + నావిగేషన్‌ని మూసివేయి + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + సెట్టింగ్‌లు + Automation name for the settings button + + + శోధించడం కోసం క్లిక్ చేయండి + Name for the compact view search button + + + వెనుకకు + Automation name for the nav view provided back button + + + వెనుకకు + ToolTip caption for the back button + + + మూసివేయి + Automation name for the nav view provided close button + + + మరిన్ని + Automation name for the nav view more button when panel is on top + + + మరిన్ని + Text for the nav view more button when panel is on top + + + మరిన్ని + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.th-TH.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..812fbe53 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.th-TH.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + เปิดการนำทาง + Automation name for the hamburger button when it is in a closed state + + + ปิดการนำทาง + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + การตั้งค่า + Automation name for the settings button + + + Click to search + Name for the compact view search button + + + ย้อนกลับ + Automation name for the nav view provided back button + + + ย้อนกลับ + ToolTip caption for the back button + + + ปิด + Automation name for the nav view provided close button + + + เพิ่มเติม + Automation name for the nav view more button when panel is on top + + + ดูมากขึ้น + Text for the nav view more button when panel is on top + + + เพิ่มเติม + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.tr-TR.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..9d5e428c --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.tr-TR.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Gezintiyi aç + Automation name for the hamburger button when it is in a closed state + + + Gezintiyi kapat + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Ayarlar + Automation name for the settings button + + + Arama yapmak için tıklayın + Name for the compact view search button + + + Geri + Automation name for the nav view provided back button + + + Geri + ToolTip caption for the back button + + + Kapat + Automation name for the nav view provided close button + + + Diğer + Automation name for the nav view more button when panel is on top + + + Diğer + Text for the nav view more button when panel is on top + + + Diğer + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.uk-UA.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..6442e99b --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.uk-UA.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Відкрити навігацію + Automation name for the hamburger button when it is in a closed state + + + Закрити навігацію + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Параметри + Automation name for the settings button + + + Клацніть, щоб знайти + Name for the compact view search button + + + Назад + Automation name for the nav view provided back button + + + Назад + ToolTip caption for the back button + + + Закрити + Automation name for the nav view provided close button + + + Додатково + Automation name for the nav view more button when panel is on top + + + Докладно + Text for the nav view more button when panel is on top + + + Додатково + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..4b8b4471 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Navigatsiyalashni ochish + Automation name for the hamburger button when it is in a closed state + + + Navigatsiyalashni yopish + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Sozlamalar + Automation name for the settings button + + + Qidirish uchun cherting + Name for the compact view search button + + + Orqaga + Automation name for the nav view provided back button + + + Orqaga + ToolTip caption for the back button + + + Yopish + Automation name for the nav view provided close button + + + Ko‘proq + Text for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.vi-VN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..5ecdc011 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.vi-VN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Mở Điều hướng + Automation name for the hamburger button when it is in a closed state + + + Đóng Điều hướng + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + Cài đặt + Automation name for the settings button + + + Bấm để tìm kiếm + Name for the compact view search button + + + Lùi + Automation name for the nav view provided back button + + + Lùi + ToolTip caption for the back button + + + Đóng + Automation name for the nav view provided close button + + + Xem thêm + Automation name for the nav view more button when panel is on top + + + Thêm + Text for the nav view more button when panel is on top + + + Xem thêm + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.zh-CN.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..b78c23c6 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.zh-CN.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 打开导航 + Automation name for the hamburger button when it is in a closed state + + + 关闭导航 + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + 设置 + Automation name for the settings button + + + 单击搜索 + Name for the compact view search button + + + 返回 + Automation name for the nav view provided back button + + + 返回 + ToolTip caption for the back button + + + 关闭 + Automation name for the nav view provided close button + + + 更多 + Automation name for the nav view more button when panel is on top + + + 更多 + Text for the nav view more button when panel is on top + + + 更多 + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NavigationView/Strings/Resources.zh-TW.resx b/ModernWpf.Controls/NavigationView/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..c51c9386 --- /dev/null +++ b/ModernWpf.Controls/NavigationView/Strings/Resources.zh-TW.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 開啟導覽 + Automation name for the hamburger button when it is in a closed state + + + 關閉導覽 + Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button + + + NavigationViewItem + Default automation id if no name or id is provided + + + 設定 + Automation name for the settings button + + + 按一下以搜尋 + Name for the compact view search button + + + 上一步 + Automation name for the nav view provided back button + + + 上一步 + ToolTip caption for the back button + + + 關閉 + Automation name for the nav view provided close button + + + 更多 + Automation name for the nav view more button when panel is on top + + + 更多 + Text for the nav view more button when panel is on top + + + 更多 + ToolTip caption for the nav view more button when panel is on top + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/NumberBox.cs b/ModernWpf.Controls/NumberBox/NumberBox.cs index b393bc73..cd4ac35d 100644 --- a/ModernWpf.Controls/NumberBox/NumberBox.cs +++ b/ModernWpf.Controls/NumberBox/NumberBox.cs @@ -9,6 +9,7 @@ using System.Windows.Controls.Primitives; using System.Windows.Input; using ModernWpf.Automation.Peers; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Controls { @@ -47,6 +48,7 @@ public partial class NumberBox : Control static NumberBox() { + ResourceHelper.Initialize(); DefaultStyleKeyProperty.OverrideMetadata(typeof(NumberBox), new FrameworkPropertyMetadata(typeof(NumberBox))); } @@ -89,8 +91,8 @@ public override void OnApplyTemplate() { base.OnApplyTemplate(); - var spinDownName = Strings.NumberBoxDownSpinButtonName; - var spinUpName = Strings.NumberBoxUpSpinButtonName; + var spinDownName = ResourceAccessor.GetLocalizedStringResource(SR_NumberBoxDownSpinButtonName); + var spinUpName = ResourceAccessor.GetLocalizedStringResource(SR_NumberBoxUpSpinButtonName); if (GetTemplateChild(c_numberBoxDownButtonName) is RepeatButton spinDown) { diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.af-ZA.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..5b9c7dd4 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.af-ZA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verminder + Automation name for the down button + + + Vermeerder + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.am-ET.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..acae0606 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.am-ET.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ቀንስ + Automation name for the down button + + + ጨምር + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ar-SA.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..10df1331 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ar-SA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + تخفيض + Automation name for the down button + + + زيادة + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.az-Latn-AZ.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..7183d882 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Azalt + Automation name for the down button + + + Artırmaq + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.be-BY.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.be-BY.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.bg-BG.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..7c98ebda --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.bg-BG.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Намаляване + Automation name for the down button + + + Увеличаване + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.bn-BD.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.bn-BD.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.bs-Latn-BA.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..fbf16746 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Smanji + Automation name for the down button + + + Povećaj + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ca-ES.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..c706f162 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ca-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Disminueix + Automation name for the down button + + + Augmenta + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.cs-CZ.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..b2e1bc01 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.cs-CZ.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Pokles + Automation name for the down button + + + Nárůst + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.da-DK.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..eda73705 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.da-DK.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Formindsk + Automation name for the down button + + + Forøgelse + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.de-DE.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..5ca091e8 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.de-DE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verringerung + Automation name for the down button + + + Anstieg + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.el-GR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..d7b21a0b --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.el-GR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Μείωση + Automation name for the down button + + + Αύξηση + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.en-GB.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..b034762d --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.en-GB.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Decrease + Automation name for the down button + + + Increase + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.es-ES.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..0f563b3e --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.es-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Disminuir + Automation name for the down button + + + Aumento + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.es-MX.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..29d9ae84 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.es-MX.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Reducir + Automation name for the down button + + + Aumentar + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.et-EE.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..b917f2f9 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.et-EE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vähenda + Automation name for the down button + + + Suurenda + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.eu-ES.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..933bb8c2 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.eu-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Txikitu + Automation name for the down button + + + Handitu + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.fa-IR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..cd9cb423 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.fa-IR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + کاهش دادن + Automation name for the down button + + + افزایش + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.fi-FI.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..745df71e --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.fi-FI.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vähennä + Automation name for the down button + + + Lisää + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.fil-PH.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..7e2aaf1a --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.fil-PH.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bawasan + Automation name for the down button + + + Dagdagan + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.fr-CA.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..a35d2162 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.fr-CA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diminuer + Automation name for the down button + + + Hausse + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.fr-FR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..9fd9271a --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.fr-FR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diminuer + Automation name for the down button + + + Augmenter + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.gl-ES.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..bc771505 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.gl-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Redución + Automation name for the down button + + + Aumento + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ha-Latn-NG.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.he-IL.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..d949c91c --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.he-IL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + הקטן + Automation name for the down button + + + הגדל + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.hi-IN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..31b226a7 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.hi-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + घटाएँ + Automation name for the down button + + + बढ़ाएँ + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.hr-HR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..532c64f3 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.hr-HR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Smanjenje + Automation name for the down button + + + Povećanje + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.hu-HU.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..ea0eb3f5 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.hu-HU.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Csökkentés + Automation name for the down button + + + Növelés + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.id-ID.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..666eced6 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.id-ID.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kurangi + Automation name for the down button + + + Tambahkan + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.is-IS.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..86b2f272 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.is-IS.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Minnkun + Automation name for the down button + + + Hækkun + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.it-IT.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..8b6ffaae --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.it-IT.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diminuisci + Automation name for the down button + + + Aumenta + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ja-JP.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..4c675e4e --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ja-JP.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 減少 + Automation name for the down button + + + 増加 + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ka-GE.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..18f04fa2 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ka-GE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + შემცირება + Automation name for the down button + + + გაზრდა + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.kk-KZ.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..9489201e --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.kk-KZ.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Азайту + Automation name for the down button + + + Ұлғайту + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.km-KH.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..b4c21392 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.km-KH.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + បន្ថយ + Automation name for the down button + + + បង្កើន + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.kn-IN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..5e18d382 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.kn-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ಕಡಿಮೆಗೊಳಿಸು + Automation name for the down button + + + ಹೆಚ್ಚಿಸು + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ko-KR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..13f6adea --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ko-KR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 좁게 + Automation name for the down button + + + 증가 + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.lo-LA.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..fae42156 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.lo-LA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ຫຼຸດລົງ + Automation name for the down button + + + ເພີ່ມ + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.lt-LT.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..8b5664e6 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.lt-LT.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Mažinti + Automation name for the down button + + + Didinti + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.lv-LV.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..55533f5f --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.lv-LV.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Samazinājums + Automation name for the down button + + + Palielinājums + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.mk-MK.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..43ecddce --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.mk-MK.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Намали + Automation name for the down button + + + Зголеми + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ml-IN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..b42ac077 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ml-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + കുറയ്ക്കുക + Automation name for the down button + + + വർദ്ധിപ്പിക്കുക + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ms-MY.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..7651d999 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ms-MY.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kurangkan + Automation name for the down button + + + Meningkat + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.nb-NO.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..105997a5 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.nb-NO.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Reduser + Automation name for the down button + + + Øk + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.nl-NL.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..a6f92683 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.nl-NL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verkleinen + Automation name for the down button + + + Vergroten + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.nn-NO.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..b2712746 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.nn-NO.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Reduser + Automation name for the down button + + + Auk + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.pl-PL.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..f2a0a463 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.pl-PL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zmniejsz + Automation name for the down button + + + Zwiększ + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.pt-BR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..e44ea4a7 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.pt-BR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diminuir + Automation name for the down button + + + Aumentar + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.pt-PT.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..e44ea4a7 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.pt-PT.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diminuir + Automation name for the down button + + + Aumentar + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.resx new file mode 100644 index 00000000..b034762d --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Decrease + Automation name for the down button + + + Increase + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ro-RO.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..c4a01bfd --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ro-RO.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Micșorare + Automation name for the down button + + + Mărire + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ru-RU.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..cff67dc3 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ru-RU.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Уменьшение + Automation name for the down button + + + Увеличение + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.sk-SK.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..9e154732 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.sk-SK.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zmenšiť + Automation name for the down button + + + Zväčšiť + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.sl-SI.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..c944f09b --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.sl-SI.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zmanjšaj + Automation name for the down button + + + Povečaj + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.sq-AL.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..973e109a --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.sq-AL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zvogëlo + Automation name for the down button + + + Zmadho + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.sr-Latn-RS.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..0f0ca3af --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Smanji + Automation name for the down button + + + Povećanje + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.sv-SE.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..95977dbb --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.sv-SE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Minska + Automation name for the down button + + + Öka + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.sw-KE.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.sw-KE.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.ta-IN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..d8e14b4f --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.ta-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + குறை + Automation name for the down button + + + அதிகரி + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.te-IN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..90bde7fd --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.te-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + తగ్గించు + Automation name for the down button + + + పెంచు + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.th-TH.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..b543cf75 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.th-TH.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ลด + Automation name for the down button + + + เพิ่ม + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.tr-TR.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..600bc940 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.tr-TR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Azalt + Automation name for the down button + + + Artır + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.uk-UA.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..42a45679 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.uk-UA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Зменшити + Automation name for the down button + + + Збільшити + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.vi-VN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..7bb0a2c2 --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.vi-VN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Giảm + Automation name for the down button + + + Tăng + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.zh-CN.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..09ff098e --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.zh-CN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 减少 + Automation name for the down button + + + 增加 + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/NumberBox/Strings/Resources.zh-TW.resx b/ModernWpf.Controls/NumberBox/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..5c8d775c --- /dev/null +++ b/ModernWpf.Controls/NumberBox/Strings/Resources.zh-TW.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 減少 + Automation name for the down button + + + 增加 + Automation name for the up button + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/PersonPicture.cs b/ModernWpf.Controls/PersonPicture/PersonPicture.cs index 1fc2d017..cf1b25d4 100644 --- a/ModernWpf.Controls/PersonPicture/PersonPicture.cs +++ b/ModernWpf.Controls/PersonPicture/PersonPicture.cs @@ -9,6 +9,7 @@ using System.Windows.Media; using System.Windows.Shapes; using ModernWpf.Automation.Peers; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Controls { @@ -16,6 +17,7 @@ public partial class PersonPicture : Control { static PersonPicture() { + ResourceHelper.Initialize(); DefaultStyleKeyProperty.OverrideMetadata(typeof(PersonPicture), new FrameworkPropertyMetadata(typeof(PersonPicture))); } @@ -268,7 +270,7 @@ void UpdateAutomationName() // if none exist, it defaults to "Person" if (IsGroup) { - contactName = Strings.GroupName; + contactName = ResourceAccessor.GetLocalizedStringResource(SR_GroupName); } else if (!string.IsNullOrEmpty(DisplayName)) { @@ -280,7 +282,7 @@ void UpdateAutomationName() } else { - contactName = Strings.PersonName; + contactName = ResourceAccessor.GetLocalizedStringResource(SR_PersonName); } // BadgeInformation portion of the AutomationName is set to 'n items' if there is a BadgeNumber, @@ -291,7 +293,7 @@ void UpdateAutomationName() if (!string.IsNullOrEmpty(BadgeText)) { automationName = string.Format( - Strings.BadgeItemTextOverride, + ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemTextOverride), contactName, BadgeNumber, BadgeText); @@ -309,14 +311,14 @@ void UpdateAutomationName() if (!string.IsNullOrEmpty(BadgeText)) { automationName = string.Format( - Strings.BadgeIconTextOverride, + ResourceAccessor.GetLocalizedStringResource(SR_BadgeIconTextOverride), contactName, BadgeText); } else { automationName = string.Format( - Strings.BadgeIcon, + ResourceAccessor.GetLocalizedStringResource(SR_BadgeIcon), contactName); } } @@ -336,35 +338,35 @@ string GetLocalizedPluralBadgeItemStringResource(int numericValue) if (numericValue == 1) // Singular { - value = Strings.BadgeItemSingular; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemSingular); } else if (numericValue == 2) // 2 { - value = Strings.BadgeItemPlural7; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural7); } else if (numericValue == 3 || numericValue == 4) // 3,4 { - value = Strings.BadgeItemPlural2; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural2); } else if (numericValue >= 5 && numericValue <= 10) // 5-10 { - value = Strings.BadgeItemPlural5; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural5); } else if (numericValue >= 11 && numericValue <= 19) // 11-19 { - value = Strings.BadgeItemPlural6; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural6); } else if (valueMod10 == 1) // 21, 31, 41, etc. { - value = Strings.BadgeItemPlural1; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural1); } else if (valueMod10 >= 2 && valueMod10 <= 4) // 22-24, 32-34, 42-44, etc. { - value = Strings.BadgeItemPlural3; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural3); } else // Everything else... 0, 20, 25-30, 35-40, etc. { - value = Strings.BadgeItemPlural4; + value = ResourceAccessor.GetLocalizedStringResource(SR_BadgeItemPlural4); } return value; diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.af-ZA.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..5205aa3c --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.af-ZA.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikoon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persoon + This text is used as the generic narrator text when there is no display name or initials. + + + Groep + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.am-ET.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..6a98dfb9 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.am-ET.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገሮች + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ንጥል ነገር + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, አዶ + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + ግለሰብ + This text is used as the generic narrator text when there is no display name or initials. + + + ቡድን + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ar-SA.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..4fdf10a4 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ar-SA.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} من العناصر + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} عنصر + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0} ، {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + رمز {0}، + This text is used with the badging glyph. {0} is the contact name. + + + {0}، {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + الشخص + This text is used as the generic narrator text when there is no display name or initials. + + + مجموعة + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.az-Latn-AZ.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..1ad2ec96 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, piktoqram + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Şəxs + This text is used as the generic narrator text when there is no display name or initials. + + + Qrup + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.be-BY.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..6bdeaf4c --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.be-BY.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элементы + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элементы + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элементаў + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элементаў + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элементаў + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элементы + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, значок + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Чалавек + This text is used as the generic narrator text when there is no display name or initials. + + + Група + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.bg-BG.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..0106d492 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.bg-BG.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемента + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемент + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, икона + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Човек + This text is used as the generic narrator text when there is no display name or initials. + + + Група + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.bn-BD.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..16b067db --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.bn-BD.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} টি আইটেম + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, আইকন + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + ব্যক্তি + This text is used as the generic narrator text when there is no display name or initials. + + + গোষ্ঠী + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.bs-Latn-BA.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..75375862 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} stavka + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavka + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Osoba + This text is used as the generic narrator text when there is no display name or initials. + + + Grupa + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ca-ES.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..b68b9747 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ca-ES.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elements + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persona + This text is used as the generic narrator text when there is no display name or initials. + + + Grup + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.cs.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.cs-CZ.resx similarity index 69% rename from ModernWpf/Resources/Strings.cs.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.cs-CZ.resx index 6dbe4631..10a0039f 100644 --- a/ModernWpf/Resources/Strings.cs.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.cs-CZ.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Kontrola pravopisu - - - Zapnuto - - - Vypnuto - - - Vyjmout - - - Kopírovat - - - Vložit - - - Zpět - - - Znovu - - - Vybrat vše - - - Ignorovat - - - {0}, ikona - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} položek This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Skupina - This text is used as the generic narrator text when the group glyph is showing. + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Osoba This text is used as the generic narrator text when there is no display name or initials. - - Hodnocení, {0} z {1} - English example: Rating, 1.0 of 5. - - - Hodnocení komunity, {0} z {1} - English example: Community Rating, 3.3 of 6. - - - Posuvník hodnocení - A simple description of the control for UIA - - - Hodnocení nenastaveno - This text is used to show the number of stars none are selected. - - - Další možnosti - Automation name for the secondary button. - - - Větší panel aplikace - - - Další informace - - - Zobrazit míň - - - Zpět - Automation name for the nav view provided back button - - - Zpět - ToolTip caption for the back button - - - Otevřít navigaci - Automation name for the hamburger button when it is in a closed state - - - Zavřít navigaci - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Zavřít - Automation name for the nav view provided close button - - - Tlačítko Více - Automation name for the nav view more button when panel is on top - - - Více - Text for the nav view more button when panel is on top - - - PoložkaProZobrazeníNavigace - Default automation id if no name or id is provided - - - Kliknutím spustit vyhledávání - Name for the compact view search button - - - Nastavení - Automation name for the settings button + + Skupina + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.da-DK.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..837870f9 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.da-DK.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Gruppe + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.de.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.de-DE.resx similarity index 69% rename from ModernWpf/Resources/Strings.de.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.de-DE.resx index ce267646..3b4f082e 100644 --- a/ModernWpf/Resources/Strings.de.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.de-DE.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Ein - - - Aus - - - Korrektur - - - Ausschneiden - - - Kopieren - - - Einfügen - - - Rückgängig - - - Wiederholen - - - Alles auswählen - - - Ignorieren - - - {0}, Symbol - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} Elemente This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Gruppe - This text is used as the generic narrator text when the group glyph is showing. + + {0}, Symbol + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Person This text is used as the generic narrator text when there is no display name or initials. - - Bewertung, {0} von {1} - English example: Rating, 1.0 of 5. - - - Community-Bewertung, {0} von {1} - English example: Community Rating, 3.3 of 6. - - - Schieberegler zur Bewertung - A simple description of the control for UIA - - - Bewertung nicht gesetzt - This text is used to show the number of stars none are selected. - - - Weitere Optionen - Automation name for the secondary button. - - - Mehr (App-Leiste) - - - Weitere Infos - - - Weniger anzeigen - - - Zurück - Automation name for the nav view provided back button - - - Zurück - ToolTip caption for the back button - - - Navigation öffnen - Automation name for the hamburger button when it is in a closed state - - - Navigation schließen - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Schließen - Automation name for the nav view provided close button - - - Schaltfläche „Mehr“ - Automation name for the nav view more button when panel is on top - - - Mehr - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Klicken, um zu suchen - Name for the compact view search button - - - Einstellungen - Automation name for the settings button + + Gruppe + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.el-GR.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..cf96fc70 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.el-GR.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχεία + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} στοιχείο + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, εικονίδιο + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Άτομο + This text is used as the generic narrator text when there is no display name or initials. + + + Ομάδα + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.en-GB.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..39875950 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.en-GB.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Group + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.es.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.es-ES.resx similarity index 69% rename from ModernWpf/Resources/Strings.es.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.es-ES.resx index 20e0b569..1b3a5c97 100644 --- a/ModernWpf/Resources/Strings.es.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.es-ES.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Activado - - - Desactivado - - - Revisión - - - Cortar - - - Copiar - - - Pegar - - - Deshacer - - - Rehacer - - - Seleccionar todo - - - Omitir - - - {0}, icono - This text is used with the badging glyph. {0} is the contact name. - - - ‎{0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} elementos This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Grupo - This text is used as the generic narrator text when the group glyph is showing. + + {0}, icono + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Persona This text is used as the generic narrator text when there is no display name or initials. - - Clasificación, {0} de {1} - English example: Rating, 1.0 of 5. - - - Clasificación de la comunidad, {0} de {1} - English example: Community Rating, 3.3 of 6. - - - Control deslizante de clasificación - A simple description of the control for UIA - - - Clasificación sin establecer - This text is used to show the number of stars none are selected. - - - Más opciones - Automation name for the secondary button. - - - Más de barra de la aplicación - - - Ver más - - - Ver menos - - - Atrás - Automation name for the nav view provided back button - - - Atrás - ToolTip caption for the back button - - - Abrir navegación - Automation name for the hamburger button when it is in a closed state - - - Cerrar navegación - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Cerrar - Automation name for the nav view provided close button - - - Botón más - Automation name for the nav view more button when panel is on top - - - Más - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Hacer clic para buscar - Name for the compact view search button - - - Configuración - Automation name for the settings button + + Grupo + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.es-MX.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..ae7d622e --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.es-MX.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elemento + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icono + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persona + This text is used as the generic narrator text when there is no display name or initials. + + + Grupo + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.et-EE.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..ac92cd44 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.et-EE.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksust + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} üksus + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikoon + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Inimene + This text is used as the generic narrator text when there is no display name or initials. + + + Rühm + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.eu-ES.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..be08711b --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.eu-ES.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementu + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikonoa + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Pertsona + This text is used as the generic narrator text when there is no display name or initials. + + + Taldea + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.fa-IR.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..8189af40 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.fa-IR.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} مورد + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}، {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}، نماد + This text is used with the badging glyph. {0} is the contact name. + + + {0}، {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + فرد + This text is used as the generic narrator text when there is no display name or initials. + + + گروه + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.fi-FI.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..1aea2015 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.fi-FI.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohdetta + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} kohde + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, kuvake + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Henkilö + This text is used as the generic narrator text when there is no display name or initials. + + + Ryhmä + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.fil-PH.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..4783b75f --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.fil-PH.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} (na) item + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Tao + This text is used as the generic narrator text when there is no display name or initials. + + + Grupo + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.fr.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.fr-CA.resx similarity index 69% rename from ModernWpf/Resources/Strings.fr.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.fr-CA.resx index a496cd1e..a63821fc 100644 --- a/ModernWpf/Resources/Strings.fr.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.fr-CA.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Correction - - - Désactivé - - - Activé - - - Couper - - - Copier - - - Coller - - - Annuler - - - Rétablir - - - Sélectionner tout - - - Ignorer - - - {0}, icône - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} éléments This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Groupe - This text is used as the generic narrator text when the group glyph is showing. + + {0}, icône + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Personne This text is used as the generic narrator text when there is no display name or initials. - - Évaluation, {0} sur {1} - English example: Rating, 1.0 of 5. - - - Évaluation de la communauté, {0} sur {1} - English example: Community Rating, 3.3 of 6. - - - Curseur d'évaluation - A simple description of the control for UIA - - - Évaluation non définie - This text is used to show the number of stars none are selected. - - - Plus d'options - Automation name for the secondary button. - - - Agrandir la barre de l’application - - - En savoir plus - - - Afficher moins - - - Retour - Automation name for the nav view provided back button - - - Retour - ToolTip caption for the back button - - - Ouvrir navigation - Automation name for the hamburger button when it is in a closed state - - - Fermer navigation - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Fermer - Automation name for the nav view provided close button - - - Bouton Plus - Automation name for the nav view more button when panel is on top - - - Plus - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Cliquez pour rechercher - Name for the compact view search button - - - Paramètres - Automation name for the settings button + + Groupe + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.fr-FR.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..a63821fc --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.fr-FR.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} éléments + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} élément + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icône + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Personne + This text is used as the generic narrator text when there is no display name or initials. + + + Groupe + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.gl-ES.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..4c773ebc --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.gl-ES.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementos + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elemento + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persoa + This text is used as the generic narrator text when there is no display name or initials. + + + Grupo + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ha-Latn-NG.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..6fa88826 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, abubuwa {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, abu {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + Rukuni + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.he-IL.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..79412664 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.he-IL.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריטים + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} פריט + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, סמל + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + אדם + This text is used as the generic narrator text when there is no display name or initials. + + + קבוצה + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.hi-IN.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..bdad1c8d --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.hi-IN.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} आइटम + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, चिह्न + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + व्यक्ति + This text is used as the generic narrator text when there is no display name or initials. + + + समूह + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.hr-HR.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..75375862 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.hr-HR.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} stavka + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavka + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Osoba + This text is used as the generic narrator text when there is no display name or initials. + + + Grupa + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.hu-HU.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..1efa96d8 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.hu-HU.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elem + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Személy + This text is used as the generic narrator text when there is no display name or initials. + + + Csoport + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.id-ID.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..c139005b --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.id-ID.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Orang + This text is used as the generic narrator text when there is no display name or initials. + + + Grup + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.is-IS.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..ce2532b8 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.is-IS.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} atriði + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, tákn + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Einstaklingur + This text is used as the generic narrator text when there is no display name or initials. + + + Hópur + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.it.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.it-IT.resx similarity index 68% rename from ModernWpf/Resources/Strings.it.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.it-IT.resx index 8ec3d029..062b5ccb 100644 --- a/ModernWpf/Resources/Strings.it.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.it-IT.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Attivato - - - Disattivato - - - Controllo ortografico - - - Taglia - - - Copia - - - Incolla - - - Annulla - - - Ripeti - - - Seleziona tutto - - - Ignora - - - {0}, icona - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} elementi This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Gruppo - This text is used as the generic narrator text when the group glyph is showing. + + {0}, icona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Persona This text is used as the generic narrator text when there is no display name or initials. - - Classificazione, {0} di {1} - English example: Rating, 1.0 of 5. - - - Classificazione della community, {0} di {1} - English example: Community Rating, 3.3 of 6. - - - Dispositivo di scorrimento valutazione - A simple description of the control for UIA - - - Classificazione non impostata - This text is used to show the number of stars none are selected. - - - Altre opzioni - Automation name for the secondary button. - - - Aumenta barra dell'app - - - Visualizza altre info - - - Meno dettagli - - - Indietro - Automation name for the nav view provided back button - - - Indietro - ToolTip caption for the back button - - - Apri menu di navigazione - Automation name for the hamburger button when it is in a closed state - - - Chiudi menu di navigazione - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Chiudi - Automation name for the nav view provided close button - - - Pulsante Altro - Automation name for the nav view more button when panel is on top - - - Altro - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Fai clic per cercare - Name for the compact view search button - - - Impostazioni - Automation name for the settings button + + Gruppo + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.ja.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ja-JP.resx similarity index 68% rename from ModernWpf/Resources/Strings.ja.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.ja-JP.resx index 68d0de58..96c7bbd7 100644 --- a/ModernWpf/Resources/Strings.ja.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ja-JP.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - オン - - - オフ - - - 切り取り - - - コピー - - - 貼り付け - - - 元に戻す - - - やり直し - - - すべて選択 - - - 文章校正 - - - 無視 - - - {0} のアイコン - This text is used with the badging glyph. {0} is the contact name. - - - {0}、{1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0} の {1:d} 個の項目 This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}、{1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - グループ - This text is used as the generic narrator text when the group glyph is showing. + + {0} のアイコン + This text is used with the badging glyph. {0} is the contact name. + + + {0}、{1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. 作成者 This text is used as the generic narrator text when there is no display name or initials. - - 評価、{0}/{1} - English example: Rating, 1.0 of 5. - - - コミュニティの評価、{0}/{1} - English example: Community Rating, 3.3 of 6. - - - 評価スライダー - A simple description of the control for UIA - - - 評価が設定されていません - This text is used to show the number of stars none are selected. - - - その他のオプション - Automation name for the secondary button. - - - 詳細アプリ バー - - - もっと見る - - - 表示を減らす - - - 戻る - Automation name for the nav view provided back button - - - 戻る - ToolTip caption for the back button - - - ナビゲーションを開く - Automation name for the hamburger button when it is in a closed state - - - ナビゲーションを閉じる - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - 閉じる - Automation name for the nav view provided close button - - - [詳細] ボタン - Automation name for the nav view more button when panel is on top - - - さらに表示 - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - クリックして検索 - Name for the compact view search button - - - 設定 - Automation name for the settings button + + グループ + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ka-GE.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..fb8b77d2 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ka-GE.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ელემენტი + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ხატულა + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + პიროვნება + This text is used as the generic narrator text when there is no display name or initials. + + + ჯგუფი + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.kk-KZ.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..7e42fde9 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.kk-KZ.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} элемент + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, белгіше + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Адам + This text is used as the generic narrator text when there is no display name or initials. + + + Топ + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.km-KH.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..04ceae78 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.km-KH.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ធាតុ + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + បុគ្គល + This text is used as the generic narrator text when there is no display name or initials. + + + ក្រុម + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.kn-IN.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..4335dc42 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.kn-IN.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂಗಳು + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ಐಟಂ + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ಐಕಾನ್‌ + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + ವ್ಯಕ್ತಿ + This text is used as the generic narrator text when there is no display name or initials. + + + ಗುಂಪು + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.ko.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ko-KR.resx similarity index 69% rename from ModernWpf/Resources/Strings.ko.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.ko-KR.resx index 17b7bf2f..5737b2c8 100644 --- a/ModernWpf/Resources/Strings.ko.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ko-KR.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - 교정 - - - 잘라내기 - - - 복사 - - - 붙여넣기 - - - 실행 취소 - - - 다시 실행 - - - 모두 선택 - - - 무시 - - - {0}, 아이콘 - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d}개 항목 This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - 그룹 - This text is used as the generic narrator text when the group glyph is showing. + + {0}, 아이콘 + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. 인물 This text is used as the generic narrator text when there is no display name or initials. - - 등급, {0}/{1} - English example: Rating, 1.0 of 5. - - - 커뮤니티 등급, {0}/{1} - English example: Community Rating, 3.3 of 6. - - - 평점 슬라이더 - A simple description of the control for UIA - - - 등급이 설정되지 않음 - This text is used to show the number of stars none are selected. - - - 기타 옵션 - Automation name for the secondary button. - - - 자세한 앱 바 - - - 자세히 보기 - - - 간단히 표시 - - - 뒤로 - Automation name for the nav view provided back button - - - 뒤로 - ToolTip caption for the back button - - - 탐색 열기 - Automation name for the hamburger button when it is in a closed state - - - 탐색 닫기 - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - 닫기 - Automation name for the nav view provided close button - - - 기타 단추 - Automation name for the nav view more button when panel is on top - - - 기타 - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - 검색하려면 클릭 - Name for the compact view search button - - - 설정 - Automation name for the settings button + + 그룹 + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.lo-LA.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..d90051e4 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.lo-LA.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ລາຍການ + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + <mrk mtype="seg" mid="1">{0}, {1:d}</mrk> <mrk mtype="seg" mid="2">{2}</mrk> + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ໄອຄອນ + This text is used with the badging glyph. {0} is the contact name. + + + <mrk mtype="seg" mid="3">{0}, {1}</mrk> + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + ຄົນ + This text is used as the generic narrator text when there is no display name or initials. + + + ກຸ່ມ + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.lt-LT.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..b16965ab --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.lt-LT.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, elementų: {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementas + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, piktograma + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Asmuo + This text is used as the generic narrator text when there is no display name or initials. + + + Grupuoti + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.lv-LV.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..921db03f --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.lv-LV.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} vienums + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienumi + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienumi + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienumu(i) + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienumi + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienumi + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienumi + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} vienums + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persona + This text is used as the generic narrator text when there is no display name or initials. + + + Grupa + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.mk-MK.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..ca605217 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.mk-MK.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ставкa + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставки + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставки + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставки + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставки + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставки + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставки + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ставка + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, икона + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Лице + This text is used as the generic narrator text when there is no display name or initials. + + + Група + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ml-IN.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..29901a18 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ml-IN.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനങ്ങൾ + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ഇനം + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ഐക്കൺ + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + വ്യക്തി + This text is used as the generic narrator text when there is no display name or initials. + + + സംഘം + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ms-MY.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..426190db --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ms-MY.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Orang + This text is used as the generic narrator text when there is no display name or initials. + + + Kumpulan + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.nb-NO.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..a8568ee1 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.nb-NO.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementer + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Gruppe + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.nl-NL.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..a82d773f --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.nl-NL.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, pictogram + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persoon + This text is used as the generic narrator text when there is no display name or initials. + + + Groep + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.nn-NO.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..645e2820 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.nn-NO.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Gruppe + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.pl.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.pl-PL.resx similarity index 69% rename from ModernWpf/Resources/Strings.pl.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.pl-PL.resx index 046df708..ee33b468 100644 --- a/ModernWpf/Resources/Strings.pl.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.pl-PL.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Włączone - - - Wyłączone - - - Sprawdzanie - - - Wytnij - - - Kopiuj - - - Wklej - - - Cofnij - - - Wykonaj ponownie - - - Zaznacz wszystko - - - Ignoruj - - - {0}, ikona - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} elementów This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Grupa - This text is used as the generic narrator text when the group glyph is showing. + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Osoba This text is used as the generic narrator text when there is no display name or initials. - - Ocena , {0} z {1} - English example: Rating, 1.0 of 5. - - - Ocena społeczności, {0} z {1} - English example: Community Rating, 3.3 of 6. - - - Suwak oceny - A simple description of the control for UIA - - - Nie ustawiono oceny - This text is used to show the number of stars none are selected. - - - Więcej opcji - Automation name for the secondary button. - - - Rozwiń pasek aplikacji - - - Zobacz więcej - - - Pokaż mniej - - - Wstecz - Automation name for the nav view provided back button - - - Wstecz - ToolTip caption for the back button - - - Otwórz nawigację - Automation name for the hamburger button when it is in a closed state - - - Zamknij nawigację - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Zamknij - Automation name for the nav view provided close button - - - Przycisk Więcej - Automation name for the nav view more button when panel is on top - - - Więcej - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Kliknij, aby wyszukać - Name for the compact view search button - - - Ustawienia - Automation name for the settings button + + Grupa + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.pt-BR.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..fbec388e --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.pt-BR.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ícone + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Pessoa + This text is used as the generic narrator text when there is no display name or initials. + + + Grupo + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.pt-PT.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..7a203018 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.pt-PT.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} itens + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ícone + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Pessoa + This text is used as the generic narrator text when there is no display name or initials. + + + Grupo + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.resx new file mode 100644 index 00000000..39875950 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} items + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} item + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, icon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Group + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ro-RO.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..34259b46 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ro-RO.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} de elemente + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elemente + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} de elemente + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} de elemente + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elemente + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elemente + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elemente + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, pictogramă + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Persoană + This text is used as the generic narrator text when there is no display name or initials. + + + Grup + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.ru.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ru-RU.resx similarity index 67% rename from ModernWpf/Resources/Strings.ru.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.ru-RU.resx index 5c3f268f..87605d95 100644 --- a/ModernWpf/Resources/Strings.ru.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ru-RU.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Вкл. - - - Откл. - - - Проверка - - - Вырезать - - - Копировать - - - Вставить - - - Отменить - - - Вернуть - - - Выделить все - - - Пропустить - - - {0}, значок - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} элемент This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Группа - This text is used as the generic narrator text when the group glyph is showing. + + {0}, значок + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Человек This text is used as the generic narrator text when there is no display name or initials. - - Оценка, {0} из {1} - English example: Rating, 1.0 of 5. - - - Оценка сообщества, {0} из {1} - English example: Community Rating, 3.3 of 6. - - - Ползунок "Оценка" - A simple description of the control for UIA - - - Отмена оценки - This text is used to show the number of stars none are selected. - - - Дополнительные параметры - Automation name for the secondary button. - - - Развернуть панель приложения - - - Подробнее - - - Показать меньше - - - Назад - Automation name for the nav view provided back button - - - Назад - ToolTip caption for the back button - - - Открыть навигацию - Automation name for the hamburger button when it is in a closed state - - - Закрыть навигацию - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Закрыть - Automation name for the nav view provided close button - - - Кнопка "Дополнительно" - Automation name for the nav view more button when panel is on top - - - Дополнительно - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Щелкните, чтобы найти - Name for the compact view search button - - - Параметры - Automation name for the settings button + + Группа + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.sk-SK.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..e4e447d5 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.sk-SK.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} položiek + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položky + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položiek + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položiek + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položiek + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položiek + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položky + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} položka + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Osoba + This text is used as the generic narrator text when there is no display name or initials. + + + Skupina + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.sl-SI.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..2907eecd --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.sl-SI.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} elementov + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementi + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementov + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementov + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementov + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementov + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} elementa + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Oseba + This text is used as the generic narrator text when there is no display name or initials. + + + Skupina + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.sq-AL.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..511ad58d --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.sq-AL.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} njësi + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikonë + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Grupi + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.sr-Latn-RS.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..75375862 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} stavka + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavki + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavke + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} stavka + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikona + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Osoba + This text is used as the generic narrator text when there is no display name or initials. + + + Grupa + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.sv-SE.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..2aeaf3b7 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.sv-SE.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} objekt + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikon + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Person + This text is used as the generic narrator text when there is no display name or initials. + + + Grupp + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.sw-KE.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..7992ca5d --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.sw-KE.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + Vipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + Kipengee {0}, {1:d} + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikoni + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Mtu + This text is used as the generic narrator text when there is no display name or initials. + + + Kikundi + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.ta-IN.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..ab52b1fa --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.ta-IN.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படிகள் + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} உருப்படி + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, படவுரு + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + நபர் + This text is used as the generic narrator text when there is no display name or initials. + + + குழு + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.te-IN.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..07f1b6c9 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.te-IN.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశాలు + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} అంశం + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, చిహ్నం + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + వ్యక్తి + This text is used as the generic narrator text when there is no display name or initials. + + + గ్రూపు + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.th-TH.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..ed0eb134 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.th-TH.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} รายการ + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ไอคอน + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + บุคคล + This text is used as the generic narrator text when there is no display name or initials. + + + กลุ่ม + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.tr.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.tr-TR.resx similarity index 69% rename from ModernWpf/Resources/Strings.tr.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.tr-TR.resx index 1e56c30d..1aef9d77 100644 --- a/ModernWpf/Resources/Strings.tr.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.tr-TR.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Açık - - - Kapalı - - - Kes - - - Kopyala - - - Yapıştır - - - Geri Al - - - Yinele - - - Tümünü Seç - - - Yazım Denetleme - - - Yok say - - - {0}, simge - This text is used with the badging glyph. {0} is the contact name. - - - ‎{0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0}, {1:d} öğe This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - Grup - This text is used as the generic narrator text when the group glyph is showing. + + {0}, simge + This text is used with the badging glyph. {0} is the contact name. + + + ‎{0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. Kişi This text is used as the generic narrator text when there is no display name or initials. - - Derecelendirme, {0}/{1} - English example: Rating, 1.0 of 5. - - - Topluluk Derecelendirmesi, {0}/{1} - English example: Community Rating, 3.3 of 6. - - - Derecelendirme Kaydırıcısı - A simple description of the control for UIA - - - Derecelendirme Yok - This text is used to show the number of stars none are selected. - - - Diğer Seçenekler - Automation name for the secondary button. - - - Daha fazla uygulama çubuğu - - - Devamı - - - Daha az gör - - - Geri - Automation name for the nav view provided back button - - - Geri - ToolTip caption for the back button - - - Gezintiyi aç - Automation name for the hamburger button when it is in a closed state - - - Gezintiyi kapat - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Kapat - Automation name for the nav view provided close button - - - Diğer Düğmesi - Automation name for the nav view more button when panel is on top - - - Diğer - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Arama yapmak için tıklayın - Name for the compact view search button - - - Ayarlar - Automation name for the settings button + + Grup + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.uk-UA.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..99eed575 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.uk-UA.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} елемент + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елементи + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елементи + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елементів + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елементів + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елементів + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елементи + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} елемент + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, піктограма + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Користувач + This text is used as the generic narrator text when there is no display name or initials. + + + Група + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..490245e3 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} ta element + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, ikonacha + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Kishi + This text is used as the generic narrator text when there is no display name or initials. + + + Guruh + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf.Controls/PersonPicture/Strings/Resources.vi-VN.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..ce53bb14 --- /dev/null +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.vi-VN.resx @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} mục + This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. + + + {0}, {1:d} {2} + This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. + + + {0}, biểu tượng + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. + + + Người + This text is used as the generic narrator text when there is no display name or initials. + + + Nhóm + This text is used as the generic narrator text when the group glyph is showing. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.zh-Hans.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.zh-CN.resx similarity index 69% rename from ModernWpf/Resources/Strings.zh-Hans.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.zh-CN.resx index 502d5c7c..e8ae81ca 100644 --- a/ModernWpf/Resources/Strings.zh-Hans.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.zh-CN.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 验证 - - - - - - - - - 剪切 - - - 复制 - - - 粘贴 - - - 撤消 - - - 恢复 - - - 全选 - - - 忽略 - - - {0},图标 - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0},{1:d} 个项目 This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0}, {1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - 群组 - This text is used as the generic narrator text when the group glyph is showing. + + {0},图标 + This text is used with the badging glyph. {0} is the contact name. + + + {0}, {1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. 用户 This text is used as the generic narrator text when there is no display name or initials. - - 评分,{0} 分(共 {1} 分) - English example: Rating, 1.0 of 5. - - - 社区评分,{0} 分(共 {1} 分) - English example: Community Rating, 3.3 of 6. - - - 为滑块评分 - A simple description of the control for UIA - - - 未设置评分 - This text is used to show the number of stars none are selected. - - - 更多选项 - Automation name for the secondary button. - - - 增加应用栏 - - - 查看更多 - - - 收起 - - - 返回 - Automation name for the nav view provided back button - - - 返回 - ToolTip caption for the back button - - - 打开导航 - Automation name for the hamburger button when it is in a closed state - - - 关闭导航 - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - 关闭 - Automation name for the nav view provided close button - - - 更多按钮 - Automation name for the nav view more button when panel is on top - - - 更多 - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - 单击搜索 - Name for the compact view search button - - - 设置 - Automation name for the settings button + + 群组 + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.zh-Hant.resx b/ModernWpf.Controls/PersonPicture/Strings/Resources.zh-TW.resx similarity index 69% rename from ModernWpf/Resources/Strings.zh-Hant.resx rename to ModernWpf.Controls/PersonPicture/Strings/Resources.zh-TW.resx index d082322d..5bd010b0 100644 --- a/ModernWpf/Resources/Strings.zh-Hant.resx +++ b/ModernWpf.Controls/PersonPicture/Strings/Resources.zh-TW.resx @@ -117,44 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 校正 - - - 開啟 - - - 關閉 - - - 剪下 - - - 複製 - - - 貼上 - - - 復原 - - - 重做 - - - 全選 - - - 忽略 - - - {0},圖示 - This text is used with the badging glyph. {0} is the contact name. - - - {0},{1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - {0},{1:d} 個項目 This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. @@ -191,81 +153,20 @@ {0},{1:d} {2} This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - 群組 - This text is used as the generic narrator text when the group glyph is showing. + + {0},圖示 + This text is used with the badging glyph. {0} is the contact name. + + + {0},{1} + This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. 人員 This text is used as the generic narrator text when there is no display name or initials. - - 評分,{0} / {1} - English example: Rating, 1.0 of 5. - - - 社群評分,{0} / {1} - English example: Community Rating, 3.3 of 6. - - - 評分滑桿 - A simple description of the control for UIA - - - 未設定評分 - This text is used to show the number of stars none are selected. - - - 更多選項 - Automation name for the secondary button. - - - 查看更多 - - - 更多應用程式列 - - - 查看更少的資訊 - - - 上一步 - Automation name for the nav view provided back button - - - 上一步 - ToolTip caption for the back button - - - 開啟導覽 - Automation name for the hamburger button when it is in a closed state - - - 關閉導覽 - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - 關閉 - Automation name for the nav view provided close button - - - 更多按鈕 - Automation name for the nav view more button when panel is on top - - - 更多 - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - 按一下以搜尋 - Name for the compact view search button - - - 設定 - Automation name for the settings button + + 群組 + This text is used as the generic narrator text when the group glyph is showing. \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/ProgressRingAutomationPeer.cs b/ModernWpf.Controls/ProgressRing/ProgressRingAutomationPeer.cs index afab10aa..b15c6087 100644 --- a/ModernWpf.Controls/ProgressRing/ProgressRingAutomationPeer.cs +++ b/ModernWpf.Controls/ProgressRing/ProgressRingAutomationPeer.cs @@ -3,6 +3,7 @@ using System.Windows.Automation.Peers; using ModernWpf.Controls; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Automation.Peers { @@ -10,6 +11,7 @@ public class ProgressRingAutomationPeer : FrameworkElementAutomationPeer { public ProgressRingAutomationPeer(ProgressRing owner) : base(owner) { + ResourceHelper.Initialize(); } protected override string GetClassNameCore() @@ -25,7 +27,7 @@ protected override string GetNameCore() { if (progressRing.IsActive) { - return Strings.ProgressRingIndeterminateStatus + name; + return ResourceAccessor.GetLocalizedStringResource(SR_ProgressRingIndeterminateStatus) + name; } } return name; @@ -35,5 +37,10 @@ protected override AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ProgressBar; } + + protected override string GetLocalizedControlTypeCore() + { + return ResourceAccessor.GetLocalizedStringResource(SR_ProgressRingName); + } } } diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.af-ZA.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..af656586 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.af-ZA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Besig + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.am-ET.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..bb84e920 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.am-ET.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ባተሌ + This is used to announce Indeterminate state. + + + ፕሮግረሲንግ + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ar-SA.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..999c6d3d --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ar-SA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + مشغول + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.az-Latn-AZ.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..ae88285d --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Məşğuldur + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.be-BY.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.be-BY.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.bg-BG.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..1d97925a --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.bg-BG.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Зает/а + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.bn-BD.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.bn-BD.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.bs-Latn-BA.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..19f7e9c9 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zauzet + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ca-ES.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..9d2d02f2 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ca-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupat + This is used to announce Indeterminate state. + + + Cercle de progrés + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.cs-CZ.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..eff341a8 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.cs-CZ.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zaneprázdněn + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.da-DK.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..828f468e --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.da-DK.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Optaget + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.de-DE.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..29dd095e --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.de-DE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Beschäftigt + This is used to announce Indeterminate state. + + + Statuskreis + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.el-GR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..a14b28e5 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.el-GR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Απασχολημένος + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.en-GB.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..7a097e1d --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.en-GB.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Busy + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.es-ES.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..25051d9f --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.es-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupado + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.es-MX.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..25051d9f --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.es-MX.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupado + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.et-EE.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..f6b6f107 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.et-EE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hõivatud + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.eu-ES.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..090d858b --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.eu-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Lanpetuta + This is used to announce Indeterminate state. + + + Aurrerapen-uztaia + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.fa-IR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..999c6d3d --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.fa-IR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + مشغول + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.fi-FI.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..d57b1b09 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.fi-FI.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Varattu + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.fil-PH.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..f9008828 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.fil-PH.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Abala + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.fr-CA.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..28aa57aa --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.fr-CA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Occupé(e) + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.fr-FR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..28aa57aa --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.fr-FR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Occupé(e) + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.gl-ES.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..fb68ac52 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.gl-ES.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupado + This is used to announce Indeterminate state. + + + Anel de progreso + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ha-Latn-NG.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.he-IL.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..71eddbfd --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.he-IL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + עסוק/ה + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.hi-IN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..aa2c8f0a --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.hi-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + व्यस्त + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.hr-HR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..b46840b0 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.hr-HR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zauzet + This is used to announce Indeterminate state. + + + KrugNapretka + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.hu-HU.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..7282a454 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.hu-HU.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Elfoglalt + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.id-ID.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..e6a0430e --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.id-ID.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Sibuk + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.is-IS.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..8f8281b3 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.is-IS.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upptekin(n) + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.it-IT.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..c73e9194 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.it-IT.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Occupato + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ja-JP.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..39538af6 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ja-JP.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 取り込み中 + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ka-GE.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..e0ba0c16 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ka-GE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + დაკავებულია + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.kk-KZ.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..1165c04b --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.kk-KZ.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Бос емес + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.km-KH.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..26e6f5ee --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.km-KH.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ជាប់រវល់ + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.kn-IN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..ea97b009 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.kn-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ನಿರತ + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ko-KR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..77dfacfe --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ko-KR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 다른 용무 중 + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.lo-LA.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..47c401cd --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.lo-LA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ບໍ່ຫວ່າງ + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.lt-LT.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..893b11af --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.lt-LT.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Užsiėmęs + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.lv-LV.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..228b5fc0 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.lv-LV.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Aizņemts + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.mk-MK.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..178359b1 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.mk-MK.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Зафатено + This is used to announce Indeterminate state. + + + Прстен за напредок + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ml-IN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..2621ed37 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ml-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + തിരക്കിൽ + This is used to announce Indeterminate state. + + + പ്രോഗ്രസ് റിംഗ് + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ms-MY.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..e6a0430e --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ms-MY.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Sibuk + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.nb-NO.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..fbf61592 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.nb-NO.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Opptatt + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.nl-NL.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..9d58bcdf --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.nl-NL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bezig + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.nn-NO.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..ce873008 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.nn-NO.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Oppteken + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.pl-PL.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..3f63c1aa --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.pl-PL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zajęty + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.pt-BR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..25051d9f --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.pt-BR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupado + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.pt-PT.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..25051d9f --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.pt-PT.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupado + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.resx new file mode 100644 index 00000000..7a097e1d --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Busy + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ro-RO.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..0b120f40 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ro-RO.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocupat + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ru-RU.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..2f21f94b --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ru-RU.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Занято + This is used to announce Indeterminate state. + + + Кольцевой индикатор выполнения + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.sk-SK.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..c293d598 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.sk-SK.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Nemám čas + This is used to announce Indeterminate state. + + + Indikátor priebehu + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.sl-SI.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..f73fa644 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.sl-SI.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zaseden + This is used to announce Indeterminate state. + + + Krog za napredek + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.sq-AL.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..3c4ebeb2 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.sq-AL.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + I zënë + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.sr-Latn-RS.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..9880978a --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zauzet/a + This is used to announce Indeterminate state. + + + Napredovanje + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.sv-SE.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..a3737f3f --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.sv-SE.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upptagen + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.sw-KE.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.sw-KE.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.ta-IN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..8ca9c0fa --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.ta-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + பணிமிகுதி + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.te-IN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..39d28431 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.te-IN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + బిజీగా ఉన్నారు + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.th-TH.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..ee2a5828 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.th-TH.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ไม่ว่าง + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.tr-TR.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..f01d3ae2 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.tr-TR.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Meşgul + This is used to announce Indeterminate state. + + + İlerleme Halkası + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.uk-UA.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..a8591b50 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.uk-UA.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Зайнятий + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.vi-VN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..cba7033b --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.vi-VN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bận + This is used to announce Indeterminate state. + + + Vòng tiến độ + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.zh-CN.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..874605eb --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.zh-CN.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 忙碌 + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/ProgressRing/Strings/Resources.zh-TW.resx b/ModernWpf.Controls/ProgressRing/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..874605eb --- /dev/null +++ b/ModernWpf.Controls/ProgressRing/Strings/Resources.zh-TW.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 忙碌 + This is used to announce Indeterminate state. + + + ProgressRing + This is used to announce Progress Ring Name. + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/RatingControlAutomationPeer.cs b/ModernWpf.Controls/RatingControl/RatingControlAutomationPeer.cs index a250eef0..4aaa7959 100644 --- a/ModernWpf.Controls/RatingControl/RatingControlAutomationPeer.cs +++ b/ModernWpf.Controls/RatingControl/RatingControlAutomationPeer.cs @@ -6,6 +6,7 @@ using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using ModernWpf.Controls; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Automation.Peers { @@ -17,11 +18,12 @@ public class RatingControlAutomationPeer : public RatingControlAutomationPeer(RatingControl owner) : base(owner) { + ResourceHelper.Initialize(); } protected override string GetLocalizedControlTypeCore() { - return Strings.RatingLocalizedControlType; + return ResourceAccessor.GetLocalizedStringResource(SR_RatingLocalizedControlType); } // Properties. @@ -41,16 +43,16 @@ string IValueProvider.Value double placeholderValue = GetRatingControl().PlaceholderValue; if (placeholderValue == -1) { - valueString = Strings.RatingUnset; + valueString = ResourceAccessor.GetLocalizedStringResource(SR_RatingUnset); } else { - valueString = GenerateValue_ValueString(Strings.CommunityRatingString, placeholderValue); + valueString = GenerateValue_ValueString(ResourceAccessor.GetLocalizedStringResource(SR_CommunityRatingString), placeholderValue); } } else { - valueString = GenerateValue_ValueString(Strings.BasicRatingString, ratingValue); + valueString = GenerateValue_ValueString(ResourceAccessor.GetLocalizedStringResource(SR_BasicRatingString), ratingValue); } return valueString; diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.af-ZA.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..af1b31b4 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.af-ZA.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Gradering, {0} uit {1} + English example: Rating, 1.0 of 5. + + + Gemeenskapsgradering, {0} uit {1} + English example: Community Rating, 3.3 of 6. + + + Gradering is nie gestel nie + This text is used to show the number of stars none are selected. + + + Graderingsglyer + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.am-ET.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..14c6300e --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.am-ET.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ደረጃ አሰጣጥ፣ {0} ከ {1} + English example: Rating, 1.0 of 5. + + + የማህበረሰብ ደረጃ አሰጣጥ፣ {0} ከ {1} + English example: Community Rating, 3.3 of 6. + + + ደረጃ አሰጣጥ አልተቀናበረም + This text is used to show the number of stars none are selected. + + + የምዘና ተንሸራታች + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ar-SA.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..8242af1c --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ar-SA.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + التصنيف، {0} من {1} + English example: Rating, 1.0 of 5. + + + تصنيف المجتمع، {0} من {1} + English example: Community Rating, 3.3 of 6. + + + إلغاء تعيين التصنيف + This text is used to show the number of stars none are selected. + + + شريط تمرير التصنيف + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.az-Latn-AZ.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..aefa2bd8 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Reytinq, {0} / {1} + English example: Rating, 1.0 of 5. + + + Birliyin Reytinqi, {0} / {1} + English example: Community Rating, 3.3 of 6. + + + Reytinq Təyin Olunmayıb + This text is used to show the number of stars none are selected. + + + Reytinq Sürüngəci + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.be-BY.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..f926e7f7 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.be-BY.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ацэнка, {0} з {1} + English example: Rating, 1.0 of 5. + + + Ацэнка супольнасці, {0} з {1} + English example: Community Rating, 3.3 of 6. + + + Ацэнка не зададзена + This text is used to show the number of stars none are selected. + + + Паўзунок ацэнкі + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.bg-BG.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..fefe0de3 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.bg-BG.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Оценка: {0} от {1} + English example: Rating, 1.0 of 5. + + + Оценка на общността: {0} от {1} + English example: Community Rating, 3.3 of 6. + + + Незададена оценка + This text is used to show the number of stars none are selected. + + + Плъзгач за оценка + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.bn-BD.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..d3ff94a9 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.bn-BD.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + মূল্যায়ন, {1} এর মধ্যে {0} + English example: Rating, 1.0 of 5. + + + সম্প্রদায়ের মূল্যায়ন, {1} এর মধ্যে {0} + English example: Community Rating, 3.3 of 6. + + + মূল্যায়ন অনির্ধারণ + This text is used to show the number of stars none are selected. + + + স্লাইডার মূল্যায়ণ করুন + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.bs-Latn-BA.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..e4ff77cc --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocjena, {0} od {1} + English example: Rating, 1.0 of 5. + + + Ocjena zajednice, {0} od {1} + English example: Community Rating, 3.3 of 6. + + + Postavljanje ocjene poništeno + This text is used to show the number of stars none are selected. + + + Klizač ocjene + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ca-ES.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..deff7368 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ca-ES.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Valoració, {0} de {1} + English example: Rating, 1.0 of 5. + + + Valoració de la comunitat, {0} de {1} + English example: Community Rating, 3.3 of 6. + + + Valoració sense definir + This text is used to show the number of stars none are selected. + + + Control lliscant de valoració + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.cs-CZ.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..380d5523 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.cs-CZ.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hodnocení, {0} z {1} + English example: Rating, 1.0 of 5. + + + Hodnocení komunity, {0} z {1} + English example: Community Rating, 3.3 of 6. + + + Hodnocení nenastaveno + This text is used to show the number of stars none are selected. + + + Posuvník hodnocení + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.da-DK.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..bf8d3d27 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.da-DK.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bedømmelse, {0} af {1} + English example: Rating, 1.0 of 5. + + + Communitybedømmelse, {0} af {1} + English example: Community Rating, 3.3 of 6. + + + Bedømmelse ikke angivet + This text is used to show the number of stars none are selected. + + + Skyder til bedømmelse + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.de-DE.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..d6d49ec8 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.de-DE.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bewertung, {0} von {1} + English example: Rating, 1.0 of 5. + + + Community-Bewertung, {0} von {1} + English example: Community Rating, 3.3 of 6. + + + Bewertung nicht gesetzt + This text is used to show the number of stars none are selected. + + + Schieberegler zur Bewertung + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.el-GR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..8c08f2a3 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.el-GR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Αξιολόγηση, {0} από {1} + English example: Rating, 1.0 of 5. + + + Αξιολόγηση κοινότητας, {0} από {1} + English example: Community Rating, 3.3 of 6. + + + Δεν ορίστηκε αξιολόγηση + This text is used to show the number of stars none are selected. + + + Ρυθμιστικό αξιολόγησης + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.en-GB.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..942a2ce3 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.en-GB.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rating, {0} of {1} + English example: Rating, 1.0 of 5. + + + Community Rating, {0} of {1} + English example: Community Rating, 3.3 of 6. + + + Rating Unset + This text is used to show the number of stars none are selected. + + + Rating Slider + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.es-ES.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..c88d34a1 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.es-ES.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Clasificación, {0} de {1} + English example: Rating, 1.0 of 5. + + + Clasificación de la comunidad, {0} de {1} + English example: Community Rating, 3.3 of 6. + + + Clasificación sin establecer + This text is used to show the number of stars none are selected. + + + Control deslizante de clasificación + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.es-MX.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..c88d34a1 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.es-MX.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Clasificación, {0} de {1} + English example: Rating, 1.0 of 5. + + + Clasificación de la comunidad, {0} de {1} + English example: Community Rating, 3.3 of 6. + + + Clasificación sin establecer + This text is used to show the number of stars none are selected. + + + Control deslizante de clasificación + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.et-EE.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..34bd4506 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.et-EE.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hinnang, {0}/{1} + English example: Rating, 1.0 of 5. + + + Kogukonnahinnang, {0}/{1} + English example: Community Rating, 3.3 of 6. + + + Hinnang määramata + This text is used to show the number of stars none are selected. + + + Hinnangute liugur + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.eu-ES.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..2261d994 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.eu-ES.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Balorazioa: {0}/{1} + English example: Rating, 1.0 of 5. + + + Komunitatearen balorazioa: {0}/{1} + English example: Community Rating, 3.3 of 6. + + + Ez da ezarri balorazioa + This text is used to show the number of stars none are selected. + + + Balorazio-graduatzailea + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.fa-IR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..c1dd9785 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.fa-IR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + رتبه‌بندی، {0} از {1} + English example: Rating, 1.0 of 5. + + + رتبه‌بندی انجمن، {0} از {1} + English example: Community Rating, 3.3 of 6. + + + رتبه‌بندی تنظیم نشد + This text is used to show the number of stars none are selected. + + + کنترل رتبه‌بندی + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.fi-FI.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..74845c57 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.fi-FI.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Luokitus, {0}/{1} + English example: Rating, 1.0 of 5. + + + Yhteisön luokitus, {0}/{1} + English example: Community Rating, 3.3 of 6. + + + Luokitusta ei ole asetettu + This text is used to show the number of stars none are selected. + + + Luokituksen liukusäädin + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.fil-PH.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..842f0615 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.fil-PH.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rating, {0} sa {1} + English example: Rating, 1.0 of 5. + + + Rating ng Komunidad, {0} sa {1} + English example: Community Rating, 3.3 of 6. + + + Hindi Nakatakda ang Rating + This text is used to show the number of stars none are selected. + + + Slider ng Rating + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.fr-CA.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..57dc8ad4 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.fr-CA.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Évaluation, {0} de {1} + English example: Rating, 1.0 of 5. + + + Évaluation de la communauté, {0} de {1} + English example: Community Rating, 3.3 of 6. + + + Aucune évaluation définie + This text is used to show the number of stars none are selected. + + + Curseur d’évaluation + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.fr-FR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..6ff234c3 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.fr-FR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Évaluation, {0} sur {1} + English example: Rating, 1.0 of 5. + + + Évaluation de la communauté, {0} sur {1} + English example: Community Rating, 3.3 of 6. + + + Évaluation non définie + This text is used to show the number of stars none are selected. + + + Curseur d'évaluation + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.gl-ES.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..b07153a1 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.gl-ES.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Valoración: {0} de {1} + English example: Rating, 1.0 of 5. + + + Valoración da comunidade: {0} of {1} + English example: Community Rating, 3.3 of 6. + + + Sen valoración + This text is used to show the number of stars none are selected. + + + Cursor da barra de desprazamento de valoración + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ha-Latn-NG.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.he-IL.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..c93823c0 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.he-IL.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + דירוג, {0} מתוך {1} + English example: Rating, 1.0 of 5. + + + דירוג קהילתי, {0} מתוך {1} + English example: Community Rating, 3.3 of 6. + + + הגדרת הדירוג בוטלה + This text is used to show the number of stars none are selected. + + + מחוון דירוג + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.hi-IN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..25d84505 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.hi-IN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + रेटिंग, {1} में से {0} + English example: Rating, 1.0 of 5. + + + समुदाय रेटिंग, {1} में से {0} + English example: Community Rating, 3.3 of 6. + + + रेटिंग अनसेट + This text is used to show the number of stars none are selected. + + + रेटिंग स्लाइडर + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.hr-HR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..d5b69de7 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.hr-HR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocjena, {0} od {1} + English example: Rating, 1.0 of 5. + + + Ocjena zajednice, {0} od {1} + English example: Community Rating, 3.3 of 6. + + + Ocjenjivanje nije postavljeno + This text is used to show the number of stars none are selected. + + + Klizač ocjene + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.hu-HU.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..0cbab3ba --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.hu-HU.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Értékelés, {1}/{0} + English example: Rating, 1.0 of 5. + + + Közösségi értékelés, {1}/{0} + English example: Community Rating, 3.3 of 6. + + + Nincs megadva értékelés + This text is used to show the number of stars none are selected. + + + Értékelés csúszka + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.id-ID.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..6a3843ac --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.id-ID.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Peringkat, {0} dari {1} + English example: Rating, 1.0 of 5. + + + Peringkat Komunitas, {0} dari {1} + English example: Community Rating, 3.3 of 6. + + + Batal Atur Peringkat + This text is used to show the number of stars none are selected. + + + Slider Peringkat + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.is-IS.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..706df433 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.is-IS.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Einkunn, {0} af {1} + English example: Rating, 1.0 of 5. + + + Samfélagseinkunn, {0} af {1} + English example: Community Rating, 3.3 of 6. + + + Einkunn fjarlægð + This text is used to show the number of stars none are selected. + + + Sleði fyrir einkunnagjöf + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.it-IT.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..e192b854 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.it-IT.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Classificazione, {0} di {1} + English example: Rating, 1.0 of 5. + + + Classificazione della community, {0}di{1} + English example: Community Rating, 3.3 of 6. + + + Classificazione non impostata + This text is used to show the number of stars none are selected. + + + Dispositivo di scorrimento valutazione + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ja-JP.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..9766d055 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ja-JP.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 評価、{0} / {1} + English example: Rating, 1.0 of 5. + + + コミュニティの評価、{0} / {1} + English example: Community Rating, 3.3 of 6. + + + 評価が設定されていません + This text is used to show the number of stars none are selected. + + + 評価スライダー + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ka-GE.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..a8b4211d --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ka-GE.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + შეფასება, {0} / {1}-დან + English example: Rating, 1.0 of 5. + + + საზოგადოების შეფასება, {0} / {1}-დან + English example: Community Rating, 3.3 of 6. + + + შეფასების მოხსნა + This text is used to show the number of stars none are selected. + + + შეფასების ცოცია + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.kk-KZ.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..6542607b --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.kk-KZ.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Бағалау, {0}/{1} + English example: Rating, 1.0 of 5. + + + Қауымдастық бағалауы, {0} of {1} + English example: Community Rating, 3.3 of 6. + + + Баға берілмеген + This text is used to show the number of stars none are selected. + + + Бағалау жүгірткісі + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.km-KH.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..68219723 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.km-KH.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ការផ្ដល់ចំណាត់ថ្នាក់៖ {0}​ នៃ {1} + English example: Rating, 1.0 of 5. + + + ការផ្ដល់​ចំណាត់ថ្នាក់​សហគមន៍ {0} នៃ {1} + English example: Community Rating, 3.3 of 6. + + + មិនបានកំណត់ការ​ផ្តល់ចំណាត់ថ្នាក់ + This text is used to show the number of stars none are selected. + + + របារំកិលការផ្តល់ចំណាត់ថ្នាក់ + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.kn-IN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..086698c4 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.kn-IN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ರೇಟಿಂಗ್, {1} ರಲ್ಲಿ {0} + English example: Rating, 1.0 of 5. + + + ಸಮುದಾಯ ರೇಟಿಂಗ್, {1} ರಲ್ಲಿ {0} + English example: Community Rating, 3.3 of 6. + + + ರೇಟಿಂಗ್ ಸೆಟ್ ಮಾಡಿಲ್ಲ + This text is used to show the number of stars none are selected. + + + ರೇಟಿಂಗ್ ಸ್ಲೈಡರ್ + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ko-KR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..9b7aa613 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ko-KR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 등급, {0}/{1} + English example: Rating, 1.0 of 5. + + + 커뮤니티 등급, {0}/{1} + English example: Community Rating, 3.3 of 6. + + + 등급이 설정되지 않음 + This text is used to show the number of stars none are selected. + + + 평점 슬라이더 + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.lo-LA.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..d28b3c5e --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.lo-LA.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ການຈັດອັນດັບ, {0} ຈາກທັງໝົດ {1} + English example: Rating, 1.0 of 5. + + + ການຈັດອັນດັບຂອງຊຸມຊົນ, {0} ຈາກທັງໝົດ {1} + English example: Community Rating, 3.3 of 6. + + + ບໍ່ໄດ້ຕັ້ງການຈັດອັນດັບ + This text is used to show the number of stars none are selected. + + + ແຖບເລື່ອນການຈັດອັນດັບ + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.lt-LT.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..a5a46c17 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.lt-LT.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Įvertinimas, {0} iš {1} + English example: Rating, 1.0 of 5. + + + Bendruomenės įvertinimas, {0} iš {1} + English example: Community Rating, 3.3 of 6. + + + Įvertinimas nenustatytas + This text is used to show the number of stars none are selected. + + + Įvertinimo slankiklis + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.lv-LV.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..ac722830 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.lv-LV.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Novērtējums: {0} no {1} + English example: Rating, 1.0 of 5. + + + Kopienas novērtējums: {0} no {1} + English example: Community Rating, 3.3 of 6. + + + Novērtējums nav iestatīts + This text is used to show the number of stars none are selected. + + + Novērtējuma slīdnis + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.mk-MK.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..5bb9a80d --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.mk-MK.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Рејтинг, {0} од {1} + English example: Rating, 1.0 of 5. + + + Рејтинг во заедницата, {0} од {1} + English example: Community Rating, 3.3 of 6. + + + Поништување на рејтингот + This text is used to show the number of stars none are selected. + + + Лизгач за контрола на рејтингот + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ml-IN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..59a4db87 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ml-IN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + റേറ്റിംഗ്, {0} / {1} + English example: Rating, 1.0 of 5. + + + കമ്മ്യൂണിറ്റി റേറ്റിംഗ്, {0} / {1} + English example: Community Rating, 3.3 of 6. + + + റേറ്റിംഗ് സജ്ജീകരിച്ചിട്ടില്ല + This text is used to show the number of stars none are selected. + + + റേറ്റിംഗ് സ്ലൈഡർ + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ms-MY.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..98b7011b --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ms-MY.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Penarafan, {0} daripada {1} + English example: Rating, 1.0 of 5. + + + Penarafan Komuniti, {0} daripada {1} + English example: Community Rating, 3.3 of 6. + + + Penarafan Tidak Ditetapkan + This text is used to show the number of stars none are selected. + + + Penggelongsor Penarafan + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.nb-NO.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..bf583552 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.nb-NO.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vurdering, {0} av {1} + English example: Rating, 1.0 of 5. + + + Felleskapsvurdering, {0} av {1} + English example: Community Rating, 3.3 of 6. + + + Fjern vurdering + This text is used to show the number of stars none are selected. + + + Glidebryter for vurdering + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.nl-NL.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..eee68662 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.nl-NL.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Classificatie, {0} van {1} + English example: Rating, 1.0 of 5. + + + Classificatie van community, {0} van {1} + English example: Community Rating, 3.3 of 6. + + + Classificatie uitschakelen + This text is used to show the number of stars none are selected. + + + Schuifregelaar voor classificaties + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.nn-NO.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..581920ec --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.nn-NO.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vurdering: {0} av {1} + English example: Rating, 1.0 of 5. + + + Fellesskapsvurdering: {0} av {1} + English example: Community Rating, 3.3 of 6. + + + Fjern vurdering + This text is used to show the number of stars none are selected. + + + Glidebrytar for vurdering + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.pl-PL.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..7f4219f3 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.pl-PL.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocena , {0} z {1} + English example: Rating, 1.0 of 5. + + + Ocena społeczności, {0} z {1} + English example: Community Rating, 3.3 of 6. + + + Nie ustawiono oceny + This text is used to show the number of stars none are selected. + + + Suwak oceny + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.pt-BR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..63674014 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.pt-BR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Classificação, {0} de {1} + English example: Rating, 1.0 of 5. + + + Classificação da Comunidade, {0} de {1} + English example: Community Rating, 3.3 of 6. + + + Classificação Indefinida + This text is used to show the number of stars none are selected. + + + Controle Deslizante de Classificação + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.pt-PT.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..419dc218 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.pt-PT.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Classificação, {0} de {1} + English example: Rating, 1.0 of 5. + + + Classificação da Comunidade, {0} de {1} + English example: Community Rating, 3.3 of 6. + + + Definição de Classificação Removida + This text is used to show the number of stars none are selected. + + + Controlo de Deslize de Classificação + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.resx new file mode 100644 index 00000000..226c75a6 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.resx @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rating, {0} of {1} + English example: Rating, 1.0 of 5. + + + Community Rating, {0} of {1} + English example: Community Rating, 3.3 of 6. + + + + UNUSED + + + + UNUSED + + + Rating Unset + This text is used to show the number of stars none are selected. + + + Rating Slider + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ro-RO.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..e14fefc2 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ro-RO.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Evaluare, {0} din {1} + English example: Rating, 1.0 of 5. + + + Evaluare de la comunitate, {0} din {1} + English example: Community Rating, 3.3 of 6. + + + Evaluare anulată + This text is used to show the number of stars none are selected. + + + Cursor evaluare + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ru-RU.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..6405bf16 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ru-RU.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Оценка, {0} из {1} + English example: Rating, 1.0 of 5. + + + Оценка сообщества, {0} из {1} + English example: Community Rating, 3.3 of 6. + + + Оценка отменена + This text is used to show the number of stars none are selected. + + + Ползунок "Оценка" + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.sk-SK.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..4203087c --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.sk-SK.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hodnotenie, {0} z {1} + English example: Rating, 1.0 of 5. + + + Hodnotenie komunity, {0} z {1} + English example: Community Rating, 3.3 of 6. + + + Hodnotenie nenastavené + This text is used to show the number of stars none are selected. + + + Jazdec hodnotenia + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.sl-SI.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..5279ce08 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.sl-SI.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocena, {0} od {1} + English example: Rating, 1.0 of 5. + + + Ocena skupnosti, {0} od {1} + English example: Community Rating, 3.3 of 6. + + + Ocena ni nastavljena + This text is used to show the number of stars none are selected. + + + Drsnik z ocenami + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.sq-AL.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..61afe6d8 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.sq-AL.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vlerësimi, {0} nga {1} + English example: Rating, 1.0 of 5. + + + Vlerësimi i komunitetit, {0} nga {1} + English example: Community Rating, 3.3 of 6. + + + Vlerësimi i pavendosur + This text is used to show the number of stars none are selected. + + + Rrëshqitësi i vlerësimit + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.sr-Latn-RS.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..c1562ab7 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ocena, {0} od {1} + English example: Rating, 1.0 of 5. + + + Ocena zajednice, {0} od {1} + English example: Community Rating, 3.3 of 6. + + + Ocena nije podešena + This text is used to show the number of stars none are selected. + + + Klizač za ocene + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.sv-SE.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..4bf7c66b --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.sv-SE.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Omdöme, {0} av {1} + English example: Rating, 1.0 of 5. + + + Communityomdöme, {0} av {1} + English example: Community Rating, 3.3 of 6. + + + Omdöme ej angivet + This text is used to show the number of stars none are selected. + + + Omdömesreglage + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.sw-KE.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..0de3e9bf --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.sw-KE.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ukadiriaji, {0} of {1} + English example: Rating, 1.0 of 5. + + + Ukadiriaji wa Jumuiya, {0} kati ya {1} + English example: Community Rating, 3.3 of 6. + + + Kusetua Ukadiriaji + This text is used to show the number of stars none are selected. + + + Kitelezeshi cha Ukadiriaji + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.ta-IN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..c8e5a410 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.ta-IN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + மதிப்பீடு, {0} / {1} + English example: Rating, 1.0 of 5. + + + சமூகத் தரநிலை, {0} -ல் {1} + English example: Community Rating, 3.3 of 6. + + + மதிப்பீடு அமைக்கப்படவில்லை + This text is used to show the number of stars none are selected. + + + தரமதிப்பீட்டு ஸ்லைடர் + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.te-IN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..cf0d9da6 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.te-IN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + రేటింగ్, {1}లో {0} + English example: Rating, 1.0 of 5. + + + కమ్యూనిటీ రేటింగ్, {1}లో {0} + English example: Community Rating, 3.3 of 6. + + + రేటింగ్ అన్‌సెట్ + This text is used to show the number of stars none are selected. + + + రేటింగ్ స్లైడర్ + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.th-TH.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..1c8f16f5 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.th-TH.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + คะแนน {0} จาก {1} + English example: Rating, 1.0 of 5. + + + คะแนนชุมชน {0} จาก {1} + English example: Community Rating, 3.3 of 6. + + + ไม่มีการตั้งค่าคะแนนไว้ + This text is used to show the number of stars none are selected. + + + แถบเลื่อนคะแนน + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.tr-TR.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..83f37db1 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.tr-TR.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Derecelendirme, {0}/{1} + English example: Rating, 1.0 of 5. + + + Topluluk Derecelendirmesi, {0}/{1} + English example: Community Rating, 3.3 of 6. + + + Derecelendirme Yok + This text is used to show the number of stars none are selected. + + + Derecelendirme Kaydırıcısı + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.uk-UA.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..3164442b --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.uk-UA.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Оцінка, {0} з {1} + English example: Rating, 1.0 of 5. + + + Оцінка спільноти, {0} з {1} + English example: Community Rating, 3.3 of 6. + + + Оцінку скасовано + This text is used to show the number of stars none are selected. + + + Повзунок оцінювання + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..3ab78428 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Reyting, {0}/{1} + English example: Rating, 1.0 of 5. + + + Uyushma reytingi, {0}/{1} + English example: Community Rating, 3.3 of 6. + + + Reyting o‘rnatilmagan + This text is used to show the number of stars none are selected. + + + Reyting slayderi + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.vi-VN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..c1ff7124 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.vi-VN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Xếp hạng, {0} trên {1} + English example: Rating, 1.0 of 5. + + + Xếp hạng cộng đồng, {0} trên {1} + English example: Community Rating, 3.3 of 6. + + + Xếp hạng chưa được đặt + This text is used to show the number of stars none are selected. + + + Thanh trượt xếp hạng + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.zh-CN.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..bf9d9686 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.zh-CN.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 评分,{0} 分(共 {1} 分) + English example: Rating, 1.0 of 5. + + + 社区评分,{0} 分(共 {1} 分) + English example: Community Rating, 3.3 of 6. + + + 未设置评分 + This text is used to show the number of stars none are selected. + + + 评分滑块 + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/RatingControl/Strings/Resources.zh-TW.resx b/ModernWpf.Controls/RatingControl/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..af163904 --- /dev/null +++ b/ModernWpf.Controls/RatingControl/Strings/Resources.zh-TW.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 評分,{0} / {1} + English example: Rating, 1.0 of 5. + + + 社群評分,{0} / {1} + English example: Community Rating, 3.3 of 6. + + + 未設定評分 + This text is used to show the number of stars none are selected. + + + 評分滑桿 + A simple description of the control for UIA + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/SplitButton.cs b/ModernWpf.Controls/SplitButton/SplitButton.cs index 1a677737..ffd5d39c 100644 --- a/ModernWpf.Controls/SplitButton/SplitButton.cs +++ b/ModernWpf.Controls/SplitButton/SplitButton.cs @@ -10,6 +10,7 @@ using System.Windows.Input; using ModernWpf.Automation.Peers; using ModernWpf.Controls.Primitives; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Controls { @@ -17,6 +18,7 @@ public class SplitButton : ContentControl, ICommandSource { static SplitButton() { + ResourceHelper.Initialize(); DefaultStyleKeyProperty.OverrideMetadata(typeof(SplitButton), new FrameworkPropertyMetadata(typeof(SplitButton))); } @@ -182,7 +184,7 @@ public override void OnApplyTemplate() if (m_secondaryButton != null) { - var secondaryName = Strings.SplitButtonSecondaryButtonName; + var secondaryName = ResourceAccessor.GetLocalizedStringResource(SR_SplitButtonSecondaryButtonName); AutomationProperties.SetName(m_secondaryButton, secondaryName); m_secondaryButton.Click += OnClickSecondary; diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.af-ZA.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..2a374675 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.af-ZA.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Meer opsies + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.am-ET.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..701a8ade --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.am-ET.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ተጨማሪ አማራጮች + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ar-SA.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..84dab370 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ar-SA.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + المزيد من الخيارات + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.az-Latn-AZ.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..6db2c07c --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Digər seçimlər + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.be-BY.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..e20262d7 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.be-BY.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Дадатковыя параметры + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.bg-BG.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..09fee332 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.bg-BG.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Още опции + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.bn-BD.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..202416d6 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.bn-BD.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + আরও বিকল্প + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.bs-Latn-BA.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..6f6b37c2 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Više opcija + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ca-ES.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..598197c7 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ca-ES.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Més opcions + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.cs-CZ.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..e7fd218a --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.cs-CZ.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Další možnosti + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.da-DK.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..83b2a395 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.da-DK.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Flere indstillinger + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.de-DE.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..a3b34aa4 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.de-DE.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Weitere Optionen + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.el-GR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..5c305161 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.el-GR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Περισσότερες επιλογές + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.en-GB.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..3afcc653 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.en-GB.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + More options + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.es-ES.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..29c86d5b --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.es-ES.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Más opciones + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.es-MX.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..29c86d5b --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.es-MX.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Más opciones + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.et-EE.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..9f079112 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.et-EE.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rohkem suvandeid + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.eu-ES.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..06987c39 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.eu-ES.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Aukera gehiago + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.fa-IR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..0d052096 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.fa-IR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + گزینه‌های بیشتر + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.fi-FI.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..70a7e1d7 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.fi-FI.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Lisää vaihtoehtoja + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.fil-PH.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..30d6261d --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.fil-PH.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Higit Pang Mga Opsyon + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.fr-CA.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..0c445a7f --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.fr-CA.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Plus d'options + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.fr-FR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..0c445a7f --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.fr-FR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Plus d'options + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.gl-ES.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..a1c7bf9b --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.gl-ES.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Máis opcións + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ha-Latn-NG.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.he-IL.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..4eb800d7 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.he-IL.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + אפשרויות נוספות + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.hi-IN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..4af2b8e5 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.hi-IN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + अधिक विकल्प + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.hr-HR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..4cf6fa60 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.hr-HR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Više mogućnosti + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.hu-HU.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..382640ee --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.hu-HU.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + További lehetőségek + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.id-ID.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..56b33aaf --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.id-ID.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Opsi Lainnya + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.is-IS.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..bb5a461c --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.is-IS.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fleiri valkostir + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.it-IT.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..431aa1ed --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.it-IT.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Altre opzioni + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ja-JP.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..7620685c --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ja-JP.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + その他のオプション + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ka-GE.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..2835b3fb --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ka-GE.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + სხვა ვარიანტები + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.kk-KZ.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..491ce89e --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.kk-KZ.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Қосымша параметрлер + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.km-KH.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..c4361bf8 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.km-KH.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ជម្រើស​ច្រើន​ទៀត + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.kn-IN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..c6ebd9b0 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.kn-IN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ಹೆಚ್ಚಿನ ಆಯ್ಕೆಗಳು + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ko-KR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..3e8c535e --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ko-KR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 기타 옵션 + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.lo-LA.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..854f7ed1 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.lo-LA.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ຕົວເລືອກເພີ່ມເຕີມ + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.lt-LT.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..bf3e5d73 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.lt-LT.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Daugiau parinkčių + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.lv-LV.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..24d6ebbc --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.lv-LV.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Citas opcijas + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.mk-MK.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..f8aa5273 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.mk-MK.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Повеќе опции + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ml-IN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..b383c253 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ml-IN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + കൂടുതൽ ഐച്ഛികങ്ങൾ + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ms-MY.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..8eef8f3e --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ms-MY.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Lebih Banyak Pilihan + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.nb-NO.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..e9b88b94 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.nb-NO.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Flere alternativer + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.nl-NL.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..3f498738 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.nl-NL.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Meer opties + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.nn-NO.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..836c9f26 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.nn-NO.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fleire alternativ + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.pl-PL.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..ca407e6d --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.pl-PL.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Więcej opcji + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.pt-BR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..3ce92b64 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.pt-BR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Mais Opções + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.pt-PT.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..3ce92b64 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.pt-PT.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Mais Opções + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.resx new file mode 100644 index 00000000..e242fb3a --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + More Options + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ro-RO.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..cc7f4054 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ro-RO.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Mai multe opțiuni + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ru-RU.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..6269b620 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ru-RU.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Дополнительные параметры + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.sk-SK.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..daf304bc --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.sk-SK.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ďalšie možnosti + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.sl-SI.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..a897c13f --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.sl-SI.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Več možnosti + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.sq-AL.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..a3d98c88 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.sq-AL.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Më shumë opsione + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.sr-Latn-RS.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..d9e0b077 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Dodatne opcije + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.sv-SE.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..966da32d --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.sv-SE.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fler alternativ + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.sw-KE.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..94dcf3f8 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.sw-KE.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Chaguo Zaidi + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.ta-IN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..744e0a78 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.ta-IN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + மேலும் விருப்பங்கள் + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.te-IN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..c25d01a5 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.te-IN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + మరిన్ని ఎంపికలు + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.th-TH.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..4749e32a --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.th-TH.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ตัวเลือกเพิ่มเติม + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.tr-TR.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..29cdd08f --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.tr-TR.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diğer Seçenekler + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.uk-UA.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..641116c3 --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.uk-UA.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Додатково + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..b0b6db1b --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Qo‘shimcha xususiyatlar + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.vi-VN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..7788908e --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.vi-VN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tùy chọn khác + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.zh-CN.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..ff03d6dd --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.zh-CN.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 更多选项 + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.Controls/SplitButton/Strings/Resources.zh-TW.resx b/ModernWpf.Controls/SplitButton/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..ff380e4c --- /dev/null +++ b/ModernWpf.Controls/SplitButton/Strings/Resources.zh-TW.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 更多選項 + Automation name for the secondary button. + + \ No newline at end of file diff --git a/ModernWpf.SampleApp/ModernWpf.SampleApp.csproj b/ModernWpf.SampleApp/ModernWpf.SampleApp.csproj index 7fdce07e..a045c197 100644 --- a/ModernWpf.SampleApp/ModernWpf.SampleApp.csproj +++ b/ModernWpf.SampleApp/ModernWpf.SampleApp.csproj @@ -5,7 +5,7 @@ net45;net48;netcoreapp3.1;net5.0-windows10.0.18362.0 true Assets\AppIcon.ico - 8.0 + latest diff --git a/ModernWpf.sln b/ModernWpf.sln index 856b7f44..cc52b7e8 100644 --- a/ModernWpf.sln +++ b/ModernWpf.sln @@ -43,6 +43,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAppUtils", "test\TestAp EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiThreadingSample", "samples\MultiThreadingSample\MultiThreadingSample.csproj", "{4067F104-92D9-4609-AC0A-D02AC5BD444B}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{07337569-6CA9-4BB0-9C8F-962D981CB5F4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinUIResourcesConverter", "tools\WinUIResourcesConverter\WinUIResourcesConverter.csproj", "{35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution test\NavigationView_TestUI\NavigationView_TestUI.projitems*{02ca89c3-68d7-4c80-9278-9a0f53fbe199}*SharedItemsImports = 13 @@ -341,6 +345,26 @@ Global {4067F104-92D9-4609-AC0A-D02AC5BD444B}.Release|x64.Build.0 = Release|Any CPU {4067F104-92D9-4609-AC0A-D02AC5BD444B}.Release|x86.ActiveCfg = Release|Any CPU {4067F104-92D9-4609-AC0A-D02AC5BD444B}.Release|x86.Build.0 = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|ARM.ActiveCfg = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|ARM.Build.0 = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|ARM64.Build.0 = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|x64.ActiveCfg = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|x64.Build.0 = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|x86.ActiveCfg = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Debug|x86.Build.0 = Debug|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|Any CPU.Build.0 = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|ARM.ActiveCfg = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|ARM.Build.0 = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|ARM64.ActiveCfg = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|ARM64.Build.0 = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|x64.ActiveCfg = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|x64.Build.0 = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|x86.ActiveCfg = Release|Any CPU + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -357,6 +381,7 @@ Global {02CA89C3-68D7-4C80-9278-9A0F53FBE199} = {0F1BC12B-7013-4238-8001-39C8F53E9363} {48F790D9-2231-477E-839B-C4F5C6A20595} = {0F1BC12B-7013-4238-8001-39C8F53E9363} {4067F104-92D9-4609-AC0A-D02AC5BD444B} = {A96F98E9-18B5-4863-8F28-9B7BDF70A128} + {35EF6F6B-3E8C-4A9E-BCD2-16CA5C2C2ADC} = {07337569-6CA9-4BB0-9C8F-962D981CB5F4} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {6251E140-0FAA-4DE9-B245-1C5BE188E578} diff --git a/ModernWpf/Common/ResourceAccessor.cs b/ModernWpf/Common/ResourceAccessor.cs new file mode 100644 index 00000000..eff6b4cb --- /dev/null +++ b/ModernWpf/Common/ResourceAccessor.cs @@ -0,0 +1,323 @@ +using System.Collections.Generic; +using System.Reflection; +using System.Resources; + +namespace ModernWpf +{ + internal static class ResourceAccessor + { + #region Resource Keys + + public const string SR_BasicRatingString = "BasicRatingString"; + public const string SR_CommunityRatingString = "CommunityRatingString"; + public const string SR_RatingsControlName = "RatingsControlName"; + public const string SR_RatingControlName = "RatingControlName"; + public const string SR_RatingUnset = "RatingUnset"; + public const string SR_NavigationButtonClosedName = "NavigationButtonClosedName"; + public const string SR_NavigationButtonOpenName = "NavigationButtonOpenName"; + public const string SR_NavigationViewItemDefaultControlName = "NavigationViewItemDefaultControlName"; + public const string SR_NavigationBackButtonName = "NavigationBackButtonName"; + public const string SR_NavigationBackButtonToolTip = "NavigationBackButtonToolTip"; + public const string SR_NavigationCloseButtonName = "NavigationCloseButtonName"; + public const string SR_NavigationOverflowButtonName = "NavigationOverflowButtonName"; + public const string SR_NavigationOverflowButtonText = "NavigationOverflowButtonText"; + public const string SR_NavigationOverflowButtonToolTip = "NavigationOverflowButtonToolTip"; + public const string SR_SettingsButtonName = "SettingsButtonName"; + public const string SR_NavigationViewSearchButtonName = "NavigationViewSearchButtonName"; + public const string SR_TextAlphaLabel = "TextAlphaLabel"; + public const string SR_AutomationNameAlphaSlider = "AutomationNameAlphaSlider"; + public const string SR_AutomationNameAlphaTextBox = "AutomationNameAlphaTextBox"; + public const string SR_AutomationNameHueSlider = "AutomationNameHueSlider"; + public const string SR_AutomationNameSaturationSlider = "AutomationNameSaturationSlider"; + public const string SR_AutomationNameValueSlider = "AutomationNameValueSlider"; + public const string SR_TextBlueLabel = "TextBlueLabel"; + public const string SR_AutomationNameBlueTextBox = "AutomationNameBlueTextBox"; + public const string SR_AutomationNameColorModelComboBox = "AutomationNameColorModelComboBox"; + public const string SR_AutomationNameColorSpectrum = "AutomationNameColorSpectrum"; + public const string SR_TextGreenLabel = "TextGreenLabel"; + public const string SR_AutomationNameGreenTextBox = "AutomationNameGreenTextBox"; + public const string SR_HelpTextColorSpectrum = "HelpTextColorSpectrum"; + public const string SR_AutomationNameHexTextBox = "AutomationNameHexTextBox"; + public const string SR_ContentHSVComboBoxItem = "ContentHSVComboBoxItem"; + public const string SR_TextHueLabel = "TextHueLabel"; + public const string SR_AutomationNameHueTextBox = "AutomationNameHueTextBox"; + public const string SR_LocalizedControlTypeColorSpectrum = "LocalizedControlTypeColorSpectrum"; + public const string SR_TextRedLabel = "TextRedLabel"; + public const string SR_AutomationNameRedTextBox = "AutomationNameRedTextBox"; + public const string SR_ContentRGBComboBoxItem = "ContentRGBComboBoxItem"; + public const string SR_TextSaturationLabel = "TextSaturationLabel"; + public const string SR_AutomationNameSaturationTextBox = "AutomationNameSaturationTextBox"; + public const string SR_TextValueLabel = "TextValueLabel"; + public const string SR_ValueStringColorSpectrumWithColorName = "ValueStringColorSpectrumWithColorName"; + public const string SR_ValueStringColorSpectrumWithoutColorName = "ValueStringColorSpectrumWithoutColorName"; + public const string SR_ValueStringHueSliderWithColorName = "ValueStringHueSliderWithColorName"; + public const string SR_ValueStringHueSliderWithoutColorName = "ValueStringHueSliderWithoutColorName"; + public const string SR_ValueStringSaturationSliderWithColorName = "ValueStringSaturationSliderWithColorName"; + public const string SR_ValueStringSaturationSliderWithoutColorName = "ValueStringSaturationSliderWithoutColorName"; + public const string SR_ValueStringValueSliderWithColorName = "ValueStringValueSliderWithColorName"; + public const string SR_ValueStringValueSliderWithoutColorName = "ValueStringValueSliderWithoutColorName"; + public const string SR_AutomationNameValueTextBox = "AutomationNameValueTextBox"; + public const string SR_ToolTipStringAlphaSlider = "ToolTipStringAlphaSlider"; + public const string SR_ToolTipStringHueSliderWithColorName = "ToolTipStringHueSliderWithColorName"; + public const string SR_ToolTipStringHueSliderWithoutColorName = "ToolTipStringHueSliderWithoutColorName"; + public const string SR_ToolTipStringSaturationSliderWithColorName = "ToolTipStringSaturationSliderWithColorName"; + public const string SR_ToolTipStringSaturationSliderWithoutColorName = "ToolTipStringSaturationSliderWithoutColorName"; + public const string SR_ToolTipStringValueSliderWithColorName = "ToolTipStringValueSliderWithColorName"; + public const string SR_ToolTipStringValueSliderWithoutColorName = "ToolTipStringValueSliderWithoutColorName"; + public const string SR_AutomationNameMoreButtonCollapsed = "AutomationNameMoreButtonCollapsed"; + public const string SR_AutomationNameMoreButtonExpanded = "AutomationNameMoreButtonExpanded"; + public const string SR_HelpTextMoreButton = "HelpTextMoreButton"; + public const string SR_TextMoreButtonLabelCollapsed = "TextMoreButtonLabelCollapsed"; + public const string SR_TextMoreButtonLabelExpanded = "TextMoreButtonLabelExpanded"; + public const string SR_BadgeItemPlural1 = "BadgeItemPlural1"; + public const string SR_BadgeItemPlural2 = "BadgeItemPlural2"; + public const string SR_BadgeItemPlural3 = "BadgeItemPlural3"; + public const string SR_BadgeItemPlural4 = "BadgeItemPlural4"; + public const string SR_BadgeItemPlural5 = "BadgeItemPlural5"; + public const string SR_BadgeItemPlural6 = "BadgeItemPlural6"; + public const string SR_BadgeItemPlural7 = "BadgeItemPlural7"; + public const string SR_BadgeItemSingular = "BadgeItemSingular"; + public const string SR_BadgeItemTextOverride = "BadgeItemTextOverride"; + public const string SR_BadgeIcon = "BadgeIcon"; + public const string SR_BadgeIconTextOverride = "BadgeIconTextOverride"; + public const string SR_PersonName = "PersonName"; + public const string SR_GroupName = "GroupName"; + public const string SR_CancelDraggingString = "CancelDraggingString"; + public const string SR_DefaultItemString = "DefaultItemString"; + public const string SR_DropIntoNodeString = "DropIntoNodeString"; + public const string SR_FallBackPlaceString = "FallBackPlaceString"; + public const string SR_PagerControlPageTextName = "PagerControlPageText"; + public const string SR_PagerControlPrefixTextName = "PagerControlPrefixText"; + public const string SR_PagerControlSuffixTextName = "PagerControlPrefixText"; + public const string SR_PagerControlFirstPageButtonTextName = "PagerControlFirstPageButtonText"; + public const string SR_PagerControlPreviousPageButtonTextName = "PagerControlPreviousPageButtonText"; + public const string SR_PagerControlNextPageButtonTextName = "PagerControlNextPageButtonText"; + public const string SR_PagerControlLastPageButtonTextName = "PagerControlLastPageButtonText"; + public const string SR_PipsPagerNameText = "PipsPagerNameText"; + public const string SR_PipsPagerNextPageButtonText = "PipsPagerNextPageButtonText"; + public const string SR_PipsPagerPreviousPageButtonText = "PipsPagerPreviousPageButtonText"; + public const string SR_PipsPagerPageText = "PipsPagerPageText"; + public const string SR_PlaceAfterString = "PlaceAfterString"; + public const string SR_PlaceBeforeString = "PlaceBeforeString"; + public const string SR_PlaceBetweenString = "PlaceBetweenString"; + public const string SR_ProgressRingName = "ProgressRingName"; + public const string SR_ProgressRingIndeterminateStatus = "ProgressRingIndeterminateStatus"; + public const string SR_ProgressBarIndeterminateStatus = "ProgressBarIndeterminateStatus"; + public const string SR_ProgressBarPausedStatus = "ProgressBarPausedStatus"; + public const string SR_ProgressBarErrorStatus = "ProgressBarErrorStatus"; + public const string SR_RatingLocalizedControlType = "RatingLocalizedControlType"; + public const string SR_SplitButtonSecondaryButtonName = "SplitButtonSecondaryButtonName"; + public const string SR_ProofingMenuItemLabel = "ProofingMenuItemLabel"; + public const string SR_TextCommandLabelCut = "TextCommandLabelCut"; + public const string SR_TextCommandLabelCopy = "TextCommandLabelCopy"; + public const string SR_TextCommandLabelPaste = "TextCommandLabelPaste"; + public const string SR_TextCommandLabelSelectAll = "TextCommandLabelSelectAll"; + public const string SR_TextCommandLabelBold = "TextCommandLabelBold"; + public const string SR_TextCommandLabelItalic = "TextCommandLabelItalic"; + public const string SR_TextCommandLabelUnderline = "TextCommandLabelUnderline"; + public const string SR_TextCommandLabelUndo = "TextCommandLabelUndo"; + public const string SR_TextCommandLabelRedo = "TextCommandLabelRedo"; + public const string SR_TextCommandDescriptionCut = "TextCommandDescriptionCut"; + public const string SR_TextCommandDescriptionCopy = "TextCommandDescriptionCopy"; + public const string SR_TextCommandDescriptionPaste = "TextCommandDescriptionPaste"; + public const string SR_TextCommandDescriptionSelectAll = "TextCommandDescriptionSelectAll"; + public const string SR_TextCommandDescriptionBold = "TextCommandDescriptionBold"; + public const string SR_TextCommandDescriptionItalic = "TextCommandDescriptionItalic"; + public const string SR_TextCommandDescriptionUnderline = "TextCommandDescriptionUnderline"; + public const string SR_TextCommandDescriptionUndo = "TextCommandDescriptionUndo"; + public const string SR_TextCommandDescriptionRedo = "TextCommandDescriptionRedo"; + public const string SR_TextCommandKeyboardAcceleratorKeyCut = "TextCommandKeyboardAcceleratorKeyCut"; + public const string SR_TextCommandKeyboardAcceleratorKeyCopy = "TextCommandKeyboardAcceleratorKeyCopy"; + public const string SR_TextCommandKeyboardAcceleratorKeyPaste = "TextCommandKeyboardAcceleratorKeyPaste"; + public const string SR_TextCommandKeyboardAcceleratorKeySelectAll = "TextCommandKeyboardAcceleratorKeySelectAll"; + public const string SR_TextCommandKeyboardAcceleratorKeyBold = "TextCommandKeyboardAcceleratorKeyBold"; + public const string SR_TextCommandKeyboardAcceleratorKeyItalic = "TextCommandKeyboardAcceleratorKeyItalic"; + public const string SR_TextCommandKeyboardAcceleratorKeyUnderline = "TextCommandKeyboardAcceleratorKeyUnderline"; + public const string SR_TextCommandKeyboardAcceleratorKeyUndo = "TextCommandKeyboardAcceleratorKeyUndo"; + public const string SR_TextCommandKeyboardAcceleratorKeyRedo = "TextCommandKeyboardAcceleratorKeyRedo"; + public const string SR_TeachingTipAlternateCloseButtonName = "TeachingTipAlternateCloseButtonName"; + public const string SR_TeachingTipAlternateCloseButtonTooltip = "TeachingTipAlternateCloseButtonTooltip"; + public const string SR_TeachingTipCustomLandmarkName = "TeachingTipCustomLandmarkName"; + public const string SR_TeachingTipNotification = "TeachingTipNotification"; + public const string SR_TeachingTipNotificationWithoutAppName = "TeachingTipNotificationWithoutAppName"; + public const string SR_TabViewAddButtonName = "TabViewAddButtonName"; + public const string SR_TabViewAddButtonTooltip = "TabViewAddButtonTooltip"; + public const string SR_TabViewCloseButtonName = "TabViewCloseButtonName"; + public const string SR_TabViewCloseButtonTooltip = "TabViewCloseButtonTooltip"; + public const string SR_TabViewCloseButtonTooltipWithKA = "TabViewCloseButtonTooltipWithKA"; + public const string SR_TabViewScrollDecreaseButtonTooltip = "TabViewScrollDecreaseButtonTooltip"; + public const string SR_TabViewScrollIncreaseButtonTooltip = "TabViewScrollIncreaseButtonTooltip"; + public const string SR_NumberBoxUpSpinButtonName = "NumberBoxUpSpinButtonName"; + public const string SR_NumberBoxDownSpinButtonName = "NumberBoxDownSpinButtonName"; + public const string SR_ExpanderDefaultControlName = "ExpanderDefaultControlName"; + + public const string SR_InfoBarCloseButtonName = "InfoBarCloseButtonName"; + public const string SR_InfoBarOpenedNotification = "InfoBarOpenedNotification"; + public const string SR_InfoBarClosedNotification = "InfoBarClosedNotification"; + public const string SR_InfoBarCustomLandmarkName = "InfoBarCustomLandmarkName"; + public const string SR_InfoBarCloseButtonTooltip = "InfoBarCloseButtonTooltip"; + + public const string IR_NoiseAsset_256X256_PNG = "NoiseAsset_256X256_PNG"; + + #endregion + + #region RESX Specific workarounds + + internal static Assembly modernWpfAssembly = typeof(ResourceAccessor).Assembly; + // Would be set by the ResourceHelper (present in the ModernWpf.Controls assembly) + internal static Assembly modernWpfControlsAssembly; + + private const string ProgressBarResourcesName = "ModernWpf.ProgressBar.Strings.Resources"; + private const string TextContextMenuResourcesName = "ModernWpf.Controls.TextContextMenu.Strings.Resources"; + + private const string NavigationViewResourcesName = "ModernWpf.Controls.NavigationView.Strings.Resources"; + private const string NumberBoxResourcesName = "ModernWpf.Controls.NumberBox.Strings.Resources"; + private const string PersonPictureResourcesName = "ModernWpf.Controls.PersonPicture.Strings.Resources"; + private const string ProgressRingResourcesName = "ModernWpf.Controls.ProgressRing.Strings.Resources"; + private const string RatingControlResourcesName = "ModernWpf.Controls.RatingControl.Strings.Resources"; + private const string SplitButtonResourcesName = "ModernWpf.Controls.SplitButton.Strings.Resources"; + + /// + /// Used to map each resource keys to their respective *.resources files in the ModernWpf assembly. + /// + /// + /// Update this map every time the resources are modified. + /// + private static readonly Dictionary resourceMapsM = new() + { + // ProgressBar resources + { SR_ProgressBarErrorStatus, ProgressBarResourcesName }, + { SR_ProgressBarIndeterminateStatus, ProgressBarResourcesName }, + { SR_ProgressBarPausedStatus, ProgressBarResourcesName }, + + // TextContextMenu resources + { SR_ProofingMenuItemLabel, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionBold, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionCopy, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionCut, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionItalic, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionPaste, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionRedo, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionSelectAll, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionUnderline, TextContextMenuResourcesName }, + { SR_TextCommandDescriptionUndo, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyBold, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyCopy, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyCut, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyItalic, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyPaste, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyRedo, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeySelectAll, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyUnderline, TextContextMenuResourcesName }, + { SR_TextCommandKeyboardAcceleratorKeyUndo, TextContextMenuResourcesName }, + { SR_TextCommandLabelBold, TextContextMenuResourcesName }, + { SR_TextCommandLabelCopy, TextContextMenuResourcesName }, + { SR_TextCommandLabelCut, TextContextMenuResourcesName }, + { SR_TextCommandLabelItalic, TextContextMenuResourcesName }, + { SR_TextCommandLabelPaste, TextContextMenuResourcesName }, + { SR_TextCommandLabelRedo, TextContextMenuResourcesName }, + { SR_TextCommandLabelSelectAll, TextContextMenuResourcesName }, + { SR_TextCommandLabelUnderline, TextContextMenuResourcesName }, + { SR_TextCommandLabelUndo, TextContextMenuResourcesName }, + }; + + /// + /// Used to map each resource keys to their respective *.resources files in the ModernWpf.Controls assembly. + /// + /// + /// Update this map every time the resources are modified. + /// + private static readonly Dictionary resourceMapsMC = new() + { + // NavigationView resources + { SR_NavigationButtonClosedName, NavigationViewResourcesName }, + { SR_NavigationButtonOpenName, NavigationViewResourcesName }, + { SR_NavigationViewItemDefaultControlName, NavigationViewResourcesName }, + { SR_SettingsButtonName, NavigationViewResourcesName }, + { SR_NavigationViewSearchButtonName, NavigationViewResourcesName }, + { SR_NavigationBackButtonName, NavigationViewResourcesName }, + { SR_NavigationBackButtonToolTip, NavigationViewResourcesName }, + { SR_NavigationCloseButtonName, NavigationViewResourcesName }, + { SR_NavigationOverflowButtonName, NavigationViewResourcesName }, + { SR_NavigationOverflowButtonText, NavigationViewResourcesName }, + { SR_NavigationOverflowButtonToolTip, NavigationViewResourcesName }, + + // NumberBox resources + { SR_NumberBoxDownSpinButtonName, NumberBoxResourcesName }, + { SR_NumberBoxUpSpinButtonName, NumberBoxResourcesName }, + + // PersonPicture resources + { SR_BadgeItemPlural1, PersonPictureResourcesName }, + { SR_BadgeItemPlural2, PersonPictureResourcesName }, + { SR_BadgeItemPlural3, PersonPictureResourcesName }, + { SR_BadgeItemPlural4, PersonPictureResourcesName }, + { SR_BadgeItemPlural5, PersonPictureResourcesName }, + { SR_BadgeItemPlural6, PersonPictureResourcesName }, + { SR_BadgeItemPlural7, PersonPictureResourcesName }, + { SR_BadgeItemSingular, PersonPictureResourcesName }, + { SR_BadgeItemTextOverride, PersonPictureResourcesName }, + { SR_BadgeIcon, PersonPictureResourcesName }, + { SR_BadgeIconTextOverride, PersonPictureResourcesName }, + { SR_PersonName, PersonPictureResourcesName }, + { SR_GroupName, PersonPictureResourcesName }, + + // ProgressRing resources + { SR_ProgressRingIndeterminateStatus, ProgressRingResourcesName }, + { SR_ProgressRingName, ProgressRingResourcesName }, + + // RatingControl resources + { SR_BasicRatingString, RatingControlResourcesName }, + { SR_CommunityRatingString, RatingControlResourcesName }, + { SR_RatingsControlName, RatingControlResourcesName }, + { SR_RatingControlName, RatingControlResourcesName }, + { SR_RatingUnset, RatingControlResourcesName }, + { SR_RatingLocalizedControlType, RatingControlResourcesName }, + + // SplitButton resources + { SR_SplitButtonSecondaryButtonName, SplitButtonResourcesName }, + }; + + /// + /// Used to cache instances associated with a particular + /// *.resources file (generated from a *.resx file) + /// + private static readonly Dictionary resourceManagers = new(); + + #endregion + + public static string GetLocalizedStringResource(string resourceName) + { + string _resourcesFilePath; + + string GetStringResource(string resourcesFilePath, Assembly assembly) + { + if (!resourceManagers.TryGetValue(resourcesFilePath, out ResourceManager resourceManager)) + { + resourceManager = new(resourcesFilePath, assembly); + resourceManagers.Add(resourcesFilePath, resourceManager); + } + + if (resourceManager != null) + { + return resourceManager.GetString(resourceName); + } + + return string.Empty; + } + + // Tries to get the string resource from the ModernWpf assembly + if (resourceMapsM.TryGetValue(resourceName, out _resourcesFilePath)) + { + return GetStringResource(_resourcesFilePath, modernWpfAssembly); + } + + // Tries to get the string resource from the ModernWpf.Controls assembly + if (resourceMapsMC.TryGetValue(resourceName, out _resourcesFilePath)) + { + return GetStringResource(_resourcesFilePath, modernWpfControlsAssembly); + } + + return string.Empty; + } + } +} diff --git a/ModernWpf/Controls/TextContextMenu.cs b/ModernWpf/Controls/TextContextMenu.cs index 16eee8c2..8a9e8997 100644 --- a/ModernWpf/Controls/TextContextMenu.cs +++ b/ModernWpf/Controls/TextContextMenu.cs @@ -5,6 +5,7 @@ using System.Windows.Controls.Primitives; using System.Windows.Documents; using System.Windows.Input; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Controls { @@ -188,7 +189,7 @@ private static void OnContextMenuOpening(object sender, ContextMenuEventArgs e) private void UpdateProofingMenuItem(Control target) { - _proofingMenuItem.Header = Strings.ProofingMenuItemLabel; + _proofingMenuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_ProofingMenuItemLabel); _proofingMenuItem.Items.Clear(); SpellingError spellingError = null; @@ -246,27 +247,27 @@ private void UpdateItems(Control target) { if (command == ApplicationCommands.Cut) { - menuItem.Header = Strings.TextCommandLabelCut; + menuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_TextCommandLabelCut); } else if (command == ApplicationCommands.Copy) { - menuItem.Header = Strings.TextCommandLabelCopy; + menuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_TextCommandLabelCopy); } else if (command == ApplicationCommands.Paste) { - menuItem.Header = Strings.TextCommandLabelPaste; + menuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_TextCommandLabelPaste); } else if (command == ApplicationCommands.Undo) { - menuItem.Header = Strings.TextCommandLabelUndo; + menuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_TextCommandLabelUndo); } else if (command == ApplicationCommands.Redo) { - menuItem.Header = Strings.TextCommandLabelRedo; + menuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_TextCommandLabelRedo); } else if (command == ApplicationCommands.SelectAll) { - menuItem.Header = Strings.TextCommandLabelSelectAll; + menuItem.Header = ResourceAccessor.GetLocalizedStringResource(SR_TextCommandLabelSelectAll); } menuItem.CommandTarget = target; diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.af-ZA.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..74581c0c --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.af-ZA.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Proeflees + The label for the text command bar flyout menu item that provides the proofing menu. + + + Stel die geselekteerde teks in vetdruk + + + Kopieer die geselekteerde inhoud na die knipbord + + + Verwyder die geselekteerde inhoud en plaas dit op die knipbord + + + Stel die geselekteerde teks in skuinsdruk + + + Voeg die inhoud van die knipbord by die huidige ligging in + + + Herhaal die mees onlangse aksie wat ongedaan gemaak is + + + Selekteer alle inhoud + + + Onderstreep die geselekteerde teks + + + Keer die mees onlangse aksie om + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Vetdruk + + + Kopieer + + + Knip + + + Kursief + + + Plak + + + Herdoen + + + Selekteer alles + + + Onderstreep + + + Ontdoen + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.am-ET.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..ea36bad4 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.am-ET.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ማረም + The label for the text command bar flyout menu item that provides the proofing menu. + + + የተመረጠውን ፅሁፍ ያድምቁ + + + የተመረጠውን ይዘት ወደ ቅንጥብ ሰሌዳ ይቅዱ + + + የተመረጠውን ይዘት ያስወግዱና በቅንጥብ ሰሌዳው ላይ ያስቀምጡ + + + የተመረጠውን ጽሁፍ ዘንባላ ያድርጉ + + + የቅንጥብ ሰሌዳውን ይዘቶች አሁን ባለው ቦታ ያስገቡ + + + በጣም በቅርቡ የተቀለበሰውን ድርጊት ይድገሙ + + + ሁሉንም ይዘት ይምረጡ + + + የተመረጠውን ጽሁፍ ከስር ያስምሩ + + + በጣም የቅርብ ጊዜ ድርጊት ይገልብጡ + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + ደማቅ + + + ገልብጥ + + + ቁረጥ + + + ዘንባላ + + + ለጥፍ + + + ድገም + + + ሁሉንም ምረጥ + + + የግርጌ መስመር + + + ቀልብስ + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ar-SA.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..5b838435 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ar-SA.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + تدقيق + The label for the text command bar flyout menu item that provides the proofing menu. + + + جعل النص المحدد غامقًا + + + نسخ المحتوى المحدد إلى الحافظة + + + إزالة المحتوى المحدد ووضعه على الحافظة + + + جعل النص المحدد مائلاً + + + ادراج محتويات الحافظة في الموقع الحالي + + + تكرار الإجراء الذي تم التراجع عنه مؤخرًا + + + تحديد المحتوى بأكمله + + + تسطير النص المحدد + + + عكس أحدث الإجراءات + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + غامق + + + نسخ + + + قص + + + مائل + + + لصق + + + إعادة + + + تحديد الكل + + + مُسطّر + + + تراجع + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.az-Latn-AZ.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..7ff97799 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Yoxlama + The label for the text command bar flyout menu item that provides the proofing menu. + + + Seçilmiş mətni qalın edin + + + Seçilmiş məzmunu mübadilə buferinə köçürün + + + Seçilmiş məzmunu silin və onu mübadilə buferinə qoyun + + + Seçilmiş mətni kursiv şriftlə ver. + + + Cari yerdə mübadilə buferinin məzmunlarını əlavə edin + + + Ən son icra olunmamış əməliyyatı təkrarlayın + + + Bütün məzmunu seçin + + + Seçilmiş mətnin altından xətt çək. + + + Ən son əməliyyatı geri qaytarın + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Qalın + + + Köçür + + + Kəs + + + Kursiv + + + Əlavə et + + + Təkrar icra et + + + Hamısını Seç + + + Altxətli + + + Qaytar + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.be-BY.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.be-BY.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.bg-BG.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..f50aa98a --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.bg-BG.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Проверка + The label for the text command bar flyout menu item that provides the proofing menu. + + + Използване на получер шрифт за избрания текст + + + Копиране на избраното съдържание в клипборда + + + Премахване на избраното съдържание и поставяне в клипборда + + + Използване на курсив за избрания текст + + + Вмъкване на съдържанието на клипборда на текущото местоположение + + + Повтаряне на последното отменено действие + + + Избиране на цялото съдържание + + + Подчертаване на избрания текст + + + Връщане на последното действие + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Получер + + + Копиране + + + Изрязване + + + Курсив + + + Поставяне + + + Повтаряне + + + Избиране на всички + + + Подчертан + + + Отменяне + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.bn-BD.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.bn-BD.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.bs-Latn-BA.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..d6e6ed5e --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korekcija + The label for the text command bar flyout menu item that provides the proofing menu. + + + Podebljaj izabrani tekst + + + Kopiraj izabrani sadržaj u međuspremnik + + + Ukloni izabrani sadržaj i stavi ga u međuspremnik + + + Označeni tekst ispišite kurzivom + + + Umetni sadržaj iz međuspremnika na trenutnu lokaciju + + + Ponovi posljednju poništenu radnju + + + Izaberi cjelokupan sadržaj + + + Podvucite označeni tekst. + + + Opozovi posljednju radnju + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Podebljano + + + Kopiraj + + + Izreži + + + Kurziv + + + Zalijepi + + + Ponovo uradi + + + Odaberi sve + + + Podvučeno + + + Poništi + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ca-ES.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..b0c4bac1 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ca-ES.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Correcció + The label for the text command bar flyout menu item that provides the proofing menu. + + + Converteix en negreta el text seleccionat + + + Copia el contingut seleccionat al porta-retalls + + + Suprimeix el contingut seleccionat i col·loca'l al porta-retalls + + + Converteix en cursiva el text seleccionat + + + Insereix el contingut del porta-retalls a la ubicació actual + + + Repeteix l'acció que s'ha desfet més recentment + + + Selecciona tot el contingut + + + Subratlla el text seleccionat + + + Inverteix l'acció més recent + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Negreta + + + Copia + + + Retalla + + + Cursiva + + + Enganxa + + + Refés + + + Selecciona-ho tot + + + Subratllat + + + Desfés + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.cs-CZ.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..5a9a2a01 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.cs-CZ.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kontrola pravopisu + The label for the text command bar flyout menu item that provides the proofing menu. + + + Naformátovat vybraný text tučně + + + Zkopírovat vybraný obsah do schránky + + + Odebrat vybraný obsah a vložit ho do schránky + + + Zvýraznit vybraný text kurzívou + + + Vložit obsah schránky na aktuální umístění + + + Zopakovat naposledy vrácenou akci + + + Vybrat všechen obsah + + + Podtrhnout vybraný text + + + Vrátit poslední akci + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Tučně + + + Kopírovat + + + Vyjmout + + + Kurzíva + + + Vložit + + + Znovu + + + Vybrat vše + + + Podtrhnout + + + Zpět + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.da-DK.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..c1ba8da7 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.da-DK.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korrektur + The label for the text command bar flyout menu item that provides the proofing menu. + + + Gør den valgte tekst fed + + + Kopiér det markerede indhold til udklipsholderen + + + Fjern det markerede indhold, og placer det i udklipsholderen + + + Sæt den markerede tekst i kursiv + + + Indsæt indholdet af udklipsholderen på den aktuelle placering + + + Gentag den senest fortrudte handling + + + Vælg alt indhold + + + Understreg den markerede tekst + + + Omgør den seneste handling + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Fed + + + Kopiér + + + Klip + + + Kursiv + + + Sæt ind + + + Annullér fortryd + + + Markér alt + + + Understregning + + + Fortryd + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.de-DE.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..a8d7a2f8 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.de-DE.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Dokumentprüfung + The label for the text command bar flyout menu item that provides the proofing menu. + + + Ausgewählten Text fett formatieren + + + Ausgewählten Inhalt in die Zwischenablage kopieren + + + Ausgewählten Inhalt entfernen und in der Zwischenablage ablegen + + + Ausgewählten Text kursiv formatieren + + + Inhalte der Zwischenablage an der aktuellen Position einfügen + + + Die zuletzt rückgängig gemachte Aktion wiederholen + + + Alle Inhalte auswählen + + + Ausgewählten Text unterstreichen + + + Die zuletzt ausgeführte Aktion rückgängig machen + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Fett + + + Kopieren + + + Ausschneiden + + + Kursiv + + + Einfügen + + + Wiederholen + + + Alles auswählen + + + Unterstreichen + + + Rückgängig machen + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.el-GR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..46e842b7 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.el-GR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Γλωσσικός έλεγχος + The label for the text command bar flyout menu item that provides the proofing menu. + + + Εφαρμογή έντονης γραφής στο επιλεγμένο κείμενο + + + Αντιγραφή του επιλεγμένου περιεχομένου στο Πρόχειρο + + + Κατάργηση του επιλεγμένου περιεχομένου και τοποθέτησή του στο Πρόχειρο + + + Εφαρμογή πλάγιας γραφής στο επιλεγμένο κείμενο + + + Εισαγωγή των περιεχομένων του Προχείρου στην τρέχουσα θέση + + + Επανάληψη της ενέργειας που αναιρέθηκε τελευταία + + + Επιλογή του συνόλου του περιεχομένου + + + Υπογράμμιση του επιλεγμένου κειμένου + + + Αντιστροφή της τελευταίας ενέργειας + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Έντονη γραφή + + + Αντιγραφή + + + Αποκοπή + + + Πλάγια γραφή + + + Επικόλληση + + + Επανάληψη + + + Επιλογή όλων + + + Υπογράμμιση + + + Αναίρεση + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.en-GB.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..b41bce07 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.en-GB.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Proofing + The label for the text command bar flyout menu item that provides the proofing menu. + + + Bold the selected text + + + Copy the selected content to the clipboard + + + Remove the selected content and put it on the clipboard + + + Italicise the selected text + + + Insert the contents of the clipboard at the current location + + + Repeat the most recently undone action + + + Select all content + + + Underline the selected text + + + Reverse the most recent action + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Bold + + + Copy + + + Cut + + + Italic + + + Paste + + + Redo + + + Select All + + + Underline + + + Undo + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.es-ES.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..ac6e811e --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.es-ES.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Revisión + The label for the text command bar flyout menu item that provides the proofing menu. + + + Escribir en negrita el texto seleccionado + + + Copiar el contenido seleccionado al portapapeles + + + Quitar el contenido seleccionado y colocarlo en el portapapeles + + + Poner el texto seleccionado en cursiva + + + Insertar el contenido del portapapeles en la ubicación actual + + + Repetir la última acción deshecha + + + Seleccionar todo el contenido + + + Subrayar el texto seleccionado + + + Invertir la última acción + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Negrita + + + Copiar + + + Cortar + + + Cursiva + + + Pegar + + + Rehacer + + + Seleccionar todo + + + Subrayado + + + Deshacer + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.es-MX.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..fe383057 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.es-MX.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Revisión + The label for the text command bar flyout menu item that provides the proofing menu. + + + Poner en negrita el texto seleccionado + + + Copiar el contenido seleccionado al portapapeles + + + Quitar el contenido seleccionado y colocarlo en el Portapapeles + + + Poner en cursiva el texto seleccionado + + + Insertar el contenido del Portapapeles en la ubicación actual + + + Repetir la última acción deshecha + + + Seleccionar todo el contenido + + + Subrayar el texto seleccionado + + + Deshacer la última acción + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Negrita + + + Copiar + + + Cortar + + + Cursiva + + + Pegar + + + Rehacer + + + Seleccionar todo + + + Subrayado + + + Deshacer + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.et-EE.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..15286fe1 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.et-EE.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Õigekeelsuskontroll + The label for the text command bar flyout menu item that provides the proofing menu. + + + Muuda valitud tekst paksuks + + + Kopeeri valitud sisu lõikelauale + + + Eemalda valitud sisu ja paiguta see lõikelauale + + + Rakenda valitud tekstile kursiivvorming + + + Lisa lõikelaua sisu praegusesse asukohta + + + Korda viimati tagasi võetud toimingut + + + Vali kogu sisu + + + Kriipsuta valitud tekst alla + + + Tühista viimane toiming + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Paks + + + Kopeeri + + + Lõika + + + Kursiiv + + + Kleebi + + + Tee uuesti + + + Vali kõik + + + Allakriipsutus + + + Võta tagasi + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.eu-ES.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..69e69125 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.eu-ES.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zuzenketa + The label for the text command bar flyout menu item that provides the proofing menu. + + + Ezarri letra lodiz hautatutako testua + + + Kopiatu hautatutako edukia arbelean + + + Kendu hautatutako edukia eta jarri arbelean + + + Ezarri letra etzanez hautatuko testua + + + Txertatu arbeleko edukia uneko kokalekuan + + + Errepikatu desegin den azken ekintza + + + Hautatu eduki guztia + + + Azpimarratu hautatutako testua + + + Desegin azken ekintza + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Lodia + + + Kopiatu + + + Ebaki + + + Etzana + + + Itsatsi + + + Berregin + + + Hautatu dena + + + Azpimarratu + + + Desegin + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.fa-IR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..47a9cd9d --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fa-IR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + تصحیح + The label for the text command bar flyout menu item that provides the proofing menu. + + + پررنگ کردن متن انتخابی + + + کپی کردن محتوای انتخابی در کلیپ‌بورد + + + حذف محتوای انتخاب‌شده و قرار دادن آن در کلیپ‌بورد + + + مورب کردن متن انتخابی + + + وارد کردن محتویات کلیپ‌بورد در مکان فعلی + + + تکرار آخرین عمل لغوشده + + + انتخاب همه محتوا + + + زیرخط‌دار کردن متن انتخابی + + + معکوس کردن آخرین عمل + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + پررنگ + + + کپی + + + برش + + + مورب + + + جایگذاری + + + انجام مجدد + + + انتخاب همه + + + زیرخط‌دار + + + لغو عمل + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.fi-FI.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..6172f7fc --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fi-FI.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tarkistus + The label for the text command bar flyout menu item that provides the proofing menu. + + + Lihavoi valittu teksti + + + Kopioi valittu sisältö leikepöydälle + + + Poista valittu sisältö ja sijoita se leikepöydälle + + + Kursivoi valittu teksti + + + Sijoita leikepöydän sisältö nykyiseen sijaintiin + + + Toista viimeksi kumottu toimi + + + Valitse kaikki sisältö + + + Alleviivaa valittu teksti + + + Peruuta viimeisin toiminto + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Lihavoitu + + + Kopioi + + + Leikkaa + + + Kursivoitu + + + Liitä + + + Tee uudelleen + + + Valitse kaikki + + + Alleviivaus + + + Kumoa + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.fil-PH.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..c893186d --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fil-PH.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Pagpapatunay + The label for the text command bar flyout menu item that provides the proofing menu. + + + Gawing bold ang napiling teksto + + + Kopyahin ang napiling nilalaman sa clipboard + + + Tanggalin ang napiling nilalaman at ilagay ito sa clipboard + + + I-italicize ang napiling teksto + + + Isingit ang mga nilalaman ng clipboard sa kasalukuyang lokasyon + + + Ulitin ang pinakakamakailang pagkilos na pag-undo + + + Piliin ang lahat ng nilalaman + + + Salungguhitan ang napiling teksto + + + Baligtarin ang pinakakamakailang pagkilos + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Bold + + + Kopyahin + + + I-cut + + + Italic + + + I-paste + + + I-redo + + + Piliin Lahat + + + Salungguhitan + + + I-undo + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-CA.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..1e3c143e --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-CA.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Vérification + The label for the text command bar flyout menu item that provides the proofing menu. + + + Mettre en gras le texte sélectionné + + + Copier le contenu sélectionné dans le Presse-papiers + + + Supprimer le contenu sélectionné et le coller dans le Presse-papiers + + + Mettre en italique le texte sélectionné + + + Insérer le contenu du Presse-papiers à l’emplacement actuel + + + Répéter l'action annulée la plus récente + + + Sélectionner tout le contenu + + + Souligner le texte sélectionné + + + Rétablir l'action la plus récente + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Gras + + + Copier + + + Couper + + + Italique + + + Coller + + + Rétablir + + + Sélectionner tout + + + Souligné + + + Annuler + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-FR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..5eb4e139 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.fr-FR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Correction + The label for the text command bar flyout menu item that provides the proofing menu. + + + Mettre en gras le texte sélectionné + + + Copier le contenu sélectionné dans le Presse-papiers + + + Supprimer le contenu sélectionné et le coller dans le Presse-papiers. + + + Mettre le texte sélectionné en italique + + + Insérer le contenu du Presse-papiers à l’emplacement actuel + + + Répéter l'action annulée la plus récente + + + Sélectionner tout le contenu + + + Souligner le texte sélectionné + + + Rétablir l'action la plus récente + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Gras + + + Copier + + + Couper + + + Italique + + + Coller + + + Rétablir + + + Sélectionner tout + + + Soulignement + + + Annuler + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.gl-ES.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..09a43154 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.gl-ES.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verificación + The label for the text command bar flyout menu item that provides the proofing menu. + + + Pór en negra o texto seleccionado + + + Copiar o contido seleccionado no portapapeis + + + Eliminar o contido seleccionado e colocalo no portapapeis + + + Pór en cursiva o texto seleccionado + + + Inserir o contido do portapapeis na localización actual + + + Repetir a última acción que se desfixo + + + Seleccionar todo o contido + + + Subliñar o texto seleccionado + + + Inverter a acción máis recente + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Negra + + + Copiar + + + Cortar + + + Cursiva + + + Pegar + + + Refacer + + + Seleccionar todo + + + Subliñado + + + Desfacer + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ha-Latn-NG.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.he-IL.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..9c33c629 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.he-IL.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + הגהה + The label for the text command bar flyout menu item that provides the proofing menu. + + + הדגש את הטקסט שנבחר + + + העתק את התוכן שנבחר ללוח + + + הסר את התוכן שנבחר והצב אותו בלוח + + + הפוך את הטקסט הנבחר לנטוי + + + הוסף את תוכן הלוח במיקום הנוכחי + + + חזור על הפעולה האחרונה שבוטלה + + + בחר את כל התוכן + + + מתח קו תחתון תחת הטקסט הנבחר + + + בטל את הפעולה האחרונה + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + מודגש + + + העתק + + + גזור + + + נטוי + + + הדבק + + + בצע שוב + + + בחר הכל + + + קו תחתון + + + בטל + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.hi-IN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..15ebc50a --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.hi-IN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + प्रूफिंग + The label for the text command bar flyout menu item that provides the proofing menu. + + + चयनित पाठ को बोल्ड करें + + + क्लिपबोर्ड पर चयनित सामग्री की प्रतिलिपि बनाएँ + + + चयनित सामग्री निकालें और उसे क्लिपबोर्ड पर रखें + + + चयनित पाठ को इटैलिक करें + + + वर्तमान स्थान पर क्लिपबोर्ड की सामग्री सम्मिलित करें + + + हाल ही में पूर्ववत की गई क्रिया दोहराएं + + + सभी सामग्री का चयन करें + + + चयनित पाठ को रेखांकित करें + + + सबसे हाल ही की कार्रवाई को उलट दें + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + बोल्ड + + + प्रतिलिपि बनाएँ + + + काटें + + + इटैलिक + + + चिपकाएँ + + + फिर से करें + + + सभी का चयन करें + + + रेखांकित + + + पूर्ववत् करें + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.hr-HR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..2b50efd8 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.hr-HR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Provjera + The label for the text command bar flyout menu item that provides the proofing menu. + + + Podebljaj odabrani tekst + + + Kopiraj odabrani sadržaj u međuspremnik + + + Uklonite odabrani sadržaj i stavite ga u međuspremnik + + + Postavljanje odabranog teksta u kurziv + + + Umetnite sadržaj međuspremnika na trenutačno mjesto + + + Ponovi posljednju akciju poništavanja + + + Odaberi sav sadržaj + + + Podcrtavanje odabranog teksta + + + Poništi posljednju akciju + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Podebljano + + + Kopiraj + + + Izreži + + + Kurziv + + + Zalijepi + + + Ponovi + + + Odaberi sve + + + Podcrtano + + + Poništi + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.hu-HU.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..d3112361 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.hu-HU.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Nyelvi ellenőrzés + The label for the text command bar flyout menu item that provides the proofing menu. + + + A kijelölt szöveg félkövérré alakítása + + + A kijelölt tartalom másolása a vágólapra + + + A kijelölt tartalom eltávolítása és elhelyezése a vágólapon + + + A kijelölt szöveg dőltté formázása + + + A vágólap tartalmának beszúrása az aktuális helyre + + + A legutóbb visszavont művelet megismétlése + + + Az összes tartalom kijelölése + + + A kijelölt szöveg aláhúzása + + + A legutóbbi művelet visszavonása + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Félkövér + + + Másolás + + + Kivágás + + + Dőlt + + + Beillesztés + + + Mégis + + + Az összes kijelölése + + + Aláhúzás + + + Visszavonás + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.id-ID.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..a37927da --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.id-ID.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Pemeriksaan + The label for the text command bar flyout menu item that provides the proofing menu. + + + Tebalkan teks yang dipilih + + + Salin konten yang dipilih ke clipboard + + + Hapus konten yang dipilih dan tempatkan di clipboard + + + Miringkan teks yang dipilih + + + Sisipkan isi clipboard di lokasi saat ini + + + Mengulangi tindakan yang terakhir dibatalkan + + + Pilih semua konten + + + Garisbawahi teks yang dipilih + + + Balikkan tindakan terakhir + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Tebalkan + + + Salin + + + Potong + + + Miringkan + + + Tempel + + + Ulangi + + + Pilih Semua + + + Garisbawahi + + + Batalkan + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.is-IS.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..21771352 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.is-IS.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Leiðréttingar + The label for the text command bar flyout menu item that provides the proofing menu. + + + Feitletra valinn texta + + + Afrita valið efni á klippiborðið + + + Fjarlægja valið efni og setja það á klippiborðið + + + Skáletra valinn texta + + + Setja efnið á klippiborðinu inn á núverandi staðsetningu + + + Endurtaka síðustu aðgerð sem var afturkölluð + + + Velja allt efni + + + Undirstrika valinn texta + + + Afturkalla síðustu aðgerð + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Feitletrað + + + Afrita + + + Klippa + + + Skáletur + + + Líma + + + Endurgera + + + Velja allt + + + Undirstrikun + + + Afturkalla + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.it-IT.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..d1853870 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.it-IT.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Controllo ortografico + The label for the text command bar flyout menu item that provides the proofing menu. + + + Applica il grassetto al testo selezionato + + + Copia il contenuto selezionato negli Appunti + + + Rimuovi il contenuto selezionato e inseriscilo negli Appunti + + + Applica il corsivo al testo selezionato + + + Inserisci il contenuto degli Appunti nel percorso corrente + + + Ripeti l'azione annullata più di recente + + + Seleziona tutto il contenuto + + + Sottolinea il testo selezionato + + + Annulla l'azione più recente + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Grassetto + + + Copia + + + Taglia + + + Corsivo + + + Incolla + + + Ripeti + + + Seleziona tutto + + + Sottolineato + + + Annulla + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ja-JP.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..76570076 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ja-JP.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 校正 + The label for the text command bar flyout menu item that provides the proofing menu. + + + 選択したテキストを太字にする + + + 選択したコンテンツをクリップボードにコピー + + + 選択したコンテンツを削除してクリップボードに保存 + + + 選択したテキストを斜体にする + + + クリップボードのコンテンツを現在の場所に挿入 + + + 直前に取り消した操作を繰り返す + + + すべてのコンテンツを選択 + + + 選択した文字列に下線を引きます + + + 直前の操作を元に戻す + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + 太字 + + + コピー + + + 切り取り + + + 斜体 + + + 貼り付け + + + やり直し + + + すべて選択 + + + 下線 + + + 元に戻す + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ka-GE.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..ffa40ac3 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ka-GE.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + მართლწერის შემოწმება + The label for the text command bar flyout menu item that provides the proofing menu. + + + მონიშნული ტექსტის გამუქება + + + არჩეული შიგთავსის კოპირება გაცვლის ბუფერში + + + არჩეული შიგთავსისთვის ამოღება და მისი მოთავსება გაცვლის ბუფერში + + + მონიშნული ტექსტის დახრა + + + მიმდინარე მდებარეობაზე გაცვლის ბუფერის შიგთავსის ჩასმა + + + ყველაზე ბოლო გაუქმებული მოქმედების გამეორება + + + ყველა შიგთავსის არჩევა + + + მონიშნული ტექსტის ხაზგასმა + + + ყველაზე ბოლო მოქმედების გაუქმება + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + მუქი + + + კოპირება + + + ამოჭრა + + + დახრილი + + + ჩასმა + + + გამეორება + + + ყველას არჩევა + + + ხაზგასმა + + + მოქმედების გაუქმება + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.kk-KZ.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..ac45c002 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.kk-KZ.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Дұрыс жазылуын тексеру + The label for the text command bar flyout menu item that provides the proofing menu. + + + Бөлектелген мәтінге қалың мәнерді қолдану + + + Бөлектелген мазмұнды аралық сақтағышқа көшіру + + + Бөлектелген мазмұнды жойып, оны аралық сақтағышқа қою + + + Бөлектелген мәтін қарпін көлбеу ету + + + Ағымдағы орында аралық сақтағыш мазмұнын кірістіру + + + Ең соңғы қайтарылған әрекетті қайталау + + + Барлық мазмұнды бөлектеу + + + Бөлектелген мәтіннің астын сызу + + + Ең соңғы әрекетті қайтару + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Қалың + + + Көшіру + + + Қиып алу + + + Көлбеу + + + Қою + + + Қайталау + + + Барлығын таңдау + + + Асты сызылған + + + Болдырмау + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.km-KH.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..1a6e90ca --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.km-KH.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ការមើលកែតម្រូវ + The label for the text command bar flyout menu item that provides the proofing menu. + + + ធ្វើឱ្យដិតលើអត្ថបទដែលបានជ្រើសរើស + + + ចម្លងខ្លឹមសារដែលបានជ្រើសរើសទៅឃ្លីបបត + + + ដកខ្លឹមសារដែលបានជ្រើសរើសចេញ ហើយដាក់វានៅលើឃ្លីបបត + + + ធ្វើឲ្យទ្រេតលើអត្ថបទដែលបានជ្រើសរើស + + + បញ្ចូលខ្លឹមសារនៃឃ្លីបបតនៅទីតាំងបច្ចុប្បន្ន + + + ធ្វើសកម្មភាពដែលមិនទាន់បញ្ចប់ថ្មីៗ បំផុតឡើងវិញ + + + ជ្រើសរើសខ្លឹមសារទាំងអស់ + + + គូសបន្ទាត់ពីក្រោមអត្ថបទដែលបានជ្រើសរើស + + + បញ្ច្រាសសកម្មភាពថ្មីៗ បំផុត + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + ដិត + + + ចម្លង + + + កាត់ + + + អក្សរទ្រេត + + + បិទភ្ជាប់ + + + ធ្វើឡើងវិញ + + + ជ្រើសទាំងអស់ + + + បន្ទាត់ពីក្រោម + + + មិនធ្វើវិញ + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.kn-IN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..c1f10626 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.kn-IN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ಕರಡಚ್ಚು ಪರೀಕ್ಷಿಸಿ + The label for the text command bar flyout menu item that provides the proofing menu. + + + ಆಯ್ಕೆ ಮಾಡಲಾದ ಪಠ್ಯವನ್ನು ಬೋಲ್ಡ್ ಮಾಡಿ + + + ಆಯ್ಕೆಮಾಡಿದ ವಿಷಯವನ್ನು ಕ್ಲಿಪ್ ಬೋರ್ಡ್‍ಗೆ ನಕಲಿಸಿ + + + ಆಯ್ದ ಕಂಟೆಂಟ್ ಅನ್ನು ತೆಗೆಯಿರಿ ಮತ್ತು ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ನಲ್ಲಿ ಇಡಿ + + + ಆಯ್ಕೆಮಾಡಿದ ಪಠ್ಯವನ್ನು ಓರೆಯಾಗಿಸಿ + + + ಪ್ರಸಕ್ತ ಸ್ಥಾನದಲ್ಲಿ ಕ್ಲಿಪ್ ಬೋರ್ಡ್ ನ ವಿಷಯಗಳನ್ನು ಸೇರಿಸಿ + + + ತೀರಾ ಇತ್ತೀಚೆಗೆ ರದ್ದುಗೊಳಿಸಿದ ಕ್ರಿಯೆಯನ್ನು ಪುನರಾವರ್ತಿಸಿ + + + ಎಲ್ಲಾ ವಿಷಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ + + + ಆಯ್ಕೆಮಾಡಿದ ಪಠ್ಯವನ್ನು ಅಂಡರ್ಲೈನ್ ಮಾಡಿ + + + ತೀರಾ ಇತ್ತೀಚಿನ ಕ್ರಿಯೆಯನ್ನು ತಿರುಗಿಸಿ + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + ದಪ್ಪ + + + ನಕಲಿಸಿ + + + ಕತ್ತರಿಸು + + + ಇಟಾಲಿಕ್ + + + ಅಂಟಿಸು + + + ಮತ್ತೆ ಮಾಡು + + + ಎಲ್ಲವನ್ನು ಆಯ್ಕೆಮಾಡಿ + + + ಅಡಿಗೆರೆ + + + ರದ್ದುಮಾಡು + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ko-KR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..d0ff4c16 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ko-KR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 언어 교정 + The label for the text command bar flyout menu item that provides the proofing menu. + + + 선택한 텍스트를 볼드 표시합니다. + + + 선택한 콘텐츠를 클립보드에 복사합니다. + + + 선택한 콘텐츠를 제거하고 클립보드에 넣습니다. + + + 선택한 텍스트를 기울임꼴로 표시합니다. + + + 클립보드의 콘텐츠를 현재 위치에 삽입합니다. + + + 가장 최근에 실행 취소한 작업을 반복합니다. + + + 모든 콘텐츠 선택 + + + 선택한 텍스트에 밑줄을 표시합니다. + + + 가장 최근의 작업을 반대로 수행합니다. + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + 굵게 + + + 복사 + + + 잘라내기 + + + 기울임꼴 + + + 붙여넣기 + + + 다시 실행 + + + 모두 선택 + + + 밑줄 + + + 실행 취소 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.lo-LA.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..1ec8b08a --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.lo-LA.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ກຳລັງກວດສອບ + The label for the text command bar flyout menu item that provides the proofing menu. + + + ເຮັດໃຫ້ຂໍ້ຄວາມເລືອກໄວ້ເປັນໂຕໜາ + + + ກັອບປີ້ເນື້ອໃນທີ່ເລືອກໃສ່ຄລິບບອດ + + + ຖອນເນື້ອໃນທີ່ເລືອກແລະເອົາມັນໃສ່ໃນ ຄລິບບອດ + + + ເຮັດໃຫ້ຂໍ້ຄວາມເລືອກໄວ້ເປັນໂຕອຽງ + + + ປ້ອນເນື້ອໃນຂອງ ຄລິບບອດທີ່ ຈຸດທີ່ຕັ້ງປະຈຸບັນ + + + ເຮັດຊ້ຳຄືນການກະທຳທີ່ບໍ່ສຳເລັດຫຼ້າສຸດ + + + ເລືອກເນື້ອໃນທັງໝົດ + + + ຂີດກ້ອງຂໍ້ຄວາມທີ່ເລືອກ + + + ເອົາກັບຄືນການກະທຳຫຼ້າສຸດ + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + ຕົວເນັ້ນ + + + ສຳເນົາ + + + ຕັດ + + + ຕົວອຽງ + + + ວາງ + + + ເຮັດຄືນໃໝ່ + + + ເລືອກທັງໝົດ + + + ຂີດກ້ອງ + + + ຍົກເລີກຄຳສັ່ງສຸດທ້າຍ + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.lt-LT.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..f6ddf485 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.lt-LT.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tikrinimas + The label for the text command bar flyout menu item that provides the proofing menu. + + + Paryškinti pažymėtą tekstą + + + Kopijuoti pažymėtą turinį į mainų sritį + + + Pašalinti pažymėtą turinį ir padėti jį į mainų sritį + + + Pažymėtą tekstą rašyti pasviruoju šriftu + + + Įterpti mainų srities turinį šioje vietoje + + + Kartoti paskutinį anuliuotą veiksmą + + + Pasirinkti visą turinį + + + Pabraukti pažymėtą tekstą + + + Atšaukti paskutinį veiksmą + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + P + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Paryškintasis + + + Kopijuoti + + + Iškirpti + + + Pasvirasis + + + Įklijuoti + + + Perdaryti + + + Pasirinkti viską + + + Pabrauktasis + + + Anuliuoti + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.lv-LV.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..b11a144d --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.lv-LV.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korektūra + The label for the text command bar flyout menu item that provides the proofing menu. + + + Izcelt atlasīto tekstu treknrakstā + + + Kopēt atlasīto saturu starpliktuvē + + + Noņemt atlasīto saturu un ievietot to starpliktuvē + + + Pārveidot atlasīto tekstu slīprakstā + + + Ievietot starpliktuves saturu pašreizējā atrašanās vietā + + + Atkārtot pēdējo atsaukšanas darbību + + + Atlasīt visu saturu + + + Pasvītrot atlasīto tekstu + + + Atsaukt pēdējo darbību + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Treknraksts + + + Kopēt + + + Izgriezt + + + Slīpraksts + + + Ielīmēt + + + Atcelt atsaukšanu + + + Atlasīt visu + + + Pasvītrojums + + + Atsaukt + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.mk-MK.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..a92a4a1f --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.mk-MK.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Проверка + The label for the text command bar flyout menu item that provides the proofing menu. + + + Направи го избраниот текст болд + + + Копирај ја избраната содржина во складот + + + Отстранете ја избраната содржина и ставете ја на складот + + + Направи го избраниот текст италик + + + Вметнете ја содржината на складот на тековната локација + + + Повтори го последното вратено дејство + + + Избери ја целата содржина + + + Подвлечи го избраниот текст + + + Врати го последното дејство + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Болд + + + Копирај + + + Отсечи + + + Италик + + + Залепи + + + Повтори + + + Избери ги сите + + + Подвлечи + + + Врати + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ml-IN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..8658bb48 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ml-IN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + പ്രൂഫ് ചെയ്യൽ + The label for the text command bar flyout menu item that provides the proofing menu. + + + തിരഞ്ഞെടുത്ത വാചകം ബോൾഡ് ചെയ്യുക + + + തിരഞ്ഞെടുത്ത ഉള്ളടക്കം ക്ലിപ്ബോർഡിലേക്ക് പകർത്തുക + + + തിരഞ്ഞെടുത്ത ഉള്ളടക്കം നീക്കം ചെയ്ത് അത് ക്ലിപ്പ് ബോര് ഡില് ഇടുകയും + + + തിരഞ്ഞെടുത്ത ടെക്സ്റ്റ് ചെരിച്ചെഴുതുക + + + നിലവിലുള്ള സ്ഥാനത്തേക്ക് പകര് പ്പിടത്തിലെ ഉള്ളടക്കങ്ങള് ചേര് ക്കുക + + + ഏറ്റവും സമീപകാലത്ത് പൂർവ്വാവസ്ഥയിലാക്കിയ പ്രവർത്തനം ആവർത്തിക്കുക + + + എല്ലാ ഉള്ളടക്കവും തിരഞ്ഞെടുക്കുക + + + തിരഞ്ഞെടുത്ത ടെക്സ്റ്റിന് അടിവരയിടുക + + + ഏറ്റവും സമീപകാലത്തെ ക്രിയ വിപരീതമാക്കുക + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + ബോൾഡ് + + + പകർത്തുക + + + മുറിക്കുക + + + ചെരിച്ചെഴുത്ത് + + + ഒട്ടിക്കുക + + + വീണ്ടും ചെയ്യുക + + + എല്ലാം തിരഞ്ഞെടുക്കുക + + + അടിവര + + + പൂർവ്വാവസ്ഥയിലാക്കുക + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ms-MY.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..3e27ed8e --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ms-MY.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Baca pruf + The label for the text command bar flyout menu item that provides the proofing menu. + + + Tebalkan teks yang dipilih + + + Salin kandungan yang dipilih kepada papan klip + + + Alih keluar kandungan yang dipilih dan letakkannya pada papan klip + + + Jadikan teks yang dipilih italik + + + Masukkan kandungan papan klip di lokasi semasa + + + Ulang tindakan dibuat asal baru-baru ini + + + Pilih semua kandungan + + + Lukis garis bawah pada teks yang dipilih + + + Buat asal tindakan yang terbaru + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Tebal + + + Salin + + + Potong + + + Italic + + + Tampal + + + Buat semula + + + Pilih Semua + + + Garis bawah + + + Buat asal + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.nb-NO.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..37c136b6 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.nb-NO.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korrektur + The label for the text command bar flyout menu item that provides the proofing menu. + + + Gjør merket tekst fet + + + Kopier det merkede innholdet til utklippstavlen + + + Fjern det merkede området og plasser det på utklippstavlen + + + Bruker kursiv skrift på den merkede teksten + + + Sett inn innholdet på utklippstavlen på gjeldende plassering + + + Gjenta den siste handlingen du angret + + + Merk alt innhold + + + Understreker den merkede teksten + + + Reverser den siste handlingen + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Fet + + + Kopier + + + Klipp ut + + + Kursiv + + + Lim inn + + + Gjør om + + + Merk alt + + + Understrek + + + Angre + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.nl-NL.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..4813dec2 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.nl-NL.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Controle + The label for the text command bar flyout menu item that provides the proofing menu. + + + De geselecteerde tekst vet maken + + + De geselecteerde inhoud naar het klembord kopiëren + + + De geselecteerde inhoud verwijderen en deze naar het klembord kopiëren + + + De geselecteerde tekst cursief maken + + + De inhoud van het klembord invoegen op de huidige locatie + + + De meest recente ongedaan gemaakte actie herhalen + + + Alle inhoud selecteren + + + De geselecteerde tekst onderstrepen + + + De meest recente actie omkeren + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Vet + + + Kopiëren + + + Knippen + + + Cursief + + + Plakken + + + Opnieuw + + + Alles selecteren + + + Onderstrepen + + + Ongedaan maken + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.nn-NO.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..1724e2e5 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.nn-NO.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korrektur + The label for the text command bar flyout menu item that provides the proofing menu. + + + Uthev merkt tekst + + + Kopier det merkte innhaldet til utklippstavla + + + Fjern det merkte innhaldet og plasser det på utklippstavla + + + Sett merkt tekst i kursiv + + + Sett inn innhaldet frå utklippstavla på gjeldande plassering + + + Gjenta siste angra handling + + + Vel alt innhaldet + + + Understrek merkt tekst + + + Reverser siste handling + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Utheva + + + Kopier + + + Klipp ut + + + Kursiv + + + Lim inn + + + Gjer om + + + Merk alt + + + Understreking + + + Angre + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.pl-PL.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..e3e1bddb --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.pl-PL.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Sprawdzanie + The label for the text command bar flyout menu item that provides the proofing menu. + + + Pogrub zaznaczony tekst + + + Kopiuj zaznaczoną zawartość do schowka + + + Usuń zaznaczoną zawartość i umieść ją w schowku + + + Zastosuj kursywę do zaznaczonego tekstu + + + Wklej zawartość schowka w bieżącej lokalizacji + + + Wykonaj ponownie ostatnio wycofaną akcję + + + Zaznacz całą zawartość + + + Podkreśl zaznaczony tekst + + + Wycofaj ostatnią akcję + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Pogrubienie + + + Kopiuj + + + Wytnij + + + Kursywa + + + Wklej + + + Wykonaj ponownie + + + Zaznacz wszystko + + + Podkreślenie + + + Cofnij + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-BR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..189d28a4 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-BR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Comprovação + The label for the text command bar flyout menu item that provides the proofing menu. + + + Coloque o texto selecionado em negrito + + + Copiar o conteúdo selecionado para a área de transferência + + + Remover o conteúdo selecionado e colocá-lo na área de transferência + + + Coloque o texto selecionado em itálico + + + Inserir o conteúdo da área de transferência no local atual + + + Repita a ação mais recente + + + Selecione todo o conteúdo + + + Sublinhe o texto selecionado + + + Reverta a ação mais recente + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Negrito + + + Copiar + + + Recortar + + + Itálico + + + Colar + + + Refazer + + + Selecionar Tudo + + + Sublinhar + + + Desfazer + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-PT.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..84311af8 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.pt-PT.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verificação + The label for the text command bar flyout menu item that provides the proofing menu. + + + Colocar o texto selecionado a negrito + + + Copiar o conteúdo selecionado para a área de transferência + + + Remover o conteúdo selecionado e colocá-lo na área de transferência + + + Colocar em itálico o texto selecionado + + + Inserir os conteúdos da área de transferência na localização atual + + + Repetir a ação anulada mais recente + + + Selecionar todo o conteúdo + + + Sublinhar o texto selecionado + + + Reverter a ação mais recente + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + P + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Negrito + + + Copiar + + + Cortar + + + Itálico + + + Colar + + + Refazer + + + Selecionar Tudo + + + Sublinhar + + + Desfazer + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.resx new file mode 100644 index 00000000..54a1c545 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Proofing + The label for the text command bar flyout menu item that provides the proofing menu. + + + Bold the selected text + + + Copy the selected content to the clipboard + + + Remove the selected content and put it on the clipboard + + + Italicize the selected text + + + Insert the contents of the clipboard at the current location + + + Repeat the most recently undone action + + + Select all content + + + Underline the selected text + + + Reverse the most recent action + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Bold + + + Copy + + + Cut + + + Italic + + + Paste + + + Redo + + + Select All + + + Underline + + + Undo + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ro-RO.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..18313792 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ro-RO.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verificare + The label for the text command bar flyout menu item that provides the proofing menu. + + + Textul selectat devine aldin + + + Copiați conținutul selectat în clipboard + + + Eliminați conținutul selectat și puneți-l în clipboard + + + Textul selectat devine cursiv + + + Inserați conținutul din clipboard în locația curentă + + + Repetați cea mai recentă acțiune anulată + + + Selectați tot conținutul + + + Se subliniază textul selectat + + + Inversați acțiunea cea mai recentă + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Aldin + + + Copiere + + + Decupare + + + Cursiv + + + Lipire + + + Refacere + + + Selectați tot + + + Subliniere + + + Anulare + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ru-RU.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..1199e895 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ru-RU.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Правописание + The label for the text command bar flyout menu item that provides the proofing menu. + + + Выделить полужирным выбранный текст + + + Скопировать выделенное содержимое в буфер обмена + + + Удалить выделенное содержимое и поместить его в буфер обмена + + + Выделить курсивом выбранный текст + + + Вставка содержимого буфера обмена в текущем местоположении + + + Повторить последнее отмененное действие + + + Выбрать все содержимое + + + Подчеркнуть выделенный текст + + + Отменить последнее действие + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Полужирный + + + Копировать + + + Вырезать + + + Курсив + + + Вставить + + + Вернуть + + + Выбрать все + + + Подчеркнутый + + + Отменить + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.sk-SK.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..97dcb149 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sk-SK.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korektúra + The label for the text command bar flyout menu item that provides the proofing menu. + + + Nastaviť vybratý text ako tučný + + + Skopírovať vybratý obsah do Schránky + + + Odstrániť vybratý obsah a vložiť ho do Schránky + + + Nastaviť vybratý text ako kurzívu + + + Vložiť obsah schránky na aktuálne miesto + + + Zopakovať naposledy zrušenú akciu + + + Vybrať celý obsah + + + Nastaviť vybratý text ako podčiarknutý + + + Vrátiť poslednú vykonanú akciu + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Tučné + + + Kopírovať + + + Vystrihnúť + + + Kurzíva + + + Prilepiť + + + Znova + + + Vybrať všetko + + + Podčiarknuté + + + Vrátiť späť + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.sl-SI.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..5a4b36fb --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sl-SI.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Preverjanje + The label for the text command bar flyout menu item that provides the proofing menu. + + + Oblikuj izbrano besedilo kot krepko + + + Kopiraj izbrano vsebino v odložišče. + + + Odstrani izbrano vsebino in jo postavi v odložišče + + + Oblikuj izbrano besedilo kot ležeče + + + Vstavi vsebino odložišča na trenutno mesto + + + Ponovi zadnje razveljavljeno dejanje + + + Izberi vso vsebino + + + Podčrtaj izbrano besedilo + + + Obratno izvedi zadnje dejanje + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Krepko + + + Kopiraj + + + Izreži + + + Ležeče + + + Prilepi + + + Uveljavi + + + Izberi vse + + + Podčrtaj + + + Razveljavi + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.sq-AL.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..7e2ad141 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sq-AL.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kontrolli gjuhësor + The label for the text command bar flyout menu item that provides the proofing menu. + + + Bëje të trashësuar tekstin e përzgjedhur + + + Kopjo përmbajtjen e përzgjedhur në kujtesën e fragmenteve + + + Hiq përmbajtjen e përzgjedhur dhe vëre në kujtesën e fragmenteve + + + Bëje kursiv tekstin e përzgjedhur + + + Fut përmbajtjet e kujtesës së fragmenteve në vendndodhjen aktuale + + + Përsërit veprimin e zhbërë më së fundi + + + Përzgjidh të gjithë përmbajtjen + + + Nënvizo tekstin e përzgjedhur + + + Kthe mbrapsht veprimin më të fundit + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + I trashësuar + + + Kopjo + + + Prit + + + Kursiv + + + Ngjit + + + Ribëj + + + Përzgjidh të gjitha + + + I nënvizuar + + + Zhbëj + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.sr-Latn-RS.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..b85c48fe --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Korekcija + The label for the text command bar flyout menu item that provides the proofing menu. + + + Podebljaj izabrani tekst + + + Kopiraj izabrani sadržaj u ostavu + + + Ukloni izabrani sadržaj i stavi ga u ostavu + + + Prebacite izabrani tekst u kurziv + + + Umetni sadržaj ostave na trenutnu lokaciju + + + Ponovi poslednju opozvanu radnju + + + Izaberi celokupan sadržaj + + + Podvucite izabrani tekst + + + Preokreni najnoviju radnju + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + O + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Podebljano + + + Kopiranje + + + Isecanje + + + Kurziv + + + Nalepi + + + Ponovi radnju + + + Izaberi sve + + + Podvučeno + + + Opozovi radnju + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.sv-SE.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..fdcaf614 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sv-SE.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Språkkontroll + The label for the text command bar flyout menu item that provides the proofing menu. + + + Gör den markerade texten fet + + + Kopiera det markerade innehållet till Urklipp + + + Ta bort det markerade innehållet och placera det i Urklipp + + + Kursivera den markerade texten + + + Infoga innehållet från Urklipp i den aktuella platsen + + + Upprepa den senast ångrade åtgärden + + + Markera allt innehåll + + + Stryk under den markerade texten + + + Ångra den senaste åtgärden + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + L + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Fet + + + Kopiera + + + Klipp ut + + + Kursiv + + + Klistra in + + + Gör om + + + Markera allt + + + Understruken + + + Ångra + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.sw-KE.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.sw-KE.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.ta-IN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..a4a93a46 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.ta-IN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + பிழைத்திருத்தல் + The label for the text command bar flyout menu item that provides the proofing menu. + + + தேர்ந்தெடுத்த உரையைத் தடிமனாக்கு + + + தேர்ந்தெடுத்த உள்ளடக்கத்தை நகலகத்திற்கு நகலெடுக்கவும் + + + தேர்ந்தெடுத்த உள்ளடக்கத்தை அகற்றி, அதனை நகலகத்தில் வைக்கவும் + + + தேர்ந்தெடுத்த உரையைச் சாய்வாக்கு + + + நடப்பு இருப்பிடத்தில் நகலகத்தில் உள்ள உள்ளடக்கத்தைச் செருகவும் + + + மிகவும் சமீபத்திய செயல்தவிர் செயல்பாட்டை மீண்டும் செய் + + + அனைத்து உள்ளடக்கத்தையும் தேர்ந்தெடுக்கவும் + + + தேர்ந்தெடுத்த உரையில் அடிக்கோடிடு + + + மிகவும் சமீபத்திய செயல்பாட்டை மீட்டமை + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + தடிமனாக்கு + + + நகலெடு + + + வெட்டு + + + சாய்வாக்கு + + + ஒட்டு + + + மீண்டும்செய் + + + எல்லாம் தேர்ந்தெடு + + + அடிக்கோடிடு + + + செயல்தவிர் + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.te-IN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..143b53e9 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.te-IN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ప్రూఫింగ్ + The label for the text command bar flyout menu item that provides the proofing menu. + + + ఎంచుకున్న వచనాన్ని బోల్డ్ చేస్తుంది + + + ఎంచుకున్న కంటెంట్‌ను క్లిప్ బోర్డ్ కి కాపీ చేస్తుంది + + + ఎంపిక చేసిన కంటెంట్ ని తొలగించి, క్లిప్ బోర్డ్ మీద ఉంచండి. + + + ఎంచుకున్న వచనాన్ని ఇటాలిక్ చేస్తుంది + + + క్లిప్ బోర్డ్ లో ఉంచిన కంటెంట్ ని ప్రస్తుతం సూచించిన లొకేషన్ కి మార్చండి. + + + ఇటీవల రద్దుచేసిన చర్యను మళ్లీ చేస్తుంది + + + మొత్తం కంటెంట్ ను ఎంచుకోండి + + + ఎంచుకున్న వచనాన్ని అండర్‌లైన్ చేస్తుంది + + + అత్యంత ఇటీవలి చర్యను రివర్స్ చేస్తుంది + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + పెద్దగా + + + కాపీ + + + కత్తిరించు + + + ఇటాలిక్ + + + అతికించు + + + చర్య పునరావృతం + + + అన్నింటినీ ఎంచుకోండి + + + అండర్‌లైన్ + + + చర్య రద్దు + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.th-TH.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..e3c615ce --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.th-TH.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + การตรวจสอบ + The label for the text command bar flyout menu item that provides the proofing menu. + + + ทำตัวหนาข้อความที่เลือก + + + คัดลอกเนื้อหาที่เลือกไปยังคลิปบอร์ด + + + ลบเนื้อหาที่เลือกและวางลงในคลิปบอร์ด + + + ทำตัวเอียงข้อความที่เลือก + + + ใส่เนื้อหาของคลิปบอร์ดในตำแหน่งที่ตั้งปัจจุบัน + + + ทำซ้ำการดำเนินการที่ยกเลิกการทำล่าสุด + + + เลือกเนื้อหาทั้งหมด + + + ขีดเส้นใต้ข้อความที่เลือก + + + ย้อนกลับการดำเนินการล่าสุด + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + ตัวหนา + + + คัดลอก + + + ตัด + + + ตัวเอียง + + + วาง + + + ทำซ้ำ + + + เลือกทั้งหมด + + + ขีดเส้นใต้ + + + เลิกทำ + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.tr-TR.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..510be7db --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.tr-TR.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Yazım Denetleme + The label for the text command bar flyout menu item that provides the proofing menu. + + + Seçili metni kalın yapın + + + Seçili içeriği panoya kopyalayın + + + Seçili içeriği kaldırın ve panoya yerleştirin + + + Seçilen metni italik yapın + + + Panonun içeriğini geçerli konuma ekle + + + En son geri alınan eylemi yineleyin + + + Tüm içeriği seçin + + + Seçilen metnin altını çizin + + + En son eylemi geri çevirin + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Kalın + + + Kopyala + + + Kes + + + İtalik + + + Yapıştır + + + Yinele + + + Tümünü Seç + + + Altı çizili + + + Geri Al + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.uk-UA.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..58f0a545 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.uk-UA.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Перевірка + The label for the text command bar flyout menu item that provides the proofing menu. + + + Виділити вибраний текст жирним + + + Копіювати виділений вміст до буфера обміну + + + Видалити виділений вміст і вставити його в буфер обміну + + + Виділити вибраний текст курсивом + + + Вставити вміст буфера обміну в поточне розташування + + + Повторити останню скасовану дію + + + Вибрати весь вміст + + + Підкреслити виділений текст + + + Скасувати останню дію + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Жирний + + + Копіювати + + + Вирізати + + + Курсив + + + Вставити + + + Повторити + + + Виділити все + + + Підкреслити + + + Скасувати + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.vi-VN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..85e15a93 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.vi-VN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hiệu đính + The label for the text command bar flyout menu item that provides the proofing menu. + + + Tô đậm văn bản đã chọn + + + Sao chép nội dung đã chọn vào bảng tạm + + + Xóa nội dung đã chọn và đưa nội dung đó vào bảng tạm + + + In nghiêng văn bản đã chọn + + + Chèn nội dung của bảng tạm ở vị trí hiện tại + + + Lặp lại hành động hoàn tác gần đây nhất + + + Chọn tất cả nội dung + + + Gạch dưới văn bản đã chọn + + + Đảo ngược hành động gần đây nhất + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + Tô đậm + + + Sao chép + + + Cắt + + + In Nghiêng + + + Dán + + + Làm lại + + + Chọn Tất cả + + + Gạch chân + + + Hoàn tác + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-CN.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..3d98f9a6 --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-CN.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 校对 + The label for the text command bar flyout menu item that provides the proofing menu. + + + 加粗所选的文本 + + + 将所选内容复制到剪贴板 + + + 移除所选内容并放入剪贴板 + + + 将所选文字设置为倾斜 + + + 在当前位置插入剪贴板内容 + + + 重复最近的撤消操作 + + + 选择所有内容 + + + 给所选文字加下划线 + + + 撤消最近操作 + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + 粗体 + + + 复制 + + + 剪切 + + + 斜体 + + + 粘贴 + + + 恢复 + + + 全选 + + + 下划线 + + + 撤消 + + \ No newline at end of file diff --git a/ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-TW.resx b/ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..1d9c6c9a --- /dev/null +++ b/ModernWpf/Controls/TextContextMenu/Strings/Resources.zh-TW.resx @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 校訂 + The label for the text command bar flyout menu item that provides the proofing menu. + + + 將選取的文字以粗體顯示 + + + 將選取的內容複製到剪貼簿 + + + 移除選取的內容並將其放在剪貼簿上 + + + 將選取的文字以斜體顯示 + + + 在目前的位置插入剪貼簿內容 + + + 重複最近復原的動作 + + + 選取所有內容 + + + 將選取的文字加上底線 + + + 反轉最近的動作 + + + B + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for bolding - Ctrl+B. Must be unique with respect to every other keyboard accelerator in this file. + + + C + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for copying - Ctrl+C. Must be unique with respect to every other keyboard accelerator in this file. + + + X + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for cutting - Ctrl+X. Must be unique with respect to every other keyboard accelerator in this file. + + + I + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for italicizing - Ctrl+I. Must be unique with respect to every other keyboard accelerator in this file. + + + V + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for pasting - Ctrl+V. Must be unique with respect to every other keyboard accelerator in this file. + + + Y + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for redoing - Ctrl+Y. Must be unique with respect to every other keyboard accelerator in this file. + + + A + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for selecting all - Ctrl+A. Must be unique with respect to every other keyboard accelerator in this file. + + + U + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for underlining - Ctrl+U. Must be unique with respect to every other keyboard accelerator in this file. + + + Z + {ValidChars="A-Z"}{MinLength=source}{MaxLength=source}Keyboard accelerator key for undoing - Ctrl+Z. Must be unique with respect to every other keyboard accelerator in this file. + + + 粗體 + + + 複製 + + + 剪下 + + + 斜體 + + + 貼上 + + + 重做 + + + 全選 + + + 底線 + + + 復原 + + \ No newline at end of file diff --git a/ModernWpf/ModernWpf.csproj b/ModernWpf/ModernWpf.csproj index bb2882c6..757fb965 100644 --- a/ModernWpf/ModernWpf.csproj +++ b/ModernWpf/ModernWpf.csproj @@ -5,7 +5,7 @@ true en-US true - 8.0 + latest true diff --git a/ModernWpf/ProgressBar/ProgressBarAutomationPeer.cs b/ModernWpf/ProgressBar/ProgressBarAutomationPeer.cs index 606b7771..ee3cf9ee 100644 --- a/ModernWpf/ProgressBar/ProgressBarAutomationPeer.cs +++ b/ModernWpf/ProgressBar/ProgressBarAutomationPeer.cs @@ -4,6 +4,7 @@ using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using ProgressBar = ModernWpf.Controls.ProgressBar; +using static ModernWpf.ResourceAccessor; namespace ModernWpf.Automation.Peers { @@ -51,15 +52,15 @@ protected override string GetNameCore() { if (progressBar.ShowError) { - return Strings.ProgressBarErrorStatus; + return ResourceAccessor.GetLocalizedStringResource(SR_ProgressBarErrorStatus); } else if (progressBar.ShowPaused) { - return Strings.ProgressBarPausedStatus; + return ResourceAccessor.GetLocalizedStringResource(SR_ProgressBarPausedStatus); } else if (progressBar.IsIndeterminate) { - return Strings.ProgressBarIndeterminateStatus; + return ResourceAccessor.GetLocalizedStringResource(SR_ProgressBarIndeterminateStatus); } } return name; diff --git a/ModernWpf/ProgressBar/Strings/Resources.af-ZA.resx b/ModernWpf/ProgressBar/Strings/Resources.af-ZA.resx new file mode 100644 index 00000000..0d926655 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.af-ZA.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fout + This is used to announce Error state. + + + Besig + This is used to announce Indeterminate state. + + + Onderbreek + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.am-ET.resx b/ModernWpf/ProgressBar/Strings/Resources.am-ET.resx new file mode 100644 index 00000000..e0997630 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.am-ET.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ስህተት + This is used to announce Error state. + + + ባተሌ + This is used to announce Indeterminate state. + + + ላፍታ ቆሟል + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ar-SA.resx b/ModernWpf/ProgressBar/Strings/Resources.ar-SA.resx new file mode 100644 index 00000000..0e2f350c --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ar-SA.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + خطأ + This is used to announce Error state. + + + مشغول + This is used to announce Indeterminate state. + + + متوقف مؤقتًا + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.az-Latn-AZ.resx b/ModernWpf/ProgressBar/Strings/Resources.az-Latn-AZ.resx new file mode 100644 index 00000000..2beb3fb7 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.az-Latn-AZ.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Səhv + This is used to announce Error state. + + + Məşğuldur + This is used to announce Indeterminate state. + + + Fasilə verilib + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.be-BY.resx b/ModernWpf/ProgressBar/Strings/Resources.be-BY.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.be-BY.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.bg-BG.resx b/ModernWpf/ProgressBar/Strings/Resources.bg-BG.resx new file mode 100644 index 00000000..97cd2df0 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.bg-BG.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Грешка + This is used to announce Error state. + + + Зает/а + This is used to announce Indeterminate state. + + + На пауза + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.bn-BD.resx b/ModernWpf/ProgressBar/Strings/Resources.bn-BD.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.bn-BD.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.bs-Latn-BA.resx b/ModernWpf/ProgressBar/Strings/Resources.bs-Latn-BA.resx new file mode 100644 index 00000000..cabe51c6 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.bs-Latn-BA.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Greška + This is used to announce Error state. + + + Zauzet + This is used to announce Indeterminate state. + + + Pauzirano + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ca-ES.resx b/ModernWpf/ProgressBar/Strings/Resources.ca-ES.resx new file mode 100644 index 00000000..d63cf6d2 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ca-ES.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Error + This is used to announce Error state. + + + Ocupat + This is used to announce Indeterminate state. + + + En pausa + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.cs-CZ.resx b/ModernWpf/ProgressBar/Strings/Resources.cs-CZ.resx new file mode 100644 index 00000000..8a7be351 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.cs-CZ.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Chyba + This is used to announce Error state. + + + Zaneprázdněn + This is used to announce Indeterminate state. + + + Pozastaveno + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.da-DK.resx b/ModernWpf/ProgressBar/Strings/Resources.da-DK.resx new file mode 100644 index 00000000..6d5a4b27 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.da-DK.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fejl + This is used to announce Error state. + + + Optaget + This is used to announce Indeterminate state. + + + På pause + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.de-DE.resx b/ModernWpf/ProgressBar/Strings/Resources.de-DE.resx new file mode 100644 index 00000000..ae829012 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.de-DE.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fehler + This is used to announce Error state. + + + Beschäftigt + This is used to announce Indeterminate state. + + + Angehalten + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.el-GR.resx b/ModernWpf/ProgressBar/Strings/Resources.el-GR.resx new file mode 100644 index 00000000..f26e63e0 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.el-GR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Σφάλμα + This is used to announce Error state. + + + Απασχολημένος + This is used to announce Indeterminate state. + + + Σε παύση + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.en-GB.resx b/ModernWpf/ProgressBar/Strings/Resources.en-GB.resx new file mode 100644 index 00000000..83ae0c2c --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.en-GB.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Error + This is used to announce Error state. + + + Busy + This is used to announce Indeterminate state. + + + Paused + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.es-ES.resx b/ModernWpf/ProgressBar/Strings/Resources.es-ES.resx new file mode 100644 index 00000000..81921463 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.es-ES.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Error + This is used to announce Error state. + + + Ocupado + This is used to announce Indeterminate state. + + + En pausa + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.es-MX.resx b/ModernWpf/ProgressBar/Strings/Resources.es-MX.resx new file mode 100644 index 00000000..dc0cb915 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.es-MX.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Error + This is used to announce Error state. + + + Ocupado + This is used to announce Indeterminate state. + + + Pausado + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.et-EE.resx b/ModernWpf/ProgressBar/Strings/Resources.et-EE.resx new file mode 100644 index 00000000..2bd91124 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.et-EE.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tõrge + This is used to announce Error state. + + + Hõivatud + This is used to announce Indeterminate state. + + + Peatatud + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.eu-ES.resx b/ModernWpf/ProgressBar/Strings/Resources.eu-ES.resx new file mode 100644 index 00000000..067729e6 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.eu-ES.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Errorea + This is used to announce Error state. + + + Lanpetuta + This is used to announce Indeterminate state. + + + Pausatuta + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.fa-IR.resx b/ModernWpf/ProgressBar/Strings/Resources.fa-IR.resx new file mode 100644 index 00000000..78de23db --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.fa-IR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + خطا + This is used to announce Error state. + + + مشغول + This is used to announce Indeterminate state. + + + مکث شده + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.fi-FI.resx b/ModernWpf/ProgressBar/Strings/Resources.fi-FI.resx new file mode 100644 index 00000000..a662f3f5 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.fi-FI.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Virhe + This is used to announce Error state. + + + Varattu + This is used to announce Indeterminate state. + + + Keskeytetty + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.fil-PH.resx b/ModernWpf/ProgressBar/Strings/Resources.fil-PH.resx new file mode 100644 index 00000000..0b6e5f01 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.fil-PH.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Error + This is used to announce Error state. + + + Abala + This is used to announce Indeterminate state. + + + Naka-pause + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.fr-CA.resx b/ModernWpf/ProgressBar/Strings/Resources.fr-CA.resx new file mode 100644 index 00000000..643fa28d --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.fr-CA.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Erreur + This is used to announce Error state. + + + Occupé(e) + This is used to announce Indeterminate state. + + + En pause + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.fr-FR.resx b/ModernWpf/ProgressBar/Strings/Resources.fr-FR.resx new file mode 100644 index 00000000..643fa28d --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.fr-FR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Erreur + This is used to announce Error state. + + + Occupé(e) + This is used to announce Indeterminate state. + + + En pause + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.gl-ES.resx b/ModernWpf/ProgressBar/Strings/Resources.gl-ES.resx new file mode 100644 index 00000000..d2083e09 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.gl-ES.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Erro + This is used to announce Error state. + + + Ocupado + This is used to announce Indeterminate state. + + + En pausa + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ha-Latn-NG.resx b/ModernWpf/ProgressBar/Strings/Resources.ha-Latn-NG.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ha-Latn-NG.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.he-IL.resx b/ModernWpf/ProgressBar/Strings/Resources.he-IL.resx new file mode 100644 index 00000000..2dddb973 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.he-IL.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + שגיאה + This is used to announce Error state. + + + עסוק/ה + This is used to announce Indeterminate state. + + + מושהה + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.hi-IN.resx b/ModernWpf/ProgressBar/Strings/Resources.hi-IN.resx new file mode 100644 index 00000000..48eedf0f --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.hi-IN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + त्रुटि + This is used to announce Error state. + + + व्यस्त + This is used to announce Indeterminate state. + + + विराम दिया गया + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.hr-HR.resx b/ModernWpf/ProgressBar/Strings/Resources.hr-HR.resx new file mode 100644 index 00000000..a9d14933 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.hr-HR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Pogreška + This is used to announce Error state. + + + Zauzet + This is used to announce Indeterminate state. + + + Pauzirano + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.hu-HU.resx b/ModernWpf/ProgressBar/Strings/Resources.hu-HU.resx new file mode 100644 index 00000000..af9a46a6 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.hu-HU.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hiba + This is used to announce Error state. + + + Elfoglalt + This is used to announce Indeterminate state. + + + Felfüggesztve + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.id-ID.resx b/ModernWpf/ProgressBar/Strings/Resources.id-ID.resx new file mode 100644 index 00000000..05ed86cc --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.id-ID.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kesalahan + This is used to announce Error state. + + + Sibuk + This is used to announce Indeterminate state. + + + Dijeda + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.is-IS.resx b/ModernWpf/ProgressBar/Strings/Resources.is-IS.resx new file mode 100644 index 00000000..4d8b6565 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.is-IS.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Villa + This is used to announce Error state. + + + Upptekin(n) + This is used to announce Indeterminate state. + + + í bið + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.it-IT.resx b/ModernWpf/ProgressBar/Strings/Resources.it-IT.resx new file mode 100644 index 00000000..682cb284 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.it-IT.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Errore + This is used to announce Error state. + + + Occupato + This is used to announce Indeterminate state. + + + In pausa + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ja-JP.resx b/ModernWpf/ProgressBar/Strings/Resources.ja-JP.resx new file mode 100644 index 00000000..5e5b538c --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ja-JP.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + エラー + This is used to announce Error state. + + + 取り込み中 + This is used to announce Indeterminate state. + + + 一時停止 + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ka-GE.resx b/ModernWpf/ProgressBar/Strings/Resources.ka-GE.resx new file mode 100644 index 00000000..e03385d5 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ka-GE.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + შეცდომა + This is used to announce Error state. + + + დაკავებულია + This is used to announce Indeterminate state. + + + დაპაუზებული + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.kk-KZ.resx b/ModernWpf/ProgressBar/Strings/Resources.kk-KZ.resx new file mode 100644 index 00000000..868635ec --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.kk-KZ.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Қате + This is used to announce Error state. + + + Бос емес + This is used to announce Indeterminate state. + + + Кідіртілді + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.km-KH.resx b/ModernWpf/ProgressBar/Strings/Resources.km-KH.resx new file mode 100644 index 00000000..f1bf26ab --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.km-KH.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + កំហុស + This is used to announce Error state. + + + ជាប់រវល់ + This is used to announce Indeterminate state. + + + ផ្អាក + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.kn-IN.resx b/ModernWpf/ProgressBar/Strings/Resources.kn-IN.resx new file mode 100644 index 00000000..8df8c5bd --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.kn-IN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ದೋಷ + This is used to announce Error state. + + + ನಿರತ + This is used to announce Indeterminate state. + + + ವಿರಾಮಗೊಳಿಸಿದೆ + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ko-KR.resx b/ModernWpf/ProgressBar/Strings/Resources.ko-KR.resx new file mode 100644 index 00000000..7801a3c0 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ko-KR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 오류 + This is used to announce Error state. + + + 다른 용무 중 + This is used to announce Indeterminate state. + + + 일시 중지됨 + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.lo-LA.resx b/ModernWpf/ProgressBar/Strings/Resources.lo-LA.resx new file mode 100644 index 00000000..19e6618d --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.lo-LA.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ຜິດພາດ + This is used to announce Error state. + + + ບໍ່ຫວ່າງ + This is used to announce Indeterminate state. + + + ຢຸດຊົ່ວຄາວ + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.lt-LT.resx b/ModernWpf/ProgressBar/Strings/Resources.lt-LT.resx new file mode 100644 index 00000000..c71832ee --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.lt-LT.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Klaida + This is used to announce Error state. + + + Užsiėmęs + This is used to announce Indeterminate state. + + + Pristabdyta + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.lv-LV.resx b/ModernWpf/ProgressBar/Strings/Resources.lv-LV.resx new file mode 100644 index 00000000..8e9c9890 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.lv-LV.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kļūda + This is used to announce Error state. + + + Aizņemts + This is used to announce Indeterminate state. + + + Pauzēts + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.mk-MK.resx b/ModernWpf/ProgressBar/Strings/Resources.mk-MK.resx new file mode 100644 index 00000000..66ff16ab --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.mk-MK.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Грешка + This is used to announce Error state. + + + Зафатено + This is used to announce Indeterminate state. + + + Паузирано + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ml-IN.resx b/ModernWpf/ProgressBar/Strings/Resources.ml-IN.resx new file mode 100644 index 00000000..03801fe0 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ml-IN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + തെറ്റ് + This is used to announce Error state. + + + തിരക്കിൽ + This is used to announce Indeterminate state. + + + അൽപം നിർത്തുക + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ms-MY.resx b/ModernWpf/ProgressBar/Strings/Resources.ms-MY.resx new file mode 100644 index 00000000..d9a1fc2f --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ms-MY.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ralat + This is used to announce Error state. + + + Sibuk + This is used to announce Indeterminate state. + + + Dijeda + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.nb-NO.resx b/ModernWpf/ProgressBar/Strings/Resources.nb-NO.resx new file mode 100644 index 00000000..bd4aadef --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.nb-NO.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Feil + This is used to announce Error state. + + + Opptatt + This is used to announce Indeterminate state. + + + Midlertidig stanset + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.nl-NL.resx b/ModernWpf/ProgressBar/Strings/Resources.nl-NL.resx new file mode 100644 index 00000000..1bf85e3e --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.nl-NL.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fout + This is used to announce Error state. + + + Bezig + This is used to announce Indeterminate state. + + + Onderbroken + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.nn-NO.resx b/ModernWpf/ProgressBar/Strings/Resources.nn-NO.resx new file mode 100644 index 00000000..cbd9fc11 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.nn-NO.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Feil + This is used to announce Error state. + + + Oppteken + This is used to announce Indeterminate state. + + + Mellombels stansa + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.pl-PL.resx b/ModernWpf/ProgressBar/Strings/Resources.pl-PL.resx new file mode 100644 index 00000000..5edb19b4 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.pl-PL.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Błąd + This is used to announce Error state. + + + Zajęty + This is used to announce Indeterminate state. + + + Wstrzymano + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.pt-BR.resx b/ModernWpf/ProgressBar/Strings/Resources.pt-BR.resx new file mode 100644 index 00000000..c92f1b03 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.pt-BR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Erro + This is used to announce Error state. + + + Ocupado + This is used to announce Indeterminate state. + + + Pausado + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.pt-PT.resx b/ModernWpf/ProgressBar/Strings/Resources.pt-PT.resx new file mode 100644 index 00000000..c5993707 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.pt-PT.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Erro + This is used to announce Error state. + + + Ocupado + This is used to announce Indeterminate state. + + + Em pausa + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.resx b/ModernWpf/ProgressBar/Strings/Resources.resx new file mode 100644 index 00000000..83ae0c2c --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Error + This is used to announce Error state. + + + Busy + This is used to announce Indeterminate state. + + + Paused + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ro-RO.resx b/ModernWpf/ProgressBar/Strings/Resources.ro-RO.resx new file mode 100644 index 00000000..59437f47 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ro-RO.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Eroare + This is used to announce Error state. + + + Ocupat + This is used to announce Indeterminate state. + + + În pauză + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ru-RU.resx b/ModernWpf/ProgressBar/Strings/Resources.ru-RU.resx new file mode 100644 index 00000000..9c7f236a --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ru-RU.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ошибка + This is used to announce Error state. + + + Занято + This is used to announce Indeterminate state. + + + Приостановлено + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.sk-SK.resx b/ModernWpf/ProgressBar/Strings/Resources.sk-SK.resx new file mode 100644 index 00000000..4e74505b --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.sk-SK.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Chyba + This is used to announce Error state. + + + Nemám čas + This is used to announce Indeterminate state. + + + Pozastavené + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.sl-SI.resx b/ModernWpf/ProgressBar/Strings/Resources.sl-SI.resx new file mode 100644 index 00000000..495f3919 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.sl-SI.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Napaka + This is used to announce Error state. + + + Zaseden + This is used to announce Indeterminate state. + + + Začasno ustavljeno + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.sq-AL.resx b/ModernWpf/ProgressBar/Strings/Resources.sq-AL.resx new file mode 100644 index 00000000..91fe660b --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.sq-AL.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Gabim + This is used to announce Error state. + + + I zënë + This is used to announce Indeterminate state. + + + Pezulluar + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.sr-Latn-RS.resx b/ModernWpf/ProgressBar/Strings/Resources.sr-Latn-RS.resx new file mode 100644 index 00000000..b735e7fa --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.sr-Latn-RS.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Greška + This is used to announce Error state. + + + Zauzet/a + This is used to announce Indeterminate state. + + + Pauzirano + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.sv-SE.resx b/ModernWpf/ProgressBar/Strings/Resources.sv-SE.resx new file mode 100644 index 00000000..15f1fe84 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.sv-SE.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fel + This is used to announce Error state. + + + Upptagen + This is used to announce Indeterminate state. + + + Pausad + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.sw-KE.resx b/ModernWpf/ProgressBar/Strings/Resources.sw-KE.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.sw-KE.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.ta-IN.resx b/ModernWpf/ProgressBar/Strings/Resources.ta-IN.resx new file mode 100644 index 00000000..382f2215 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.ta-IN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + பிழை + This is used to announce Error state. + + + பணிமிகுதி + This is used to announce Indeterminate state. + + + இடைநிறுத்தப்பட்டது + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.te-IN.resx b/ModernWpf/ProgressBar/Strings/Resources.te-IN.resx new file mode 100644 index 00000000..822302ae --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.te-IN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + దోషం + This is used to announce Error state. + + + బిజీగా ఉన్నారు + This is used to announce Indeterminate state. + + + నిలిపివేయబడింది + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.th-TH.resx b/ModernWpf/ProgressBar/Strings/Resources.th-TH.resx new file mode 100644 index 00000000..f07919c4 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.th-TH.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ข้อผิดพลาด + This is used to announce Error state. + + + ไม่ว่าง + This is used to announce Indeterminate state. + + + หยุดชั่วคราว + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.tr-TR.resx b/ModernWpf/ProgressBar/Strings/Resources.tr-TR.resx new file mode 100644 index 00000000..2c49a844 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.tr-TR.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hata + This is used to announce Error state. + + + Meşgul + This is used to announce Indeterminate state. + + + Duraklatıldı + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.uk-UA.resx b/ModernWpf/ProgressBar/Strings/Resources.uk-UA.resx new file mode 100644 index 00000000..88a20199 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.uk-UA.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Помилка + This is used to announce Error state. + + + Зайнятий + This is used to announce Indeterminate state. + + + Призупинено + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.uz-Latn-UZ.resx b/ModernWpf/ProgressBar/Strings/Resources.uz-Latn-UZ.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.uz-Latn-UZ.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.vi-VN.resx b/ModernWpf/ProgressBar/Strings/Resources.vi-VN.resx new file mode 100644 index 00000000..47cc41af --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.vi-VN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Lỗi + This is used to announce Error state. + + + Bận + This is used to announce Indeterminate state. + + + Tạm dừng + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.zh-CN.resx b/ModernWpf/ProgressBar/Strings/Resources.zh-CN.resx new file mode 100644 index 00000000..b9f176cb --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.zh-CN.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 错误 + This is used to announce Error state. + + + 忙碌 + This is used to announce Indeterminate state. + + + 已暂停 + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/ProgressBar/Strings/Resources.zh-TW.resx b/ModernWpf/ProgressBar/Strings/Resources.zh-TW.resx new file mode 100644 index 00000000..82e5fcb2 --- /dev/null +++ b/ModernWpf/ProgressBar/Strings/Resources.zh-TW.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 錯誤 + This is used to announce Error state. + + + 忙碌 + This is used to announce Indeterminate state. + + + 已暫停 + This is used to announce Paused state. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.Designer.cs b/ModernWpf/Resources/Strings.Designer.cs index c0c13c54..0aca810a 100644 --- a/ModernWpf/Resources/Strings.Designer.cs +++ b/ModernWpf/Resources/Strings.Designer.cs @@ -87,132 +87,6 @@ internal static string AppBarMoreButtonOpenToolTip { } } - /// - /// Looks up a localized string similar to {0}, icon. - /// - internal static string BadgeIcon { - get { - return ResourceManager.GetString("BadgeIcon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1}. - /// - internal static string BadgeIconTextOverride { - get { - return ResourceManager.GetString("BadgeIconTextOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural1 { - get { - return ResourceManager.GetString("BadgeItemPlural1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural2 { - get { - return ResourceManager.GetString("BadgeItemPlural2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural3 { - get { - return ResourceManager.GetString("BadgeItemPlural3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural4 { - get { - return ResourceManager.GetString("BadgeItemPlural4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural5 { - get { - return ResourceManager.GetString("BadgeItemPlural5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural6 { - get { - return ResourceManager.GetString("BadgeItemPlural6", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} items. - /// - internal static string BadgeItemPlural7 { - get { - return ResourceManager.GetString("BadgeItemPlural7", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} item. - /// - internal static string BadgeItemSingular { - get { - return ResourceManager.GetString("BadgeItemSingular", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}, {1:d} {2}. - /// - internal static string BadgeItemTextOverride { - get { - return ResourceManager.GetString("BadgeItemTextOverride", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rating, {0} of {1}. - /// - internal static string BasicRatingString { - get { - return ResourceManager.GetString("BasicRatingString", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Community Rating, {0} of {1}. - /// - internal static string CommunityRatingString { - get { - return ResourceManager.GetString("CommunityRatingString", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Group. - /// - internal static string GroupName { - get { - return ResourceManager.GetString("GroupName", resourceCulture); - } - } - /// /// Looks up a localized string similar to Ignore. /// @@ -222,276 +96,6 @@ internal static string IgnoreMenuItemLabel { } } - /// - /// Looks up a localized string similar to Back. - /// - internal static string NavigationBackButtonName { - get { - return ResourceManager.GetString("NavigationBackButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Back. - /// - internal static string NavigationBackButtonToolTip { - get { - return ResourceManager.GetString("NavigationBackButtonToolTip", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open Navigation. - /// - internal static string NavigationButtonClosedName { - get { - return ResourceManager.GetString("NavigationButtonClosedName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Close Navigation. - /// - internal static string NavigationButtonOpenName { - get { - return ResourceManager.GetString("NavigationButtonOpenName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Close. - /// - internal static string NavigationCloseButtonName { - get { - return ResourceManager.GetString("NavigationCloseButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More. - /// - internal static string NavigationOverflowButtonName { - get { - return ResourceManager.GetString("NavigationOverflowButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More. - /// - internal static string NavigationOverflowButtonText { - get { - return ResourceManager.GetString("NavigationOverflowButtonText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More. - /// - internal static string NavigationOverflowButtonToolTip { - get { - return ResourceManager.GetString("NavigationOverflowButtonToolTip", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to NavigationViewItem. - /// - internal static string NavigationViewItemDefaultControlName { - get { - return ResourceManager.GetString("NavigationViewItemDefaultControlName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Click to search. - /// - internal static string NavigationViewSearchButtonName { - get { - return ResourceManager.GetString("NavigationViewSearchButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Decrease. - /// - internal static string NumberBoxDownSpinButtonName { - get { - return ResourceManager.GetString("NumberBoxDownSpinButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Increase. - /// - internal static string NumberBoxUpSpinButtonName { - get { - return ResourceManager.GetString("NumberBoxUpSpinButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Person. - /// - internal static string PersonName { - get { - return ResourceManager.GetString("PersonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - internal static string ProgressBarErrorStatus { - get { - return ResourceManager.GetString("ProgressBarErrorStatus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Busy. - /// - internal static string ProgressBarIndeterminateStatus { - get { - return ResourceManager.GetString("ProgressBarIndeterminateStatus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Paused. - /// - internal static string ProgressBarPausedStatus { - get { - return ResourceManager.GetString("ProgressBarPausedStatus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Busy. - /// - internal static string ProgressRingIndeterminateStatus { - get { - return ResourceManager.GetString("ProgressRingIndeterminateStatus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proofing. - /// - internal static string ProofingMenuItemLabel { - get { - return ResourceManager.GetString("ProofingMenuItemLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to . - /// - internal static string RatingControlName { - get { - return ResourceManager.GetString("RatingControlName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rating Slider. - /// - internal static string RatingLocalizedControlType { - get { - return ResourceManager.GetString("RatingLocalizedControlType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to . - /// - internal static string RatingsControlName { - get { - return ResourceManager.GetString("RatingsControlName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rating Unset. - /// - internal static string RatingUnset { - get { - return ResourceManager.GetString("RatingUnset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Settings. - /// - internal static string SettingsButtonName { - get { - return ResourceManager.GetString("SettingsButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to More Options. - /// - internal static string SplitButtonSecondaryButtonName { - get { - return ResourceManager.GetString("SplitButtonSecondaryButtonName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy. - /// - internal static string TextCommandLabelCopy { - get { - return ResourceManager.GetString("TextCommandLabelCopy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cut. - /// - internal static string TextCommandLabelCut { - get { - return ResourceManager.GetString("TextCommandLabelCut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Paste. - /// - internal static string TextCommandLabelPaste { - get { - return ResourceManager.GetString("TextCommandLabelPaste", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Redo. - /// - internal static string TextCommandLabelRedo { - get { - return ResourceManager.GetString("TextCommandLabelRedo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select All. - /// - internal static string TextCommandLabelSelectAll { - get { - return ResourceManager.GetString("TextCommandLabelSelectAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Undo. - /// - internal static string TextCommandLabelUndo { - get { - return ResourceManager.GetString("TextCommandLabelUndo", resourceCulture); - } - } - /// /// Looks up a localized string similar to Off. /// diff --git a/ModernWpf/Resources/Strings.cs-CZ.resx b/ModernWpf/Resources/Strings.cs-CZ.resx new file mode 100644 index 00000000..7b26ad78 --- /dev/null +++ b/ModernWpf/Resources/Strings.cs-CZ.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Další informace + + + Větší panel aplikace + + + Zobrazit míň + + + Ignorovat + + + Vypnuto + + + Zapnuto + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.de-DE.resx b/ModernWpf/Resources/Strings.de-DE.resx new file mode 100644 index 00000000..1dc1fce1 --- /dev/null +++ b/ModernWpf/Resources/Strings.de-DE.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Weitere Infos + + + Mehr (App-Leiste) + + + Weniger anzeigen + + + Ignorieren + + + Aus + + + Ein + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.es-ES.resx b/ModernWpf/Resources/Strings.es-ES.resx new file mode 100644 index 00000000..31d7ed85 --- /dev/null +++ b/ModernWpf/Resources/Strings.es-ES.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ver más + + + Más de barra de la aplicación + + + Ver menos + + + Omitir + + + Desactivado + + + Activado + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.es-MX.resx b/ModernWpf/Resources/Strings.es-MX.resx new file mode 100644 index 00000000..31d7ed85 --- /dev/null +++ b/ModernWpf/Resources/Strings.es-MX.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ver más + + + Más de barra de la aplicación + + + Ver menos + + + Omitir + + + Desactivado + + + Activado + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.fa-IR.resx b/ModernWpf/Resources/Strings.fa-IR.resx new file mode 100644 index 00000000..fea705d6 --- /dev/null +++ b/ModernWpf/Resources/Strings.fa-IR.resx @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + بیشتر + 319-5102 + + + بیشتر + 332-5305 + + + کمتر + 320-5109 + + + رد کردن + 5580 + + + خاموش + Default text for "Off" for ToggleSwitch. + + + روشن + Default text for "On" for ToggleSwitch. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.fa.resx b/ModernWpf/Resources/Strings.fa.resx deleted file mode 100644 index 421c8598..00000000 --- a/ModernWpf/Resources/Strings.fa.resx +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - بیشتر - 319-5102 - - - بیشتر - 332-5305 - - - {0}، نماد - This text is used with the badging glyph. %1 is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 3-4. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d}مورد - This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 5-10. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 11-19. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 2. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} مورد - This text is used to show the number of items in the person picture badging area, when that number is 1. %1 is the contact name and %2 is the number of items. - - - {0}, {1:d} {2} - This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - - رتبه‌بندی، {0} از {1} - English example: Rating, 1.0 of 5. - - - رتبه‌بندی انجمن، {0} از {1} - English example: Community Rating, 3.3 of 6. - - - گروه - This text is used as the generic narrator text when the group glyph is showing. - - - رد کردن - 5580 - - - کاهش - Automation name for the down button - - - افزایش - Automation name for the up button - - - فرد - This text is used as the generic narrator text when there is no display name or initials. - - - اثبات - The label for the text context menu item that provides the proofing menu. - - - - UNUSED - - - کنترل رتبه‌دهی - A simple description of the control for UIA - - - - UNUSED - - - رتبه‌بندی تنظیم نشد - This text is used to show the number of stars none are selected. - - - گزینه‌های بیشتر - Automation name for the secondary button. - - - کپی - 5035 - - - برش - 5034 - - - چسباندن - 5036 - - - مجددا - 5038 - - - انتخاب همه - 5039 - - - لغوعمل - 5037 - - - خاموش - Default text for "Off" for ToggleSwitch. - - - روشن - Default text for "On" for ToggleSwitch. - - - کمتر - 320-5109 - - - خطا - This is used to announce Error state. - - - مشغول - This is used to announce Indeterminate state. - - - متوقف شده - This is used to announce Paused state. - - - مشغول - This is used to announce Indeterminate state. - - - بازگشت - Automation name for the nav view provided back button - - - بازگشت - ToolTip caption for the back button - - - ‏‫‏‏باز کردن پیمایش - Automation name for the hamburger button when it is in a closed state - - - بستن پیمایش - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - بستن - Automation name for the nav view provided close button - - - دکمه بیشتر - Automation name for the nav view more button when panel is on top - - - بیشتر - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - برای جستجو کلیک کنید - Name for the compact view search button - - - تنظیمات - Automation name for the settings button - - \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.fr-CA.resx b/ModernWpf/Resources/Strings.fr-CA.resx new file mode 100644 index 00000000..0fc0bbf3 --- /dev/null +++ b/ModernWpf/Resources/Strings.fr-CA.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + En savoir plus + + + Agrandir la barre de l’application + + + Afficher moins + + + Ignorer + + + Désactivé + + + Activé + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.fr-FR.resx b/ModernWpf/Resources/Strings.fr-FR.resx new file mode 100644 index 00000000..0fc0bbf3 --- /dev/null +++ b/ModernWpf/Resources/Strings.fr-FR.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + En savoir plus + + + Agrandir la barre de l’application + + + Afficher moins + + + Ignorer + + + Désactivé + + + Activé + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.it-IT.resx b/ModernWpf/Resources/Strings.it-IT.resx new file mode 100644 index 00000000..82a8cae0 --- /dev/null +++ b/ModernWpf/Resources/Strings.it-IT.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Visualizza altre info + + + Aumenta barra dell'app + + + Meno dettagli + + + Ignora + + + Disattivato + + + Attivato + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.ja-JP.resx b/ModernWpf/Resources/Strings.ja-JP.resx new file mode 100644 index 00000000..b2cc8e3a --- /dev/null +++ b/ModernWpf/Resources/Strings.ja-JP.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + もっと見る + + + 詳細アプリ バー + + + 表示を減らす + + + 無視 + + + オフ + + + オン + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.ko-KR.resx b/ModernWpf/Resources/Strings.ko-KR.resx new file mode 100644 index 00000000..199995d7 --- /dev/null +++ b/ModernWpf/Resources/Strings.ko-KR.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 자세히 보기 + + + 자세한 앱 바 + + + 간단히 표시 + + + 무시 + + + + + + + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.pl-PL.resx b/ModernWpf/Resources/Strings.pl-PL.resx new file mode 100644 index 00000000..516274ce --- /dev/null +++ b/ModernWpf/Resources/Strings.pl-PL.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zobacz więcej + + + Rozwiń pasek aplikacji + + + Pokaż mniej + + + Ignoruj + + + Wyłączone + + + Włączone + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.pt-BR.resx b/ModernWpf/Resources/Strings.pt-BR.resx index 109b7eb4..62283dde 100644 --- a/ModernWpf/Resources/Strings.pt-BR.resx +++ b/ModernWpf/Resources/Strings.pt-BR.resx @@ -117,155 +117,22 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Ativado - - - Desativado - - - Recortar - - - Copiar - - - Colar - - - Desfazer - - - Refazer - - - Selecionar Tudo - - - Revisão de texto - - - Ignorar - - - {0}, ícone - This text is used with the badging glyph. {0} is the contact name. - - - ‎{0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} itens - This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} item - This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} {2} - This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - - Grupo - This text is used as the generic narrator text when the group glyph is showing. - - - Pessoa - This text is used as the generic narrator text when there is no display name or initials. - - - Classificação, {0} de {1} - English example: Rating, 1.0 of 5. - - - Classificação da Comunidade, {0} de {1} - English example: Community Rating, 3.3 of 6. - - - Controle Deslizante de Classificação - A simple description of the control for UIA - - - Classificação Indefinida - This text is used to show the number of stars none are selected. - - - Mais Opções - Automation name for the secondary button. + + Ver mais Mais barra de aplicativos - - Ver mais - Ver menos - - Voltar - Automation name for the nav view provided back button - - - Voltar - ToolTip caption for the back button - - - Abrir Navegação - Automation name for the hamburger button when it is in a closed state - - - Fechar Navegação - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Fechar - Automation name for the nav view provided close button - - - Botão Mais - Automation name for the nav view more button when panel is on top - - - Mais - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided + + Ignorar - - Clique para pesquisar - Name for the compact view search button + + Desativado - - Configurações - Automation name for the settings button + + Ativado \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.pt-PT.resx b/ModernWpf/Resources/Strings.pt-PT.resx new file mode 100644 index 00000000..62283dde --- /dev/null +++ b/ModernWpf/Resources/Strings.pt-PT.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ver mais + + + Mais barra de aplicativos + + + Ver menos + + + Ignorar + + + Desativado + + + Ativado + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.resx b/ModernWpf/Resources/Strings.resx index 470f248a..e214b86e 100644 --- a/ModernWpf/Resources/Strings.resx +++ b/ModernWpf/Resources/Strings.resx @@ -125,126 +125,14 @@ More app bar 332-5305 - - {0}, icon - This text is used with the badging glyph. {0} is the contact name. - - - {0}, {1} - This format string is used for the automation name. It is 'Person Name, badgetext', where badgetext is a user specified string like skype. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 21,31,41,etc. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 3-4. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 22-24, 32-34, 42-44, etc. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 0, 20, 25-30, 35-40, etc. (fallback plural). {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 5-10. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 11-19. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} items - This text is used to show the number of items in the person picture badging area, when that number is 2. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} item - This text is used to show the number of items in the person picture badging area, when that number is 1. {0} is the contact name and {1} is the number of items. - - - {0}, {1:d} {2} - This format string is used for the automation name. It is 'Person Name, badgenumber badgetext', where badge text is a user specified string overriding 'item(s)'. - - - Rating, {0} of {1} - English example: Rating, 1.0 of 5. - - - Community Rating, {0} of {1} - English example: Community Rating, 3.3 of 6. - - - Group - This text is used as the generic narrator text when the group glyph is showing. + + See less + 320-5109 Ignore 5580 - - Decrease - Automation name for the down button - - - Increase - Automation name for the up button - - - Person - This text is used as the generic narrator text when there is no display name or initials. - - - Proofing - The label for the text context menu item that provides the proofing menu. - - - - UNUSED - - - Rating Slider - A simple description of the control for UIA - - - - UNUSED - - - Rating Unset - This text is used to show the number of stars none are selected. - - - More Options - Automation name for the secondary button. - - - Copy - 5035 - - - Cut - 5034 - - - Paste - 5036 - - - Redo - 5038 - - - Select All - 5039 - - - Undo - 5037 - Off Default text for "Off" for ToggleSwitch. @@ -253,68 +141,4 @@ On Default text for "On" for ToggleSwitch. - - See less - 320-5109 - - - Error - This is used to announce Error state. - - - Busy - This is used to announce Indeterminate state. - - - Paused - This is used to announce Paused state. - - - Busy - This is used to announce Indeterminate state. - - - Back - Automation name for the nav view provided back button - - - Back - ToolTip caption for the back button - - - Open Navigation - Automation name for the hamburger button when it is in a closed state - - - Close Navigation - Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button - - - Close - Automation name for the nav view provided close button - - - More - Automation name for the nav view more button when panel is on top - - - More - Text for the nav view more button when panel is on top - - - NavigationViewItem - Default automation id if no name or id is provided - - - Click to search - Name for the compact view search button - - - Settings - Automation name for the settings button - - - More - ToolTip caption for the nav view more button when panel is on top - \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.ru-RU.resx b/ModernWpf/Resources/Strings.ru-RU.resx new file mode 100644 index 00000000..84a6e20b --- /dev/null +++ b/ModernWpf/Resources/Strings.ru-RU.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Подробнее + + + Развернуть панель приложения + + + Показать меньше + + + Пропустить + + + Откл. + + + Вкл. + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.tr-TR.resx b/ModernWpf/Resources/Strings.tr-TR.resx new file mode 100644 index 00000000..c464e59c --- /dev/null +++ b/ModernWpf/Resources/Strings.tr-TR.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Devamı + + + Daha fazla uygulama çubuğu + + + Daha az gör + + + Yok say + + + Kapalı + + + Açık + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.zh-CN.resx b/ModernWpf/Resources/Strings.zh-CN.resx new file mode 100644 index 00000000..aafee9f0 --- /dev/null +++ b/ModernWpf/Resources/Strings.zh-CN.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 查看更多 + + + 增加应用栏 + + + 收起 + + + 忽略 + + + + + + + + \ No newline at end of file diff --git a/ModernWpf/Resources/Strings.zh-TW.resx b/ModernWpf/Resources/Strings.zh-TW.resx new file mode 100644 index 00000000..d8656588 --- /dev/null +++ b/ModernWpf/Resources/Strings.zh-TW.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 查看更多 + + + 更多應用程式列 + + + 查看更少的資訊 + + + 忽略 + + + 關閉 + + + 開啟 + + \ No newline at end of file diff --git a/tools/WinUIResourcesConverter/App.xaml b/tools/WinUIResourcesConverter/App.xaml new file mode 100644 index 00000000..3a5a9d95 --- /dev/null +++ b/tools/WinUIResourcesConverter/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/tools/WinUIResourcesConverter/App.xaml.cs b/tools/WinUIResourcesConverter/App.xaml.cs new file mode 100644 index 00000000..4d1f3d8d --- /dev/null +++ b/tools/WinUIResourcesConverter/App.xaml.cs @@ -0,0 +1,8 @@ +using System.Windows; + +namespace WinUIResourcesConverter +{ + public partial class App : Application + { + } +} diff --git a/tools/WinUIResourcesConverter/CodeGen.cs b/tools/WinUIResourcesConverter/CodeGen.cs new file mode 100644 index 00000000..30906ed5 --- /dev/null +++ b/tools/WinUIResourcesConverter/CodeGen.cs @@ -0,0 +1,38 @@ +using System.Text; + +namespace WinUIResourcesConverter +{ + internal class CodeGen + { + public CodeGen(string controlName, string relativePath) + { + ControlName = controlName; + RelativePath = relativePath; + } + + public StringBuilder StringBuilder { get; } = new(); + + public string ControlName { get; } + + public string RelativePath { get; } + + public void AppendFirstPart() + { + StringBuilder.AppendLine("..."); + StringBuilder.AppendLine(@$"private const string {ControlName}ResourcesName = ""{RelativePath}{ControlName}.Strings.Resources"";"); + StringBuilder.AppendLine("..."); + StringBuilder.AppendLine(); + StringBuilder.AppendLine($"// {ControlName} resources"); + } + + public void AppendResourceMap(string resName) + { + StringBuilder.Append("{ SR_"); + StringBuilder.AppendFormat("{0}, {1}ResourcesName", resName, ControlName); + StringBuilder.Append(" },"); + StringBuilder.AppendLine(); + } + + public string GeneratedCode => StringBuilder.ToString(); + } +} diff --git a/tools/WinUIResourcesConverter/MainWindow.xaml b/tools/WinUIResourcesConverter/MainWindow.xaml new file mode 100644 index 00000000..ec577689 --- /dev/null +++ b/tools/WinUIResourcesConverter/MainWindow.xaml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + The + Strings + directory of the target control from the + local WinUI repo clone + that you want to the convert the resources for + + + + + + + + + + + + + + The destination + Strings + directory of the target control that you want to the convert the resources for + + + +