Blame view
sources/apps/imprint/l10n/en_GB.php
1022 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Legal notice" => "Legal notice", "Nothing here yet" => "Nothing here yet", "The content of the legal notice has to be configured first" => "The content of the legal notice has to be configured first", "That configuration is done in the administration section." => "That configuration is done in the administration section.", "That configuration has to be done by the system administration." => "That configuration has to be done by the system administrator.", "Imprint" => "Imprint", "Placement" => "Placement", "Standalone app" => "Standalone app", "Header left" => "Header left", "Header right" => "Header right", "Navigation top" => "Navigation top", "Navigation bottom" => "Navigation bottom", "During login" => "During login", "Content" => "Content", "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "You can use HTML markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." ); |