Hello
As for the comming releas we need some translations for the
Messages comming up at the uninstall.php routines for the modules and templates.
See attachment ...
At this time the messages are mostly hardcoded in english,
and only an DE.php and NL.php translation is avaible.
Details:
There are three new keys inside the language array
- $MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN
_USE_TMPL']
- $MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN
_USE_TMPL_PAGES']
- $MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS
_DEFAULT_TEMPLATE']
If the keys are not found in the $MESSAGE array a standard english text will be used instead.
inside the text of the templates there are three //keywords//
{{type}} := Module|Template
{{type_name}} := The name of the module|template
{{pages}} := the singular or the plural form of //page//, def. in the ''CANNOT_UNINSTALL_IN
_USE_TMPL_PAGES' key
the 'CANNOT_UNINSTALL_IN
_USE_TMPL_PAGES' key has the followingform
"the singular string; the plural string" -- Semicolon-separated
E.g.
<?php
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />";
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
or Dutch
<?php
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />De {{type}} <b>{{type_name}}</b> kan niet verwijderd wordem omdat het in gebruik is op {{pages}}:<br /><br />";
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "volgende pagina;volgende pagina's";
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "De Template <b>{{name}}</b> kan niet verwijderd worden omdat het de Standaardtemplate is!";
So, if someoune could give pleas a (more or less quick) translation for
the following missing languages/languagefiles, please? (i'll keep the list update)
[ ] BE[ ] BG
[ ] CA
[ ] CS
[ ] DA
[ ] ET
[ ] FL
[ ] HR
[ ] HU
[ ] IT
[ ] LV
[w] NO
[w] RU
[ ] SE
[ ] TR
[ ] Empty - Job open / english text used
[w] In progress - not ready yet
- done
- * done and implanted into the current trunk
Also remarks for an
[ ] Plattduesk
[ ] Austria Edition
are welcome ...
Edit: Please keep in Mind that you only need to translate the three lines ... not the whole languagefile again,
and post it here and/or pm.
Kind regards
Aldus