1. Typossmallworld/language/english/admin.php
line 39
replace
le="color: #000000"><?php define('_AM_SMALLWORLD_TOPRATEDUSERS','Higest rated users');
with
le="color: #000000"><?php define('_AM_SMALLWORLD_TOPRATEDUSERS','Highest rated users');
smallworld/language/english/main.php
-> line 76
replace
le="color: #000000"><?php define("_SMALLWORLD_REPLY_NOTSPECIFIYED","Not specifiyed");
with
le="color: #000000"><?php define("_SMALLWORLD_REPLY_NOTSPECIFIED","Not specified");
-> line 255
replace
le="color: #000000"><?php define('_SMALLWORLD_IMAGE_EDIT_TITLE','Edit descriptions where neded at send');
with
le="color: #000000"><?php define('_SMALLWORLD_IMAGE_EDIT_TITLE','Edit descriptions where needed at send');
-> line 247
replace
le="color: #000000"><?php define('_SMALLWORLD_UPLOAD_HOWTO','All images from your album is shown here, and you can use this tool to upload or delete images<br><br>Press the green upload file(s), Select your pictures and upload eighter:<br>1) One by one using the <img src="images/icon_start.PNG" style="display: inline-block;height:13px;"/> icon.<br>2) Select multible by browsing or Drag* files onto the green upload (* does currently not work in IE) and press start all<br><br>Note: If you choose other filetypes than image files the script wil break. Image size is maximum 5 MBytes<br><br>');
with
le="color: #000000"><?php define('_SMALLWORLD_UPLOAD_HOWTO','All images from your album is shown here, and you can use this tool to upload or delete images<br><br>Press the green upload file(s), Select your pictures and upload either:<br>1) One by one using the <img src="images/icon_start.PNG" style="display: inline-block;height:13px;"/> icon.<br>2) Select multible by browsing or Drag* files onto the green upload (* does currently not work in IE) and press start all<br><br>Note: If you choose other filetypes than image files the script wil break. Image size is maximum 5 MBytes<br>');
-> line 346
replace
le="color: #000000"><?php define("_SMALLWORLD_MAIL_COMPLAINTSUBJECT","Complaint agains user at ");
with
le="color: #000000"><?php define("_SMALLWORLD_MAIL_COMPLAINTSUBJECT","Complaint against user at ");
smallworld/language/danish/main.php
line 76
replace
le="color: #000000"><?php define("_SMALLWORLD_REPLY_NOTSPECIFIYED","Ikke specificeret");
with
le="color: #000000"><?php define("_SMALLWORLD_REPLY_NOTSPECIFIED","Ikke specificeret");
smallworld/language/russian/main.php
line 74
replace
le="color: #000000"><?php define("_SMALLWORLD_REPLY_NOTSPECIFIYED","Не указано");
with
le="color: #000000"><?php define("_SMALLWORLD_REPLY_NOTSPECIFIED","Не указано");
smallworld/class/db.php
line 127
replace
le="color: #000000"><?php return _SMALLWORLD_REPLY_NOTSPECIFIYED;
with
le="color: #000000"><?php return _SMALLWORLD_REPLY_NOTSPECIFIED;
smallworld/language/english/modinfo.php
=> line 49
replace
le="color: #000000"><?php define ("_MI_SMALLWORLD_TAKEOVERLINKS_DESC","Smallworld will use a small javascript to change links on load to point to userprofile<br>insted of userinfo.php<br><br>Default is 'no'");
with
le="color: #000000"><?php define ("_MI_SMALLWORLD_TAKEOVERLINKS_DESC","Smallworld will use a small javascript to change links on load to point to userprofile<br>instead of userinfo.php<br><br>Default is 'no'");
=> line 52
replace
le="color: #000000"><?php define ("_MI_SMALLWORLD_USERSOWNMSGCOUNTS_DESC","Every 10 seconds the posts of your followers are counted and a refresh button will show, <br>if result is not 0. If you choose yes to this, this button will olso react when you post/delete posts.");
with
le="color: #000000"><?php define ("_MI_SMALLWORLD_USERSOWNMSGCOUNTS_DESC","Every 10 seconds the posts of your followers are counted and a refresh button will show, <br>if result is not 0. If you choose yes to this, this button will also react when you post/delete posts.");
=> line 55
replace
le="color: #000000"><?php define ("_MI_SMALLWORLD_BOOKMARKSAVATARS_DESC","When posts are public and you want to share on social networks. You can here descide weather to use<br>smallworld logo as shared image or 'no' = the posting users avatar.<br><br>Default is 'yes' = smallworld logo.");
with
le="color: #000000"><?php define ("_MI_SMALLWORLD_BOOKMARKSAVATARS_DESC","When posts are public and you want to share on social networks. You can here decide whether to use<br>smallworld logo as shared image or 'no' = the posting users avatar.<br><br>Default is 'yes' = smallworld logo.");
2. Omissions and differencessmallworld/language/danish/admin.php
line 28
Missing two lines (and their translations) :
le="color: #000000"><?php define('_AM_SMALLWORLD_ADMINMESSAGESEND',''); define('_AM_SMALLWORLD_LOGSMAINTNANCE','');
smallworld\language\russian\main.php
Missing three lines (and their translations) :
le="color: #000000"><?php define("_SMALLWORLD_RECENTACTIVITY",""); define("_SMALLWORLD_MESSAGEHISTORIC", ""); define("_SMALLWORLD_NOUSER_ERROR","");
There are also some differences between the Danish and English files (in js files there are additions of definitions that are not in the English files for example).
3. French translationI soon finished translation. After a good night's sleep and some tests, I will send you the files.
4. Errorssmallword/xoops_version.php
line 29
replace
le="color: #000000"><?php $modversion['module_website_url'] = 'http://www.culex.dk';
with
le="color: #000000"><?php $modversion['module_website_url'] = 'www.culex.dk';