Skip to main content Help Control Panel

YACS CMS : Open source !

Downloads «   New template files «  

All .pot templates for YACS 6.10

Complete. Some bugs from links and boxes will be fixed in the 6.12 POT files.
if you want to localize YACS, you should be interested by these files...

Files

POT actions 2,140 bytes, 117 downloads
Edited by GnapZ on Nov. 30 2006
Zoom
POT agents 2,786 bytes, 90 downloads
Edited by GnapZ on Nov. 30 2006
Zoom
POT articles.zip 8,173 bytes, 44 downloads
Version 6.10.2
Edited by GnapZ on Dec. 5 2006
Zoom
POT Behaviors 1,025 bytes, 54 downloads
Version 6.10.2
Edited by GnapZ on Dec. 5 2006
Zoom
POT Categories 4,445 bytes, 43 downloads
Version 6.10.2
Edited by GnapZ on Dec. 5 2006
Zoom
POT Codes 5,027 bytes, 38 downloads
Version 6.10.2
Edited by GnapZ on Dec. 5 2006
Zoom
POT Collections 2,754 bytes, 40 downloads
Version 6.10.2
Edited by GnapZ on Dec. 5 2006
Zoom
POT Comments 2,996 bytes, 37 downloads
Version 6.10.2
Edited by GnapZ on Dec. 5 2006
Zoom
POT Control 16,813 bytes, 41 downloads
Version 6.10.2
Edited by GnapZ on Dec. 6 2006
Zoom
POT Dates 1,706 bytes, 41 downloads
Version 6.10.2
Edited by GnapZ on Dec. 7 2006
Zoom
POT Decisions 1,925 bytes, 35 downloads
Version 6.10.2
Edited by GnapZ on Dec. 7 2006
Zoom
POT feeds 2,763 bytes, 41 downloads
Version 6.10.2
Edited by GnapZ on Dec. 7 2006
Zoom
POT Files 5,683 bytes, 38 downloads
Version 6.10.2
Edited by GnapZ on Dec. 7 2006
Zoom
POT i18n 799 bytes, 78 downloads
Edited by GnapZ on Nov. 30 2006
Zoom
POT Images 3,055 bytes, 43 downloads
Version 6.10.1
Edited by GnapZ on Dec. 7 2006
Zoom
POT Letters 2,470 bytes, 40 downloads
Version 6.10.1
Edited by GnapZ on Dec. 12 2006
Zoom
POT links 3,166 bytes, 40 downloads
Version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT locations 1,900 bytes, 37 downloads
Version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT Overlays 1,422 bytes, 92 downloads
Edited by GnapZ on Nov. 30 2006
Zoom
POT scripts 4,746 bytes, 42 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT sections 8,487 bytes, 39 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT servers 3,363 bytes, 44 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT services 2,119 bytes, 35 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT Shared 1,579 bytes, 84 downloads
Edited by GnapZ on Nov. 30 2006
Zoom
POT skins 4,152 bytes, 95 downloads
Edited by GnapZ on Nov. 30 2006
Zoom
POT smileys 3,641 bytes, 47 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT tables 1,946 bytes, 32 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT tools 875 bytes, 37 downloads
version 6.10.1
Edited by GnapZ on Dec. 22 2006
Zoom
POT Users 8,827 bytes, 36 downloads
version 6.10.1
Edited by GnapZ on Dec. 23 2006
Zoom
POT Versions 903 bytes, 30 downloads
version 6.10.1
Edited by GnapZ on Dec. 23 2006
Zoom

Comments

Fw_crocodile on Nov. 22 2006 edit · delete
Hi, These are all the .pot file for the 6.10 version and you will give out the others for the next version? Just to know.

Can you briefly explain how the .mo file will be used (placed)?

Tanks
Bernard on Nov. 22 2006 edit · delete
Fw_crocodile: Yes, other modules will be localised after release 6.10. It will be the main effort of the team for the next release, i guess.

The .mo files are those that are actually used by YACS at run time. They are expected in the i18n/locale/it directory for Italian translation.

To summarize the localisation environnement:
  • .pot files are created manually, based on strings put in reference scripts, and all of them are available in the official archive in directory i18n/templates. There is one .pot file per module (i.e., per directory).
  • .pot can be used as input for translation by specialised editors, such as poEdit or similar, to produce .po files (text format) and .mo files (binary format). YACS can only use .mo files. The .po and .mo files for locale xyz are put in the directory i18n/locale/xyz
  • In addition to .mo files, a manifest.php can be added in localized directories, that will be used to describe available localizations in the configuration panel
  • At execution time, YACS loads .mo files and, to further optimize response times, attempts to derive related PHP scripts, with the extension .mo.php. These files should be considered as cache, and can be safely deleted if necessary. If a .mo file is updated, YACS will re-create an updated .mo.php file.

Bernard on Nov. 28 2006 edit · delete
GnapZ: Now you can proceed with the internationalization..
Fw_crocodile on Nov. 30 2006 edit · delete
May be it would be a good thing to delete some useless files.

And why there are some file both in the first archive and in the below list?
GnapZ on Dec. 2 2006 edit · delete
Fw_crocodile : Now you can see only the latests versions of every .pot file.
Fw_crocodile on Dec. 4 2006 edit · delete
GnapZ: Perfect, we are translating the files, but as i see, you are making some frequently change to the files.

That's could be ok as there is the dictionary we can build with all the translation of yacs msgids.

But for the "officials" files of YACS 6.10 we need the definitive files.

I suggest you publicate an archive with all the pot file of yacs 6.10 just before or just after the official release of the english version. So that in few day we should be able to give you the italian translation.

Taking all the po and pot files out of the yacs archives can be a good idea as it should make it smaller.

Bernard: can you make a template of the files manifest.php?
GnapZ on Dec. 4 2006 edit · delete
Fw_crocodile : Yes, these files are corrected as soon a find some errors and we will create a full archive when all the files will be ready.

Yacs will integrate only the English version so it will be smaller but we need to rebuild all French translations too ...

At the end, all translation will be an archive to download and everyone will be able to integrate the needed langage.

Please, do not work too fast because some new problem appears in the pot files and we will make officals ones. But you can start with these ones of course.
Bernard on Dec. 4 2006 edit · delete
Fw_crocodile: I have created [article=2004], to centralize pieces at only one place. The very first file attached is the manifest you are looking for. Thank you to post there all .mo and .po files for Italian.

 
Share
Information channels
Recent files