##// END OF EJS Templates
Typo (#2489)....
Jean-Philippe Lang -
r2261:d28d2d5ab8be
parent child
Show More
@@ -1,703 +1,703
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 activerecord_error_not_a_date: is not a valid date
34 activerecord_error_not_a_date: is not a valid date
35 activerecord_error_greater_than_start_date: must be greater than start date
35 activerecord_error_greater_than_start_date: must be greater than start date
36 activerecord_error_not_same_project: doesn't belong to the same project
36 activerecord_error_not_same_project: doesn't belong to the same project
37 activerecord_error_circular_dependency: This relation would create a circular dependency
37 activerecord_error_circular_dependency: This relation would create a circular dependency
38
38
39 general_fmt_age: %d yr
39 general_fmt_age: %d yr
40 general_fmt_age_plural: %d yrs
40 general_fmt_age_plural: %d yrs
41 general_fmt_date: %%m/%%d/%%Y
41 general_fmt_date: %%m/%%d/%%Y
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
45 general_text_No: 'No'
45 general_text_No: 'No'
46 general_text_Yes: 'Yes'
46 general_text_Yes: 'Yes'
47 general_text_no: 'no'
47 general_text_no: 'no'
48 general_text_yes: 'yes'
48 general_text_yes: 'yes'
49 general_lang_name: 'English'
49 general_lang_name: 'English'
50 general_csv_separator: ','
50 general_csv_separator: ','
51 general_csv_decimal_separator: '.'
51 general_csv_decimal_separator: '.'
52 general_csv_encoding: ISO-8859-1
52 general_csv_encoding: ISO-8859-1
53 general_pdf_encoding: ISO-8859-1
53 general_pdf_encoding: ISO-8859-1
54 general_day_names: Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
54 general_day_names: Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
55 general_first_day_of_week: '7'
55 general_first_day_of_week: '7'
56
56
57 notice_account_updated: Account was successfully updated.
57 notice_account_updated: Account was successfully updated.
58 notice_account_invalid_creditentials: Invalid user or password
58 notice_account_invalid_creditentials: Invalid user or password
59 notice_account_password_updated: Password was successfully updated.
59 notice_account_password_updated: Password was successfully updated.
60 notice_account_wrong_password: Wrong password
60 notice_account_wrong_password: Wrong password
61 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
61 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
62 notice_account_unknown_email: Unknown user.
62 notice_account_unknown_email: Unknown user.
63 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
63 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
64 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
64 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
65 notice_account_activated: Your account has been activated. You can now log in.
65 notice_account_activated: Your account has been activated. You can now log in.
66 notice_successful_create: Successful creation.
66 notice_successful_create: Successful creation.
67 notice_successful_update: Successful update.
67 notice_successful_update: Successful update.
68 notice_successful_delete: Successful deletion.
68 notice_successful_delete: Successful deletion.
69 notice_successful_connection: Successful connection.
69 notice_successful_connection: Successful connection.
70 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
70 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
71 notice_locking_conflict: Data has been updated by another user.
71 notice_locking_conflict: Data has been updated by another user.
72 notice_not_authorized: You are not authorized to access this page.
72 notice_not_authorized: You are not authorized to access this page.
73 notice_email_sent: An email was sent to %s
73 notice_email_sent: An email was sent to %s
74 notice_email_error: An error occurred while sending mail (%s)
74 notice_email_error: An error occurred while sending mail (%s)
75 notice_feeds_access_key_reseted: Your RSS access key was reset.
75 notice_feeds_access_key_reseted: Your RSS access key was reset.
76 notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s."
76 notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s."
77 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
77 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
78 notice_account_pending: "Your account was created and is now pending administrator approval."
78 notice_account_pending: "Your account was created and is now pending administrator approval."
79 notice_default_data_loaded: Default configuration successfully loaded.
79 notice_default_data_loaded: Default configuration successfully loaded.
80 notice_unable_delete_version: Unable to delete version.
80 notice_unable_delete_version: Unable to delete version.
81
81
82 error_can_t_load_default_data: "Default configuration could not be loaded: %s"
82 error_can_t_load_default_data: "Default configuration could not be loaded: %s"
83 error_scm_not_found: "The entry or revision was not found in the repository."
83 error_scm_not_found: "The entry or revision was not found in the repository."
84 error_scm_command_failed: "An error occurred when trying to access the repository: %s"
84 error_scm_command_failed: "An error occurred when trying to access the repository: %s"
85 error_scm_annotate: "The entry does not exist or can not be annotated."
85 error_scm_annotate: "The entry does not exist or can not be annotated."
86 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
86 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
87
87
88 warning_attachments_not_saved: "%d file(s) could not be saved."
88 warning_attachments_not_saved: "%d file(s) could not be saved."
89
89
90 mail_subject_lost_password: Your %s password
90 mail_subject_lost_password: Your %s password
91 mail_body_lost_password: 'To change your password, click on the following link:'
91 mail_body_lost_password: 'To change your password, click on the following link:'
92 mail_subject_register: Your %s account activation
92 mail_subject_register: Your %s account activation
93 mail_body_register: 'To activate your account, click on the following link:'
93 mail_body_register: 'To activate your account, click on the following link:'
94 mail_body_account_information_external: You can use your "%s" account to log in.
94 mail_body_account_information_external: You can use your "%s" account to log in.
95 mail_body_account_information: Your account information
95 mail_body_account_information: Your account information
96 mail_subject_account_activation_request: %s account activation request
96 mail_subject_account_activation_request: %s account activation request
97 mail_body_account_activation_request: 'A new user (%s) has registered. The account is pending your approval:'
97 mail_body_account_activation_request: 'A new user (%s) has registered. The account is pending your approval:'
98 mail_subject_reminder: "%d issue(s) due in the next days"
98 mail_subject_reminder: "%d issue(s) due in the next days"
99 mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:"
99 mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:"
100
100
101 gui_validation_error: 1 error
101 gui_validation_error: 1 error
102 gui_validation_error_plural: %d errors
102 gui_validation_error_plural: %d errors
103
103
104 field_name: Name
104 field_name: Name
105 field_description: Description
105 field_description: Description
106 field_summary: Summary
106 field_summary: Summary
107 field_is_required: Required
107 field_is_required: Required
108 field_firstname: Firstname
108 field_firstname: Firstname
109 field_lastname: Lastname
109 field_lastname: Lastname
110 field_mail: Email
110 field_mail: Email
111 field_filename: File
111 field_filename: File
112 field_filesize: Size
112 field_filesize: Size
113 field_downloads: Downloads
113 field_downloads: Downloads
114 field_author: Author
114 field_author: Author
115 field_created_on: Created
115 field_created_on: Created
116 field_updated_on: Updated
116 field_updated_on: Updated
117 field_field_format: Format
117 field_field_format: Format
118 field_is_for_all: For all projects
118 field_is_for_all: For all projects
119 field_possible_values: Possible values
119 field_possible_values: Possible values
120 field_regexp: Regular expression
120 field_regexp: Regular expression
121 field_min_length: Minimum length
121 field_min_length: Minimum length
122 field_max_length: Maximum length
122 field_max_length: Maximum length
123 field_value: Value
123 field_value: Value
124 field_category: Category
124 field_category: Category
125 field_title: Title
125 field_title: Title
126 field_project: Project
126 field_project: Project
127 field_issue: Issue
127 field_issue: Issue
128 field_status: Status
128 field_status: Status
129 field_notes: Notes
129 field_notes: Notes
130 field_is_closed: Issue closed
130 field_is_closed: Issue closed
131 field_is_default: Default value
131 field_is_default: Default value
132 field_tracker: Tracker
132 field_tracker: Tracker
133 field_subject: Subject
133 field_subject: Subject
134 field_due_date: Due date
134 field_due_date: Due date
135 field_assigned_to: Assigned to
135 field_assigned_to: Assigned to
136 field_priority: Priority
136 field_priority: Priority
137 field_fixed_version: Target version
137 field_fixed_version: Target version
138 field_user: User
138 field_user: User
139 field_role: Role
139 field_role: Role
140 field_homepage: Homepage
140 field_homepage: Homepage
141 field_is_public: Public
141 field_is_public: Public
142 field_parent: Subproject of
142 field_parent: Subproject of
143 field_is_in_chlog: Issues displayed in changelog
143 field_is_in_chlog: Issues displayed in changelog
144 field_is_in_roadmap: Issues displayed in roadmap
144 field_is_in_roadmap: Issues displayed in roadmap
145 field_login: Login
145 field_login: Login
146 field_mail_notification: Email notifications
146 field_mail_notification: Email notifications
147 field_admin: Administrator
147 field_admin: Administrator
148 field_last_login_on: Last connection
148 field_last_login_on: Last connection
149 field_language: Language
149 field_language: Language
150 field_effective_date: Date
150 field_effective_date: Date
151 field_password: Password
151 field_password: Password
152 field_new_password: New password
152 field_new_password: New password
153 field_password_confirmation: Confirmation
153 field_password_confirmation: Confirmation
154 field_version: Version
154 field_version: Version
155 field_type: Type
155 field_type: Type
156 field_host: Host
156 field_host: Host
157 field_port: Port
157 field_port: Port
158 field_account: Account
158 field_account: Account
159 field_base_dn: Base DN
159 field_base_dn: Base DN
160 field_attr_login: Login attribute
160 field_attr_login: Login attribute
161 field_attr_firstname: Firstname attribute
161 field_attr_firstname: Firstname attribute
162 field_attr_lastname: Lastname attribute
162 field_attr_lastname: Lastname attribute
163 field_attr_mail: Email attribute
163 field_attr_mail: Email attribute
164 field_onthefly: On-the-fly user creation
164 field_onthefly: On-the-fly user creation
165 field_start_date: Start
165 field_start_date: Start
166 field_done_ratio: %% Done
166 field_done_ratio: %% Done
167 field_auth_source: Authentication mode
167 field_auth_source: Authentication mode
168 field_hide_mail: Hide my email address
168 field_hide_mail: Hide my email address
169 field_comments: Comment
169 field_comments: Comment
170 field_url: URL
170 field_url: URL
171 field_start_page: Start page
171 field_start_page: Start page
172 field_subproject: Subproject
172 field_subproject: Subproject
173 field_hours: Hours
173 field_hours: Hours
174 field_activity: Activity
174 field_activity: Activity
175 field_spent_on: Date
175 field_spent_on: Date
176 field_identifier: Identifier
176 field_identifier: Identifier
177 field_is_filter: Used as a filter
177 field_is_filter: Used as a filter
178 field_issue_to_id: Related issue
178 field_issue_to_id: Related issue
179 field_delay: Delay
179 field_delay: Delay
180 field_assignable: Issues can be assigned to this role
180 field_assignable: Issues can be assigned to this role
181 field_redirect_existing_links: Redirect existing links
181 field_redirect_existing_links: Redirect existing links
182 field_estimated_hours: Estimated time
182 field_estimated_hours: Estimated time
183 field_column_names: Columns
183 field_column_names: Columns
184 field_time_zone: Time zone
184 field_time_zone: Time zone
185 field_searchable: Searchable
185 field_searchable: Searchable
186 field_default_value: Default value
186 field_default_value: Default value
187 field_comments_sorting: Display comments
187 field_comments_sorting: Display comments
188 field_parent_title: Parent page
188 field_parent_title: Parent page
189
189
190 setting_app_title: Application title
190 setting_app_title: Application title
191 setting_app_subtitle: Application subtitle
191 setting_app_subtitle: Application subtitle
192 setting_welcome_text: Welcome text
192 setting_welcome_text: Welcome text
193 setting_default_language: Default language
193 setting_default_language: Default language
194 setting_login_required: Authentication required
194 setting_login_required: Authentication required
195 setting_self_registration: Self-registration
195 setting_self_registration: Self-registration
196 setting_attachment_max_size: Attachment max. size
196 setting_attachment_max_size: Attachment max. size
197 setting_issues_export_limit: Issues export limit
197 setting_issues_export_limit: Issues export limit
198 setting_mail_from: Emission email address
198 setting_mail_from: Emission email address
199 setting_bcc_recipients: Blind carbon copy recipients (bcc)
199 setting_bcc_recipients: Blind carbon copy recipients (bcc)
200 setting_plain_text_mail: plain text mail (no HTML)
200 setting_plain_text_mail: Plain text mail (no HTML)
201 setting_host_name: Host name and path
201 setting_host_name: Host name and path
202 setting_text_formatting: Text formatting
202 setting_text_formatting: Text formatting
203 setting_wiki_compression: Wiki history compression
203 setting_wiki_compression: Wiki history compression
204 setting_feeds_limit: Feed content limit
204 setting_feeds_limit: Feed content limit
205 setting_default_projects_public: New projects are public by default
205 setting_default_projects_public: New projects are public by default
206 setting_autofetch_changesets: Autofetch commits
206 setting_autofetch_changesets: Autofetch commits
207 setting_sys_api_enabled: Enable WS for repository management
207 setting_sys_api_enabled: Enable WS for repository management
208 setting_commit_ref_keywords: Referencing keywords
208 setting_commit_ref_keywords: Referencing keywords
209 setting_commit_fix_keywords: Fixing keywords
209 setting_commit_fix_keywords: Fixing keywords
210 setting_autologin: Autologin
210 setting_autologin: Autologin
211 setting_date_format: Date format
211 setting_date_format: Date format
212 setting_time_format: Time format
212 setting_time_format: Time format
213 setting_cross_project_issue_relations: Allow cross-project issue relations
213 setting_cross_project_issue_relations: Allow cross-project issue relations
214 setting_issue_list_default_columns: Default columns displayed on the issue list
214 setting_issue_list_default_columns: Default columns displayed on the issue list
215 setting_repositories_encodings: Repositories encodings
215 setting_repositories_encodings: Repositories encodings
216 setting_commit_logs_encoding: Commit messages encoding
216 setting_commit_logs_encoding: Commit messages encoding
217 setting_emails_footer: Emails footer
217 setting_emails_footer: Emails footer
218 setting_protocol: Protocol
218 setting_protocol: Protocol
219 setting_per_page_options: Objects per page options
219 setting_per_page_options: Objects per page options
220 setting_user_format: Users display format
220 setting_user_format: Users display format
221 setting_activity_days_default: Days displayed on project activity
221 setting_activity_days_default: Days displayed on project activity
222 setting_display_subprojects_issues: Display subprojects issues on main projects by default
222 setting_display_subprojects_issues: Display subprojects issues on main projects by default
223 setting_enabled_scm: Enabled SCM
223 setting_enabled_scm: Enabled SCM
224 setting_mail_handler_api_enabled: Enable WS for incoming emails
224 setting_mail_handler_api_enabled: Enable WS for incoming emails
225 setting_mail_handler_api_key: API key
225 setting_mail_handler_api_key: API key
226 setting_sequential_project_identifiers: Generate sequential project identifiers
226 setting_sequential_project_identifiers: Generate sequential project identifiers
227 setting_gravatar_enabled: Use Gravatar user icons
227 setting_gravatar_enabled: Use Gravatar user icons
228 setting_diff_max_lines_displayed: Max number of diff lines displayed
228 setting_diff_max_lines_displayed: Max number of diff lines displayed
229
229
230 permission_edit_project: Edit project
230 permission_edit_project: Edit project
231 permission_select_project_modules: Select project modules
231 permission_select_project_modules: Select project modules
232 permission_manage_members: Manage members
232 permission_manage_members: Manage members
233 permission_manage_versions: Manage versions
233 permission_manage_versions: Manage versions
234 permission_manage_categories: Manage issue categories
234 permission_manage_categories: Manage issue categories
235 permission_add_issues: Add issues
235 permission_add_issues: Add issues
236 permission_edit_issues: Edit issues
236 permission_edit_issues: Edit issues
237 permission_manage_issue_relations: Manage issue relations
237 permission_manage_issue_relations: Manage issue relations
238 permission_add_issue_notes: Add notes
238 permission_add_issue_notes: Add notes
239 permission_edit_issue_notes: Edit notes
239 permission_edit_issue_notes: Edit notes
240 permission_edit_own_issue_notes: Edit own notes
240 permission_edit_own_issue_notes: Edit own notes
241 permission_move_issues: Move issues
241 permission_move_issues: Move issues
242 permission_delete_issues: Delete issues
242 permission_delete_issues: Delete issues
243 permission_manage_public_queries: Manage public queries
243 permission_manage_public_queries: Manage public queries
244 permission_save_queries: Save queries
244 permission_save_queries: Save queries
245 permission_view_gantt: View gantt chart
245 permission_view_gantt: View gantt chart
246 permission_view_calendar: View calender
246 permission_view_calendar: View calender
247 permission_view_issue_watchers: View watchers list
247 permission_view_issue_watchers: View watchers list
248 permission_add_issue_watchers: Add watchers
248 permission_add_issue_watchers: Add watchers
249 permission_log_time: Log spent time
249 permission_log_time: Log spent time
250 permission_view_time_entries: View spent time
250 permission_view_time_entries: View spent time
251 permission_edit_time_entries: Edit time logs
251 permission_edit_time_entries: Edit time logs
252 permission_edit_own_time_entries: Edit own time logs
252 permission_edit_own_time_entries: Edit own time logs
253 permission_manage_news: Manage news
253 permission_manage_news: Manage news
254 permission_comment_news: Comment news
254 permission_comment_news: Comment news
255 permission_manage_documents: Manage documents
255 permission_manage_documents: Manage documents
256 permission_view_documents: View documents
256 permission_view_documents: View documents
257 permission_manage_files: Manage files
257 permission_manage_files: Manage files
258 permission_view_files: View files
258 permission_view_files: View files
259 permission_manage_wiki: Manage wiki
259 permission_manage_wiki: Manage wiki
260 permission_rename_wiki_pages: Rename wiki pages
260 permission_rename_wiki_pages: Rename wiki pages
261 permission_delete_wiki_pages: Delete wiki pages
261 permission_delete_wiki_pages: Delete wiki pages
262 permission_view_wiki_pages: View wiki
262 permission_view_wiki_pages: View wiki
263 permission_view_wiki_edits: View wiki history
263 permission_view_wiki_edits: View wiki history
264 permission_edit_wiki_pages: Edit wiki pages
264 permission_edit_wiki_pages: Edit wiki pages
265 permission_delete_wiki_pages_attachments: Delete attachments
265 permission_delete_wiki_pages_attachments: Delete attachments
266 permission_protect_wiki_pages: Protect wiki pages
266 permission_protect_wiki_pages: Protect wiki pages
267 permission_manage_repository: Manage repository
267 permission_manage_repository: Manage repository
268 permission_browse_repository: Browse repository
268 permission_browse_repository: Browse repository
269 permission_view_changesets: View changesets
269 permission_view_changesets: View changesets
270 permission_commit_access: Commit access
270 permission_commit_access: Commit access
271 permission_manage_boards: Manage boards
271 permission_manage_boards: Manage boards
272 permission_view_messages: View messages
272 permission_view_messages: View messages
273 permission_add_messages: Post messages
273 permission_add_messages: Post messages
274 permission_edit_messages: Edit messages
274 permission_edit_messages: Edit messages
275 permission_edit_own_messages: Edit own messages
275 permission_edit_own_messages: Edit own messages
276 permission_delete_messages: Delete messages
276 permission_delete_messages: Delete messages
277 permission_delete_own_messages: Delete own messages
277 permission_delete_own_messages: Delete own messages
278
278
279 project_module_issue_tracking: Issue tracking
279 project_module_issue_tracking: Issue tracking
280 project_module_time_tracking: Time tracking
280 project_module_time_tracking: Time tracking
281 project_module_news: News
281 project_module_news: News
282 project_module_documents: Documents
282 project_module_documents: Documents
283 project_module_files: Files
283 project_module_files: Files
284 project_module_wiki: Wiki
284 project_module_wiki: Wiki
285 project_module_repository: Repository
285 project_module_repository: Repository
286 project_module_boards: Boards
286 project_module_boards: Boards
287
287
288 label_user: User
288 label_user: User
289 label_user_plural: Users
289 label_user_plural: Users
290 label_user_new: New user
290 label_user_new: New user
291 label_project: Project
291 label_project: Project
292 label_project_new: New project
292 label_project_new: New project
293 label_project_plural: Projects
293 label_project_plural: Projects
294 label_project_all: All Projects
294 label_project_all: All Projects
295 label_project_latest: Latest projects
295 label_project_latest: Latest projects
296 label_issue: Issue
296 label_issue: Issue
297 label_issue_new: New issue
297 label_issue_new: New issue
298 label_issue_plural: Issues
298 label_issue_plural: Issues
299 label_issue_view_all: View all issues
299 label_issue_view_all: View all issues
300 label_issues_by: Issues by %s
300 label_issues_by: Issues by %s
301 label_issue_added: Issue added
301 label_issue_added: Issue added
302 label_issue_updated: Issue updated
302 label_issue_updated: Issue updated
303 label_document: Document
303 label_document: Document
304 label_document_new: New document
304 label_document_new: New document
305 label_document_plural: Documents
305 label_document_plural: Documents
306 label_document_added: Document added
306 label_document_added: Document added
307 label_role: Role
307 label_role: Role
308 label_role_plural: Roles
308 label_role_plural: Roles
309 label_role_new: New role
309 label_role_new: New role
310 label_role_and_permissions: Roles and permissions
310 label_role_and_permissions: Roles and permissions
311 label_member: Member
311 label_member: Member
312 label_member_new: New member
312 label_member_new: New member
313 label_member_plural: Members
313 label_member_plural: Members
314 label_tracker: Tracker
314 label_tracker: Tracker
315 label_tracker_plural: Trackers
315 label_tracker_plural: Trackers
316 label_tracker_new: New tracker
316 label_tracker_new: New tracker
317 label_workflow: Workflow
317 label_workflow: Workflow
318 label_issue_status: Issue status
318 label_issue_status: Issue status
319 label_issue_status_plural: Issue statuses
319 label_issue_status_plural: Issue statuses
320 label_issue_status_new: New status
320 label_issue_status_new: New status
321 label_issue_category: Issue category
321 label_issue_category: Issue category
322 label_issue_category_plural: Issue categories
322 label_issue_category_plural: Issue categories
323 label_issue_category_new: New category
323 label_issue_category_new: New category
324 label_custom_field: Custom field
324 label_custom_field: Custom field
325 label_custom_field_plural: Custom fields
325 label_custom_field_plural: Custom fields
326 label_custom_field_new: New custom field
326 label_custom_field_new: New custom field
327 label_enumerations: Enumerations
327 label_enumerations: Enumerations
328 label_enumeration_new: New value
328 label_enumeration_new: New value
329 label_information: Information
329 label_information: Information
330 label_information_plural: Information
330 label_information_plural: Information
331 label_please_login: Please log in
331 label_please_login: Please log in
332 label_register: Register
332 label_register: Register
333 label_password_lost: Lost password
333 label_password_lost: Lost password
334 label_home: Home
334 label_home: Home
335 label_my_page: My page
335 label_my_page: My page
336 label_my_account: My account
336 label_my_account: My account
337 label_my_projects: My projects
337 label_my_projects: My projects
338 label_administration: Administration
338 label_administration: Administration
339 label_login: Sign in
339 label_login: Sign in
340 label_logout: Sign out
340 label_logout: Sign out
341 label_help: Help
341 label_help: Help
342 label_reported_issues: Reported issues
342 label_reported_issues: Reported issues
343 label_assigned_to_me_issues: Issues assigned to me
343 label_assigned_to_me_issues: Issues assigned to me
344 label_last_login: Last connection
344 label_last_login: Last connection
345 label_last_updates: Last updated
345 label_last_updates: Last updated
346 label_last_updates_plural: %d last updated
346 label_last_updates_plural: %d last updated
347 label_registered_on: Registered on
347 label_registered_on: Registered on
348 label_activity: Activity
348 label_activity: Activity
349 label_overall_activity: Overall activity
349 label_overall_activity: Overall activity
350 label_user_activity: "%s's activity"
350 label_user_activity: "%s's activity"
351 label_new: New
351 label_new: New
352 label_logged_as: Logged in as
352 label_logged_as: Logged in as
353 label_environment: Environment
353 label_environment: Environment
354 label_authentication: Authentication
354 label_authentication: Authentication
355 label_auth_source: Authentication mode
355 label_auth_source: Authentication mode
356 label_auth_source_new: New authentication mode
356 label_auth_source_new: New authentication mode
357 label_auth_source_plural: Authentication modes
357 label_auth_source_plural: Authentication modes
358 label_subproject_plural: Subprojects
358 label_subproject_plural: Subprojects
359 label_and_its_subprojects: %s and its subprojects
359 label_and_its_subprojects: %s and its subprojects
360 label_min_max_length: Min - Max length
360 label_min_max_length: Min - Max length
361 label_list: List
361 label_list: List
362 label_date: Date
362 label_date: Date
363 label_integer: Integer
363 label_integer: Integer
364 label_float: Float
364 label_float: Float
365 label_boolean: Boolean
365 label_boolean: Boolean
366 label_string: Text
366 label_string: Text
367 label_text: Long text
367 label_text: Long text
368 label_attribute: Attribute
368 label_attribute: Attribute
369 label_attribute_plural: Attributes
369 label_attribute_plural: Attributes
370 label_download: %d Download
370 label_download: %d Download
371 label_download_plural: %d Downloads
371 label_download_plural: %d Downloads
372 label_no_data: No data to display
372 label_no_data: No data to display
373 label_change_status: Change status
373 label_change_status: Change status
374 label_history: History
374 label_history: History
375 label_attachment: File
375 label_attachment: File
376 label_attachment_new: New file
376 label_attachment_new: New file
377 label_attachment_delete: Delete file
377 label_attachment_delete: Delete file
378 label_attachment_plural: Files
378 label_attachment_plural: Files
379 label_file_added: File added
379 label_file_added: File added
380 label_report: Report
380 label_report: Report
381 label_report_plural: Reports
381 label_report_plural: Reports
382 label_news: News
382 label_news: News
383 label_news_new: Add news
383 label_news_new: Add news
384 label_news_plural: News
384 label_news_plural: News
385 label_news_latest: Latest news
385 label_news_latest: Latest news
386 label_news_view_all: View all news
386 label_news_view_all: View all news
387 label_news_added: News added
387 label_news_added: News added
388 label_change_log: Change log
388 label_change_log: Change log
389 label_settings: Settings
389 label_settings: Settings
390 label_overview: Overview
390 label_overview: Overview
391 label_version: Version
391 label_version: Version
392 label_version_new: New version
392 label_version_new: New version
393 label_version_plural: Versions
393 label_version_plural: Versions
394 label_confirmation: Confirmation
394 label_confirmation: Confirmation
395 label_export_to: 'Also available in:'
395 label_export_to: 'Also available in:'
396 label_read: Read...
396 label_read: Read...
397 label_public_projects: Public projects
397 label_public_projects: Public projects
398 label_open_issues: open
398 label_open_issues: open
399 label_open_issues_plural: open
399 label_open_issues_plural: open
400 label_closed_issues: closed
400 label_closed_issues: closed
401 label_closed_issues_plural: closed
401 label_closed_issues_plural: closed
402 label_total: Total
402 label_total: Total
403 label_permissions: Permissions
403 label_permissions: Permissions
404 label_current_status: Current status
404 label_current_status: Current status
405 label_new_statuses_allowed: New statuses allowed
405 label_new_statuses_allowed: New statuses allowed
406 label_all: all
406 label_all: all
407 label_none: none
407 label_none: none
408 label_nobody: nobody
408 label_nobody: nobody
409 label_next: Next
409 label_next: Next
410 label_previous: Previous
410 label_previous: Previous
411 label_used_by: Used by
411 label_used_by: Used by
412 label_details: Details
412 label_details: Details
413 label_add_note: Add a note
413 label_add_note: Add a note
414 label_per_page: Per page
414 label_per_page: Per page
415 label_calendar: Calendar
415 label_calendar: Calendar
416 label_months_from: months from
416 label_months_from: months from
417 label_gantt: Gantt
417 label_gantt: Gantt
418 label_internal: Internal
418 label_internal: Internal
419 label_last_changes: last %d changes
419 label_last_changes: last %d changes
420 label_change_view_all: View all changes
420 label_change_view_all: View all changes
421 label_personalize_page: Personalize this page
421 label_personalize_page: Personalize this page
422 label_comment: Comment
422 label_comment: Comment
423 label_comment_plural: Comments
423 label_comment_plural: Comments
424 label_comment_add: Add a comment
424 label_comment_add: Add a comment
425 label_comment_added: Comment added
425 label_comment_added: Comment added
426 label_comment_delete: Delete comments
426 label_comment_delete: Delete comments
427 label_query: Custom query
427 label_query: Custom query
428 label_query_plural: Custom queries
428 label_query_plural: Custom queries
429 label_query_new: New query
429 label_query_new: New query
430 label_filter_add: Add filter
430 label_filter_add: Add filter
431 label_filter_plural: Filters
431 label_filter_plural: Filters
432 label_equals: is
432 label_equals: is
433 label_not_equals: is not
433 label_not_equals: is not
434 label_in_less_than: in less than
434 label_in_less_than: in less than
435 label_in_more_than: in more than
435 label_in_more_than: in more than
436 label_in: in
436 label_in: in
437 label_today: today
437 label_today: today
438 label_all_time: all time
438 label_all_time: all time
439 label_yesterday: yesterday
439 label_yesterday: yesterday
440 label_this_week: this week
440 label_this_week: this week
441 label_last_week: last week
441 label_last_week: last week
442 label_last_n_days: last %d days
442 label_last_n_days: last %d days
443 label_this_month: this month
443 label_this_month: this month
444 label_last_month: last month
444 label_last_month: last month
445 label_this_year: this year
445 label_this_year: this year
446 label_date_range: Date range
446 label_date_range: Date range
447 label_less_than_ago: less than days ago
447 label_less_than_ago: less than days ago
448 label_more_than_ago: more than days ago
448 label_more_than_ago: more than days ago
449 label_ago: days ago
449 label_ago: days ago
450 label_contains: contains
450 label_contains: contains
451 label_not_contains: doesn't contain
451 label_not_contains: doesn't contain
452 label_day_plural: days
452 label_day_plural: days
453 label_repository: Repository
453 label_repository: Repository
454 label_repository_plural: Repositories
454 label_repository_plural: Repositories
455 label_browse: Browse
455 label_browse: Browse
456 label_modification: %d change
456 label_modification: %d change
457 label_modification_plural: %d changes
457 label_modification_plural: %d changes
458 label_revision: Revision
458 label_revision: Revision
459 label_revision_plural: Revisions
459 label_revision_plural: Revisions
460 label_associated_revisions: Associated revisions
460 label_associated_revisions: Associated revisions
461 label_added: added
461 label_added: added
462 label_modified: modified
462 label_modified: modified
463 label_copied: copied
463 label_copied: copied
464 label_renamed: renamed
464 label_renamed: renamed
465 label_deleted: deleted
465 label_deleted: deleted
466 label_latest_revision: Latest revision
466 label_latest_revision: Latest revision
467 label_latest_revision_plural: Latest revisions
467 label_latest_revision_plural: Latest revisions
468 label_view_revisions: View revisions
468 label_view_revisions: View revisions
469 label_max_size: Maximum size
469 label_max_size: Maximum size
470 label_on: 'on'
470 label_on: 'on'
471 label_sort_highest: Move to top
471 label_sort_highest: Move to top
472 label_sort_higher: Move up
472 label_sort_higher: Move up
473 label_sort_lower: Move down
473 label_sort_lower: Move down
474 label_sort_lowest: Move to bottom
474 label_sort_lowest: Move to bottom
475 label_roadmap: Roadmap
475 label_roadmap: Roadmap
476 label_roadmap_due_in: Due in %s
476 label_roadmap_due_in: Due in %s
477 label_roadmap_overdue: %s late
477 label_roadmap_overdue: %s late
478 label_roadmap_no_issues: No issues for this version
478 label_roadmap_no_issues: No issues for this version
479 label_search: Search
479 label_search: Search
480 label_result_plural: Results
480 label_result_plural: Results
481 label_all_words: All words
481 label_all_words: All words
482 label_wiki: Wiki
482 label_wiki: Wiki
483 label_wiki_edit: Wiki edit
483 label_wiki_edit: Wiki edit
484 label_wiki_edit_plural: Wiki edits
484 label_wiki_edit_plural: Wiki edits
485 label_wiki_page: Wiki page
485 label_wiki_page: Wiki page
486 label_wiki_page_plural: Wiki pages
486 label_wiki_page_plural: Wiki pages
487 label_index_by_title: Index by title
487 label_index_by_title: Index by title
488 label_index_by_date: Index by date
488 label_index_by_date: Index by date
489 label_current_version: Current version
489 label_current_version: Current version
490 label_preview: Preview
490 label_preview: Preview
491 label_feed_plural: Feeds
491 label_feed_plural: Feeds
492 label_changes_details: Details of all changes
492 label_changes_details: Details of all changes
493 label_issue_tracking: Issue tracking
493 label_issue_tracking: Issue tracking
494 label_spent_time: Spent time
494 label_spent_time: Spent time
495 label_f_hour: %.2f hour
495 label_f_hour: %.2f hour
496 label_f_hour_plural: %.2f hours
496 label_f_hour_plural: %.2f hours
497 label_time_tracking: Time tracking
497 label_time_tracking: Time tracking
498 label_change_plural: Changes
498 label_change_plural: Changes
499 label_statistics: Statistics
499 label_statistics: Statistics
500 label_commits_per_month: Commits per month
500 label_commits_per_month: Commits per month
501 label_commits_per_author: Commits per author
501 label_commits_per_author: Commits per author
502 label_view_diff: View differences
502 label_view_diff: View differences
503 label_diff_inline: inline
503 label_diff_inline: inline
504 label_diff_side_by_side: side by side
504 label_diff_side_by_side: side by side
505 label_options: Options
505 label_options: Options
506 label_copy_workflow_from: Copy workflow from
506 label_copy_workflow_from: Copy workflow from
507 label_permissions_report: Permissions report
507 label_permissions_report: Permissions report
508 label_watched_issues: Watched issues
508 label_watched_issues: Watched issues
509 label_related_issues: Related issues
509 label_related_issues: Related issues
510 label_applied_status: Applied status
510 label_applied_status: Applied status
511 label_loading: Loading...
511 label_loading: Loading...
512 label_relation_new: New relation
512 label_relation_new: New relation
513 label_relation_delete: Delete relation
513 label_relation_delete: Delete relation
514 label_relates_to: related to
514 label_relates_to: related to
515 label_duplicates: duplicates
515 label_duplicates: duplicates
516 label_duplicated_by: duplicated by
516 label_duplicated_by: duplicated by
517 label_blocks: blocks
517 label_blocks: blocks
518 label_blocked_by: blocked by
518 label_blocked_by: blocked by
519 label_precedes: precedes
519 label_precedes: precedes
520 label_follows: follows
520 label_follows: follows
521 label_end_to_start: end to start
521 label_end_to_start: end to start
522 label_end_to_end: end to end
522 label_end_to_end: end to end
523 label_start_to_start: start to start
523 label_start_to_start: start to start
524 label_start_to_end: start to end
524 label_start_to_end: start to end
525 label_stay_logged_in: Stay logged in
525 label_stay_logged_in: Stay logged in
526 label_disabled: disabled
526 label_disabled: disabled
527 label_show_completed_versions: Show completed versions
527 label_show_completed_versions: Show completed versions
528 label_me: me
528 label_me: me
529 label_board: Forum
529 label_board: Forum
530 label_board_new: New forum
530 label_board_new: New forum
531 label_board_plural: Forums
531 label_board_plural: Forums
532 label_topic_plural: Topics
532 label_topic_plural: Topics
533 label_message_plural: Messages
533 label_message_plural: Messages
534 label_message_last: Last message
534 label_message_last: Last message
535 label_message_new: New message
535 label_message_new: New message
536 label_message_posted: Message added
536 label_message_posted: Message added
537 label_reply_plural: Replies
537 label_reply_plural: Replies
538 label_send_information: Send account information to the user
538 label_send_information: Send account information to the user
539 label_year: Year
539 label_year: Year
540 label_month: Month
540 label_month: Month
541 label_week: Week
541 label_week: Week
542 label_date_from: From
542 label_date_from: From
543 label_date_to: To
543 label_date_to: To
544 label_language_based: Based on user's language
544 label_language_based: Based on user's language
545 label_sort_by: Sort by %s
545 label_sort_by: Sort by %s
546 label_send_test_email: Send a test email
546 label_send_test_email: Send a test email
547 label_feeds_access_key_created_on: RSS access key created %s ago
547 label_feeds_access_key_created_on: RSS access key created %s ago
548 label_module_plural: Modules
548 label_module_plural: Modules
549 label_added_time_by: Added by %s %s ago
549 label_added_time_by: Added by %s %s ago
550 label_updated_time_by: Updated by %s %s ago
550 label_updated_time_by: Updated by %s %s ago
551 label_updated_time: Updated %s ago
551 label_updated_time: Updated %s ago
552 label_jump_to_a_project: Jump to a project...
552 label_jump_to_a_project: Jump to a project...
553 label_file_plural: Files
553 label_file_plural: Files
554 label_changeset_plural: Changesets
554 label_changeset_plural: Changesets
555 label_default_columns: Default columns
555 label_default_columns: Default columns
556 label_no_change_option: (No change)
556 label_no_change_option: (No change)
557 label_bulk_edit_selected_issues: Bulk edit selected issues
557 label_bulk_edit_selected_issues: Bulk edit selected issues
558 label_theme: Theme
558 label_theme: Theme
559 label_default: Default
559 label_default: Default
560 label_search_titles_only: Search titles only
560 label_search_titles_only: Search titles only
561 label_user_mail_option_all: "For any event on all my projects"
561 label_user_mail_option_all: "For any event on all my projects"
562 label_user_mail_option_selected: "For any event on the selected projects only..."
562 label_user_mail_option_selected: "For any event on the selected projects only..."
563 label_user_mail_option_none: "Only for things I watch or I'm involved in"
563 label_user_mail_option_none: "Only for things I watch or I'm involved in"
564 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
564 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
565 label_registration_activation_by_email: account activation by email
565 label_registration_activation_by_email: account activation by email
566 label_registration_manual_activation: manual account activation
566 label_registration_manual_activation: manual account activation
567 label_registration_automatic_activation: automatic account activation
567 label_registration_automatic_activation: automatic account activation
568 label_display_per_page: 'Per page: %s'
568 label_display_per_page: 'Per page: %s'
569 label_age: Age
569 label_age: Age
570 label_change_properties: Change properties
570 label_change_properties: Change properties
571 label_general: General
571 label_general: General
572 label_more: More
572 label_more: More
573 label_scm: SCM
573 label_scm: SCM
574 label_plugins: Plugins
574 label_plugins: Plugins
575 label_ldap_authentication: LDAP authentication
575 label_ldap_authentication: LDAP authentication
576 label_downloads_abbr: D/L
576 label_downloads_abbr: D/L
577 label_optional_description: Optional description
577 label_optional_description: Optional description
578 label_add_another_file: Add another file
578 label_add_another_file: Add another file
579 label_preferences: Preferences
579 label_preferences: Preferences
580 label_chronological_order: In chronological order
580 label_chronological_order: In chronological order
581 label_reverse_chronological_order: In reverse chronological order
581 label_reverse_chronological_order: In reverse chronological order
582 label_planning: Planning
582 label_planning: Planning
583 label_incoming_emails: Incoming emails
583 label_incoming_emails: Incoming emails
584 label_generate_key: Generate a key
584 label_generate_key: Generate a key
585 label_issue_watchers: Watchers
585 label_issue_watchers: Watchers
586 label_example: Example
586 label_example: Example
587
587
588 button_login: Login
588 button_login: Login
589 button_submit: Submit
589 button_submit: Submit
590 button_save: Save
590 button_save: Save
591 button_check_all: Check all
591 button_check_all: Check all
592 button_uncheck_all: Uncheck all
592 button_uncheck_all: Uncheck all
593 button_delete: Delete
593 button_delete: Delete
594 button_create: Create
594 button_create: Create
595 button_test: Test
595 button_test: Test
596 button_edit: Edit
596 button_edit: Edit
597 button_add: Add
597 button_add: Add
598 button_change: Change
598 button_change: Change
599 button_apply: Apply
599 button_apply: Apply
600 button_clear: Clear
600 button_clear: Clear
601 button_lock: Lock
601 button_lock: Lock
602 button_unlock: Unlock
602 button_unlock: Unlock
603 button_download: Download
603 button_download: Download
604 button_list: List
604 button_list: List
605 button_view: View
605 button_view: View
606 button_move: Move
606 button_move: Move
607 button_back: Back
607 button_back: Back
608 button_cancel: Cancel
608 button_cancel: Cancel
609 button_activate: Activate
609 button_activate: Activate
610 button_sort: Sort
610 button_sort: Sort
611 button_log_time: Log time
611 button_log_time: Log time
612 button_rollback: Rollback to this version
612 button_rollback: Rollback to this version
613 button_watch: Watch
613 button_watch: Watch
614 button_unwatch: Unwatch
614 button_unwatch: Unwatch
615 button_reply: Reply
615 button_reply: Reply
616 button_archive: Archive
616 button_archive: Archive
617 button_unarchive: Unarchive
617 button_unarchive: Unarchive
618 button_reset: Reset
618 button_reset: Reset
619 button_rename: Rename
619 button_rename: Rename
620 button_change_password: Change password
620 button_change_password: Change password
621 button_copy: Copy
621 button_copy: Copy
622 button_annotate: Annotate
622 button_annotate: Annotate
623 button_update: Update
623 button_update: Update
624 button_configure: Configure
624 button_configure: Configure
625 button_quote: Quote
625 button_quote: Quote
626
626
627 status_active: active
627 status_active: active
628 status_registered: registered
628 status_registered: registered
629 status_locked: locked
629 status_locked: locked
630
630
631 text_select_mail_notifications: Select actions for which email notifications should be sent.
631 text_select_mail_notifications: Select actions for which email notifications should be sent.
632 text_regexp_info: eg. ^[A-Z0-9]+$
632 text_regexp_info: eg. ^[A-Z0-9]+$
633 text_min_max_length_info: 0 means no restriction
633 text_min_max_length_info: 0 means no restriction
634 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
634 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
635 text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.'
635 text_subprojects_destroy_warning: 'Its subproject(s): %s will be also deleted.'
636 text_workflow_edit: Select a role and a tracker to edit the workflow
636 text_workflow_edit: Select a role and a tracker to edit the workflow
637 text_are_you_sure: Are you sure ?
637 text_are_you_sure: Are you sure ?
638 text_journal_changed: changed from %s to %s
638 text_journal_changed: changed from %s to %s
639 text_journal_set_to: set to %s
639 text_journal_set_to: set to %s
640 text_journal_deleted: deleted
640 text_journal_deleted: deleted
641 text_tip_task_begin_day: task beginning this day
641 text_tip_task_begin_day: task beginning this day
642 text_tip_task_end_day: task ending this day
642 text_tip_task_end_day: task ending this day
643 text_tip_task_begin_end_day: task beginning and ending this day
643 text_tip_task_begin_end_day: task beginning and ending this day
644 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
644 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
645 text_caracters_maximum: %d characters maximum.
645 text_caracters_maximum: %d characters maximum.
646 text_caracters_minimum: Must be at least %d characters long.
646 text_caracters_minimum: Must be at least %d characters long.
647 text_length_between: Length between %d and %d characters.
647 text_length_between: Length between %d and %d characters.
648 text_tracker_no_workflow: No workflow defined for this tracker
648 text_tracker_no_workflow: No workflow defined for this tracker
649 text_unallowed_characters: Unallowed characters
649 text_unallowed_characters: Unallowed characters
650 text_comma_separated: Multiple values allowed (comma separated).
650 text_comma_separated: Multiple values allowed (comma separated).
651 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
651 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
652 text_issue_added: Issue %s has been reported by %s.
652 text_issue_added: Issue %s has been reported by %s.
653 text_issue_updated: Issue %s has been updated by %s.
653 text_issue_updated: Issue %s has been updated by %s.
654 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
654 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
655 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
655 text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ?
656 text_issue_category_destroy_assignments: Remove category assignments
656 text_issue_category_destroy_assignments: Remove category assignments
657 text_issue_category_reassign_to: Reassign issues to this category
657 text_issue_category_reassign_to: Reassign issues to this category
658 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
658 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
659 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
659 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
660 text_load_default_configuration: Load the default configuration
660 text_load_default_configuration: Load the default configuration
661 text_status_changed_by_changeset: Applied in changeset %s.
661 text_status_changed_by_changeset: Applied in changeset %s.
662 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
662 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
663 text_select_project_modules: 'Select modules to enable for this project:'
663 text_select_project_modules: 'Select modules to enable for this project:'
664 text_default_administrator_account_changed: Default administrator account changed
664 text_default_administrator_account_changed: Default administrator account changed
665 text_file_repository_writable: Attachments directory writable
665 text_file_repository_writable: Attachments directory writable
666 text_plugin_assets_writable: Plugin assets directory writable
666 text_plugin_assets_writable: Plugin assets directory writable
667 text_rmagick_available: RMagick available (optional)
667 text_rmagick_available: RMagick available (optional)
668 text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
668 text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
669 text_destroy_time_entries: Delete reported hours
669 text_destroy_time_entries: Delete reported hours
670 text_assign_time_entries_to_project: Assign reported hours to the project
670 text_assign_time_entries_to_project: Assign reported hours to the project
671 text_reassign_time_entries: 'Reassign reported hours to this issue:'
671 text_reassign_time_entries: 'Reassign reported hours to this issue:'
672 text_user_wrote: '%s wrote:'
672 text_user_wrote: '%s wrote:'
673 text_enumeration_destroy_question: '%d objects are assigned to this value.'
673 text_enumeration_destroy_question: '%d objects are assigned to this value.'
674 text_enumeration_category_reassign_to: 'Reassign them to this value:'
674 text_enumeration_category_reassign_to: 'Reassign them to this value:'
675 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
675 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
676 text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
676 text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
677 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
677 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
678
678
679 default_role_manager: Manager
679 default_role_manager: Manager
680 default_role_developper: Developer
680 default_role_developper: Developer
681 default_role_reporter: Reporter
681 default_role_reporter: Reporter
682 default_tracker_bug: Bug
682 default_tracker_bug: Bug
683 default_tracker_feature: Feature
683 default_tracker_feature: Feature
684 default_tracker_support: Support
684 default_tracker_support: Support
685 default_issue_status_new: New
685 default_issue_status_new: New
686 default_issue_status_assigned: Assigned
686 default_issue_status_assigned: Assigned
687 default_issue_status_resolved: Resolved
687 default_issue_status_resolved: Resolved
688 default_issue_status_feedback: Feedback
688 default_issue_status_feedback: Feedback
689 default_issue_status_closed: Closed
689 default_issue_status_closed: Closed
690 default_issue_status_rejected: Rejected
690 default_issue_status_rejected: Rejected
691 default_doc_category_user: User documentation
691 default_doc_category_user: User documentation
692 default_doc_category_tech: Technical documentation
692 default_doc_category_tech: Technical documentation
693 default_priority_low: Low
693 default_priority_low: Low
694 default_priority_normal: Normal
694 default_priority_normal: Normal
695 default_priority_high: High
695 default_priority_high: High
696 default_priority_urgent: Urgent
696 default_priority_urgent: Urgent
697 default_priority_immediate: Immediate
697 default_priority_immediate: Immediate
698 default_activity_design: Design
698 default_activity_design: Design
699 default_activity_development: Development
699 default_activity_development: Development
700
700
701 enumeration_issue_priorities: Issue priorities
701 enumeration_issue_priorities: Issue priorities
702 enumeration_doc_categories: Document categories
702 enumeration_doc_categories: Document categories
703 enumeration_activities: Activities (time tracking)
703 enumeration_activities: Activities (time tracking)
General Comments 0
You need to be logged in to leave comments. Login now