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
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
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.
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 ....
<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.
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.
chrome://zotero/content/tools/csledit.xul
I have the exact code you use working for me.
The macros do not affect the terms, no.
For the date format it is in the style.
Thank's for the tip of the test panel.
Bye