##// 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
@@ -57,6 +57,7 notice_successful_create: Successful creation.
57 notice_successful_update: Successful update.
57 notice_successful_update: Successful update.
58 notice_successful_delete: Successful deletion.
58 notice_successful_delete: Successful deletion.
59 notice_successful_connection: Successful connection.
59 notice_successful_connection: Successful connection.
60 notice_file_not_found: Requested file doesn't exist or has been deleted.
60
61
61 gui_validation_error: 1 error
62 gui_validation_error: 1 error
62 gui_validation_error_plural: %d errors
63 gui_validation_error_plural: %d errors
@@ -124,7 +125,7 field_attr_lastname: Lastname attribute
124 field_attr_mail: Email attribute
125 field_attr_mail: Email attribute
125 field_onthefly: On-the-fly user creation
126 field_onthefly: On-the-fly user creation
126
127
127 label_user: Uuser
128 label_user: User
128 label_user_plural: Users
129 label_user_plural: Users
129 label_user_new: New user
130 label_user_new: New user
130 label_project: Project
131 label_project: Project
@@ -57,6 +57,7 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 notice_file_not_found: Le fichier demandé n'existe pas ou a été supprimé.
60
61
61 gui_validation_error: 1 erreur
62 gui_validation_error: 1 erreur
62 gui_validation_error_plural: %d erreurs
63 gui_validation_error_plural: %d erreurs
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now