예제 #1
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Configuration.Languages.NoAvailableLanguagesFound",
                                "There were no other available languages found for version {0}. On <a href=\"https://translate.smartstore.com/\" target=\"_blank\">translate.smartstore.com</a> you will find more details about available resources.",
                                "Es wurden keine weiteren verfügbaren Sprachen für Version {0} gefunden. Auf <a href=\"https://translate.smartstore.com/\" target=\"_blank\">translate.smartstore.com</a> finden Sie weitere Details zu verfügbaren Ressourcen.");

            builder.AddOrUpdate("Checkout.OrderCompletes",
                                "Your order will be completed.",
                                "Ihre Bestellung wird abgeschlossen.");

            builder.AddOrUpdate("Admin.Catalog.Attributes.CheckoutAttributes.Fields.TextPrompt",
                                "Text prompt",
                                "Text Eingabeaufforderung",
                                "Specifies the prompt text.",
                                "Legt den Text zur Eingabeaufforderung fest.");

            builder.AddOrUpdate("Admin.Catalog.Products.ProductVariantAttributes.Attributes.Fields.TextPrompt",
                                "Text prompt",
                                "Text Eingabeaufforderung");

            builder.AddOrUpdate("Admin.Catalog.Categories.Fields.ExternalLink",
                                "External link",
                                "Externer Link",
                                "Alternative external link for this category in the main menu and in category listings. For example, to a landing page that contains a back link to the category.",
                                "Abweichender, externer Verweis für diese Warengruppe im Hauptmenü und in Warengruppen-Listings. Z.B. auf eine Landingpage, die einen Rückverweis auf die Warengruppe enthält.");
        }
예제 #2
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.CheckUpdate.UpdateNow",
                                "Update now",
                                "Jetzt aktualisieren");
            builder.AddOrUpdate("Admin.CheckUpdate.AutoUpdatePossible",
                                "AutoUpdate possible",
                                "AutoUpdate m�glich");
            builder.AddOrUpdate("Admin.CheckUpdate.AutoUpdateFailure",
                                "Unknown error during package download. Please try again later.",
                                "Unbekannter Fehler beim Paket-Download. Bitte versuchen Sie es sp�ter erneut.");

            builder.AddOrUpdate("Admin.CheckUpdate.AutoUpdatePossibleInfo",
                                @"<p>This update can be installed automatically. For this cloudCommerce.NET downloads an installation package
					to your webserver, executes it and restarts the application. Before the installation
					your shop directory is backed up, except the folders <i>App_Data</i> and <i>Media</i>, as well as the
					SQL Server database file.
				</p>
				<p>
					Click the <b>Update now</b> button to download and install the package. As an alternative to this, you can
					download the package to your local PC further below and perform the installation at a later time manually.
				</p>"                ,
                                @"<p>Dieses Update kann automatisch installiert werden. Hierf�r l�dt cloudCommerce.NET ein Installationspaket
					auf Ihren Webserver herunter, f�hrt die Installation durch und startet die Anwendung neu. Vor der Installation wird der
					Verzeichnisinhalt Ihres Shops gesichert, mit Ausnahme der Ordner <i>App_Data</i> und <i>Media</i> sowie der
					SQL Server Datenbank.
				</p>
				<p>
					Klicken Sie die Schaltfl�che <b>Jetzt aktualisieren</b>, um das Paket downzuloaden und zu installieren. Alternativ hierzu k�nnen
					Sie weiter unten das Paket auf Ihren lokalen PC downloaden und die Installation zu einem sp�teren Zeitpunkt manuell durchf�hren.
				</p>"                );
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Promotions").Value("de", "Marketing");
            builder.AddOrUpdate("Admin.Plugins.Manage",
                                "Manage plugins",
                                "Plugins verwalten");

            builder.AddOrUpdate("admin.help.nopcommercenote",
                                "SmartStore.NET is a fork of the ASP.NET open source e-commerce solution {0}.",
                                "SmartStore.NET ist ein Fork der ASP.NET Open-Source E-Commerce-Lösung {0}.");

            builder.AddOrUpdate("Payment.ExpirationDate",
                                "Valid until",
                                "Gültig bis");

            builder.Update("Plugins.Payment.CashOnDelivery.PaymentInfoDescription")
            .Value("en", "Once your order is placed, you will be contacted by our staff to confirm the order.")
            .Value("de", "Sobald Ihre Bestellung abgeschloßen ist, werden Sie persönlich von einem unserer Mitarbeiter kontaktiert, um die Bestellung zu bestätigen.");

            builder.Update("Plugins.Payment.Invoice.PaymentInfoDescription")
            .Value("en", "Once your order is placed, you will be contacted by our staff to confirm the order.")
            .Value("de", "Sobald Ihre Bestellung abgeschloßen ist, werden Sie persönlich von einem unserer Mitarbeiter kontaktiert, um die Bestellung zu bestätigen.");

            builder.Update("Plugins.Payment.DirectDebit.PaymentInfoDescription")
            .Value("en", "Once your order is placed, you will be contacted by our staff to confirm the order.")
            .Value("de", "Sobald Ihre Bestellung abgeschloßen ist, werden Sie persönlich von einem unserer Mitarbeiter kontaktiert, um die Bestellung zu bestätigen.");

            builder.Update("Plugins.Payment.PayInStore.PaymentInfoDescription")
            .Value("en", "Reserve items at your local store, and pay in store when you pick up your order.")
            .Value("de", "Reservieren Sie Produkte und zahlen Sie an der Kasse in unserem Ladenlokal.");

            builder.Update("Plugins.Payment.Prepayment.PaymentInfoDescription")
            .Value("en", "Once your order is placed, you will be contacted by our staff to confirm the order.")
            .Value("de", "Sobald Ihre Bestellung abgeschloßen ist, werden Sie persönlich von einem unserer Mitarbeiter kontaktiert, um die Bestellung zu bestätigen.");
        }
예제 #4
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Common.Import").Value("en", "Import");
            builder.AddOrUpdate("Common.Export").Value("en", "Export");

            builder.AddOrUpdate("Account.Login.ReturningCustomer").Value("de", "Ich bin bereits Kunde");
        }
예제 #5
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.Delete(
                "Admin.System.QueuedEmails.Fields.FromName",
                "Admin.System.QueuedEmails.Fields.FromName.Hint",
                "Admin.System.QueuedEmails.Fields.ToName",
                "Admin.System.QueuedEmails.Fields.ToName.Hint");

            builder.AddOrUpdate("Admin.System.QueuedEmails.Fields.ReplyTo",
                                "Reply to",
                                "Antwort an",
                                "Reply-To address of the email.",
                                "Antwortadresse der E-Mail.");

            builder.AddOrUpdate("Common.Error.NoMessageTemplate",
                                "The message template '{0}' does not exist.",
                                "Die Nachrichtenvorlage '{0}' existiert nicht.");

            builder.AddOrUpdate("Admin.ContentManagement.MessageTemplates.NoModelTree",
                                "Variables are unknown until at least one message of the current type has either been sent or previewed.",
                                "Variablen sind erst bekannt, wenn mind. eine Nachricht vom aktuellen Typ entweder gesendet oder getestet wurde.");

            builder.AddOrUpdate("Admin.Promotions.Campaigns.Fields.AllowedTokens",
                                "Allowed template variables",
                                "Erlaubte Template Variablen",
                                "Inserts the selected variable in the HTML document.",
                                "Fügt die gewählte Variable in das HTML-Dokument ein.");
        }
예제 #6
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.FavIconMediaFileId",
                                "Favicon",
                                "Favicon",
                                "Defines the favicon for the store. This icon should contain graphics in the dimensions 16×16, 32×32 and 48×48.",
                                "Legt das Favicon für den Shop fest. Dieses Icon sollte Grafiken in den Abmessungen 16×16, 32×32 und 48×48 beinhalten.");

            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.PngIconMediaFileId",
                                "PNG icon",
                                "PNG-Icon",
                                "Defines the PNG icon for the store. This icon is recognized as favicon by up-to-date devices and used when shortcuts to your store are created. Optimal dimensions for this icon are 196x196.",
                                "Legt das PNG-Icon für den Shop fest. Dieses Icon wird von aktuellen Geräten als Favicon erkannt und verwendet, wenn Shortcuts zu Ihrem Shop erstellt werden. Optimale Abmessungen für das Icon sind 196x196.");

            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.AppleTouchIconMediaFileId",
                                "Apple Touch icon",
                                "Apple Touch Icon",
                                "Defines the icon used by Apple devices as shortcut icon. Optimal dimensions for this icon are 180x180.",
                                "Legt das Icon fest, das von Apple-Geräten als Shortcut-Icon verwendet wird. Optimale Abmessungen für das Icon sind 180x180.");

            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.MsTileImageMediaFileId",
                                "Microsoft tile picture",
                                "Microsoft Kachelgrafik",
                                "Defines the icon that is used by Microsoft devices as a tile picture when shortcuts to your store are created. Optimal dimensions for the picture are 310x310.",
                                "Legt das Icon fest, das von Microsoft-Geräten als Kachelgrafik verwendet wird, wenn Shortcuts zu Ihrem Shop erstellt werden. Optimale Abmessungen für das Bild sind 310x310.");

            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.MsTileColor",
                                "Microsoft tile color",
                                "Microsoft Kachelfarbe",
                                "Defines the color used by Microsoft devices as tile color when shortcuts to your store are created.",
                                "Legt die Farbe fest, die von Microsoft-Geräten als Kachelfarbe verwendet wird, wenn Shortcuts zu Ihrem Shop erstellt werden.");
        }
예제 #7
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Account.PasswordRecoveryConfirm.InvalidEmail",
                                "No customer account matches this email address. Please click the link in your email anew.",
                                "Diese Emailadresse konnte keinen Kundenkonto zugeordnet werden. Bitte rufen Sie den an Sie versendeten Link erneut auf.");

            builder.AddOrUpdate("Account.PasswordRecoveryConfirm.InvalidToken",
                                "The used token is incorrect. Please click the link in your email anew.",
                                "Das verwendete Token scheint nicht korrekt zu sein. Bitte rufen Sie den Link erneut auf.");

            builder.AddOrUpdate("Customer.UserAgreement.OrderItemNotFound",
                                "The corresponding order item could not be found.",
                                "Die entsprechende Auftragsposition konnte nicht gefunden werden.");

            builder.AddOrUpdate("Customer.UserAgreement.ProductNotFound",
                                "The corresponding product could not be found.",
                                "Das entsprechende Produkt konnte nicht gefunden werden.");

            builder.AddOrUpdate("ShoppingCart.RewardPoints", "Reward points", "Bonuspunkte");

            builder.AddOrUpdate("ShoppingCart.RewardPoints.Button", "Apply", "Anwenden");

            builder.AddOrUpdate("ShoppingCart.IsDisabled",
                                "The shopping cart is disabled.",
                                "Der Warenkorb ist deaktiviert.");

            builder.AddOrUpdate("Admin.Configuration.Settings.Catalog.AllowDifferingEmailAddressForEmailAFriend",
                                "Allow differing email address for email e friend",
                                "Abweichende Emailadresse für Tell A Friend zulassen",
                                "Specifies whether customers are allowed to enter a email address different from the one they've registered their account with.",
                                "Bestimmt ob Kunden gestattet ist eine Emailadresse anzugeben, welche von der abweicht mit der sie sich im Shop registriert haben.");

            builder.AddOrUpdate("ShoppingCart.AddToWishlist.Short", "Add to List", "Merken");
            builder.AddOrUpdate("Products.AskQuestion.Short", "Questions?", "Fragen?");
        }
예제 #8
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Orders.Shipment", "Shipment", "Lieferung");
            builder.AddOrUpdate("Admin.Order", "Order", "Auftrag");

            builder.AddOrUpdate("Admin.Order.ViaShippingMethod", "via {0}", "via {0}");
            builder.AddOrUpdate("Admin.Order.WithPaymentMethod", "with {0}", "per {0}");
            builder.AddOrUpdate("Admin.Order.FromStore", "from {0}", "von {0}");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Common.Plural", "Plural", "Mehrzahl");

            builder.AddOrUpdate("Admin.Configuration.QuantityUnit.Fields.NamePlural",
                                "Name plural",
                                "Name Mehrzahl",
                                "Sets the name in plural. Example: \"Barrels\" for the unit \"Barrel\".",
                                "Legt den Namen in Mehrzahl fest. Beispiel: \"Fässer\" für die Verpackungseinheit \"Fass\".");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Catalog.Products.ProductVariantAttributes.AttributeCombinations.DeleteAllCombinations",
                                "Delete all combinations",
                                "Alle Kombinationen löschen");

            builder.AddOrUpdate("Admin.Catalog.Products.ProductVariantAttributes.AttributeCombinations.AskToDeleteAll",
                                "Would you like to delete all attribute combinations for this product?",
                                "Möchten Sie sämtliche Attribut-Kombinationen für dieses Produkt löschen?");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.ContentDeliveryNetwork",
                                "Content Delivery Network URL",
                                "Content Delivery Network URL");

            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.ContentDeliveryNetwork.Hint",
                                "The URL of your CDN, e.g. https://xxx.cloudfront.net or http://xxx.cloudflare.net. Setting this value will allow the site to serve static content like media through the CDN.",
                                "Die URL eines CDN, z.B. https://xxx.cloudfront.net oder http://xxx.cloudflare.net. Diese Einstellung bewirkt, dass statische Mediendateien durch das CDN bereitgestellt werden.");
        }
예제 #12
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Rules.FilterDescriptor.CartProductCount", "Number of products", "Anzahl der Produkte");
            builder.AddOrUpdate("Admin.Rules.FilterDescriptor.Weekday", "Weekday", "Wochentag");

            builder.AddOrUpdate("ShoppingCart.QuantityExceedsStock")
            .Value("de", "Die Bestellmenge übersteigt den Lagerbestand. Es können maximal {0} bestellt werden.");

            builder.AddOrUpdate("Account.CustomerOrders.RecurringOrders.ViewInitialOrder",
                                "Order Details (ID - {0})",
                                "Bestelldetails (ID - {0})");

            builder.Delete(
                "Account.CustomerOrders.RecurringOrders.InitialOrder",
                "Admin.System.Warnings.NoCustomerRolesDefined",
                "Admin.Configuration.ACL.Permission");

            builder.AddOrUpdate("Enums.SmartStore.Core.Search.IndexingStatus.Unavailable",
                                "Unavailable",
                                "Nicht vorhanden");
            builder.AddOrUpdate("Enums.SmartStore.Core.Search.IndexingStatus.Idle",
                                "Idle",
                                "Bereit");
            builder.AddOrUpdate("Enums.SmartStore.Core.Search.IndexingStatus.Rebuilding",
                                "Rebuilding",
                                "Reindexierend");
            builder.AddOrUpdate("Enums.SmartStore.Core.Search.IndexingStatus.Updating",
                                "Updating",
                                "Aktualisierend");

            builder.AddOrUpdate("Admin.Packaging.InstallSuccess",
                                "Package was uploaded and unzipped successfully. Please reload the list.",
                                "Paket wurde hochgeladen und erfolgreich entpackt. Bitte laden Sie die Liste neu.");
        }
예제 #13
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Enums.SmartStore.Core.Domain.Customers.WalletPostingReason.Admin",
                                "Administration",
                                "Administration");
            builder.AddOrUpdate("Enums.SmartStore.Core.Domain.Customers.WalletPostingReason.Purchase",
                                "Purchase",
                                "Einkauf");
            builder.AddOrUpdate("Enums.SmartStore.Core.Domain.Customers.WalletPostingReason.Refill",
                                "Refilling",
                                "Auffüllung");
            builder.AddOrUpdate("Enums.SmartStore.Core.Domain.Customers.WalletPostingReason.Refund",
                                "Refund",
                                "Rückerstattung");
            builder.AddOrUpdate("Enums.SmartStore.Core.Domain.Customers.WalletPostingReason.PartialRefund",
                                "Partial refund",
                                "Teilerstattung");
            builder.AddOrUpdate("Enums.SmartStore.Core.Domain.Customers.WalletPostingReason.Debit",
                                "Debit",
                                "Kontobelastung");

            builder.AddOrUpdate("ShoppingCart.Totals.CreditBalance",
                                "Credit balance",
                                "Guthaben");

            builder.AddOrUpdate("Admin.Orders.Fields.CreditBalance",
                                "Credit balance",
                                "Guthaben",
                                "The used credit balance.",
                                "Das verwendete Guthaben.");

            builder.AddOrUpdate("Admin.Validation.ValueLessThan",
                                "The value must be less than {0}.",
                                "Der Wert muss kleiner {0} sein.");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate(
                "Admin.ContentManagement.Menus.Item.IconColor",
                "Icon color",
                "Icon Farbe",
                "Specifies the color of the icon.",
                "Legt die Farbe des Icons fest.");

            builder.AddOrUpdate("Common.White", "White", "Weiß");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Configuration.Settings.GeneralCommon.SocialSettings.TwitterSite.Error",
                                "The Twitter username must begin with an '@'.",
                                "Der Twitter-Benutzername muss mit einem '@' beginnen.");

            builder.AddOrUpdate("Admin.Configuration.Settings.ShoppingCart.AddProductsToBasketInSinglePositions",
                                "Add products to cart in single positions",
                                "Produkte in einzelnen Positionen in den Warenkorb legen",
                                "Enable this option if you want products with different quantities to be added to the shopping cart in single position.",
                                "Aktivieren Sie diese Option, wenn Produkte mit verschiedenen Mengenangaben als Einzelpositionen in den Warenkorb gelegt werden sollen.");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate(
                "Admin.System.ScheduleTasks.Priority",
                "Priority",
                "Wichtigkeit",
                "Tasks with higher priority run first when multiple tasks are pending.",
                "Aufgaben mit höherer Wichtigkeit werden zuerst ausgeführt, wenn mehrere Aufgaben zur Ausführung anstehen.");

            builder.AddOrUpdate("Admin.System.ScheduleTasks.Priority.Low", "Low", "Niedrig");
            builder.AddOrUpdate("Admin.System.ScheduleTasks.Priority.Normal", "Normal", "Normal");
            builder.AddOrUpdate("Admin.System.ScheduleTasks.Priority.High", "High", "Hoch");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Configuration.Themes.Notifications.ConfigureError",
                                "LESS CSS Parser Error: Your changes were not saved because your configuration would lead to an error in the shop. For details see report.",
                                "LESS CSS Parser Fehler: Ihre Änderungen wurden nicht gespeichert, da Ihre Konfiguration zu einem Fehler im Shop führen würde. Details siehe Fehlerbericht.");

            builder.AddOrUpdate("Admin.Configuration.Themes.Validation.ErrorReportTitle",
                                "LESS parser error report",
                                "LESS Parser Fehlerbericht");

            builder.AddOrUpdate("Admin.Configuration.Themes.Validation.RestorePrevValues",
                                "Restore previous values",
                                "Vorherige Werte widerherstellen");
        }
예제 #18
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.DataExchange.Export.ExportRelatedData",
                                "Export associated data",
                                "Zugehörige Daten exportieren",
                                "Specifies whether to also export associated data (e.g. tier prices).",
                                "Legt fest, ob auch zugehörige Daten (z.B. Staffelpreise) exportiert werden sollen.");

            builder.AddOrUpdate("Admin.DataExchange.Import.ImportRelatedData",
                                "Import associated data",
                                "Zugehörige Daten importieren",
                                "Specifies whether to also import associated data (e.g. tier prices).",
                                "Legt fest, ob auch zugehörige Daten (z.B. Staffelpreise) importiert werden sollen.");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.ContentManagement.Forums.ForumGroup.Fields.SeName",
                                "URL-Alias",
                                "URL-Alias",
                                "Set a search engine friendly page name e.g. 'the-best-forumgroup' to make your page URL 'http://www.yourStore.com/the-best-forumgroup'. Leave empty to generate it automatically based on the name of the forum group.",
                                "Legt einen Suchmaschinen-freundlichen Seitennamen für die Forengruppe fest. 'Tolle Forengruppe' resultiert bspw. in '~/tolle-forengruppe'. Standard ist der Name der Forengruppe.");

            builder.AddOrUpdate("Admin.ContentManagement.Forums.Forum.Fields.SeName",
                                "URL-Alias",
                                "URL-Alias",
                                "Set a search engine friendly page name e.g. 'the-best-forum' to make your page URL 'http://www.yourStore.com/the-best-forum'. Leave empty to generate it automatically based on the name of the forum.",
                                "Legt einen Suchmaschinen-freundlichen Seitennamen für das Forum fest. 'Tolles Forum' resultiert bspw. in '~/tolles-forum'. Standard ist der Name des Forums.");
        }
예제 #20
0
        public void Can_update_resource_entries()
        {
            var resources = context.Set <LocaleStringResource>();

            resources.Any().ShouldBeFalse();

            var entries  = GetDefaultResourceEntries();
            var migrator = new LocaleResourcesMigrator(context);

            migrator.Migrate(entries);

            var builder = new LocaleResourcesBuilder();

            builder.AddOrUpdate("Res1").Value("NewValue1");
            migrator.Migrate(builder.Build());

            resources.ToList().Count.ShouldEqual(6);

            var updated = resources.Where(x => x.ResourceName == "Res1").ToList();

            updated.Count.ShouldEqual(2);
            updated.Each(x => x.ResourceValue.ShouldEqual("NewValue1"));

            resources.RemoveRange(resources.ToList());
            context.SaveChanges();
        }
예제 #21
0
 public void MigrateLocaleResources(LocaleResourcesBuilder builder)
 {
     builder.AddOrUpdate("Admin.Configuration.Countries.Fields.DisplayCookieManager",
                         "Display Cookie Manager",
                         "Cookie-Manager anzeigen",
                         "Specifies whether the Cookie Manager will be displayed to shop visitors from this country.",
                         "Bestimmt, ob der Cookie-Manager Shop-Besuchern aus diesem Land angezeigt wird.");
 }
 public void MigrateLocaleResources(LocaleResourcesBuilder builder)
 {
     builder.AddOrUpdate("Admin.Configuration.Countries.Fields.AddressFormat",
                         "Address format",
                         "Adressenformat",
                         "The address format according to the countries mailing address format rules.",
                         "Das Addressenformat gemδί der Landes-Richtlinien.");
 }
예제 #23
0
 public void MigrateLocaleResources(LocaleResourcesBuilder builder)
 {
     builder.AddOrUpdate("Admin.ContentManagement.Topics.Fields.WidgetWrapContent",
                         "Add wrapper around content",
                         "Inhalt mit Container umhüllen",
                         "Adds an HTML wrapper around widget content",
                         "Umhüllt den Widget Inhalt mit einem HTML-Container");
 }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Common.TaskSuccessfullyProcessed",
                                "The task was successfully processed.",
                                "Der Vorgang wurde erfolgreich ausgeführt.");

            builder.AddOrUpdate("Common.Description.Hint",
                                "Description",
                                "Beschreibung");

            builder.AddOrUpdate("Admin.Configuration.Settings.Catalog.HideBuyButtonInLists",
                                "Hide buy-button in product lists",
                                "Verberge Kaufen-Button in Produktlisten",
                                "Check to hide the buy-button in product lists.",
                                "Legt fest, ob der Kaufen-Button in Produktlisten ausgeblendet werden soll.");

            builder.AddOrUpdate("Admin.Common.About",
                                "About",
                                "Über");

            builder.AddOrUpdate("Admin.Common.License",
                                "License",
                                "Lizenz");

            builder.AddOrUpdate("Admin.Help.NopCommerceNote",
                                "SmartStore.NET is a derivation of the ASP.NET open source e-commerce solution {0}.",
                                "SmartStore.NET ist ein Derivat der ASP.NET Open-Source E-Commerce-Lösung {0}.");

            builder.AddOrUpdate("Admin.Help.OtherWorkNote",
                                "SmartStore.NET includes works distributed under the licenses listed below. Please refer to the specific resources for more detailed information about the authors, copyright notices and licenses.",
                                "SmartStore.NET beinhaltet Werke, die unter den unten aufgeführten Lizenzen vertrieben werden. Bitte beachten Sie die betreffenden Ressourcen für ausführlichere Informationen über Autoren, Copyright-Vermerke und Lizenzen.");
        }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.AddOrUpdate("Admin.Customers.Customers.SendEmail.EmailNotValid",
                                "No valid e-mail address is stored for the customer.",
                                "Für den Kunden ist keine gültige E-Mail-Adresse hinterlegt.");

            builder.Delete("Admin.Customers.Customers.SendPM.Message.Hint");
            builder.Delete("Admin.Customers.Customers.SendPM.Subject.Hint");
        }
예제 #26
0
 public void MigrateLocaleResources(LocaleResourcesBuilder builder)
 {
     builder.AddOrUpdate(
         "Admin.Catalog.ProductTags.Published",
         "Published",
         "Veröffentlicht",
         "Tags that have not been published are not visible in the shop, but are taken into account in the product search.",
         "Nicht veröffentlichte Tags sind im Shop nicht sichtbar, werden aber bei der Produktsuche berücksichtigt.");
 }
예제 #27
0
 public void MigrateLocaleResources(LocaleResourcesBuilder builder)
 {
     builder.AddOrUpdate("Plugin.Shipping.ByWeight.SmallQuantityThreshold",
                         "<br>You're charged with a surcharge of <b class=\"text-success\">{0}</b> because the total of your order hasn't reached <b class=\"text-warning\">{1}</b>.",
                         "<br>Es wird Ihnen ein Mindermengenzuschlag von <b class=\"text-success\">{0}</b> berechnet, da Ihr Bestellwert unter <b class=\"text-warning\">{1}</b> liegt.");
     builder.AddOrUpdate("Plugin.Shipping.ByWeight.Fields.SmallQuantitySurcharge",
                         "Small quantity surcharge",
                         "Mindermengenzuschlag");
     builder.AddOrUpdate("Plugin.Shipping.ByWeight.Fields.SmallQuantitySurcharge.Hint",
                         "Determines the value of the small quantity surcharge.",
                         "Bestimmt den Wert des Mindermengenzuschlags.");
     builder.AddOrUpdate("Plugin.Shipping.ByWeight.Fields.SmallQuantityThreshold",
                         "Threshold for small quantity surcharge",
                         "Schwellwert f�r Mindermengenzuschlag");
     builder.AddOrUpdate("Fields.SmallQuantityThreshold.Hint",
                         "Determines the threshold to which the small quantity surcharge will be applied.",
                         "Bestimmt den Wert bis zu dem der Mindermengenzuschlag angewendet.");
 }
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            // add or update resources
            builder.AddOrUpdate("ShoppingCart.CommentBox")
            .Value("Do you want to tell us something regarding this order?")
            .Value("de", "Möchten Sie uns etwas Wichtiges zu Ihrer Bestellung mitteilen?");

            builder.AddOrUpdate("Admin.Order.CustomerComment.Heading")
            .Value("The customer has added the following comment to his order")
            .Value("de", "Der Kunde hat folgenden Kommentar für diese Bestellung hinterlassen");

            builder.AddOrUpdate("Admin.Configuration.Settings.ShoppingCart.ShowCommentBox")
            .Value("Show comment box on confirm order page")
            .Value("de", "Zeige Kommentarbox auf Bestellabschlussseite");

            builder.AddOrUpdate("Admin.Configuration.Settings.ShoppingCart.ShowCommentBox.Hint")
            .Value("Determines whether comment box is displayed on confirm order page")
            .Value("de", "Legt fest ob der Kunde auf der Bestellabschlussseite einen Kommentar zu seiner Bestellung hinterlegen kann.");
        }
예제 #29
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            var prefix     = "Admin.System.Log.";
            var deleteKeys = (new[] { "Fields.Frequency", "Fields.ContentHash", "Fields.UpdatedOn", "List.MinFrequency" }).Select(x => prefix + x).ToArray();

            deleteKeys = deleteKeys.Concat(deleteKeys.Select(x => x + ".Hint")).ToArray();

            builder.Delete(deleteKeys);

            builder.AddOrUpdate("Admin.System.Log.Fields.Logger",
                                "Logger",
                                "Logger");
            builder.AddOrUpdate("Admin.System.Log.Fields.HttpMethod",
                                "HTTP method",
                                "HTTP Methode");
            builder.AddOrUpdate("Admin.System.Log.Fields.UserName",
                                "User",
                                "Benutzer");
        }
예제 #30
0
        public void MigrateLocaleResources(LocaleResourcesBuilder builder)
        {
            builder.Delete("Admin.Configuration.Settings.GeneralCommon.ForceSslForAllPages");

            builder.AddOrUpdate("Admin.Configuration.Stores.Fields.ForceSslForAllPages",
                                "Always use SSL",
                                "Immer SSL verwenden",
                                "Specifies whether to SSL secure all request.",
                                "Legt fest, dass alle Anfragen SSL gesichert werden sollen.");
        }