TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Kerry on December 12, 2014, 05:07:56 AM

Title: French error
Post by: Kerry on December 12, 2014, 05:07:56 AM

Can anyone add the French translations for the error messages and confirm what I have please.

Code - Auto/Visual Lisp: [Select]
  1.  
  2.       ((member (strcase msg t)
  3.                '("console break" "function cancelled" "quit / exit abort"
  4.                  "somethingFrench"                "fonction annulée" "quitter / sortir abandon")
  5.                  
  6.        )
  7.        (princ "\nFunction Cancelled.") ; <**************
  8.       )
  9.  
  10.  
  11.  

Thanks ..
Title: Re: French error
Post by: Marc'Antonio Alessi on December 12, 2014, 11:59:03 AM
Only italian here:
Code: [Select]
"Function cancelled"                                 "console break"            "quit / exit abort"
"Funzione annullata" "la funzione è stata annullata" "interruzione da tastiera" "esci / continua"
Title: Re: French error
Post by: ymg on December 12, 2014, 01:09:26 PM
Kerry,

Your translation  is correct.

ymg
Title: Re: French error
Post by: Kerry on December 12, 2014, 02:34:37 PM
Still missing

"console break"
Title: Re: French error
Post by: ymg on December 15, 2014, 09:07:17 AM
Kerry,

"Interruption Console" would be a possibility.

ymg