Translations:KMail/FAQs Hints and Tips/136/it: Difference between revisions

From KDE UserBase Wiki
(Created page with "* Rendi eseguibile lo script usando {{Input|1=$chmod a+x ~/bin/mail_translate.pl}} * Configuralo in base alle tue necessità. ** Attualmente lo script tradurrà dall'inglese (en)...")
 
No edit summary
 
Line 1: Line 1:
* Rendi eseguibile lo script usando {{Input|1=$chmod a+x ~/bin/mail_translate.pl}}
* Rendi eseguibile lo script usando {{Input|1=$chmod a+x ~/bin/mail_translate.pl}}
* Configuralo in base alle tue necessità.
* Configuralo in base alle tue necessità.
** Attualmente lo script tradurrà dall'inglese (en) all'ebraico (he), probabilmente hai bisogno di un altro tipo di traduzione. Per cambiare queste impostazioni cerca nello script la frase $from_language = 'en' e $to_language = 'he' e sostituisci le parti 'en' e 'he' con la combinazione di cui hai bisogno. Se non sei sicuro, un elenco completo dei codici lingua è disponibile nell'elenco [http://www.loc.gov/standards/iso639-2/php/code_list.php ISO 639-2].
** Attualmente lo script tradurrà dall'inglese (en) all'ebraico (he), probabilmente hai bisogno di un altro tipo di traduzione. Per cambiare queste impostazioni cerca nello script la frase $from_language = 'en' e $to_language = 'he' e sostituisci le parti 'en' e 'he' con la combinazione di cui hai bisogno. Se non sei sicuro, un elenco completo dei codici lingua è disponibile nell'elenco [https://www.loc.gov/standards/iso639-2/php/code_list.php ISO 639-2].

Latest revision as of 13:27, 8 October 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KMail/FAQs Hints and Tips)
* Make the script executable using {{Input|1=$chmod a+x ~/bin/mail_translate.pl}}
* Configuring the script to suit your needs.
** Currently the script will translate from English (en) to Hebrew (he), you probably need another type of translation. To change that settings look inside the script for the phrase $from_language = 'en' and $to_language = 'he' and replace the 'en' and 'he' parts with the combination you need, if you are not sure, a full list of language codes is available from [https://www.loc.gov/standards/iso639-2/php/code_list.php the ISO 639-2] list.
  • Rendi eseguibile lo script usando
    $chmod a+x ~/bin/mail_translate.pl
  • Configuralo in base alle tue necessità.
    • Attualmente lo script tradurrà dall'inglese (en) all'ebraico (he), probabilmente hai bisogno di un altro tipo di traduzione. Per cambiare queste impostazioni cerca nello script la frase $from_language = 'en' e $to_language = 'he' e sostituisci le parti 'en' e 'he' con la combinazione di cui hai bisogno. Se non sei sicuro, un elenco completo dei codici lingua è disponibile nell'elenco ISO 639-2.