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