Browse Source

add lang keys

andre 4 years ago
parent
commit
37e66cc530
1 changed files with 68 additions and 4 deletions
  1. 68 4
      langs/german.php

+ 68 - 4
langs/german.php

@@ -161,6 +161,14 @@ $_LANG['serverAA']['product']['mainContainer']['mainForm']['defaultConfiguration
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['defaultConfigurationSection']['rightSection']['customconfigoption[snapshotMaxFiles]']['tip'] = 'Enter the maximum number of snapshots or type in -1 to set it as unlimited';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['containerSection']['rightSection']['customconfigoption[swap]']['customconfigoption[swap]'] = 'SWAP For VM [MiB]';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['containerSection']['rightSection']['customconfigoption[swap]']['tip'] = 'Enter the number of SWAP files for the VM';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['defaultConfigurationSection']['rightSection']['customconfigoption[snapshotJobs]']['customconfigoption[snapshotJobs]'] = 'Snapshot Jobs';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['defaultConfigurationSection']['rightSection']['customconfigoption[snapshotJobs]']['tip'] = 'Enter the maximum number of snapshot jobs or type in -1 to set it as unlimited';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['leftSection']['customconfigoption[permissionSnapshotJobPeriod][]']['customconfigoption[permissionSnapshotJobPeriod][]'] = 'Snapshot Job Period';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['leftSection']['customconfigoption[permissionSnapshotJobPeriod][]']['tip'] = 'Select the snapshot job period that should be available in the client area';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['rightSection']['customconfigoption[permissionSnapshotJob]']['customconfigoption[permissionSnapshotJob]'] = 'Snapshot Jobs';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['rightSection']['customconfigoption[permissionSnapshotJob]']['tip'] = 'If enabled, a client will be able to create the "Snapshot Job"  on their server';
+$_LANG['serverAA']['configOptions']['hourly'] = 'Hourly';
+$_LANG['serverAA']['configOptions']['daily'] = 'Daily';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['defaultConfigurationSection']['leftSection']['customconfigoption[swap]']['customconfigoption[swap]']= 'SWAP For VM [MiB]';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['defaultConfigurationSection']['leftSection']['customconfigoption[swap]']['tip']  = 'Enter the number of SWAP files for the VM';
 //Server Limits
@@ -193,6 +201,10 @@ $_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['lef
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['leftSection']['customconfigoption[serverIpv4]']['tip'] = 'min-max';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['leftSection']['customconfigoption[serverSwap]']['customconfigoption[serverSwap]'] = 'SWAP';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['leftSection']['customconfigoption[serverSwap]']['tip'] = 'min-max [MB]';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['rightSection']['customconfigoption[serverVirtualInterfaces]']['customconfigoption[serverVirtualInterfaces]'] = 'Virtual Interfaces';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['rightSection']['customconfigoption[serverVirtualInterfaces]']['tip'] = 'min-max ';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['leftSection']['customconfigoption[serverVirtualInterfaces]']['customconfigoption[serverVirtualInterfaces]'] = 'Virtual Interfaces';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['serverSection']['leftSection']['customconfigoption[serverVirtualInterfaces]']['tip'] = 'min-max';
 
 //network
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['networkSection']['networkSection'] = 'Network';
@@ -385,6 +397,8 @@ $_LANG['serverAA']['product']['mainContainer']['mainForm']['firewallOptionSectio
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['firewallOptionSection']['rightSection']['customconfigoption[firewalOptionDhcp]']['customconfigoption[firewalOptionDhcp]'] = 'Enable DHCP';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['firewallOptionSection']['rightSection']['customconfigoption[firewalOptionRadv]']['customconfigoption[firewalOptionRadv]'] = 'Allow Router Advertisement';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['firewallOptionSection']['rightSection']['customconfigoption[firewalOptionIpfilter]']['customconfigoption[firewalOptionIpfilter]'] = 'IP Filter';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['firewallOptionSection']['leftSection']['customconfigoption[firewalOptionPolicyIn]']['customconfigoption[firewalOptionPolicyIn]'] = 'Input Policy';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['firewallOptionSection']['rightSection']['customconfigoption[firewalOptionPolicyOut]']['customconfigoption[firewalOptionPolicyOut]'] = 'Output Policy';
 //cloud init
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['cloudInitSection'] = 'Cloud-Init';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['leftSection']['customconfigoption[cloudInit]']['customconfigoption[cloudInit]'] = 'Cloud-Init';
@@ -395,6 +409,8 @@ $_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['rightSection']['customconfigoption[ciuser]']['tip'] = 'Enter the username to change SSH keys and password instead of using the image\'s configured default user';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['leftSection']['customconfigoption[cicustom]']['customconfigoption[cicustom]'] = 'Custom Cloud-Init Configuration';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['leftSection']['customconfigoption[cicustom]']['tip'] = "Specify custom files to replace the automatically generated ones at start";
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['rightSection']['customconfigoption[cloudInitStorage]']['customconfigoption[cloudInitStorage]'] = 'Storage';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['cloudInitSection']['rightSection']['customconfigoption[cloudInitStorage]']['tip'] = 'Select storage for Cloud-Init';
 //guest agent
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['guestAgentSection']['guestAgentSection'] = 'Guest Agent';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['guestAgentSection']['leftSection']['customconfigoption[agentPassword]']['customconfigoption[agentPassword]'] = 'Allow To Set Password';
@@ -453,6 +469,8 @@ $_LANG['serverAA']['product']['mainContainer']['mainForm']['miscellaneousSection
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['networkSection']['rightSection']['customconfigoption[tags][]']['ip_manager_integration_tag'] = 'Tag';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['miscellaneousSection']['leftSection']['customconfigoption[detailsView]']['customconfigoption[detailsView]'] = 'Details View';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['miscellaneousSection']['leftSection']['customconfigoption[detailsView]']['tip'] = 'Select Virtual Machine details view.';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['miscellaneousSection']['leftSection']['customconfigoption[orderPublicIp]']['customconfigoption[orderPublicIp]'] = 'Order Public IP Addresses';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['miscellaneousSection']['leftSection']['customconfigoption[orderPublicIp]']['tip'] = 'Order public IP addresses on create account';
 $_LANG['serverAA']['configOptions']['Standard'] = 'Standard';
 $_LANG['serverAA']['configOptions']['Combined'] = 'Combined';
 $_LANG['serverAA']['configOptions']['Buttons'] ='Buttons';
@@ -602,6 +620,14 @@ $_LANG['serverAA']['configOptions']['cpu'] = 'CPU';
 $_LANG['serverAA']['configOptions']['memory'] = 'Memory';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['leftSection']['customconfigoption[calculateSocketsAndCores]']['customconfigoption[calculateSocketsAndCores]'] = 'Calculate Sockets And Cores';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['leftSection']['customconfigoption[calculateSocketsAndCores]']['tip'] = 'Enable automatically  sockets and cores calculations';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['leftSection']['customconfigoption[permissionBackupCompress][]']['customconfigoption[permissionBackupCompress][]'] = 'Backup Compression';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['leftSection']['customconfigoption[permissionBackupCompress][]']['description'] = 'Select the backup compression that should be available in the client area or leave blank to enable all.';
+$_LANG['LZO (fast)'] = 'LZO (fast)';
+$_LANG['GZIP (good)'] = 'GZIP (good)';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['rightSection']['customconfigoption[permissionArchive]']['customconfigoption[permissionArchive]'] = 'Archive';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['rightSection']['customconfigoption[permissionArchive]']['tip'] = 'Enable Archive';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['rightSection']['customconfigoption[archive][]']['customconfigoption[archive][]'] = 'Archives';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['clientAreaSection']['rightSection']['customconfigoption[archive][]']['tip'] = 'Select the archives that should be available in the client area';
 //Additional KVM Configuration
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['advancedSection']['advancedSection'] = 'Additional KVM Configuration';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['advancedSection']['leftSection']['customconfigoption[balloon]']['customconfigoption[balloon]'] = 'Minimum RAM For VM [MiB]';
@@ -916,6 +942,10 @@ $_LANG['serverAA']['product']['mainContainer']['mainForm']['cpuPrioritySection']
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cpuPrioritySection']['rightSection']['customconfigoption[cpulimitPriority4]']['tip'] = 'Provide High CPU Limit';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cpuPrioritySection']['rightSection']['customconfigoption[cpulimitPriority5]']['customconfigoption[cpulimitPriority5]'] = 'Very High CPU Limit';
 $_LANG['serverAA']['product']['mainContainer']['mainForm']['cpuPrioritySection']['rightSection']['customconfigoption[cpulimitPriority5]']['tip'] = 'Provide Very High CPU Limit';
+$_LANG['serverAA']['adminServicesTabFields']['migrateModal']['migrateForm']['with-local-disks']['with-local-disks'] = 'Migration With Local Disks';
+$_LANG['serverAA']['adminServicesTabFields']['migrateModal']['migrateForm']['with-local-disks']['tip'] = 'Migration with local disks might take a while.';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['loadBalancerSection']['rightSection']['customconfigoption[loadBalancerMigrationWithLocalDisks]']['customconfigoption[loadBalancerMigrationWithLocalDisks]'] = 'Migration With Local Disks';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['loadBalancerSection']['rightSection']['customconfigoption[loadBalancerMigrationWithLocalDisks]']['tip'] = 'Run migration with local disks';
 /* * ********************************************************************************************************************
  *                                                    Templates                                                      *
  * ******************************************************************************************************************** */
@@ -925,6 +955,7 @@ $_LANG['template']['Debian 9.0 Standard 9.7 1 Amd64'] = 'Debian 9.0 Standard 9.7
 $_LANG['template']['VM 9000'] = 'Ubuntu';
 $_LANG['template']['Installation From ISO Image']='Installation From ISO Image';
 $_LANG['template']['installationFromIso']='Installation From ISO Image';
+$_LANG['template']['InstallationFromArchive']='Installation From Archive';
 $_LANG['template_desc']['Template contains  Ubuntu Server 18.04 LTS (Bionic Beaver) daily builds'] ='Template contains  Ubuntu Server 18.04 LTS (Bionic Beaver) daily builds';
 //Virtual Machines
 $_LANG['serverAA']['home']['mainContainer']['dataTable']['table']['vmid'] = 'VMID';
@@ -952,6 +983,7 @@ $_LANG['serverAA']['home']['mainContainer']['ipAddressDataTable']['table']['mac_
 $_LANG['serverAA']['home']['mainContainer']['ipAddressDataTable']['table']['subnet_mask'] = 'Subnet Mask';
 $_LANG['serverAA']['home']['mainContainer']['ipAddressDataTable']['table']['gateway'] = 'Gateway';
 $_LANG['serverAA']['home']['mainContainer']['ipAddressDataTable']['deleteButton']['button']['deleteButton'] = 'Delete';
+$_LANG['serverAA']['home']['mainContainer']['dataTable']['table']['node'] = 'Node';
 //delete ip address
 $_LANG['serverAA']['adminServicesTabFields']['deleteModal']['modal']['deleteModal'] = 'Delete IP Address';
 $_LANG['serverAA']['adminServicesTabFields']['deleteModal']['deleteForm']['confirmDelete'] = 'Are you sure that you want to delete the :ip: IP address?';
@@ -1190,6 +1222,8 @@ $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['gene
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['sshkeys']['sshkeys'] = 'SSH Key';
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['sshkeys']['description'] = 'SSH key in OpenSSH Format angeben';
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['baseSubmitButton']['button']['submit'] = 'Server erstellen';
+$_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['archive']['archive'] = 'Archiv';
+$_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['archive']['desciption'] = 'Archiv auswählen';
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['netdisk']['virtualNetworkSection']['virtualNetworkSection'] = 'Virtuelle Netzwerke'   ;
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['netdisk']['virtualNetworkSection']['Add New Virtual Network'] ='Virtuelles Netzwerk hinzufügen';
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['netdisk']['virtualNetworkSection']['Virtual Network'] ='Netzwerke';
@@ -1220,6 +1254,14 @@ $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['isoDataTable'] = 'ISO A
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['dataTable']['Select the template for reinstallation. If you proceed, all data located on the virtual machine will be lost.'] = 'Wählen Sie das Template für die Neuinstallation aus. Wenn Sie fortfahren, gehen alle Daten auf der virtuellen Maschine verloren.';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['dataTable']['table']['name'] = 'Name';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['dataTable']['isoInstallButton']['button']['isoInstallButton'] = 'Installieren';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['detailTab']['baseStandaloneFormExtSections']['generalSection']['ipv4']['ipv4'] = 'IPv4 Addressen';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['detailTab']['baseStandaloneFormExtSections']['generalSection']['ipv4']['description'] = 'Anzahl der IPv4 Adressen für Server';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['detailTab']['baseStandaloneFormExtSections']['generalSection']['ipv6']['ipv6'] = 'IPv6 Addressen';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['detailTab']['baseStandaloneFormExtSections']['generalSection']['ipv6']['description'] = 'Anzahl der IPv6 Adressen für Server';
+$_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['ipv4']['ipv4'] = 'IPv4 Addressen';
+$_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['ipv4']['description'] = 'Anzahl der IPv4 Adressen für Server';
+$_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['ipv6']['ipv6'] = 'IPv6 Addressen';
+$_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['ipv6']['description'] = 'Anzahl der IPv6 Adressen für Server';
 $_LANG['Enable'] = 'Aktivieren';
 $_LANG['Disable'] = 'Deaktivieren';
 $_LANG['serverCA']['vm']['mainContainer']['baseStandaloneFormExtSections']['generalSection']['cpuPriority']['cpuPriority'] = 'CPU Priorität';
@@ -1506,6 +1548,8 @@ $_LANG['serverCA']['vm']['createVirtualInterfaceModal']['createForm']['vn_id']['
 $_LANG['serverCA']['vm']['createVirtualInterfaceModal']['createForm']['ip']['ip'] = 'IP Adresse auswählen';
 $_LANG['serverCA']['vm']['createVirtualInterfaceModal']['baseAcceptButton']['title'] = 'Hinzufügen';
 $_LANG['serverCA']['vm']['createVirtualInterfaceModal']['baseCancelButton']['title'] = 'Abbruch';
+$_LANG['Select the Virtual Network'] = 'Virtuelles Netzwerk auswählen';
+$_LANG['You are not able to set :virtual_interfaces: of the virtual inferfaces. The  available virtual interfec is: :max:'] = 'Es ist nicht möglich, :virtual_interfaces: zu erstellen. Die maximale Anzahl an virtuellen Netzwerken ist: :max:';
 //delete
 $_LANG['serverCA']['vm']['deletevirtualInterfaceModal']['modal']['deletevirtualInterfaceModal'] = 'Virtuelles Netzwerk löschen';
 $_LANG['serverCA']['vm']['deletevirtualInterfaceModal']['deleteForm']['confirmDelete'] = 'Sind Sie sicher, dass Sie dieses virtuelle Netzwerk entfernen möchten?';
@@ -1561,9 +1605,8 @@ $_LANG['serverCA']['vm']['deleteMassModal']['deleteMassForm']['confirmDeleteMass
 $_LANG['serverCA']['vm']['deleteMassModal']['baseAcceptButton']['title'] = 'Bestätigen';
 $_LANG['serverCA']['vm']['deleteMassModal']['baseCancelButton']['title']  = 'Abbruch';
 $_LANG['The snapshots have been deleted successfully'] = 'Die ausgewählten Snapshots wurden erfolgreich gelöscht';
-// snapshotjobs
+//snapshot jobs
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['jobDataTableTitle'] = 'Snapshot Aufträge';
-
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['jobDataTable']['createJobButton']['button']['createJobButton'] = 'Neuer Auftrag';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['jobDataTable']['deleteJobMassButton']['button']['deleteJobMassButton'] = 'Löschen';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['jobDataTable']['table']['name'] = 'Name';
@@ -1583,6 +1626,7 @@ $_LANG['serverCA']['vm']['Thursday'] = 'Donnerstag';
 $_LANG['serverCA']['vm']['Friday'] = 'Freitag';
 $_LANG['serverCA']['vm']['Saturday'] = 'Samstag';
 $_LANG['serverCA']['vm']['Sunday'] = 'Sonntag';
+//create
 $_LANG['serverCA']['vm']['createJobModal']['modal']['createJobModal'] = 'Neuer Snapshot Auftrag';
 $_LANG['serverCA']['vm']['createJobModal']['createJobForm']['period']['period'] = 'Periode';
 $_LANG['serverCA']['vm']['createJobModal']['createJobForm']['run_every']['run_every'] = 'Ausführen alle';
@@ -1605,6 +1649,7 @@ $_LANG['serverCA']['vm']['createJobModal']['createJobForm']['start_time']['start
 $_LANG['Snapshot Job :name: has been created successfully'] ='Der Snapshot Auftrag :name: wurde erfolgreich erstellt';
 $_LANG['serverCA']['vm']['Every :run_every: hour'] ='Jede :run_every: Stunde';
 $_LANG['serverCA']['vm']['Every :run_every: hours'] ='Alle :run_every: Stunden';
+//update
 $_LANG['serverCA']['vm']['updateJobModal']['modal']['updateJobModal'] = 'Snapshot Auftrag bearbeiten';
 $_LANG['serverCA']['vm']['updateJobModal']['updateJobForm']['period']['period'] = 'Periode';
 $_LANG['serverCA']['vm']['updateJobModal']['updateJobForm']['run_every']['run_every'] = 'Ausführen alle';
@@ -1616,6 +1661,7 @@ $_LANG['serverCA']['vm']['updateJobModal']['baseCancelButton']['title'] = 'Abbre
 $_LANG['serverCA']['vm']['updateJobModal']['updateJobForm']['days']['days'] = 'Tage';
 $_LANG['serverCA']['vm']['updateJobModal']['updateJobForm']['start_time']['start_time'] = 'Startzeit';
 $_LANG['Snapshot Job :name: has updated successfully'] = 'Der Snapshot Auftrag :name: wurde erfolgreich bearbeitet';
+//delete
 $_LANG['serverCA']['vm']['deleteJobModal']['modal']['deleteJobModal'] = 'Snapshot Auftrag löschen';
 $_LANG['serverCA']['vm']['deleteJobModal']['deleteJobForm']['conforimJobDelete'] = 'Möchten Sie den Snapshot Auftrag :name: wirklich löschen?';
 $_LANG['serverCA']['vm']['deleteJobModal']['baseAcceptButton']['title'] =  'Bestätigen';
@@ -1635,6 +1681,7 @@ $_LANG['The selected snapshot jobs have been deleted successfully'] = 'Die ausge
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['backupTabName']['backupDataTableTitle'] = 'Sicherungen';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['backupTabName']['backupJobDataTable'] = 'Sicherungsaufträge';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['backupTabName']['resourcesContainerTitle'] = 'Kontingente';
+$_LANG['The maximum number of backup files has been exceeded. Please remove the old backup files.'] = 'Die maximale Anzahl an Backups ist erreicht. Bitte alte Backups löschen!';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['backupTabName']['backupDataTableName']['createButton']['button']['createButton'] = 'Sicherung erstellen';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['backupTabName']['backupDataTableName']['deleteMassButton']['button']['deleteMassButton'] = 'Sicherungn löschen';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['backupTabName']['backupDataTableName']['table']['date'] = 'Datum';
@@ -1746,6 +1793,9 @@ $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['dataTabl
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['dataTable']['table']['comment'] = 'Anmerkung';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['dataTable']['updateButton']['button']['updateButton'] = 'Aktualisieren';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['dataTable']['deleteButton']['button']['deleteButton'] = 'Löschen';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['table']['pos'] = 'Position';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['upRuleButton']['button']['upRuleButton'] = 'Nach oben verschieben';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['downRuleButton']['button']['downRuleButton'] = 'Nach unten verschieben';
 //options
 $_LANG['serverCA']['vm']['log_level_in'] = 'Log Level In';
 $_LANG['serverCA']['vm']['log_level_out'] = 'Log Level Out';
@@ -1798,6 +1848,15 @@ $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewall
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['table']['comment'] = 'Anmerkung';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['updateButton']['button']['updateButton'] = 'Bearbeiten';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['deleteButton']['button']['deleteButton'] = 'Löschen';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['buttonBase']['downloadButton']['button']['downloadButton'] = 'Regeln herunterladen';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['firewallTab']['firewallDataTable']['buttonBase']['restoreButton']['button']['restoreButton'] = 'Regeln wiederherstellen';
+$_LANG['serverCA']['vm']['restoreModal']['modal']['restoreModal'] = 'Firewall Regeln wiederherstellen';
+$_LANG['serverCA']['vm']['restoreModal']['restoreForm']['rules']['rules'] = 'Sicherungsdatei';
+$_LANG['serverCA']['vm']['restoreModal']['baseAcceptButton']['title'] = 'Speichern';
+$_LANG['serverCA']['vm']['restoreModal']['baseCancelButton']['title'] = 'Abbruch';
+$_LANG['The file with firewall rules is empty or invalid']= 'Die Datei mit den Firewall Regeln ist leer oder defekt';
+$_LANG['The firewall rules have been restored successfully'] = 'Die Firewall Regeln wurden wiederhergestellt';
+$_LANG['errorCodeMessage']['The maximum number of firewall rules has been exceeded. Please remove the old firewall rules.'] ='Die maximale Anzahl an Firewall Regeln wurde erreicht. Bitte alte Regeln entfernen..';
 //create
 $_LANG['serverCA']['vm']['venet'] = 'Venet';
 $_LANG['serverCA']['vm']['Microsoft Remote Desktop Protocol traffic'] = 'Microsoft Remote Desktop Protocol traffic';
@@ -2099,7 +2158,6 @@ $_LANG['serverCA']['home']['deleteModal']['modal']['deleteModal'] = 'Template l
 $_LANG['serverCA']['home']['deleteModal']['deleteForm']['confirmDelete'] = 'Möchten Sie das ausgewählte Template wirklich löschen?';
 $_LANG['serverCA']['home']['deleteModal']['baseAcceptButton']['title'] = 'Bestätigen';
 $_LANG['serverCA']['home']['deleteModal']['baseCancelButton']['title'] = 'Abbruch';
-$_LANG['The Template has been deleted successfully'] = 'Das ausgewählte Template wurde erfolgreich gelöscht';
 //New Template
 $_LANG['serverCA']['customTemplate']['createModal']['modal']['createModal'] = 'Neues Template';
 $_LANG['serverCA']['customTemplate']['createModal']['createForm']['confirmCreate'] = 'Der Server wird in ein Template konvertiert';
@@ -2120,4 +2178,10 @@ $_LANG['serverCA']['customTemplate']['deleteModal']['deleteForm']['confirmDelete
 $_LANG['serverCA']['customTemplate']['deleteModal']['baseAcceptButton']['title'] = 'Bestätigen';
 $_LANG['serverCA']['customTemplate']['deleteModal']['baseCancelButton']['title'] = 'Abbruch';
 $_LANG['The Template has been deleted successfully'] = 'Das ausgewählte Template wurde erfolgreich gelöscht';
-
+$_LANG['VM not running']='VM not running';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['loadBalancerSection']['leftSection']['customconfigoption[serverGroup][]']['customconfigoption[serverGroup][]'] = 'Group';
+$_LANG['serverAA']['product']['mainContainer']['mainForm']['loadBalancerSection']['leftSection']['customconfigoption[serverGroup][]']['tip'] = 'Select a preferred group or groups of nodes. If you do not have any groups created, proceed to Proxmox Addon -> Servers List -> Details ->Node Groups and add a new group.';
+$_LANG['gb'] = 'GB';
+$_LANG['tb'] = 'TB';
+$_LANG['serverCA']['vm']['OpenPGP HTTP key server protocol traffic'] = 'OpenPGP HTTP key server protocol traffic';
+$_LANG['serverCA']['vm']['Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Daemons)'] = 'Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Daemons)';