Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
"X (time) ago" not fully translated (mes (1 viewing) (1) Guest
TOPIC: "X (time) ago" not fully translated (mes
#20479
"X (time) ago" not fully translated (mes 1 Year, 4 Months ago  
File componentscom_fireboardtemplatedefaultmessage.php, end of line 166:

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

The result is text like this: "9 Minuti[color=#FF0000]s ago[/color]", 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:1]DEFINE('_FB_DATE_MINUTE', 'Minuti');[/code:1]

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). [img size=184]http://www.bestofjoomla.com/images/fbfiles/images/time_ago_not_translated.jpg[/img]
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
Logged Logged
 
Last Edit: 2007/09/06 14:17 By thepisu.
 
-Pisu-
 
 
#21004
Re:"X (time) ago" not fully translated ( 1 Year, 4 Months 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)
Junior Boarder
Posts: 84
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italia Birthdate: 1984-04-15
Logged Logged
 
Last Edit: 2007/09/07 18:29 By valafar.
 
 
#21241
Re:"X (time) ago" not fully translated (mes 1 Year, 4 Months 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: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/08 14:16 By rbuelund.
 
 
#21270
Re: 1 Year, 4 Months 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:1]// 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');[/code:1]
4. add this code in administrator/components/com_fireboard/language/english.php
[code:1]// 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');[/code:1]

The bug will fix
valafar (User)
Junior Boarder
Posts: 84
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italia Birthdate: 1984-04-15
Logged Logged
 
 
#21273
Re: 1 Year, 4 Months ago  
Thank you
rbuelund (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#21280
Re: 1 Year, 4 Months 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
Logged Logged
 
-Pisu-
 
 
#21300
Re: 1 Year, 4 Months ago  
mikeho1980 (User)
Junior 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
Logged Logged
 
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
 
 
Go to top