added: language file specification updated according to new "link" feature of messages
added: some AdviceMessages
This commit is contained in:
parent
ec2b713836
commit
0eeeda7036
5 changed files with 31 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
||||||
Name = deutsch
|
Name = Deutsch
|
||||||
|
|
||||||
Status = $Id$
|
Status = $Id$
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Name = english
|
Name = English
|
||||||
|
|
||||||
Status = $Id$
|
Status = $Id$
|
||||||
|
|
||||||
|
@ -119,24 +119,6 @@ WarningMessage {
|
||||||
Title = The container is mounted
|
Title = The container is mounted
|
||||||
Text = This action is not available while the container is active. Please turn it off first.
|
Text = This action is not available while the container is active. Please turn it off first.
|
||||||
}
|
}
|
||||||
|
|
||||||
ReadOnlyConfig {
|
|
||||||
Title = Settings can not be stored
|
|
||||||
Text = If you want to store your settings permanently, then you should create a configuration partition. Go to "Preferences -> Disk Partitioning" in order to do this.
|
|
||||||
Link {
|
|
||||||
Text = Create configuration partition
|
|
||||||
Link = BASE_LINK/plugins/partition
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
NoSSL {
|
|
||||||
Title = Unencrypted connection
|
|
||||||
Text = You should use https instead of http to connect to the CryptoBox. Otherwise your passwords are open to other users of your network.
|
|
||||||
Link {
|
|
||||||
Text = Use encrypted connection
|
|
||||||
Link = https://CURRENT_LINK
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,6 +145,23 @@ SuccessMessage {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
EnvironmentWarning {
|
||||||
|
|
||||||
|
ReadOnlyConfig {
|
||||||
|
Text = Read-only setup detected - probably you should create a configuration partition.
|
||||||
|
Link.Text = Initialize partition
|
||||||
|
Link.Rel = partition
|
||||||
|
}
|
||||||
|
|
||||||
|
NoSSL {
|
||||||
|
Text = The connection is not encrypted - passwords can be easily intercepted.
|
||||||
|
Link.Text = Use encrypted connection
|
||||||
|
Link.Prot = https
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ErrorMessage {
|
ErrorMessage {
|
||||||
|
|
||||||
UnknownAction {
|
UnknownAction {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Name = francais
|
Name = Francais
|
||||||
|
|
||||||
Status = $Id$
|
Status = $Id$
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,14 @@ the language (e.g.: English, German, French, ...).
|
||||||
Attributes:
|
Attributes:
|
||||||
Title - title of the message
|
Title - title of the message
|
||||||
Text - text of the message
|
Text - text of the message
|
||||||
Link.Text - (optional) textual representation of a link
|
Link.Text - textual representation of a link
|
||||||
Lint.Link - (optional) href 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
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Name = slovenščina
|
Name = Slovenščina
|
||||||
|
|
||||||
Status = $Id$
|
Status = $Id$
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue