611
Cesagonchu
Re: Social Network module

Thank you culex!

French translation update.

A - Bug report :

With this latest version, when I write a message, the line break does not work.
Messages are limited to too few traits.


B - Difference :

As I said in the past there are still differences in the js file :

1. smallworld\language\danish\js\jquery.ui.datepicker-language.js
Line 8
prevJumpText'<<'prevJumpStatus'',

This line is present in the Danish file, but not in the English file.

2. Then, for the calendar, I saw that the Danish side, you put Sunday as first day:

smallworld\language\danish\js\jquery.ui.datepicker-language.js
Line 19:
firstDay0,

I do not know how it goes for other countries but here in France, a week begins Monday.

If you agree and if in other countries it is the same, can you change this line 8175?

smallworld\js\jquery-ui-1.8.11.custom.js
Line 8175
firstDay0// The first day of the week, Sun = 0, Mon = 1, ...


C - Request:

Can you enlarge the window height which lists the images of the album?
I think it's here: smallworld / img_upload.php



612
Cesagonchu
Re: Social Network module

Thank you culex

I still have found two errors.

1 - When I get an email notifying me that a new picture is sent, the word "UPLIMAGE" appears before the link:
Quote:
2 - The term Upload File appears in English:
=> smallworld\templates\smallworld_friends_template.html
Line 27:
<span>Upload File<span>

=> smallworld\templates\smallworld_index.html
Line 15:
<span>Upload File<span>

=> smallworld\templates\smallworld_userprofile_template.html
Line 27:
<span>Upload File</span>



613
Cesagonchu
Re: Social Network module

Thank you for your timeliness!
On the changelog, it says "Changelog V.1.11 RC 6", but it's "Changelog v.1.15 RC 6" isn't it? Sorry, I quibble.
I will send you the new French translation soon.



614
Cesagonchu
Re: Social Network module

Some words appear in English because they are not in the language file. Can you fix it?


Play Slideshow => smallworld\js\gallery_mod.js
Line 28:
playLinkText:              'Play Slideshow',


Previous Photo => smallworld\js\gallery_mod.js
Line 30:
prevLinkText:              '&lsaquo; Previous Photo',


Next Photo => smallworld\js\gallery_mod.js
Line 31:
nextLinkText:              'Next Photo &rsaquo;',


Public => smallworld\templates\smallworld_index.html
Line 72:
<label for="updatePriv">Public</label>


Private => smallworld\templates\smallworld_index.html
Line 74:
<label for="updatePriv">Private</label>


Update => smallworld\templates\smallworld_index.html
Line 79:
<input type="submit"  value=" Update "  id="smallworld_update_button"  class="smallworld_update_button"/>


MORE => smallworld\templates\getmore.html
Line 115:
<a href="javascript:void(0)" class="smallworld_msg_counter"  rel="<{$pagename}>" id="<{$post.msg_id}>">MORE</a>


Comment => smallworld\templates\smallworld_userprofile_template.html
Line 276:
<input type="submit"  value=" Comment "  id="<{$post.msg_id}>" class="smallworld_comment_button"/>


Thank you for your excellent work culex



615
Cesagonchu
Re: Backup 3.2

Thank you!

I found a typo :

backup/language/english/modinfo.php

line2

replace
define("_DB_BACKUP_NAME","XOOP DB backup");


with
define("_DB_BACKUP_NAME","XOOPS DB backup");



616
Cesagonchu
Re: Social Network module

Module with French translation and some corrections here.



617
Cesagonchu
Re: extCal 2.37 Beta 3 Ready for Testing on XOOPS 2.5.5 RC

I think your problem is a bad German translation of XOOPS 2.5.5.

In file calendar.php, you must have the line 12 the same as the English file:

htdocs\language\nederlands\calendar.php
line 12

replace
define("_CAL_FORMAT","j-n-Y");


with
define("_CAL_FORMAT","Y-m-d");



See here.



618
Cesagonchu
Re: Social Network module

1. Typos

smallworld/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<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
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
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<br>insted of userinfo.php<br><br>Default is 'no'");

with
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
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
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
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
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 differences

smallworld/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 translation

I soon finished translation. After a good night's sleep and some tests, I will send you the files.


4. Errors

smallword/xoops_version.php
line 29

replace
$modversion['module_website_url'] = 'http://www.culex.dk';

with
$modversion['module_website_url'] = 'www.culex.dk';



619
Cesagonchu
Re: Fmcontent module 1.1 in xoops 2.5.4

Actually I use Pages module, try it ;)



620
Cesagonchu
Re: Fmcontent module 1.1 in xoops 2.5.4

"News" module and "news"(fmcontent -> news) are in conflict, so you can't use it.




TopTop
« 1 ... 59 60 61 (62) 63 64 65 ... 71 »



Login

Who's Online

245 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 245


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits