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