Translating done on zetadigme administrative template, strange link with strange text is linked there
Download official xoops modules (from)
https://xoops.org/modules/repository/Nothing incorrect, except that XOOPS leads the newcomer to outdated modules which even may brake XOOPS -
https://xoops.org/modules/repository/singlefile.php?cid=86&lid=1159GS Downloads is not compatible with any of the current 2.3-2.5 cores. Was good module in past, but now all 2.0.xx modules should be moved to Archive (Abandonware with Adopt option, in case someone want to extend the development of those modules).
With your permission, will change the above link, to something containing more stable and compatible modules (well, not all, but is better then current Repository) -
http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/----------------------------------------------
In modules\system\themes\default\language\english\admin.php
Line 60 define("_OXYGEN_HELP_DESC_2",'Blocks are discreet sections of content that can be created and configured in the admin interface. Custom blocks can be created and are typically made up of text, graphics and pictures. The content in these blocks may be formatted individually or inherit the site formatting. (
more ...)');
Blocks are discreet section of ? wow.
Can be (and will be in bg-BG)
Blocks can provide additional/specific content from the installed modules. There can be and custom blocks which can contain text, JS Code, HTML formatted text, pictures, etc.)
--------------------------------------------
In default administrative template, icons must be made a bit wide.
http://imageshack.us/photo/my-images/833/xoopsadminbg.png/Users in Bulgarian is Potrebiteli 5 chars vs 11, in Macedonian is Korisnici (9)
In zetadigme such trouble don't exist, only in default so far, but probably will add more later.
---------------------------------------------
In modules\pm\language\english\modinfo.php
Line 22 define("_PM_MI_PRUNEMESSAGEDEFAULT ....., we have deleted
(who are we), system deleted %s messages or XOOPS deleted %s messages
When in the whole module, we are talking about PMS, what's are this items here
Line 27 define("_PM_MI_PERPAGE", "Items per page");
Messages per page ... yeah
--------------------------------------------
In language\english\mail_template\register.tpl
Line 3 Thanks for subscribing to {SITENAME}. As a registered member your can:
Thanks for subscribing for newsletter, for RSS feed, but not and for site.
Thanks for creating profile at
http://www.somewhere.net. As registered member.....
In facebook we have profiles, in Linkedin - profiles, in Twitter - profiles, only XOOPS still have accounts. Accounts remains only in e-commerce applications.
---------------------------------------------
In languages\english\mail_template\welcome.tpl
Line 1 Dear {X_UNAME},
Dear can be my wife, but not the user... simple greeting such as Hi
in some of this templates is used {ADMINMAIL} in welcome.tpl is used {X_ADMINMAIL} - which is right, and update the rest.
Since there is already a contact name, why xoops should give the admin emails freely to anyone which register profile on the site.
---------------------------------------------------
(Can someone mark what's changed and what's not)
In modules\system\language\english\admin\preferences.php
Line 40 define("_MD_AM_ADMINML", "Admin mail address");
Admin E-mail address
Mail is used for street address.
Line 58 define("_MD_AM_MINPASS", "Minimum length of password required");
Master Yoda is back
Minimal required length for the password... yeah could be.
Line 60 define("_MD_AM_NEWUNOTIFY", "Notify by mail when a new user is registered?");
Notify by email, via email..... mail, wondering how XOOPS or another cms will write and sign a letter and will send it via UPS or local mail services.
Line 64 define("_MD_AM_LOADINGIMG", "Display loading... image?");
In XOOPS 1.3 - yeah, could be, but here ?
Line 86 define("_MD_AM_INVLDUCOOK", "Invalid value for usercookie name.");
Line 87 define("_MD_AM_INVLDSCOOK", "Invalid value for sessioncookie name.");
User Cookie
Session Cookie
Line 89 Admin Mail again
Line 93 define("_MD_AM_REMEMBER", "Remember to chmod 666 this file in order to let the system write to it properly.");
Remember to change the permissions of this file to 666, so the system can operate properly. Where someone see chmod icon/executable or command prompt command in Windows.
(And 666 means automatically security hole, if everyone can read/write in it, is pointless to exist - the file which is mentioned above, 644 with ownership to XOOPS install - yeah, is acceptable, but 666/777 recommendations are not)
Line 128 define("_MD_AM_USESSLDSC", "");
Description should be something like this, SSL is used for secure login and requires certificate, contact your HSP how to obtain certificate for your site. In modern world CMS, there is AJAX verification, so the user can't tick the box if there is no SSL support.
Line 129 define("_MD_AM_SSLPOST", "SSL Post variable name");
Even I don't know how to convert this to something more user-friendly. POST & GET for the code.
.....
The whole structure should be changed in 2.6 for Skins/Themes
Themes (as site templates), Templates as (theme override), Smarty Templates.(as for custom tags, no one uses so far, except prepacked templates with XOOPS). (Just found option regarding Smarty Templates, there are too much and different templates, find analogs)
.......
When list is created by smething1, something2, something3.... is used comma (,) only in XOOPS 1.3 - |... yack, imagine how much time u will need to enter all IP addresses for Pakistan. *aaa.bbb.ccc, will not work here, if u want to add and specific addresses from several networks, IP|IP|... yack.
...........
Line 181 define("_MD_AM_CENSORRPLC", "Bad words will be replaced with:");
All above is for Censoring, here is bad .....
Censored word will be replaced with:
................
In the search routine, there must be another file to every language with the ignored words from searches, if I set minimum keyword length to be 2, then words which have to be ignored with size of 3 chars will be displayed.
-------------
Line 230 and 232
define("_MD_AM_SMTPPASS", "SMTPAuth password");
SMTP Password and SMTP Username
SMTPAuth is not needed here.
----------
Line 240 to 275
Can be good for trabis, herve, mamba.... but as separate plugin, with this 2-3 words DESC fields, how should I explain it to the user, which is not advanced (line 275)
-----------
Last edit for today:
Such things like this
http://imageshack.us/photo/my-images/841/xoopsadmindropdown.png/Must not exists, long names of some modules to be moved on to two lines
There is a space - auto-resize of the drop-down menu or set guidelines for module developers
Max. module name - xx characters.
And extend it a bit wide in 2.5.4, otherwise Macedonian translation for the preferences/users management - will be moved on 2 lines too.