cryptonas-branches/pythonrewrite/lang/language_specification.txt

25 lines
806 B
Plaintext

Some important notes regarding the language files:
1) language file informations
The toplevel attribute "Name" is mandatory and should represent the local name of
the language (e.g.: English, German, French, ...).
2) warning/success messages
Attributes:
Title - title of the message
Text - text of the message
Link.Text - textual representation of a link
Link.Abs - absolute URL e.g. http://cryptobox.org/trac
Link.Prot - http|https
Link.Rel - relative url (based on the cgi root)
All values are optional, but you should follow these rules:
- at least one of "Title" and "Text" should be defined
- if there are "Link" attributes, then you should also define "Link.Text"
- "Link.Abs" can not be combined with "Link.Prot" or "Link.Rel"
- "Link.Rel" and "Link.Prot" may be used together