Skip to content

Commit

Permalink
Some Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
God Mod committed Dec 26, 2014
1 parent 7d879df commit fca387c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 34 deletions.
75 changes: 43 additions & 32 deletions language/english/lang_main.php
Expand Up @@ -30,38 +30,49 @@
//Source-Language: german

$lang = array(
"siggenerator" => 'Signature generator',
"siggenerator_short_desc" => 'Signature generator',
"siggenerator_long_desc" => 'Creates signatures with Character-Data and Point-information',
"sg_plugin_not_installed" => 'The signature generator-plugin is not installed.',
"sg_manage_signatures" => 'Signature Management',
"sg_manage_fonts" => 'Font Management',
"sg_manage_backgrounds" => 'Background Management',
"sg_add_signature" => 'Add Signature',
"sg_background" => 'Background',
"sg_font" => 'Font',
"sg_font_color" => 'Fontcolor',
"sg_font_border_color" => 'Color Fontborder',
"sg_font_border_size" => 'Width Fontborder',
"sg_position" => 'Position',
"sg_preset" => 'Value',
"sg_add_field" => 'Add field',
"sg_values" => 'Fields',
"sg_delete_field" => 'Delete field',
"sg_live_preview" => 'Live-preview',
"sg_show_label" => 'Show label',
"sg_picture_preset" => 'Charimage module',
"sg_signatur_link" => 'Charactersignatures',
"sg_select_char" => 'Select character',
"sg_bbcode" => 'BB-Code for boards',
"sg_htmlcode" => 'HTML-Code for websites',
"sg_direktlink" => 'Direct link',
"sg_add_font" => 'Add font',
"sg_folder" => 'Folder',
"sg_add_background" => 'Add background',
"sg_font_help" => 'You can upload your own fonts. The fonts must have the .ttf-format. You can download free fonts from Google Fonts.',
"sg_background_help" => 'You can upload your own background. The best resolution is 500px width and 100px height. Other resolutions are possible, but can cause problems.',

'eqdkp_sso' => 'EQdkp Plus SSO',

// Description
'eqdkp_sso_short_desc' => 'EQdkp Plus SSO',
'eqdkp_sso_long_desc' => 'Single Sign On for multiple EQdkp Plus Installations',

'es_plugin_not_installed'=> 'The EQdkp Plus SSO-Plugin is not installed.',
'es_fs_general' => 'General',
'es_fs_master' => 'Master-Settings',
'es_fs_slave' => 'Slave-Settings',
'es_f_own_sso_type' => 'System-Type',
'es_f_help_own_sso_type' => 'In a EQdkp Plus SSO Cluster, there must be only one Master. All others have to be slaves.',
'es_f_own_master_key' => 'Own Masterkey',
'es_f_own_uniqueid' => 'Own unique Installation-ID',
'es_f_master_key' => 'Masterkey',
'es_f_help_master_key' => 'Insert here the Masterkey of the Master EQdkp Plus.',
'es_f_db_type' => 'Database Connection',
'es_f_help_db_type' => 'Select how to connect to the Master.',
'es_db_types' => array(
'Same database', 'Other database', 'Use bridge connection'
),
'es_f_db_host' => 'Database host',
'es_f_db_user' => 'Database user',
'es_f_db_password' => 'Database password',
'es_f_db_database' => 'Database name',
'es_f_db_prefix' => 'Installation prefix',
'es_f_help_db_prefix' => 'The prefix of the Master EQdkp Plus Installation, e.g. "eqdkp20_"',
'es_slaves' => 'Slaves',
'es_add_slave' => 'Add Slave',
'es_edit_slave' => 'Edit Slave',
'es_fs_db_infos' => 'Connection information',
'es_f_name' => 'Name of Slave',
'es_f_uniqueid' => 'Unique Installation-ID of Slave',
'es_f_cookie_name' => 'Cookiename of Slave',
'es_f_domain' => 'Domain of Slave',
'es_f_help_domain' => 'Insert the Domain (incl. subdomains if used) of the slave, e.g. mydomain.com, or eqdkp.yourdomain.eu',
'es_master_conn_true' => 'The connection with the master was successful. You can now add this slave to the Master by clicking on the button at the bottom.',
'es_sendto_master' => 'Send slave to master',
'es_sendto_master_error' => 'Slave could not be sent to master. Please check the master connection.',
'es_sendto_master_success' => 'Slave was sent successfully to Master.',
'es_domain' => 'Domain',
'es_uniqueid' => 'Unique ID',
'es_cookie_name' => 'Cookie-Name',
);

?>
10 changes: 8 additions & 2 deletions language/german/lang_main.php
Expand Up @@ -36,10 +36,13 @@
'es_fs_master' => 'Master-Einstellungen',
'es_fs_slave' => 'Slave-Einstellungen',
'es_f_own_sso_type' => 'System-Typ',
'es_f_help_own_sso_type' => 'In einem EQdkp-Verbund darf es nur einen Master geben, alle anderen Systeme müssen als Slaves konfiguriert sein.',
'es_f_own_master_key' => 'Eigener Master-Key',
'es_f_own_uniqueid' => 'Eigene Installations-ID',
'es_f_master_key' => 'Master-Key',
'es_f_help_master_key' => 'Trage hier den Master-Key des Masters ein.',
'es_f_db_type' => 'Datenbankverbindung',
'es_f_help_db_type' => 'Wähle aus, wie der Master zu erreichen ist.',
'es_db_types' => array(
'Selbe Datenbank', 'Andere Datenbank', 'Bridge-Verbindung verwenden'
),
Expand All @@ -48,7 +51,7 @@
'es_f_db_password' => 'Datenbank-Passwort',
'es_f_db_database' => 'Datenbank-Name',
'es_f_db_prefix' => 'Installations-Prefix',
'es_f_help_db_prefix' => 'Das Prefix der EQdkp Plus Installation in der angegebenen Datenbank, z.B. "eqdkp20_"',
'es_f_help_db_prefix' => 'Das Prefix der Master EQdkp Plus Installation, z.B. "eqdkp20_"',
'es_slaves' => 'Slaves',
'es_add_slave' => 'Slave hinzufügen',
'es_edit_slave' => 'Slave bearbeiten',
Expand All @@ -60,8 +63,11 @@
'es_f_help_domain' => 'Trage hier die Domain (inkl. Subdomain) ein, z.B. mydomain.com, oder eqdkp.yourdomain.eu',
'es_master_conn_true' => 'Die Verbindung mit dem Master war erfolgreich. Du kannst deinen Slave nun beim Master eintragen lassen, in dem du die Schaltfläche dafür verwendest.',
'es_sendto_master' => 'Diesen Slave an den Master senden',
'es_sendto_master_error' => 'Der Slave konnt nicht im Master eingetragen werden. Bitte überprüfe die Verbindung zum Master.',
'es_sendto_master_error' => 'Der Slave konnte nicht im Master eingetragen werden. Bitte überprüfe die Verbindung zum Master.',
'es_sendto_master_success' => 'Dieser Slave wurde erfolgreich im Master eingetragen.',
'es_domain' => 'Domain',
'es_uniqueid' => 'Eindeutige ID',
'es_cookie_name' => 'Cookie-Name',
);

?>

0 comments on commit fca387c

Please sign in to comment.