Topic: MODx 0.9.5 translations needed -- translation kit attached  (Read 12644 times)

Pages: [1] 2  All   Go Down

#1: 4-Dec-2006, 12:01 PM

Foundation

rthrash
Posts: 11,282

WWW
Please download the following "translation kit" archive and update any translations you've done. There are several new language strings that were added to hopefully remove the last of the hard coded language strings in the manager. There have also been several changes to several language strings as well, especially in the config_check section.

Our tentative plan right now is to release 0.9.5 as an "english-only" version unless we can get some completed translations in ASAP and release point releases as sets of translations are available. Thanks so much for your help; we're excited about 0.9.5. Smiley

For 0.9.5.1 the translation kit has been updated. Existing languages should be updated already in SVN. The only difference is in the eForm language file (for the error message line).

The following languages have partial or mostly (?) complete translations and will be distributed with 0951:
Dutch [Nederlands] (utf8) -- missing country translation
English (utf8)
Farsi [Persian] (utf8)
French (utf8 and latin1)
Japanese (utf8)
Polish (utf8) -- missing country translation and main README file
Portuguese, European (utf8) -- partially complete?
Russian (utf8 and Windows-1251)
Swedish [Svenska] (utf8 and latin1) -- second encoding latin1?

Out of date languages still in the main manager include:
Simplified Chinese
British English
German
Italian
Norsk
Spanish

* MODx-translation-kit.zip (39.52 KB - downloaded 339 times.)
« Last Edit: 1-Jan-2007, 09:43 AM by rthrash »
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#2: 4-Dec-2006, 12:55 PM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
This could help translators...

New strings I have identified :

Code:
$_lang["configcheck_errorpage_unavailable"] = 'Your site\'s Error page is not available.';
$_lang["configcheck_errorpage_unavailable_msg"] = 'This means that your Error page is not accessible to normal web surfers or does not exist. This can lead to a recursive looping condition and many errors in your site logs. Make sure there are no webuser groups assigned to the page.';
$_lang["configcheck_errorpage_unpublished"] = 'Your site\'s Error page is not published or does not exist.';
$_lang["configcheck_errorpage_unpublished_msg"] = 'This means that your Error page is inaccessible to the general public. Publish the page or make sure it is assigned to an existing document in your site tree in the Tools > Configuration menu.';

and

Code:
$_lang["configcheck_register_globals"] = 'register_globals is set to ON in your php.ini configuration file';
$_lang["configcheck_register_globals_msg"] = 'This configuration makes your site much more susceptible to Cross Site Scripting (XSS) attacks. You should speak to your host about what you can do to disable this setting.';

and

Code:
$_lang["configcheck_unauthorizedpage_unavailable"] = 'Your site\'s Unauthorized page is not published or does not exist.';
$_lang["configcheck_unauthorizedpage_unavailable_msg"] = 'This means that your Unauthorized page is not accessible to normal web surfers or does not exist. This can lead to a recursive looping condition and many errors in your site logs. Make sure there are no webuser groups assigned to the page.';
$_lang["configcheck_unauthorizedpage_unpublished"] = 'The Unauthorized page defined in the site configuration settings is not published.';
$_lang["configcheck_unauthorizedpage_unpublished_msg"] = 'This means that your Unauthorized page is inaccessible to the general public. Publish the page or make sure it is assigned to an existing document in your site tree in the Tools > Configuration menu.';

and

Code:
$_lang["paging_first"] = 'first';
$_lang["paging_last"] = 'last';
$_lang["paging_next"] = 'next';
$_lang["paging_prev"] = 'prev';
$_lang["paging_showing"] = 'Showing';
$_lang["paging_to"] = 'to';
$_lang["paging_total"] = 'total';

and

Code:
$_lang["submit"] = 'Submit';

that should be all !

I'll check the updated translation...





.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#3: 4-Dec-2006, 03:07 PM

Pont
Posts: 146

There are still hardcoded language strings in the manager. All the popups on the database tables are collected from the database and not defined in the lang file. This might be intentional, but I thought I should mention it.

#4: 4-Dec-2006, 06:01 PM

PaulGregory
MODx's midnight runner
Posts: 1,097

MODx's midnight runner

WWW
Good point, and worth mentioning. But to my mind, these are like comments in the source, and I wouldn't expect them to be translated. I guess the wiki or the language forums would be the natural place for translations of the data structure notes. I'd like to see the installer itself in multiple languages, and I guess at that stage the relevant comments could be stored... but I'm not really sure how far you can get with SQL queries and programming without at least a basic comprehension of English.

EDIT: So, for now, we're just sticking to the language files above as the priority.
« Last Edit: 4-Dec-2006, 06:05 PM by PaulGregory »
No, I don't know what OpenGeek's saying half the time either.
MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
Forum: Where to post threads about add-ons | Forum Rules
Like MODx? donate (and/or share your resources)
Like me? See my Amazon wishlist
MODx "Most Promising CMS" - so appropriate!

#5: 5-Dec-2006, 02:12 AM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
I am done with updating the main french language file (attached to this message, both Latin1 and utf-8 versions).

I'll get down to checking the main modules / snippets language file now... could take a bit more time I am afraid...

* MODx_french_language_rev_2.0.3.zip (48.03 KB - downloaded 257 times.)
.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#6: 5-Dec-2006, 03:19 PM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
And here it is, the whole package !

I hope I didn't skip errors and too much typos Tongue


* French_Language_Pack_095.zip (92.31 KB - downloaded 276 times.)
.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#7: 5-Dec-2006, 03:47 PM

Foundation

rthrash
Posts: 11,282

WWW
The readme file... :/
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#8: 5-Dec-2006, 03:48 PM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
Ooops... didn't read it, thought it was a readme for the translation kit Roll Eyes

I am getting on it right now !
.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#9: 5-Dec-2006, 04:40 PM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
At last it's done !

I hope I didn't forget anything this time Roll Eyes


* README-fr.txt (7.82 KB - downloaded 195 times.)
.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#10: 6-Dec-2006, 11:37 AM

bkvernst
Posts: 62

It may not have been such a good idea after all to sort the strings alphabetically, as it will be quite a lot of work to identify new strings for the future versions of MODx, which will most probably expand with new and upgraded functionality during the coming years.

How have you planned to solve this, and why didn't the "sort by version"-method work out?

Good job on the translation kit anyways!

#11: 6-Dec-2006, 11:53 AM

Foundation

rthrash
Posts: 11,282

WWW
It should be quite simple to identify newly added language strings in the future by just pulling a diff of the previous and new version. That's my plan anyway.
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#12: 6-Dec-2006, 02:49 PM

PaulGregory
MODx's midnight runner
Posts: 1,097

MODx's midnight runner

WWW
"sort by version" had led to duplicate strings. There's been a big shakeup in the language between 0.9.2.x and 0.9.5, and resorting has helped identify what language terms were no longer used. Also, because it's such a big shakeup, some of us have taken the opportunity to add more terms.

Once we have all languages in the new format, completely up to date for 0.9.5, things will be much easier going forward - additions to the main lang file will be noted as they are made, and translators can be told of the new phrases along with the context of how they are going to be used.

Basically, in the future, someone from the core team will do the diff, and let everyone know, rather than making everyone figure it out. That will be doable once all the lang files are sync'ed.
No, I don't know what OpenGeek's saying half the time either.
MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
Forum: Where to post threads about add-ons | Forum Rules
Like MODx? donate (and/or share your resources)
Like me? See my Amazon wishlist
MODx "Most Promising CMS" - so appropriate!

#13: 7-Dec-2006, 04:01 AM

bkvernst
Posts: 62

I see, well thanks for the good explanations, guys.
I'll start with the norwegian translation right away. I hope to have it done by christmas...

#14: 7-Dec-2006, 06:54 PM


eastbind
Posts: 253

This ideograph means LOVE! I love MODx.

WWW
Hi, All

0.9.5 is great work
I Just finished translation finally! Grin
I ask to include this to 0.9.5.

Thanks

* Japanese-translated.zip (41.34 KB - downloaded 206 times.)

#15: 7-Dec-2006, 09:58 PM

Foundation

rthrash
Posts: 11,282

WWW
Next completed translation brings 0.9.5.1 out along with Japanese. Smiley
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#16: 14-Dec-2006, 10:44 AM


miguelito
Posts: 7

WWW
Hi there...
Somebody working in spanish traslation ??

If not, I can get it...


Saludos.
Miguelito.
www.gnomo.net www.cometas.info foro.cometas.info

#17: 31-Dec-2006, 09:48 AM

Foundation

rthrash
Posts: 11,282

WWW
Miguelito, how's the Spanish translation coming along?
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#18: 31-Dec-2006, 10:41 AM

Foundation

rthrash
Posts: 11,282

WWW
Please note, I've updated the language translation kit for the eForm addition (error message template) and instructions. I've also listed the status of the language files to be included with the main distribution. Please see the first post.
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#19: 1-Jan-2007, 09:14 AM

Pont
Posts: 146

Ryan,
I can't see any changes in the Ditto lang file in svn. I do however note the changes in the eform file. Are there more updates to come before the release or has there been a small mixup?

#20: 1-Jan-2007, 09:41 AM

Foundation

rthrash
Posts: 11,282

WWW
Ugh... yes it's eform that I updated for the error message class. Thanks/Happy New Year/updating message now. Smiley
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
Pages: [1] 2  All   Go Up
0 Members and 1 Guest are viewing this topic.