Language (rinoh.language)

class rinoh.language.Language(code, name)

Collects localized strings for a particular language

Parameters:
code : str

short code identifying the language

name : str

native name of the language

languages

Dictionary mapping codes to Languages

The following languages are supported:

rinoh.language.CS = Language('cs', 'Česky')

Localized strings for Česky

SectionTitles

Contents:

Obsah

List_of_figures:

Seznam obrázků

List_of_tables:

Seznam tabulek

Chapter:

Kapitola

Index:

Rejstřík

AdmonitionTitles

Attention:

Pozor!

Caution:

Pozor!

Danger:

!NEBEZPEČÍ!

Error:

Chyba

Hint:

Poznámka

Important:

Důležité

Note:

Poznámka

Tip:

Tip

Warning:

Varování

Seealso:

Viz také

rinoh.language.EN = Language('en', 'English')

Localized strings for English

SectionTitles

Contents:

Table of Contents

List_of_figures:

List of Figures

List_of_tables:

List of Tables

Chapter:

Chapter

Index:

Index

AdmonitionTitles

Attention:

Attention!

Caution:

Caution!

Danger:

!DANGER!

Error:

Error

Hint:

Hint

Important:

Important

Note:

Note

Tip:

Tip

Warning:

Warning

Seealso:

See also

rinoh.language.ES = Language('es', 'Spanish')

Localized strings for Spanish

SectionTitles

Contents:

Contenidos

List_of_figures:

Índice de figuras

List_of_tables:

Índice de tablas

Chapter:

Capítulo

Index:

Índice

AdmonitionTitles

Attention:

¡Atención!

Caution:

¡Cuidado!

Danger:

¡PELIGRO!

Error:

Error

Hint:

Pista

Important:

Importante

Note:

Nota

Tip:

Consejo

Warning:

Precaución

Seealso:

Vea también

rinoh.language.FR = Language('fr', 'Français')

Localized strings for Français

SectionTitles

Contents:

Table des Matières

List_of_figures:

Liste des Figures

List_of_tables:

Liste des Tableaux

Chapter:

Chapitre

Index:

Index

AdmonitionTitles

Attention:

Attention!

Caution:

Prudence!

Danger:

!DANGER!

Error:

Erreur

Hint:

Conseil

Important:

Important

Note:

Note

Tip:

Astuce

Warning:

Avertissement

Seealso:

Voir aussi

rinoh.language.IT = Language('it', 'Italiano')

Localized strings for Italiano

SectionTitles

Contents:

Contenuti

List_of_figures:

Elenco delle Figure

List_of_tables:

Elenco delle Tabelle

Chapter:

Capitolo

Index:

Indice

AdmonitionTitles

Attention:

Attenzione!

Caution:

Prudenza!

Danger:

!PERICOLO!

Error:

Errore

Hint:

Consiglio

Important:

Importante

Note:

Nota

Tip:

Suggerimento

Warning:

Avvertimento

Seealso:

Vedi anche

rinoh.language.NL = Language('nl', 'Nederlands')

Localized strings for Nederlands

SectionTitles

Contents:

Inhoudsopgave

List_of_figures:

Lijst van Figuren

List_of_tables:

Lijst van Tabellen

Chapter:

Hoofdstuk

Index:

Index

AdmonitionTitles

Attention:

Opgelet!

Caution:

Pas op!

Danger:

!GEVAAR!

Error:

Fout

Hint:

Hint

Important:

Belangrijk

Note:

Noot

Tip:

Tip

Warning:

Waarschuwing

Seealso:

Zie ook

rinoh.language.PL = Language('pl', 'Polski')

Localized strings for Polski

SectionTitles

Contents:

Spis Treści

List_of_figures:

Spis Ilustracji

List_of_tables:

Spis Tabel

Chapter:

Rozdział

Index:

Skorowidz

AdmonitionTitles

Attention:

Uwaga!

Caution:

Ostrożnie!

Danger:

!NIEBEZPIECZEŃSTWO!

Error:

Błąd

Hint:

Wskazówka

Important:

Ważne

Note:

Notatka

Tip:

Porada

Warning:

Ostrzeżenie

Seealso:

Zobacz również