@@ -87,6 +87,10 @@ public void Seed(SmartObjectContext context)
8787 } , new string [ ] { SystemCustomerRoleNames . Administrators } ) ;
8888 }
8989
90+ private void RemoveStringResources ( LocaleResourcesBuilder builder )
91+ {
92+ }
93+
9094 public void MigrateLocaleResources ( LocaleResourcesBuilder builder )
9195 {
9296 builder . AddOrUpdate ( "Common.Enabled" , "Enabled" , "Aktiviert" ) ;
@@ -228,6 +232,18 @@ public void MigrateLocaleResources(LocaleResourcesBuilder builder)
228232 "Filter by created date." ,
229233 "Nach dem Erstellungsdatum filtern." ) ;
230234
235+ builder . AddOrUpdate ( "Admin.Configuration.Export.Filter.IdMinimum" ,
236+ "Product Id from" ,
237+ "Produkt-ID von" ,
238+ "Filter by product identifier." ,
239+ "Nach der Produkt-ID filtern." ) ;
240+
241+ builder . AddOrUpdate ( "Admin.Configuration.Export.Filter.IdMaximum" ,
242+ "Product Id to" ,
243+ "Produkt-ID bis" ,
244+ "Filter by product identifier." ,
245+ "Nach der Produkt-ID filtern." ) ;
246+
231247 builder . AddOrUpdate ( "Admin.Configuration.Export.Filter.PriceMinimum" ,
232248 "Price from" ,
233249 "Preis von" ,
@@ -325,6 +341,12 @@ public void MigrateLocaleResources(LocaleResourcesBuilder builder)
325341 "Nach Kundengruppen filtern." ) ;
326342
327343
344+ builder . AddOrUpdate ( "Admin.Configuration.Export.Projection.StoreId" ,
345+ "Store" ,
346+ "Shop" ,
347+ "Specifies the store to be applied to the export." ,
348+ "Legt den auf den Export anzuwendenden Shop fest." ) ;
349+
328350 builder . AddOrUpdate ( "Admin.Configuration.Export.Projection.LanguageId" ,
329351 "Language" ,
330352 "Sprache" ,
@@ -391,26 +413,51 @@ public void MigrateLocaleResources(LocaleResourcesBuilder builder)
391413 "Specifies the manufacturer or brand to be exported, if a product has no manufacturer assigned." ,
392414 "Legt den zu exportierenden Hersteller bzw. die Marke fest, wenn für ein Produkt kein Hersteller zugeordnet ist." ) ;
393415
416+ builder . AddOrUpdate ( "Admin.Configuration.Export.Projection.PictureSize" ,
417+ "Product picture size" ,
418+ "Produktbildgröße" ,
419+ "Specifies the size (in pixel) of the product image." ,
420+ "Legt die Größe (in Pixel) des Produktbildes fest." ) ;
421+
422+ builder . AddOrUpdate ( "Admin.Configuration.Export.Projection.ShippingTime" ,
423+ "Shipping time" ,
424+ "Lieferzeit" ,
425+ "Specifies the shipping time for products where it is unspecified." ,
426+ "Legt die Lieferzeit für Produkte fest, wo diese nicht angegeben ist." ) ;
427+
428+ builder . AddOrUpdate ( "Admin.Configuration.Export.Projection.ShippingCosts" ,
429+ "Shipping costs" ,
430+ "Versandkosten" ,
431+ "The shipping costs to be exported." ,
432+ "Die zu exportierenden Versandkosten." ) ;
433+
434+ builder . AddOrUpdate ( "Admin.Configuration.Export.Projection.FreeShippingThreshold" ,
435+ "Free shipping threshold" ,
436+ "Kostenloser Versand ab" ,
437+ "Specifies the amount as from shipping is free." ,
438+ "Legt den Betrag fest, ab dem keine Versandkosten anfallen." ) ;
439+
440+
394441 builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDeploymentType.FileSystem" , "File system" , "Dateisystem" ) ;
395442 builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDeploymentType.Email" , "Email" , "E-Mail" ) ;
396443 builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDeploymentType.Http" , "HTTP" , "HTTP" ) ;
397444 builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDeploymentType.Ftp" , "FTP" , "FTP" ) ;
398445
399- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .None" ,
446+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .None" ,
400447 "None" , "Keine" ) ;
401- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .ShortDescriptionOrNameIfEmpty" ,
448+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .ShortDescriptionOrNameIfEmpty" ,
402449 "Short description or name if empty" , "Kurzbeschreibung oder Name falls leer" ) ;
403- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .ShortDescription" ,
450+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .ShortDescription" ,
404451 "Short description" , "Kurzbeschreibung" ) ;
405- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .Description" ,
452+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .Description" ,
406453 "Description" , "Detailbeschreibung" ) ;
407- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .NameAndShortDescription" ,
454+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .NameAndShortDescription" ,
408455 "Product name + short description" , "Produktname + Kurzbeschreibung" ) ;
409- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .NameAndDescription" ,
456+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .NameAndDescription" ,
410457 "Product name + long description" , "Produktname + Detailbeschreibung" ) ;
411- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .ManufacturerAndNameAndShortDescription" ,
458+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .ManufacturerAndNameAndShortDescription" ,
412459 "Manufacturer + Product name + short description" , "Hersteller + Produktname + Kurzbeschreibung" ) ;
413- builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMergingType .ManufacturerAndNameAndDescription" ,
460+ builder . AddOrUpdate ( "Enums.SmartStore.Core.Domain.DataExchange.ExportDescriptionMerging .ManufacturerAndNameAndDescription" ,
414461 "Manufacturer + Product name + long description" , "Hersteller + Produktname + Detailbeschreibung" ) ;
415462
416463
@@ -473,6 +520,9 @@ public void MigrateLocaleResources(LocaleResourcesBuilder builder)
473520 "E-Mail Konto" ,
474521 "Specifies the email account through which the data should be sent." ,
475522 "Legt das E-Mail Konto fest, über welches die Daten verschickt werden sollen." ) ;
523+
524+
525+ RemoveStringResources ( builder ) ;
476526 }
477527 }
478528}
0 commit comments