/[smecontribs]/rpms/smeserver-subversion/contribs7/smeserver-subversion-1.3-FixTranslations.patch
ViewVC logotype

Annotation of /rpms/smeserver-subversion/contribs7/smeserver-subversion-1.3-FixTranslations.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Jan 26 19:44:47 2008 UTC (16 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_3-6_el4_sme, smeserver-subversion-1_3-5_el4_sme, smeserver-subversion-1_3-7_el4_sme, smeserver-subversion-1_3-4_el4_sme
%changelog
* Sat Jan 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl>
- 1.3-3
- DESCRIPTION_HAS_INVALID_CHARS is not translated in en-us locale [SME: 3694]
- Fixed missing translations for available locale created by
  features implemented by 1.3-2 [SME: 3811]

1 snetram 1.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    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed