diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index d8409d693..34eb041eb 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -70,7 +70,7 @@ class AdminCustomersControllerCore extends AdminController 'width' => 20 ), 'id_gender' => array( - 'title' => $this->l('Gender'), + 'title' => $this->l('Titles'), 'width' => 70, 'align' => 'center', 'icon' => $genders_icon, @@ -257,7 +257,7 @@ class AdminCustomersControllerCore extends AdminController 'input' => array( array( 'type' => 'radio', - 'label' => $this->l('Gender:'), + 'label' => $this->l('Titles:'), 'name' => 'id_gender', 'required' => false, 'class' => 't', diff --git a/controllers/admin/AdminGendersController.php b/controllers/admin/AdminGendersController.php index 372230989..1da132db3 100644 --- a/controllers/admin/AdminGendersController.php +++ b/controllers/admin/AdminGendersController.php @@ -92,7 +92,7 @@ class AdminGendersControllerCore extends AdminController { $this->fields_form = array( 'legend' => array( - 'title' => $this->l('Gender'), + 'title' => $this->l('Titles'), 'image' => '../img/admin/tab-genders.gif' ), 'input' => array( diff --git a/controllers/admin/AdminGroupsController.php b/controllers/admin/AdminGroupsController.php index 3be10a459..19968ff18 100644 --- a/controllers/admin/AdminGroupsController.php +++ b/controllers/admin/AdminGroupsController.php @@ -149,7 +149,7 @@ class AdminGroupsControllerCore extends AdminController } $customer_fields_display = (array( 'id_customer' => array('title' => $this->l('ID'), 'width' => 15, 'align' => 'center'), - 'id_gender' => array('title' => $this->l('Gender'), 'align' => 'center', 'width' => 50,'icon' => $genders_icon, 'list' => $genders), + 'id_gender' => array('title' => $this->l('Titles'), 'align' => 'center', 'width' => 50,'icon' => $genders_icon, 'list' => $genders), 'firstname' => array('title' => $this->l('Name'), 'align' => 'center'), 'lastname' => array('title' => $this->l('Name'), 'align' => 'center'), 'email' => array('title' => $this->l('E-mail address'), 'width' => 150, 'align' => 'center'), diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index ba4966cd0..001fb8aec 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -270,7 +270,7 @@ class AdminImportControllerCore extends AdminController 'no' => array('label' => $this->l('Ignore this column')), 'id' => array('label' => $this->l('ID')), 'active' => array('label' => $this->l('Active (0/1)')), - 'id_gender' => array('label' => $this->l('Gender ID (Mr = 1, Ms = 2, else 0)')), + 'id_gender' => array('label' => $this->l('Titles ID (Mr = 1, Ms = 2, else 0)')), 'email' => array('label' => $this->l('E-mail *')), 'passwd' => array('label' => $this->l('Password *')), 'birthday' => array('label' => $this->l('Birthday (yyyy-mm-dd)')), diff --git a/controllers/admin/AdminSearchController.php b/controllers/admin/AdminSearchController.php index 3c36e7f40..32307fff6 100644 --- a/controllers/admin/AdminSearchController.php +++ b/controllers/admin/AdminSearchController.php @@ -193,7 +193,7 @@ class AdminSearchControllerCore extends AdminController } $this->fields_list['customers'] = (array( 'id_customer' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), - 'id_gender' => array('title' => $this->l('Gender'), 'align' => 'center', 'icon' => $genders_icon, 'list' => $genders, 'width' => 25), + 'id_gender' => array('title' => $this->l('Titles'), 'align' => 'center', 'icon' => $genders_icon, 'list' => $genders, 'width' => 25), 'firstname' => array('title' => $this->l('First Name'), 'align' => 'left', 'width' => 150), 'lastname' => array('title' => $this->l('Name'), 'align' => 'left', 'width' => 'auto'), 'email' => array('title' => $this->l('E-mail address'), 'align' => 'left', 'width' => 250), diff --git a/translations/de/admin.php b/translations/de/admin.php index 97f8fa5a3..7a7d03a67 100644 --- a/translations/de/admin.php +++ b/translations/de/admin.php @@ -833,7 +833,7 @@ $_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Mitarbeiter $_LANGADM['AdminCustomerThreadsf9b68c21c5d51df2d6b54cfbfa985abe'] = 'IMAP Benutzer'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'News.'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; +$_LANGADM['AdminCustomers8612579044efe457f11398b5a2377226'] = 'Geschlecht'; $_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = 'Mind. 5 Zeichen, nur Buchstaben, Zahlen'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Produkte'; $_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Handlungen'; @@ -920,7 +920,7 @@ $_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Gesamtzeit'; $_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; $_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'nie'; $_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Code'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Geschlecht:'; +$_LANGADM['AdminCustomers8916d704fe20c49629fd42e33ff1e5da'] = 'Geschlecht:'; $_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Kunde hat den Newsletter abonniert'; $_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; $_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$s hat noch keine Adresse hinterlegt'; @@ -1051,7 +1051,7 @@ $_LANGADM['AdminFeaturesd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Eleme $_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Neues Produktmerkmal hinzufügen'; $_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?'; $_LANGADM['AdminFeaturesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.'; -$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; +$_LANGADM['AdminGenders8612579044efe457f11398b5a2377226'] = 'Geschlecht'; $_LANGADM['AdminGenders01cb76c107ae76224c0efb9903fcfa23'] = 'Bildbreite in Pixel. Wert \"0\" eingeben, um Originalgröße beizubehalten'; $_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Bild:'; $_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Name'; @@ -1088,7 +1088,7 @@ $_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Optionen'; $_LANGADM['AdminGeolocationdd39e763b87f78cae49e9d09b1e5e9d2'] = 'Verhalten des Geotargeting für Länder ohne Zugriffsbeschränkung:'; $_LANGADM['AdminGeolocationf6572f026526c2b6356149d46db5f0a1'] = 'Zugelassene IP-Adressen:'; $_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; +$_LANGADM['AdminGroups8612579044efe457f11398b5a2377226'] = 'Geschlecht'; $_LANGADM['AdminGroups02d29656d8379684796b01abfd2a9a13'] = 'Preise anzeigen:'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; $_LANGADM['AdminGroups0ebf16eea292691fe0616f3258e8c5fb'] = 'Nur Produkte, die diese Kategorie als Standard-Kategorie haben, sind betroffen'; @@ -1314,7 +1314,7 @@ $_LANGADM['AdminImport2bb73bea8aa794a408230aa1005b3081'] = 'Zeige meine Daten'; $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'Einkaufsbestellungen'; $_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Adresse 2'; $_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Kennung/Nr. (%s) existiert bereits (at line %d).'; -$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'Geschlecht-ID (Mr = 1, Ms = 2, sonstige 0)'; +$_LANGADM['AdminImportf323be7152201bfc856e649e84e9d64c'] = 'Geschlecht-ID (Mr = 1, Ms = 2, sonstige 0)'; $_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Feldtrenner:'; $_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Text Auf Lager'; $_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Auswirkungen auf das Gewicht:'; @@ -3074,7 +3074,7 @@ $_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Wurzel'; $_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Format:'; $_LANGADM['AdminScenesfcb71eef0a5538f3c8d5805c2935aed2'] = 'Der Kunde kann dann auf das Produkt klicken, um die vollständige Produkt-Seite zu öffnen.'; $_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; +$_LANGADM['AdminSearch8612579044efe457f11398b5a2377226'] = 'Geschlecht'; $_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Kunden treffen auf Ihre Anfrage zu'; $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Produkte treffen auf Ihre Anfrage zu'; $_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Anmeldedatum'; diff --git a/translations/es/admin.php b/translations/es/admin.php index 20bf46979..655e3b886 100644 --- a/translations/es/admin.php +++ b/translations/es/admin.php @@ -833,7 +833,7 @@ $_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'empleado'; $_LANGADM['AdminCustomerThreadsf9b68c21c5d51df2d6b54cfbfa985abe'] = 'Usuario imap'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'Nuevo'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; +$_LANGADM['AdminCustomers8612579044efe457f11398b5a2377226'] = 'Sexo'; $_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 caracteres min., solo letras, numeros o'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Productos'; $_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; @@ -920,7 +920,7 @@ $_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Tiempo total'; $_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Modo de pago'; $_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'nunca'; $_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Código'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sexo:'; +$_LANGADM['AdminCustomers8916d704fe20c49629fd42e33ff1e5da'] = 'Sexo:'; $_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abonado a la newsletter'; $_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; $_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$s no ha registrado una direccion todavia'; @@ -1051,7 +1051,7 @@ $_LANGADM['AdminFeaturesd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionad $_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'anade una nueva caracteristica'; $_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?'; $_LANGADM['AdminFeaturesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:'; -$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; +$_LANGADM['AdminGenders8612579044efe457f11398b5a2377226'] = 'Sexo'; $_LANGADM['AdminGenders01cb76c107ae76224c0efb9903fcfa23'] = 'Ancho de la imagen en píxeles. Escriba \"0\", para usar tamaño original'; $_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Imagen'; $_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nombre'; @@ -1088,7 +1088,7 @@ $_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones'; $_LANGADM['AdminGeolocationdd39e763b87f78cae49e9d09b1e5e9d2'] = 'Comportamiento de geolocalización para los países no reconocidos:'; $_LANGADM['AdminGeolocationf6572f026526c2b6356149d46db5f0a1'] = 'Direcciones IP autorizadas'; $_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; +$_LANGADM['AdminGroups8612579044efe457f11398b5a2377226'] = 'Sexo'; $_LANGADM['AdminGroups02d29656d8379684796b01abfd2a9a13'] = 'Mostrar precios:'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; $_LANGADM['AdminGroups0ebf16eea292691fe0616f3258e8c5fb'] = 'Sólo los productos que tienen esta categoría como la categoría por defecto se verán afectados'; @@ -1314,7 +1314,7 @@ $_LANGADM['AdminImport2bb73bea8aa794a408230aa1005b3081'] = 'Ver sus datos'; $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'SupplyOrders'; $_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Dirección 2'; $_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Referencia (%s) ya existe (en la línea %d).'; -$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'Genero ID (Mr = 1, Ms= 2, else 0)'; +$_LANGADM['AdminImportf323be7152201bfc856e649e84e9d64c'] = 'Genero ID (Mr = 1, Ms= 2, else 0)'; $_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Separador de filas:'; $_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Texto cuando haya disponible'; $_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impacto en el peso:'; @@ -3074,7 +3074,7 @@ $_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Raíz'; $_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; $_LANGADM['AdminScenesfcb71eef0a5538f3c8d5805c2935aed2'] = 'El cliente puede hacer clic para abrir la página completa del producto'; $_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; +$_LANGADM['AdminSearch8612579044efe457f11398b5a2377226'] = 'Sexo'; $_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Cliente coinciden con su consulta'; $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Productos que coinciden con su consulta'; $_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Fecha de Registro'; diff --git a/translations/fr/admin.php b/translations/fr/admin.php index a620e3108..a674d48f8 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -839,7 +839,7 @@ $_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Employé'; $_LANGADM['AdminCustomerThreadsf9b68c21c5d51df2d6b54cfbfa985abe'] = 'Utilisateur IMAP'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'Newsletter'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Titre de civilité'; +$_LANGADM['AdminCustomers8612579044efe457f11398b5a2377226'] = 'Titre de civilité'; $_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 caractères min., uniquement lettres, chiffres, ou'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Produits'; $_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions'; @@ -926,7 +926,7 @@ $_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Temps total'; $_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Paiement'; $_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'jamais'; $_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Code'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Titre de civilité :'; +$_LANGADM['AdminCustomers8916d704fe20c49629fd42e33ff1e5da'] = 'Titre de civilité :'; $_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Client abonné à la newsletter'; $_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Client'; $_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$s n\'a pas encore enregistré d\'adresse'; @@ -1059,7 +1059,7 @@ $_LANGADM['AdminFeaturesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la séle $_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Ajouter une nouvelle caractéristique'; $_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminFeaturesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutiques associées :'; -$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe'; +$_LANGADM['AdminGenders8612579044efe457f11398b5a2377226'] = 'Sexe'; $_LANGADM['AdminGenders01cb76c107ae76224c0efb9903fcfa23'] = 'Largeur de l\'image en pixels. \"0\" pour utiliser la taille originale'; $_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Image :'; $_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nom'; @@ -1096,7 +1096,7 @@ $_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Options'; $_LANGADM['AdminGeolocationdd39e763b87f78cae49e9d09b1e5e9d2'] = 'Comportement de la géolocalisation pour les pays non-reconnus :'; $_LANGADM['AdminGeolocationf6572f026526c2b6356149d46db5f0a1'] = 'Adresses IP autorisées :'; $_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; -$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe'; +$_LANGADM['AdminGroups8612579044efe457f11398b5a2377226'] = 'Sexe'; $_LANGADM['AdminGroups02d29656d8379684796b01abfd2a9a13'] = 'Afficher les prix :'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; $_LANGADM['AdminGroups0ebf16eea292691fe0616f3258e8c5fb'] = 'Seuls les produits qui ont cette catégorie comme catégorie par défaut seront affectés'; @@ -1324,7 +1324,7 @@ $_LANGADM['AdminImport2bb73bea8aa794a408230aa1005b3081'] = 'Visualisez vos donn $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'Commandes aux fournisseurs'; $_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Adresse 2'; $_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'La référence (%s) existe déjà (ligne %d).'; -$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'ID du Sexe (Mr = 1, Mme = 2, sinon 0)'; +$_LANGADM['AdminImportf323be7152201bfc856e649e84e9d64c'] = 'ID du Sexe (Mr = 1, Mme = 2, sinon 0)'; $_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Séparateur de champs :'; $_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Texte \"En stock\"'; $_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impact sur le poids'; @@ -1875,6 +1875,7 @@ $_LANGADM['AdminModules853ae90f0351324bd73ea615e6487517'] = ' :'; $_LANGADM['AdminModules85687c63fd82afbc21632f288e53a6e4'] = 'Cette action supprime définitivement le module sur votre serveur. Êtes-vous vraiment sûr ?'; $_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Mettre ce module en ligne'; $_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Prix & Promotions'; +$_LANGADM['AdminModules87d17f4624a514e81dc7c8e016a7405c'] = 'Mobile'; $_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Transporteur & Logistique'; $_LANGADM['AdminModules8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_LANGADM['AdminModules920beb5dda21b04a332e0457cb0cfbec'] = 'Intérêt'; @@ -3086,7 +3087,7 @@ $_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Accueil'; $_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Format :'; $_LANGADM['AdminScenesfcb71eef0a5538f3c8d5805c2935aed2'] = 'Le client peut cliquer afin d\'ouvrir la fiche produit. '; $_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; -$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe'; +$_LANGADM['AdminSearch8612579044efe457f11398b5a2377226'] = 'Sexe'; $_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Clients correspondant à votre requête'; $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Produits correspondant à votre requête'; $_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Date d\'inscription'; diff --git a/translations/it/admin.php b/translations/it/admin.php index 239e187cb..9ab27a543 100644 --- a/translations/it/admin.php +++ b/translations/it/admin.php @@ -833,7 +833,7 @@ $_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Dipendente' $_LANGADM['AdminCustomerThreadsf9b68c21c5d51df2d6b54cfbfa985abe'] = 'Utente IMAP'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'News.'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; +$_LANGADM['AdminCustomers8612579044efe457f11398b5a2377226'] = 'Sesso'; $_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = 'Min. 5 caratteri, solo lettere, numeri, o'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; $_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; @@ -920,7 +920,7 @@ $_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Tempo totale'; $_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; $_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'mai'; $_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Codice'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sesso:'; +$_LANGADM['AdminCustomers8916d704fe20c49629fd42e33ff1e5da'] = 'Sesso:'; $_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abbonato alla newsletter'; $_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; $_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$ non ha ancora registrato alcun indirizzo'; @@ -1051,7 +1051,7 @@ $_LANGADM['AdminFeaturesd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionat $_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Aggiungi una nuova caratteristica'; $_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; $_LANGADM['AdminFeaturesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione negozio:'; -$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; +$_LANGADM['AdminGenders8612579044efe457f11398b5a2377226'] = 'Sesso'; $_LANGADM['AdminGenders01cb76c107ae76224c0efb9903fcfa23'] = 'Larghezza immagine in pixel. Inserisci “0” per utilizzare la dimensione originale'; $_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Immagine:'; $_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nome'; @@ -1088,7 +1088,7 @@ $_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opzioni'; $_LANGADM['AdminGeolocationdd39e763b87f78cae49e9d09b1e5e9d2'] = 'Comportamento di Geolocalizzazione per nazioni non riconosciute:'; $_LANGADM['AdminGeolocationf6572f026526c2b6356149d46db5f0a1'] = 'Indirizzi IP autorizzati:'; $_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; +$_LANGADM['AdminGroups8612579044efe457f11398b5a2377226'] = 'Sesso'; $_LANGADM['AdminGroups02d29656d8379684796b01abfd2a9a13'] = 'Mostra prezzi:'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; $_LANGADM['AdminGroups0ebf16eea292691fe0616f3258e8c5fb'] = 'Solo i prodotti che hanno questa categoria come categoria predefinita sarà influenzato'; @@ -1314,7 +1314,7 @@ $_LANGADM['AdminImport2bb73bea8aa794a408230aa1005b3081'] = 'Vedi I tuoi dati'; $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'Ordini fornitura'; $_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Indirizzo 2'; $_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Il riferimento (%s) esiste già (alla riga %d)'; -$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'ID Genere (Sig = 1, Sig.ra = 2, Altrimenti 0)'; +$_LANGADM['AdminImportf323be7152201bfc856e649e84e9d64c'] = 'ID Genere (Sig = 1, Sig.ra = 2, Altrimenti 0)'; $_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Separatore di campo:'; $_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Testo in magazzino'; $_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impatto sul peso:'; @@ -3074,7 +3074,7 @@ $_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Root'; $_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; $_LANGADM['AdminScenesfcb71eef0a5538f3c8d5805c2935aed2'] = 'Quando il cliente clicca sopra apre direttamente il prodotto nella pagina della sua scheda'; $_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; +$_LANGADM['AdminSearch8612579044efe457f11398b5a2377226'] = 'Sesso'; $_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Clienti trovati con la tua query'; $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Prodotti trovati con la tua query'; $_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Data di registrazione';