36 lines
1.9 KiB
PHP
36 lines
1.9 KiB
PHP
<?php
|
|
|
|
if (!defined('WHMCS')) {
|
|
die('This file cannot be accessed directly');
|
|
}
|
|
|
|
$_LANG['hexagamecloud_manage_panel'] = 'Im GameCloud-Panel verwalten';
|
|
$_LANG['hexagamecloud_action_start'] = 'Server starten';
|
|
$_LANG['hexagamecloud_action_stop'] = 'Server stoppen';
|
|
$_LANG['hexagamecloud_action_restart'] = 'Server neu starten';
|
|
$_LANG['hexagamecloud_action_backup'] = 'Backup erstellen';
|
|
$_LANG['hexagamecloud_server_overview'] = 'Spieleserver-Übersicht';
|
|
$_LANG['hexagamecloud_server_name'] = 'Servername';
|
|
$_LANG['hexagamecloud_status'] = 'Status';
|
|
$_LANG['hexagamecloud_join_address'] = 'Join-Adresse';
|
|
$_LANG['hexagamecloud_edition'] = 'Edition';
|
|
$_LANG['hexagamecloud_software'] = 'Software';
|
|
$_LANG['hexagamecloud_version'] = 'Version';
|
|
$_LANG['hexagamecloud_plan'] = 'Tarif';
|
|
$_LANG['hexagamecloud_ram'] = 'Arbeitsspeicher';
|
|
$_LANG['hexagamecloud_next_due'] = 'Nächstes Abrechnungsdatum';
|
|
$_LANG['hexagamecloud_suspend_status'] = 'Abrechnungssperre';
|
|
$_LANG['hexagamecloud_api_unavailable'] = 'GameCloud ist vorübergehend nicht erreichbar. Es können zwischengespeicherte Daten angezeigt werden.';
|
|
$_LANG['hexagamecloud_last_sync'] = 'Letzte erfolgreiche Synchronisierung';
|
|
$_LANG['hexagamecloud_not_provisioned'] = 'Dieser Dienst wurde in GameCloud noch nicht bereitgestellt.';
|
|
$_LANG['hexagamecloud_admin_server_id'] = 'GameCloud-Server-ID';
|
|
$_LANG['hexagamecloud_admin_user_id'] = 'GameCloud-Benutzer-ID';
|
|
$_LANG['hexagamecloud_admin_link_status'] = 'Verknüpfungsstatus';
|
|
$_LANG['hexagamecloud_admin_technical_status'] = 'Technischer Status';
|
|
$_LANG['hexagamecloud_admin_node'] = 'Node';
|
|
$_LANG['hexagamecloud_admin_host_port'] = 'Host-Port';
|
|
$_LANG['hexagamecloud_admin_correlation_note'] = 'Admin-Korrelationsnotiz';
|
|
$_LANG['hexagamecloud_admin_last_sync'] = 'Letzte Synchronisierung';
|
|
$_LANG['hexagamecloud_suspended_yes'] = 'Gesperrt';
|
|
$_LANG['hexagamecloud_suspended_no'] = 'Aktiv';
|