diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..1c55a9a4e --- /dev/null +++ b/.htaccess @@ -0,0 +1,13 @@ +# Disable index view +Options -Indexes + +# Hide a specific file + + Order allow,deny + Deny from all + + + + Order allow,deny + Deny from all + diff --git a/config.xml b/config.xml index 229ee0443..f7a037309 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_mbo - + diff --git a/ps_mbo.php b/ps_mbo.php index 39620b7b7..6c709e6ac 100755 --- a/ps_mbo.php +++ b/ps_mbo.php @@ -53,7 +53,7 @@ class ps_mbo extends Module /** * @var string */ - public const VERSION = '4.4.3'; + public const VERSION = '4.5.0'; public const CONTROLLERS_WITH_CONNECTION_TOOLBAR = [ 'AdminPsMboModule', @@ -104,7 +104,7 @@ class ps_mbo extends Module public function __construct() { $this->name = 'ps_mbo'; - $this->version = '4.4.3'; + $this->version = '4.5.0'; $this->author = 'PrestaShop'; $this->tab = 'administration'; $this->module_key = '6cad5414354fbef755c7df4ef1ab74eb'; diff --git a/src/Addons/Provider/LinksProvider.php b/src/Addons/Provider/LinksProvider.php index 104e32364..f43dc459d 100644 --- a/src/Addons/Provider/LinksProvider.php +++ b/src/Addons/Provider/LinksProvider.php @@ -133,9 +133,12 @@ public function getCategoryLink(string $categoryName): string { $category = $this->getCategoryByName($categoryName); - return $this->router->generate('admin_mbo_catalog_module', [ - 'filterCategoryRef' => $category ? $category->refMenu : '', - ]); + $routeParams = []; + if ($category && 'other' !== mb_strtolower($categoryName)) { + $routeParams['filterCategoryRef'] = $category->refMenu; + } + + return $this->router->generate('admin_mbo_catalog_module', $routeParams); } /** diff --git a/src/Controller/Admin/ModuleRecommendedController.php b/src/Controller/Admin/ModuleRecommendedController.php index d70121f85..421d310c5 100644 --- a/src/Controller/Admin/ModuleRecommendedController.php +++ b/src/Controller/Admin/ModuleRecommendedController.php @@ -23,7 +23,9 @@ use PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController; use Symfony\Component\HttpFoundation\JsonResponse; +use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\RequestStack; +use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException; /** @@ -47,14 +49,23 @@ public function __construct( } /** - * @return JsonResponse + * @return JsonResponse|RedirectResponse */ - public function indexAction(): JsonResponse + public function indexAction(): Response { $response = new JsonResponse(); try { - $tabCollection = $this->get('mbo.tab.collection.provider')->getTabCollection(); $tabClassName = $this->requestStack->getCurrentRequest()->get('tabClassName'); + if (null === $tabClassName) { // In case the recommended modules page is requested without giving tab context, we redirect to Modules catalog page + $routeParams = []; + $query = \Tools::getValue('bo_query'); + if (false !== $query && !empty(trim($query))) { + $routeParams['keyword'] = trim($query); + } + + return $this->redirectToRoute('admin_mbo_catalog_module', $routeParams); + } + $tabCollection = $this->get('mbo.tab.collection.provider')->getTabCollection(); $tab = $tabCollection->getTab($tabClassName); $context = $this->get('mbo.cdc.context_builder')->getRecommendedModulesContext($tab); $context['recommendation_format'] = $this->requestStack->getCurrentRequest()->get('recommendation_format'); diff --git a/src/Service/View/ContextBuilder.php b/src/Service/View/ContextBuilder.php index 48711f469..e773fcb07 100644 --- a/src/Service/View/ContextBuilder.php +++ b/src/Service/View/ContextBuilder.php @@ -177,6 +177,9 @@ private function getCommonContextContent(): array 'accounts_user_id' => $this->accountsDataProvider->getAccountsUserId(), 'accounts_shop_id' => $this->accountsDataProvider->getAccountsShopId(), 'accounts_token' => $this->accountsDataProvider->getAccountsToken(), + 'module_catalog_url' => $this->router->generate('admin_mbo_catalog_module'), + 'theme_catalog_url' => $this->router->generate('admin_mbo_catalog_theme'), + 'php_version' => phpversion(), ]; } diff --git a/translations/de-DE/ModulesMboErrors.de-DE.xlf b/translations/de-DE/ModulesMboErrors.de-DE.xlf index 74121a6bd..7d1122e68 100644 --- a/translations/de-DE/ModulesMboErrors.de-DE.xlf +++ b/translations/de-DE/ModulesMboErrors.de-DE.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop konnte sich nicht bei Addons anmelden. Überprüfen Sie bitte Ihre Zugangsdaten und Ihre Internetverbindung. - Line: 105 + Line: 104 diff --git a/translations/de-DE/ModulesMboGlobal.de-DE.xlf b/translations/de-DE/ModulesMboGlobal.de-DE.xlf index 806993567..d1547cf71 100644 --- a/translations/de-DE/ModulesMboGlobal.de-DE.xlf +++ b/translations/de-DE/ModulesMboGlobal.de-DE.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh nein... etwas ist schief gelaufen - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Es gab ein Problem auf unserer Seite. Aktualisieren Sie Ihre Seite und wenn das Problem weiterhin besteht, versuchen Sie es später erneut. - Line: 8 + Line: 26 Refresh page Seite aktualisieren - Line: 13 + Line: 31 diff --git a/translations/de-DE/ModulesMboLinks.de-DE.xlf b/translations/de-DE/ModulesMboLinks.de-DE.xlf index 5058ff4e8..d0f2b4be9 100644 --- a/translations/de-DE/ModulesMboLinks.de-DE.xlf +++ b/translations/de-DE/ModulesMboLinks.de-DE.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/de/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/de/passwort/anforderung - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/de-DE/ModulesMboModulescatalog.de-DE.xlf b/translations/de-DE/ModulesMboModulescatalog.de-DE.xlf index 0d7834b26..096758cad 100644 --- a/translations/de-DE/ModulesMboModulescatalog.de-DE.xlf +++ b/translations/de-DE/ModulesMboModulescatalog.de-DE.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Mit dem Addons Marktplatz verbunden! - Line: 145 + Line: 143 Connected Angemeldet - Line: 157 + Line: 155 Connected as Angemeldet als - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Modul %module% wurde erfolgreich aktualisiert. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Upgrade des Moduls %module% fehlgeschlagen. %error% - Line: 208 + Line: 207 Module %module% is already up to date Modul %module% ist bereits auf dem neuesten Stand - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Auf Update prüfen - Line: 38 + Line: 46 diff --git a/translations/de-DE/ModulesMboRecommendedmodulesandservices.de-DE.xlf b/translations/de-DE/ModulesMboRecommendedmodulesandservices.de-DE.xlf index 5737fa07a..c43e90659 100644 --- a/translations/de-DE/ModulesMboRecommendedmodulesandservices.de-DE.xlf +++ b/translations/de-DE/ModulesMboRecommendedmodulesandservices.de-DE.xlf @@ -15,92 +15,92 @@ Create a discount strategy Rabattstrategie erstellen - Line: 276 + Line: 277 Customize pages Seiten individuell anpassen - Line: 279 + Line: 280 Improve customer experience Kundenerlebnis verbessern - Line: 284 + Line: 285 Improve customer targeting Kundenansprache verbessern - Line: 287 + Line: 288 Improve data strategy Datenstrategie verbessern - Line: 290 + Line: 291 Improve SEO SEO verbessern - Line: 294 + Line: 295 Improve shipping Versand verbessern - Line: 297 + Line: 298 Improve the checkout experience Kundenerfahrung an der Kasse verbessern - Line: 300 + Line: 301 Improve visuals Erscheinungsbild verbessern - Line: 303 + Line: 304 Make shipping easier Versand vereinfachen - Line: 306 + Line: 307 Make your deliveries easier Lieferungen leichter machen - Line: 309 + Line: 310 Optimize order management Auftragsverwaltung verbessern - Line: 312 + Line: 313 Optimize product catalog Den Produktkatalog optimieren - Line: 315 + Line: 316 Optimize product creation Die Produktgestaltung optimieren - Line: 318 + Line: 319 Promote brands Marken bewerben - Line: 321 + Line: 322 Simplify accounting Buchhaltung vereinfachen - Line: 325 + Line: 326 Simplify store management Ladenverwaltung verbessern - Line: 328 + Line: 329 Recommended modules Empfohlene Module - Line: 331 + Line: 332 diff --git a/translations/es-ES/ModulesMboErrors.es-ES.xlf b/translations/es-ES/ModulesMboErrors.es-ES.xlf index 6dd9bbcb1..5d10e0ae4 100644 --- a/translations/es-ES/ModulesMboErrors.es-ES.xlf +++ b/translations/es-ES/ModulesMboErrors.es-ES.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop no pudo iniciar sesión en Addons. Por favor verifica tus datos de acceso y tu conexión de Internet. - Line: 105 + Line: 104 diff --git a/translations/es-ES/ModulesMboGlobal.es-ES.xlf b/translations/es-ES/ModulesMboGlobal.es-ES.xlf index 04b2bb05d..c5c276b7f 100644 --- a/translations/es-ES/ModulesMboGlobal.es-ES.xlf +++ b/translations/es-ES/ModulesMboGlobal.es-ES.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh no... algo salió mal - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Ha habido un problema por nuestro lado. Actualice su página y si el problema persiste, inténtelo de nuevo más tarde. - Line: 8 + Line: 26 Refresh page Actualizar la página - Line: 13 + Line: 31 diff --git a/translations/es-ES/ModulesMboLinks.es-ES.xlf b/translations/es-ES/ModulesMboLinks.es-ES.xlf index 711405841..475f82fb4 100644 --- a/translations/es-ES/ModulesMboLinks.es-ES.xlf +++ b/translations/es-ES/ModulesMboLinks.es-ES.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/es/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/es/contrasena/solicitud - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/es-ES/ModulesMboModulescatalog.es-ES.xlf b/translations/es-ES/ModulesMboModulescatalog.es-ES.xlf index 68821815a..346dbad55 100644 --- a/translations/es-ES/ModulesMboModulescatalog.es-ES.xlf +++ b/translations/es-ES/ModulesMboModulescatalog.es-ES.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! ¡Sincronizado con Addons marketplace! - Line: 145 + Line: 143 Connected Conectado - Line: 157 + Line: 155 Connected as Conectado como - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Módulo %module% actualizado con éxito. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% La actualización del módulo %module% ha fallado. %error% - Line: 208 + Line: 207 Module %module% is already up to date El módulo %module% ya está actualizado - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Buscar actualizaciones - Line: 38 + Line: 46 diff --git a/translations/es-ES/ModulesMboRecommendedmodulesandservices.es-ES.xlf b/translations/es-ES/ModulesMboRecommendedmodulesandservices.es-ES.xlf index 7480ed9a4..12adac720 100644 --- a/translations/es-ES/ModulesMboRecommendedmodulesandservices.es-ES.xlf +++ b/translations/es-ES/ModulesMboRecommendedmodulesandservices.es-ES.xlf @@ -15,92 +15,92 @@ Create a discount strategy Crear una estrategia de descuentos - Line: 276 + Line: 277 Customize pages Personalizar páginas - Line: 279 + Line: 280 Improve customer experience Mejorar la experiencia del cliente - Line: 284 + Line: 285 Improve customer targeting Mejorar la selección de clientes - Line: 287 + Line: 288 Improve data strategy Mejorar la estrategia de datos - Line: 290 + Line: 291 Improve SEO Mejorar el posicionamiento - Line: 294 + Line: 295 Improve shipping Mejorar el transporte - Line: 297 + Line: 298 Improve the checkout experience Mejorar la experiencia de pago - Line: 300 + Line: 301 Improve visuals Mejorar la imagen - Line: 303 + Line: 304 Make shipping easier Facilitar el envío - Line: 306 + Line: 307 Make your deliveries easier Facilita las entregas - Line: 309 + Line: 310 Optimize order management Optimizar la gestión de pedidos - Line: 312 + Line: 313 Optimize product catalog Optimizar el catálogo de productos - Line: 315 + Line: 316 Optimize product creation Optimizar la creación de productos - Line: 318 + Line: 319 Promote brands Promover marcas - Line: 321 + Line: 322 Simplify accounting Simplificar la contabilidad - Line: 325 + Line: 326 Simplify store management Simplificar la gestión de la tienda - Line: 328 + Line: 329 Recommended modules Módulos recomendados - Line: 331 + Line: 332 diff --git a/translations/fr-FR/ModulesMboErrors.fr-FR.xlf b/translations/fr-FR/ModulesMboErrors.fr-FR.xlf index d408b13ce..8410dcda1 100644 --- a/translations/fr-FR/ModulesMboErrors.fr-FR.xlf +++ b/translations/fr-FR/ModulesMboErrors.fr-FR.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop n'a pas pu se connecter à Addons. Veuillez vérifier vos identifiants et votre connexion Internet. - Line: 105 + Line: 104 diff --git a/translations/fr-FR/ModulesMboGlobal.fr-FR.xlf b/translations/fr-FR/ModulesMboGlobal.fr-FR.xlf index 70466e799..4ae66e6b6 100644 --- a/translations/fr-FR/ModulesMboGlobal.fr-FR.xlf +++ b/translations/fr-FR/ModulesMboGlobal.fr-FR.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh non... Quelque chose s'est mal passé - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Il y a eu un problème de notre côté. Actualisez votre page et si le problème persiste, réessayez plus tard. - Line: 8 + Line: 26 Refresh page Rafraîchir la page - Line: 13 + Line: 31 diff --git a/translations/fr-FR/ModulesMboLinks.fr-FR.xlf b/translations/fr-FR/ModulesMboLinks.fr-FR.xlf index 40e6fd16b..465459169 100644 --- a/translations/fr-FR/ModulesMboLinks.fr-FR.xlf +++ b/translations/fr-FR/ModulesMboLinks.fr-FR.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/fr/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/fr/mot-de-passe/demande-de-reinitialisation - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/fr-FR/ModulesMboModulescatalog.fr-FR.xlf b/translations/fr-FR/ModulesMboModulescatalog.fr-FR.xlf index 56742f2aa..8ad48af2a 100644 --- a/translations/fr-FR/ModulesMboModulescatalog.fr-FR.xlf +++ b/translations/fr-FR/ModulesMboModulescatalog.fr-FR.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Synchronisé avec PrestaShop Addons ! - Line: 145 + Line: 143 Connected Connecté - Line: 157 + Line: 155 Connected as Connecté en tant que - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Le module %module% a été mis à jour avec succès. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% La mise à jour du module %module% a échoué. %error% - Line: 208 + Line: 207 Module %module% is already up to date Le module %module% est déjà à jour - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Vérifier les mises à jour - Line: 38 + Line: 46 diff --git a/translations/fr-FR/ModulesMboRecommendedmodulesandservices.fr-FR.xlf b/translations/fr-FR/ModulesMboRecommendedmodulesandservices.fr-FR.xlf index 0d0c85643..d8a972f9d 100644 --- a/translations/fr-FR/ModulesMboRecommendedmodulesandservices.fr-FR.xlf +++ b/translations/fr-FR/ModulesMboRecommendedmodulesandservices.fr-FR.xlf @@ -15,92 +15,92 @@ Create a discount strategy Créer une stratégie de remise - Line: 276 + Line: 277 Customize pages Personnaliser les pages - Line: 279 + Line: 280 Improve customer experience Améliorer l'expérience client - Line: 284 + Line: 285 Improve customer targeting Améliorer le ciblage des clients - Line: 287 + Line: 288 Improve data strategy Améliorer la stratégie de données - Line: 290 + Line: 291 Improve SEO Améliorer le référencement - Line: 294 + Line: 295 Improve shipping Améliorer l'expédition - Line: 297 + Line: 298 Improve the checkout experience Améliorer l'expérience de paiement - Line: 300 + Line: 301 Improve visuals Améliorer les visuels - Line: 303 + Line: 304 Make shipping easier Facilitez l'expédition - Line: 306 + Line: 307 Make your deliveries easier Facilitez vos livraisons - Line: 309 + Line: 310 Optimize order management Optimiser la gestion des commandes - Line: 312 + Line: 313 Optimize product catalog Optimiser le catalogue de produits - Line: 315 + Line: 316 Optimize product creation Optimiser la création de produits - Line: 318 + Line: 319 Promote brands Promouvoir les marques - Line: 321 + Line: 322 Simplify accounting Simplifier la comptabilité - Line: 325 + Line: 326 Simplify store management Simplifier la gestion de la boutique - Line: 328 + Line: 329 Recommended modules Modules recommandés - Line: 331 + Line: 332 diff --git a/translations/it-IT/ModulesMboErrors.it-IT.xlf b/translations/it-IT/ModulesMboErrors.it-IT.xlf index 2d2161d97..a807fb3d9 100644 --- a/translations/it-IT/ModulesMboErrors.it-IT.xlf +++ b/translations/it-IT/ModulesMboErrors.it-IT.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop non ha potuto accedere ad Addons. Si prega di controllare le tue credenziali e la tua connessione Internet. - Line: 105 + Line: 104 diff --git a/translations/it-IT/ModulesMboGlobal.it-IT.xlf b/translations/it-IT/ModulesMboGlobal.it-IT.xlf index b7a25ebae..c5ca4e72f 100644 --- a/translations/it-IT/ModulesMboGlobal.it-IT.xlf +++ b/translations/it-IT/ModulesMboGlobal.it-IT.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh no... qualcosa è andato storto - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. C'è stato un problema da parte nostra. Aggiorna la tua pagina e se il problema persiste, riprova più tardi. - Line: 8 + Line: 26 Refresh page Aggiorna la pagina - Line: 13 + Line: 31 diff --git a/translations/it-IT/ModulesMboLinks.it-IT.xlf b/translations/it-IT/ModulesMboLinks.it-IT.xlf index cbd7899c9..d474428ec 100644 --- a/translations/it-IT/ModulesMboLinks.it-IT.xlf +++ b/translations/it-IT/ModulesMboLinks.it-IT.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/it/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/it/password/richiesta - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/it-IT/ModulesMboModulescatalog.it-IT.xlf b/translations/it-IT/ModulesMboModulescatalog.it-IT.xlf index e9ce137ba..ac3f556be 100644 --- a/translations/it-IT/ModulesMboModulescatalog.it-IT.xlf +++ b/translations/it-IT/ModulesMboModulescatalog.it-IT.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Sincronizzato con il marketplace degli addons! - Line: 145 + Line: 143 Connected Collegato - Line: 157 + Line: 155 Connected as Collegato come - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Il modulo %module% è stato aggiornato con successo. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Aggiornamento del modulo %module% fallito. %error% - Line: 208 + Line: 207 Module %module% is already up to date Il modulo %module% è già aggiornato - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Cerca aggiornamenti - Line: 38 + Line: 46 diff --git a/translations/it-IT/ModulesMboRecommendedmodulesandservices.it-IT.xlf b/translations/it-IT/ModulesMboRecommendedmodulesandservices.it-IT.xlf index b587b048f..11ac3bbdd 100644 --- a/translations/it-IT/ModulesMboRecommendedmodulesandservices.it-IT.xlf +++ b/translations/it-IT/ModulesMboRecommendedmodulesandservices.it-IT.xlf @@ -15,92 +15,92 @@ Create a discount strategy Creare una strategia di sconto - Line: 276 + Line: 277 Customize pages Personalizzare le pagine - Line: 279 + Line: 280 Improve customer experience Migliorare l'esperienza del cliente - Line: 284 + Line: 285 Improve customer targeting Migliorare il targeting dei clienti - Line: 287 + Line: 288 Improve data strategy Migliorare la strategia dei dati - Line: 290 + Line: 291 Improve SEO Migliorare la SEO - Line: 294 + Line: 295 Improve shipping Migliorare la spedizione - Line: 297 + Line: 298 Improve the checkout experience Migliorare l'esperienza di pagamento - Line: 300 + Line: 301 Improve visuals Migliorare la grafica - Line: 303 + Line: 304 Make shipping easier Facilitare la spedizione - Line: 306 + Line: 307 Make your deliveries easier Semplificare le consegne - Line: 309 + Line: 310 Optimize order management Ottimizzare la gestione degli ordini - Line: 312 + Line: 313 Optimize product catalog Ottimizzare il catalogo prodotti - Line: 315 + Line: 316 Optimize product creation Ottimizzare la creazione di prodotti - Line: 318 + Line: 319 Promote brands Promuovere i marchi - Line: 321 + Line: 322 Simplify accounting Semplificare la contabilità - Line: 325 + Line: 326 Simplify store management Semplificare la gestione del negozio - Line: 328 + Line: 329 Recommended modules Moduli raccomandati - Line: 331 + Line: 332 diff --git a/translations/nl-NL/ModulesMboErrors.nl-NL.xlf b/translations/nl-NL/ModulesMboErrors.nl-NL.xlf index 9bebde7d6..bf0d80755 100644 --- a/translations/nl-NL/ModulesMboErrors.nl-NL.xlf +++ b/translations/nl-NL/ModulesMboErrors.nl-NL.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. Prestashop is er niet in geslaagd om u aan te melden bij Addons, check uw gegevens en uw internet connectie. - Line: 105 + Line: 104 diff --git a/translations/nl-NL/ModulesMboGlobal.nl-NL.xlf b/translations/nl-NL/ModulesMboGlobal.nl-NL.xlf index 7a5cfb114..56330cc0b 100644 --- a/translations/nl-NL/ModulesMboGlobal.nl-NL.xlf +++ b/translations/nl-NL/ModulesMboGlobal.nl-NL.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh nee... er is iets misgegaan - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Er was een probleem aan onze kant. Vernieuw uw pagina en als het probleem zich blijft voordoen, probeer het later opnieuw. - Line: 8 + Line: 26 Refresh page Vernieuw pagina - Line: 13 + Line: 31 diff --git a/translations/nl-NL/ModulesMboLinks.nl-NL.xlf b/translations/nl-NL/ModulesMboLinks.nl-NL.xlf index 28aab5c48..eb2fc64ee 100644 --- a/translations/nl-NL/ModulesMboLinks.nl-NL.xlf +++ b/translations/nl-NL/ModulesMboLinks.nl-NL.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/nl/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/nl/wachtwoord/verzoek - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/nl-NL/ModulesMboModulescatalog.nl-NL.xlf b/translations/nl-NL/ModulesMboModulescatalog.nl-NL.xlf index a94aacfbc..d1302b6cf 100644 --- a/translations/nl-NL/ModulesMboModulescatalog.nl-NL.xlf +++ b/translations/nl-NL/ModulesMboModulescatalog.nl-NL.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Gesynchroniseerd met Addons! - Line: 145 + Line: 143 Connected Ingelogd - Line: 157 + Line: 155 Connected as Ingelogd als - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Module %module% succesvol geüpgraded. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Upgrade van module %module% mislukt. %error% - Line: 208 + Line: 207 Module %module% is already up to date Module %module% is al up to date - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Op updates controleren - Line: 38 + Line: 46 diff --git a/translations/nl-NL/ModulesMboRecommendedmodulesandservices.nl-NL.xlf b/translations/nl-NL/ModulesMboRecommendedmodulesandservices.nl-NL.xlf index 94ec4ff1e..abd4999fb 100644 --- a/translations/nl-NL/ModulesMboRecommendedmodulesandservices.nl-NL.xlf +++ b/translations/nl-NL/ModulesMboRecommendedmodulesandservices.nl-NL.xlf @@ -15,92 +15,92 @@ Create a discount strategy Maak een kortingsstrategie - Line: 276 + Line: 277 Customize pages Aanpassen van pagina's - Line: 279 + Line: 280 Improve customer experience De klantervaring verbeteren - Line: 284 + Line: 285 Improve customer targeting De klantgerichtheid verbeteren - Line: 287 + Line: 288 Improve data strategy Gegevensstrategie verbeteren - Line: 290 + Line: 291 Improve SEO SEO verbeteren - Line: 294 + Line: 295 Improve shipping Verbeter de verzending - Line: 297 + Line: 298 Improve the checkout experience De kassa-ervaring verbeteren - Line: 300 + Line: 301 Improve visuals Verbeteren van visuals - Line: 303 + Line: 304 Make shipping easier Maak het verzenden gemakkelijker - Line: 306 + Line: 307 Make your deliveries easier Maak je bezorgingen eenvoudiger - Line: 309 + Line: 310 Optimize order management Orderbeheer optimaliseren - Line: 312 + Line: 313 Optimize product catalog Productcatalogus optimaliseren - Line: 315 + Line: 316 Optimize product creation Productcreatie optimaliseren - Line: 318 + Line: 319 Promote brands Merken promoten - Line: 321 + Line: 322 Simplify accounting Vereenvoudig de boekouding - Line: 325 + Line: 326 Simplify store management Winkelbeheer vereenvoudigen - Line: 328 + Line: 329 Recommended modules Aanbevolen modules - Line: 331 + Line: 332 diff --git a/translations/pl-PL/ModulesMboErrors.pl-PL.xlf b/translations/pl-PL/ModulesMboErrors.pl-PL.xlf index 38d810f31..5c839e6cc 100644 --- a/translations/pl-PL/ModulesMboErrors.pl-PL.xlf +++ b/translations/pl-PL/ModulesMboErrors.pl-PL.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop nie mógł zalogować się do Dodatków, sprawdź swoje uprawnienia i połączenie internetowe. - Line: 105 + Line: 104 diff --git a/translations/pl-PL/ModulesMboGlobal.pl-PL.xlf b/translations/pl-PL/ModulesMboGlobal.pl-PL.xlf index 2eafca514..f46e3c5ae 100644 --- a/translations/pl-PL/ModulesMboGlobal.pl-PL.xlf +++ b/translations/pl-PL/ModulesMboGlobal.pl-PL.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong O nie... coś poszło nie tak - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Po naszej stronie wystąpił problem. Odśwież stronę, a jeśli problem będzie się powtarzał, spróbuj ponownie później. - Line: 8 + Line: 26 Refresh page Odśwież stronę - Line: 13 + Line: 31 diff --git a/translations/pl-PL/ModulesMboLinks.pl-PL.xlf b/translations/pl-PL/ModulesMboLinks.pl-PL.xlf index c8831d743..d814d61b1 100644 --- a/translations/pl-PL/ModulesMboLinks.pl-PL.xlf +++ b/translations/pl-PL/ModulesMboLinks.pl-PL.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/pl/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/pl/haslo/zadanie - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/pl-PL/ModulesMboModulescatalog.pl-PL.xlf b/translations/pl-PL/ModulesMboModulescatalog.pl-PL.xlf index bacc4e16b..62160840e 100644 --- a/translations/pl-PL/ModulesMboModulescatalog.pl-PL.xlf +++ b/translations/pl-PL/ModulesMboModulescatalog.pl-PL.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Zsynchronizowane z Addons marketplace! - Line: 145 + Line: 143 Connected Połączony - Line: 157 + Line: 155 Connected as Połączony jako - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Moduł %module% został pomyślnie zaktualizowany. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Aktualizacja modułu %modułe% nie powiodła się. %error% - Line: 208 + Line: 207 Module %module% is already up to date Moduł %module% jest już aktualny - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Sprawdź aktualizacje - Line: 38 + Line: 46 diff --git a/translations/pl-PL/ModulesMboRecommendedmodulesandservices.pl-PL.xlf b/translations/pl-PL/ModulesMboRecommendedmodulesandservices.pl-PL.xlf index af9b1f3fe..29c75df53 100644 --- a/translations/pl-PL/ModulesMboRecommendedmodulesandservices.pl-PL.xlf +++ b/translations/pl-PL/ModulesMboRecommendedmodulesandservices.pl-PL.xlf @@ -15,92 +15,92 @@ Create a discount strategy Stwórz strategię rabatów - Line: 276 + Line: 277 Customize pages Dostosuj strony - Line: 279 + Line: 280 Improve customer experience Popraw doświadczenie klienta - Line: 284 + Line: 285 Improve customer targeting Lepiej targetuj klientów - Line: 287 + Line: 288 Improve data strategy Popraw strategię w zakresie danych - Line: 290 + Line: 291 Improve SEO Popraw SEO - Line: 294 + Line: 295 Improve shipping Usprawnij wysyłkę - Line: 297 + Line: 298 Improve the checkout experience Usprawnij obsługę płatności - Line: 300 + Line: 301 Improve visuals Popraw wizualizacje - Line: 303 + Line: 304 Make shipping easier Uprość wysyłkę - Line: 306 + Line: 307 Make your deliveries easier Ułatw dostawy - Line: 309 + Line: 310 Optimize order management Optymalizuj zarządzanie zamówieniami - Line: 312 + Line: 313 Optimize product catalog Optymalizuj katalog produktów - Line: 315 + Line: 316 Optimize product creation Optymalizuj tworzenie produktów - Line: 318 + Line: 319 Promote brands Promuj marki - Line: 321 + Line: 322 Simplify accounting Uprość księgowość - Line: 325 + Line: 326 Simplify store management Uprość zarządzanie sklepem - Line: 328 + Line: 329 Recommended modules Zalecane moduły - Line: 331 + Line: 332 diff --git a/translations/pt-PT/ModulesMboErrors.pt-PT.xlf b/translations/pt-PT/ModulesMboErrors.pt-PT.xlf index 5004f6df6..57f351104 100644 --- a/translations/pt-PT/ModulesMboErrors.pt-PT.xlf +++ b/translations/pt-PT/ModulesMboErrors.pt-PT.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop não conseguiu autenticar-se nos Addons. Por favor verifique as suas credenciais e se está ligado à internet. - Line: 105 + Line: 104 @@ -13,7 +13,7 @@ It looks like we have trouble connecting to Addons. Please refresh the page or check your firewall configuration. - Parece que nós temos problemas em ligar aos «Extars». Por favor, atualzie a página ou verifique a configuração da sua <i>firewall</i>. + Parece que nós temos problemas em ligar aos «Extars». Por favor, atualzie a página ou verifique a configuração da sua firewall. Line: 32 diff --git a/translations/pt-PT/ModulesMboGlobal.pt-PT.xlf b/translations/pt-PT/ModulesMboGlobal.pt-PT.xlf index 39104e189..f1f2c0072 100644 --- a/translations/pt-PT/ModulesMboGlobal.pt-PT.xlf +++ b/translations/pt-PT/ModulesMboGlobal.pt-PT.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh não... algo correu mal - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Houve um problema em nosso lado. Atualize sua página e, se o problema persistir, tente novamente mais tarde. - Line: 8 + Line: 26 Refresh page Atualizar página - Line: 13 + Line: 31 diff --git a/translations/pt-PT/ModulesMboLinks.pt-PT.xlf b/translations/pt-PT/ModulesMboLinks.pt-PT.xlf index c327bd1ad..0cf1064eb 100644 --- a/translations/pt-PT/ModulesMboLinks.pt-PT.xlf +++ b/translations/pt-PT/ModulesMboLinks.pt-PT.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/pt/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/pt/senha/solicite-uma-nova-senh?lang=pt - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/pt-PT/ModulesMboModulescatalog.pt-PT.xlf b/translations/pt-PT/ModulesMboModulescatalog.pt-PT.xlf index 0b9e11d95..468da7396 100644 --- a/translations/pt-PT/ModulesMboModulescatalog.pt-PT.xlf +++ b/translations/pt-PT/ModulesMboModulescatalog.pt-PT.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Sincronizado com o Addons Marketplace! - Line: 145 + Line: 143 Connected Ligado - Line: 157 + Line: 155 Connected as Ligado como - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Módulo %module% actualizado com sucesso. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Actualização do módulo %module% falhou. %error% - Line: 208 + Line: 207 Module %module% is already up to date Módulo %module% já está actualizado - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Verificar atualizações - Line: 38 + Line: 46 diff --git a/translations/pt-PT/ModulesMboRecommendedmodulesandservices.pt-PT.xlf b/translations/pt-PT/ModulesMboRecommendedmodulesandservices.pt-PT.xlf index d643a5d1f..0d23761f7 100644 --- a/translations/pt-PT/ModulesMboRecommendedmodulesandservices.pt-PT.xlf +++ b/translations/pt-PT/ModulesMboRecommendedmodulesandservices.pt-PT.xlf @@ -15,92 +15,92 @@ Create a discount strategy Criar uma estratégia de desconto - Line: 276 + Line: 277 Customize pages Personalizar páginas - Line: 279 + Line: 280 Improve customer experience Melhorar a experiência do cliente - Line: 284 + Line: 285 Improve customer targeting Melhorar a segmentação dos clientes - Line: 287 + Line: 288 Improve data strategy Melhorar a estratégia de dados - Line: 290 + Line: 291 Improve SEO Melhorar o SEO - Line: 294 + Line: 295 Improve shipping Melhorar a expedição - Line: 297 + Line: 298 Improve the checkout experience Melhorar a experiência de checkout - Line: 300 + Line: 301 Improve visuals Melhorar os visuais - Line: 303 + Line: 304 Make shipping easier Facilitar a expedição - Line: 306 + Line: 307 Make your deliveries easier Facilitar as suas entregas - Line: 309 + Line: 310 Optimize order management Otimizar a gestão de encomendas - Line: 312 + Line: 313 Optimize product catalog Optimizar o catálogo de produtos - Line: 315 + Line: 316 Optimize product creation Otimizar a criação de produtos - Line: 318 + Line: 319 Promote brands Promover as marcas - Line: 321 + Line: 322 Simplify accounting Simplificar a contabilidade - Line: 325 + Line: 326 Simplify store management Simplificar a gestão da loja - Line: 328 + Line: 329 Recommended modules Módulos recomendados - Line: 331 + Line: 332 diff --git a/translations/ro-RO/ModulesMboErrors.ro-RO.xlf b/translations/ro-RO/ModulesMboErrors.ro-RO.xlf index 0920341e8..31ce8228f 100644 --- a/translations/ro-RO/ModulesMboErrors.ro-RO.xlf +++ b/translations/ro-RO/ModulesMboErrors.ro-RO.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. - Line: 105 + Line: 104 diff --git a/translations/ro-RO/ModulesMboGlobal.ro-RO.xlf b/translations/ro-RO/ModulesMboGlobal.ro-RO.xlf index cf1c02c9c..4c02e2088 100644 --- a/translations/ro-RO/ModulesMboGlobal.ro-RO.xlf +++ b/translations/ro-RO/ModulesMboGlobal.ro-RO.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong Oh no.. something went wrong - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. There has been a problem on our side. Refresh your page and if the problem persists, try again later. - Line: 8 + Line: 26 Refresh page Refresh page - Line: 13 + Line: 31 diff --git a/translations/ro-RO/ModulesMboLinks.ro-RO.xlf b/translations/ro-RO/ModulesMboLinks.ro-RO.xlf index b6e3a1f6f..a7105b6b0 100644 --- a/translations/ro-RO/ModulesMboLinks.ro-RO.xlf +++ b/translations/ro-RO/ModulesMboLinks.ro-RO.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/en/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/en/password/request - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/ro-RO/ModulesMboModulescatalog.ro-RO.xlf b/translations/ro-RO/ModulesMboModulescatalog.ro-RO.xlf index 33cbbb6c4..e5ce030c5 100644 --- a/translations/ro-RO/ModulesMboModulescatalog.ro-RO.xlf +++ b/translations/ro-RO/ModulesMboModulescatalog.ro-RO.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Synchronized with Addons marketplace! - Line: 145 + Line: 143 Connected Connected - Line: 157 + Line: 155 Connected as Connected as - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Module %module% successfully upgraded. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Upgrade of module %module% failed. %error% - Line: 208 + Line: 207 Module %module% is already up to date Module %module% is already up to date - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Check for updates - Line: 38 + Line: 46 diff --git a/translations/ro-RO/ModulesMboRecommendedmodulesandservices.ro-RO.xlf b/translations/ro-RO/ModulesMboRecommendedmodulesandservices.ro-RO.xlf index 417c68f06..05e563dcb 100644 --- a/translations/ro-RO/ModulesMboRecommendedmodulesandservices.ro-RO.xlf +++ b/translations/ro-RO/ModulesMboRecommendedmodulesandservices.ro-RO.xlf @@ -15,92 +15,92 @@ Create a discount strategy Creează o strategie de reducere - Line: 276 + Line: 277 Customize pages Personalizează paginile - Line: 279 + Line: 280 Improve customer experience Îmbunătățirea experienței clienților - Line: 284 + Line: 285 Improve customer targeting Îmbunătățirea direcționării clienților - Line: 287 + Line: 288 Improve data strategy Îmbunătățirea strategiei de date - Line: 290 + Line: 291 Improve SEO Îmbunătățirea SEO - Line: 294 + Line: 295 Improve shipping Îmbunătățirea expedierii - Line: 297 + Line: 298 Improve the checkout experience Îmbunătățește experiența de checkout - Line: 300 + Line: 301 Improve visuals Îmbunătățește imaginile - Line: 303 + Line: 304 Make shipping easier Facilitarea expedierii - Line: 306 + Line: 307 Make your deliveries easier Facilitează-ți livrările - Line: 309 + Line: 310 Optimize order management Optimizarea gestionării comenzilor - Line: 312 + Line: 313 Optimize product catalog Optimizarea catalogului de produse - Line: 315 + Line: 316 Optimize product creation Optimizarea creării de produse - Line: 318 + Line: 319 Promote brands Promovarea mărcilor - Line: 321 + Line: 322 Simplify accounting Simplificarea contabilității - Line: 325 + Line: 326 Simplify store management Simplifică gestionarea magazinului - Line: 328 + Line: 329 Recommended modules Module recomandate - Line: 331 + Line: 332 diff --git a/translations/ru-RU/ModulesMboErrors.ru-RU.xlf b/translations/ru-RU/ModulesMboErrors.ru-RU.xlf index f72efda08..f854117d0 100644 --- a/translations/ru-RU/ModulesMboErrors.ru-RU.xlf +++ b/translations/ru-RU/ModulesMboErrors.ru-RU.xlf @@ -5,7 +5,7 @@ PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection. PrestaShop не может войти в систему Addons, пожалуйста, проверьте свои данные и интернет-соединение. - Line: 105 + Line: 104 diff --git a/translations/ru-RU/ModulesMboGlobal.ru-RU.xlf b/translations/ru-RU/ModulesMboGlobal.ru-RU.xlf index 8138266ec..fa7977506 100644 --- a/translations/ru-RU/ModulesMboGlobal.ru-RU.xlf +++ b/translations/ru-RU/ModulesMboGlobal.ru-RU.xlf @@ -24,17 +24,17 @@ Oh no.. something went wrong О нет! Что-то пошло не так - Line: 5 + Line: 23 There has been a problem on our side. Refresh your page and if the problem persists, try again later. Возникла проблема с нашей стороной. Обновите страницу, и если проблема не устранена, попробуйте позже. - Line: 8 + Line: 26 Refresh page Обновить страницу - Line: 13 + Line: 31 diff --git a/translations/ru-RU/ModulesMboLinks.ru-RU.xlf b/translations/ru-RU/ModulesMboLinks.ru-RU.xlf index 4973f14b4..968d2d24f 100644 --- a/translations/ru-RU/ModulesMboLinks.ru-RU.xlf +++ b/translations/ru-RU/ModulesMboLinks.ru-RU.xlf @@ -2,15 +2,15 @@ - - https://accounts.distribution.prestashop.net/en/sign-up - https://accounts.distribution.prestashop.net/en/sign-up - Line: 123 + + https://authv2.prestashop.com/register + https://authv2.prestashop.com/register + Line: 122 - - https://auth.prestashop.com/en/password/request - https://auth.prestashop.com/ru/пароль/запрос - Line: 130 + + https://authv2.prestashop.com/password/request + https://authv2.prestashop.com/password/request + Line: 129 diff --git a/translations/ru-RU/ModulesMboModulescatalog.ru-RU.xlf b/translations/ru-RU/ModulesMboModulescatalog.ru-RU.xlf index 235437464..06608672b 100644 --- a/translations/ru-RU/ModulesMboModulescatalog.ru-RU.xlf +++ b/translations/ru-RU/ModulesMboModulescatalog.ru-RU.xlf @@ -5,17 +5,17 @@ Synchronized with Addons marketplace! Синхронизировано с магазином Расширений! - Line: 145 + Line: 143 Connected подключен - Line: 157 + Line: 155 Connected as Вы вошли как - Line: 159 + Line: 156 @@ -24,17 +24,17 @@ Module %module% successfully upgraded. Модуль %module% успешно обновлен. - Line: 172 + Line: 171 Upgrade of module %module% failed. %error% Обновление модуля %module% не удалось. %error% - Line: 208 + Line: 207 Module %module% is already up to date Модуль %module% уже обновлен - Line: 195 + Line: 194 @@ -52,7 +52,7 @@ Check for updates Проверить обновления - Line: 38 + Line: 46 diff --git a/translations/ru-RU/ModulesMboRecommendedmodulesandservices.ru-RU.xlf b/translations/ru-RU/ModulesMboRecommendedmodulesandservices.ru-RU.xlf index 77c44e0da..18df55f27 100644 --- a/translations/ru-RU/ModulesMboRecommendedmodulesandservices.ru-RU.xlf +++ b/translations/ru-RU/ModulesMboRecommendedmodulesandservices.ru-RU.xlf @@ -15,92 +15,92 @@ Create a discount strategy Создавайте стратегии скидок - Line: 276 + Line: 277 Customize pages Создавайте персонализированные страницы - Line: 279 + Line: 280 Improve customer experience Улучшить клиентский опыт - Line: 284 + Line: 285 Improve customer targeting Улучшайте таргетинг клиентов - Line: 287 + Line: 288 Improve data strategy Совершенствование стратегии работы с данными - Line: 290 + Line: 291 Improve SEO Используйте поисковую оптимизацию - Line: 294 + Line: 295 Improve shipping Оптимизируйте доставку - Line: 297 + Line: 298 Improve the checkout experience Улучшите процесс оформления заказа - Line: 300 + Line: 301 Improve visuals Улучшайте рекламные материалы - Line: 303 + Line: 304 Make shipping easier Пользуйтесь удобной доставкой - Line: 306 + Line: 307 Make your deliveries easier Упростите процесс доставки - Line: 309 + Line: 310 Optimize order management Оптимизируйте управление заказами - Line: 312 + Line: 313 Optimize product catalog Оптимизация каталога товаров - Line: 315 + Line: 316 Optimize product creation Оптимизируйте создание продуктов - Line: 318 + Line: 319 Promote brands Продвигайте бренды - Line: 321 + Line: 322 Simplify accounting Упрощайте бухгалтерский учет - Line: 325 + Line: 326 Simplify store management Упростите управление магазином - Line: 328 + Line: 329 Recommended modules Рекомендованные Модули - Line: 331 + Line: 332