[31750] | 1 | <?php |
---|
| 2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
[58624] | 3 | // extrait automatiquement de http://trad.spip.org/tradlang_module/tickets?lang_cible=en |
---|
[56633] | 4 | // ** ne pas modifier le fichier ** |
---|
[31750] | 5 | |
---|
[56633] | 6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
| 7 | |
---|
[31750] | 8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
[56633] | 9 | |
---|
[31750] | 10 | // A |
---|
[50193] | 11 | 'afficher_tickets' => 'Show bug reports', |
---|
| 12 | 'assignation_attribuee_a' => 'The bug report has been assigned to @nom@.', |
---|
| 13 | 'assignation_mail_titre' => 'Change of bug report assignment', |
---|
[31750] | 14 | 'assignation_modifiee' => 'Assignment Update', |
---|
| 15 | 'assignation_non_modifiee' => 'Assignment not updated', |
---|
[50193] | 16 | 'assignation_supprimee' => 'The assignment of this bug report has ben deleted.', |
---|
[57107] | 17 | 'assigne_a' => 'Assigned to:', |
---|
[50193] | 18 | 'assignes_a' => 'Assigned to', |
---|
[57107] | 19 | 'autres_tickets_ouverts' => 'Other opened bug reports', |
---|
[31750] | 20 | |
---|
| 21 | // C |
---|
[56633] | 22 | 'cfg_bouton_radio_desactiver_forum_public' => 'Disable the use of public forums.', |
---|
[50193] | 23 | 'cfg_descr_tickets' => 'Configuration of the Bug reports plugin for SPIP', |
---|
[57107] | 24 | 'cfg_explication_cacher_moteurs' => 'Hide bug reports from search engines asking them not to index their content when they are displayed in the public space.', |
---|
[50395] | 25 | 'cfg_explication_composants' => 'Separate the components with the character ":".', |
---|
| 26 | 'cfg_explication_jalons' => 'Separate the milestones with the character ":".', |
---|
| 27 | 'cfg_explication_projets' => 'Separate the projects with the character ":".', |
---|
[50401] | 28 | 'cfg_explication_readonly' => 'This part of the configuration is already set somewhere else.', |
---|
[50395] | 29 | 'cfg_explication_versions' => 'Separate the versions with the character ":".', |
---|
[56633] | 30 | 'cfg_form_tickets_autorisations' => 'Setting up permissions', |
---|
| 31 | 'cfg_form_tickets_general' => 'General setup', |
---|
[31750] | 32 | 'cfg_inf_type_autorisation' => 'If you choose by status or by author, you will be prompted below your selection of status or authors.', |
---|
[50193] | 33 | 'cfg_lbl_autorisation_auteurs' => ' Allow list of authors', |
---|
| 34 | 'cfg_lbl_autorisation_statuts' => 'Allow by authors status', |
---|
[31750] | 35 | 'cfg_lbl_autorisation_webmestre' => 'Allow webmasters only', |
---|
[57107] | 36 | 'cfg_lbl_cacher_moteurs' => 'Hide from search engines', |
---|
| 37 | 'cfg_lbl_case_joindre_fichiers' => 'Allow to attach one or more files to bug reports', |
---|
| 38 | 'cfg_lbl_case_notification_publique' => 'Be notified in public rather than private space (Requires Zpip)', |
---|
[50414] | 39 | 'cfg_lbl_case_selecteur_navigateur' => 'Having a browser selector in the bug report form', |
---|
[50395] | 40 | 'cfg_lbl_composants' => 'Components', |
---|
[57107] | 41 | 'cfg_lbl_desactiver_public' => 'Disable public access', |
---|
[50204] | 42 | 'cfg_lbl_forums_publics' => 'Comments on bug reports', |
---|
[50395] | 43 | 'cfg_lbl_jalons' => 'Milestones', |
---|
[57107] | 44 | 'cfg_lbl_joindre_fichiers' => 'Attach one or more files', |
---|
[50193] | 45 | 'cfg_lbl_liste_auteurs' => 'Authors of the website', |
---|
[50204] | 46 | 'cfg_lbl_notification_publique' => 'Public notification', |
---|
[50395] | 47 | 'cfg_lbl_projets' => 'Projects', |
---|
[50414] | 48 | 'cfg_lbl_selecteur_navigateur' => 'Browser selector', |
---|
[31750] | 49 | 'cfg_lbl_statuts_auteurs' => 'Possible status', |
---|
[50193] | 50 | 'cfg_lbl_type_autorisation' => 'Authorization method', |
---|
[50395] | 51 | 'cfg_lbl_versions' => 'Versions', |
---|
[50193] | 52 | 'cfg_lgd_autorisation_assigner' => 'Assign bug reports', |
---|
| 53 | 'cfg_lgd_autorisation_commenter' => 'Comment bug reports', |
---|
| 54 | 'cfg_lgd_autorisation_ecrire' => 'Write bug reports', |
---|
[57107] | 55 | 'cfg_lgd_autorisation_modifier' => 'Edit the bug reports', |
---|
[50395] | 56 | 'cfg_lgd_champs_optionnels' => 'Optional fields', |
---|
[57107] | 57 | 'cfg_lgd_champs_options_autres' => 'Other options', |
---|
[50395] | 58 | 'cfg_lgd_notifs_forums' => 'Forums and notifications', |
---|
[31750] | 59 | 'cfg_titre_tickets' => 'Bug reports', |
---|
[57107] | 60 | 'champ_assigner' => 'Assign to:', |
---|
| 61 | 'champ_composant' => 'Component:', |
---|
| 62 | 'champ_createur' => 'Created by:', |
---|
| 63 | 'champ_date' => 'Date:', |
---|
| 64 | 'champ_date_debut' => 'From:', |
---|
| 65 | 'champ_date_fin' => 'Until:', |
---|
[31750] | 66 | 'champ_date_modif' => 'Modified on', |
---|
[50193] | 67 | 'champ_description' => 'Description of the bug report', |
---|
[57107] | 68 | 'champ_exemple' => 'Example:', |
---|
| 69 | 'champ_fichier' => 'Attach a file', |
---|
[31750] | 70 | 'champ_id' => 'Number', |
---|
[57107] | 71 | 'champ_id_assigne' => 'Assigned to:', |
---|
| 72 | 'champ_id_auteur' => 'Author:', |
---|
| 73 | 'champ_importance' => 'Importance:', |
---|
| 74 | 'champ_jalon' => 'Milestone:', |
---|
[50394] | 75 | 'champ_maj' => 'Update:', |
---|
| 76 | 'champ_maj_long' => 'Updated date', |
---|
[57107] | 77 | 'champ_navigateur' => 'Browser:', |
---|
[33489] | 78 | 'champ_nouveau_commentaire' => 'New comment', |
---|
[57107] | 79 | 'champ_projet' => 'Project:', |
---|
| 80 | 'champ_recherche' => 'Search:', |
---|
| 81 | 'champ_severite' => 'Severity:', |
---|
| 82 | 'champ_statut' => 'Status:', |
---|
| 83 | 'champ_sticked' => 'Sticked:', |
---|
[56633] | 84 | 'champ_texte' => 'Text', |
---|
[31750] | 85 | 'champ_titre' => 'Abstract', |
---|
| 86 | 'champ_titre_ticket' => 'Title of the bug report', |
---|
[57107] | 87 | 'champ_type' => 'Type:', |
---|
| 88 | 'champ_url_exemple' => 'Example URL', |
---|
| 89 | 'champ_version' => 'Version:', |
---|
[50193] | 90 | 'changement_statut_mail' => 'The status of this bug report has been changed from "@ancien@" to "@nouveau@".', |
---|
| 91 | 'classement_assigne' => 'Bug reports by assignment', |
---|
[58794] | 92 | 'classement_asuivre' => 'The bug reports to follow', |
---|
[50193] | 93 | 'classement_jalon' => 'Bug reports by milestone', |
---|
[31750] | 94 | 'classement_termine' => 'Closed bug reports', |
---|
| 95 | 'classement_type' => 'Bug reports by type', |
---|
[50193] | 96 | 'commentaire' => 'comment', |
---|
[56633] | 97 | 'commentaire_aucun' => 'No comment', |
---|
[50193] | 98 | 'commentaires' => 'comments', |
---|
[31750] | 99 | 'commenter_ticket' => 'Comment this bug report', |
---|
| 100 | 'creer_ticket' => 'Create a bug report', |
---|
| 101 | |
---|
| 102 | // D |
---|
[50193] | 103 | 'date_creation_auteur' => 'Bug report created on <strong>@date@</strong> by <strong>@nom@</strong>', |
---|
[31750] | 104 | |
---|
| 105 | // E |
---|
[57268] | 106 | 'erreur_date_saisie' => 'This date is invalid', |
---|
| 107 | 'erreur_date_saisie_superieure' => 'The maximum date must be greater than the minimum date', |
---|
[31750] | 108 | 'erreur_texte_longueur_mini' => 'The minimum length of text is @nb@ characters.', |
---|
| 109 | 'erreur_verifier_formulaire' => 'Verify your form', |
---|
[57107] | 110 | 'explication_champ_sticked' => 'The sticked bug reports are listed first regardless of their status.', |
---|
[58430] | 111 | 'explication_description_ticket' => 'Describe as precisely as possible the need or problem. |
---|
| 112 | Indicate in particular if it occurs consistently or occasionally. |
---|
[57107] | 113 | If it is a display problem, specify with what browser you are experiencing it.', |
---|
[58430] | 114 | 'explication_description_ticket_ss_nav' => 'Describe as precisely as possible the need or problem. |
---|
[57107] | 115 | Indicate in particular if it occurs consistently or occasionally.', |
---|
| 116 | 'explication_fichier' => 'Add a file to the bug report.', |
---|
| 117 | 'explication_redaction' => 'When you\'re finished writing your bug report, select the status «open and discussed».', |
---|
| 118 | 'explication_url_exemple' => 'Enter here the URL of a page covered by this bug report.', |
---|
[31750] | 119 | |
---|
| 120 | // I |
---|
[57107] | 121 | 'icone_modifier_ticket' => 'Edit this bug report', |
---|
[56633] | 122 | 'icone_retour_ticket' => 'Back to the bug report', |
---|
[57107] | 123 | 'info_commentaire' => 'Comment #@id@ :', |
---|
| 124 | 'info_document_ajoute' => 'Added:', |
---|
[50321] | 125 | 'info_liste_tickets' => 'Bug reports', |
---|
[57107] | 126 | 'info_numero_ticket' => 'BUG REPORT NUMBER:', |
---|
[57196] | 127 | 'info_ticket_1' => '1bug report', |
---|
| 128 | 'info_ticket_aucun' => 'No bug report', |
---|
| 129 | 'info_ticket_nb' => '@nb@ bug reports', |
---|
[56633] | 130 | 'info_tickets' => 'Bug reports', |
---|
[50204] | 131 | 'info_tickets_ouvert' => 'opened and discussed', |
---|
| 132 | 'info_tickets_redac' => 'being edited', |
---|
[31750] | 133 | |
---|
[50400] | 134 | // L |
---|
[57107] | 135 | 'label_paginer_par' => 'Paginate by:', |
---|
| 136 | 'lien_filtrer' => 'Filter the bug reports', |
---|
| 137 | 'lien_supprimer_filtres' => 'Remove all filters', |
---|
[56633] | 138 | |
---|
[31750] | 139 | // M |
---|
[50193] | 140 | 'mail_texte_message_auto' => 'This is an automatic message: please don\'t answer.', |
---|
[57107] | 141 | 'message_aucun_ticket_recherche' => 'No ticket matches your search', |
---|
[50193] | 142 | 'message_automatique' => 'This is an automatic message: please don\'t answer.', |
---|
[31750] | 143 | |
---|
| 144 | // N |
---|
| 145 | 'no_assignation' => 'No one', |
---|
| 146 | 'non_assignes' => 'Not owned', |
---|
[50193] | 147 | 'nouveau_commentaire_mail' => 'New comment on bug report', |
---|
| 148 | 'nouveau_ticket' => 'New bug report', |
---|
[31750] | 149 | |
---|
[50414] | 150 | // O |
---|
| 151 | 'option_navigateur_autre' => 'Other', |
---|
| 152 | 'option_navigateur_tous' => 'All browsers', |
---|
[56633] | 153 | |
---|
[31750] | 154 | // P |
---|
[50193] | 155 | 'page_titre' => 'Bug reports, bug tracking system', |
---|
[31750] | 156 | |
---|
| 157 | // R |
---|
| 158 | 'revenir_gestion' => 'Back to the bug reports management', |
---|
| 159 | |
---|
| 160 | // S |
---|
[31751] | 161 | 'severite_bloquant' => 'Critical', |
---|
| 162 | 'severite_important' => 'Major', |
---|
[31750] | 163 | 'severite_normal' => 'Normal', |
---|
[31751] | 164 | 'severite_peu_important' => 'Trivial', |
---|
[56633] | 165 | 'sinscrire' => 'Subscribe', |
---|
[31750] | 166 | 'statut_ferme' => 'Closed', |
---|
| 167 | 'statut_ferme_long' => 'All the closed bug reports', |
---|
| 168 | 'statut_inchange' => 'The status has been modified.', |
---|
[56633] | 169 | 'statut_mis_a_jour' => 'Status updated', |
---|
[31750] | 170 | 'statut_ouvert' => 'Opened and discussed', |
---|
[57107] | 171 | 'statut_poubelle' => 'In the dustbin', |
---|
[31750] | 172 | 'statut_redac' => 'Editing in progress', |
---|
| 173 | 'statut_resolu' => 'Resolved', |
---|
| 174 | 'statut_resolu_long' => 'All the resolved bug reports', |
---|
[57107] | 175 | 'suivre_tickets_assignes_a' => 'Bug reports assigned to @nom@', |
---|
| 176 | 'suivre_tickets_comments' => 'Follow bug reports comments', |
---|
| 177 | 'suivre_tickets_comments_rss' => 'Follow these comments via RSS', |
---|
| 178 | 'suivre_tickets_de' => 'Bug reports from @nom@', |
---|
| 179 | 'suivre_tickets_id' => 'Monitoring of the bug report #@id@ : @titre@', |
---|
| 180 | 'suivre_tickets_rss' => 'Follow these bug reports via RSS', |
---|
| 181 | 'suivre_tickets_rss_unique' => 'Follow this bug report by RSS', |
---|
| 182 | 'suivre_tickets_statut' => 'Bug reports with the statutes :', |
---|
| 183 | 'suivre_tickets_tous' => 'All bug reports', |
---|
| 184 | 'syndiquer_ticket' => 'Syndicate the bug report:', |
---|
[50204] | 185 | 'syndiquer_tickets' => 'Syndicate the bug reports of the website', |
---|
[31750] | 186 | |
---|
| 187 | // T |
---|
[57196] | 188 | 'texte_ticket_statut' => 'Bug report status:', |
---|
[31750] | 189 | 'ticket' => 'Bug report', |
---|
[50193] | 190 | 'ticket_enregistre' => 'The bug report has been saved.', |
---|
[31750] | 191 | 'tickets' => 'Bug reports', |
---|
[50331] | 192 | 'tickets_autorisations' => 'Authorizations', |
---|
[50204] | 193 | 'tickets_derniers_commentaires' => 'Last comments', |
---|
[57107] | 194 | 'tickets_en_cours_auteur' => '@nom@ bug reports being processed', |
---|
[50331] | 195 | 'tickets_general' => 'General', |
---|
[57107] | 196 | 'tickets_sticked' => 'Sticked bug reports', |
---|
[58430] | 197 | 'tickets_sur_inscription' => 'Bug report or comment only available for registered users. |
---|
[57107] | 198 | ', |
---|
| 199 | 'tickets_sur_inscription_droits' => 'The rights you have are inadequate.', |
---|
[50430] | 200 | 'tickets_traites' => 'All processed bug reports', |
---|
[57107] | 201 | 'tickets_tries' => 'Bug reports matching your criteria', |
---|
[50193] | 202 | 'titre' => 'Bug reports, bug tracking', |
---|
[50204] | 203 | 'titre_identification' => 'Authentication', |
---|
[31750] | 204 | 'titre_liste' => 'List of the bug reports', |
---|
[58624] | 205 | 'tous_tickets_en_redaction' => 'Tous les tickets en rédaction', # NEW |
---|
[50193] | 206 | 'tous_tickets_ouverts' => 'All opened bug reports', |
---|
[58794] | 207 | 'tous_vos_tickets' => 'All your bug reports', |
---|
[31750] | 208 | 'type_amelioration' => 'Improvements', |
---|
[50193] | 209 | 'type_amelioration_long' => 'The improvements bug reports', |
---|
[31750] | 210 | 'type_probleme' => 'Problem', |
---|
| 211 | 'type_probleme_long' => 'Problems to resolve', |
---|
| 212 | 'type_tache' => 'Task', |
---|
| 213 | 'type_tache_long' => 'Current tasks', |
---|
| 214 | |
---|
| 215 | // V |
---|
[50193] | 216 | 'vos_tickets_assignes' => 'Bug reports assigned to you', |
---|
[57107] | 217 | 'vos_tickets_assignes_auteur' => '@nom@ bug reports assigned to you', |
---|
[50204] | 218 | 'vos_tickets_en_cours' => 'Your bug reports being editing' |
---|
[31750] | 219 | ); |
---|
| 220 | |
---|
| 221 | ?> |
---|