![]()  | 
    
       Type in a command, or "ls dictionary" to search all commands for "dictionary", etc. 
      
     | 
  
NAME
     tru - Translate words into/from RUssian language. Thesaurus in RUssian.
SYNOPSIS
     tru [WORDS [-lang [LANGUAGE]]]
EXAMPLES
     tru
         Without input words the command just open the main page
         http://lingvo.yandex.ru/
     Translate INTO Russian:
         tru mother
         tru mother -lang en
             - the English word `mother' (en -> ru)
         tru Mutti
         tru Mutti -lang de
             - the German word `Mutti'   (de -> ru)
         tru maman
         tru maman -lang fr
             - the French words `maman'  (fr -> ru)
     (Both a short form of the command (without -lang option) and a complete one do the same in the most cases)
     Translate FROM Russian:
         tru мама
         tru мама -lang en
             - to English (ru -> en)
         tru мама -lang it
             - to Italian (ru -> it)
         tru мама -lang es
             - to Spanish (ru -> es)
     Translate from Russian to Russian (Look up a definition in explanatory dictionary ):
         tru мама -lang ru
             Search for a definition of the word `мама' in thesaurus
DESCRIPTION
     Translate words into/from RUssian language. Thesaurus in RUssian.
     Supported languages (dictionaries):
         * (en) English  (en-ru, ru-en)
         * (de) German   (de-ru, ru-de)
         * (fr) French   (fr-ru, ru-fr)
         * (it) Italian  (it-ru, ru-it)
         * (es) Spanish  (es-ru, ru-es)
         * (ru) Russian  (ru-ru thesaurus)
     Without options it translates given non-russian words into Russian, and russian words -- into English 
     (the last one could be customized on the main page).
     OPTIONS
         a) Input words are not in Russian:
         -lang FROM_LANGUAGE
             where FROM_LANGUAGE is one of: en | de | fr | it | es
             translate into Russian from the FROM_LANGUAGE using corresponding FROM_LANGUAGE -> ru dictionaries
         b) Input words are Russian:
         -lang INTO_LANGUAGE
             where INTO_LANGUAGE is one of: en | de | fr | it | es 
             translate given russian words into INTO_LANGUAGE language
         -lang ru
             special meaning: look up a definition of russian words instead of translation.
             That is in this case it translates into Russian from Russian :)
     See EXAMPLES for detailed option usage.
NOTES
     Set character encoding to UTF-8 to see it properly.