From 2ffe641f4fb539becc94cde8dae04160f8fe9b90 Mon Sep 17 00:00:00 2001 From: MaWoScha Date: Wed, 31 Jul 2019 18:30:23 +0200 Subject: [PATCH] Version 1.0.0, Updates for Magento v1.9.4.x --- MagentoConnect.html | 2 ++ README.md | 8 ++++---- app/code/community/German/LocalePackFr/etc/config.xml | 2 +- app/locale/fr_FR/Mage_Catalog.csv | 2 ++ app/locale/fr_FR/Mage_Core.csv | 2 ++ app/locale/fr_FR/Mage_Customer.csv | 2 +- app/locale/fr_FR/Mage_Eav.csv | 2 ++ app/locale/fr_FR/Mage_Wishlist.csv | 2 ++ var/connect/German_LocalePack_fr_FR.xml | 4 ++-- 9 files changed, 18 insertions(+), 8 deletions(-) diff --git a/MagentoConnect.html b/MagentoConnect.html index 56ab4d7..b08debe 100644 --- a/MagentoConnect.html +++ b/MagentoConnect.html @@ -46,4 +46,6 @@

ChangeLog

  • 0.7.3: Update: downloader and .csv Files
  • 0.7.4: Added: CSV-File "Mage_Uploader.csv"
  • 0.7.5: Added: locale 'it_IT'; Update: Correcting and completing entries
  • +
  • 0.7.6: Updated: Upgraded for Magento Version 1.9.3.10
  • +
  • 1.0.0: Updated: Upgraded for Magento Version 1.9.4.x
  • diff --git a/README.md b/README.md index f37791e..28d4306 100644 --- a/README.md +++ b/README.md @@ -46,28 +46,28 @@ Ceci est un travail dérivé de [German LocalePack de_DE](https://github.com/MaW refactured et internationalisé de MaWoScha. Cette extension est testé avec Magento 1.6.2, 1.7.0, 1.8.1, 1.9.0 et 1.9.1.
    -Le pack de langue est adapté pour Magento 1.6.x à 1.9.3.10 +Le pack de langue est adapté pour Magento 1.6.x à 1.9.4.x This is a derived work of [German LocalePack de_DE](https://github.com/MaWoScha/German_LocalePack_de_DE) of [MaWoScha](https://github.com/MaWoScha/),
    refactured and internationalized from MaWoScha. This extension is tested with Magento 1.6.2, 1.7.0, 1.8.1, 1.9.0 and 1.9.1.
    -The language pack is suitable for Magento 1.6.x to 1.9.3.10 +The language pack is suitable for Magento 1.6.x to 1.9.4.x Dies ist eine abgeleitete Arbeit von [German LocalePack de_DE](https://github.com/MaWoScha/German_LocalePack_de_DE) von [MaWoScha](https://github.com/MaWoScha/),
    überarbeitet und internationalisiert von MaWoScha. Diese Erweiterung ist mit Magento 1.6.2, 1.7.0, 1.8.1, 1.9.0 und 1.9.1 getestet.
    -Das Sprachpaket ist für Magento 1.6.x bis 1.9.3.10 +Das Sprachpaket ist für Magento 1.6.x bis 1.9.4.x Se trata de una obra derivada de [German LocalePack de_DE](https://github.com/MaWoScha/German_LocalePack_de_DE) de [MaWoScha](https://github.com/MaWoScha/),
    revisado e internacionalizado de MaWoScha. Esta extensión se prueba con Magento 1.6.2, 1.7.0, 1.8.1, 1.9.0 y 1.9.1.
    -El paquete de idioma es adecuado para Magento 1.6.x hasta 1.9.3.10 +El paquete de idioma es adecuado para Magento 1.6.x hasta 1.9.4.x # Voir aussi / See also / Siehe auch / Véase también diff --git a/app/code/community/German/LocalePackFr/etc/config.xml b/app/code/community/German/LocalePackFr/etc/config.xml index e3980b0..d8f2553 100644 --- a/app/code/community/German/LocalePackFr/etc/config.xml +++ b/app/code/community/German/LocalePackFr/etc/config.xml @@ -11,7 +11,7 @@ - 0.7.6 + 1.0.0 fr_FR French (France) Language Pack https://github.com/MaWoScha/German_LocalePack_fr_FR diff --git a/app/locale/fr_FR/Mage_Catalog.csv b/app/locale/fr_FR/Mage_Catalog.csv index 7174c49..7b53511 100644 --- a/app/locale/fr_FR/Mage_Catalog.csv +++ b/app/locale/fr_FR/Mage_Catalog.csv @@ -103,6 +103,8 @@ "Attribute Sets","Ensembles d'attributs" "Attribute add","Attribut ajouter" "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Le code d'attribut est invalide. Veuillez n'utiliser que des lettres (a-z), chiffres (0-9) ou underscores (_) dans ce champ, le premier caractère devant être une lettre." +"Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter. Do not use ""event"" for an attribute code.","Le code d'attribut est invalide. Veuillez n'utiliser que des lettres (a-z), chiffres (0-9) ou underscores (_) dans ce champ, le premier caractère devant être une lettre. N'utilisez pas ""event"" pour un code d'attribut." +"Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter. Do not use event"" for an attribute code.""","Le code d'attribut est invalide. Veuillez n'utiliser que des lettres (a-z), chiffres (0-9) ou underscores (_) dans ce champ, le premier caractère devant être une lettre. N'utilisez pas ""event"" pour un code d'attribut." "Attribute group with the \"/name/\" name already exists","Groupe d'attribut avec le nom \"/name/\" existe déjà." "Attribute group with the \/name/\ name already exists","Groupe d'attribut avec le nom \"/name/\" existe déjà." "Attribute names can be specified per store.","Les noms des attributs peuvent être définis par magasin." diff --git a/app/locale/fr_FR/Mage_Core.csv b/app/locale/fr_FR/Mage_Core.csv index eafbbc8..1a7306a 100644 --- a/app/locale/fr_FR/Mage_Core.csv +++ b/app/locale/fr_FR/Mage_Core.csv @@ -244,6 +244,8 @@ "Path ""%value%"" is protected and cannot be used.","Le chemin ""%value%"" est protégé et ne peut pas être utilisé." "Path ""%value%"" may not include parent directory traversal (""../"", ""..\\).""","Il se peut que le chemin ""%value%"" ne contienne pas de traversée de répertoire parent (""../"", ""..\\).""" "Please define flag code.","Veuillez définir le code drapeau." +"Please do not use ""event"" for an attribute code.","Veuillez ne pas utiliser ""event"" pour un code d'attribut." +"Please do not use event"" for an attribute code.""","Veuillez ne pas utiliser ""event"" pour un code d'attribut." "Please enter 6 or more characters without leading or trailing spaces.","Veuillez entrer 6 caractères ou plus. Des espaces en début ou en fin seront ignorés." "Please enter 6 or more characters. Leading or trailing spaces will be ignored.","Veuillez entrer 6 caractères ou plus. Des espaces en début ou en fin seront ignorés." "Please enter 7 or more characters. Password should contain both numeric and alphabetic characters.","Veuillez entrer 7 caractères ou plus. Le mot de passe doit contenir des lettres et des chiffres." diff --git a/app/locale/fr_FR/Mage_Customer.csv b/app/locale/fr_FR/Mage_Customer.csv index dbcf2a4..3b21494 100644 --- a/app/locale/fr_FR/Mage_Customer.csv +++ b/app/locale/fr_FR/Mage_Customer.csv @@ -432,7 +432,7 @@ "The suffix that goes after name (Jr., Sr., etc.)","Le suffixe suivant le nom (Jr, Sr, etc)" "The title that goes before name (Mr., Mrs., etc.)","Le titre qui va avant le nom (M, Mme, Mlle, etc)" "There are no items in customer's wishlist at the moment","Il n'y a pas d'objets dans la liste de voeux de l'utilisateur" -"There are no items in customer's shopping cart at the moment","Il n'y a pas d'objets dans le panier d'utilisateur" +"There are no items in customer\'s shopping cart at the moment","Il n'y a pas d'objets dans le panier d'utilisateur" "There is already an account with this email address. If you are sure that it is your email address, click here to get your password and access your account.","Il y a déjà un compte avec cette adresse email. Si vous êtes sûr qu'il s'agit de votre adresse email, cliquez ici pour obtenir votre mot de passe et accéder à votre compte." "There was an error validating the VAT ID.","Une erreur est apparue lors de la validation du numéro de TVA." "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","Une erreur est apparue lors de la validation du numéro de TVA. Le client appartiendrait au Groupe de clients %s." diff --git a/app/locale/fr_FR/Mage_Eav.csv b/app/locale/fr_FR/Mage_Eav.csv index e3792fa..a35f159 100644 --- a/app/locale/fr_FR/Mage_Eav.csv +++ b/app/locale/fr_FR/Mage_Eav.csv @@ -29,6 +29,8 @@ "'%value%' does not appear to be a valid URI hostname","'%value%' ne semble pas être une URL valide" "'%value%' does not appear to be a valid local network name","'%value%' ne semble pas être un nom de réseau local valide" "'%value%' does not match the expected structure for a DNS hostname","'%value%' ne correspond pas à la structure attendue pour un nom de DNS" +". Do not use ""event"" for an attribute code, it is a reserved keyword.",". N'utilisez pas ""event"" pour un code d'attribut, c'est un mot-clé réservé." +". Do not use event"" for an attribute code, it is a reserved keyword.""",". N'utilisez pas ""event"" pour un code d'attribut, c'est un mot-clé réservé." "A joint field with this alias (%s) is already declared","Un champ joint avec l'alias (%s) est déjà déclaré." "Add Option","Ajouter option" "An error occurred while loading a record, aborting. Error: %s","Une erreur est survenue lors du chargement d'un enregistrement. Erreur : %s" diff --git a/app/locale/fr_FR/Mage_Wishlist.csv b/app/locale/fr_FR/Mage_Wishlist.csv index 9046bbd..ca052e4 100644 --- a/app/locale/fr_FR/Mage_Wishlist.csv +++ b/app/locale/fr_FR/Mage_Wishlist.csv @@ -67,6 +67,7 @@ "Options Details","Informations options" "Out of stock","Pas en stock" "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Veuillez entrer des adresses courriel valides, séparées par des virgules. Par exemple lucdassier@domaine.com, pierremaitre@domaine.com" +"Please enter no more than 5 email addresses.","Veuillez entrer un maximum de cinq adresses email." "Please input a valid email address.","Veuillez entrer une adresse courriel valide." "Please, enter your comments...","Veuillez entrer vos commentaires..." "Price","Prix" @@ -90,6 +91,7 @@ "This Wishlist has no Items","Cette liste de souhaits ne contient aucun article" "This product(s) is currently out of stock","Ce(s) produit(s) n'est(ne sont) actuellement pas disponible(s)" "Unable to add the following product(s) to shopping cart: %s.","Incapable d'ajouter le(s) produit(s) suivant(s) au caddy: %s." +"Up to 5 email addresses, separated by commas","Jusqu'à cinq adresses e-mail, séparées par des virgules." "Update Wishlist","Mettre à jour liste de vœux" "User Description","Description de l'utilisateur" "User description","Description de l'utilisateur" diff --git a/var/connect/German_LocalePack_fr_FR.xml b/var/connect/German_LocalePack_fr_FR.xml index 0ffe960..72d259e 100755 --- a/var/connect/German_LocalePack_fr_FR.xml +++ b/var/connect/German_LocalePack_fr_FR.xml @@ -13,9 +13,9 @@ French language pack for Magento Commerce Französisches Sprachpaket für Magento Commerce OSL http://opensource.org/licenses/osl-3.0.php - 0.7.6 + 1.0.0 stable - Compatible with Magento 1.7.0.x-1.9.3.10 + Compatible with Magento (1.6.2) 1.7.0.x-1.9.4.x Meliweb