diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 746ce59fd66..5f07e92aaf7 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -234,7 +234,7 @@ if ($_socid > 0) print "".$langs->transcountry("ProfId1",$objsoc->pays_code)."siren."\">".$objsoc->siren." "; print ''.$langs->transcountry('ProfId2',$objsoc->pays_code).''.$objsoc->siret.''; - print 'Forme juridique'.$objsoc->forme_juridique.''; + print ''.$langs->trans('JuridicalStatus').''.$objsoc->forme_juridique.''; print ''.$langs->trans("Type").''.$objsoc->typent.''.$langs->trans("Effectif").''.$objsoc->effectif.''; print ''; diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 3aa914520da..c4004ab47cf 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -151,7 +151,7 @@ if ($socid > 0) print "Rubrique$societe->rubrique"; } - print "Forme juridique$societe->forme_juridique"; + print ''.$langs->trans('JuridicalStatus').''.$societe->forme_juridique.'; print ''.$langs->trans("Status").''.$societe->statut_commercial.''; print ' '; print ''; diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang index 9b204532a46..ab4f97ff25c 100644 --- a/htdocs/langs/en_US/companies.lang +++ b/htdocs/langs/en_US/companies.lang @@ -67,6 +67,7 @@ EditCompany=Edit company ThisUserIsNot=This user is not a prospect, customer nor supplier VATIntraCheckableOnEUSite=Intracomunnautary VAT can be checked on European commision site NorProspectNorCustomer=Nor prospect, nor customer +JuridicalStatus=Juridical status Staff=Staff TE_STARTUP=Startup TE_GROUP=Large company diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 10749ec3173..643c631187f 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -4,6 +4,7 @@ Error=Error ErrorFieldRequired=Field '%s' is required ErrorFileDoesNotExists=File %s does not exists ErrorCanNotCreateDir=Can not create dir %s +ErrorCanNotReadDir=Can not read dir %s ErrorConstantNotDefined=Parameter %s not defined ErrorUnknown=Unkown error ErrorSQL=SQL Error @@ -11,6 +12,8 @@ ErrorLogoFileNotFound=Logo file '%s' was not found ErrorGoToGlobalSetup=Go to Global setup to fix this ErrorGoToModuleSetup=Go to Module setup to fix this ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s) +ErrorAttachedFilesDisabled=Attaching files feature is disabled on this serveur +ErrorFileNotUploaded=File was not uploaded yes=yes Yes=Yes no=no @@ -201,3 +204,5 @@ September=September October=October November=November December=December +AttachedFiles=Attached files and documents +FileTransferComplete=File was updloaded successfuly \ No newline at end of file diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang index cc20901ad1d..4f934e03e67 100644 --- a/htdocs/langs/fr_FR/companies.lang +++ b/htdocs/langs/fr_FR/companies.lang @@ -67,6 +67,7 @@ EditCompany=Edition soci ThisUserIsNot=Cet utilisateur n'est pas un prospect, client ni fournisseur VATIntraCheckableOnEUSite=Numéro TVA intra communautaire vérifiable sur le site de la commission européenne NorProspectNorCustomer=Ni client, ni prospect +JuridicalStatus=Forme juridique Staff=Effectifs TE_STARTUP=Startup TE_GROUP=Grande société diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index f83f102d8c4..90625607f91 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -4,6 +4,7 @@ Error=Erreur ErrorFieldRequired=Le champ '%s' est obligatoire ErrorFileDoesNotExists=Le fichier %s n'existe pas ErrorCanNotCreateDir=Impossible de créer le répertoire %s +ErrorCanNotReadDir=Impossible de lire le répertoire %s ErrorConstantNotDefined=Paramètre %s non défini ErrorUnknown=Erreur inconnue ErrorSQL=Erreur SQL @@ -11,6 +12,8 @@ ErrorLogoFileNotFound=Le fichier logo '%s' n'a pas ErrorGoToGlobalSetup=Aller dans la Configuration générale pour corriger ErrorGoToModuleSetup=Aller dans la Configuration du module pour corriger ErrorFailedToSendMail=Échec de l'envoi du mail (emetteur=%s, destinataire=%s) +ErrorAttachedFilesDisabled=La gestion des fichiers associés est désactivée sur ce serveur +ErrorFileNotUploaded=Le fichier n'a pas été transféré yes=oui Yes=Oui no=non @@ -201,4 +204,6 @@ August=Aout September=Septembre October=Octobre November=Novembre -December=Decembre \ No newline at end of file +December=Decembre +AttachedFiles=Fichiers et documents joints +FileTransferComplete=Le fichier a été transféré avec succès diff --git a/htdocs/soc.php b/htdocs/soc.php index ea0fef80544..0dac9840dc8 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -236,7 +236,7 @@ if ($_GET["action"] == 'create' || $_POST["action"] == 'create') print ''.$langs->trans('Capital').' '.$conf->monnaie.''; - print 'Forme juridique'; + print ''.$langs->trans('JuridicalStatus').''; $form->select_forme_juridique($soc->forme_juridique_code,(defined(COMPANY_CREATE_TWO_STEPS)?$soc->pays_code:0)); print ''; @@ -354,7 +354,7 @@ elseif ($_GET["action"] == 'edit') print ''.$langs->trans("Capital").' '.$conf->monnaie.''; - print 'Forme juridique'; + print ''.$langs->trans('JuridicalStatus').''; $form->select_forme_juridique($soc->forme_juridique_code,0); print ''; @@ -508,7 +508,7 @@ else print ''.$langs->trans('Capital').''.$soc->capital.' '.$conf->monnaie.''; - print 'Forme juridique'.$soc->forme_juridique.''; + print ''.$langs->trans('JuridicalStatus').''.$soc->forme_juridique.''; print ''.$langs->trans("Type").''.$soc->typent.''.$langs->trans("Staff").''.$soc->effectif.'';