1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | 'itemtypes_note' => 'Note', |
---|
7 | 'itemtypes_attachment' => 'Pièce jointe', |
---|
8 | 'itemtypes_book' => 'Livre', |
---|
9 | 'itemtypes_booksection' => 'Chapitre de livre', |
---|
10 | 'itemtypes_journalarticle' => 'Article de revue', |
---|
11 | 'itemtypes_magazinearticle' => 'Article de magazine', |
---|
12 | 'itemtypes_newspaperarticle' => 'Article de journal', |
---|
13 | 'itemtypes_thesis' => 'Thèse', |
---|
14 | 'itemtypes_letter' => 'Lettre', |
---|
15 | 'itemtypes_manuscript' => 'Manuscrit', |
---|
16 | 'itemtypes_interview' => 'Interview', |
---|
17 | 'itemtypes_film' => 'Film', |
---|
18 | 'itemtypes_artwork' => 'Illustration', |
---|
19 | 'itemtypes_webpage' => 'Page Web', |
---|
20 | 'itemtypes_report' => 'Rapport', |
---|
21 | 'itemtypes_bill' => 'Projet/proposition de loi', |
---|
22 | 'itemtypes_case' => 'Affaire', |
---|
23 | 'itemtypes_hearing' => 'Audience', |
---|
24 | 'itemtypes_patent' => 'Brevet', |
---|
25 | 'itemtypes_statute' => 'Acte juridique', |
---|
26 | 'itemtypes_email' => 'Courriel', |
---|
27 | 'itemtypes_map' => 'Carte', |
---|
28 | 'itemtypes_blogpost' => 'Billet de blog', |
---|
29 | 'itemtypes_instantmessage' => 'Message instantané', |
---|
30 | 'itemtypes_forumpost' => 'Message de forum', |
---|
31 | 'itemtypes_audiorecording' => 'Enregistrement audio', |
---|
32 | 'itemtypes_presentation' => 'Présentation', |
---|
33 | 'itemtypes_videorecording' => 'Enregistrement vidéo', |
---|
34 | 'itemtypes_tvbroadcast' => 'Émission de TV', |
---|
35 | 'itemtypes_radiobroadcast' => 'Émission de radio', |
---|
36 | 'itemtypes_podcast' => 'Baladodiffusion (Podcast)', |
---|
37 | 'itemtypes_computerprogram' => 'Programme informatique', |
---|
38 | 'itemtypes_conferencepaper' => 'Article de colloque', |
---|
39 | 'itemtypes_document' => 'Document', |
---|
40 | 'itemtypes_encyclopediaarticle' => 'Article d\'encyclopédie', |
---|
41 | 'itemtypes_dictionaryentry' => 'Entrée de dictionnaire', |
---|
42 | 'itemfields_itemtype' => 'Type', |
---|
43 | 'itemfields_title' => 'Titre', |
---|
44 | 'itemfields_dateadded' => 'Date d\'ajout', |
---|
45 | 'itemfields_datemodified' => 'Modifié le', |
---|
46 | 'itemfields_source' => 'Source', |
---|
47 | 'itemfields_notes' => 'Notes', |
---|
48 | 'itemfields_tags' => 'Marqueurs', |
---|
49 | 'itemfields_attachments' => 'Pièces jointes', |
---|
50 | 'itemfields_related' => 'Connexe', |
---|
51 | 'itemfields_url' => 'URL', |
---|
52 | 'itemfields_rights' => 'Autorisations', |
---|
53 | 'itemfields_series' => 'Collection', |
---|
54 | 'itemfields_volume' => 'Volume', |
---|
55 | 'itemfields_issue' => 'Numéro', |
---|
56 | 'itemfields_edition' => 'Édition', |
---|
57 | 'itemfields_place' => 'Lieu', |
---|
58 | 'itemfields_publisher' => 'Éditeur', |
---|
59 | 'itemfields_pages' => 'Pages', |
---|
60 | 'itemfields_isbn' => 'ISBN', |
---|
61 | 'itemfields_publicationtitle' => 'Publication', |
---|
62 | 'itemfields_issn' => 'ISSN', |
---|
63 | 'itemfields_date' => 'Date', |
---|
64 | 'itemfields_section' => 'Section', |
---|
65 | 'itemfields_callnumber' => 'Cote', |
---|
66 | 'itemfields_archivelocation' => 'Loc. dans l\'archive', |
---|
67 | 'itemfields_distributor' => 'Distributeur', |
---|
68 | 'itemfields_extra' => 'Extra', |
---|
69 | 'itemfields_journalabbreviation' => 'Abrév. de revue', |
---|
70 | 'itemfields_doi' => 'DOI', |
---|
71 | 'itemfields_accessdate' => 'Consulté le', |
---|
72 | 'itemfields_seriestitle' => 'Titre de la coll.', |
---|
73 | 'itemfields_seriestext' => 'Texte de la coll.', |
---|
74 | 'itemfields_seriesnumber' => 'N° ds la coll.', |
---|
75 | 'itemfields_institution' => 'Institution', |
---|
76 | 'itemfields_reporttype' => 'Type de rapport', |
---|
77 | 'itemfields_code' => 'Code', |
---|
78 | 'itemfields_session' => 'Session', |
---|
79 | 'itemfields_legislativebody' => 'Corps législatif', |
---|
80 | 'itemfields_history' => 'Histoire', |
---|
81 | 'itemfields_reporter' => 'Recueil', |
---|
82 | 'itemfields_court' => 'Tribunal', |
---|
83 | 'itemfields_numberofvolumes' => 'Nb de volumes', |
---|
84 | 'itemfields_committee' => 'Commission', |
---|
85 | 'itemfields_assignee' => 'Cessionnaire', |
---|
86 | 'itemfields_patentnumber' => 'N° de brevet', |
---|
87 | 'itemfields_prioritynumbers' => 'Numéros de priorité', |
---|
88 | 'itemfields_issuedate' => 'Date de parution', |
---|
89 | 'itemfields_references' => 'Références', |
---|
90 | 'itemfields_legalstatus' => 'Statut légal', |
---|
91 | 'itemfields_codenumber' => 'N° de code', |
---|
92 | 'itemfields_artworkmedium' => 'Support de l\'illustration', |
---|
93 | 'itemfields_number' => 'Numéro', |
---|
94 | 'itemfields_artworksize' => 'Taille d\'illustration', |
---|
95 | 'itemfields_librarycatalog' => 'Catalogue de bibl.', |
---|
96 | 'itemfields_videorecordingformat' => 'Format', |
---|
97 | 'itemfields_interviewmedium' => 'Média', |
---|
98 | 'itemfields_lettertype' => 'Type', |
---|
99 | 'itemfields_manuscripttype' => 'Type', |
---|
100 | 'itemfields_maptype' => 'Type', |
---|
101 | 'itemfields_scale' => 'Échelle', |
---|
102 | 'itemfields_thesistype' => 'Type', |
---|
103 | 'itemfields_websitetype' => 'Type de site Web', |
---|
104 | 'itemfields_audiorecordingformat' => 'Format', |
---|
105 | 'itemfields_label' => 'Label', |
---|
106 | 'itemfields_presentationtype' => 'Type', |
---|
107 | 'itemfields_meetingname' => 'Intitulé de la réunion', |
---|
108 | 'itemfields_studio' => 'Studio', |
---|
109 | 'itemfields_runningtime' => 'Durée', |
---|
110 | 'itemfields_network' => 'Réseau', |
---|
111 | 'itemfields_posttype' => 'Type d\'article', |
---|
112 | 'itemfields_audiofiletype' => 'Type de fichier', |
---|
113 | 'itemfields_version' => 'Version', |
---|
114 | 'itemfields_system' => 'Système', |
---|
115 | 'itemfields_company' => 'Société', |
---|
116 | 'itemfields_conferencename' => 'Intitulé du colloque', |
---|
117 | 'itemfields_encyclopediatitle' => 'Titre de l\'encyclopédie', |
---|
118 | 'itemfields_dictionarytitle' => 'Titre du dictionnaire', |
---|
119 | 'itemfields_language' => 'Langue', |
---|
120 | 'itemfields_programminglanguage' => 'Langage', |
---|
121 | 'itemfields_university' => 'Université', |
---|
122 | 'itemfields_abstractnote' => 'Résumé', |
---|
123 | 'itemfields_websitetitle' => 'Titre du site Web', |
---|
124 | 'itemfields_reportnumber' => 'N° du rapport', |
---|
125 | 'itemfields_billnumber' => 'N° de projet', |
---|
126 | 'itemfields_codevolume' => 'Volume de code', |
---|
127 | 'itemfields_codepages' => 'Pages de code', |
---|
128 | 'itemfields_datedecided' => 'Date de décision', |
---|
129 | 'itemfields_reportervolume' => 'Volume de recueil', |
---|
130 | 'itemfields_firstpage' => 'Première page', |
---|
131 | 'itemfields_documentnumber' => 'N° du document', |
---|
132 | 'itemfields_dateenacted' => 'Promulgué le', |
---|
133 | 'itemfields_publiclawnumber' => 'N° officiel de l\'acte', |
---|
134 | 'itemfields_country' => 'Pays', |
---|
135 | 'itemfields_applicationnumber' => 'N° d\'application', |
---|
136 | 'itemfields_forumtitle' => 'Titre du forum/listserv', |
---|
137 | 'itemfields_episodenumber' => 'N° de l\'épisode', |
---|
138 | 'itemfields_blogtitle' => 'Titre du blog', |
---|
139 | 'itemfields_medium' => 'Média', |
---|
140 | 'itemfields_casename' => 'Nom de l\'affaire', |
---|
141 | 'itemfields_nameofact' => 'Nom de l\'acte', |
---|
142 | 'itemfields_subject' => 'Sujet', |
---|
143 | 'itemfields_proceedingstitle' => 'Titre des actes', |
---|
144 | 'itemfields_booktitle' => 'Titre du livre', |
---|
145 | 'itemfields_shorttitle' => 'Titre abrégé', |
---|
146 | 'itemfields_docketnumber' => 'N° de requête', |
---|
147 | 'itemfields_numpages' => 'Nb de pages', |
---|
148 | 'itemfields_programtitle' => 'Titre du programme', |
---|
149 | 'itemfields_issuingauthority' => 'Autorité émettrice', |
---|
150 | 'itemfields_filingdate' => 'Date d\'archivage', |
---|
151 | 'itemfields_genre' => 'Genre', |
---|
152 | 'itemfields_archive' => 'Archive', |
---|
153 | 'itemfields_itemkey' => 'Identifiant Zotero', |
---|
154 | 'itemfields_itemversion' => 'Version', |
---|
155 | 'creatortypes_author' => 'Auteur', |
---|
156 | 'creatortypes_contributor' => 'Collaborateur', |
---|
157 | 'creatortypes_editor' => 'Éditeur', |
---|
158 | 'creatortypes_translator' => 'Traducteur', |
---|
159 | 'creatortypes_serieseditor' => 'Directeur de coll.', |
---|
160 | 'creatortypes_interviewee' => 'Interviewé', |
---|
161 | 'creatortypes_interviewer' => 'Reporter', |
---|
162 | 'creatortypes_director' => 'Metteur en scène', |
---|
163 | 'creatortypes_scriptwriter' => 'Scénariste', |
---|
164 | 'creatortypes_producer' => 'Producteur', |
---|
165 | 'creatortypes_castmember' => 'Membre de la distribution', |
---|
166 | 'creatortypes_sponsor' => 'Auteur', |
---|
167 | 'creatortypes_counsel' => 'Conseiller', |
---|
168 | 'creatortypes_inventor' => 'Inventeur', |
---|
169 | 'creatortypes_attorneyagent' => 'Mandataire/Agent', |
---|
170 | 'creatortypes_recipient' => 'Destinataire', |
---|
171 | 'creatortypes_performer' => 'Interprète', |
---|
172 | 'creatortypes_composer' => 'Compositeur', |
---|
173 | 'creatortypes_wordsby' => 'Paroles de', |
---|
174 | 'creatortypes_cartographer' => 'Cartographe', |
---|
175 | 'creatortypes_programmer' => 'Programmeur', |
---|
176 | 'creatortypes_artist' => 'Artiste', |
---|
177 | 'creatortypes_commenter' => 'Commentateur', |
---|
178 | 'creatortypes_presenter' => 'Présentateur', |
---|
179 | 'creatortypes_guest' => 'Invité', |
---|
180 | 'creatortypes_podcaster' => 'Baladodiffuseur (podcaster)', |
---|
181 | 'creatortypes_reviewedauthor' => 'Auteur recensé', |
---|
182 | 'creatortypes_cosponsor' => 'Co-parrain', |
---|
183 | 'creatortypes_bookauthor' => 'Auteur du livre' |
---|
184 | ); |
---|
185 | ?> |
---|