1 |
--- smeserver-subversion-1.3/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm.FixTranslations 2008-01-26 10:10:20.000000000 +0100 |
2 |
+++ smeserver-subversion-1.3/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm 2008-01-26 18:49:16.000000000 +0100 |
3 |
@@ -150,7 +150,7 @@ |
4 |
print $q->Tr( |
5 |
esmith::cgi::genCell( $q, |
6 |
"<img align=\"right\" src=\"/server-common/subversion_light_" . $modSSLStatus . ".jpg\" ALT=\"" . |
7 |
- $self->localise('STATUS_MODSSL_' . $modSSLStatus) . "\">" ), |
8 |
+ $self->localise('SERVICE_MODSSL_' . $modSSLStatus) . "\">" ), |
9 |
esmith::cgi::genCell( $q, |
10 |
$self->localise('SERVICE_MODSSL_' . $modSSLStatus) , "sme-noborders-label" ), |
11 |
esmith::cgi::genCell( $q, "<!--<a class=\"button-like\"" |
12 |
@@ -162,7 +162,7 @@ |
13 |
print $q->Tr( |
14 |
esmith::cgi::genCell( $q, |
15 |
"<img align=\"right\" src=\"/server-common/subversion_light_" . $modDAVStatus . ".jpg\" ALT=\"" . |
16 |
- $self->localise('STATUS_MODDAV_' . $modDAVStatus) . "\">" ), |
17 |
+ $self->localise('SERVICE_MODDAV_' . $modDAVStatus) . "\">" ), |
18 |
esmith::cgi::genCell( $q, |
19 |
$self->localise('SERVICE_MODDAV_' . $modDAVStatus) , "sme-noborders-label" ), |
20 |
esmith::cgi::genCell( $q, "<a class=\"button-like\"" |
21 |
@@ -174,7 +174,7 @@ |
22 |
print $q->Tr( |
23 |
esmith::cgi::genCell( $q, |
24 |
"<img align=\"right\" src=\"/server-common/subversion_light_" . $modDAVSVNStatus . ".jpg\" ALT=\"" . |
25 |
- $self->localise('STATUS_MODDAVSVN_' . $modDAVSVNStatus) . "\">" ), |
26 |
+ $self->localise('SERVICE_MODDAVSVN_' . $modDAVSVNStatus) . "\">" ), |
27 |
esmith::cgi::genCell( $q, |
28 |
$self->localise('SERVICE_MODDAVSVN_' . $modDAVSVNStatus) , "sme-noborders-label" ), |
29 |
esmith::cgi::genCell( $q, "<a class=\"button-like\"" |
30 |
@@ -287,7 +287,7 @@ |
31 |
@domains)); |
32 |
if ($vhostListItems) |
33 |
{ |
34 |
- print $self->localise('VHOST_MESSAGE', {vhostList => $vhostListItems}); |
35 |
+ print $self->localise('VIRTUAL_HOST_MESSAGE', {vhostList => $vhostListItems}); |
36 |
} |
37 |
return undef; |
38 |
} |
39 |
@@ -414,7 +414,7 @@ |
40 |
my $modDAV = $configdb->get('modDAV') |
41 |
|| ($self->error('ERR_NO_MODDAV_RECORD') and return undef); |
42 |
my $modDAVSVN = $configdb->get('modDAVSVN') |
43 |
- || ($self->error('ERR_NO_MODAUTHSVN_RECORD') and return undef); |
44 |
+ || ($self->error('ERR_NO_MODDAVSVN_RECORD') and return undef); |
45 |
my $modAuthzSVN = $configdb->get('modAuthzSVN') |
46 |
|| ($self->error('ERR_NO_MODAUTHZSVN_RECORD') and return undef); |
47 |
|