From: Christian Schmidt Date: Thu, 15 Jul 2010 15:57:57 +0000 (+0200) Subject: Added missing lang string. X-Git-Tag: v2.9-beta1~157^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=1233b1d46e74a4648bf3b429603ca93d25f8a13f Added missing lang string. --- diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 1c08b8bd04..1cdd90489b 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -688,6 +688,7 @@ 'download certificate' => 'Zertifikate herunterladen', 'download host certificate' => 'Host Zertifikat herunterladen', 'download new ruleset' => 'Neuen Regelsatz herunterladen', +'upload new ruleset' => 'Neuen Regelsatz hochladen', 'download pkcs12 file' => 'PKCS12 Datei herunterladen', 'download root certificate' => 'Root Zertifikat herunterladen', 'dpd action' => 'Aktion für Dead Peer Detection', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 04f246df47..4ca14d4861 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -716,6 +716,7 @@ 'download certificate' => 'Download certificate', 'download host certificate' => 'Download host certificate', 'download new ruleset' => 'Download new ruleset', +'upload new ruleset' => 'Upload new ruleset', 'download pkcs12 file' => 'Download PKCS12 file', 'download root certificate' => 'Download root certificate', 'dpd action' => 'Dead Peer Detection action', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index a6ff399b7d..3477053797 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -714,6 +714,7 @@ 'download certificate' => 'Descargar certificado', 'download host certificate' => 'Descargar certificado de host', 'download new ruleset' => 'Descargar nuevo grupo de reglas', +'upload new ruleset' => 'Subir nuevo grupo de reglas', 'download pkcs12 file' => 'Descargar archivo PKCS12', 'download root certificate' => 'Descargar certificado root', 'dpd action' => 'Acción al detectar Dead Peer', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index ecd5331a6e..4011723959 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -716,6 +716,7 @@ 'download certificate' => 'Download certificate', 'download host certificate' => 'Download host certificate', 'download new ruleset' => 'Download new ruleset', +'upload new ruleset' => 'Upload new ruleset', 'download pkcs12 file' => 'Download PKCS12 file', 'download root certificate' => 'Download root certificate', 'dpd action' => 'Dead Peer Detection action',