From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/dns/lib/lang/sk_dns_alias.lng | 31 +++++++++++++++---------------- 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/interface/web/dns/lib/lang/sk_dns_alias.lng b/interface/web/dns/lib/lang/sk_dns_alias.lng index 35c56e0..55e907e 100644 --- a/interface/web/dns/lib/lang/sk_dns_alias.lng +++ b/interface/web/dns/lib/lang/sk_dns_alias.lng @@ -1,16 +1,15 @@ -<?php -$wb['server_id_txt'] = 'Server'; -$wb['zone_txt'] = 'Zóna'; -$wb['name_txt'] = 'Hostname'; -$wb['type_txt'] = 'typ'; -$wb['data_txt'] = 'Cieľový Hostname'; -$wb['ttl_txt'] = 'TTL'; -$wb['active_txt'] = 'Aktivovať'; -$wb['limit_dns_record_txt'] = 'Max. počet záznamov DNS pre váš účet je dosiahnutý.'; -$wb['no_zone_perm'] = 'Nemáte oprávnenie Pridať záznam do tejto zóny DNS.'; -$wb['name_error_empty'] = 'Hostname je prázdny.'; -$wb['name_error_regex'] = 'Hostname má zlý formát.'; -$wb['data_error_empty'] = 'Cieľový hostname je prázdny'; -$wb['data_error_regex'] = 'Cieľový hostname má neplatný formát'; -?> - +<?php +$wb['server_id_txt'] = 'Server'; +$wb['zone_txt'] = 'Zóna'; +$wb['name_txt'] = 'Hostname'; +$wb['type_txt'] = 'typ'; +$wb['data_txt'] = 'Cieľový Hostname'; +$wb['ttl_txt'] = 'TTL'; +$wb['active_txt'] = 'Aktivovať'; +$wb['limit_dns_record_txt'] = 'Max. počet záznamov DNS pre váš účet je dosiahnutý.'; +$wb['no_zone_perm'] = 'Nemáte oprávnenie Pridať záznam do tejto zóny DNS.'; +$wb['name_error_empty'] = 'Hostname je prázdny.'; +$wb['name_error_regex'] = 'Hostname má zlý formát.'; +$wb['data_error_empty'] = 'Cieľový hostname je prázdny'; +$wb['data_error_regex'] = 'Cieľový hostname má neplatný formát'; +?> -- Gitblit v1.9.1