1 | <?php |
---|
2 | |
---|
3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | |
---|
7 | // A |
---|
8 | 'aucun_document' => 'No document', |
---|
9 | 'aucun_file'=>'No document', |
---|
10 | 'aucun_image'=>'No image', |
---|
11 | 'aucun_audio'=>'No sound', |
---|
12 | 'aucun_video'=>'No video', |
---|
13 | 'aucune_utilisation'=>'This document isn\'t used.', |
---|
14 | 'aucune_vignette' => 'No thumbnail', |
---|
15 | |
---|
16 | |
---|
17 | // B |
---|
18 | 'bouton_copier_local'=>'Copy on the site', |
---|
19 | 'bouton_download_depuis'=>'from:', |
---|
20 | 'bouton_download_local' => 'my computer', |
---|
21 | 'bouton_download_par_mediatheque' => 'media library', |
---|
22 | 'bouton_download_par_ftp' => 'the server', |
---|
23 | 'bouton_download_sur_le_web' => 'internet', |
---|
24 | 'bouton_attacher_document' => 'Attach', |
---|
25 | 'bouton_enlever_document' => 'Unlink', |
---|
26 | 'bouton_enlever_supprimer_document' => 'Delete', |
---|
27 | 'bouton_modifier_document' => 'Modify', |
---|
28 | 'bouton_parcourir' => 'Browse...', |
---|
29 | 'bouton_refresh_document' => 'Refresh document', |
---|
30 | 'bouton_remplacer_image' => 'Replace this image', |
---|
31 | 'bouton_remplacer_document' => 'Replace this document', |
---|
32 | 'bouton_remplacer_image_document' => 'Replace by an image or a document', |
---|
33 | 'bouton_supprimer' => 'Delete', |
---|
34 | 'bouton_supprimer_tous_orphelins' => 'Delete all unused', |
---|
35 | 'bouton_supprimer_tous_orphelins_confirmation' => 'Do you really want to delete @nb@ unused?', |
---|
36 | 'bouton_upload' => 'Upload', |
---|
37 | |
---|
38 | |
---|
39 | // D |
---|
40 | 'documents'=> 'Media library', |
---|
41 | 'documents_distants'=> 'Remote', |
---|
42 | 'documents_locaux'=> 'Local', |
---|
43 | 'documents_non_publies'=> 'Unpublished', |
---|
44 | 'documents_publies'=> 'Published', |
---|
45 | 'documents_tous'=> 'All', |
---|
46 | 'documents_brises' => 'Broken', |
---|
47 | 'documents_orphelins' => 'Unused', |
---|
48 | 'descriptif'=>'Description', |
---|
49 | 'des_documents'=>'@nb@ documents', |
---|
50 | 'des_files'=>'@nb@ documents', |
---|
51 | 'des_images'=>'@nb@ images', |
---|
52 | 'des_audios'=>'@nb@ sounds', |
---|
53 | 'des_videos'=>'@nb@ videos', |
---|
54 | 'des_utilisations'=>'@nb@ uses', |
---|
55 | 'document_installe_succes' => 'The file was successfully uploaded', |
---|
56 | 'document_copie_locale_succes' => 'The file was successfully copied on the site', |
---|
57 | 'nb_documents_installe_succes' => '@nb@ files successfully uploaded', |
---|
58 | 'document_vu' => 'Insert in text', |
---|
59 | 'document_attache_succes' => 'The document was successfully added', |
---|
60 | |
---|
61 | // E |
---|
62 | 'erreur_indiquez_un_fichier'=>'Specify a file!', |
---|
63 | 'erreur_aucun_document'=>'This document doesn\'t exist in the media library', |
---|
64 | 'erreur_aucun_fichier'=>'No file was found', |
---|
65 | 'erreur_upload_type_interdit'=> "Downloading files of type @nom@ is not allowed", |
---|
66 | 'erreur_chemin_ftp'=>'The specified file was not found on server', |
---|
67 | 'erreur_chemin_distant' => 'The remote file @nom@ could not be found', |
---|
68 | 'erreur_copie_fichier' => 'Unable to copy the file @nom@', |
---|
69 | 'erreur_format_fichier_image' => 'The format of @nom@ is not suitable for an image', |
---|
70 | 'erreur_upload_vignette' => 'Error loading thumbnail @nom@', |
---|
71 | |
---|
72 | // F |
---|
73 | 'format_date_incorrect' => 'The date or time are incorrect', |
---|
74 | 'fichier_modifie' => 'The file has been modified. Click save button.', |
---|
75 | |
---|
76 | // I |
---|
77 | 'icone_creer_document' => 'Add a document', |
---|
78 | 'id' => 'ID', |
---|
79 | 'infos'=>'Technical infos', |
---|
80 | 'info_modifier_document'=>'Modify the document', |
---|
81 | 'info_heure' => 'Time', |
---|
82 | 'info_largeur' => 'Width', |
---|
83 | 'info_hauteur' => 'Height', |
---|
84 | 'info_gauche_numero_document'=>'DOCUMENT NUMBER', |
---|
85 | 'info_statut_document'=> 'This document is:', |
---|
86 | 'info_illustrations' => 'Illustrations', |
---|
87 | 'info_doc_max_poids' => 'Documents must necessarily be less than @maxi@ (this file is @actuel@).', |
---|
88 | 'info_image_max_poids' => 'Images must necessarily be less than @maxi@ (this file is @actuel@).', |
---|
89 | |
---|
90 | // L |
---|
91 | 'logo' => 'Logo', |
---|
92 | 'label_refdoc_joindre' => 'Document number', |
---|
93 | 'label_parents' => 'This document is linked to', |
---|
94 | 'label_fichier' => 'File', |
---|
95 | 'label_fichier_vignette' => 'Thumbnail', |
---|
96 | 'label_caracteristiques' => 'Features', |
---|
97 | 'label_apercu' => 'Overview', |
---|
98 | 'label_credits' => 'Credits', |
---|
99 | 'lien_tout_enlever' => 'Remove all', |
---|
100 | |
---|
101 | // M |
---|
102 | 'media_audio' => 'Sounds', |
---|
103 | 'media_video' => 'Videos', |
---|
104 | 'media_image' => 'Images', |
---|
105 | 'media_file' => 'Other', |
---|
106 | |
---|
107 | // P |
---|
108 | 'par_id' => 'ID', |
---|
109 | 'par_date' => 'Date', |
---|
110 | 'par_taille' => 'Weight', |
---|
111 | 'par_largeur' => 'Width', |
---|
112 | 'par_hauteur' => 'Height', |
---|
113 | 'par_titre' => 'Title', |
---|
114 | |
---|
115 | // T |
---|
116 | 'tous_les_medias'=>'All media', |
---|
117 | |
---|
118 | // U |
---|
119 | 'un_document' => '1 document', |
---|
120 | 'un_file'=>'1 document', |
---|
121 | 'un_image'=>'1 image', |
---|
122 | 'un_audio'=>'1 sound', |
---|
123 | 'un_video'=>'1 video', |
---|
124 | 'une_utilisation'=>'1 use', |
---|
125 | 'upload_info_mode_document' => 'Send to portfolio', |
---|
126 | 'upload_info_mode_image' => 'Remove from portfolio', |
---|
127 | |
---|
128 | // |
---|
129 | 'verifier_documents_brises' => 'Check missing files', |
---|
130 | 'vignette_supprimee' => 'The thumbnail has been deleted', |
---|
131 | |
---|
132 | |
---|
133 | /* 'affichage' => 'Affichage :', |
---|
134 | 'attr_alt' => 'Pas de balise alt ?? ', |
---|
135 | 'conteneur' => 'Conteneur :', |
---|
136 | 'fichier_introuvable' => 'Fichier introuvable', |
---|
137 | 'filtrer' => 'Filtrer :', |
---|
138 | 'info_breve' => 'Breve ', |
---|
139 | 'info_breves' => 'Breves', |
---|
140 | 'info_doc' => 'Cette page récapitule la liste de tous vos documents. Pour modifier les informations de chaque document, suivez le lien vers la page de sa rubrique.', |
---|
141 | 'info_reparer' => 'Cette page reconstitue les liens entre documents et articles dans lequel ils sont insérés par un tag <code><imgxx> <docxx> ou <embxx></code>', |
---|
142 | 'info_rubrique' => 'Rubrique ', |
---|
143 | 'lien_ajoute' => 'lien ajouté', |
---|
144 | 'mis_jour_liens' => 'Liens mis a jour', |
---|
145 | 'mis_jour_tailles' => 'Mettre les tailles a jour', |
---|
146 | 'par' => 'Par @numero@', |
---|
147 | 'portfolio' => 'Portfolio', |
---|
148 | 'reparer_liens' => 'Reparer les liens', |
---|
149 | 'info_syndication' => 'Syndication', |
---|
150 | 'sans_titre_descriptif' => 'Sans titre ni descriptif', |
---|
151 | 'taille_erronee' => 'Taille erronée', |
---|
152 | 'type' => 'Type :', |
---|
153 | 'tous' => 'Tous', |
---|
154 | 'tous_doc' => 'Tous vos documents', |
---|
155 | 'tous_docs' => 'Tous les Documents'*/ |
---|
156 | ); |
---|
157 | ?> |
---|