Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Latest Release
Go to bottom Post Reply Favoured: 1
TOPIC:
#20479
"X (time) ago" not fully translated (mes 10 Months, 2 Weeks ago  
File components\com_fireboard\template\default\message.php, end of line 166:

Code:

time , time() + ($fbConfig['board_ofset'] * 3600)); ?> ago


The result is text like this: "9 Minutis ago", where "Minuti" is the italian word for "Minutes" (I'm pasting translation row), "s" is the way to do plurals, but only in English, and "ago" is untranslated English word....

Code:

DEFINE('_FB_DATE_MINUTE', 'Minuti');


This is a small thing, but can be so annoying... There is the need to add some other strings to translate, like: _FB_DATE_YEARS, _FB_DATE_MONTHS, _FB_DATE_WEEKS, _FB_DATE_DAYS, _FB_DATE_HOURS, _FB_DATE_MINUTE (for plurals), and: _FB_DATE_AGO (for "ago" translation).
thepisu (User)
.. still looking for ..
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male thePisu ~web site~ Location: Italy Birthdate: 1982-11-27
 
Last Edit: 2007/09/06 14:17 By thepisu.
 
-Pisu-
 
The administrator has disabled public write access.  
#21004
Re:"X (time) ago" not fully translated ( 10 Months, 2 Weeks ago  
In attach there's the fix patch. Only for italian Language.
File Attachment:
File Name: Time_patch_only_Italian.zip
File Size: 41370


see details here
valafar (User)
Senior Boarder
Posts: 75
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italia Birthdate: 1984-04-15
 
Last Edit: 2007/09/07 18:29 By valafar.
 
The administrator has disabled public write access.  
#21241
Re:"X (time) ago" not fully translated (mes 10 Months, 2 Weeks ago  
Is there any work in progress for a generel solution on this problem. Prettey anoying in danish to - but still - a great component
rbuelund (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
 
Last Edit: 2007/09/08 14:16 By rbuelund.
 
The administrator has disabled public write access.  
#21270
Re: 10 Months, 2 Weeks ago  
rbuelund wrote:
Is there any work in progress for a generel solution on this problem. Prettey anoying in danish to - but still - a great component

You can:
1. download the italian fix patch
2. delete the italian traslation
3. add this code in your language file
Code:

// Time Bug 1.0.3
DEFINE('_FB_DATE_YEARS', 'Your traslation of Years');
DEFINE('_FB_DATE_MONTHS', 'Your traslation of Months');
DEFINE('_FB_DATE_WEEKS','Your traslation of Weeks');
DEFINE('_FB_DATE_DAYS', 'Your traslation of Days');
DEFINE('_FB_DATE_HOURS', 'Your traslation of Hours');
DEFINE('_FB_DATE_MINUTES', 'Your traslation of Minutes');
DEFINE('_FB_AGO', 'Your traslation of ago');

4. add this code in administrator/components/com_fireboard/language/english.php
Code:

// Time Bug 1.0.3
DEFINE('_FB_DATE_YEARS', 'Years');
DEFINE('_FB_DATE_MONTHS', 'Months');
DEFINE('_FB_DATE_WEEKS','Weeks');
DEFINE('_FB_DATE_DAYS', 'Days');
DEFINE('_FB_DATE_HOURS', 'Hours');
DEFINE('_FB_DATE_MINUTES', 'Minutes');
DEFINE('_FB_AGO', 'ago');


The bug will fix
valafar (User)
Senior Boarder
Posts: 75
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italia Birthdate: 1984-04-15
 
The administrator has disabled public write access.  
#21273
Re: 10 Months, 2 Weeks ago  
Thank you
rbuelund (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#21280
Re: 10 Months, 2 Weeks ago  
There is any developer reading? Could this be integrated in the next release?
thepisu (User)
.. still looking for ..
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male thePisu ~web site~ Location: Italy Birthdate: 1982-11-27
 
-Pisu-
 
The administrator has disabled public write access.  
#21300
Re: 10 Months, 2 Weeks ago  
mikeho1980 (User)
Senior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 124373717 Gender: Male mikeho1980 Dog Neighbor mikeho1980 mikeho1980 mikeho1980 Location: Hong Kong Birthdate: 1980-01-01
 
Dog Neighbor ; Joomla v1.0.12 UTF-8 Traditional Chinese; Fireboard v1.0.1 BETA; PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general; Internet Explorer 7.0.5730.11 Firefox 2.0.0.11
Fireboard Traditional Chinese Translator
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop