1. Typossmallworld/language/english/admin.php
line 39
replace
define('_AM_SMALLWORLD_TOPRATEDUSERS','Higest rated users');
with
define('_AM_SMALLWORLD_TOPRATEDUSERS','Highest rated users');
smallworld/language/english/main.php
-> line 76
replace
define("_SMALLWORLD_REPLY_NOTSPECIFIYED","Not specifiyed");
with
define("_SMALLWORLD_REPLY_NOTSPECIFIED","Not specified");
-> line 255
replace
define('_SMALLWORLD_IMAGE_EDIT_TITLE','Edit descriptions where neded at send');
with
define('_SMALLWORLD_IMAGE_EDIT_TITLE','Edit descriptions where needed at send');
-> line 247
replace
define('_SMALLWORLD_UPLOAD_HOWTO','All images from your album is shown here, and you can use this tool to upload or delete images
Press the green upload file(s), Select your pictures and upload eighter:
1) One by one using the icon.
2) Select multible by browsing or Drag* files onto the green upload (* does currently not work in IE) and press start all
Note: If you choose other filetypes than image files the script wil break. Image size is maximum 5 MBytes
');
with
define('_SMALLWORLD_UPLOAD_HOWTO','All images from your album is shown here, and you can use this tool to upload or delete images
Press the green upload file(s), Select your pictures and upload either:
1) One by one using the icon.
2) Select multible by browsing or Drag* files onto the green upload (* does currently not work in IE) and press start all
Note: If you choose other filetypes than image files the script wil break. Image size is maximum 5 MBytes
');
-> line 346
replace
define("_SMALLWORLD_MAIL_COMPLAINTSUBJECT","Complaint agains user at ");
with
define("_SMALLWORLD_MAIL_COMPLAINTSUBJECT","Complaint against user at ");
smallworld/language/danish/main.php
line 76
replace
define("_SMALLWORLD_REPLY_NOTSPECIFIYED","Ikke specificeret");
with
define("_SMALLWORLD_REPLY_NOTSPECIFIED","Ikke specificeret");
smallworld/language/russian/main.php
line 74
replace
define("_SMALLWORLD_REPLY_NOTSPECIFIYED","Не указано");
with
define("_SMALLWORLD_REPLY_NOTSPECIFIED","Не указано");
smallworld/class/db.php
line 127
replace
return _SMALLWORLD_REPLY_NOTSPECIFIYED;
with
return _SMALLWORLD_REPLY_NOTSPECIFIED;
smallworld/language/english/modinfo.php
=> line 49
replace
define ("_MI_SMALLWORLD_TAKEOVERLINKS_DESC","Smallworld will use a small javascript to change links on load to point to userprofile
insted of userinfo.php
Default is 'no'");
with
define ("_MI_SMALLWORLD_TAKEOVERLINKS_DESC","Smallworld will use a small javascript to change links on load to point to userprofile
instead of userinfo.php
Default is 'no'");
=> line 52
replace
define ("_MI_SMALLWORLD_USERSOWNMSGCOUNTS_DESC","Every 10 seconds the posts of your followers are counted and a refresh button will show,
if result is not 0. If you choose yes to this, this button will olso react when you post/delete posts.");
with
define ("_MI_SMALLWORLD_USERSOWNMSGCOUNTS_DESC","Every 10 seconds the posts of your followers are counted and a refresh button will show,
if result is not 0. If you choose yes to this, this button will also react when you post/delete posts.");
=> line 55
replace
define ("_MI_SMALLWORLD_BOOKMARKSAVATARS_DESC","When posts are public and you want to share on social networks. You can here descide weather to use
smallworld logo as shared image or 'no' = the posting users avatar.
Default is 'yes' = smallworld logo.");
with
define ("_MI_SMALLWORLD_BOOKMARKSAVATARS_DESC","When posts are public and you want to share on social networks. You can here decide whether to use
smallworld logo as shared image or 'no' = the posting users avatar.
Default is 'yes' = smallworld logo.");
2. Omissions and differencessmallworld/language/danish/admin.php
line 28
Missing two lines (and their translations) :
define('_AM_SMALLWORLD_ADMINMESSAGESEND','');
define('_AM_SMALLWORLD_LOGSMAINTNANCE','');
smallworld\language\russian\main.php
Missing three lines (and their translations) :
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
$modversion['module_website_url'] = 'http://www.culex.dk';
with
$modversion['module_website_url'] = 'www.culex.dk';