
Language files
==============

Language files are simple ANSI text files, encoded with UTF-8.
They must have the extension ".lng"

Each string is saved in a single line in the format "Identifier=Text".

The "Identifier" is case sensitive.

Following special/control characters are available in the "Text":
  \r  Carriage return character
  \n  New line character
  \w  Windows line break (same as "\r\n")
  \t  Tabulator
  \s  Space

Some text can contain placeholders. This placeholders are numbers, encapsulated
in braces (curly brackets), like "{0}" or "{1}".

If you want to display the braces itself, you have to write "{{}" for "{" and
"{}}" for "}".
