diff -r 2b3247d02769 -r f55970e41793 server/bo_client/app/locales/fr/translations.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/bo_client/app/locales/fr/translations.js Mon Oct 05 17:02:10 2015 +0200 @@ -0,0 +1,25 @@ +// translation fr + +export default { + + "bo" : { + "document_list": "Liste Document", + "document_list.id_col": "ID", + "document_list.uri_col": "URI", + "document_detail": "Détail document", + "audio_support_error" : "Votre browser ne gère pas la balise audio.", + "document_audio": "Audio :", + "document_content": "Contenu", + "document_title": "Titre :", + "document_editors": "Editeur(s) :" + }, + // "some.translation.key": "Text for some.translation.key", + // + // "a": { + // "nested": { + // "key": "Text for a.nested.key" + // } + // }, + // + // "key.with.interpolation": "Text with {{anInterpolation}}" +};