Automatic translation french in American psychological association 6th

Hello, i am searching how to change the automatic translation because for web sites it's not good:

Le Ny, J. (2008). Encyclopædia Universalis : APPRENTISSAGE. Retrouvé Décembre 21, 2010, de http://www.universalis-edu.com/encyclopedie/apprentissage/#

The date format is not good too .

It should be :

Le Ny, J. (2008). Encyclopædia Universalis : APPRENTISSAGE.Vu le 21 Décembre, 2010, Sur http://www.universalis-edu.com/encyclopedie/apprentissage/#

Where can i change the date format and the translations words for french???
Thank's a lot

Happy holidays
  • In general we will overhaul translations soon-ish.
    Until then you´ll have to change this in the terms section of the style - unless you´re somewhat comfortable writing code, this is probably going to be too technical, but here are the general instructions:
    http://www.zotero.org/support/dev/csl_syntax_summary#terms
    sorry, no time for more specific instructions.
  • edited December 21, 2010
    hello,
    thank's for quick answer.

    I don't understand verry well the way it work :
    I tried :

    <terms>
    <locale xml:lang="fr">
    <term name="retrieved" form="Verb">Vu sur</term>

    </locale>
    </terms>

    after </info> and load the style


    but it don't work ....
  • almost - try this
    <term name="retrieved">Vu le</term>
    <term name="from">Sur</term>
    (with all the locale settings like you have above).
    That should fix everything but the order of the date - you'd have to fix that down in the accessed macro if it's important.

    See here:
    http://www.zotero.org/support/csl_simple_edits
    for some general tips and how to get your style back into Zotero.
  • Hello
    thank's for tips but it don't work :-(

    this is my file i don't understand why tha don't work is it because macros are after that modify the text?

    ...
    <contributor>
    <name>Bruce D'Arcus</name>
    </contributor>
    <contributor>
    <name>Curtis M. Humphrey</name>
    </contributor>
    <contributor>
    <name>Richard Karnesky</name>
    <email>karnesky+zotero@gmail.com</email>
    <uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>;
    </contributor>
    <contributor>
    <name>Sebastian Karcher</name>
    </contributor>
    <category term="psychology"/>
    <category term="generic-base"/>
    <category term="author-date"/>
    <updated>2010-01-27T20:08:03+00:00</updated>
    </info>


    <terms>
    <locale xml:lang="fr">
    <term name="retrieved">Vu le</term>
    <term name="from">Sur</term>

    </locale>
    </terms>



    <macro name="container-contributors">
    <choose>
    <if type="chapter">
    <text term="in" text-case="capitalize-first" suffix=" "/>
    <names variable="editor translator" delimiter=", " suffix=", ">
    <name and="symbol" initialize-with=". " delimiter=", "/>
    <label form="short" prefix=" (" text-case="capitalize-first" suffix=".)"/>
    </names>
    </if>
    </choose>
    </macro>
    <macro name="secondary-contributors">
    <choose>
    <if type="chapter" match="none">
    <names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
    <name and="symbol" initialize-with=". " delimiter=", "/>
    <label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
    </names>
    </if>
    </choose>
    </macro>
    <macro name="author">
    <names variable="author">
    <name name-as-sort-order="all" and="symbol" sort-separator=", "
    initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
    <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
    <substitute>
    <names variable="editor"/>
    <names variable="translator"/>
    <text macro="title"/>
    </substitute>
    </names>
    </macro>
    <macro name="author-short">
    <names variable="author">
    <name form="short" and="symbol" delimiter=", " initialize-with=". "/>
    <substitute>
    <names variable="editor"/>
    <names variable="translator"/>
    <choose>
    <if type="book">

    ...



    Thank's for your help.
  • that should certainly work. Have you tried it in the test panel?
    chrome://zotero/content/tools/csledit.xul
    I have the exact code you use working for me.
    The macros do not affect the terms, no.
  • edited January 25, 2011
    Thank's yes it work now, thank you !I just needed to restart firefox after re-importing the style.
    For the date format it is in the style.

    Thank's for the tip of the test panel.
    Bye

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.