@@ -1,114 +1,288 | |||||
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
1 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: January,February,March,April,May,June,July,August,September,October,November,December |
|
4 | actionview_datehelper_select_month_names: January,February,March,April,May,June,July,August,September,October,November,December | |
5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec |
|
5 | actionview_datehelper_select_month_names_abbr: Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec | |
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 day |
|
8 | actionview_datehelper_time_in_words_day: 1 day | |
9 | actionview_datehelper_time_in_words_day_plural: %d days |
|
9 | actionview_datehelper_time_in_words_day_plural: %d days | |
10 | actionview_datehelper_time_in_words_hour_about: about an hour |
|
10 | actionview_datehelper_time_in_words_hour_about: about an hour | |
11 | actionview_datehelper_time_in_words_hour_about_plural: about %d hours |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: about %d hours | |
12 | actionview_datehelper_time_in_words_hour_about_single: about an hour |
|
12 | actionview_datehelper_time_in_words_hour_about_single: about an hour | |
13 | actionview_datehelper_time_in_words_minute: 1 minute |
|
13 | actionview_datehelper_time_in_words_minute: 1 minute | |
14 | actionview_datehelper_time_in_words_minute_half: half a minute |
|
14 | actionview_datehelper_time_in_words_minute_half: half a minute | |
15 | actionview_datehelper_time_in_words_minute_less_than: less than a minute |
|
15 | actionview_datehelper_time_in_words_minute_less_than: less than a minute | |
16 | actionview_datehelper_time_in_words_minute_plural: %d minutes |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d minutes | |
17 | actionview_datehelper_time_in_words_minute_single: 1 minute |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 minute | |
18 | actionview_datehelper_time_in_words_second_less_than: less than a second |
|
18 | actionview_datehelper_time_in_words_second_less_than: less than a second | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: less than %d seconds | |
20 | actionview_instancetag_blank_option: Please select |
|
20 | actionview_instancetag_blank_option: Please select | |
21 |
|
21 | |||
22 | activerecord_error_inclusion: is not included in the list |
|
22 | activerecord_error_inclusion: is not included in the list | |
23 | activerecord_error_exclusion: is reserved |
|
23 | activerecord_error_exclusion: is reserved | |
24 | activerecord_error_invalid: is invalid |
|
24 | activerecord_error_invalid: is invalid | |
25 | activerecord_error_confirmation: doesn't match confirmation |
|
25 | activerecord_error_confirmation: doesn't match confirmation | |
26 | activerecord_error_accepted: must be accepted |
|
26 | activerecord_error_accepted: must be accepted | |
27 | activerecord_error_empty: can't be empty |
|
27 | activerecord_error_empty: can't be empty | |
28 | activerecord_error_blank: can't be blank |
|
28 | activerecord_error_blank: can't be blank | |
29 | activerecord_error_too_long: is too long |
|
29 | activerecord_error_too_long: is too long | |
30 | activerecord_error_too_short: is too short |
|
30 | activerecord_error_too_short: is too short | |
31 | activerecord_error_wrong_length: is the wrong length |
|
31 | activerecord_error_wrong_length: is the wrong length | |
32 | activerecord_error_taken: has already been taken |
|
32 | activerecord_error_taken: has already been taken | |
33 | activerecord_error_not_a_number: is not a number |
|
33 | activerecord_error_not_a_number: is not a number | |
34 |
|
34 | |||
35 | general_fmt_age: %d yr |
|
35 | general_fmt_age: %d yr | |
36 | general_fmt_age_plural: %d yrs |
|
36 | general_fmt_age_plural: %d yrs | |
37 | general_fmt_date: %%b %%d, %%Y (%%a) |
|
37 | general_fmt_date: %%b %%d, %%Y (%%a) | |
38 | general_fmt_datetime: %%b %%d, %%Y (%%a), %%I:%%M %%p |
|
38 | general_fmt_datetime: %%b %%d, %%Y (%%a), %%I:%%M %%p | |
39 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p |
|
39 | general_fmt_datetime_short: %%b %%d, %%I:%%M %%p | |
40 | general_fmt_time: %%I:%%M %%p |
|
40 | general_fmt_time: %%I:%%M %%p | |
41 | general_text_No: 'No' |
|
41 | general_text_No: 'No' | |
42 | general_text_Yes: 'Yes' |
|
42 | general_text_Yes: 'Yes' | |
43 | general_text_no: 'no' |
|
43 | general_text_no: 'no' | |
44 | general_text_yes: 'yes' |
|
44 | general_text_yes: 'yes' | |
45 | general_lang_en: 'English' |
|
45 | general_lang_en: 'English' | |
46 |
|
46 | |||
47 | notice_account_updated: Account was successfully updated. |
|
47 | notice_account_updated: Account was successfully updated. | |
48 | notice_account_invalid_creditentials: Invalid user or password |
|
48 | notice_account_invalid_creditentials: Invalid user or password | |
49 | notice_account_password_updated: Password was successfully updated. |
|
49 | notice_account_password_updated: Password was successfully updated. | |
50 | notice_account_wrong_password: Wrong password |
|
50 | notice_account_wrong_password: Wrong password | |
51 | notice_account_register_done: Account was successfully created. |
|
51 | notice_account_register_done: Account was successfully created. | |
52 | notice_account_unknown_email: Unknown user. |
|
52 | notice_account_unknown_email: Unknown user. | |
|
53 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. | |||
53 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. |
|
54 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. | |
|
55 | notice_account_activated: Your account has been activated. You can now log in. | |||
|
56 | notice_successful_create: Successful creation. | |||
|
57 | notice_successful_update: Successful update. | |||
|
58 | notice_successful_delete: Successful deletion. | |||
|
59 | notice_successful_connection: Successful connection. | |||
54 |
|
60 | |||
55 | gui_menu_home: Home |
|
|||
56 | gui_menu_my_page: My page |
|
|||
57 | gui_menu_projects: Projects |
|
|||
58 | gui_menu_my_account: My account |
|
|||
59 | gui_menu_admin: Administration |
|
|||
60 | gui_menu_login: Login |
|
|||
61 | gui_menu_logout: Logout |
|
|||
62 | gui_menu_help: Help |
|
|||
63 | gui_validation_error: 1 error |
|
61 | gui_validation_error: 1 error | |
64 | gui_validation_error_plural: %d errors |
|
62 | gui_validation_error_plural: %d errors | |
65 |
|
63 | |||
66 | field_name: Name |
|
64 | field_name: Name | |
67 | field_description: Description |
|
65 | field_description: Description | |
68 | field_summary: Summary |
|
66 | field_summary: Summary | |
69 | field_is_required: Required |
|
67 | field_is_required: Required | |
70 | field_firstname: Firstname |
|
68 | field_firstname: Firstname | |
71 | field_lastname: Lastname |
|
69 | field_lastname: Lastname | |
72 | field_mail: Email |
|
70 | field_mail: Email | |
73 | field_filename: File |
|
71 | field_filename: File | |
74 | field_filesize: Size |
|
72 | field_filesize: Size | |
75 | field_downloads: Downloads |
|
73 | field_downloads: Downloads | |
76 | field_author: Author |
|
74 | field_author: Author | |
77 | field_created_on: Created |
|
75 | field_created_on: Created | |
78 | field_updated_on: Updated |
|
76 | field_updated_on: Updated | |
79 | field_field_format: Format |
|
77 | field_field_format: Format | |
80 | field_is_for_all: For all projects |
|
78 | field_is_for_all: For all projects | |
81 | field_possible_values: Possible values |
|
79 | field_possible_values: Possible values | |
82 | field_regexp: Regular expression |
|
80 | field_regexp: Regular expression | |
83 | field_min_length: Minimum length |
|
81 | field_min_length: Minimum length | |
84 | field_max_length: Maximum length |
|
82 | field_max_length: Maximum length | |
85 | field_value: Value |
|
83 | field_value: Value | |
86 | field_category: Catogory |
|
84 | field_category: Catogory | |
87 | field_title: Title |
|
85 | field_title: Title | |
88 | field_project: Project |
|
86 | field_project: Project | |
89 | field_issue: Issue |
|
87 | field_issue: Issue | |
90 | field_status: Status |
|
88 | field_status: Status | |
91 | field_notes: Notes |
|
89 | field_notes: Notes | |
92 | field_is_closed: Issue closed |
|
90 | field_is_closed: Issue closed | |
93 | field_is_default: Default status |
|
91 | field_is_default: Default status | |
94 | field_html_color: Color |
|
92 | field_html_color: Color | |
95 | field_tracker: Tracker |
|
93 | field_tracker: Tracker | |
96 | field_subject: Subject |
|
94 | field_subject: Subject | |
|
95 | field_due_date: Due date | |||
97 | field_assigned_to: Assigned to |
|
96 | field_assigned_to: Assigned to | |
98 | field_priority: Priority |
|
97 | field_priority: Priority | |
99 | field_fixed_version: Fixed version |
|
98 | field_fixed_version: Fixed version | |
100 | field_user: User |
|
99 | field_user: User | |
101 | field_role: Role |
|
100 | field_role: Role | |
102 | field_homepage: Homepage |
|
101 | field_homepage: Homepage | |
103 | field_is_public: Public |
|
102 | field_is_public: Public | |
104 | field_parent: Subproject de |
|
103 | field_parent: Subproject de | |
105 | field_is_in_chlog: Issues displayed in changelog |
|
104 | field_is_in_chlog: Issues displayed in changelog | |
106 | field_login: Login |
|
105 | field_login: Login | |
107 | field_mail_notification: Mail notifications |
|
106 | field_mail_notification: Mail notifications | |
108 | field_admin: Administrator |
|
107 | field_admin: Administrator | |
109 | field_locked: Locked |
|
108 | field_locked: Locked | |
110 | field_last_login_on: Last connection |
|
109 | field_last_login_on: Last connection | |
111 | field_language: Language |
|
110 | field_language: Language | |
112 | field_effective_date: Date |
|
111 | field_effective_date: Date | |
113 | field_password: Password |
|
112 | field_password: Password | |
114 | field_password_confirmation: Confirmation No newline at end of file |
|
113 | field_new_password: New password | |
|
114 | field_password_confirmation: Confirmation | |||
|
115 | field_version: Version | |||
|
116 | field_type: Type | |||
|
117 | field_host: Host | |||
|
118 | field_port: Port | |||
|
119 | field_account: Account | |||
|
120 | field_base_dn: Base DN | |||
|
121 | field_attr_login: Login attribute | |||
|
122 | field_attr_firstname: Firstname attribute | |||
|
123 | field_attr_lastname: Lastname attribute | |||
|
124 | field_attr_mail: Email attribute | |||
|
125 | field_onthefly: On-the-fly user creation | |||
|
126 | ||||
|
127 | label_user: Uuser | |||
|
128 | label_user_plural: Users | |||
|
129 | label_user_new: New user | |||
|
130 | label_project: Project | |||
|
131 | label_project_new: New project | |||
|
132 | label_project_plural: Projects | |||
|
133 | label_project_latest: Latest projects | |||
|
134 | label_issue: Issue | |||
|
135 | label_issue_new: New issue | |||
|
136 | label_issue_plural: Issues | |||
|
137 | label_issue_view_all: View all issues | |||
|
138 | label_document: Document | |||
|
139 | label_document_new: New document | |||
|
140 | label_document_plural: Documents | |||
|
141 | label_role: Role | |||
|
142 | label_role_plural: Roles | |||
|
143 | label_role_new: New role | |||
|
144 | label_role_and_permissions: Roles and permissions | |||
|
145 | label_member: Member | |||
|
146 | label_member_new: New member | |||
|
147 | label_member_plural: Members | |||
|
148 | label_tracker: Tracker | |||
|
149 | label_tracker_plural: Trackers | |||
|
150 | label_tracker_new: New tracker | |||
|
151 | label_workflow: Workflow | |||
|
152 | label_issue_status: Issue status | |||
|
153 | label_issue_status_plural: Issue statuses | |||
|
154 | label_issue_status_new: New status | |||
|
155 | label_issue_category: Issue category | |||
|
156 | label_issue_category_plural: Issue categories | |||
|
157 | label_issue_category_new: New category | |||
|
158 | label_custom_field: Custom field | |||
|
159 | label_custom_field_plural: Custom fields | |||
|
160 | label_custom_field_new: New custom field | |||
|
161 | label_enumerations: Enumerations | |||
|
162 | label_enumeration_new: New value | |||
|
163 | label_information: Information | |||
|
164 | label_information_plural: Information | |||
|
165 | label_please_login: Please login | |||
|
166 | label_register: Register | |||
|
167 | label_password_lost: Lost password | |||
|
168 | label_home: Home | |||
|
169 | label_my_page: My page | |||
|
170 | label_my_account: My account | |||
|
171 | label_my_projects: My projects | |||
|
172 | label_administration: Administration | |||
|
173 | label_login: Login | |||
|
174 | label_logout: Logout | |||
|
175 | label_help: Help | |||
|
176 | label_reported_issues: Reported issues | |||
|
177 | label_assigned_to_me_issues: Issues assigned to me | |||
|
178 | label_last_login: Last connection | |||
|
179 | label_last_updates: Last updated | |||
|
180 | label_last_updates_plural: %d last updated | |||
|
181 | label_registered_on: Registered on | |||
|
182 | label_activity: Activity | |||
|
183 | label_new: New | |||
|
184 | label_logged_as: Logged as | |||
|
185 | label_environment: Environment | |||
|
186 | label_authentication: Authentication | |||
|
187 | label_auth_source: Authentification mode | |||
|
188 | label_auth_source_new: New authentication mode | |||
|
189 | label_auth_source_plural: Authentification modes | |||
|
190 | label_subproject: Subproject | |||
|
191 | label_subproject_plural: Subprojects | |||
|
192 | label_min_max_length: Min - Max length | |||
|
193 | label_list: List | |||
|
194 | label_date: Date | |||
|
195 | label_integer: Integer | |||
|
196 | label_boolean: Boolean | |||
|
197 | label_string: String | |||
|
198 | label_text: Text | |||
|
199 | label_attribute: Attribute | |||
|
200 | label_attribute_plural: Attributes | |||
|
201 | label_download: %d Download | |||
|
202 | label_download_plural: %d Downloads | |||
|
203 | label_no_data: No data to display | |||
|
204 | label_change_status: Change status | |||
|
205 | label_history: History | |||
|
206 | label_attachment: File | |||
|
207 | label_attachment_new: New file | |||
|
208 | label_attachment_delete: Delete file | |||
|
209 | label_attachment_plural: Files | |||
|
210 | label_report: Report | |||
|
211 | label_report_plural: Reports | |||
|
212 | label_news: News | |||
|
213 | label_news_new: Add news | |||
|
214 | label_news_plural: News | |||
|
215 | label_news_latest: Latest news | |||
|
216 | label_news_view_all: View all news | |||
|
217 | label_change_log: Change log | |||
|
218 | label_settings: Settings | |||
|
219 | label_overview: Overview | |||
|
220 | label_version: Version | |||
|
221 | label_version_new: New version | |||
|
222 | label_version_plural: Versions | |||
|
223 | label_confirmation: Confirmation | |||
|
224 | label_export_csv: Export to CSV | |||
|
225 | label_read: Read... | |||
|
226 | label_public_projects: Public projects | |||
|
227 | label_open_issues: Open | |||
|
228 | label_open_issues_plural: Open | |||
|
229 | label_closed_issues: Closed | |||
|
230 | label_closed_issues_plural: Closed | |||
|
231 | label_total: Total | |||
|
232 | label_permissions: Permissions | |||
|
233 | label_current_status: Current status | |||
|
234 | label_new_statuses_allowed: New statuses allowed | |||
|
235 | label_all: All | |||
|
236 | label_none: None | |||
|
237 | label_next: Next | |||
|
238 | label_previous: Previous | |||
|
239 | label_used_by: Used by | |||
|
240 | ||||
|
241 | button_login: Login | |||
|
242 | button_submit: Submit | |||
|
243 | button_save: Save | |||
|
244 | button_check_all: Check all | |||
|
245 | button_uncheck_all: Uncheck all | |||
|
246 | button_delete: Delete | |||
|
247 | button_create: Create | |||
|
248 | button_test: Test | |||
|
249 | button_edit: Edit | |||
|
250 | button_add: Add | |||
|
251 | button_change: Change | |||
|
252 | button_apply: Apply | |||
|
253 | button_clear: Clear | |||
|
254 | button_lock: Lock | |||
|
255 | button_unlock: Unlock | |||
|
256 | button_download: Download | |||
|
257 | button_list: List | |||
|
258 | button_view: View | |||
|
259 | ||||
|
260 | text_select_mail_notifications: Select actions for which mail notifications should be sent. | |||
|
261 | text_regexp_info: eg. ^[A-Z0-9]+$ | |||
|
262 | text_min_max_length_info: 0 means no restriction | |||
|
263 | text_possible_values_info: values separated with | | |||
|
264 | text_project_destroy_confirmation: Are you sure you want to delete this project and all related data ? | |||
|
265 | text_workflow_edit: Select a role and a tracker to edit the workflow | |||
|
266 | ||||
|
267 | default_role_manager: Manager | |||
|
268 | default_role_developper: Developer | |||
|
269 | default_role_reporter: Reporter | |||
|
270 | default_tracker_bug: Bug | |||
|
271 | default_tracker_feature: Feature | |||
|
272 | default_tracker_support: Support | |||
|
273 | default_issue_status_new: New | |||
|
274 | default_issue_status_assigned: Assigned | |||
|
275 | default_issue_status_resolved: Resolved | |||
|
276 | default_issue_status_feedback: Feedback | |||
|
277 | default_issue_status_closed: Closed | |||
|
278 | default_issue_status_rejected: Rejected | |||
|
279 | default_doc_category_user: User documentation | |||
|
280 | default_doc_category_tech: Technical documentation | |||
|
281 | default_priority_low: Low | |||
|
282 | default_priority_normal: Normal | |||
|
283 | default_priority_high: High | |||
|
284 | default_priority_urgent: Urgent | |||
|
285 | default_priority_immediate: Immediate | |||
|
286 | ||||
|
287 | enumeration_issue_priorities: Issue priorities | |||
|
288 | enumeration_doc_categories: Document categories |
@@ -1,288 +1,288 | |||||
1 | _gloc_rule_default: '|n| n<=1 ? "" : "_plural" ' |
|
1 | _gloc_rule_default: '|n| n<=1 ? "" : "_plural" ' | |
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: Janvier,Février,Mars,Avril,Mai,Juin,Juillet,Août,Septembre,Octobre,Novembre,Décembre |
|
4 | actionview_datehelper_select_month_names: Janvier,Février,Mars,Avril,Mai,Juin,Juillet,Août,Septembre,Octobre,Novembre,Décembre | |
5 | actionview_datehelper_select_month_names_abbr: Jan,Fév,Mars,Avril,Mai,Juin,Juil,Août,Sept,Oct,Nov,Déc |
|
5 | actionview_datehelper_select_month_names_abbr: Jan,Fév,Mars,Avril,Mai,Juin,Juil,Août,Sept,Oct,Nov,Déc | |
6 | actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 | actionview_datehelper_time_in_words_day: 1 jour |
|
8 | actionview_datehelper_time_in_words_day: 1 jour | |
9 | actionview_datehelper_time_in_words_day_plural: %d jours |
|
9 | actionview_datehelper_time_in_words_day_plural: %d jours | |
10 | actionview_datehelper_time_in_words_hour_about: about an hour |
|
10 | actionview_datehelper_time_in_words_hour_about: about an hour | |
11 | actionview_datehelper_time_in_words_hour_about_plural: about %d hours |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: about %d hours | |
12 | actionview_datehelper_time_in_words_hour_about_single: about an hour |
|
12 | actionview_datehelper_time_in_words_hour_about_single: about an hour | |
13 | actionview_datehelper_time_in_words_minute: 1 minute |
|
13 | actionview_datehelper_time_in_words_minute: 1 minute | |
14 | actionview_datehelper_time_in_words_minute_half: 30 secondes |
|
14 | actionview_datehelper_time_in_words_minute_half: 30 secondes | |
15 | actionview_datehelper_time_in_words_minute_less_than: moins d'une minute |
|
15 | actionview_datehelper_time_in_words_minute_less_than: moins d'une minute | |
16 | actionview_datehelper_time_in_words_minute_plural: %d minutes |
|
16 | actionview_datehelper_time_in_words_minute_plural: %d minutes | |
17 | actionview_datehelper_time_in_words_minute_single: 1 minute |
|
17 | actionview_datehelper_time_in_words_minute_single: 1 minute | |
18 | actionview_datehelper_time_in_words_second_less_than: moins d'une seconde |
|
18 | actionview_datehelper_time_in_words_second_less_than: moins d'une seconde | |
19 | actionview_datehelper_time_in_words_second_less_than_plural: moins de %d secondes |
|
19 | actionview_datehelper_time_in_words_second_less_than_plural: moins de %d secondes | |
20 | actionview_instancetag_blank_option: Choisir |
|
20 | actionview_instancetag_blank_option: Choisir | |
21 |
|
21 | |||
22 | activerecord_error_inclusion: n'est pas inclus dans la liste |
|
22 | activerecord_error_inclusion: n'est pas inclus dans la liste | |
23 | activerecord_error_exclusion: est reservé |
|
23 | activerecord_error_exclusion: est reservé | |
24 | activerecord_error_invalid: est invalide |
|
24 | activerecord_error_invalid: est invalide | |
25 | activerecord_error_confirmation: ne correspond pas à la confirmation |
|
25 | activerecord_error_confirmation: ne correspond pas à la confirmation | |
26 | activerecord_error_accepted: doit être accepté |
|
26 | activerecord_error_accepted: doit être accepté | |
27 | activerecord_error_empty: doit être renseigné |
|
27 | activerecord_error_empty: doit être renseigné | |
28 | activerecord_error_blank: doit être renseigné |
|
28 | activerecord_error_blank: doit être renseigné | |
29 | activerecord_error_too_long: est trop long |
|
29 | activerecord_error_too_long: est trop long | |
30 | activerecord_error_too_short: est trop court |
|
30 | activerecord_error_too_short: est trop court | |
31 | activerecord_error_wrong_length: n'est pas de la bonne longueur |
|
31 | activerecord_error_wrong_length: n'est pas de la bonne longueur | |
32 | activerecord_error_taken: est déjà utilisé |
|
32 | activerecord_error_taken: est déjà utilisé | |
33 | activerecord_error_not_a_number: n'est pas un nombre |
|
33 | activerecord_error_not_a_number: n'est pas un nombre | |
34 |
|
34 | |||
35 | general_fmt_age: %d an |
|
35 | general_fmt_age: %d an | |
36 | general_fmt_age_plural: %d ans |
|
36 | general_fmt_age_plural: %d ans | |
37 | general_fmt_date: %%d/%%m/%%Y |
|
37 | general_fmt_date: %%d/%%m/%%Y | |
38 | general_fmt_datetime: %%d/%%m/%%Y %%H:%%M |
|
38 | general_fmt_datetime: %%d/%%m/%%Y %%H:%%M | |
39 | general_fmt_datetime_short: %%d/%%m %%H:%%M |
|
39 | general_fmt_datetime_short: %%d/%%m %%H:%%M | |
40 | general_fmt_time: %%H:%%M |
|
40 | general_fmt_time: %%H:%%M | |
41 | general_text_No: 'Non' |
|
41 | general_text_No: 'Non' | |
42 | general_text_Yes: 'Oui' |
|
42 | general_text_Yes: 'Oui' | |
43 | general_text_no: 'non' |
|
43 | general_text_no: 'non' | |
44 | general_text_yes: 'oui' |
|
44 | general_text_yes: 'oui' | |
45 | general_lang_fr: 'Français' |
|
45 | general_lang_fr: 'Français' | |
46 |
|
46 | |||
47 | notice_account_updated: Le compte a été mis à jour avec succès. |
|
47 | notice_account_updated: Le compte a été mis à jour avec succès. | |
48 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. |
|
48 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. | |
49 | notice_account_password_updated: Mot de passe mis à jour avec succès. |
|
49 | notice_account_password_updated: Mot de passe mis à jour avec succès. | |
50 | notice_account_wrong_password: Mot de passe incorrect |
|
50 | notice_account_wrong_password: Mot de passe incorrect | |
51 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. |
|
51 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. | |
52 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. |
|
52 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. | |
53 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. |
|
53 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. | |
54 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. |
|
54 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. | |
55 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. |
|
55 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. | |
56 | notice_successful_create: Création effectuée avec succès. |
|
56 | notice_successful_create: Création effectuée avec succès. | |
57 | notice_successful_update: Mise à jour effectuée avec succès. |
|
57 | notice_successful_update: Mise à jour effectuée avec succès. | |
58 | notice_successful_delete: Suppression effectuée avec succès. |
|
58 | notice_successful_delete: Suppression effectuée avec succès. | |
59 | notice_successful_connection: Connection réussie. |
|
59 | notice_successful_connection: Connection réussie. | |
60 |
|
60 | |||
61 | gui_validation_error: 1 erreur |
|
61 | gui_validation_error: 1 erreur | |
62 | gui_validation_error_plural: %d erreurs |
|
62 | gui_validation_error_plural: %d erreurs | |
63 |
|
63 | |||
64 | field_name: Nom |
|
64 | field_name: Nom | |
65 | field_description: Description |
|
65 | field_description: Description | |
66 | field_summary: Résumé |
|
66 | field_summary: Résumé | |
67 | field_is_required: Obligatoire |
|
67 | field_is_required: Obligatoire | |
68 | field_firstname: Prénom |
|
68 | field_firstname: Prénom | |
69 | field_lastname: Nom |
|
69 | field_lastname: Nom | |
70 | field_mail: Email |
|
70 | field_mail: Email | |
71 | field_filename: Fichier |
|
71 | field_filename: Fichier | |
72 | field_filesize: Taille |
|
72 | field_filesize: Taille | |
73 | field_downloads: Téléchargements |
|
73 | field_downloads: Téléchargements | |
74 | field_author: Auteur |
|
74 | field_author: Auteur | |
75 | field_created_on: Créé |
|
75 | field_created_on: Créé | |
76 | field_updated_on: Mis à jour |
|
76 | field_updated_on: Mis à jour | |
77 | field_field_format: Format |
|
77 | field_field_format: Format | |
78 | field_is_for_all: Pour tous les projets |
|
78 | field_is_for_all: Pour tous les projets | |
79 | field_possible_values: Valeurs possibles |
|
79 | field_possible_values: Valeurs possibles | |
80 | field_regexp: Expression régulière |
|
80 | field_regexp: Expression régulière | |
81 | field_min_length: Longueur minimum |
|
81 | field_min_length: Longueur minimum | |
82 | field_max_length: Longueur maximum |
|
82 | field_max_length: Longueur maximum | |
83 | field_value: Valeur |
|
83 | field_value: Valeur | |
84 | field_category: Catégorie |
|
84 | field_category: Catégorie | |
85 | field_title: Titre |
|
85 | field_title: Titre | |
86 | field_project: Projet |
|
86 | field_project: Projet | |
87 | field_issue: Demande |
|
87 | field_issue: Demande | |
88 | field_status: Statut |
|
88 | field_status: Statut | |
89 | field_notes: Notes |
|
89 | field_notes: Notes | |
90 | field_is_closed: Demande fermée |
|
90 | field_is_closed: Demande fermée | |
91 | field_is_default: Statut par défaut |
|
91 | field_is_default: Statut par défaut | |
92 | field_html_color: Couleur |
|
92 | field_html_color: Couleur | |
93 | field_tracker: Tracker |
|
93 | field_tracker: Tracker | |
94 | field_subject: Sujet |
|
94 | field_subject: Sujet | |
95 | field_due_date: Date d'échéance |
|
95 | field_due_date: Date d'échéance | |
96 | field_assigned_to: Assigné à |
|
96 | field_assigned_to: Assigné à | |
97 | field_priority: Priorité |
|
97 | field_priority: Priorité | |
98 | field_fixed_version: Version corrigée |
|
98 | field_fixed_version: Version corrigée | |
99 | field_user: Utilisateur |
|
99 | field_user: Utilisateur | |
100 | field_role: Rôle |
|
100 | field_role: Rôle | |
101 | field_homepage: Site web |
|
101 | field_homepage: Site web | |
102 | field_is_public: Public |
|
102 | field_is_public: Public | |
103 | field_parent: Sous-projet de |
|
103 | field_parent: Sous-projet de | |
104 | field_is_in_chlog: Demandes affichées dans l'historique |
|
104 | field_is_in_chlog: Demandes affichées dans l'historique | |
105 | field_login: Identifiant |
|
105 | field_login: Identifiant | |
106 | field_mail_notification: Notifications par mail |
|
106 | field_mail_notification: Notifications par mail | |
107 | field_admin: Administrateur |
|
107 | field_admin: Administrateur | |
108 | field_locked: Verrouillé |
|
108 | field_locked: Verrouillé | |
109 | field_last_login_on: Dernière connexion |
|
109 | field_last_login_on: Dernière connexion | |
110 | field_language: Langue |
|
110 | field_language: Langue | |
111 | field_effective_date: Date |
|
111 | field_effective_date: Date | |
112 | field_password: Mot de passe |
|
112 | field_password: Mot de passe | |
113 | field_new_password: Nouveau mot de passe |
|
113 | field_new_password: Nouveau mot de passe | |
114 | field_password_confirmation: Confirmation |
|
114 | field_password_confirmation: Confirmation | |
115 | field_version: Version |
|
115 | field_version: Version | |
116 | field_type: Type |
|
116 | field_type: Type | |
117 | field_host: Hôte |
|
117 | field_host: Hôte | |
118 | field_port: Port |
|
118 | field_port: Port | |
119 | field_account: Compte |
|
119 | field_account: Compte | |
120 | field_base_dn: Base DN |
|
120 | field_base_dn: Base DN | |
121 | field_attr_login: Attribut Identifiant |
|
121 | field_attr_login: Attribut Identifiant | |
122 | field_attr_firstname: Attribut Prénom |
|
122 | field_attr_firstname: Attribut Prénom | |
123 | field_attr_lastname: Attribut Nom |
|
123 | field_attr_lastname: Attribut Nom | |
124 | field_attr_mail: Attribut Email |
|
124 | field_attr_mail: Attribut Email | |
125 | field_onthefly: Création des utilisateurs à la volée |
|
125 | field_onthefly: Création des utilisateurs à la volée | |
126 |
|
126 | |||
127 | label_user: Utilisateur |
|
127 | label_user: Utilisateur | |
128 | label_user_plural: Utilisateurs |
|
128 | label_user_plural: Utilisateurs | |
129 | label_user_new: Nouvel utilisateur |
|
129 | label_user_new: Nouvel utilisateur | |
130 | label_project: Projet |
|
130 | label_project: Projet | |
131 | label_project_new: Nouveau projet |
|
131 | label_project_new: Nouveau projet | |
132 | label_project_plural: Projets |
|
132 | label_project_plural: Projets | |
133 | label_project_latest: Derniers projets |
|
133 | label_project_latest: Derniers projets | |
134 | label_issue: Demande |
|
134 | label_issue: Demande | |
135 | label_issue_new: Nouvelle demande |
|
135 | label_issue_new: Nouvelle demande | |
136 | label_issue_plural: Demandes |
|
136 | label_issue_plural: Demandes | |
137 | label_issue_view_all: Voir toutes les demandes |
|
137 | label_issue_view_all: Voir toutes les demandes | |
138 | label_document: Document |
|
138 | label_document: Document | |
139 | label_document_new: Nouveau document |
|
139 | label_document_new: Nouveau document | |
140 | label_document_plural: Documents |
|
140 | label_document_plural: Documents | |
141 | label_role: Rôle |
|
141 | label_role: Rôle | |
142 | label_role_plural: Rôles |
|
142 | label_role_plural: Rôles | |
143 | label_role_new: Nouveau rôle |
|
143 | label_role_new: Nouveau rôle | |
144 | label_role_and_permissions: Rôles et permissions |
|
144 | label_role_and_permissions: Rôles et permissions | |
145 | label_member: Membre |
|
145 | label_member: Membre | |
146 | label_member_new: Nouveau membre |
|
146 | label_member_new: Nouveau membre | |
147 | label_member_plural: Membres |
|
147 | label_member_plural: Membres | |
148 | label_tracker: Tracker |
|
148 | label_tracker: Tracker | |
149 | label_tracker_plural: Trackers |
|
149 | label_tracker_plural: Trackers | |
150 | label_tracker_new: Nouveau tracker |
|
150 | label_tracker_new: Nouveau tracker | |
151 | label_workflow: Workflow |
|
151 | label_workflow: Workflow | |
152 | label_issue_status: Statut de demandes |
|
152 | label_issue_status: Statut de demandes | |
153 | label_issue_status_plural: Statuts de demandes |
|
153 | label_issue_status_plural: Statuts de demandes | |
154 | label_issue_status_new: Nouveau statut |
|
154 | label_issue_status_new: Nouveau statut | |
155 | label_issue_category: Catégorie de demandes |
|
155 | label_issue_category: Catégorie de demandes | |
156 | label_issue_category_plural: Catégories de demandes |
|
156 | label_issue_category_plural: Catégories de demandes | |
157 | label_issue_category_new: Nouvelle catégorie |
|
157 | label_issue_category_new: Nouvelle catégorie | |
158 | label_custom_field: Champ personnalisé |
|
158 | label_custom_field: Champ personnalisé | |
159 | label_custom_field_plural: Champs personnalisés |
|
159 | label_custom_field_plural: Champs personnalisés | |
160 | label_custom_field_new: Nouveau champ personnalisé |
|
160 | label_custom_field_new: Nouveau champ personnalisé | |
161 | label_enumerations: Listes de valeurs |
|
161 | label_enumerations: Listes de valeurs | |
162 | label_enumeration_new: Nouvelle valeur |
|
162 | label_enumeration_new: Nouvelle valeur | |
163 | label_information: Information |
|
163 | label_information: Information | |
164 | label_information_plural: Informations |
|
164 | label_information_plural: Informations | |
165 | label_please_login: Identification |
|
165 | label_please_login: Identification | |
166 | label_register: S'enregistrer |
|
166 | label_register: S'enregistrer | |
167 | label_password_lost: Mot de passe perdu |
|
167 | label_password_lost: Mot de passe perdu | |
168 | label_home: Accueil |
|
168 | label_home: Accueil | |
169 | label_my_page: Ma page |
|
169 | label_my_page: Ma page | |
170 | label_my_account: Mon compte |
|
170 | label_my_account: Mon compte | |
171 | label_my_projects: Mes projets |
|
171 | label_my_projects: Mes projets | |
172 | label_administration: Administration |
|
172 | label_administration: Administration | |
173 | label_login: Connexion |
|
173 | label_login: Connexion | |
174 | label_logout: Déconnexion |
|
174 | label_logout: Déconnexion | |
175 | label_help: Aide |
|
175 | label_help: Aide | |
176 | label_reported_issues: Demandes soumises |
|
176 | label_reported_issues: Demandes soumises | |
177 | label_assigned_to_me_issues: Demandes qui me sont assignées |
|
177 | label_assigned_to_me_issues: Demandes qui me sont assignées | |
178 | label_last_login: Dernière connexion |
|
178 | label_last_login: Dernière connexion | |
179 | label_last_updates: Dernière mise à jour |
|
179 | label_last_updates: Dernière mise à jour | |
180 | label_last_updates_plural: %d dernières mises à jour |
|
180 | label_last_updates_plural: %d dernières mises à jour | |
181 | label_registered_on: Inscrit le |
|
181 | label_registered_on: Inscrit le | |
182 | label_activity: Activité |
|
182 | label_activity: Activité | |
183 | label_new: Nouveau |
|
183 | label_new: Nouveau | |
184 | label_logged_as: Connecté en tant que |
|
184 | label_logged_as: Connecté en tant que | |
185 | label_environment: Environnement |
|
185 | label_environment: Environnement | |
186 | label_authentication: Authentification |
|
186 | label_authentication: Authentification | |
187 | label_auth_source: Mode d'authentification |
|
187 | label_auth_source: Mode d'authentification | |
188 | label_auth_source_new: Nouveau mode d'authentification |
|
188 | label_auth_source_new: Nouveau mode d'authentification | |
189 | label_auth_source_plural: Modes d'authentification |
|
189 | label_auth_source_plural: Modes d'authentification | |
190 | label_subproject: Sous-projet |
|
190 | label_subproject: Sous-projet | |
191 | label_subproject_plural: Sous-projets |
|
191 | label_subproject_plural: Sous-projets | |
192 | label_min_max_length: Longueurs mini - maxi |
|
192 | label_min_max_length: Longueurs mini - maxi | |
193 | label_list: Liste |
|
193 | label_list: Liste | |
194 | label_date: Date |
|
194 | label_date: Date | |
195 | label_integer: Entier |
|
195 | label_integer: Entier | |
196 | label_boolean: Booléen |
|
196 | label_boolean: Booléen | |
197 | label_string: Chaîne |
|
197 | label_string: Chaîne | |
198 | label_text: Texte |
|
198 | label_text: Texte | |
199 | label_attribute: Attribut |
|
199 | label_attribute: Attribut | |
200 | label_attribute_plural: Attributs |
|
200 | label_attribute_plural: Attributs | |
201 | label_download: %d Téléchargement |
|
201 | label_download: %d Téléchargement | |
202 | label_download_plural: %d Téléchargements |
|
202 | label_download_plural: %d Téléchargements | |
203 | label_no_data: Aucune donnée à afficher |
|
203 | label_no_data: Aucune donnée à afficher | |
204 | label_change_status: Changer le statut |
|
204 | label_change_status: Changer le statut | |
205 | label_history: Historique |
|
205 | label_history: Historique | |
206 | label_attachment: Fichier |
|
206 | label_attachment: Fichier | |
207 | label_attachment_new: Nouveau fichier |
|
207 | label_attachment_new: Nouveau fichier | |
208 | label_attachment_delete: Supprimer le fichier |
|
208 | label_attachment_delete: Supprimer le fichier | |
209 | label_attachment_plural: Fichiers |
|
209 | label_attachment_plural: Fichiers | |
210 | label_report: Rapport |
|
210 | label_report: Rapport | |
211 | label_report_plural: Rapports |
|
211 | label_report_plural: Rapports | |
212 | label_news: Annonce |
|
212 | label_news: Annonce | |
213 | label_news_new: Nouvelle annonce |
|
213 | label_news_new: Nouvelle annonce | |
214 | label_news_plural: Annonces |
|
214 | label_news_plural: Annonces | |
215 | label_news_latest: Dernières annonces |
|
215 | label_news_latest: Dernières annonces | |
216 | label_news_view_all: Voir toutes les annonces |
|
216 | label_news_view_all: Voir toutes les annonces | |
217 | label_change_log: Historique |
|
217 | label_change_log: Historique | |
218 | label_settings: Configuration |
|
218 | label_settings: Configuration | |
219 | label_overview: Aperçu |
|
219 | label_overview: Aperçu | |
220 | label_version: Version |
|
220 | label_version: Version | |
221 | label_version_new: Nouvelle version |
|
221 | label_version_new: Nouvelle version | |
222 | label_version_plural: Versions |
|
222 | label_version_plural: Versions | |
223 | label_confirmation: Confirmation |
|
223 | label_confirmation: Confirmation | |
224 | label_export_csv: Exporter en CSV |
|
224 | label_export_csv: Exporter en CSV | |
225 | label_read: Lire... |
|
225 | label_read: Lire... | |
226 | label_public_projects: Projets publics |
|
226 | label_public_projects: Projets publics | |
227 | label_open_issues: Ouverte |
|
227 | label_open_issues: Ouverte | |
228 | label_open_issues_plural: Ouvertes |
|
228 | label_open_issues_plural: Ouvertes | |
229 | label_closed_issues: Fermée |
|
229 | label_closed_issues: Fermée | |
230 | label_closed_issues_plural: Fermées |
|
230 | label_closed_issues_plural: Fermées | |
231 | label_total: Total |
|
231 | label_total: Total | |
232 | label_permissions: Permissions |
|
232 | label_permissions: Permissions | |
233 | label_current_status: Statut actuel |
|
233 | label_current_status: Statut actuel | |
234 | label_new_statuses_allowed: Nouveaux statuts autorisés |
|
234 | label_new_statuses_allowed: Nouveaux statuts autorisés | |
235 | label_all: Tous |
|
235 | label_all: Tous | |
236 | label_none: Aucun |
|
236 | label_none: Aucun | |
237 | label_next: Suivant |
|
237 | label_next: Suivant | |
238 | label_previous: Précédent |
|
238 | label_previous: Précédent | |
239 | label_used_by: Utilisé par |
|
239 | label_used_by: Utilisé par | |
240 |
|
240 | |||
241 | button_login: Connexion |
|
241 | button_login: Connexion | |
242 | button_submit: Soumettre |
|
242 | button_submit: Soumettre | |
243 | button_save: Valider |
|
243 | button_save: Valider | |
244 | button_check_all: Tout cocher |
|
244 | button_check_all: Tout cocher | |
245 | button_uncheck_all: Tout décocher |
|
245 | button_uncheck_all: Tout décocher | |
246 | button_delete: Supprimer |
|
246 | button_delete: Supprimer | |
247 | button_create: Créer |
|
247 | button_create: Créer | |
248 | button_test: Tester |
|
248 | button_test: Tester | |
249 | button_edit: Modifier |
|
249 | button_edit: Modifier | |
250 | button_add: Ajouter |
|
250 | button_add: Ajouter | |
251 | button_change: Changer |
|
251 | button_change: Changer | |
252 | button_apply: Appliquer |
|
252 | button_apply: Appliquer | |
253 | button_clear: Effacer |
|
253 | button_clear: Effacer | |
254 | button_lock: Verrouiller |
|
254 | button_lock: Verrouiller | |
255 | button_unlock: Déverrouiller |
|
255 | button_unlock: Déverrouiller | |
256 | button_download: Télécharger |
|
256 | button_download: Télécharger | |
257 | button_list: Lister |
|
257 | button_list: Lister | |
258 | button_view: Voir |
|
258 | button_view: Voir | |
259 |
|
259 | |||
260 | text_select_mail_notifications: Sélectionner les actions pour lesquelles la notification par mail doit être activée. |
|
260 | text_select_mail_notifications: Sélectionner les actions pour lesquelles la notification par mail doit être activée. | |
261 |
text_regexp_info: e |
|
261 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
262 | text_min_max_length_info: 0 pour aucune restriction |
|
262 | text_min_max_length_info: 0 pour aucune restriction | |
263 | text_possible_values_info: valeurs séparées par | |
|
263 | text_possible_values_info: valeurs séparées par | | |
264 | text_project_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce projet et tout ce qui lui est rattaché ? |
|
264 | text_project_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce projet et tout ce qui lui est rattaché ? | |
265 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow |
|
265 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow | |
266 |
|
266 | |||
267 | default_role_manager: Manager |
|
267 | default_role_manager: Manager | |
268 | default_role_developper: Développeur |
|
268 | default_role_developper: Développeur | |
269 | default_role_reporter: Rapporteur |
|
269 | default_role_reporter: Rapporteur | |
270 | default_tracker_bug: Anomalie |
|
270 | default_tracker_bug: Anomalie | |
271 | default_tracker_feature: Evolution |
|
271 | default_tracker_feature: Evolution | |
272 | default_tracker_support: Assistance |
|
272 | default_tracker_support: Assistance | |
273 | default_issue_status_new: Nouveau |
|
273 | default_issue_status_new: Nouveau | |
274 | default_issue_status_assigned: Assigné |
|
274 | default_issue_status_assigned: Assigné | |
275 | default_issue_status_resolved: Résolu |
|
275 | default_issue_status_resolved: Résolu | |
276 | default_issue_status_feedback: Commentaire |
|
276 | default_issue_status_feedback: Commentaire | |
277 | default_issue_status_closed: Fermé |
|
277 | default_issue_status_closed: Fermé | |
278 | default_issue_status_rejected: Rejeté |
|
278 | default_issue_status_rejected: Rejeté | |
279 | default_doc_category_user: Documentation utilisateur |
|
279 | default_doc_category_user: Documentation utilisateur | |
280 | default_doc_category_tech: Documentation technique |
|
280 | default_doc_category_tech: Documentation technique | |
281 | default_priority_low: Bas |
|
281 | default_priority_low: Bas | |
282 | default_priority_normal: Normal |
|
282 | default_priority_normal: Normal | |
283 | default_priority_high: Haut |
|
283 | default_priority_high: Haut | |
284 | default_priority_urgent: Urgent |
|
284 | default_priority_urgent: Urgent | |
285 | default_priority_immediate: Immédiat |
|
285 | default_priority_immediate: Immédiat | |
286 |
|
286 | |||
287 | enumeration_issue_priorities: Priorités des demandes |
|
287 | enumeration_issue_priorities: Priorités des demandes | |
288 | enumeration_doc_categories: Catégories des documents |
|
288 | enumeration_doc_categories: Catégories des documents |
General Comments 0
You need to be logged in to leave comments.
Login now