Projekt

Allgemein

Profil

Herunterladen (424 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
#!/usr/bin/perl

$self->{texts} = {
'Could not copy %s to %s. Reason: %s' => 'Could not copy %s to %s. Reason: %s',
'Could not open the file users/members.' => 'Could not open the file users/members.',
'Could not rename %s to %s. Reason: %s' => 'Could not rename %s to %s. Reason: %s',
};

$self->{subs} = {
'do_update' => 'do_update',
'update_templates' => 'update_templates',
};

1;
(11-11/62)