Joomla 1.5 Language Files Manager Component

A place to discuss Joomla! translation matters.

Moderator: wendhausen

User avatar
genous
Joomla! Intern
Joomla! Intern
Posts: 56
Joined: Tue Aug 30, 2005 5:53 am
Contact:

Re: Translation Manager BUG!!!??? Data Unknown

Post by genous » Fri Dec 14, 2007 8:34 am

on controller.php file, fine the code

Code: Select all

// initialise the $editData array (with all the necessary entries)
		// any extra entries in the XML file will be retained but are not editable
		$editData = array(
			'tag' => '',
			'name' => '',
			'description' => '',
			'version' => '1.5.0',
			'creationdate' => date('Y-m-d'),
			'author' => '',
			'authorurl' => '',
			'authoremail' => '',
			'copyright' => '',
			'license' => 'http://www.gnu.org/copyleft/gpl.html GNU/GPL',
			'metadata' => array(
			'name' => '',
			'tag' => '',
			'rtl' => 0,
			'locale' => '',
			'wincodepage' => 'iso-8859-1',
			'backwardlang' => '',
			'pdffontname' => 'vera'
			),
			'params' => '',
		);
change to

Code: Select all

// initialise the $editData array (with all the necessary entries)
		// any extra entries in the XML file will be retained but are not editable
		$editData = array(
			'tag' => '',
			'name' => '',
			'description' => '',
			'version' => '1.5.0',
			'creationDate' => date('Y-m-d'),
			'author' => '',
			'authorUrl' => '',
			'authorEmail' => '',
			'copyright' => '',
			'license' => 'http://www.gnu.org/copyleft/gpl.html GNU/GPL',
			'metadata' => array(
			'name' => '',
			'tag' => '',
			'rtl' => 0,
			'locale' => '',
			'wincodepage' => 'iso-8859-1',
			'backwardlang' => '',
			'pdffontname' => 'vera'
			),
			'params' => '',
		);
that ok.... :pop

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Translation Manager BUG!!!??? Data Unknown

Post by infograf768 » Fri Dec 14, 2007 8:49 am

Moving to the Translation Manager thread.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

joecai
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Thu Aug 24, 2006 7:32 am

A simple patch to tmpl/files.php

Post by joecai » Sun Dec 23, 2007 12:46 pm

On the language files page, table headers won't display correctly in Joomla! 1.5.0RC4. I'm not sure if this is caused by the change of JHTML::_(). The patch is attached. Just in case you guys didn't notice that.

This extension is awesome. Thanks for the great work, Evans:)
You do not have the required permissions to view the files attached to this post.

User avatar
rued
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4840
Joined: Fri Sep 16, 2005 10:23 pm
Location: Finland / Norway
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by rued » Sat Dec 29, 2007 9:09 pm

Her is the Norwegian language file for this excellent component, feel free to include it in next release.  ;)
You do not have the required permissions to view the files attached to this post.
Rune Rasmussen - https://syntaxerror.no/
Norske nettløsninger og integrasjoner, brukerstøtte og vedlikehold m.m. for betalende kunder.

Norske oversettelser -> viewtopic.php?f=210&t=1006497

igevans
Joomla! Intern
Joomla! Intern
Posts: 66
Joined: Thu Feb 09, 2006 10:36 am
Location: Wales

Re: Joomla 1.5 Language Files Manager Component

Post by igevans » Sun Dec 30, 2007 12:26 pm

Hi

Many thanks to you all for the translation files, bug fixes and reports.  I will be including these (hopefully Catalan and Spanish also) in the component over the next week, and posting a new version for Joomla RC4 at the end of next week.

Hope you all enjoy the holidays, and best wishes to everyone for 2008.

Ifan

User avatar
rbuelund
Joomla! Guru
Joomla! Guru
Posts: 846
Joined: Sat Feb 10, 2007 9:07 pm
Location: Århus
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by rbuelund » Sun Dec 30, 2007 3:21 pm

And the danish language file.
You do not have the required permissions to view the files attached to this post.
Ronny Buelund
Coordinator of the Danish Joomla Translation Team: http://danskjoomla.dk
Owner of http://ableit.dk

User avatar
chrille
Joomla! Ace
Joomla! Ace
Posts: 1023
Joined: Sat Aug 20, 2005 4:41 pm
Location: Stockhom, Sweden

Re: Joomla 1.5 Language Files Manager Component

Post by chrille » Wed Jan 02, 2008 8:46 pm

Hi,

I can't see that we have sent you our Swedish translation before in this thread.

Here is the Swedish translation teams file that we made last summer. Are there some new string in the next version?

:)

/Chrille
You do not have the required permissions to view the files attached to this post.
Moderator Swedish forum

igevans
Joomla! Intern
Joomla! Intern
Posts: 66
Joined: Thu Feb 09, 2006 10:36 am
Location: Wales

Re: Joomla 1.5 Language Files Manager Component

Post by igevans » Fri Jan 04, 2008 11:43 am

Update release just posted on Joomla Code:
http://joomlacode.org/gf/project/joomla_1_5_tr1/frs/

# Changes to default language handling (core changes to store configuration in database)

# Changes to XML file parsing and format (mixed and lower case parameter names - consistent usage across Joomla! would be helpful here, but the component will now find parameter names in any case, and will save to XML in mixed case)

# Various other small fixes following J! core modifications (mostly JHTML, package file path, tooltips)

+ Improvements to Text Search (shows how many matches in each file)

+ New Component Translations: Danish, Norwegian, Swedish


As usual, please report any bugs to me, and a big thank you to everyone for bug reports, patches and component translations.

Best wishes for 2008

Ifan

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Joomla 1.5 Language Files Manager Component

Post by infograf768 » Fri Jan 04, 2008 1:04 pm

Thanks!  :)
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
ot2sen
Joomla! Master
Joomla! Master
Posts: 10381
Joined: Thu Aug 18, 2005 9:58 am
Location: Hillerød - Denmark
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by ot2sen » Fri Jan 04, 2008 6:16 pm

Thanks Ifan!
Keeping this highly valuable extension updated is really a great help for Translation Teams  :)
Ole Bang Ottosen
Dansk frivillig Joomla! support websted - joomla.dk
OpenTranslators Core Team opentranslators.org

User avatar
genous
Joomla! Intern
Joomla! Intern
Posts: 56
Joined: Tue Aug 30, 2005 5:53 am
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by genous » Thu Jan 10, 2008 4:19 am

:-* thx! 

Farsi
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Mon Dec 24, 2007 8:39 am
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by Farsi » Wed Jan 16, 2008 10:32 am

Thanks man, it's really good!
Parviz Aria • Joomla! Persian •
http://www.joomla.ir

User avatar
CirTap
Joomla! Explorer
Joomla! Explorer
Posts: 418
Joined: Mon Dec 12, 2005 5:34 pm

Re: Joomla 1.5 Language Files Manager Component

Post by CirTap » Fri Feb 15, 2008 5:18 pm

Hi,

here's an updated german language file for RC4.
Fixed some typos and added the new phrases.

Have fun, and thanks again for this great component!

CirTap

edit: ok, the attachment doesn't show up :( Do they need approvement nowadays?
I'll attach it as a tracker item @ joomlacode.

...edit 2, hmpf: no tracker? then get it from here:
http://www.webmechanic.biz/pub/joomla/d ... on-RC4.zip
You can have programs written fast, well, and cheap, but you only get to pick 2 ...

"I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams

User avatar
chrille
Joomla! Ace
Joomla! Ace
Posts: 1023
Joined: Sat Aug 20, 2005 4:41 pm
Location: Stockhom, Sweden

Re: Joomla 1.5 Language Files Manager Component

Post by chrille » Fri Feb 15, 2008 7:53 pm

Hi CirTap,

I have posted a message about this issue to the moderators, they have now made some adjustments. I'll try to attach your file in my post.

:)

/Chrille
You do not have the required permissions to view the files attached to this post.
Moderator Swedish forum

igevans
Joomla! Intern
Joomla! Intern
Posts: 66
Joined: Thu Feb 09, 2006 10:36 am
Location: Wales

Re: Joomla 1.5 Language Files Manager Component

Post by igevans » Mon Feb 25, 2008 4:27 pm

Minor upgrade/change to allow "xxx-XX" format for language codes.

Some languages do not have a two-letter ISO-369-1 code, so the official Joomla! recommendation has been revised to allow use of the ISO-369-2 code only when there is no two letter code. See this page for the codes: http://www.loc.gov/standards/iso639-2/php/code_list.php

Thanks to infograf768 for raising this.

Ifan

albagen
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sun Jul 29, 2007 9:49 pm
Location: Shkodra, Albania
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by albagen » Tue Jul 15, 2008 11:36 pm

Hello

I'm translating Joomla! 1.5 (started at 1.5.3 and now continued with 1.5.4) into Albanian and I'm having problems with the translation component. About 98 percent of the files are ready and all entries are marked as 100% finished, closed. Some of them, such as site core (is the only one from the site), and administrator core / com_categories / com_module / com_content, even though being finished, they break the site when i click to save or close them. I have to go back until I go at the list of the files, because if I go back to, say, com_content, whatever I click the site breaks. Or I have to log in anew to be able to resume working. The site is not live, I'm using it just for the translation.

I'm a noob in php so can't understand a thing about the code, or attempt to diagnose this. I understood that a possible workaround would be to edit the remaining files in a text editor and then upload to the site, but will this resolve things once for all? I mean, being that I don't know code, am I doing anything wrong?

Best regards

User avatar
rued
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4840
Joined: Fri Sep 16, 2005 10:23 pm
Location: Finland / Norway
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by rued » Wed Jul 16, 2008 12:00 am

albagen wrote:they break the sites
In what way do the break your sites? Please give detailed failure descriptions and/or error messages that you get - in order to allow anyone to help you. ;)
Rune Rasmussen - https://syntaxerror.no/
Norske nettløsninger og integrasjoner, brukerstøtte og vedlikehold m.m. for betalende kunder.

Norske oversettelser -> viewtopic.php?f=210&t=1006497

albagen
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sun Jul 29, 2007 9:49 pm
Location: Shkodra, Albania
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by albagen » Wed Jul 16, 2008 12:20 am

Hello

Nothing specific, only the server error pages, which I'm attaching. If somebody is willing to help I will give username/password to see for him(her)self. I really don't know where to look, and the only option left to me is to translate with a text editor and upload afterwards, but I'm worried about preparing the package for other potential users.

Thanks
You do not have the required permissions to view the files attached to this post.

User avatar
rued
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4840
Joined: Fri Sep 16, 2005 10:23 pm
Location: Finland / Norway
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by rued » Wed Jul 16, 2008 8:54 am

Seems like a mod_security problem, witch your host could help you with. Just give them the time and date for when it happens etc., and they should be able to track down what's triggering this - and then be able to adjust their mod_security settings. You can maybe also temporary turn it of with help of an .htaccess-file, don't remember the exact line for it - but Google "disable mod_security .htaccess" and you should find it.
Rune Rasmussen - https://syntaxerror.no/
Norske nettløsninger og integrasjoner, brukerstøtte og vedlikehold m.m. for betalende kunder.

Norske oversettelser -> viewtopic.php?f=210&t=1006497

User avatar
lemings
Joomla! Explorer
Joomla! Explorer
Posts: 317
Joined: Tue Oct 11, 2005 5:43 pm
Location: Latvia
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by lemings » Mon Jul 28, 2008 7:16 pm

Today I was preparing packages for Joomla! 1.5.5 and I realised that it would be very nice feature if it would be possible to prepare translation packages out of box with name that is ready for submission in joomlacode translation project.

So my proposal is to add one more field in package file name:
now it is [tag]-[client].zip
to make [tag]-Joomla-[version]_[client].zip

Anyway version is used to prepare xml file.
What others think about it?
Maybe it is not very hard to implement in next versions!
Member of the Latvian Joomla Translation Team
Latvian project in JoomlaCode- http://joomlacode.org/gf/project/joomla_latvian/
Latvian Joomla! team  - http://www.joomlalv.org

User avatar
dverger
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 146
Joined: Tue Aug 29, 2006 8:23 am
Location: Mallorca - Spain
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by dverger » Wed Jul 30, 2008 1:14 am

Try adding

SecFilterEngine Off
SecFilterScanPOST Off

on .htaccess file, to disable mod_security. This works for me ;)

User avatar
edblender
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Fri Nov 07, 2008 5:39 pm
Location: São Paulo - Brazil

Re: Joomla 1.5 Language Files Manager Component

Post by edblender » Fri Nov 07, 2008 6:13 pm

Here is the pt-BR (Brazilian Portuguese) for TM, feel free to use it as you wish.
Done using Translations Manager component. ;)
You do not have the required permissions to view the files attached to this post.

joeker
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Feb 16, 2009 5:27 pm

Re: Joomla 1.5 Language Files Manager Component

Post by joeker » Mon Feb 16, 2009 5:31 pm

I'm a little confused on how to use this, just a few questions:

- How do you continue editing or change a language file after already starting on it. Once I start on translating one, it won't let me re-edit it. The checkbox is gone and it just gives a percentage of how much is done

- When I mark a language file as finished being translated, same thing as above, no checkbox and no way to publish it. How do I publish the files and make them available in the system?

I'm using the latest version of Translation Manager.

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Joomla 1.5 Language Files Manager Component

Post by infograf768 » Tue Feb 17, 2009 5:54 am

When using the Translation Manager one has to make sure the language folders concerned are writable.
Please check the permissions, including those of the new file.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

alasitis
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Fri Aug 15, 2008 5:13 am

Re: Joomla 1.5 Language Files Manager Component

Post by alasitis » Fri May 29, 2009 7:01 am

infograf768 wrote:When using the Translation Manager one has to make sure the language folders concerned are writable.
Please check the permissions, including those of the new file.
This was your answer to this question by someone: "How do I publish the files and make them available in the system?" But the question is still not answered.

I have the same question and, yes, all of my language folders concerned are writable. You all generally do a great job and provide an important service to us all, but we code-illiterates are often still left in the dark. Such is the case for us with the Translations Manager extension. I read all of the wonderful reviews for it but I can't find documentation for it anywhere. I installed it but once again, how does one publish the files? We need step-by-step instructions. Or is this extension meant to be used by Joomla experts only?

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Joomla 1.5 Language Files Manager Component

Post by infograf768 » Fri May 29, 2009 7:37 am

Can't be simpler : when one saves the file, it IS published.
No need to be php litterate.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
lemings
Joomla! Explorer
Joomla! Explorer
Posts: 317
Joined: Tue Oct 11, 2005 5:43 pm
Location: Latvia
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by lemings » Fri May 29, 2009 12:00 pm

alasitis wrote: This was your answer to this question by someone: "How do I publish the files and make them available in the system?" But the question is still not answered.
If I got correct, there is one field with file status to the right from file name, is it published or not. You can change status by clicking on this field.

Abouth the last paragraf. I think that translator must have some basic knowledge of Joomla, so step by step instruction is not so needed and it can wait until translation component will include more functions. For now it is just wasting time for somebody.
Member of the Latvian Joomla Translation Team
Latvian project in JoomlaCode- http://joomlacode.org/gf/project/joomla_latvian/
Latvian Joomla! team  - http://www.joomlalv.org

User avatar
dr_lionheart
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 115
Joined: Wed Aug 26, 2009 2:19 am
Location: Jeddah-Saudi Arabia
Contact:

Re: Joomla 1.5 Language Files Manager Component

Post by dr_lionheart » Fri Aug 28, 2009 11:40 pm

it is a great component
i will start the arabic translation and i will posted here
thanks again for the component
PHP designer,
manager,RISEMYWEB
http://www.voxelx.com | Online DICOM viewer and library for radiologists

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Joomla 1.5 Language Files Manager Component

Post by infograf768 » Sat Aug 29, 2009 6:07 am

dr_lionheart wrote:it is a great component
i will start the arabic translation and i will posted here
thanks again for the component
We already have an Arabic Translation.
See :
http://community.joomla.org/translations.html

Contact their coordinator if you want to help.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

ahau
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Wed Jul 04, 2007 11:46 am

Re: Joomla 1.5 Language Files Manager Component

Post by ahau » Fri Nov 20, 2009 6:04 pm

Hi,

I wan to thank you for the great component. Just want to report that when I used the component, it did not provide the check box after the *.ini files were created. I had to manually edit the url with corresponding mod/com/plg to edit the ini file.

When the check boxes are not there, how do you publish an *.ini file from other components/plugins not related to joomla core language files?

Thank you for the nice components.


Locked

Return to “Translations”