ftimme
2013-04-12 b08f77f32765d44439650b0b75724bbbb80b4ef8
- Changed German translation of "Secondary DNS" from "Zweiter DNS" to "Slave DNS".
3 files modified
12 ■■■■ changed files
interface/web/dns/lib/lang/de.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/de_dns_slave.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/de_dns_slave_list.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/de.lng
@@ -17,6 +17,6 @@
$wb['DNS Wizard'] = 'DNS Assistent';
$wb['Add DNS Zone'] = 'DNS Zone hinzufügen';
$wb['Templates'] = 'Vorlagen';
$wb['Secondary Zones'] = 'Zweiter DNS Zonen';
$wb['Import Zone File'] = 'Zonen Datei Import';
$wb['Secondary Zones'] = 'Slave DNS-Zonen';
$wb['Import Zone File'] = 'Zonen-Datei-Import';
?>
interface/web/dns/lib/lang/de_dns_slave.lng
@@ -1,7 +1,7 @@
<?php
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'DNS Zone';
$wb['secondary_zone_txt'] = 'Zweiter DNS Zone';
$wb['origin_txt'] = 'DNS-Zone';
$wb['secondary_zone_txt'] = 'Slave DNS-Zone';
$wb['ns_txt'] = 'NS (IP Adresse)';
$wb['active_txt'] = 'Aktiv';
$wb['limit_dns_slave_zone_txt'] = 'Die maximale Anzahl an Zweiter DNS Zonen für Ihr Konto wurde erreicht.';
interface/web/dns/lib/lang/de_dns_slave_list.lng
@@ -1,9 +1,9 @@
<?php
$wb['list_head_txt'] = 'Zweiter DNS Zonen';
$wb['list_head_txt'] = 'Slave DNS-Zonen';
$wb['active_txt'] = 'Aktiv';
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'Zone';
$wb['ns_txt'] = 'NS';
$wb['add_new_record_txt'] = 'Neue Zweiter DNS Zone hinzufügen';
$wb['add_new_record_txt'] = 'Neue Slave DNS-Zone hinzufügen';
$wb['eg_domain_tld'] = 'Format: domain.tld.';
?>