From a3bf1d2d5e18449313f7f9f81abbbb97303e3b50 Mon Sep 17 00:00:00 2001 From: Thomas Hounsell Date: Sat, 12 Sep 2015 11:51:40 +0100 Subject: [PATCH] Bring in Dutch and Arabic Translations --- BuildFeed/BuildFeed.csproj | 180 +++++++++++++++++-- BuildFeed/Local/Common.Designer.cs | 50 +++--- BuildFeed/Local/Common.ar-sa.Designer.cs | 0 BuildFeed/Local/Common.ar-sa.resx | 195 +++++++++++++++++++++ BuildFeed/Local/Common.en-gb.Designer.cs | 0 BuildFeed/Local/Common.en-gb.resx | 195 +++++++++++++++++++++ BuildFeed/Local/Common.en-us.Designer.cs | 0 BuildFeed/Local/Common.en-us.resx | 195 +++++++++++++++++++++ BuildFeed/Local/Common.nl-nl.Designer.cs | 0 BuildFeed/Local/Common.nl-nl.resx | 195 +++++++++++++++++++++ BuildFeed/Local/Common.resx | 50 +++--- BuildFeed/Local/Front.Designer.cs | 52 +++--- BuildFeed/Local/Front.ar-sa.Designer.cs | 0 BuildFeed/Local/Front.ar-sa.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Front.en-gb.Designer.cs | 0 BuildFeed/Local/Front.en-gb.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Front.en-us.Designer.cs | 0 BuildFeed/Local/Front.en-us.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Front.nl-nl.Designer.cs | 0 BuildFeed/Local/Front.nl-nl.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Front.resx | 52 +++--- BuildFeed/Local/Model.Designer.cs | 54 +++--- BuildFeed/Local/Model.ar-sa.Designer.cs | 0 BuildFeed/Local/Model.ar-sa.resx | 201 ++++++++++++++++++++++ BuildFeed/Local/Model.en-gb.Designer.cs | 0 BuildFeed/Local/Model.en-gb.resx | 201 ++++++++++++++++++++++ BuildFeed/Local/Model.en-us.Designer.cs | 0 BuildFeed/Local/Model.en-us.resx | 201 ++++++++++++++++++++++ BuildFeed/Local/Model.nl-nl.Designer.cs | 0 BuildFeed/Local/Model.nl-nl.resx | 201 ++++++++++++++++++++++ BuildFeed/Local/Model.resx | 54 +++--- BuildFeed/Local/Support.Designer.cs | 52 +++--- BuildFeed/Local/Support.ar-sa.Designer.cs | 0 BuildFeed/Local/Support.ar-sa.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Support.en-gb.Designer.cs | 0 BuildFeed/Local/Support.en-gb.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Support.en-us.Designer.cs | 0 BuildFeed/Local/Support.en-us.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Support.nl-nl.Designer.cs | 0 BuildFeed/Local/Support.nl-nl.resx | 198 +++++++++++++++++++++ BuildFeed/Local/Support.resx | 52 +++--- BuildFeed/Web.config | 2 +- 42 files changed, 3541 insertions(+), 225 deletions(-) create mode 100644 BuildFeed/Local/Common.ar-sa.Designer.cs create mode 100644 BuildFeed/Local/Common.ar-sa.resx create mode 100644 BuildFeed/Local/Common.en-gb.Designer.cs create mode 100644 BuildFeed/Local/Common.en-gb.resx create mode 100644 BuildFeed/Local/Common.en-us.Designer.cs create mode 100644 BuildFeed/Local/Common.en-us.resx create mode 100644 BuildFeed/Local/Common.nl-nl.Designer.cs create mode 100644 BuildFeed/Local/Common.nl-nl.resx create mode 100644 BuildFeed/Local/Front.ar-sa.Designer.cs create mode 100644 BuildFeed/Local/Front.ar-sa.resx create mode 100644 BuildFeed/Local/Front.en-gb.Designer.cs create mode 100644 BuildFeed/Local/Front.en-gb.resx create mode 100644 BuildFeed/Local/Front.en-us.Designer.cs create mode 100644 BuildFeed/Local/Front.en-us.resx create mode 100644 BuildFeed/Local/Front.nl-nl.Designer.cs create mode 100644 BuildFeed/Local/Front.nl-nl.resx create mode 100644 BuildFeed/Local/Model.ar-sa.Designer.cs create mode 100644 BuildFeed/Local/Model.ar-sa.resx create mode 100644 BuildFeed/Local/Model.en-gb.Designer.cs create mode 100644 BuildFeed/Local/Model.en-gb.resx create mode 100644 BuildFeed/Local/Model.en-us.Designer.cs create mode 100644 BuildFeed/Local/Model.en-us.resx create mode 100644 BuildFeed/Local/Model.nl-nl.Designer.cs create mode 100644 BuildFeed/Local/Model.nl-nl.resx create mode 100644 BuildFeed/Local/Support.ar-sa.Designer.cs create mode 100644 BuildFeed/Local/Support.ar-sa.resx create mode 100644 BuildFeed/Local/Support.en-gb.Designer.cs create mode 100644 BuildFeed/Local/Support.en-gb.resx create mode 100644 BuildFeed/Local/Support.en-us.Designer.cs create mode 100644 BuildFeed/Local/Support.en-us.resx create mode 100644 BuildFeed/Local/Support.nl-nl.Designer.cs create mode 100644 BuildFeed/Local/Support.nl-nl.resx diff --git a/BuildFeed/BuildFeed.csproj b/BuildFeed/BuildFeed.csproj index fd2e1a3..9637dd9 100644 --- a/BuildFeed/BuildFeed.csproj +++ b/BuildFeed/BuildFeed.csproj @@ -223,45 +223,125 @@ Global.asax + + Common.en-gb.resx + True + True + + + Common.en-us.resx + True + True + + + Common.nl-nl.resx + True + True + + + Common.ar-sa.resx + True + True + + + Common.resx + True + True + Common.qps-ploc.resx True True - + + Front.en-gb.resx + True + True + + + Front.nl-nl.resx + True + True + + + Front.ar-sa.resx + True + True + + + Front.resx True True - Common.resx Front.qps-ploc.resx True True - + + True + True + Front.en-us.resx + + + Model.en-gb.resx + True + True + + + Model.nl-nl.resx + True + True + + + Model.ar-sa.resx + True + True + + + Model.resx True True - Front.resx Model.qps-ploc.resx True True - + + True + True + Model.en-us.resx + + + Support.en-gb.resx + True + True + + + Support.nl-nl.resx + True + True + + + Support.ar-sa.resx + True + True + + + Support.resx True True - Model.resx Support.qps-ploc.resx True True - + True True - Support.resx + Support.en-us.resx @@ -416,25 +496,67 @@ - + PublicResXFileCodeGenerator - Common.qps-ploc.Designer.cs + Common.en-gb.Designer.cs + + + PublicResXFileCodeGenerator + Common.en-us.Designer.cs + + + PublicResXFileCodeGenerator + Common.nl-nl.Designer.cs + + + PublicResXFileCodeGenerator + Common.ar-sa.Designer.cs PublicResXFileCodeGenerator Common.Designer.cs - + PublicResXFileCodeGenerator - Front.qps-ploc.Designer.cs + Common.qps-ploc.Designer.cs + + + PublicResXFileCodeGenerator + Front.en-gb.Designer.cs + + + PublicResXFileCodeGenerator + Front.nl-nl.Designer.cs + + + PublicResXFileCodeGenerator + Front.ar-sa.Designer.cs PublicResXFileCodeGenerator Front.Designer.cs - + PublicResXFileCodeGenerator - Model.qps-ploc.Designer.cs + Front.qps-ploc.Designer.cs + + + PublicResXFileCodeGenerator + Front.en-us.Designer.cs + + + PublicResXFileCodeGenerator + Model.en-gb.Designer.cs + Designer + + + PublicResXFileCodeGenerator + Model.nl-nl.Designer.cs + Designer + + + PublicResXFileCodeGenerator + Model.ar-sa.Designer.cs Designer @@ -442,14 +564,40 @@ Model.Designer.cs Designer - + PublicResXFileCodeGenerator - Support.qps-ploc.Designer.cs + Model.qps-ploc.Designer.cs + Designer + + + PublicResXFileCodeGenerator + Model.en-us.Designer.cs + Designer + + + PublicResXFileCodeGenerator + Support.en-gb.Designer.cs + + + PublicResXFileCodeGenerator + Support.nl-nl.Designer.cs + + + PublicResXFileCodeGenerator + Support.ar-sa.Designer.cs PublicResXFileCodeGenerator Support.Designer.cs + + PublicResXFileCodeGenerator + Support.qps-ploc.Designer.cs + + + PublicResXFileCodeGenerator + Support.en-us.Designer.cs + diff --git a/BuildFeed/Local/Common.Designer.cs b/BuildFeed/Local/Common.Designer.cs index 8342794..7a436e6 100644 --- a/BuildFeed/Local/Common.Designer.cs +++ b/BuildFeed/Local/Common.Designer.cs @@ -61,7 +61,7 @@ internal Common() { } /// - /// Looks up a localized string similar to Add build. + /// Looks up a localized string similar to [!!! Âδδ βúïℓδ !!!]. /// public static string AddBuild { get { @@ -70,7 +70,7 @@ public static string AddBuild { } /// - /// Looks up a localized string similar to Admin. + /// Looks up a localized string similar to [!!! Âδ₥ïñ !!!]. /// public static string Admin { get { @@ -79,7 +79,7 @@ public static string Admin { } /// - /// Looks up a localized string similar to Contribute on. + /// Looks up a localized string similar to [!!! Çôñƭřïβúƭè ôñ !!!]. /// public static string ContributeOn { get { @@ -88,7 +88,7 @@ public static string ContributeOn { } /// - /// Looks up a localized string similar to Developed by. + /// Looks up a localized string similar to [!!! ÐèƲèℓôƥèδ β¥ !!!]. /// public static string DevelopedBy { get { @@ -97,7 +97,7 @@ public static string DevelopedBy { } /// - /// Looks up a localized string similar to Error. + /// Looks up a localized string similar to [!!! Éřřôř !!!]. /// public static string Error { get { @@ -106,7 +106,7 @@ public static string Error { } /// - /// Looks up a localized string similar to Log in. + /// Looks up a localized string similar to [!!! £ôϱ ïñ !!!]. /// public static string LogIn { get { @@ -115,7 +115,7 @@ public static string LogIn { } /// - /// Looks up a localized string similar to Log out. + /// Looks up a localized string similar to [!!! £ôϱ ôúƭ !!!]. /// public static string LogOut { get { @@ -124,7 +124,7 @@ public static string LogOut { } /// - /// Looks up a localized string similar to | Page {0}. + /// Looks up a localized string similar to [!!! | Þáϱè {0} !!!]. /// public static string PageTitleSegment { get { @@ -133,7 +133,7 @@ public static string PageTitleSegment { } /// - /// Looks up a localized string similar to Windows NT. + /// Looks up a localized string similar to [!!! Wïñδôωƨ NT !!!]. /// public static string ProductName { get { @@ -142,7 +142,7 @@ public static string ProductName { } /// - /// Looks up a localized string similar to RSS feeds. + /// Looks up a localized string similar to [!!! R§§ ƒèèδƨ !!!]. /// public static string RssFeeds { get { @@ -151,7 +151,7 @@ public static string RssFeeds { } /// - /// Looks up a localized string similar to Search. + /// Looks up a localized string similar to [!!! §èářçλ !!!]. /// public static string Search { get { @@ -160,7 +160,7 @@ public static string Search { } /// - /// Looks up a localized string similar to Build. + /// Looks up a localized string similar to [!!! ßúïℓδ ℓ !!!]. /// public static string SearchBuild { get { @@ -169,7 +169,7 @@ public static string SearchBuild { } /// - /// Looks up a localized string similar to Search BuildFeed.... + /// Looks up a localized string similar to [!!! §èářçλ ßúïℓδFèèδ... ℓ !!!]. /// public static string SearchBuildFeed { get { @@ -178,7 +178,7 @@ public static string SearchBuildFeed { } /// - /// Looks up a localized string similar to No results found. + /// Looks up a localized string similar to [!!! Nô řèƨúℓƭƨ ƒôúñδ ℓ !!!]. /// public static string SearchEmpty { get { @@ -187,7 +187,7 @@ public static string SearchEmpty { } /// - /// Looks up a localized string similar to Lab. + /// Looks up a localized string similar to [!!! £áβ !!!]. /// public static string SearchLab { get { @@ -196,7 +196,7 @@ public static string SearchLab { } /// - /// Looks up a localized string similar to Search query. + /// Looks up a localized string similar to [!!! §èářçλ 9úèř¥ !!!]. /// public static string SearchQuery { get { @@ -205,7 +205,7 @@ public static string SearchQuery { } /// - /// Looks up a localized string similar to Source. + /// Looks up a localized string similar to [!!! §ôúrçè l !!!]. /// public static string SearchSource { get { @@ -214,7 +214,7 @@ public static string SearchSource { } /// - /// Looks up a localized string similar to Version. + /// Looks up a localized string similar to [!!! Vèřƨïôñ ℓ !!!]. /// public static string SearchVersion { get { @@ -223,7 +223,7 @@ public static string SearchVersion { } /// - /// Looks up a localized string similar to Year. + /// Looks up a localized string similar to [!!! Ýèář !!!]. /// public static string SearchYear { get { @@ -232,7 +232,7 @@ public static string SearchYear { } /// - /// Looks up a localized string similar to Sitemap. + /// Looks up a localized string similar to [!!! §ïƭè₥áƥ !!!]. /// public static string Sitemap { get { @@ -241,7 +241,7 @@ public static string Sitemap { } /// - /// Looks up a localized string similar to BuildFeed. + /// Looks up a localized string similar to [!!! ßúïℓδFèèδ !!!]. /// public static string SiteName { get { @@ -250,7 +250,7 @@ public static string SiteName { } /// - /// Looks up a localized string similar to Statistics. + /// Looks up a localized string similar to [!!! §ƭáƭïƨƭïçƨ !!!]. /// public static string Statistics { get { @@ -259,7 +259,7 @@ public static string Statistics { } /// - /// Looks up a localized string similar to Toggle navigation. + /// Looks up a localized string similar to [!!! Tôϱϱℓè ñáƲïϱáƭïôñ ℓ !!!]. /// public static string ToggleNavigation { get { @@ -268,7 +268,7 @@ public static string ToggleNavigation { } /// - /// Looks up a localized string similar to Twitter. + /// Looks up a localized string similar to [!!! Tωïƭƭèř !!!]. /// public static string Twitter { get { @@ -277,7 +277,7 @@ public static string Twitter { } /// - /// Looks up a localized string similar to type to search.... + /// Looks up a localized string similar to [!!! ƭ¥ƥè ƭô ƨèářçλ... ℓ !!!]. /// public static string TypeToSearch { get { diff --git a/BuildFeed/Local/Common.ar-sa.Designer.cs b/BuildFeed/Local/Common.ar-sa.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Common.ar-sa.resx b/BuildFeed/Local/Common.ar-sa.resx new file mode 100644 index 0000000..883549a --- /dev/null +++ b/BuildFeed/Local/Common.ar-sa.resx @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + إضافة نسخة جديدة + + + الإدارة + + + ساهم في التطوير + + + طورت من قبل + + + خطأ + + + تسجيل الدخول + + + تسجيل الخروج + + + محتوى RSS + + + بحث + + + بحث في BuildFeed + + + صيغة البحث + + + خريطة الموقع + + + BuildFeed + + + الإحصائيات + + + تبديل الصفحات + + + Twitter + + + اكتب لبدء البحث + + + ويندوز NT + + + | صفحة {0} + + + النسخة + + + لايوجد أي نتائج + + + المختبر + + + المصدر + + + الإصدار + + + السنة + + \ No newline at end of file diff --git a/BuildFeed/Local/Common.en-gb.Designer.cs b/BuildFeed/Local/Common.en-gb.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Common.en-gb.resx b/BuildFeed/Local/Common.en-gb.resx new file mode 100644 index 0000000..30abd07 --- /dev/null +++ b/BuildFeed/Local/Common.en-gb.resx @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Add build + + + Admin + + + Contribute on + + + Developed by + + + Error + + + Log in + + + Log out + + + RSS feeds + + + Search + + + Search BuildFeed... + + + Search query + + + Sitemap + + + BuildFeed + + + Statistics + + + Toggle navigation + + + Twitter + + + type to search... + + + Windows NT + + + | Page {0} + + + Build + + + No results found + + + Lab + + + Source + + + Version + + + Year + + \ No newline at end of file diff --git a/BuildFeed/Local/Common.en-us.Designer.cs b/BuildFeed/Local/Common.en-us.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Common.en-us.resx b/BuildFeed/Local/Common.en-us.resx new file mode 100644 index 0000000..30abd07 --- /dev/null +++ b/BuildFeed/Local/Common.en-us.resx @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Add build + + + Admin + + + Contribute on + + + Developed by + + + Error + + + Log in + + + Log out + + + RSS feeds + + + Search + + + Search BuildFeed... + + + Search query + + + Sitemap + + + BuildFeed + + + Statistics + + + Toggle navigation + + + Twitter + + + type to search... + + + Windows NT + + + | Page {0} + + + Build + + + No results found + + + Lab + + + Source + + + Version + + + Year + + \ No newline at end of file diff --git a/BuildFeed/Local/Common.nl-nl.Designer.cs b/BuildFeed/Local/Common.nl-nl.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Common.nl-nl.resx b/BuildFeed/Local/Common.nl-nl.resx new file mode 100644 index 0000000..9bc88d6 --- /dev/null +++ b/BuildFeed/Local/Common.nl-nl.resx @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Build toevoegen + + + Admin + + + Bijdragen aan + + + Ontwikkeld door + + + Fout + + + Inloggen + + + Uitloggen + + + RSS feeds + + + Zoeken + + + Zoeken in BuildFeed + + + Zoekopdracht + + + Sitemap + + + BuildFeed + + + Statistieken + + + Toggle navigatie + + + Twitter + + + Typ om te zoeken + + + Windows NT + + + | Pagina {0} + + + Build + + + Geen resultaten gevonden + + + Lab + + + Bron + + + Versie + + + Jaar + + \ No newline at end of file diff --git a/BuildFeed/Local/Common.resx b/BuildFeed/Local/Common.resx index 30abd07..0c02b80 100644 --- a/BuildFeed/Local/Common.resx +++ b/BuildFeed/Local/Common.resx @@ -118,78 +118,78 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Add build + [!!! Âδδ βúïℓδ !!!] - Admin + [!!! Âδ₥ïñ !!!] - Contribute on + [!!! Çôñƭřïβúƭè ôñ !!!] - Developed by + [!!! ÐèƲèℓôƥèδ β¥ !!!] - Error + [!!! Éřřôř !!!] - Log in + [!!! £ôϱ ïñ !!!] - Log out + [!!! £ôϱ ôúƭ !!!] - RSS feeds + [!!! R§§ ƒèèδƨ !!!] - Search + [!!! §èářçλ !!!] - Search BuildFeed... + [!!! §èářçλ ßúïℓδFèèδ... ℓ !!!] - Search query + [!!! §èářçλ 9úèř¥ !!!] - Sitemap + [!!! §ïƭè₥áƥ !!!] - BuildFeed + [!!! ßúïℓδFèèδ !!!] - Statistics + [!!! §ƭáƭïƨƭïçƨ !!!] - Toggle navigation + [!!! Tôϱϱℓè ñáƲïϱáƭïôñ ℓ !!!] - Twitter + [!!! Tωïƭƭèř !!!] - type to search... + [!!! ƭ¥ƥè ƭô ƨèářçλ... ℓ !!!] - Windows NT + [!!! Wïñδôωƨ NT !!!] - | Page {0} + [!!! | Þáϱè {0} !!!] - Build + [!!! ßúïℓδ ℓ !!!] - No results found + [!!! Nô řèƨúℓƭƨ ƒôúñδ ℓ !!!] - Lab + [!!! £áβ !!!] - Source + [!!! §ôúrçè l !!!] - Version + [!!! Vèřƨïôñ ℓ !!!] - Year + [!!! Ýèář !!!] \ No newline at end of file diff --git a/BuildFeed/Local/Front.Designer.cs b/BuildFeed/Local/Front.Designer.cs index 8fd3611..8fe5cba 100644 --- a/BuildFeed/Local/Front.Designer.cs +++ b/BuildFeed/Local/Front.Designer.cs @@ -61,7 +61,7 @@ internal Front() { } /// - /// Looks up a localized string similar to About. + /// Looks up a localized string similar to [!!! Âβôúƭ !!!]. /// public static string About { get { @@ -70,7 +70,7 @@ public static string About { } /// - /// Looks up a localized string similar to Add a build. + /// Looks up a localized string similar to [!!! Âδδ á βúïℓδ !!!]. /// public static string AddABuild { get { @@ -79,7 +79,7 @@ public static string AddABuild { } /// - /// Looks up a localized string similar to Discover about Windows Build {0}, from {1} and compiled on {2}.. + /// Looks up a localized string similar to [!!! ÐïƨçôƲèř áβôúƭ Wïñδôωƨ ßúïℓδ {0}, ƒřô₥ {1} áñδ çô₥ƥïℓèδ ôñ {2}. ℓôřè₥ !!!]. /// public static string BuildMetaDate { get { @@ -88,7 +88,7 @@ public static string BuildMetaDate { } /// - /// Looks up a localized string similar to Discover about Windows Build {0}, from {1}. BuildFeed tracks Windows builds throughout the development process.. + /// Looks up a localized string similar to [!!! ÐïƨçôƲèř áβôúƭ Wïñδôωƨ ßúïℓδ {0}, ƒřô₥ {1}. ßúïℓδFèèδ ƭřáçƙƨ Wïñδôωƨ βúïℓδƨ ƭλřôúϱλôúƭ ƭλè δèƲèℓôƥ₥èñƭ ƥřôçèƨƨ. ℓôřè₥ ïƥƨú !!!]. /// public static string BuildMetaNoDate { get { @@ -97,7 +97,7 @@ public static string BuildMetaNoDate { } /// - /// Looks up a localized string similar to Builds from. + /// Looks up a localized string similar to [!!! ßúïℓδƨ ƒřô₥ !!!]. /// public static string BuildsFrom { get { @@ -106,7 +106,7 @@ public static string BuildsFrom { } /// - /// Looks up a localized string similar to Comments. + /// Looks up a localized string similar to [!!! Çô₥₥èñƭƨ !!!]. /// public static string Comments { get { @@ -115,7 +115,7 @@ public static string Comments { } /// - /// Looks up a localized string similar to Delete. + /// Looks up a localized string similar to [!!! Ðèℓèƭè !!!]. /// public static string Delete { get { @@ -124,7 +124,7 @@ public static string Delete { } /// - /// Looks up a localized string similar to Edit. + /// Looks up a localized string similar to [!!! Éδïƭ !!!]. /// public static string Edit { get { @@ -133,7 +133,7 @@ public static string Edit { } /// - /// Looks up a localized string similar to Edit build. + /// Looks up a localized string similar to [!!! Éδïƭ βúïℓδ !!!]. /// public static string EditBuild { get { @@ -142,7 +142,7 @@ public static string EditBuild { } /// - /// Looks up a localized string similar to Editor actions. + /// Looks up a localized string similar to [!!! Éδïƭôř áçƭïôñƨ !!!]. /// public static string EditorActions { get { @@ -151,7 +151,7 @@ public static string EditorActions { } /// - /// Looks up a localized string similar to Windows NT build list. + /// Looks up a localized string similar to [!!! Wïñδôωƨ NT βúïℓδ ℓïƨƭ ℓ !!!]. /// public static string HomepageH1 { get { @@ -160,7 +160,7 @@ public static string HomepageH1 { } /// - /// Looks up a localized string similar to Check out all the known builds to come out of the Windows development lab {0} through BuildFeed, a collaborative Windows build list. + /// Looks up a localized string similar to [!!! Çλèçƙ ôúƭ áℓℓ ƭλè ƙñôωñ βúïℓδƨ ƭô çô₥è ôúƭ ôƒ ƭλè Wïñδôωƨ δèƲèℓôƥ₥èñƭ ℓáβ {0} ƭλřôúϱλ ßúïℓδFèèδ, á çôℓℓáβôřáƭïƲè Wïñδôωƨ βúïℓδ ℓïƨƭ ℓôřè₥ ïƥƨú₥ !!!]. /// public static string LabMetaGeneric { get { @@ -169,7 +169,7 @@ public static string LabMetaGeneric { } /// - /// Looks up a localized string similar to Listing. + /// Looks up a localized string similar to [!!! £ïƨƭïñϱ !!!]. /// public static string Listing { get { @@ -178,7 +178,7 @@ public static string Listing { } /// - /// Looks up a localized string similar to Find more builds from {0}. + /// Looks up a localized string similar to [!!! Fïñδ ₥ôřè βúïℓδƨ ƒřô₥ {0} ℓô !!!]. /// public static string MoreFromLab { get { @@ -187,7 +187,7 @@ public static string MoreFromLab { } /// - /// Looks up a localized string similar to Find more builds sourced from {0}. + /// Looks up a localized string similar to [!!! Fïñδ ₥ôřè βúïℓδƨ ƨôúřçèδ ƒřô₥ {0} ℓô !!!]. /// public static string MoreFromSource { get { @@ -196,7 +196,7 @@ public static string MoreFromSource { } /// - /// Looks up a localized string similar to Find more builds compiled in {0}. + /// Looks up a localized string similar to [!!! Fïñδ ₥ôřè βúïℓδƨ çô₥ƥïℓèδ ïñ {0} ℓô !!!]. /// public static string MoreFromYear { get { @@ -205,7 +205,7 @@ public static string MoreFromYear { } /// - /// Looks up a localized string similar to No lab string. + /// Looks up a localized string similar to [!!! Nô ℓáβ ƨƭřïñϱ !!!]. /// public static string NoLab { get { @@ -214,7 +214,7 @@ public static string NoLab { } /// - /// Looks up a localized string similar to Private. + /// Looks up a localized string similar to [!!! ÞřïƲáƭè !!!]. /// public static string Private { get { @@ -223,7 +223,7 @@ public static string Private { } /// - /// Looks up a localized string similar to Public. + /// Looks up a localized string similar to [!!! Þúβℓïç !!!]. /// public static string Public { get { @@ -232,7 +232,7 @@ public static string Public { } /// - /// Looks up a localized string similar to Quick-paste. + /// Looks up a localized string similar to [!!! Qúïçƙ-ƥáƨƭè !!!]. /// public static string QuickPaste { get { @@ -241,7 +241,7 @@ public static string QuickPaste { } /// - /// Looks up a localized string similar to Return to build listing. + /// Looks up a localized string similar to [!!! Rèƭúřñ ƭô βúïℓδ ℓïƨƭïñϱ ℓ !!!]. /// public static string ReturnToListing { get { @@ -250,7 +250,7 @@ public static string ReturnToListing { } /// - /// Looks up a localized string similar to Return to build overview. + /// Looks up a localized string similar to [!!! Rèƭúřñ ƭô βúïℓδ ôƲèřƲïèω ℓ !!!]. /// public static string ReturnToOverview { get { @@ -259,7 +259,7 @@ public static string ReturnToOverview { } /// - /// Looks up a localized string similar to Share. + /// Looks up a localized string similar to [!!! §λářè !!!]. /// public static string Share { get { @@ -268,7 +268,7 @@ public static string Share { } /// - /// Looks up a localized string similar to Today. + /// Looks up a localized string similar to [!!! Tôδᥠ!!!]. /// public static string Today { get { @@ -277,7 +277,7 @@ public static string Today { } /// - /// Looks up a localized string similar to builds. + /// Looks up a localized string similar to [!!! βúïℓδƨ !!!]. /// public static string xBuilds { get { @@ -286,7 +286,7 @@ public static string xBuilds { } /// - /// Looks up a localized string similar to View a list of all Windows builds compiled in {0}, and watch how Windows developed steadily over time, through the collaborative build list, BuildFeed. + /// Looks up a localized string similar to [!!! Vïèω á ℓïƨƭ ôƒ áℓℓ Wïñδôωƨ βúïℓδƨ çô₥ƥïℓèδ ïñ {0}, áñδ ωáƭçλ λôω Wïñδôωƨ δèƲèℓôƥèδ ƨƭèáδïℓ¥ ôƲèř ƭï₥è, ƭλřôúϱλ ƭλè çôℓℓáβôřáƭïƲè βúïℓδ ℓïƨƭ, ßúïℓδFèèδ ℓôřè₥ ïƥƨú₥ δô !!!]. /// public static string YearMetaGeneric { get { diff --git a/BuildFeed/Local/Front.ar-sa.Designer.cs b/BuildFeed/Local/Front.ar-sa.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Front.ar-sa.resx b/BuildFeed/Local/Front.ar-sa.resx new file mode 100644 index 0000000..7169398 --- /dev/null +++ b/BuildFeed/Local/Front.ar-sa.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, 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} والتي تم تركيبها في {2} + + + استكشف نسخة الويندوز بناء {0} من المختبر {1} والتي تم تركيبها في {2}. يقوم موقع BuildFeed بتتبع نسخ الويندوز المتنوعة من مختلف المختبرات خلال مراحل تطويره. + + + نسخ من المختبر + + + ملاحظات + + + حذف + + + تعديل + + + تعديل النسخة + + + إجراءات المعدل + + + لائحة بنسخ ويندوز NT + + + استكشف كل النسخ الموثوقة والمعروفة الصادرة من مختبر الويندوز {0} عبر BuildFeed ، وهو موقع مخصص لنشر لوائح نسخ الويندوز المتعددة. + + + لائحة + + + استكشف نسخ إضافية من {0} + + + استكشف نسخ إضافية مصدرها من {0} + + + استكشف نسخ إضافية تم بناؤها في {0} + + + لايوجد مختبر + + + خاص/سري + + + عام + + + لصق سريع + + + عودة إلى لائحة النسخ + + + عودة إلى تفاصيل النسخة + + + مشاركة + + + اليوم + + + نسخ + + + إظهار لائحة بكل النسخ المطوّرة منذ {0} واكتشف كيف تطور الويندوز بشكل تدريجي منذ ذلك الوقت ، عبر لائحة منظمة من قبل الموقع BuildFeed. + + \ No newline at end of file diff --git a/BuildFeed/Local/Front.en-gb.Designer.cs b/BuildFeed/Local/Front.en-gb.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Front.en-gb.resx b/BuildFeed/Local/Front.en-gb.resx new file mode 100644 index 0000000..b483d1a --- /dev/null +++ b/BuildFeed/Local/Front.en-gb.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + About + + + Add a build + + + Discover about Windows Build {0}, from {1} and compiled on {2}. + + + Discover about Windows Build {0}, from {1}. BuildFeed tracks Windows builds throughout the development process. + + + Builds from + + + Comments + + + Delete + + + Edit + + + Edit build + + + Editor actions + + + Windows NT build list + + + Check out all the known builds to come out of the Windows development lab {0} through BuildFeed, a collaborative Windows build list + + + Listing + + + Find more builds from {0} + + + Find more builds sourced from {0} + + + Find more builds compiled in {0} + + + No lab string + + + Private + + + Public + + + Quick-paste + + + Return to build listing + + + Return to build overview + + + Share + + + Today + + + builds + + + View a list of all Windows builds compiled in {0}, and watch how Windows developed steadily over time, through the collaborative build list, BuildFeed + + \ No newline at end of file diff --git a/BuildFeed/Local/Front.en-us.Designer.cs b/BuildFeed/Local/Front.en-us.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Front.en-us.resx b/BuildFeed/Local/Front.en-us.resx new file mode 100644 index 0000000..b483d1a --- /dev/null +++ b/BuildFeed/Local/Front.en-us.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + About + + + Add a build + + + Discover about Windows Build {0}, from {1} and compiled on {2}. + + + Discover about Windows Build {0}, from {1}. BuildFeed tracks Windows builds throughout the development process. + + + Builds from + + + Comments + + + Delete + + + Edit + + + Edit build + + + Editor actions + + + Windows NT build list + + + Check out all the known builds to come out of the Windows development lab {0} through BuildFeed, a collaborative Windows build list + + + Listing + + + Find more builds from {0} + + + Find more builds sourced from {0} + + + Find more builds compiled in {0} + + + No lab string + + + Private + + + Public + + + Quick-paste + + + Return to build listing + + + Return to build overview + + + Share + + + Today + + + builds + + + View a list of all Windows builds compiled in {0}, and watch how Windows developed steadily over time, through the collaborative build list, BuildFeed + + \ No newline at end of file diff --git a/BuildFeed/Local/Front.nl-nl.Designer.cs b/BuildFeed/Local/Front.nl-nl.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Front.nl-nl.resx b/BuildFeed/Local/Front.nl-nl.resx new file mode 100644 index 0000000..8d8c1e9 --- /dev/null +++ b/BuildFeed/Local/Front.nl-nl.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Over + + + Build toevoegen + + + Ontdek over Windows build {0} van {1} gecompileerd op {2}. + + + Ontdek over Windows build {0} van {1}. BuildFeed houdt het ontwikkelprocess van Windows builds in de gaten + + + Builds van + + + Commentaar + + + Verwijderen + + + Bewerken + + + Build bewerken + + + Editor acties + + + Windows NT buildlijst + + + Bekijk alle Windows builds van het lab {0} via BuildFeed, een Windows buildlist lijst + + + Lijst + + + Vind meer builds van {0} + + + Vind meer builds bronnen van {0} + + + Vind meer builds gecompileerd in {0} + + + Geen lab informatie + + + Prive + + + Publiek + + + Snel plakken + + + Terug naar de buildlijst + + + Terug naar het buildoverzicht + + + Delen + + + Vandaag + + + Builds + + + Bekijk alle Windows builds gecompileerd in {0} via BuildFeed, een Windows buildlist lijst + + \ No newline at end of file diff --git a/BuildFeed/Local/Front.resx b/BuildFeed/Local/Front.resx index b483d1a..3263651 100644 --- a/BuildFeed/Local/Front.resx +++ b/BuildFeed/Local/Front.resx @@ -118,81 +118,81 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - About + [!!! Âβôúƭ !!!] - Add a build + [!!! Âδδ á βúïℓδ !!!] - Discover about Windows Build {0}, from {1} and compiled on {2}. + [!!! ÐïƨçôƲèř áβôúƭ Wïñδôωƨ ßúïℓδ {0}, ƒřô₥ {1} áñδ çô₥ƥïℓèδ ôñ {2}. ℓôřè₥ !!!] - Discover about Windows Build {0}, from {1}. BuildFeed tracks Windows builds throughout the development process. + [!!! ÐïƨçôƲèř áβôúƭ Wïñδôωƨ ßúïℓδ {0}, ƒřô₥ {1}. ßúïℓδFèèδ ƭřáçƙƨ Wïñδôωƨ βúïℓδƨ ƭλřôúϱλôúƭ ƭλè δèƲèℓôƥ₥èñƭ ƥřôçèƨƨ. ℓôřè₥ ïƥƨú !!!] - Builds from + [!!! ßúïℓδƨ ƒřô₥ !!!] - Comments + [!!! Çô₥₥èñƭƨ !!!] - Delete + [!!! Ðèℓèƭè !!!] - Edit + [!!! Éδïƭ !!!] - Edit build + [!!! Éδïƭ βúïℓδ !!!] - Editor actions + [!!! Éδïƭôř áçƭïôñƨ !!!] - Windows NT build list + [!!! Wïñδôωƨ NT βúïℓδ ℓïƨƭ ℓ !!!] - Check out all the known builds to come out of the Windows development lab {0} through BuildFeed, a collaborative Windows build list + [!!! Çλèçƙ ôúƭ áℓℓ ƭλè ƙñôωñ βúïℓδƨ ƭô çô₥è ôúƭ ôƒ ƭλè Wïñδôωƨ δèƲèℓôƥ₥èñƭ ℓáβ {0} ƭλřôúϱλ ßúïℓδFèèδ, á çôℓℓáβôřáƭïƲè Wïñδôωƨ βúïℓδ ℓïƨƭ ℓôřè₥ ïƥƨú₥ !!!] - Listing + [!!! £ïƨƭïñϱ !!!] - Find more builds from {0} + [!!! Fïñδ ₥ôřè βúïℓδƨ ƒřô₥ {0} ℓô !!!] - Find more builds sourced from {0} + [!!! Fïñδ ₥ôřè βúïℓδƨ ƨôúřçèδ ƒřô₥ {0} ℓô !!!] - Find more builds compiled in {0} + [!!! Fïñδ ₥ôřè βúïℓδƨ çô₥ƥïℓèδ ïñ {0} ℓô !!!] - No lab string + [!!! Nô ℓáβ ƨƭřïñϱ !!!] - Private + [!!! ÞřïƲáƭè !!!] - Public + [!!! Þúβℓïç !!!] - Quick-paste + [!!! Qúïçƙ-ƥáƨƭè !!!] - Return to build listing + [!!! Rèƭúřñ ƭô βúïℓδ ℓïƨƭïñϱ ℓ !!!] - Return to build overview + [!!! Rèƭúřñ ƭô βúïℓδ ôƲèřƲïèω ℓ !!!] - Share + [!!! §λářè !!!] - Today + [!!! Tôδᥠ!!!] - builds + [!!! βúïℓδƨ !!!] - View a list of all Windows builds compiled in {0}, and watch how Windows developed steadily over time, through the collaborative build list, BuildFeed + [!!! Vïèω á ℓïƨƭ ôƒ áℓℓ Wïñδôωƨ βúïℓδƨ çô₥ƥïℓèδ ïñ {0}, áñδ ωáƭçλ λôω Wïñδôωƨ δèƲèℓôƥèδ ƨƭèáδïℓ¥ ôƲèř ƭï₥è, ƭλřôúϱλ ƭλè çôℓℓáβôřáƭïƲè βúïℓδ ℓïƨƭ, ßúïℓδFèèδ ℓôřè₥ ïƥƨú₥ δô !!!] \ No newline at end of file diff --git a/BuildFeed/Local/Model.Designer.cs b/BuildFeed/Local/Model.Designer.cs index a77bb88..626b1ac 100644 --- a/BuildFeed/Local/Model.Designer.cs +++ b/BuildFeed/Local/Model.Designer.cs @@ -61,7 +61,7 @@ internal Model() { } /// - /// Looks up a localized string similar to Time created. + /// Looks up a localized string similar to [!!! Tï₥è çřèáƭèδ !!!]. /// public static string Added { get { @@ -70,7 +70,7 @@ public static string Added { } /// - /// Looks up a localized string similar to App package. + /// Looks up a localized string similar to [!!! Âƥƥ ƥáçƙáϱè !!!]. /// public static string AppPackage { get { @@ -79,7 +79,7 @@ public static string AppPackage { } /// - /// Looks up a localized string similar to Build time. + /// Looks up a localized string similar to [!!! ßúïℓδ ƭï₥è !!!]. /// public static string BuildTime { get { @@ -88,7 +88,7 @@ public static string BuildTime { } /// - /// Looks up a localized string similar to Build tools. + /// Looks up a localized string similar to [!!! ßúïℓδ ƭôôℓƨ !!!]. /// public static string BuildTools { get { @@ -97,7 +97,7 @@ public static string BuildTools { } /// - /// Looks up a localized string similar to Documentation. + /// Looks up a localized string similar to [!!! Ðôçú₥èñƭáƭïôñ !!!]. /// public static string Documentation { get { @@ -106,7 +106,7 @@ public static string Documentation { } /// - /// Looks up a localized string similar to Canary. + /// Looks up a localized string similar to [!!! Çáñář¥ !!!]. /// public static string FlightCanary { get { @@ -115,7 +115,7 @@ public static string FlightCanary { } /// - /// Looks up a localized string similar to Flight level. + /// Looks up a localized string similar to [!!! Fℓïϱλƭ ℓèƲèℓ !!!]. /// public static string FlightLevel { get { @@ -124,7 +124,7 @@ public static string FlightLevel { } /// - /// Looks up a localized string similar to Microsoft Internal. + /// Looks up a localized string similar to [!!! Mïçřôƨôƒƭ Ìñƭèřñáℓ ℓ !!!]. /// public static string FlightMSIT { get { @@ -133,7 +133,7 @@ public static string FlightMSIT { } /// - /// Looks up a localized string similar to None. + /// Looks up a localized string similar to [!!! Nôñè !!!]. /// public static string FlightNone { get { @@ -142,7 +142,7 @@ public static string FlightNone { } /// - /// Looks up a localized string similar to Operating Systems Group. + /// Looks up a localized string similar to [!!! Óƥèřáƭïñϱ §¥ƨƭè₥ƨ Gřôúƥ ℓ !!!]. /// public static string FlightOSG { get { @@ -151,7 +151,7 @@ public static string FlightOSG { } /// - /// Looks up a localized string similar to Windows Insider Fast. + /// Looks up a localized string similar to [!!! Wïñδôωƨ Ìñƨïδèř Fáƨƭ ℓ !!!]. /// public static string FlightWIF { get { @@ -160,7 +160,7 @@ public static string FlightWIF { } /// - /// Looks up a localized string similar to Windows Insider Slow. + /// Looks up a localized string similar to [!!! Wïñδôωƨ Ìñƨïδèř §ℓôω ℓ !!!]. /// public static string FlightWIS { get { @@ -169,7 +169,7 @@ public static string FlightWIS { } /// - /// Looks up a localized string similar to Public leak. + /// Looks up a localized string similar to [!!! Þúβℓïç ℓèáƙ !!!]. /// public static string InternalLeak { get { @@ -178,7 +178,7 @@ public static string InternalLeak { } /// - /// Looks up a localized string similar to Lab string. + /// Looks up a localized string similar to [!!! £áβ ƨƭřïñϱ !!!]. /// public static string Lab { get { @@ -187,7 +187,7 @@ public static string Lab { } /// - /// Looks up a localized string similar to Leak or release date. + /// Looks up a localized string similar to [!!! £èáƙ ôř řèℓèáƨè δáƭè ℓ !!!]. /// public static string LeakDate { get { @@ -196,7 +196,7 @@ public static string LeakDate { } /// - /// Looks up a localized string similar to Logging. + /// Looks up a localized string similar to [!!! £ôϱϱïñϱ !!!]. /// public static string Logging { get { @@ -205,7 +205,7 @@ public static string Logging { } /// - /// Looks up a localized string similar to Major version. + /// Looks up a localized string similar to [!!! MáJôř Ʋèřƨïôñ !!!]. /// public static string MajorVersion { get { @@ -214,7 +214,7 @@ public static string MajorVersion { } /// - /// Looks up a localized string similar to Minor version. + /// Looks up a localized string similar to [!!! Mïñôř Ʋèřƨïôñ !!!]. /// public static string MinorVersion { get { @@ -223,7 +223,7 @@ public static string MinorVersion { } /// - /// Looks up a localized string similar to Time modified. + /// Looks up a localized string similar to [!!! Tï₥è ₥ôδïƒïèδ !!!]. /// public static string Modified { get { @@ -232,7 +232,7 @@ public static string Modified { } /// - /// Looks up a localized string similar to Build number. + /// Looks up a localized string similar to [!!! ßúïℓδ ñú₥βèř !!!]. /// public static string Number { get { @@ -241,7 +241,7 @@ public static string Number { } /// - /// Looks up a localized string similar to Private leak. + /// Looks up a localized string similar to [!!! ÞřïƲáƭè ℓèáƙ !!!]. /// public static string PrivateLeak { get { @@ -250,7 +250,7 @@ public static string PrivateLeak { } /// - /// Looks up a localized string similar to Public release. + /// Looks up a localized string similar to [!!! Þúβℓïç řèℓèáƨè !!!]. /// public static string PublicRelease { get { @@ -259,7 +259,7 @@ public static string PublicRelease { } /// - /// Looks up a localized string similar to Build revision. + /// Looks up a localized string similar to [!!! ßúïℓδ řèƲïƨïôñ !!!]. /// public static string Revision { get { @@ -268,7 +268,7 @@ public static string Revision { } /// - /// Looks up a localized string similar to Source details. + /// Looks up a localized string similar to [!!! §ôúřçè δèƭáïℓƨ !!!]. /// public static string SourceDetails { get { @@ -277,7 +277,7 @@ public static string SourceDetails { } /// - /// Looks up a localized string similar to Source type. + /// Looks up a localized string similar to [!!! §ôúřçè ƭ¥ƥè !!!]. /// public static string SourceType { get { @@ -286,7 +286,7 @@ public static string SourceType { } /// - /// Looks up a localized string similar to Update (GDR). + /// Looks up a localized string similar to [!!! Ûƥδáƭè (GÐR) !!!]. /// public static string UpdateGDR { get { @@ -295,7 +295,7 @@ public static string UpdateGDR { } /// - /// Looks up a localized string similar to Update (LDR). + /// Looks up a localized string similar to [!!! Ûƥδáƭè (£ÐR) !!!]. /// public static string UpdateLDR { get { diff --git a/BuildFeed/Local/Model.ar-sa.Designer.cs b/BuildFeed/Local/Model.ar-sa.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Model.ar-sa.resx b/BuildFeed/Local/Model.ar-sa.resx new file mode 100644 index 0000000..0a69e79 --- /dev/null +++ b/BuildFeed/Local/Model.ar-sa.resx @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + وقت التصنيع + + + حزمة خاصة بتطبيق + + + تاريخ ووقت النسخة + + + أدوات النسخة + + + مستندات + + + المستوى الأولي (Canary) + + + مستوى النسخة + + + مستوى موظفي مايكروسوفت الداخلي (MSIT) + + + بدون + + + مستوى مجموعة نظام التشغيل (OSG) + + + نسخ المختبرين - المستوى السريع WIF + + + نسخ المختبرين - المستوى البطيء WIS + + + تسريب عام للنسخة + + + سلسلة المختبر + + + تاريخ ووقت التسريب أو النشر + + + من السجلات + + + رقم النسخة الرئيسي + + + رقم النسخة الفرعي + + + وقت التعديل + + + رقم النسخة + + + نسخة خاصة غير مسربة + + + نسخة عامة + + + رقم مرجع بناء النسخة + + + تفاصيل المصدر + + + نوع المصدر + + + تحديث GDR + + + تحديث LDR + + \ No newline at end of file diff --git a/BuildFeed/Local/Model.en-gb.Designer.cs b/BuildFeed/Local/Model.en-gb.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Model.en-gb.resx b/BuildFeed/Local/Model.en-gb.resx new file mode 100644 index 0000000..368aac7 --- /dev/null +++ b/BuildFeed/Local/Model.en-gb.resx @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Time created + + + App package + + + Build time + + + Build tools + + + Documentation + + + Canary + + + Flight level + + + Microsoft Internal + + + None + + + Operating Systems Group + + + Windows Insider Fast + + + Windows Insider Slow + + + Public leak + + + Lab string + + + Leak or release date + + + Logging + + + Major version + + + Minor version + + + Time modified + + + Build number + + + Private leak + + + Public release + + + Build revision + + + Source details + + + Source type + + + Update (GDR) + + + Update (LDR) + + \ No newline at end of file diff --git a/BuildFeed/Local/Model.en-us.Designer.cs b/BuildFeed/Local/Model.en-us.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Model.en-us.resx b/BuildFeed/Local/Model.en-us.resx new file mode 100644 index 0000000..368aac7 --- /dev/null +++ b/BuildFeed/Local/Model.en-us.resx @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Time created + + + App package + + + Build time + + + Build tools + + + Documentation + + + Canary + + + Flight level + + + Microsoft Internal + + + None + + + Operating Systems Group + + + Windows Insider Fast + + + Windows Insider Slow + + + Public leak + + + Lab string + + + Leak or release date + + + Logging + + + Major version + + + Minor version + + + Time modified + + + Build number + + + Private leak + + + Public release + + + Build revision + + + Source details + + + Source type + + + Update (GDR) + + + Update (LDR) + + \ No newline at end of file diff --git a/BuildFeed/Local/Model.nl-nl.Designer.cs b/BuildFeed/Local/Model.nl-nl.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Model.nl-nl.resx b/BuildFeed/Local/Model.nl-nl.resx new file mode 100644 index 0000000..31b3fcd --- /dev/null +++ b/BuildFeed/Local/Model.nl-nl.resx @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tijd gemaakt + + + Applicatie pakket + + + Build tijd + + + Build tools + + + Documentatie + + + Canary + + + Flight niveau + + + Microsoft Internal + + + Geen + + + Operating System Groep + + + Windows Insider Fast + + + Windows Insider Slow + + + Publiekelijke lek + + + Lab + + + Lek of release datum + + + Logging + + + Hoofdversie + + + Onderversie + + + Tijd aangepast + + + Buildnummer + + + Prive lek + + + Publiekelijke release + + + Build herziening + + + Bron informatie + + + Bron type + + + Update (GDR) + + + Update (LDR) + + \ No newline at end of file diff --git a/BuildFeed/Local/Model.resx b/BuildFeed/Local/Model.resx index 368aac7..b2d8d27 100644 --- a/BuildFeed/Local/Model.resx +++ b/BuildFeed/Local/Model.resx @@ -118,84 +118,84 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Time created + [!!! Tï₥è çřèáƭèδ !!!] - App package + [!!! Âƥƥ ƥáçƙáϱè !!!] - Build time + [!!! ßúïℓδ ƭï₥è !!!] - Build tools + [!!! ßúïℓδ ƭôôℓƨ !!!] - Documentation + [!!! Ðôçú₥èñƭáƭïôñ !!!] - Canary + [!!! Çáñář¥ !!!] - Flight level + [!!! Fℓïϱλƭ ℓèƲèℓ !!!] - Microsoft Internal + [!!! Mïçřôƨôƒƭ Ìñƭèřñáℓ ℓ !!!] - None + [!!! Nôñè !!!] - Operating Systems Group + [!!! Óƥèřáƭïñϱ §¥ƨƭè₥ƨ Gřôúƥ ℓ !!!] - Windows Insider Fast + [!!! Wïñδôωƨ Ìñƨïδèř Fáƨƭ ℓ !!!] - Windows Insider Slow + [!!! Wïñδôωƨ Ìñƨïδèř §ℓôω ℓ !!!] - Public leak + [!!! Þúβℓïç ℓèáƙ !!!] - Lab string + [!!! £áβ ƨƭřïñϱ !!!] - Leak or release date + [!!! £èáƙ ôř řèℓèáƨè δáƭè ℓ !!!] - Logging + [!!! £ôϱϱïñϱ !!!] - Major version + [!!! MáJôř Ʋèřƨïôñ !!!] - Minor version + [!!! Mïñôř Ʋèřƨïôñ !!!] - Time modified + [!!! Tï₥è ₥ôδïƒïèδ !!!] - Build number + [!!! ßúïℓδ ñú₥βèř !!!] - Private leak + [!!! ÞřïƲáƭè ℓèáƙ !!!] - Public release + [!!! Þúβℓïç řèℓèáƨè !!!] - Build revision + [!!! ßúïℓδ řèƲïƨïôñ !!!] - Source details + [!!! §ôúřçè δèƭáïℓƨ !!!] - Source type + [!!! §ôúřçè ƭ¥ƥè !!!] - Update (GDR) + [!!! Ûƥδáƭè (GÐR) !!!] - Update (LDR) + [!!! Ûƥδáƭè (£ÐR) !!!] \ No newline at end of file diff --git a/BuildFeed/Local/Support.Designer.cs b/BuildFeed/Local/Support.Designer.cs index 301e5a4..44d55d9 100644 --- a/BuildFeed/Local/Support.Designer.cs +++ b/BuildFeed/Local/Support.Designer.cs @@ -61,7 +61,7 @@ internal Support() { } /// - /// Looks up a localized string similar to Every account is validated by an Administrator, so be patient and check again later.. + /// Looks up a localized string similar to [!!! ÉƲèř¥ áççôúñƭ ïƨ Ʋáℓïδáƭèδ β¥ áñ Âδ₥ïñïƨƭřáƭôř, ƨô βè ƥáƭïèñƭ áñδ çλèçƙ áϱáïñ ℓáƭèř. ℓôřè₥ ï !!!]. /// public static string AccountValidation { get { @@ -70,7 +70,7 @@ public static string AccountValidation { } /// - /// Looks up a localized string similar to Additions to BuildFeed. + /// Looks up a localized string similar to [!!! Âδδïƭïôñƨ ƭô ßúïℓδFèèδ ℓ !!!]. /// public static string AdditionsToBuildFeed { get { @@ -79,7 +79,7 @@ public static string AdditionsToBuildFeed { } /// - /// Looks up a localized string similar to Builds Compiled. + /// Looks up a localized string similar to [!!! ßúïℓδƨ Çô₥ƥïℓèδ ℓ !!!]. /// public static string BuildsCompiled { get { @@ -88,7 +88,7 @@ public static string BuildsCompiled { } /// - /// Looks up a localized string similar to Change your password. + /// Looks up a localized string similar to [!!! Çλáñϱè ¥ôúř ƥáƨƨωôřδ ℓ !!!]. /// public static string ChangePassword { get { @@ -97,7 +97,7 @@ public static string ChangePassword { } /// - /// Looks up a localized string similar to Confirm new password. + /// Looks up a localized string similar to [!!! Çôñƒïř₥ ñèω ƥáƨƨωôřδ ℓ !!!]. /// public static string ConfirmNewPassword { get { @@ -106,7 +106,7 @@ public static string ConfirmNewPassword { } /// - /// Looks up a localized string similar to Confirm password. + /// Looks up a localized string similar to [!!! Çôñƒïř₥ ƥáƨƨωôřδ ℓ !!!]. /// public static string ConfirmPassword { get { @@ -115,7 +115,7 @@ public static string ConfirmPassword { } /// - /// Looks up a localized string similar to Email address. + /// Looks up a localized string similar to [!!! É₥áïℓ áδδřèƨƨ !!!]. /// public static string EmailAddress { get { @@ -124,7 +124,7 @@ public static string EmailAddress { } /// - /// Looks up a localized string similar to Enter current password. + /// Looks up a localized string similar to [!!! Éñƭèř çúřřèñƭ ƥáƨƨωôřδ ℓ !!!]. /// public static string EnterCurrentPassword { get { @@ -133,7 +133,7 @@ public static string EnterCurrentPassword { } /// - /// Looks up a localized string similar to Enter new password. + /// Looks up a localized string similar to [!!! Éñƭèř ñèω ƥáƨƨωôřδ ℓ !!!]. /// public static string EnterNewPassword { get { @@ -142,7 +142,7 @@ public static string EnterNewPassword { } /// - /// Looks up a localized string similar to Enter password. + /// Looks up a localized string similar to [!!! Éñƭèř ƥáƨƨωôřδ !!!]. /// public static string EnterPassword { get { @@ -151,7 +151,7 @@ public static string EnterPassword { } /// - /// Looks up a localized string similar to Highest version. + /// Looks up a localized string similar to [!!! Hïϱλèƨƭ Ʋèřƨïôñ ℓ !!!]. /// public static string HighestVersion { get { @@ -160,7 +160,7 @@ public static string HighestVersion { } /// - /// Looks up a localized string similar to Labs. + /// Looks up a localized string similar to [!!! £áβƨ !!!]. /// public static string Labs { get { @@ -169,7 +169,7 @@ public static string Labs { } /// - /// Looks up a localized string similar to Log in. + /// Looks up a localized string similar to [!!! £ôϱ ïñ !!!]. /// public static string Login { get { @@ -178,7 +178,7 @@ public static string Login { } /// - /// Looks up a localized string similar to Password. + /// Looks up a localized string similar to [!!! Þáƨƨωôřδ !!!]. /// public static string Password { get { @@ -187,7 +187,7 @@ public static string Password { } /// - /// Looks up a localized string similar to Recently added. + /// Looks up a localized string similar to [!!! Rèçèñƭℓ¥ áδδèδ !!!]. /// public static string RecentlyAdded { get { @@ -196,7 +196,7 @@ public static string RecentlyAdded { } /// - /// Looks up a localized string similar to Recently compiled. + /// Looks up a localized string similar to [!!! Rèçèñƭℓ¥ çô₥ƥïℓèδ ℓ !!!]. /// public static string RecentlyCompiled { get { @@ -205,7 +205,7 @@ public static string RecentlyCompiled { } /// - /// Looks up a localized string similar to Recently leaked. + /// Looks up a localized string similar to [!!! Rèçèñƭℓ¥ ℓèáƙèδ ℓ !!!]. /// public static string RecentlyLeaked { get { @@ -214,7 +214,7 @@ public static string RecentlyLeaked { } /// - /// Looks up a localized string similar to Register. + /// Looks up a localized string similar to [!!! Rèϱïƨƭèř !!!]. /// public static string Register { get { @@ -223,7 +223,7 @@ public static string Register { } /// - /// Looks up a localized string similar to Remember me. + /// Looks up a localized string similar to [!!! Rè₥è₥βèř ₥è !!!]. /// public static string RememberMe { get { @@ -232,7 +232,7 @@ public static string RememberMe { } /// - /// Looks up a localized string similar to Builds compiled each quarter. + /// Looks up a localized string similar to [!!! ßúïℓδƨ çô₥ƥïℓèδ èáçλ 9úářƭèř ℓô !!!]. /// public static string StatsCompiled { get { @@ -241,7 +241,7 @@ public static string StatsCompiled { } /// - /// Looks up a localized string similar to Recorded builds in each lab. + /// Looks up a localized string similar to [!!! Rèçôřδèδ βúïℓδƨ ïñ èáçλ ℓáβ ℓô !!!]. /// public static string StatsLab { get { @@ -250,7 +250,7 @@ public static string StatsLab { } /// - /// Looks up a localized string similar to Only labs with 100 or more recorded builds are included.. + /// Looks up a localized string similar to [!!! Óñℓ¥ ℓáβƨ ωïƭλ 100 ôř ₥ôřè řèçôřδèδ βúïℓδƨ ářè ïñçℓúδèδ. ℓôřè₥ !!!]. /// public static string StatsLabIncluded { get { @@ -259,7 +259,7 @@ public static string StatsLabIncluded { } /// - /// Looks up a localized string similar to New additions to BuildFeed over the previous year. + /// Looks up a localized string similar to [!!! Nèω áδδïƭïôñƨ ƭô ßúïℓδFèèδ ôƲèř ƭλè ƥřèƲïôúƨ ¥èář ℓôřè !!!]. /// public static string StatsNewAdditions { get { @@ -268,7 +268,7 @@ public static string StatsNewAdditions { } /// - /// Looks up a localized string similar to Thank you for registering. + /// Looks up a localized string similar to [!!! Tλáñƙ ¥ôú ƒôř řèϱïƨƭèřïñϱ ℓô !!!]. /// public static string ThanksRegister { get { @@ -277,7 +277,7 @@ public static string ThanksRegister { } /// - /// Looks up a localized string similar to Username. + /// Looks up a localized string similar to [!!! Ûƨèřñá₥è !!!]. /// public static string UserName { get { @@ -286,7 +286,7 @@ public static string UserName { } /// - /// Looks up a localized string similar to Week. + /// Looks up a localized string similar to [!!! Wèèƙ !!!]. /// public static string Week { get { diff --git a/BuildFeed/Local/Support.ar-sa.Designer.cs b/BuildFeed/Local/Support.ar-sa.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Support.ar-sa.resx b/BuildFeed/Local/Support.ar-sa.resx new file mode 100644 index 0000000..748856c --- /dev/null +++ b/BuildFeed/Local/Support.ar-sa.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + لم يتم تفعيل حسابك بعد. يرجى العلم بأن كل حساب يتم تدقيقه من قبل طاقم الإدارة قبل تفعيله. يرجى المراجعة لاحقاً + + + إضافات إلى BuildFeed + + + النسخ المصنعة + + + تغيير كلمة السر + + + إعادة تأكيد كلمة السر الجديدة + + + إعادة تأكيد كلمة السر + + + البريد الإلكتروني + + + أدخل كلمة السر الحالية + + + أدخل كلمة السر الجديدة + + + أدخل كلمة السر + + + أعلى إصدار + + + المختبرات + + + تسجيل الدخول + + + كلمة السر + + + أضيفت مؤخراً + + + تم تصنيعها مؤخراً + + + تم تسريبها مؤخراً + + + التسجيل + + + تذكرني + + + نسخ مصنعة كل ربع سنة + + + النسخ المسجلة تحت كل مختبر + + + فقط المختبرات التي تحتوي على 100 نسخة أو أكثر تدخل في النتائج + + + الإضافات الجديدة على BuildFeed مقارنة بالسنة السابقة + + + نشكركم على التسجيل لدى الموقع + + + اسم المستخدم + + + أسبوع + + \ No newline at end of file diff --git a/BuildFeed/Local/Support.en-gb.Designer.cs b/BuildFeed/Local/Support.en-gb.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Support.en-gb.resx b/BuildFeed/Local/Support.en-gb.resx new file mode 100644 index 0000000..6cc100c --- /dev/null +++ b/BuildFeed/Local/Support.en-gb.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Every account is validated by an Administrator, so be patient and check again later. + + + Additions to BuildFeed + + + Builds Compiled + + + Change your password + + + Confirm new password + + + Confirm password + + + Email address + + + Enter current password + + + Enter new password + + + Enter password + + + Highest version + + + Labs + + + Log in + + + Password + + + Recently added + + + Recently compiled + + + Recently leaked + + + Register + + + Remember me + + + Builds compiled each quarter + + + Recorded builds in each lab + + + Only labs with 100 or more recorded builds are included. + + + New additions to BuildFeed over the previous year + + + Thank you for registering + + + Username + + + Week + + \ No newline at end of file diff --git a/BuildFeed/Local/Support.en-us.Designer.cs b/BuildFeed/Local/Support.en-us.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Support.en-us.resx b/BuildFeed/Local/Support.en-us.resx new file mode 100644 index 0000000..6cc100c --- /dev/null +++ b/BuildFeed/Local/Support.en-us.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Every account is validated by an Administrator, so be patient and check again later. + + + Additions to BuildFeed + + + Builds Compiled + + + Change your password + + + Confirm new password + + + Confirm password + + + Email address + + + Enter current password + + + Enter new password + + + Enter password + + + Highest version + + + Labs + + + Log in + + + Password + + + Recently added + + + Recently compiled + + + Recently leaked + + + Register + + + Remember me + + + Builds compiled each quarter + + + Recorded builds in each lab + + + Only labs with 100 or more recorded builds are included. + + + New additions to BuildFeed over the previous year + + + Thank you for registering + + + Username + + + Week + + \ No newline at end of file diff --git a/BuildFeed/Local/Support.nl-nl.Designer.cs b/BuildFeed/Local/Support.nl-nl.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/BuildFeed/Local/Support.nl-nl.resx b/BuildFeed/Local/Support.nl-nl.resx new file mode 100644 index 0000000..4040e6c --- /dev/null +++ b/BuildFeed/Local/Support.nl-nl.resx @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Elk account wordt gevalideerd door een beheerder, wees geduldig en controleer later opnieuw + + + Toevoegingen aan BuildFeed + + + Builds gecompileerd + + + Verander je wachtwoord + + + Bevestig je nieuwe wachtwoord + + + Bevestig je wachtwoord + + + E-mail + + + Voer je huidige wachtwoord in + + + Voer je nieuwe wachtwoord in + + + Voer je wachtwoord in + + + Hoogste versie + + + Labs + + + Inloggen + + + Wachtwoord + + + Recent toegevoegd + + + Recent gecompileerd + + + Recent gelekt + + + Registreer + + + Onthoud mij + + + Builds gecompileerd elk kwartaal + + + Gedocumenteerde builds in elk lab + + + Alleen labs met meer dan 100 builds zijn opgenomen + + + Nieuwe toevoegingen aan BuildFeed van het afgelopen jaar + + + Bedankt voor het registreren + + + Gebruikernaam + + + Week + + \ No newline at end of file diff --git a/BuildFeed/Local/Support.resx b/BuildFeed/Local/Support.resx index 6cc100c..03b0ee1 100644 --- a/BuildFeed/Local/Support.resx +++ b/BuildFeed/Local/Support.resx @@ -118,81 +118,81 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Every account is validated by an Administrator, so be patient and check again later. + [!!! ÉƲèř¥ áççôúñƭ ïƨ Ʋáℓïδáƭèδ β¥ áñ Âδ₥ïñïƨƭřáƭôř, ƨô βè ƥáƭïèñƭ áñδ çλèçƙ áϱáïñ ℓáƭèř. ℓôřè₥ ï !!!] - Additions to BuildFeed + [!!! Âδδïƭïôñƨ ƭô ßúïℓδFèèδ ℓ !!!] - Builds Compiled + [!!! ßúïℓδƨ Çô₥ƥïℓèδ ℓ !!!] - Change your password + [!!! Çλáñϱè ¥ôúř ƥáƨƨωôřδ ℓ !!!] - Confirm new password + [!!! Çôñƒïř₥ ñèω ƥáƨƨωôřδ ℓ !!!] - Confirm password + [!!! Çôñƒïř₥ ƥáƨƨωôřδ ℓ !!!] - Email address + [!!! É₥áïℓ áδδřèƨƨ !!!] - Enter current password + [!!! Éñƭèř çúřřèñƭ ƥáƨƨωôřδ ℓ !!!] - Enter new password + [!!! Éñƭèř ñèω ƥáƨƨωôřδ ℓ !!!] - Enter password + [!!! Éñƭèř ƥáƨƨωôřδ !!!] - Highest version + [!!! Hïϱλèƨƭ Ʋèřƨïôñ ℓ !!!] - Labs + [!!! £áβƨ !!!] - Log in + [!!! £ôϱ ïñ !!!] - Password + [!!! Þáƨƨωôřδ !!!] - Recently added + [!!! Rèçèñƭℓ¥ áδδèδ !!!] - Recently compiled + [!!! Rèçèñƭℓ¥ çô₥ƥïℓèδ ℓ !!!] - Recently leaked + [!!! Rèçèñƭℓ¥ ℓèáƙèδ ℓ !!!] - Register + [!!! Rèϱïƨƭèř !!!] - Remember me + [!!! Rè₥è₥βèř ₥è !!!] - Builds compiled each quarter + [!!! ßúïℓδƨ çô₥ƥïℓèδ èáçλ 9úářƭèř ℓô !!!] - Recorded builds in each lab + [!!! Rèçôřδèδ βúïℓδƨ ïñ èáçλ ℓáβ ℓô !!!] - Only labs with 100 or more recorded builds are included. + [!!! Óñℓ¥ ℓáβƨ ωïƭλ 100 ôř ₥ôřè řèçôřδèδ βúïℓδƨ ářè ïñçℓúδèδ. ℓôřè₥ !!!] - New additions to BuildFeed over the previous year + [!!! Nèω áδδïƭïôñƨ ƭô ßúïℓδFèèδ ôƲèř ƭλè ƥřèƲïôúƨ ¥èář ℓôřè !!!] - Thank you for registering + [!!! Tλáñƙ ¥ôú ƒôř řèϱïƨƭèřïñϱ ℓô !!!] - Username + [!!! Ûƨèřñá₥è !!!] - Week + [!!! Wèèƙ !!!] \ No newline at end of file diff --git a/BuildFeed/Web.config b/BuildFeed/Web.config index b3eedb7..d31d1a4 100644 --- a/BuildFeed/Web.config +++ b/BuildFeed/Web.config @@ -19,7 +19,7 @@ - +