We have a content type
So, in the content types xml we have something like this:
<ContentType ID="0x01010047B1CC563D1FA04EAD263BA38ADFBA0C06" Name="$Resources:SPNLMeetings,ContentType_AgendaPointAttachment_Name;"
I double checked the filename and the key of the resource.
And in the resources we have something like this: For english:
<data name="ContentType_AgendaPointAttachment_Name" xml:space="preserve">
<value>Agenda Point Attachment</value>
</data>
french
<data name="ContentType_AgendaPointAttachment_Name" xml:space="preserve">
<value>Annexe au point</value>
</data>
dutch
<data name="ContentType_AgendaPointAttachment_Name" xml:space="preserve">
<value>Bijlage agendapunt</value>
</data>
so, the transaltions are there, when I checked the 14 HIve, the translations are there also.
I also executed stsadm -o copyappbincontent.