##// END OF EJS Templates
explicitly define jquery locale in en en-GB pt pt-BR...
Toshi MARUYAMA -
r11453:1ef354f75c72
parent child
Show More
@@ -1,1092 +1,1094
1 en-GB:
1 en-GB:
2 direction: ltr
2 direction: ltr
3 jquery:
4 locale: "en-GB"
3 date:
5 date:
4 formats:
6 formats:
5 # Use the strftime parameters for formats.
7 # Use the strftime parameters for formats.
6 # When no format has been given, it uses default.
8 # When no format has been given, it uses default.
7 # You can provide other formats here if you like!
9 # You can provide other formats here if you like!
8 default: "%d/%m/%Y"
10 default: "%d/%m/%Y"
9 short: "%d %b"
11 short: "%d %b"
10 long: "%d %B, %Y"
12 long: "%d %B, %Y"
11
13
12 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
14 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
13 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
15 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
14
16
15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 # Don't forget the nil at the beginning; there's no such thing as a 0th month
16 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
18 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
17 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
19 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
18 # Used in date_select and datime_select.
20 # Used in date_select and datime_select.
19 order:
21 order:
20 - :year
22 - :year
21 - :month
23 - :month
22 - :day
24 - :day
23
25
24 time:
26 time:
25 formats:
27 formats:
26 default: "%d/%m/%Y %I:%M %p"
28 default: "%d/%m/%Y %I:%M %p"
27 time: "%I:%M %p"
29 time: "%I:%M %p"
28 short: "%d %b %H:%M"
30 short: "%d %b %H:%M"
29 long: "%d %B, %Y %H:%M"
31 long: "%d %B, %Y %H:%M"
30 am: "am"
32 am: "am"
31 pm: "pm"
33 pm: "pm"
32
34
33 datetime:
35 datetime:
34 distance_in_words:
36 distance_in_words:
35 half_a_minute: "half a minute"
37 half_a_minute: "half a minute"
36 less_than_x_seconds:
38 less_than_x_seconds:
37 one: "less than 1 second"
39 one: "less than 1 second"
38 other: "less than %{count} seconds"
40 other: "less than %{count} seconds"
39 x_seconds:
41 x_seconds:
40 one: "1 second"
42 one: "1 second"
41 other: "%{count} seconds"
43 other: "%{count} seconds"
42 less_than_x_minutes:
44 less_than_x_minutes:
43 one: "less than a minute"
45 one: "less than a minute"
44 other: "less than %{count} minutes"
46 other: "less than %{count} minutes"
45 x_minutes:
47 x_minutes:
46 one: "1 minute"
48 one: "1 minute"
47 other: "%{count} minutes"
49 other: "%{count} minutes"
48 about_x_hours:
50 about_x_hours:
49 one: "about 1 hour"
51 one: "about 1 hour"
50 other: "about %{count} hours"
52 other: "about %{count} hours"
51 x_hours:
53 x_hours:
52 one: "1 hour"
54 one: "1 hour"
53 other: "%{count} hours"
55 other: "%{count} hours"
54 x_days:
56 x_days:
55 one: "1 day"
57 one: "1 day"
56 other: "%{count} days"
58 other: "%{count} days"
57 about_x_months:
59 about_x_months:
58 one: "about 1 month"
60 one: "about 1 month"
59 other: "about %{count} months"
61 other: "about %{count} months"
60 x_months:
62 x_months:
61 one: "1 month"
63 one: "1 month"
62 other: "%{count} months"
64 other: "%{count} months"
63 about_x_years:
65 about_x_years:
64 one: "about 1 year"
66 one: "about 1 year"
65 other: "about %{count} years"
67 other: "about %{count} years"
66 over_x_years:
68 over_x_years:
67 one: "over 1 year"
69 one: "over 1 year"
68 other: "over %{count} years"
70 other: "over %{count} years"
69 almost_x_years:
71 almost_x_years:
70 one: "almost 1 year"
72 one: "almost 1 year"
71 other: "almost %{count} years"
73 other: "almost %{count} years"
72
74
73 number:
75 number:
74 format:
76 format:
75 separator: "."
77 separator: "."
76 delimiter: " "
78 delimiter: " "
77 precision: 3
79 precision: 3
78
80
79 currency:
81 currency:
80 format:
82 format:
81 format: "%u%n"
83 format: "%u%n"
82 unit: "£"
84 unit: "£"
83
85
84 human:
86 human:
85 format:
87 format:
86 delimiter: ""
88 delimiter: ""
87 precision: 3
89 precision: 3
88 storage_units:
90 storage_units:
89 format: "%n %u"
91 format: "%n %u"
90 units:
92 units:
91 byte:
93 byte:
92 one: "Byte"
94 one: "Byte"
93 other: "Bytes"
95 other: "Bytes"
94 kb: "KB"
96 kb: "KB"
95 mb: "MB"
97 mb: "MB"
96 gb: "GB"
98 gb: "GB"
97 tb: "TB"
99 tb: "TB"
98
100
99 # Used in array.to_sentence.
101 # Used in array.to_sentence.
100 support:
102 support:
101 array:
103 array:
102 sentence_connector: "and"
104 sentence_connector: "and"
103 skip_last_comma: false
105 skip_last_comma: false
104
106
105 activerecord:
107 activerecord:
106 errors:
108 errors:
107 template:
109 template:
108 header:
110 header:
109 one: "1 error prohibited this %{model} from being saved"
111 one: "1 error prohibited this %{model} from being saved"
110 other: "%{count} errors prohibited this %{model} from being saved"
112 other: "%{count} errors prohibited this %{model} from being saved"
111 messages:
113 messages:
112 inclusion: "is not included in the list"
114 inclusion: "is not included in the list"
113 exclusion: "is reserved"
115 exclusion: "is reserved"
114 invalid: "is invalid"
116 invalid: "is invalid"
115 confirmation: "doesn't match confirmation"
117 confirmation: "doesn't match confirmation"
116 accepted: "must be accepted"
118 accepted: "must be accepted"
117 empty: "can't be empty"
119 empty: "can't be empty"
118 blank: "can't be blank"
120 blank: "can't be blank"
119 too_long: "is too long (maximum is %{count} characters)"
121 too_long: "is too long (maximum is %{count} characters)"
120 too_short: "is too short (minimum is %{count} characters)"
122 too_short: "is too short (minimum is %{count} characters)"
121 wrong_length: "is the wrong length (should be %{count} characters)"
123 wrong_length: "is the wrong length (should be %{count} characters)"
122 taken: "has already been taken"
124 taken: "has already been taken"
123 not_a_number: "is not a number"
125 not_a_number: "is not a number"
124 not_a_date: "is not a valid date"
126 not_a_date: "is not a valid date"
125 greater_than: "must be greater than %{count}"
127 greater_than: "must be greater than %{count}"
126 greater_than_or_equal_to: "must be greater than or equal to %{count}"
128 greater_than_or_equal_to: "must be greater than or equal to %{count}"
127 equal_to: "must be equal to %{count}"
129 equal_to: "must be equal to %{count}"
128 less_than: "must be less than %{count}"
130 less_than: "must be less than %{count}"
129 less_than_or_equal_to: "must be less than or equal to %{count}"
131 less_than_or_equal_to: "must be less than or equal to %{count}"
130 odd: "must be odd"
132 odd: "must be odd"
131 even: "must be even"
133 even: "must be even"
132 greater_than_start_date: "must be greater than start date"
134 greater_than_start_date: "must be greater than start date"
133 not_same_project: "doesn't belong to the same project"
135 not_same_project: "doesn't belong to the same project"
134 circular_dependency: "This relation would create a circular dependency"
136 circular_dependency: "This relation would create a circular dependency"
135 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
137 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
136
138
137 actionview_instancetag_blank_option: Please select
139 actionview_instancetag_blank_option: Please select
138
140
139 general_text_No: 'No'
141 general_text_No: 'No'
140 general_text_Yes: 'Yes'
142 general_text_Yes: 'Yes'
141 general_text_no: 'no'
143 general_text_no: 'no'
142 general_text_yes: 'yes'
144 general_text_yes: 'yes'
143 general_lang_name: 'English (British)'
145 general_lang_name: 'English (British)'
144 general_csv_separator: ','
146 general_csv_separator: ','
145 general_csv_decimal_separator: '.'
147 general_csv_decimal_separator: '.'
146 general_csv_encoding: ISO-8859-1
148 general_csv_encoding: ISO-8859-1
147 general_pdf_encoding: UTF-8
149 general_pdf_encoding: UTF-8
148 general_first_day_of_week: '1'
150 general_first_day_of_week: '1'
149
151
150 notice_account_updated: Account was successfully updated.
152 notice_account_updated: Account was successfully updated.
151 notice_account_invalid_creditentials: Invalid user or password
153 notice_account_invalid_creditentials: Invalid user or password
152 notice_account_password_updated: Password was successfully updated.
154 notice_account_password_updated: Password was successfully updated.
153 notice_account_wrong_password: Wrong password
155 notice_account_wrong_password: Wrong password
154 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
156 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
155 notice_account_unknown_email: Unknown user.
157 notice_account_unknown_email: Unknown user.
156 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
158 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
157 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
159 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
158 notice_account_activated: Your account has been activated. You can now log in.
160 notice_account_activated: Your account has been activated. You can now log in.
159 notice_successful_create: Successful creation.
161 notice_successful_create: Successful creation.
160 notice_successful_update: Successful update.
162 notice_successful_update: Successful update.
161 notice_successful_delete: Successful deletion.
163 notice_successful_delete: Successful deletion.
162 notice_successful_connection: Successful connection.
164 notice_successful_connection: Successful connection.
163 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
165 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
164 notice_locking_conflict: Data has been updated by another user.
166 notice_locking_conflict: Data has been updated by another user.
165 notice_not_authorized: You are not authorised to access this page.
167 notice_not_authorized: You are not authorised to access this page.
166 notice_not_authorized_archived_project: The project you're trying to access has been archived.
168 notice_not_authorized_archived_project: The project you're trying to access has been archived.
167 notice_email_sent: "An email was sent to %{value}"
169 notice_email_sent: "An email was sent to %{value}"
168 notice_email_error: "An error occurred while sending mail (%{value})"
170 notice_email_error: "An error occurred while sending mail (%{value})"
169 notice_feeds_access_key_reseted: Your Atom access key was reset.
171 notice_feeds_access_key_reseted: Your Atom access key was reset.
170 notice_api_access_key_reseted: Your API access key was reset.
172 notice_api_access_key_reseted: Your API access key was reset.
171 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
173 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
172 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
174 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
173 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
175 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
174 notice_account_pending: "Your account was created and is now pending administrator approval."
176 notice_account_pending: "Your account was created and is now pending administrator approval."
175 notice_default_data_loaded: Default configuration successfully loaded.
177 notice_default_data_loaded: Default configuration successfully loaded.
176 notice_unable_delete_version: Unable to delete version.
178 notice_unable_delete_version: Unable to delete version.
177 notice_unable_delete_time_entry: Unable to delete time log entry.
179 notice_unable_delete_time_entry: Unable to delete time log entry.
178 notice_issue_done_ratios_updated: Issue done ratios updated.
180 notice_issue_done_ratios_updated: Issue done ratios updated.
179 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
181 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
180
182
181 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
183 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
182 error_scm_not_found: "The entry or revision was not found in the repository."
184 error_scm_not_found: "The entry or revision was not found in the repository."
183 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
185 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
184 error_scm_annotate: "The entry does not exist or cannot be annotated."
186 error_scm_annotate: "The entry does not exist or cannot be annotated."
185 error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size."
187 error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size."
186 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
188 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
187 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
189 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
188 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
190 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
189 error_can_not_delete_custom_field: Unable to delete custom field
191 error_can_not_delete_custom_field: Unable to delete custom field
190 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
192 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
191 error_can_not_remove_role: "This role is in use and cannot be deleted."
193 error_can_not_remove_role: "This role is in use and cannot be deleted."
192 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
194 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
193 error_can_not_archive_project: This project cannot be archived
195 error_can_not_archive_project: This project cannot be archived
194 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
196 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
195 error_workflow_copy_source: 'Please select a source tracker or role'
197 error_workflow_copy_source: 'Please select a source tracker or role'
196 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
198 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
197 error_unable_delete_issue_status: 'Unable to delete issue status'
199 error_unable_delete_issue_status: 'Unable to delete issue status'
198 error_unable_to_connect: "Unable to connect (%{value})"
200 error_unable_to_connect: "Unable to connect (%{value})"
199 warning_attachments_not_saved: "%{count} file(s) could not be saved."
201 warning_attachments_not_saved: "%{count} file(s) could not be saved."
200
202
201 mail_subject_lost_password: "Your %{value} password"
203 mail_subject_lost_password: "Your %{value} password"
202 mail_body_lost_password: 'To change your password, click on the following link:'
204 mail_body_lost_password: 'To change your password, click on the following link:'
203 mail_subject_register: "Your %{value} account activation"
205 mail_subject_register: "Your %{value} account activation"
204 mail_body_register: 'To activate your account, click on the following link:'
206 mail_body_register: 'To activate your account, click on the following link:'
205 mail_body_account_information_external: "You can use your %{value} account to log in."
207 mail_body_account_information_external: "You can use your %{value} account to log in."
206 mail_body_account_information: Your account information
208 mail_body_account_information: Your account information
207 mail_subject_account_activation_request: "%{value} account activation request"
209 mail_subject_account_activation_request: "%{value} account activation request"
208 mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
210 mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
209 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
211 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
210 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
212 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
211 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
213 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
212 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
214 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
213 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
215 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
214 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
216 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
215
217
216
218
217 field_name: Name
219 field_name: Name
218 field_description: Description
220 field_description: Description
219 field_summary: Summary
221 field_summary: Summary
220 field_is_required: Required
222 field_is_required: Required
221 field_firstname: First name
223 field_firstname: First name
222 field_lastname: Last name
224 field_lastname: Last name
223 field_mail: Email
225 field_mail: Email
224 field_filename: File
226 field_filename: File
225 field_filesize: Size
227 field_filesize: Size
226 field_downloads: Downloads
228 field_downloads: Downloads
227 field_author: Author
229 field_author: Author
228 field_created_on: Created
230 field_created_on: Created
229 field_updated_on: Updated
231 field_updated_on: Updated
230 field_field_format: Format
232 field_field_format: Format
231 field_is_for_all: For all projects
233 field_is_for_all: For all projects
232 field_possible_values: Possible values
234 field_possible_values: Possible values
233 field_regexp: Regular expression
235 field_regexp: Regular expression
234 field_min_length: Minimum length
236 field_min_length: Minimum length
235 field_max_length: Maximum length
237 field_max_length: Maximum length
236 field_value: Value
238 field_value: Value
237 field_category: Category
239 field_category: Category
238 field_title: Title
240 field_title: Title
239 field_project: Project
241 field_project: Project
240 field_issue: Issue
242 field_issue: Issue
241 field_status: Status
243 field_status: Status
242 field_notes: Notes
244 field_notes: Notes
243 field_is_closed: Issue closed
245 field_is_closed: Issue closed
244 field_is_default: Default value
246 field_is_default: Default value
245 field_tracker: Tracker
247 field_tracker: Tracker
246 field_subject: Subject
248 field_subject: Subject
247 field_due_date: Due date
249 field_due_date: Due date
248 field_assigned_to: Assignee
250 field_assigned_to: Assignee
249 field_priority: Priority
251 field_priority: Priority
250 field_fixed_version: Target version
252 field_fixed_version: Target version
251 field_user: User
253 field_user: User
252 field_principal: Principal
254 field_principal: Principal
253 field_role: Role
255 field_role: Role
254 field_homepage: Homepage
256 field_homepage: Homepage
255 field_is_public: Public
257 field_is_public: Public
256 field_parent: Subproject of
258 field_parent: Subproject of
257 field_is_in_roadmap: Issues displayed in roadmap
259 field_is_in_roadmap: Issues displayed in roadmap
258 field_login: Login
260 field_login: Login
259 field_mail_notification: Email notifications
261 field_mail_notification: Email notifications
260 field_admin: Administrator
262 field_admin: Administrator
261 field_last_login_on: Last connection
263 field_last_login_on: Last connection
262 field_language: Language
264 field_language: Language
263 field_effective_date: Date
265 field_effective_date: Date
264 field_password: Password
266 field_password: Password
265 field_new_password: New password
267 field_new_password: New password
266 field_password_confirmation: Confirmation
268 field_password_confirmation: Confirmation
267 field_version: Version
269 field_version: Version
268 field_type: Type
270 field_type: Type
269 field_host: Host
271 field_host: Host
270 field_port: Port
272 field_port: Port
271 field_account: Account
273 field_account: Account
272 field_base_dn: Base DN
274 field_base_dn: Base DN
273 field_attr_login: Login attribute
275 field_attr_login: Login attribute
274 field_attr_firstname: Firstname attribute
276 field_attr_firstname: Firstname attribute
275 field_attr_lastname: Lastname attribute
277 field_attr_lastname: Lastname attribute
276 field_attr_mail: Email attribute
278 field_attr_mail: Email attribute
277 field_onthefly: On-the-fly user creation
279 field_onthefly: On-the-fly user creation
278 field_start_date: Start date
280 field_start_date: Start date
279 field_done_ratio: "% Done"
281 field_done_ratio: "% Done"
280 field_auth_source: Authentication mode
282 field_auth_source: Authentication mode
281 field_hide_mail: Hide my email address
283 field_hide_mail: Hide my email address
282 field_comments: Comment
284 field_comments: Comment
283 field_url: URL
285 field_url: URL
284 field_start_page: Start page
286 field_start_page: Start page
285 field_subproject: Subproject
287 field_subproject: Subproject
286 field_hours: Hours
288 field_hours: Hours
287 field_activity: Activity
289 field_activity: Activity
288 field_spent_on: Date
290 field_spent_on: Date
289 field_identifier: Identifier
291 field_identifier: Identifier
290 field_is_filter: Used as a filter
292 field_is_filter: Used as a filter
291 field_issue_to: Related issue
293 field_issue_to: Related issue
292 field_delay: Delay
294 field_delay: Delay
293 field_assignable: Issues can be assigned to this role
295 field_assignable: Issues can be assigned to this role
294 field_redirect_existing_links: Redirect existing links
296 field_redirect_existing_links: Redirect existing links
295 field_estimated_hours: Estimated time
297 field_estimated_hours: Estimated time
296 field_column_names: Columns
298 field_column_names: Columns
297 field_time_entries: Log time
299 field_time_entries: Log time
298 field_time_zone: Time zone
300 field_time_zone: Time zone
299 field_searchable: Searchable
301 field_searchable: Searchable
300 field_default_value: Default value
302 field_default_value: Default value
301 field_comments_sorting: Display comments
303 field_comments_sorting: Display comments
302 field_parent_title: Parent page
304 field_parent_title: Parent page
303 field_editable: Editable
305 field_editable: Editable
304 field_watcher: Watcher
306 field_watcher: Watcher
305 field_identity_url: OpenID URL
307 field_identity_url: OpenID URL
306 field_content: Content
308 field_content: Content
307 field_group_by: Group results by
309 field_group_by: Group results by
308 field_sharing: Sharing
310 field_sharing: Sharing
309 field_parent_issue: Parent task
311 field_parent_issue: Parent task
310 field_member_of_group: "Assignee's group"
312 field_member_of_group: "Assignee's group"
311 field_assigned_to_role: "Assignee's role"
313 field_assigned_to_role: "Assignee's role"
312 field_text: Text field
314 field_text: Text field
313 field_visible: Visible
315 field_visible: Visible
314 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
316 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
315
317
316 setting_app_title: Application title
318 setting_app_title: Application title
317 setting_app_subtitle: Application subtitle
319 setting_app_subtitle: Application subtitle
318 setting_welcome_text: Welcome text
320 setting_welcome_text: Welcome text
319 setting_default_language: Default language
321 setting_default_language: Default language
320 setting_login_required: Authentication required
322 setting_login_required: Authentication required
321 setting_self_registration: Self-registration
323 setting_self_registration: Self-registration
322 setting_attachment_max_size: Attachment max. size
324 setting_attachment_max_size: Attachment max. size
323 setting_issues_export_limit: Issues export limit
325 setting_issues_export_limit: Issues export limit
324 setting_mail_from: Emission email address
326 setting_mail_from: Emission email address
325 setting_bcc_recipients: Blind carbon copy recipients (bcc)
327 setting_bcc_recipients: Blind carbon copy recipients (bcc)
326 setting_plain_text_mail: Plain text mail (no HTML)
328 setting_plain_text_mail: Plain text mail (no HTML)
327 setting_host_name: Host name and path
329 setting_host_name: Host name and path
328 setting_text_formatting: Text formatting
330 setting_text_formatting: Text formatting
329 setting_wiki_compression: Wiki history compression
331 setting_wiki_compression: Wiki history compression
330 setting_feeds_limit: Feed content limit
332 setting_feeds_limit: Feed content limit
331 setting_default_projects_public: New projects are public by default
333 setting_default_projects_public: New projects are public by default
332 setting_autofetch_changesets: Autofetch commits
334 setting_autofetch_changesets: Autofetch commits
333 setting_sys_api_enabled: Enable WS for repository management
335 setting_sys_api_enabled: Enable WS for repository management
334 setting_commit_ref_keywords: Referencing keywords
336 setting_commit_ref_keywords: Referencing keywords
335 setting_commit_fix_keywords: Fixing keywords
337 setting_commit_fix_keywords: Fixing keywords
336 setting_autologin: Autologin
338 setting_autologin: Autologin
337 setting_date_format: Date format
339 setting_date_format: Date format
338 setting_time_format: Time format
340 setting_time_format: Time format
339 setting_cross_project_issue_relations: Allow cross-project issue relations
341 setting_cross_project_issue_relations: Allow cross-project issue relations
340 setting_issue_list_default_columns: Default columns displayed on the issue list
342 setting_issue_list_default_columns: Default columns displayed on the issue list
341 setting_emails_header: Email header
343 setting_emails_header: Email header
342 setting_emails_footer: Email footer
344 setting_emails_footer: Email footer
343 setting_protocol: Protocol
345 setting_protocol: Protocol
344 setting_per_page_options: Objects per page options
346 setting_per_page_options: Objects per page options
345 setting_user_format: Users display format
347 setting_user_format: Users display format
346 setting_activity_days_default: Days displayed on project activity
348 setting_activity_days_default: Days displayed on project activity
347 setting_display_subprojects_issues: Display subprojects issues on main projects by default
349 setting_display_subprojects_issues: Display subprojects issues on main projects by default
348 setting_enabled_scm: Enabled SCM
350 setting_enabled_scm: Enabled SCM
349 setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
351 setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
350 setting_mail_handler_api_enabled: Enable WS for incoming emails
352 setting_mail_handler_api_enabled: Enable WS for incoming emails
351 setting_mail_handler_api_key: API key
353 setting_mail_handler_api_key: API key
352 setting_sequential_project_identifiers: Generate sequential project identifiers
354 setting_sequential_project_identifiers: Generate sequential project identifiers
353 setting_gravatar_enabled: Use Gravatar user icons
355 setting_gravatar_enabled: Use Gravatar user icons
354 setting_gravatar_default: Default Gravatar image
356 setting_gravatar_default: Default Gravatar image
355 setting_diff_max_lines_displayed: Max number of diff lines displayed
357 setting_diff_max_lines_displayed: Max number of diff lines displayed
356 setting_file_max_size_displayed: Max size of text files displayed inline
358 setting_file_max_size_displayed: Max size of text files displayed inline
357 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
359 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
358 setting_openid: Allow OpenID login and registration
360 setting_openid: Allow OpenID login and registration
359 setting_password_min_length: Minimum password length
361 setting_password_min_length: Minimum password length
360 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
362 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
361 setting_default_projects_modules: Default enabled modules for new projects
363 setting_default_projects_modules: Default enabled modules for new projects
362 setting_issue_done_ratio: Calculate the issue done ratio with
364 setting_issue_done_ratio: Calculate the issue done ratio with
363 setting_issue_done_ratio_issue_field: Use the issue field
365 setting_issue_done_ratio_issue_field: Use the issue field
364 setting_issue_done_ratio_issue_status: Use the issue status
366 setting_issue_done_ratio_issue_status: Use the issue status
365 setting_start_of_week: Start calendars on
367 setting_start_of_week: Start calendars on
366 setting_rest_api_enabled: Enable REST web service
368 setting_rest_api_enabled: Enable REST web service
367 setting_cache_formatted_text: Cache formatted text
369 setting_cache_formatted_text: Cache formatted text
368 setting_default_notification_option: Default notification option
370 setting_default_notification_option: Default notification option
369 setting_commit_logtime_enabled: Enable time logging
371 setting_commit_logtime_enabled: Enable time logging
370 setting_commit_logtime_activity_id: Activity for logged time
372 setting_commit_logtime_activity_id: Activity for logged time
371 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
373 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
372 setting_issue_group_assignment: Allow issue assignment to groups
374 setting_issue_group_assignment: Allow issue assignment to groups
373 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
375 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
374
376
375 permission_add_project: Create project
377 permission_add_project: Create project
376 permission_add_subprojects: Create subprojects
378 permission_add_subprojects: Create subprojects
377 permission_edit_project: Edit project
379 permission_edit_project: Edit project
378 permission_select_project_modules: Select project modules
380 permission_select_project_modules: Select project modules
379 permission_manage_members: Manage members
381 permission_manage_members: Manage members
380 permission_manage_project_activities: Manage project activities
382 permission_manage_project_activities: Manage project activities
381 permission_manage_versions: Manage versions
383 permission_manage_versions: Manage versions
382 permission_manage_categories: Manage issue categories
384 permission_manage_categories: Manage issue categories
383 permission_view_issues: View Issues
385 permission_view_issues: View Issues
384 permission_add_issues: Add issues
386 permission_add_issues: Add issues
385 permission_edit_issues: Edit issues
387 permission_edit_issues: Edit issues
386 permission_manage_issue_relations: Manage issue relations
388 permission_manage_issue_relations: Manage issue relations
387 permission_add_issue_notes: Add notes
389 permission_add_issue_notes: Add notes
388 permission_edit_issue_notes: Edit notes
390 permission_edit_issue_notes: Edit notes
389 permission_edit_own_issue_notes: Edit own notes
391 permission_edit_own_issue_notes: Edit own notes
390 permission_move_issues: Move issues
392 permission_move_issues: Move issues
391 permission_delete_issues: Delete issues
393 permission_delete_issues: Delete issues
392 permission_manage_public_queries: Manage public queries
394 permission_manage_public_queries: Manage public queries
393 permission_save_queries: Save queries
395 permission_save_queries: Save queries
394 permission_view_gantt: View gantt chart
396 permission_view_gantt: View gantt chart
395 permission_view_calendar: View calendar
397 permission_view_calendar: View calendar
396 permission_view_issue_watchers: View watchers list
398 permission_view_issue_watchers: View watchers list
397 permission_add_issue_watchers: Add watchers
399 permission_add_issue_watchers: Add watchers
398 permission_delete_issue_watchers: Delete watchers
400 permission_delete_issue_watchers: Delete watchers
399 permission_log_time: Log spent time
401 permission_log_time: Log spent time
400 permission_view_time_entries: View spent time
402 permission_view_time_entries: View spent time
401 permission_edit_time_entries: Edit time logs
403 permission_edit_time_entries: Edit time logs
402 permission_edit_own_time_entries: Edit own time logs
404 permission_edit_own_time_entries: Edit own time logs
403 permission_manage_news: Manage news
405 permission_manage_news: Manage news
404 permission_comment_news: Comment news
406 permission_comment_news: Comment news
405 permission_view_documents: View documents
407 permission_view_documents: View documents
406 permission_manage_files: Manage files
408 permission_manage_files: Manage files
407 permission_view_files: View files
409 permission_view_files: View files
408 permission_manage_wiki: Manage wiki
410 permission_manage_wiki: Manage wiki
409 permission_rename_wiki_pages: Rename wiki pages
411 permission_rename_wiki_pages: Rename wiki pages
410 permission_delete_wiki_pages: Delete wiki pages
412 permission_delete_wiki_pages: Delete wiki pages
411 permission_view_wiki_pages: View wiki
413 permission_view_wiki_pages: View wiki
412 permission_view_wiki_edits: View wiki history
414 permission_view_wiki_edits: View wiki history
413 permission_edit_wiki_pages: Edit wiki pages
415 permission_edit_wiki_pages: Edit wiki pages
414 permission_delete_wiki_pages_attachments: Delete attachments
416 permission_delete_wiki_pages_attachments: Delete attachments
415 permission_protect_wiki_pages: Protect wiki pages
417 permission_protect_wiki_pages: Protect wiki pages
416 permission_manage_repository: Manage repository
418 permission_manage_repository: Manage repository
417 permission_browse_repository: Browse repository
419 permission_browse_repository: Browse repository
418 permission_view_changesets: View changesets
420 permission_view_changesets: View changesets
419 permission_commit_access: Commit access
421 permission_commit_access: Commit access
420 permission_manage_boards: Manage forums
422 permission_manage_boards: Manage forums
421 permission_view_messages: View messages
423 permission_view_messages: View messages
422 permission_add_messages: Post messages
424 permission_add_messages: Post messages
423 permission_edit_messages: Edit messages
425 permission_edit_messages: Edit messages
424 permission_edit_own_messages: Edit own messages
426 permission_edit_own_messages: Edit own messages
425 permission_delete_messages: Delete messages
427 permission_delete_messages: Delete messages
426 permission_delete_own_messages: Delete own messages
428 permission_delete_own_messages: Delete own messages
427 permission_export_wiki_pages: Export wiki pages
429 permission_export_wiki_pages: Export wiki pages
428 permission_manage_subtasks: Manage subtasks
430 permission_manage_subtasks: Manage subtasks
429
431
430 project_module_issue_tracking: Issue tracking
432 project_module_issue_tracking: Issue tracking
431 project_module_time_tracking: Time tracking
433 project_module_time_tracking: Time tracking
432 project_module_news: News
434 project_module_news: News
433 project_module_documents: Documents
435 project_module_documents: Documents
434 project_module_files: Files
436 project_module_files: Files
435 project_module_wiki: Wiki
437 project_module_wiki: Wiki
436 project_module_repository: Repository
438 project_module_repository: Repository
437 project_module_boards: Forums
439 project_module_boards: Forums
438 project_module_calendar: Calendar
440 project_module_calendar: Calendar
439 project_module_gantt: Gantt
441 project_module_gantt: Gantt
440
442
441 label_user: User
443 label_user: User
442 label_user_plural: Users
444 label_user_plural: Users
443 label_user_new: New user
445 label_user_new: New user
444 label_user_anonymous: Anonymous
446 label_user_anonymous: Anonymous
445 label_project: Project
447 label_project: Project
446 label_project_new: New project
448 label_project_new: New project
447 label_project_plural: Projects
449 label_project_plural: Projects
448 label_x_projects:
450 label_x_projects:
449 zero: no projects
451 zero: no projects
450 one: 1 project
452 one: 1 project
451 other: "%{count} projects"
453 other: "%{count} projects"
452 label_project_all: All Projects
454 label_project_all: All Projects
453 label_project_latest: Latest projects
455 label_project_latest: Latest projects
454 label_issue: Issue
456 label_issue: Issue
455 label_issue_new: New issue
457 label_issue_new: New issue
456 label_issue_plural: Issues
458 label_issue_plural: Issues
457 label_issue_view_all: View all issues
459 label_issue_view_all: View all issues
458 label_issues_by: "Issues by %{value}"
460 label_issues_by: "Issues by %{value}"
459 label_issue_added: Issue added
461 label_issue_added: Issue added
460 label_issue_updated: Issue updated
462 label_issue_updated: Issue updated
461 label_document: Document
463 label_document: Document
462 label_document_new: New document
464 label_document_new: New document
463 label_document_plural: Documents
465 label_document_plural: Documents
464 label_document_added: Document added
466 label_document_added: Document added
465 label_role: Role
467 label_role: Role
466 label_role_plural: Roles
468 label_role_plural: Roles
467 label_role_new: New role
469 label_role_new: New role
468 label_role_and_permissions: Roles and permissions
470 label_role_and_permissions: Roles and permissions
469 label_role_anonymous: Anonymous
471 label_role_anonymous: Anonymous
470 label_role_non_member: Non member
472 label_role_non_member: Non member
471 label_member: Member
473 label_member: Member
472 label_member_new: New member
474 label_member_new: New member
473 label_member_plural: Members
475 label_member_plural: Members
474 label_tracker: Tracker
476 label_tracker: Tracker
475 label_tracker_plural: Trackers
477 label_tracker_plural: Trackers
476 label_tracker_new: New tracker
478 label_tracker_new: New tracker
477 label_workflow: Workflow
479 label_workflow: Workflow
478 label_issue_status: Issue status
480 label_issue_status: Issue status
479 label_issue_status_plural: Issue statuses
481 label_issue_status_plural: Issue statuses
480 label_issue_status_new: New status
482 label_issue_status_new: New status
481 label_issue_category: Issue category
483 label_issue_category: Issue category
482 label_issue_category_plural: Issue categories
484 label_issue_category_plural: Issue categories
483 label_issue_category_new: New category
485 label_issue_category_new: New category
484 label_custom_field: Custom field
486 label_custom_field: Custom field
485 label_custom_field_plural: Custom fields
487 label_custom_field_plural: Custom fields
486 label_custom_field_new: New custom field
488 label_custom_field_new: New custom field
487 label_enumerations: Enumerations
489 label_enumerations: Enumerations
488 label_enumeration_new: New value
490 label_enumeration_new: New value
489 label_information: Information
491 label_information: Information
490 label_information_plural: Information
492 label_information_plural: Information
491 label_please_login: Please log in
493 label_please_login: Please log in
492 label_register: Register
494 label_register: Register
493 label_login_with_open_id_option: or login with OpenID
495 label_login_with_open_id_option: or login with OpenID
494 label_password_lost: Lost password
496 label_password_lost: Lost password
495 label_home: Home
497 label_home: Home
496 label_my_page: My page
498 label_my_page: My page
497 label_my_account: My account
499 label_my_account: My account
498 label_my_projects: My projects
500 label_my_projects: My projects
499 label_my_page_block: My page block
501 label_my_page_block: My page block
500 label_administration: Administration
502 label_administration: Administration
501 label_login: Sign in
503 label_login: Sign in
502 label_logout: Sign out
504 label_logout: Sign out
503 label_help: Help
505 label_help: Help
504 label_reported_issues: Reported issues
506 label_reported_issues: Reported issues
505 label_assigned_to_me_issues: Issues assigned to me
507 label_assigned_to_me_issues: Issues assigned to me
506 label_last_login: Last connection
508 label_last_login: Last connection
507 label_registered_on: Registered on
509 label_registered_on: Registered on
508 label_activity: Activity
510 label_activity: Activity
509 label_overall_activity: Overall activity
511 label_overall_activity: Overall activity
510 label_user_activity: "%{value}'s activity"
512 label_user_activity: "%{value}'s activity"
511 label_new: New
513 label_new: New
512 label_logged_as: Logged in as
514 label_logged_as: Logged in as
513 label_environment: Environment
515 label_environment: Environment
514 label_authentication: Authentication
516 label_authentication: Authentication
515 label_auth_source: Authentication mode
517 label_auth_source: Authentication mode
516 label_auth_source_new: New authentication mode
518 label_auth_source_new: New authentication mode
517 label_auth_source_plural: Authentication modes
519 label_auth_source_plural: Authentication modes
518 label_subproject_plural: Subprojects
520 label_subproject_plural: Subprojects
519 label_subproject_new: New subproject
521 label_subproject_new: New subproject
520 label_and_its_subprojects: "%{value} and its subprojects"
522 label_and_its_subprojects: "%{value} and its subprojects"
521 label_min_max_length: Min - Max length
523 label_min_max_length: Min - Max length
522 label_list: List
524 label_list: List
523 label_date: Date
525 label_date: Date
524 label_integer: Integer
526 label_integer: Integer
525 label_float: Float
527 label_float: Float
526 label_boolean: Boolean
528 label_boolean: Boolean
527 label_string: Text
529 label_string: Text
528 label_text: Long text
530 label_text: Long text
529 label_attribute: Attribute
531 label_attribute: Attribute
530 label_attribute_plural: Attributes
532 label_attribute_plural: Attributes
531 label_no_data: No data to display
533 label_no_data: No data to display
532 label_change_status: Change status
534 label_change_status: Change status
533 label_history: History
535 label_history: History
534 label_attachment: File
536 label_attachment: File
535 label_attachment_new: New file
537 label_attachment_new: New file
536 label_attachment_delete: Delete file
538 label_attachment_delete: Delete file
537 label_attachment_plural: Files
539 label_attachment_plural: Files
538 label_file_added: File added
540 label_file_added: File added
539 label_report: Report
541 label_report: Report
540 label_report_plural: Reports
542 label_report_plural: Reports
541 label_news: News
543 label_news: News
542 label_news_new: Add news
544 label_news_new: Add news
543 label_news_plural: News
545 label_news_plural: News
544 label_news_latest: Latest news
546 label_news_latest: Latest news
545 label_news_view_all: View all news
547 label_news_view_all: View all news
546 label_news_added: News added
548 label_news_added: News added
547 label_news_comment_added: Comment added to a news
549 label_news_comment_added: Comment added to a news
548 label_settings: Settings
550 label_settings: Settings
549 label_overview: Overview
551 label_overview: Overview
550 label_version: Version
552 label_version: Version
551 label_version_new: New version
553 label_version_new: New version
552 label_version_plural: Versions
554 label_version_plural: Versions
553 label_close_versions: Close completed versions
555 label_close_versions: Close completed versions
554 label_confirmation: Confirmation
556 label_confirmation: Confirmation
555 label_export_to: 'Also available in:'
557 label_export_to: 'Also available in:'
556 label_read: Read...
558 label_read: Read...
557 label_public_projects: Public projects
559 label_public_projects: Public projects
558 label_open_issues: open
560 label_open_issues: open
559 label_open_issues_plural: open
561 label_open_issues_plural: open
560 label_closed_issues: closed
562 label_closed_issues: closed
561 label_closed_issues_plural: closed
563 label_closed_issues_plural: closed
562 label_x_open_issues_abbr_on_total:
564 label_x_open_issues_abbr_on_total:
563 zero: 0 open / %{total}
565 zero: 0 open / %{total}
564 one: 1 open / %{total}
566 one: 1 open / %{total}
565 other: "%{count} open / %{total}"
567 other: "%{count} open / %{total}"
566 label_x_open_issues_abbr:
568 label_x_open_issues_abbr:
567 zero: 0 open
569 zero: 0 open
568 one: 1 open
570 one: 1 open
569 other: "%{count} open"
571 other: "%{count} open"
570 label_x_closed_issues_abbr:
572 label_x_closed_issues_abbr:
571 zero: 0 closed
573 zero: 0 closed
572 one: 1 closed
574 one: 1 closed
573 other: "%{count} closed"
575 other: "%{count} closed"
574 label_total: Total
576 label_total: Total
575 label_permissions: Permissions
577 label_permissions: Permissions
576 label_current_status: Current status
578 label_current_status: Current status
577 label_new_statuses_allowed: New statuses allowed
579 label_new_statuses_allowed: New statuses allowed
578 label_all: all
580 label_all: all
579 label_none: none
581 label_none: none
580 label_nobody: nobody
582 label_nobody: nobody
581 label_next: Next
583 label_next: Next
582 label_previous: Previous
584 label_previous: Previous
583 label_used_by: Used by
585 label_used_by: Used by
584 label_details: Details
586 label_details: Details
585 label_add_note: Add a note
587 label_add_note: Add a note
586 label_per_page: Per page
588 label_per_page: Per page
587 label_calendar: Calendar
589 label_calendar: Calendar
588 label_months_from: months from
590 label_months_from: months from
589 label_gantt: Gantt
591 label_gantt: Gantt
590 label_internal: Internal
592 label_internal: Internal
591 label_last_changes: "last %{count} changes"
593 label_last_changes: "last %{count} changes"
592 label_change_view_all: View all changes
594 label_change_view_all: View all changes
593 label_personalize_page: Personalise this page
595 label_personalize_page: Personalise this page
594 label_comment: Comment
596 label_comment: Comment
595 label_comment_plural: Comments
597 label_comment_plural: Comments
596 label_x_comments:
598 label_x_comments:
597 zero: no comments
599 zero: no comments
598 one: 1 comment
600 one: 1 comment
599 other: "%{count} comments"
601 other: "%{count} comments"
600 label_comment_add: Add a comment
602 label_comment_add: Add a comment
601 label_comment_added: Comment added
603 label_comment_added: Comment added
602 label_comment_delete: Delete comments
604 label_comment_delete: Delete comments
603 label_query: Custom query
605 label_query: Custom query
604 label_query_plural: Custom queries
606 label_query_plural: Custom queries
605 label_query_new: New query
607 label_query_new: New query
606 label_my_queries: My custom queries
608 label_my_queries: My custom queries
607 label_filter_add: Add filter
609 label_filter_add: Add filter
608 label_filter_plural: Filters
610 label_filter_plural: Filters
609 label_equals: is
611 label_equals: is
610 label_not_equals: is not
612 label_not_equals: is not
611 label_in_less_than: in less than
613 label_in_less_than: in less than
612 label_in_more_than: in more than
614 label_in_more_than: in more than
613 label_greater_or_equal: '>='
615 label_greater_or_equal: '>='
614 label_less_or_equal: '<='
616 label_less_or_equal: '<='
615 label_in: in
617 label_in: in
616 label_today: today
618 label_today: today
617 label_all_time: all time
619 label_all_time: all time
618 label_yesterday: yesterday
620 label_yesterday: yesterday
619 label_this_week: this week
621 label_this_week: this week
620 label_last_week: last week
622 label_last_week: last week
621 label_last_n_days: "last %{count} days"
623 label_last_n_days: "last %{count} days"
622 label_this_month: this month
624 label_this_month: this month
623 label_last_month: last month
625 label_last_month: last month
624 label_this_year: this year
626 label_this_year: this year
625 label_date_range: Date range
627 label_date_range: Date range
626 label_less_than_ago: less than days ago
628 label_less_than_ago: less than days ago
627 label_more_than_ago: more than days ago
629 label_more_than_ago: more than days ago
628 label_ago: days ago
630 label_ago: days ago
629 label_contains: contains
631 label_contains: contains
630 label_not_contains: doesn't contain
632 label_not_contains: doesn't contain
631 label_day_plural: days
633 label_day_plural: days
632 label_repository: Repository
634 label_repository: Repository
633 label_repository_plural: Repositories
635 label_repository_plural: Repositories
634 label_browse: Browse
636 label_browse: Browse
635 label_branch: Branch
637 label_branch: Branch
636 label_tag: Tag
638 label_tag: Tag
637 label_revision: Revision
639 label_revision: Revision
638 label_revision_plural: Revisions
640 label_revision_plural: Revisions
639 label_revision_id: "Revision %{value}"
641 label_revision_id: "Revision %{value}"
640 label_associated_revisions: Associated revisions
642 label_associated_revisions: Associated revisions
641 label_added: added
643 label_added: added
642 label_modified: modified
644 label_modified: modified
643 label_copied: copied
645 label_copied: copied
644 label_renamed: renamed
646 label_renamed: renamed
645 label_deleted: deleted
647 label_deleted: deleted
646 label_latest_revision: Latest revision
648 label_latest_revision: Latest revision
647 label_latest_revision_plural: Latest revisions
649 label_latest_revision_plural: Latest revisions
648 label_view_revisions: View revisions
650 label_view_revisions: View revisions
649 label_view_all_revisions: View all revisions
651 label_view_all_revisions: View all revisions
650 label_max_size: Maximum size
652 label_max_size: Maximum size
651 label_sort_highest: Move to top
653 label_sort_highest: Move to top
652 label_sort_higher: Move up
654 label_sort_higher: Move up
653 label_sort_lower: Move down
655 label_sort_lower: Move down
654 label_sort_lowest: Move to bottom
656 label_sort_lowest: Move to bottom
655 label_roadmap: Roadmap
657 label_roadmap: Roadmap
656 label_roadmap_due_in: "Due in %{value}"
658 label_roadmap_due_in: "Due in %{value}"
657 label_roadmap_overdue: "%{value} late"
659 label_roadmap_overdue: "%{value} late"
658 label_roadmap_no_issues: No issues for this version
660 label_roadmap_no_issues: No issues for this version
659 label_search: Search
661 label_search: Search
660 label_result_plural: Results
662 label_result_plural: Results
661 label_all_words: All words
663 label_all_words: All words
662 label_wiki: Wiki
664 label_wiki: Wiki
663 label_wiki_edit: Wiki edit
665 label_wiki_edit: Wiki edit
664 label_wiki_edit_plural: Wiki edits
666 label_wiki_edit_plural: Wiki edits
665 label_wiki_page: Wiki page
667 label_wiki_page: Wiki page
666 label_wiki_page_plural: Wiki pages
668 label_wiki_page_plural: Wiki pages
667 label_index_by_title: Index by title
669 label_index_by_title: Index by title
668 label_index_by_date: Index by date
670 label_index_by_date: Index by date
669 label_current_version: Current version
671 label_current_version: Current version
670 label_preview: Preview
672 label_preview: Preview
671 label_feed_plural: Feeds
673 label_feed_plural: Feeds
672 label_changes_details: Details of all changes
674 label_changes_details: Details of all changes
673 label_issue_tracking: Issue tracking
675 label_issue_tracking: Issue tracking
674 label_spent_time: Spent time
676 label_spent_time: Spent time
675 label_overall_spent_time: Overall spent time
677 label_overall_spent_time: Overall spent time
676 label_f_hour: "%{value} hour"
678 label_f_hour: "%{value} hour"
677 label_f_hour_plural: "%{value} hours"
679 label_f_hour_plural: "%{value} hours"
678 label_time_tracking: Time tracking
680 label_time_tracking: Time tracking
679 label_change_plural: Changes
681 label_change_plural: Changes
680 label_statistics: Statistics
682 label_statistics: Statistics
681 label_commits_per_month: Commits per month
683 label_commits_per_month: Commits per month
682 label_commits_per_author: Commits per author
684 label_commits_per_author: Commits per author
683 label_view_diff: View differences
685 label_view_diff: View differences
684 label_diff_inline: inline
686 label_diff_inline: inline
685 label_diff_side_by_side: side by side
687 label_diff_side_by_side: side by side
686 label_options: Options
688 label_options: Options
687 label_copy_workflow_from: Copy workflow from
689 label_copy_workflow_from: Copy workflow from
688 label_permissions_report: Permissions report
690 label_permissions_report: Permissions report
689 label_watched_issues: Watched issues
691 label_watched_issues: Watched issues
690 label_related_issues: Related issues
692 label_related_issues: Related issues
691 label_applied_status: Applied status
693 label_applied_status: Applied status
692 label_loading: Loading...
694 label_loading: Loading...
693 label_relation_new: New relation
695 label_relation_new: New relation
694 label_relation_delete: Delete relation
696 label_relation_delete: Delete relation
695 label_relates_to: related to
697 label_relates_to: related to
696 label_duplicates: duplicates
698 label_duplicates: duplicates
697 label_duplicated_by: duplicated by
699 label_duplicated_by: duplicated by
698 label_blocks: blocks
700 label_blocks: blocks
699 label_blocked_by: blocked by
701 label_blocked_by: blocked by
700 label_precedes: precedes
702 label_precedes: precedes
701 label_follows: follows
703 label_follows: follows
702 label_end_to_start: end to start
704 label_end_to_start: end to start
703 label_end_to_end: end to end
705 label_end_to_end: end to end
704 label_start_to_start: start to start
706 label_start_to_start: start to start
705 label_start_to_end: start to end
707 label_start_to_end: start to end
706 label_stay_logged_in: Stay logged in
708 label_stay_logged_in: Stay logged in
707 label_disabled: disabled
709 label_disabled: disabled
708 label_show_completed_versions: Show completed versions
710 label_show_completed_versions: Show completed versions
709 label_me: me
711 label_me: me
710 label_board: Forum
712 label_board: Forum
711 label_board_new: New forum
713 label_board_new: New forum
712 label_board_plural: Forums
714 label_board_plural: Forums
713 label_board_locked: Locked
715 label_board_locked: Locked
714 label_board_sticky: Sticky
716 label_board_sticky: Sticky
715 label_topic_plural: Topics
717 label_topic_plural: Topics
716 label_message_plural: Messages
718 label_message_plural: Messages
717 label_message_last: Last message
719 label_message_last: Last message
718 label_message_new: New message
720 label_message_new: New message
719 label_message_posted: Message added
721 label_message_posted: Message added
720 label_reply_plural: Replies
722 label_reply_plural: Replies
721 label_send_information: Send account information to the user
723 label_send_information: Send account information to the user
722 label_year: Year
724 label_year: Year
723 label_month: Month
725 label_month: Month
724 label_week: Week
726 label_week: Week
725 label_date_from: From
727 label_date_from: From
726 label_date_to: To
728 label_date_to: To
727 label_language_based: Based on user's language
729 label_language_based: Based on user's language
728 label_sort_by: "Sort by %{value}"
730 label_sort_by: "Sort by %{value}"
729 label_send_test_email: Send a test email
731 label_send_test_email: Send a test email
730 label_feeds_access_key: Atom access key
732 label_feeds_access_key: Atom access key
731 label_missing_feeds_access_key: Missing a Atom access key
733 label_missing_feeds_access_key: Missing a Atom access key
732 label_feeds_access_key_created_on: "Atom access key created %{value} ago"
734 label_feeds_access_key_created_on: "Atom access key created %{value} ago"
733 label_module_plural: Modules
735 label_module_plural: Modules
734 label_added_time_by: "Added by %{author} %{age} ago"
736 label_added_time_by: "Added by %{author} %{age} ago"
735 label_updated_time_by: "Updated by %{author} %{age} ago"
737 label_updated_time_by: "Updated by %{author} %{age} ago"
736 label_updated_time: "Updated %{value} ago"
738 label_updated_time: "Updated %{value} ago"
737 label_jump_to_a_project: Jump to a project...
739 label_jump_to_a_project: Jump to a project...
738 label_file_plural: Files
740 label_file_plural: Files
739 label_changeset_plural: Changesets
741 label_changeset_plural: Changesets
740 label_default_columns: Default columns
742 label_default_columns: Default columns
741 label_no_change_option: (No change)
743 label_no_change_option: (No change)
742 label_bulk_edit_selected_issues: Bulk edit selected issues
744 label_bulk_edit_selected_issues: Bulk edit selected issues
743 label_theme: Theme
745 label_theme: Theme
744 label_default: Default
746 label_default: Default
745 label_search_titles_only: Search titles only
747 label_search_titles_only: Search titles only
746 label_user_mail_option_all: "For any event on all my projects"
748 label_user_mail_option_all: "For any event on all my projects"
747 label_user_mail_option_selected: "For any event on the selected projects only..."
749 label_user_mail_option_selected: "For any event on the selected projects only..."
748 label_user_mail_option_none: "No events"
750 label_user_mail_option_none: "No events"
749 label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in"
751 label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in"
750 label_user_mail_option_only_assigned: "Only for things I am assigned to"
752 label_user_mail_option_only_assigned: "Only for things I am assigned to"
751 label_user_mail_option_only_owner: "Only for things I am the owner of"
753 label_user_mail_option_only_owner: "Only for things I am the owner of"
752 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
754 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
753 label_registration_activation_by_email: account activation by email
755 label_registration_activation_by_email: account activation by email
754 label_registration_manual_activation: manual account activation
756 label_registration_manual_activation: manual account activation
755 label_registration_automatic_activation: automatic account activation
757 label_registration_automatic_activation: automatic account activation
756 label_display_per_page: "Per page: %{value}"
758 label_display_per_page: "Per page: %{value}"
757 label_age: Age
759 label_age: Age
758 label_change_properties: Change properties
760 label_change_properties: Change properties
759 label_general: General
761 label_general: General
760 label_more: More
762 label_more: More
761 label_scm: SCM
763 label_scm: SCM
762 label_plugins: Plugins
764 label_plugins: Plugins
763 label_ldap_authentication: LDAP authentication
765 label_ldap_authentication: LDAP authentication
764 label_downloads_abbr: D/L
766 label_downloads_abbr: D/L
765 label_optional_description: Optional description
767 label_optional_description: Optional description
766 label_add_another_file: Add another file
768 label_add_another_file: Add another file
767 label_preferences: Preferences
769 label_preferences: Preferences
768 label_chronological_order: In chronological order
770 label_chronological_order: In chronological order
769 label_reverse_chronological_order: In reverse chronological order
771 label_reverse_chronological_order: In reverse chronological order
770 label_planning: Planning
772 label_planning: Planning
771 label_incoming_emails: Incoming emails
773 label_incoming_emails: Incoming emails
772 label_generate_key: Generate a key
774 label_generate_key: Generate a key
773 label_issue_watchers: Watchers
775 label_issue_watchers: Watchers
774 label_example: Example
776 label_example: Example
775 label_display: Display
777 label_display: Display
776 label_sort: Sort
778 label_sort: Sort
777 label_ascending: Ascending
779 label_ascending: Ascending
778 label_descending: Descending
780 label_descending: Descending
779 label_date_from_to: From %{start} to %{end}
781 label_date_from_to: From %{start} to %{end}
780 label_wiki_content_added: Wiki page added
782 label_wiki_content_added: Wiki page added
781 label_wiki_content_updated: Wiki page updated
783 label_wiki_content_updated: Wiki page updated
782 label_group: Group
784 label_group: Group
783 label_group_plural: Groups
785 label_group_plural: Groups
784 label_group_new: New group
786 label_group_new: New group
785 label_time_entry_plural: Spent time
787 label_time_entry_plural: Spent time
786 label_version_sharing_none: Not shared
788 label_version_sharing_none: Not shared
787 label_version_sharing_descendants: With subprojects
789 label_version_sharing_descendants: With subprojects
788 label_version_sharing_hierarchy: With project hierarchy
790 label_version_sharing_hierarchy: With project hierarchy
789 label_version_sharing_tree: With project tree
791 label_version_sharing_tree: With project tree
790 label_version_sharing_system: With all projects
792 label_version_sharing_system: With all projects
791 label_update_issue_done_ratios: Update issue done ratios
793 label_update_issue_done_ratios: Update issue done ratios
792 label_copy_source: Source
794 label_copy_source: Source
793 label_copy_target: Target
795 label_copy_target: Target
794 label_copy_same_as_target: Same as target
796 label_copy_same_as_target: Same as target
795 label_display_used_statuses_only: Only display statuses that are used by this tracker
797 label_display_used_statuses_only: Only display statuses that are used by this tracker
796 label_api_access_key: API access key
798 label_api_access_key: API access key
797 label_missing_api_access_key: Missing an API access key
799 label_missing_api_access_key: Missing an API access key
798 label_api_access_key_created_on: "API access key created %{value} ago"
800 label_api_access_key_created_on: "API access key created %{value} ago"
799 label_profile: Profile
801 label_profile: Profile
800 label_subtask_plural: Subtasks
802 label_subtask_plural: Subtasks
801 label_project_copy_notifications: Send email notifications during the project copy
803 label_project_copy_notifications: Send email notifications during the project copy
802 label_principal_search: "Search for user or group:"
804 label_principal_search: "Search for user or group:"
803 label_user_search: "Search for user:"
805 label_user_search: "Search for user:"
804
806
805 button_login: Login
807 button_login: Login
806 button_submit: Submit
808 button_submit: Submit
807 button_save: Save
809 button_save: Save
808 button_check_all: Check all
810 button_check_all: Check all
809 button_uncheck_all: Uncheck all
811 button_uncheck_all: Uncheck all
810 button_collapse_all: Collapse all
812 button_collapse_all: Collapse all
811 button_expand_all: Expand all
813 button_expand_all: Expand all
812 button_delete: Delete
814 button_delete: Delete
813 button_create: Create
815 button_create: Create
814 button_create_and_continue: Create and continue
816 button_create_and_continue: Create and continue
815 button_test: Test
817 button_test: Test
816 button_edit: Edit
818 button_edit: Edit
817 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
819 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
818 button_add: Add
820 button_add: Add
819 button_change: Change
821 button_change: Change
820 button_apply: Apply
822 button_apply: Apply
821 button_clear: Clear
823 button_clear: Clear
822 button_lock: Lock
824 button_lock: Lock
823 button_unlock: Unlock
825 button_unlock: Unlock
824 button_download: Download
826 button_download: Download
825 button_list: List
827 button_list: List
826 button_view: View
828 button_view: View
827 button_move: Move
829 button_move: Move
828 button_move_and_follow: Move and follow
830 button_move_and_follow: Move and follow
829 button_back: Back
831 button_back: Back
830 button_cancel: Cancel
832 button_cancel: Cancel
831 button_activate: Activate
833 button_activate: Activate
832 button_sort: Sort
834 button_sort: Sort
833 button_log_time: Log time
835 button_log_time: Log time
834 button_rollback: Rollback to this version
836 button_rollback: Rollback to this version
835 button_watch: Watch
837 button_watch: Watch
836 button_unwatch: Unwatch
838 button_unwatch: Unwatch
837 button_reply: Reply
839 button_reply: Reply
838 button_archive: Archive
840 button_archive: Archive
839 button_unarchive: Unarchive
841 button_unarchive: Unarchive
840 button_reset: Reset
842 button_reset: Reset
841 button_rename: Rename
843 button_rename: Rename
842 button_change_password: Change password
844 button_change_password: Change password
843 button_copy: Copy
845 button_copy: Copy
844 button_copy_and_follow: Copy and follow
846 button_copy_and_follow: Copy and follow
845 button_annotate: Annotate
847 button_annotate: Annotate
846 button_update: Update
848 button_update: Update
847 button_configure: Configure
849 button_configure: Configure
848 button_quote: Quote
850 button_quote: Quote
849 button_duplicate: Duplicate
851 button_duplicate: Duplicate
850 button_show: Show
852 button_show: Show
851
853
852 status_active: active
854 status_active: active
853 status_registered: registered
855 status_registered: registered
854 status_locked: locked
856 status_locked: locked
855
857
856 version_status_open: open
858 version_status_open: open
857 version_status_locked: locked
859 version_status_locked: locked
858 version_status_closed: closed
860 version_status_closed: closed
859
861
860 field_active: Active
862 field_active: Active
861
863
862 text_select_mail_notifications: Select actions for which email notifications should be sent.
864 text_select_mail_notifications: Select actions for which email notifications should be sent.
863 text_regexp_info: eg. ^[A-Z0-9]+$
865 text_regexp_info: eg. ^[A-Z0-9]+$
864 text_min_max_length_info: 0 means no restriction
866 text_min_max_length_info: 0 means no restriction
865 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
867 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
866 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
868 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
867 text_workflow_edit: Select a role and a tracker to edit the workflow
869 text_workflow_edit: Select a role and a tracker to edit the workflow
868 text_are_you_sure: Are you sure?
870 text_are_you_sure: Are you sure?
869 text_journal_changed: "%{label} changed from %{old} to %{new}"
871 text_journal_changed: "%{label} changed from %{old} to %{new}"
870 text_journal_changed_no_detail: "%{label} updated"
872 text_journal_changed_no_detail: "%{label} updated"
871 text_journal_set_to: "%{label} set to %{value}"
873 text_journal_set_to: "%{label} set to %{value}"
872 text_journal_deleted: "%{label} deleted (%{old})"
874 text_journal_deleted: "%{label} deleted (%{old})"
873 text_journal_added: "%{label} %{value} added"
875 text_journal_added: "%{label} %{value} added"
874 text_tip_issue_begin_day: task beginning this day
876 text_tip_issue_begin_day: task beginning this day
875 text_tip_issue_end_day: task ending this day
877 text_tip_issue_end_day: task ending this day
876 text_tip_issue_begin_end_day: task beginning and ending this day
878 text_tip_issue_begin_end_day: task beginning and ending this day
877 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.'
879 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.'
878 text_caracters_maximum: "%{count} characters maximum."
880 text_caracters_maximum: "%{count} characters maximum."
879 text_caracters_minimum: "Must be at least %{count} characters long."
881 text_caracters_minimum: "Must be at least %{count} characters long."
880 text_length_between: "Length between %{min} and %{max} characters."
882 text_length_between: "Length between %{min} and %{max} characters."
881 text_tracker_no_workflow: No workflow defined for this tracker
883 text_tracker_no_workflow: No workflow defined for this tracker
882 text_unallowed_characters: Unallowed characters
884 text_unallowed_characters: Unallowed characters
883 text_comma_separated: Multiple values allowed (comma separated).
885 text_comma_separated: Multiple values allowed (comma separated).
884 text_line_separated: Multiple values allowed (one line for each value).
886 text_line_separated: Multiple values allowed (one line for each value).
885 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
887 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
886 text_issue_added: "Issue %{id} has been reported by %{author}."
888 text_issue_added: "Issue %{id} has been reported by %{author}."
887 text_issue_updated: "Issue %{id} has been updated by %{author}."
889 text_issue_updated: "Issue %{id} has been updated by %{author}."
888 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
890 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
889 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
891 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
890 text_issue_category_destroy_assignments: Remove category assignments
892 text_issue_category_destroy_assignments: Remove category assignments
891 text_issue_category_reassign_to: Reassign issues to this category
893 text_issue_category_reassign_to: Reassign issues to this category
892 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)."
894 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)."
893 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."
895 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."
894 text_load_default_configuration: Load the default configuration
896 text_load_default_configuration: Load the default configuration
895 text_status_changed_by_changeset: "Applied in changeset %{value}."
897 text_status_changed_by_changeset: "Applied in changeset %{value}."
896 text_time_logged_by_changeset: "Applied in changeset %{value}."
898 text_time_logged_by_changeset: "Applied in changeset %{value}."
897 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
899 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
898 text_select_project_modules: 'Select modules to enable for this project:'
900 text_select_project_modules: 'Select modules to enable for this project:'
899 text_default_administrator_account_changed: Default administrator account changed
901 text_default_administrator_account_changed: Default administrator account changed
900 text_file_repository_writable: Attachments directory writable
902 text_file_repository_writable: Attachments directory writable
901 text_plugin_assets_writable: Plugin assets directory writable
903 text_plugin_assets_writable: Plugin assets directory writable
902 text_rmagick_available: RMagick available (optional)
904 text_rmagick_available: RMagick available (optional)
903 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
905 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
904 text_destroy_time_entries: Delete reported hours
906 text_destroy_time_entries: Delete reported hours
905 text_assign_time_entries_to_project: Assign reported hours to the project
907 text_assign_time_entries_to_project: Assign reported hours to the project
906 text_reassign_time_entries: 'Reassign reported hours to this issue:'
908 text_reassign_time_entries: 'Reassign reported hours to this issue:'
907 text_user_wrote: "%{value} wrote:"
909 text_user_wrote: "%{value} wrote:"
908 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
910 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
909 text_enumeration_category_reassign_to: 'Reassign them to this value:'
911 text_enumeration_category_reassign_to: 'Reassign them to this value:'
910 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
912 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
911 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."
913 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."
912 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
914 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
913 text_custom_field_possible_values_info: 'One line for each value'
915 text_custom_field_possible_values_info: 'One line for each value'
914 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
916 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
915 text_wiki_page_nullify_children: "Keep child pages as root pages"
917 text_wiki_page_nullify_children: "Keep child pages as root pages"
916 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
918 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
917 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
919 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
918 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?"
920 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?"
919 text_zoom_in: Zoom in
921 text_zoom_in: Zoom in
920 text_zoom_out: Zoom out
922 text_zoom_out: Zoom out
921 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
923 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
922
924
923 default_role_manager: Manager
925 default_role_manager: Manager
924 default_role_developer: Developer
926 default_role_developer: Developer
925 default_role_reporter: Reporter
927 default_role_reporter: Reporter
926 default_tracker_bug: Bug
928 default_tracker_bug: Bug
927 default_tracker_feature: Feature
929 default_tracker_feature: Feature
928 default_tracker_support: Support
930 default_tracker_support: Support
929 default_issue_status_new: New
931 default_issue_status_new: New
930 default_issue_status_in_progress: In Progress
932 default_issue_status_in_progress: In Progress
931 default_issue_status_resolved: Resolved
933 default_issue_status_resolved: Resolved
932 default_issue_status_feedback: Feedback
934 default_issue_status_feedback: Feedback
933 default_issue_status_closed: Closed
935 default_issue_status_closed: Closed
934 default_issue_status_rejected: Rejected
936 default_issue_status_rejected: Rejected
935 default_doc_category_user: User documentation
937 default_doc_category_user: User documentation
936 default_doc_category_tech: Technical documentation
938 default_doc_category_tech: Technical documentation
937 default_priority_low: Low
939 default_priority_low: Low
938 default_priority_normal: Normal
940 default_priority_normal: Normal
939 default_priority_high: High
941 default_priority_high: High
940 default_priority_urgent: Urgent
942 default_priority_urgent: Urgent
941 default_priority_immediate: Immediate
943 default_priority_immediate: Immediate
942 default_activity_design: Design
944 default_activity_design: Design
943 default_activity_development: Development
945 default_activity_development: Development
944
946
945 enumeration_issue_priorities: Issue priorities
947 enumeration_issue_priorities: Issue priorities
946 enumeration_doc_categories: Document categories
948 enumeration_doc_categories: Document categories
947 enumeration_activities: Activities (time tracking)
949 enumeration_activities: Activities (time tracking)
948 enumeration_system_activity: System Activity
950 enumeration_system_activity: System Activity
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
952 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
951 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
953 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
952 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
954 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
953 label_issue_note_added: Note added
955 label_issue_note_added: Note added
954 label_issue_status_updated: Status updated
956 label_issue_status_updated: Status updated
955 label_issue_priority_updated: Priority updated
957 label_issue_priority_updated: Priority updated
956 label_issues_visibility_own: Issues created by or assigned to the user
958 label_issues_visibility_own: Issues created by or assigned to the user
957 field_issues_visibility: Issues visibility
959 field_issues_visibility: Issues visibility
958 label_issues_visibility_all: All issues
960 label_issues_visibility_all: All issues
959 permission_set_own_issues_private: Set own issues public or private
961 permission_set_own_issues_private: Set own issues public or private
960 field_is_private: Private
962 field_is_private: Private
961 permission_set_issues_private: Set issues public or private
963 permission_set_issues_private: Set issues public or private
962 label_issues_visibility_public: All non private issues
964 label_issues_visibility_public: All non private issues
963 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
965 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
964 field_commit_logs_encoding: Commit messages encoding
966 field_commit_logs_encoding: Commit messages encoding
965 field_scm_path_encoding: Path encoding
967 field_scm_path_encoding: Path encoding
966 text_scm_path_encoding_note: "Default: UTF-8"
968 text_scm_path_encoding_note: "Default: UTF-8"
967 field_path_to_repository: Path to repository
969 field_path_to_repository: Path to repository
968 field_root_directory: Root directory
970 field_root_directory: Root directory
969 field_cvs_module: Module
971 field_cvs_module: Module
970 field_cvsroot: CVSROOT
972 field_cvsroot: CVSROOT
971 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
972 text_scm_command: Command
974 text_scm_command: Command
973 text_scm_command_version: Version
975 text_scm_command_version: Version
974 label_git_report_last_commit: Report last commit for files and directories
976 label_git_report_last_commit: Report last commit for files and directories
975 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
977 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
976 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
978 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
977 notice_issue_successful_create: Issue %{id} created.
979 notice_issue_successful_create: Issue %{id} created.
978 label_between: between
980 label_between: between
979 label_diff: diff
981 label_diff: diff
980 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
982 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
981 description_query_sort_criteria_direction: Sort direction
983 description_query_sort_criteria_direction: Sort direction
982 description_project_scope: Search scope
984 description_project_scope: Search scope
983 description_filter: Filter
985 description_filter: Filter
984 description_user_mail_notification: Mail notification settings
986 description_user_mail_notification: Mail notification settings
985 description_date_from: Enter start date
987 description_date_from: Enter start date
986 description_message_content: Message content
988 description_message_content: Message content
987 description_available_columns: Available Columns
989 description_available_columns: Available Columns
988 description_date_range_interval: Choose range by selecting start and end date
990 description_date_range_interval: Choose range by selecting start and end date
989 description_issue_category_reassign: Choose issue category
991 description_issue_category_reassign: Choose issue category
990 description_search: Searchfield
992 description_search: Searchfield
991 description_notes: Notes
993 description_notes: Notes
992 description_date_range_list: Choose range from list
994 description_date_range_list: Choose range from list
993 description_choose_project: Projects
995 description_choose_project: Projects
994 description_date_to: Enter end date
996 description_date_to: Enter end date
995 description_query_sort_criteria_attribute: Sort attribute
997 description_query_sort_criteria_attribute: Sort attribute
996 description_wiki_subpages_reassign: Choose new parent page
998 description_wiki_subpages_reassign: Choose new parent page
997 description_selected_columns: Selected Columns
999 description_selected_columns: Selected Columns
998 label_parent_revision: Parent
1000 label_parent_revision: Parent
999 label_child_revision: Child
1001 label_child_revision: Child
1000 button_edit_section: Edit this section
1002 button_edit_section: Edit this section
1001 setting_repositories_encodings: Attachments and repositories encodings
1003 setting_repositories_encodings: Attachments and repositories encodings
1002 description_all_columns: All Columns
1004 description_all_columns: All Columns
1003 button_export: Export
1005 button_export: Export
1004 label_export_options: "%{export_format} export options"
1006 label_export_options: "%{export_format} export options"
1005 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1007 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1006 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1008 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1007 label_x_issues:
1009 label_x_issues:
1008 zero: 0 issue
1010 zero: 0 issue
1009 one: 1 issue
1011 one: 1 issue
1010 other: "%{count} issues"
1012 other: "%{count} issues"
1011 label_repository_new: New repository
1013 label_repository_new: New repository
1012 field_repository_is_default: Main repository
1014 field_repository_is_default: Main repository
1013 label_copy_attachments: Copy attachments
1015 label_copy_attachments: Copy attachments
1014 label_item_position: "%{position} of %{count}"
1016 label_item_position: "%{position} of %{count}"
1015 label_completed_versions: Completed versions
1017 label_completed_versions: Completed versions
1016 field_multiple: Multiple values
1018 field_multiple: Multiple values
1017 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1019 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1018 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1020 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1019 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1021 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1020 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1022 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1021 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1023 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1022 permission_manage_related_issues: Manage related issues
1024 permission_manage_related_issues: Manage related issues
1023 field_auth_source_ldap_filter: LDAP filter
1025 field_auth_source_ldap_filter: LDAP filter
1024 label_search_for_watchers: Search for watchers to add
1026 label_search_for_watchers: Search for watchers to add
1025 notice_account_deleted: Your account has been permanently deleted.
1027 notice_account_deleted: Your account has been permanently deleted.
1026 setting_unsubscribe: Allow users to delete their own account
1028 setting_unsubscribe: Allow users to delete their own account
1027 button_delete_my_account: Delete my account
1029 button_delete_my_account: Delete my account
1028 text_account_destroy_confirmation: |-
1030 text_account_destroy_confirmation: |-
1029 Are you sure you want to proceed?
1031 Are you sure you want to proceed?
1030 Your account will be permanently deleted, with no way to reactivate it.
1032 Your account will be permanently deleted, with no way to reactivate it.
1031 error_session_expired: Your session has expired. Please login again.
1033 error_session_expired: Your session has expired. Please login again.
1032 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1034 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1033 setting_session_lifetime: Session maximum lifetime
1035 setting_session_lifetime: Session maximum lifetime
1034 setting_session_timeout: Session inactivity timeout
1036 setting_session_timeout: Session inactivity timeout
1035 label_session_expiration: Session expiration
1037 label_session_expiration: Session expiration
1036 permission_close_project: Close / reopen the project
1038 permission_close_project: Close / reopen the project
1037 label_show_closed_projects: View closed projects
1039 label_show_closed_projects: View closed projects
1038 button_close: Close
1040 button_close: Close
1039 button_reopen: Reopen
1041 button_reopen: Reopen
1040 project_status_active: active
1042 project_status_active: active
1041 project_status_closed: closed
1043 project_status_closed: closed
1042 project_status_archived: archived
1044 project_status_archived: archived
1043 text_project_closed: This project is closed and read-only.
1045 text_project_closed: This project is closed and read-only.
1044 notice_user_successful_create: User %{id} created.
1046 notice_user_successful_create: User %{id} created.
1045 field_core_fields: Standard fields
1047 field_core_fields: Standard fields
1046 field_timeout: Timeout (in seconds)
1048 field_timeout: Timeout (in seconds)
1047 setting_thumbnails_enabled: Display attachment thumbnails
1049 setting_thumbnails_enabled: Display attachment thumbnails
1048 setting_thumbnails_size: Thumbnails size (in pixels)
1050 setting_thumbnails_size: Thumbnails size (in pixels)
1049 label_status_transitions: Status transitions
1051 label_status_transitions: Status transitions
1050 label_fields_permissions: Fields permissions
1052 label_fields_permissions: Fields permissions
1051 label_readonly: Read-only
1053 label_readonly: Read-only
1052 label_required: Required
1054 label_required: Required
1053 text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.'
1055 text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.'
1054 field_board_parent: Parent forum
1056 field_board_parent: Parent forum
1055 label_attribute_of_project: Project's %{name}
1057 label_attribute_of_project: Project's %{name}
1056 label_attribute_of_author: Author's %{name}
1058 label_attribute_of_author: Author's %{name}
1057 label_attribute_of_assigned_to: Assignee's %{name}
1059 label_attribute_of_assigned_to: Assignee's %{name}
1058 label_attribute_of_fixed_version: Target version's %{name}
1060 label_attribute_of_fixed_version: Target version's %{name}
1059 label_copy_subtasks: Copy subtasks
1061 label_copy_subtasks: Copy subtasks
1060 label_copied_to: copied to
1062 label_copied_to: copied to
1061 label_copied_from: copied from
1063 label_copied_from: copied from
1062 label_any_issues_in_project: any issues in project
1064 label_any_issues_in_project: any issues in project
1063 label_any_issues_not_in_project: any issues not in project
1065 label_any_issues_not_in_project: any issues not in project
1064 field_private_notes: Private notes
1066 field_private_notes: Private notes
1065 permission_view_private_notes: View private notes
1067 permission_view_private_notes: View private notes
1066 permission_set_notes_private: Set notes as private
1068 permission_set_notes_private: Set notes as private
1067 label_no_issues_in_project: no issues in project
1069 label_no_issues_in_project: no issues in project
1068 label_any: all
1070 label_any: all
1069 label_last_n_weeks: last %{count} weeks
1071 label_last_n_weeks: last %{count} weeks
1070 setting_cross_project_subtasks: Allow cross-project subtasks
1072 setting_cross_project_subtasks: Allow cross-project subtasks
1071 label_cross_project_descendants: With subprojects
1073 label_cross_project_descendants: With subprojects
1072 label_cross_project_tree: With project tree
1074 label_cross_project_tree: With project tree
1073 label_cross_project_hierarchy: With project hierarchy
1075 label_cross_project_hierarchy: With project hierarchy
1074 label_cross_project_system: With all projects
1076 label_cross_project_system: With all projects
1075 button_hide: Hide
1077 button_hide: Hide
1076 setting_non_working_week_days: Non-working days
1078 setting_non_working_week_days: Non-working days
1077 label_in_the_next_days: in the next
1079 label_in_the_next_days: in the next
1078 label_in_the_past_days: in the past
1080 label_in_the_past_days: in the past
1079 label_attribute_of_user: User's %{name}
1081 label_attribute_of_user: User's %{name}
1080 text_turning_multiple_off: If you disable multiple values, multiple values will be
1082 text_turning_multiple_off: If you disable multiple values, multiple values will be
1081 removed in order to preserve only one value per item.
1083 removed in order to preserve only one value per item.
1082 label_attribute_of_issue: Issue's %{name}
1084 label_attribute_of_issue: Issue's %{name}
1083 permission_add_documents: Add documents
1085 permission_add_documents: Add documents
1084 permission_edit_documents: Edit documents
1086 permission_edit_documents: Edit documents
1085 permission_delete_documents: Delete documents
1087 permission_delete_documents: Delete documents
1086 label_gantt_progress_line: Progress line
1088 label_gantt_progress_line: Progress line
1087 setting_jsonp_enabled: Enable JSONP support
1089 setting_jsonp_enabled: Enable JSONP support
1088 field_inherit_members: Inherit members
1090 field_inherit_members: Inherit members
1089 field_closed_on: Closed
1091 field_closed_on: Closed
1090 field_generate_password: Generate password
1092 field_generate_password: Generate password
1091 setting_default_projects_tracker_ids: Default trackers for new projects
1093 setting_default_projects_tracker_ids: Default trackers for new projects
1092 label_total_time: Total
1094 label_total_time: Total
@@ -1,1085 +1,1087
1 en:
1 en:
2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
3 direction: ltr
3 direction: ltr
4 jquery:
5 locale: "en"
4 date:
6 date:
5 formats:
7 formats:
6 # Use the strftime parameters for formats.
8 # Use the strftime parameters for formats.
7 # When no format has been given, it uses default.
9 # When no format has been given, it uses default.
8 # You can provide other formats here if you like!
10 # You can provide other formats here if you like!
9 default: "%m/%d/%Y"
11 default: "%m/%d/%Y"
10 short: "%b %d"
12 short: "%b %d"
11 long: "%B %d, %Y"
13 long: "%B %d, %Y"
12
14
13 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
15 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
14 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
16 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
15
17
16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
19 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
18 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
20 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
19 # Used in date_select and datime_select.
21 # Used in date_select and datime_select.
20 order:
22 order:
21 - :year
23 - :year
22 - :month
24 - :month
23 - :day
25 - :day
24
26
25 time:
27 time:
26 formats:
28 formats:
27 default: "%m/%d/%Y %I:%M %p"
29 default: "%m/%d/%Y %I:%M %p"
28 time: "%I:%M %p"
30 time: "%I:%M %p"
29 short: "%d %b %H:%M"
31 short: "%d %b %H:%M"
30 long: "%B %d, %Y %H:%M"
32 long: "%B %d, %Y %H:%M"
31 am: "am"
33 am: "am"
32 pm: "pm"
34 pm: "pm"
33
35
34 datetime:
36 datetime:
35 distance_in_words:
37 distance_in_words:
36 half_a_minute: "half a minute"
38 half_a_minute: "half a minute"
37 less_than_x_seconds:
39 less_than_x_seconds:
38 one: "less than 1 second"
40 one: "less than 1 second"
39 other: "less than %{count} seconds"
41 other: "less than %{count} seconds"
40 x_seconds:
42 x_seconds:
41 one: "1 second"
43 one: "1 second"
42 other: "%{count} seconds"
44 other: "%{count} seconds"
43 less_than_x_minutes:
45 less_than_x_minutes:
44 one: "less than a minute"
46 one: "less than a minute"
45 other: "less than %{count} minutes"
47 other: "less than %{count} minutes"
46 x_minutes:
48 x_minutes:
47 one: "1 minute"
49 one: "1 minute"
48 other: "%{count} minutes"
50 other: "%{count} minutes"
49 about_x_hours:
51 about_x_hours:
50 one: "about 1 hour"
52 one: "about 1 hour"
51 other: "about %{count} hours"
53 other: "about %{count} hours"
52 x_hours:
54 x_hours:
53 one: "1 hour"
55 one: "1 hour"
54 other: "%{count} hours"
56 other: "%{count} hours"
55 x_days:
57 x_days:
56 one: "1 day"
58 one: "1 day"
57 other: "%{count} days"
59 other: "%{count} days"
58 about_x_months:
60 about_x_months:
59 one: "about 1 month"
61 one: "about 1 month"
60 other: "about %{count} months"
62 other: "about %{count} months"
61 x_months:
63 x_months:
62 one: "1 month"
64 one: "1 month"
63 other: "%{count} months"
65 other: "%{count} months"
64 about_x_years:
66 about_x_years:
65 one: "about 1 year"
67 one: "about 1 year"
66 other: "about %{count} years"
68 other: "about %{count} years"
67 over_x_years:
69 over_x_years:
68 one: "over 1 year"
70 one: "over 1 year"
69 other: "over %{count} years"
71 other: "over %{count} years"
70 almost_x_years:
72 almost_x_years:
71 one: "almost 1 year"
73 one: "almost 1 year"
72 other: "almost %{count} years"
74 other: "almost %{count} years"
73
75
74 number:
76 number:
75 format:
77 format:
76 separator: "."
78 separator: "."
77 delimiter: ""
79 delimiter: ""
78 precision: 3
80 precision: 3
79
81
80 human:
82 human:
81 format:
83 format:
82 delimiter: ""
84 delimiter: ""
83 precision: 3
85 precision: 3
84 storage_units:
86 storage_units:
85 format: "%n %u"
87 format: "%n %u"
86 units:
88 units:
87 byte:
89 byte:
88 one: "Byte"
90 one: "Byte"
89 other: "Bytes"
91 other: "Bytes"
90 kb: "KB"
92 kb: "KB"
91 mb: "MB"
93 mb: "MB"
92 gb: "GB"
94 gb: "GB"
93 tb: "TB"
95 tb: "TB"
94
96
95 # Used in array.to_sentence.
97 # Used in array.to_sentence.
96 support:
98 support:
97 array:
99 array:
98 sentence_connector: "and"
100 sentence_connector: "and"
99 skip_last_comma: false
101 skip_last_comma: false
100
102
101 activerecord:
103 activerecord:
102 errors:
104 errors:
103 template:
105 template:
104 header:
106 header:
105 one: "1 error prohibited this %{model} from being saved"
107 one: "1 error prohibited this %{model} from being saved"
106 other: "%{count} errors prohibited this %{model} from being saved"
108 other: "%{count} errors prohibited this %{model} from being saved"
107 messages:
109 messages:
108 inclusion: "is not included in the list"
110 inclusion: "is not included in the list"
109 exclusion: "is reserved"
111 exclusion: "is reserved"
110 invalid: "is invalid"
112 invalid: "is invalid"
111 confirmation: "doesn't match confirmation"
113 confirmation: "doesn't match confirmation"
112 accepted: "must be accepted"
114 accepted: "must be accepted"
113 empty: "can't be empty"
115 empty: "can't be empty"
114 blank: "can't be blank"
116 blank: "can't be blank"
115 too_long: "is too long (maximum is %{count} characters)"
117 too_long: "is too long (maximum is %{count} characters)"
116 too_short: "is too short (minimum is %{count} characters)"
118 too_short: "is too short (minimum is %{count} characters)"
117 wrong_length: "is the wrong length (should be %{count} characters)"
119 wrong_length: "is the wrong length (should be %{count} characters)"
118 taken: "has already been taken"
120 taken: "has already been taken"
119 not_a_number: "is not a number"
121 not_a_number: "is not a number"
120 not_a_date: "is not a valid date"
122 not_a_date: "is not a valid date"
121 greater_than: "must be greater than %{count}"
123 greater_than: "must be greater than %{count}"
122 greater_than_or_equal_to: "must be greater than or equal to %{count}"
124 greater_than_or_equal_to: "must be greater than or equal to %{count}"
123 equal_to: "must be equal to %{count}"
125 equal_to: "must be equal to %{count}"
124 less_than: "must be less than %{count}"
126 less_than: "must be less than %{count}"
125 less_than_or_equal_to: "must be less than or equal to %{count}"
127 less_than_or_equal_to: "must be less than or equal to %{count}"
126 odd: "must be odd"
128 odd: "must be odd"
127 even: "must be even"
129 even: "must be even"
128 greater_than_start_date: "must be greater than start date"
130 greater_than_start_date: "must be greater than start date"
129 not_same_project: "doesn't belong to the same project"
131 not_same_project: "doesn't belong to the same project"
130 circular_dependency: "This relation would create a circular dependency"
132 circular_dependency: "This relation would create a circular dependency"
131 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
133 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
132
134
133 actionview_instancetag_blank_option: Please select
135 actionview_instancetag_blank_option: Please select
134
136
135 general_text_No: 'No'
137 general_text_No: 'No'
136 general_text_Yes: 'Yes'
138 general_text_Yes: 'Yes'
137 general_text_no: 'no'
139 general_text_no: 'no'
138 general_text_yes: 'yes'
140 general_text_yes: 'yes'
139 general_lang_name: 'English'
141 general_lang_name: 'English'
140 general_csv_separator: ','
142 general_csv_separator: ','
141 general_csv_decimal_separator: '.'
143 general_csv_decimal_separator: '.'
142 general_csv_encoding: ISO-8859-1
144 general_csv_encoding: ISO-8859-1
143 general_pdf_encoding: UTF-8
145 general_pdf_encoding: UTF-8
144 general_first_day_of_week: '7'
146 general_first_day_of_week: '7'
145
147
146 notice_account_updated: Account was successfully updated.
148 notice_account_updated: Account was successfully updated.
147 notice_account_invalid_creditentials: Invalid user or password
149 notice_account_invalid_creditentials: Invalid user or password
148 notice_account_password_updated: Password was successfully updated.
150 notice_account_password_updated: Password was successfully updated.
149 notice_account_wrong_password: Wrong password
151 notice_account_wrong_password: Wrong password
150 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
152 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
151 notice_account_unknown_email: Unknown user.
153 notice_account_unknown_email: Unknown user.
152 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
154 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
153 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
155 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
154 notice_account_activated: Your account has been activated. You can now log in.
156 notice_account_activated: Your account has been activated. You can now log in.
155 notice_successful_create: Successful creation.
157 notice_successful_create: Successful creation.
156 notice_successful_update: Successful update.
158 notice_successful_update: Successful update.
157 notice_successful_delete: Successful deletion.
159 notice_successful_delete: Successful deletion.
158 notice_successful_connection: Successful connection.
160 notice_successful_connection: Successful connection.
159 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
161 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
160 notice_locking_conflict: Data has been updated by another user.
162 notice_locking_conflict: Data has been updated by another user.
161 notice_not_authorized: You are not authorized to access this page.
163 notice_not_authorized: You are not authorized to access this page.
162 notice_not_authorized_archived_project: The project you're trying to access has been archived.
164 notice_not_authorized_archived_project: The project you're trying to access has been archived.
163 notice_email_sent: "An email was sent to %{value}"
165 notice_email_sent: "An email was sent to %{value}"
164 notice_email_error: "An error occurred while sending mail (%{value})"
166 notice_email_error: "An error occurred while sending mail (%{value})"
165 notice_feeds_access_key_reseted: Your Atom access key was reset.
167 notice_feeds_access_key_reseted: Your Atom access key was reset.
166 notice_api_access_key_reseted: Your API access key was reset.
168 notice_api_access_key_reseted: Your API access key was reset.
167 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
169 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
168 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
170 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
169 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
171 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
170 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
172 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
171 notice_account_pending: "Your account was created and is now pending administrator approval."
173 notice_account_pending: "Your account was created and is now pending administrator approval."
172 notice_default_data_loaded: Default configuration successfully loaded.
174 notice_default_data_loaded: Default configuration successfully loaded.
173 notice_unable_delete_version: Unable to delete version.
175 notice_unable_delete_version: Unable to delete version.
174 notice_unable_delete_time_entry: Unable to delete time log entry.
176 notice_unable_delete_time_entry: Unable to delete time log entry.
175 notice_issue_done_ratios_updated: Issue done ratios updated.
177 notice_issue_done_ratios_updated: Issue done ratios updated.
176 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
178 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
177 notice_issue_successful_create: "Issue %{id} created."
179 notice_issue_successful_create: "Issue %{id} created."
178 notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it."
180 notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it."
179 notice_account_deleted: "Your account has been permanently deleted."
181 notice_account_deleted: "Your account has been permanently deleted."
180 notice_user_successful_create: "User %{id} created."
182 notice_user_successful_create: "User %{id} created."
181
183
182 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
184 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
183 error_scm_not_found: "The entry or revision was not found in the repository."
185 error_scm_not_found: "The entry or revision was not found in the repository."
184 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
186 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
185 error_scm_annotate: "The entry does not exist or cannot be annotated."
187 error_scm_annotate: "The entry does not exist or cannot be annotated."
186 error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size."
188 error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size."
187 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
189 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
188 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
190 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
189 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
191 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
190 error_can_not_delete_custom_field: Unable to delete custom field
192 error_can_not_delete_custom_field: Unable to delete custom field
191 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
193 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
192 error_can_not_remove_role: "This role is in use and cannot be deleted."
194 error_can_not_remove_role: "This role is in use and cannot be deleted."
193 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
195 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
194 error_can_not_archive_project: This project cannot be archived
196 error_can_not_archive_project: This project cannot be archived
195 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
197 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
196 error_workflow_copy_source: 'Please select a source tracker or role'
198 error_workflow_copy_source: 'Please select a source tracker or role'
197 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
199 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
198 error_unable_delete_issue_status: 'Unable to delete issue status'
200 error_unable_delete_issue_status: 'Unable to delete issue status'
199 error_unable_to_connect: "Unable to connect (%{value})"
201 error_unable_to_connect: "Unable to connect (%{value})"
200 error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})"
202 error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})"
201 error_session_expired: "Your session has expired. Please login again."
203 error_session_expired: "Your session has expired. Please login again."
202 warning_attachments_not_saved: "%{count} file(s) could not be saved."
204 warning_attachments_not_saved: "%{count} file(s) could not be saved."
203
205
204 mail_subject_lost_password: "Your %{value} password"
206 mail_subject_lost_password: "Your %{value} password"
205 mail_body_lost_password: 'To change your password, click on the following link:'
207 mail_body_lost_password: 'To change your password, click on the following link:'
206 mail_subject_register: "Your %{value} account activation"
208 mail_subject_register: "Your %{value} account activation"
207 mail_body_register: 'To activate your account, click on the following link:'
209 mail_body_register: 'To activate your account, click on the following link:'
208 mail_body_account_information_external: "You can use your %{value} account to log in."
210 mail_body_account_information_external: "You can use your %{value} account to log in."
209 mail_body_account_information: Your account information
211 mail_body_account_information: Your account information
210 mail_subject_account_activation_request: "%{value} account activation request"
212 mail_subject_account_activation_request: "%{value} account activation request"
211 mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
213 mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
212 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
214 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
213 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
215 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
214 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
216 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
215 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
217 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
216 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
218 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
217 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
219 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
218
220
219 field_name: Name
221 field_name: Name
220 field_description: Description
222 field_description: Description
221 field_summary: Summary
223 field_summary: Summary
222 field_is_required: Required
224 field_is_required: Required
223 field_firstname: First name
225 field_firstname: First name
224 field_lastname: Last name
226 field_lastname: Last name
225 field_mail: Email
227 field_mail: Email
226 field_filename: File
228 field_filename: File
227 field_filesize: Size
229 field_filesize: Size
228 field_downloads: Downloads
230 field_downloads: Downloads
229 field_author: Author
231 field_author: Author
230 field_created_on: Created
232 field_created_on: Created
231 field_updated_on: Updated
233 field_updated_on: Updated
232 field_closed_on: Closed
234 field_closed_on: Closed
233 field_field_format: Format
235 field_field_format: Format
234 field_is_for_all: For all projects
236 field_is_for_all: For all projects
235 field_possible_values: Possible values
237 field_possible_values: Possible values
236 field_regexp: Regular expression
238 field_regexp: Regular expression
237 field_min_length: Minimum length
239 field_min_length: Minimum length
238 field_max_length: Maximum length
240 field_max_length: Maximum length
239 field_value: Value
241 field_value: Value
240 field_category: Category
242 field_category: Category
241 field_title: Title
243 field_title: Title
242 field_project: Project
244 field_project: Project
243 field_issue: Issue
245 field_issue: Issue
244 field_status: Status
246 field_status: Status
245 field_notes: Notes
247 field_notes: Notes
246 field_is_closed: Issue closed
248 field_is_closed: Issue closed
247 field_is_default: Default value
249 field_is_default: Default value
248 field_tracker: Tracker
250 field_tracker: Tracker
249 field_subject: Subject
251 field_subject: Subject
250 field_due_date: Due date
252 field_due_date: Due date
251 field_assigned_to: Assignee
253 field_assigned_to: Assignee
252 field_priority: Priority
254 field_priority: Priority
253 field_fixed_version: Target version
255 field_fixed_version: Target version
254 field_user: User
256 field_user: User
255 field_principal: Principal
257 field_principal: Principal
256 field_role: Role
258 field_role: Role
257 field_homepage: Homepage
259 field_homepage: Homepage
258 field_is_public: Public
260 field_is_public: Public
259 field_parent: Subproject of
261 field_parent: Subproject of
260 field_is_in_roadmap: Issues displayed in roadmap
262 field_is_in_roadmap: Issues displayed in roadmap
261 field_login: Login
263 field_login: Login
262 field_mail_notification: Email notifications
264 field_mail_notification: Email notifications
263 field_admin: Administrator
265 field_admin: Administrator
264 field_last_login_on: Last connection
266 field_last_login_on: Last connection
265 field_language: Language
267 field_language: Language
266 field_effective_date: Date
268 field_effective_date: Date
267 field_password: Password
269 field_password: Password
268 field_new_password: New password
270 field_new_password: New password
269 field_password_confirmation: Confirmation
271 field_password_confirmation: Confirmation
270 field_version: Version
272 field_version: Version
271 field_type: Type
273 field_type: Type
272 field_host: Host
274 field_host: Host
273 field_port: Port
275 field_port: Port
274 field_account: Account
276 field_account: Account
275 field_base_dn: Base DN
277 field_base_dn: Base DN
276 field_attr_login: Login attribute
278 field_attr_login: Login attribute
277 field_attr_firstname: Firstname attribute
279 field_attr_firstname: Firstname attribute
278 field_attr_lastname: Lastname attribute
280 field_attr_lastname: Lastname attribute
279 field_attr_mail: Email attribute
281 field_attr_mail: Email attribute
280 field_onthefly: On-the-fly user creation
282 field_onthefly: On-the-fly user creation
281 field_start_date: Start date
283 field_start_date: Start date
282 field_done_ratio: "% Done"
284 field_done_ratio: "% Done"
283 field_auth_source: Authentication mode
285 field_auth_source: Authentication mode
284 field_hide_mail: Hide my email address
286 field_hide_mail: Hide my email address
285 field_comments: Comment
287 field_comments: Comment
286 field_url: URL
288 field_url: URL
287 field_start_page: Start page
289 field_start_page: Start page
288 field_subproject: Subproject
290 field_subproject: Subproject
289 field_hours: Hours
291 field_hours: Hours
290 field_activity: Activity
292 field_activity: Activity
291 field_spent_on: Date
293 field_spent_on: Date
292 field_identifier: Identifier
294 field_identifier: Identifier
293 field_is_filter: Used as a filter
295 field_is_filter: Used as a filter
294 field_issue_to: Related issue
296 field_issue_to: Related issue
295 field_delay: Delay
297 field_delay: Delay
296 field_assignable: Issues can be assigned to this role
298 field_assignable: Issues can be assigned to this role
297 field_redirect_existing_links: Redirect existing links
299 field_redirect_existing_links: Redirect existing links
298 field_estimated_hours: Estimated time
300 field_estimated_hours: Estimated time
299 field_column_names: Columns
301 field_column_names: Columns
300 field_time_entries: Log time
302 field_time_entries: Log time
301 field_time_zone: Time zone
303 field_time_zone: Time zone
302 field_searchable: Searchable
304 field_searchable: Searchable
303 field_default_value: Default value
305 field_default_value: Default value
304 field_comments_sorting: Display comments
306 field_comments_sorting: Display comments
305 field_parent_title: Parent page
307 field_parent_title: Parent page
306 field_editable: Editable
308 field_editable: Editable
307 field_watcher: Watcher
309 field_watcher: Watcher
308 field_identity_url: OpenID URL
310 field_identity_url: OpenID URL
309 field_content: Content
311 field_content: Content
310 field_group_by: Group results by
312 field_group_by: Group results by
311 field_sharing: Sharing
313 field_sharing: Sharing
312 field_parent_issue: Parent task
314 field_parent_issue: Parent task
313 field_member_of_group: "Assignee's group"
315 field_member_of_group: "Assignee's group"
314 field_assigned_to_role: "Assignee's role"
316 field_assigned_to_role: "Assignee's role"
315 field_text: Text field
317 field_text: Text field
316 field_visible: Visible
318 field_visible: Visible
317 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
319 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
318 field_issues_visibility: Issues visibility
320 field_issues_visibility: Issues visibility
319 field_is_private: Private
321 field_is_private: Private
320 field_commit_logs_encoding: Commit messages encoding
322 field_commit_logs_encoding: Commit messages encoding
321 field_scm_path_encoding: Path encoding
323 field_scm_path_encoding: Path encoding
322 field_path_to_repository: Path to repository
324 field_path_to_repository: Path to repository
323 field_root_directory: Root directory
325 field_root_directory: Root directory
324 field_cvsroot: CVSROOT
326 field_cvsroot: CVSROOT
325 field_cvs_module: Module
327 field_cvs_module: Module
326 field_repository_is_default: Main repository
328 field_repository_is_default: Main repository
327 field_multiple: Multiple values
329 field_multiple: Multiple values
328 field_auth_source_ldap_filter: LDAP filter
330 field_auth_source_ldap_filter: LDAP filter
329 field_core_fields: Standard fields
331 field_core_fields: Standard fields
330 field_timeout: "Timeout (in seconds)"
332 field_timeout: "Timeout (in seconds)"
331 field_board_parent: Parent forum
333 field_board_parent: Parent forum
332 field_private_notes: Private notes
334 field_private_notes: Private notes
333 field_inherit_members: Inherit members
335 field_inherit_members: Inherit members
334 field_generate_password: Generate password
336 field_generate_password: Generate password
335
337
336 setting_app_title: Application title
338 setting_app_title: Application title
337 setting_app_subtitle: Application subtitle
339 setting_app_subtitle: Application subtitle
338 setting_welcome_text: Welcome text
340 setting_welcome_text: Welcome text
339 setting_default_language: Default language
341 setting_default_language: Default language
340 setting_login_required: Authentication required
342 setting_login_required: Authentication required
341 setting_self_registration: Self-registration
343 setting_self_registration: Self-registration
342 setting_attachment_max_size: Maximum attachment size
344 setting_attachment_max_size: Maximum attachment size
343 setting_issues_export_limit: Issues export limit
345 setting_issues_export_limit: Issues export limit
344 setting_mail_from: Emission email address
346 setting_mail_from: Emission email address
345 setting_bcc_recipients: Blind carbon copy recipients (bcc)
347 setting_bcc_recipients: Blind carbon copy recipients (bcc)
346 setting_plain_text_mail: Plain text mail (no HTML)
348 setting_plain_text_mail: Plain text mail (no HTML)
347 setting_host_name: Host name and path
349 setting_host_name: Host name and path
348 setting_text_formatting: Text formatting
350 setting_text_formatting: Text formatting
349 setting_wiki_compression: Wiki history compression
351 setting_wiki_compression: Wiki history compression
350 setting_feeds_limit: Maximum number of items in Atom feeds
352 setting_feeds_limit: Maximum number of items in Atom feeds
351 setting_default_projects_public: New projects are public by default
353 setting_default_projects_public: New projects are public by default
352 setting_autofetch_changesets: Fetch commits automatically
354 setting_autofetch_changesets: Fetch commits automatically
353 setting_sys_api_enabled: Enable WS for repository management
355 setting_sys_api_enabled: Enable WS for repository management
354 setting_commit_ref_keywords: Referencing keywords
356 setting_commit_ref_keywords: Referencing keywords
355 setting_commit_fix_keywords: Fixing keywords
357 setting_commit_fix_keywords: Fixing keywords
356 setting_autologin: Autologin
358 setting_autologin: Autologin
357 setting_date_format: Date format
359 setting_date_format: Date format
358 setting_time_format: Time format
360 setting_time_format: Time format
359 setting_cross_project_issue_relations: Allow cross-project issue relations
361 setting_cross_project_issue_relations: Allow cross-project issue relations
360 setting_cross_project_subtasks: Allow cross-project subtasks
362 setting_cross_project_subtasks: Allow cross-project subtasks
361 setting_issue_list_default_columns: Default columns displayed on the issue list
363 setting_issue_list_default_columns: Default columns displayed on the issue list
362 setting_repositories_encodings: Attachments and repositories encodings
364 setting_repositories_encodings: Attachments and repositories encodings
363 setting_emails_header: Email header
365 setting_emails_header: Email header
364 setting_emails_footer: Email footer
366 setting_emails_footer: Email footer
365 setting_protocol: Protocol
367 setting_protocol: Protocol
366 setting_per_page_options: Objects per page options
368 setting_per_page_options: Objects per page options
367 setting_user_format: Users display format
369 setting_user_format: Users display format
368 setting_activity_days_default: Days displayed on project activity
370 setting_activity_days_default: Days displayed on project activity
369 setting_display_subprojects_issues: Display subprojects issues on main projects by default
371 setting_display_subprojects_issues: Display subprojects issues on main projects by default
370 setting_enabled_scm: Enabled SCM
372 setting_enabled_scm: Enabled SCM
371 setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
373 setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
372 setting_mail_handler_api_enabled: Enable WS for incoming emails
374 setting_mail_handler_api_enabled: Enable WS for incoming emails
373 setting_mail_handler_api_key: API key
375 setting_mail_handler_api_key: API key
374 setting_sequential_project_identifiers: Generate sequential project identifiers
376 setting_sequential_project_identifiers: Generate sequential project identifiers
375 setting_gravatar_enabled: Use Gravatar user icons
377 setting_gravatar_enabled: Use Gravatar user icons
376 setting_gravatar_default: Default Gravatar image
378 setting_gravatar_default: Default Gravatar image
377 setting_diff_max_lines_displayed: Maximum number of diff lines displayed
379 setting_diff_max_lines_displayed: Maximum number of diff lines displayed
378 setting_file_max_size_displayed: Maximum size of text files displayed inline
380 setting_file_max_size_displayed: Maximum size of text files displayed inline
379 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
381 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
380 setting_openid: Allow OpenID login and registration
382 setting_openid: Allow OpenID login and registration
381 setting_password_min_length: Minimum password length
383 setting_password_min_length: Minimum password length
382 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
384 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
383 setting_default_projects_modules: Default enabled modules for new projects
385 setting_default_projects_modules: Default enabled modules for new projects
384 setting_issue_done_ratio: Calculate the issue done ratio with
386 setting_issue_done_ratio: Calculate the issue done ratio with
385 setting_issue_done_ratio_issue_field: Use the issue field
387 setting_issue_done_ratio_issue_field: Use the issue field
386 setting_issue_done_ratio_issue_status: Use the issue status
388 setting_issue_done_ratio_issue_status: Use the issue status
387 setting_start_of_week: Start calendars on
389 setting_start_of_week: Start calendars on
388 setting_rest_api_enabled: Enable REST web service
390 setting_rest_api_enabled: Enable REST web service
389 setting_cache_formatted_text: Cache formatted text
391 setting_cache_formatted_text: Cache formatted text
390 setting_default_notification_option: Default notification option
392 setting_default_notification_option: Default notification option
391 setting_commit_logtime_enabled: Enable time logging
393 setting_commit_logtime_enabled: Enable time logging
392 setting_commit_logtime_activity_id: Activity for logged time
394 setting_commit_logtime_activity_id: Activity for logged time
393 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
395 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
394 setting_issue_group_assignment: Allow issue assignment to groups
396 setting_issue_group_assignment: Allow issue assignment to groups
395 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
397 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
396 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
398 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
397 setting_unsubscribe: Allow users to delete their own account
399 setting_unsubscribe: Allow users to delete their own account
398 setting_session_lifetime: Session maximum lifetime
400 setting_session_lifetime: Session maximum lifetime
399 setting_session_timeout: Session inactivity timeout
401 setting_session_timeout: Session inactivity timeout
400 setting_thumbnails_enabled: Display attachment thumbnails
402 setting_thumbnails_enabled: Display attachment thumbnails
401 setting_thumbnails_size: Thumbnails size (in pixels)
403 setting_thumbnails_size: Thumbnails size (in pixels)
402 setting_non_working_week_days: Non-working days
404 setting_non_working_week_days: Non-working days
403 setting_jsonp_enabled: Enable JSONP support
405 setting_jsonp_enabled: Enable JSONP support
404 setting_default_projects_tracker_ids: Default trackers for new projects
406 setting_default_projects_tracker_ids: Default trackers for new projects
405
407
406 permission_add_project: Create project
408 permission_add_project: Create project
407 permission_add_subprojects: Create subprojects
409 permission_add_subprojects: Create subprojects
408 permission_edit_project: Edit project
410 permission_edit_project: Edit project
409 permission_close_project: Close / reopen the project
411 permission_close_project: Close / reopen the project
410 permission_select_project_modules: Select project modules
412 permission_select_project_modules: Select project modules
411 permission_manage_members: Manage members
413 permission_manage_members: Manage members
412 permission_manage_project_activities: Manage project activities
414 permission_manage_project_activities: Manage project activities
413 permission_manage_versions: Manage versions
415 permission_manage_versions: Manage versions
414 permission_manage_categories: Manage issue categories
416 permission_manage_categories: Manage issue categories
415 permission_view_issues: View Issues
417 permission_view_issues: View Issues
416 permission_add_issues: Add issues
418 permission_add_issues: Add issues
417 permission_edit_issues: Edit issues
419 permission_edit_issues: Edit issues
418 permission_manage_issue_relations: Manage issue relations
420 permission_manage_issue_relations: Manage issue relations
419 permission_set_issues_private: Set issues public or private
421 permission_set_issues_private: Set issues public or private
420 permission_set_own_issues_private: Set own issues public or private
422 permission_set_own_issues_private: Set own issues public or private
421 permission_add_issue_notes: Add notes
423 permission_add_issue_notes: Add notes
422 permission_edit_issue_notes: Edit notes
424 permission_edit_issue_notes: Edit notes
423 permission_edit_own_issue_notes: Edit own notes
425 permission_edit_own_issue_notes: Edit own notes
424 permission_view_private_notes: View private notes
426 permission_view_private_notes: View private notes
425 permission_set_notes_private: Set notes as private
427 permission_set_notes_private: Set notes as private
426 permission_move_issues: Move issues
428 permission_move_issues: Move issues
427 permission_delete_issues: Delete issues
429 permission_delete_issues: Delete issues
428 permission_manage_public_queries: Manage public queries
430 permission_manage_public_queries: Manage public queries
429 permission_save_queries: Save queries
431 permission_save_queries: Save queries
430 permission_view_gantt: View gantt chart
432 permission_view_gantt: View gantt chart
431 permission_view_calendar: View calendar
433 permission_view_calendar: View calendar
432 permission_view_issue_watchers: View watchers list
434 permission_view_issue_watchers: View watchers list
433 permission_add_issue_watchers: Add watchers
435 permission_add_issue_watchers: Add watchers
434 permission_delete_issue_watchers: Delete watchers
436 permission_delete_issue_watchers: Delete watchers
435 permission_log_time: Log spent time
437 permission_log_time: Log spent time
436 permission_view_time_entries: View spent time
438 permission_view_time_entries: View spent time
437 permission_edit_time_entries: Edit time logs
439 permission_edit_time_entries: Edit time logs
438 permission_edit_own_time_entries: Edit own time logs
440 permission_edit_own_time_entries: Edit own time logs
439 permission_manage_news: Manage news
441 permission_manage_news: Manage news
440 permission_comment_news: Comment news
442 permission_comment_news: Comment news
441 permission_view_documents: View documents
443 permission_view_documents: View documents
442 permission_add_documents: Add documents
444 permission_add_documents: Add documents
443 permission_edit_documents: Edit documents
445 permission_edit_documents: Edit documents
444 permission_delete_documents: Delete documents
446 permission_delete_documents: Delete documents
445 permission_manage_files: Manage files
447 permission_manage_files: Manage files
446 permission_view_files: View files
448 permission_view_files: View files
447 permission_manage_wiki: Manage wiki
449 permission_manage_wiki: Manage wiki
448 permission_rename_wiki_pages: Rename wiki pages
450 permission_rename_wiki_pages: Rename wiki pages
449 permission_delete_wiki_pages: Delete wiki pages
451 permission_delete_wiki_pages: Delete wiki pages
450 permission_view_wiki_pages: View wiki
452 permission_view_wiki_pages: View wiki
451 permission_view_wiki_edits: View wiki history
453 permission_view_wiki_edits: View wiki history
452 permission_edit_wiki_pages: Edit wiki pages
454 permission_edit_wiki_pages: Edit wiki pages
453 permission_delete_wiki_pages_attachments: Delete attachments
455 permission_delete_wiki_pages_attachments: Delete attachments
454 permission_protect_wiki_pages: Protect wiki pages
456 permission_protect_wiki_pages: Protect wiki pages
455 permission_manage_repository: Manage repository
457 permission_manage_repository: Manage repository
456 permission_browse_repository: Browse repository
458 permission_browse_repository: Browse repository
457 permission_view_changesets: View changesets
459 permission_view_changesets: View changesets
458 permission_commit_access: Commit access
460 permission_commit_access: Commit access
459 permission_manage_boards: Manage forums
461 permission_manage_boards: Manage forums
460 permission_view_messages: View messages
462 permission_view_messages: View messages
461 permission_add_messages: Post messages
463 permission_add_messages: Post messages
462 permission_edit_messages: Edit messages
464 permission_edit_messages: Edit messages
463 permission_edit_own_messages: Edit own messages
465 permission_edit_own_messages: Edit own messages
464 permission_delete_messages: Delete messages
466 permission_delete_messages: Delete messages
465 permission_delete_own_messages: Delete own messages
467 permission_delete_own_messages: Delete own messages
466 permission_export_wiki_pages: Export wiki pages
468 permission_export_wiki_pages: Export wiki pages
467 permission_manage_subtasks: Manage subtasks
469 permission_manage_subtasks: Manage subtasks
468 permission_manage_related_issues: Manage related issues
470 permission_manage_related_issues: Manage related issues
469
471
470 project_module_issue_tracking: Issue tracking
472 project_module_issue_tracking: Issue tracking
471 project_module_time_tracking: Time tracking
473 project_module_time_tracking: Time tracking
472 project_module_news: News
474 project_module_news: News
473 project_module_documents: Documents
475 project_module_documents: Documents
474 project_module_files: Files
476 project_module_files: Files
475 project_module_wiki: Wiki
477 project_module_wiki: Wiki
476 project_module_repository: Repository
478 project_module_repository: Repository
477 project_module_boards: Forums
479 project_module_boards: Forums
478 project_module_calendar: Calendar
480 project_module_calendar: Calendar
479 project_module_gantt: Gantt
481 project_module_gantt: Gantt
480
482
481 label_user: User
483 label_user: User
482 label_user_plural: Users
484 label_user_plural: Users
483 label_user_new: New user
485 label_user_new: New user
484 label_user_anonymous: Anonymous
486 label_user_anonymous: Anonymous
485 label_project: Project
487 label_project: Project
486 label_project_new: New project
488 label_project_new: New project
487 label_project_plural: Projects
489 label_project_plural: Projects
488 label_x_projects:
490 label_x_projects:
489 zero: no projects
491 zero: no projects
490 one: 1 project
492 one: 1 project
491 other: "%{count} projects"
493 other: "%{count} projects"
492 label_project_all: All Projects
494 label_project_all: All Projects
493 label_project_latest: Latest projects
495 label_project_latest: Latest projects
494 label_issue: Issue
496 label_issue: Issue
495 label_issue_new: New issue
497 label_issue_new: New issue
496 label_issue_plural: Issues
498 label_issue_plural: Issues
497 label_issue_view_all: View all issues
499 label_issue_view_all: View all issues
498 label_issues_by: "Issues by %{value}"
500 label_issues_by: "Issues by %{value}"
499 label_issue_added: Issue added
501 label_issue_added: Issue added
500 label_issue_updated: Issue updated
502 label_issue_updated: Issue updated
501 label_issue_note_added: Note added
503 label_issue_note_added: Note added
502 label_issue_status_updated: Status updated
504 label_issue_status_updated: Status updated
503 label_issue_priority_updated: Priority updated
505 label_issue_priority_updated: Priority updated
504 label_document: Document
506 label_document: Document
505 label_document_new: New document
507 label_document_new: New document
506 label_document_plural: Documents
508 label_document_plural: Documents
507 label_document_added: Document added
509 label_document_added: Document added
508 label_role: Role
510 label_role: Role
509 label_role_plural: Roles
511 label_role_plural: Roles
510 label_role_new: New role
512 label_role_new: New role
511 label_role_and_permissions: Roles and permissions
513 label_role_and_permissions: Roles and permissions
512 label_role_anonymous: Anonymous
514 label_role_anonymous: Anonymous
513 label_role_non_member: Non member
515 label_role_non_member: Non member
514 label_member: Member
516 label_member: Member
515 label_member_new: New member
517 label_member_new: New member
516 label_member_plural: Members
518 label_member_plural: Members
517 label_tracker: Tracker
519 label_tracker: Tracker
518 label_tracker_plural: Trackers
520 label_tracker_plural: Trackers
519 label_tracker_new: New tracker
521 label_tracker_new: New tracker
520 label_workflow: Workflow
522 label_workflow: Workflow
521 label_issue_status: Issue status
523 label_issue_status: Issue status
522 label_issue_status_plural: Issue statuses
524 label_issue_status_plural: Issue statuses
523 label_issue_status_new: New status
525 label_issue_status_new: New status
524 label_issue_category: Issue category
526 label_issue_category: Issue category
525 label_issue_category_plural: Issue categories
527 label_issue_category_plural: Issue categories
526 label_issue_category_new: New category
528 label_issue_category_new: New category
527 label_custom_field: Custom field
529 label_custom_field: Custom field
528 label_custom_field_plural: Custom fields
530 label_custom_field_plural: Custom fields
529 label_custom_field_new: New custom field
531 label_custom_field_new: New custom field
530 label_enumerations: Enumerations
532 label_enumerations: Enumerations
531 label_enumeration_new: New value
533 label_enumeration_new: New value
532 label_information: Information
534 label_information: Information
533 label_information_plural: Information
535 label_information_plural: Information
534 label_please_login: Please log in
536 label_please_login: Please log in
535 label_register: Register
537 label_register: Register
536 label_login_with_open_id_option: or login with OpenID
538 label_login_with_open_id_option: or login with OpenID
537 label_password_lost: Lost password
539 label_password_lost: Lost password
538 label_home: Home
540 label_home: Home
539 label_my_page: My page
541 label_my_page: My page
540 label_my_account: My account
542 label_my_account: My account
541 label_my_projects: My projects
543 label_my_projects: My projects
542 label_my_page_block: My page block
544 label_my_page_block: My page block
543 label_administration: Administration
545 label_administration: Administration
544 label_login: Sign in
546 label_login: Sign in
545 label_logout: Sign out
547 label_logout: Sign out
546 label_help: Help
548 label_help: Help
547 label_reported_issues: Reported issues
549 label_reported_issues: Reported issues
548 label_assigned_to_me_issues: Issues assigned to me
550 label_assigned_to_me_issues: Issues assigned to me
549 label_last_login: Last connection
551 label_last_login: Last connection
550 label_registered_on: Registered on
552 label_registered_on: Registered on
551 label_activity: Activity
553 label_activity: Activity
552 label_overall_activity: Overall activity
554 label_overall_activity: Overall activity
553 label_user_activity: "%{value}'s activity"
555 label_user_activity: "%{value}'s activity"
554 label_new: New
556 label_new: New
555 label_logged_as: Logged in as
557 label_logged_as: Logged in as
556 label_environment: Environment
558 label_environment: Environment
557 label_authentication: Authentication
559 label_authentication: Authentication
558 label_auth_source: Authentication mode
560 label_auth_source: Authentication mode
559 label_auth_source_new: New authentication mode
561 label_auth_source_new: New authentication mode
560 label_auth_source_plural: Authentication modes
562 label_auth_source_plural: Authentication modes
561 label_subproject_plural: Subprojects
563 label_subproject_plural: Subprojects
562 label_subproject_new: New subproject
564 label_subproject_new: New subproject
563 label_and_its_subprojects: "%{value} and its subprojects"
565 label_and_its_subprojects: "%{value} and its subprojects"
564 label_min_max_length: Min - Max length
566 label_min_max_length: Min - Max length
565 label_list: List
567 label_list: List
566 label_date: Date
568 label_date: Date
567 label_integer: Integer
569 label_integer: Integer
568 label_float: Float
570 label_float: Float
569 label_boolean: Boolean
571 label_boolean: Boolean
570 label_string: Text
572 label_string: Text
571 label_text: Long text
573 label_text: Long text
572 label_attribute: Attribute
574 label_attribute: Attribute
573 label_attribute_plural: Attributes
575 label_attribute_plural: Attributes
574 label_no_data: No data to display
576 label_no_data: No data to display
575 label_change_status: Change status
577 label_change_status: Change status
576 label_history: History
578 label_history: History
577 label_attachment: File
579 label_attachment: File
578 label_attachment_new: New file
580 label_attachment_new: New file
579 label_attachment_delete: Delete file
581 label_attachment_delete: Delete file
580 label_attachment_plural: Files
582 label_attachment_plural: Files
581 label_file_added: File added
583 label_file_added: File added
582 label_report: Report
584 label_report: Report
583 label_report_plural: Reports
585 label_report_plural: Reports
584 label_news: News
586 label_news: News
585 label_news_new: Add news
587 label_news_new: Add news
586 label_news_plural: News
588 label_news_plural: News
587 label_news_latest: Latest news
589 label_news_latest: Latest news
588 label_news_view_all: View all news
590 label_news_view_all: View all news
589 label_news_added: News added
591 label_news_added: News added
590 label_news_comment_added: Comment added to a news
592 label_news_comment_added: Comment added to a news
591 label_settings: Settings
593 label_settings: Settings
592 label_overview: Overview
594 label_overview: Overview
593 label_version: Version
595 label_version: Version
594 label_version_new: New version
596 label_version_new: New version
595 label_version_plural: Versions
597 label_version_plural: Versions
596 label_close_versions: Close completed versions
598 label_close_versions: Close completed versions
597 label_confirmation: Confirmation
599 label_confirmation: Confirmation
598 label_export_to: 'Also available in:'
600 label_export_to: 'Also available in:'
599 label_read: Read...
601 label_read: Read...
600 label_public_projects: Public projects
602 label_public_projects: Public projects
601 label_open_issues: open
603 label_open_issues: open
602 label_open_issues_plural: open
604 label_open_issues_plural: open
603 label_closed_issues: closed
605 label_closed_issues: closed
604 label_closed_issues_plural: closed
606 label_closed_issues_plural: closed
605 label_x_open_issues_abbr_on_total:
607 label_x_open_issues_abbr_on_total:
606 zero: 0 open / %{total}
608 zero: 0 open / %{total}
607 one: 1 open / %{total}
609 one: 1 open / %{total}
608 other: "%{count} open / %{total}"
610 other: "%{count} open / %{total}"
609 label_x_open_issues_abbr:
611 label_x_open_issues_abbr:
610 zero: 0 open
612 zero: 0 open
611 one: 1 open
613 one: 1 open
612 other: "%{count} open"
614 other: "%{count} open"
613 label_x_closed_issues_abbr:
615 label_x_closed_issues_abbr:
614 zero: 0 closed
616 zero: 0 closed
615 one: 1 closed
617 one: 1 closed
616 other: "%{count} closed"
618 other: "%{count} closed"
617 label_x_issues:
619 label_x_issues:
618 zero: 0 issues
620 zero: 0 issues
619 one: 1 issue
621 one: 1 issue
620 other: "%{count} issues"
622 other: "%{count} issues"
621 label_total: Total
623 label_total: Total
622 label_total_time: Total time
624 label_total_time: Total time
623 label_permissions: Permissions
625 label_permissions: Permissions
624 label_current_status: Current status
626 label_current_status: Current status
625 label_new_statuses_allowed: New statuses allowed
627 label_new_statuses_allowed: New statuses allowed
626 label_all: all
628 label_all: all
627 label_any: any
629 label_any: any
628 label_none: none
630 label_none: none
629 label_nobody: nobody
631 label_nobody: nobody
630 label_next: Next
632 label_next: Next
631 label_previous: Previous
633 label_previous: Previous
632 label_used_by: Used by
634 label_used_by: Used by
633 label_details: Details
635 label_details: Details
634 label_add_note: Add a note
636 label_add_note: Add a note
635 label_per_page: Per page
637 label_per_page: Per page
636 label_calendar: Calendar
638 label_calendar: Calendar
637 label_months_from: months from
639 label_months_from: months from
638 label_gantt: Gantt
640 label_gantt: Gantt
639 label_internal: Internal
641 label_internal: Internal
640 label_last_changes: "last %{count} changes"
642 label_last_changes: "last %{count} changes"
641 label_change_view_all: View all changes
643 label_change_view_all: View all changes
642 label_personalize_page: Personalize this page
644 label_personalize_page: Personalize this page
643 label_comment: Comment
645 label_comment: Comment
644 label_comment_plural: Comments
646 label_comment_plural: Comments
645 label_x_comments:
647 label_x_comments:
646 zero: no comments
648 zero: no comments
647 one: 1 comment
649 one: 1 comment
648 other: "%{count} comments"
650 other: "%{count} comments"
649 label_comment_add: Add a comment
651 label_comment_add: Add a comment
650 label_comment_added: Comment added
652 label_comment_added: Comment added
651 label_comment_delete: Delete comments
653 label_comment_delete: Delete comments
652 label_query: Custom query
654 label_query: Custom query
653 label_query_plural: Custom queries
655 label_query_plural: Custom queries
654 label_query_new: New query
656 label_query_new: New query
655 label_my_queries: My custom queries
657 label_my_queries: My custom queries
656 label_filter_add: Add filter
658 label_filter_add: Add filter
657 label_filter_plural: Filters
659 label_filter_plural: Filters
658 label_equals: is
660 label_equals: is
659 label_not_equals: is not
661 label_not_equals: is not
660 label_in_less_than: in less than
662 label_in_less_than: in less than
661 label_in_more_than: in more than
663 label_in_more_than: in more than
662 label_in_the_next_days: in the next
664 label_in_the_next_days: in the next
663 label_in_the_past_days: in the past
665 label_in_the_past_days: in the past
664 label_greater_or_equal: '>='
666 label_greater_or_equal: '>='
665 label_less_or_equal: '<='
667 label_less_or_equal: '<='
666 label_between: between
668 label_between: between
667 label_in: in
669 label_in: in
668 label_today: today
670 label_today: today
669 label_all_time: all time
671 label_all_time: all time
670 label_yesterday: yesterday
672 label_yesterday: yesterday
671 label_this_week: this week
673 label_this_week: this week
672 label_last_week: last week
674 label_last_week: last week
673 label_last_n_weeks: "last %{count} weeks"
675 label_last_n_weeks: "last %{count} weeks"
674 label_last_n_days: "last %{count} days"
676 label_last_n_days: "last %{count} days"
675 label_this_month: this month
677 label_this_month: this month
676 label_last_month: last month
678 label_last_month: last month
677 label_this_year: this year
679 label_this_year: this year
678 label_date_range: Date range
680 label_date_range: Date range
679 label_less_than_ago: less than days ago
681 label_less_than_ago: less than days ago
680 label_more_than_ago: more than days ago
682 label_more_than_ago: more than days ago
681 label_ago: days ago
683 label_ago: days ago
682 label_contains: contains
684 label_contains: contains
683 label_not_contains: doesn't contain
685 label_not_contains: doesn't contain
684 label_any_issues_in_project: any issues in project
686 label_any_issues_in_project: any issues in project
685 label_any_issues_not_in_project: any issues not in project
687 label_any_issues_not_in_project: any issues not in project
686 label_no_issues_in_project: no issues in project
688 label_no_issues_in_project: no issues in project
687 label_day_plural: days
689 label_day_plural: days
688 label_repository: Repository
690 label_repository: Repository
689 label_repository_new: New repository
691 label_repository_new: New repository
690 label_repository_plural: Repositories
692 label_repository_plural: Repositories
691 label_browse: Browse
693 label_browse: Browse
692 label_branch: Branch
694 label_branch: Branch
693 label_tag: Tag
695 label_tag: Tag
694 label_revision: Revision
696 label_revision: Revision
695 label_revision_plural: Revisions
697 label_revision_plural: Revisions
696 label_revision_id: "Revision %{value}"
698 label_revision_id: "Revision %{value}"
697 label_associated_revisions: Associated revisions
699 label_associated_revisions: Associated revisions
698 label_added: added
700 label_added: added
699 label_modified: modified
701 label_modified: modified
700 label_copied: copied
702 label_copied: copied
701 label_renamed: renamed
703 label_renamed: renamed
702 label_deleted: deleted
704 label_deleted: deleted
703 label_latest_revision: Latest revision
705 label_latest_revision: Latest revision
704 label_latest_revision_plural: Latest revisions
706 label_latest_revision_plural: Latest revisions
705 label_view_revisions: View revisions
707 label_view_revisions: View revisions
706 label_view_all_revisions: View all revisions
708 label_view_all_revisions: View all revisions
707 label_max_size: Maximum size
709 label_max_size: Maximum size
708 label_sort_highest: Move to top
710 label_sort_highest: Move to top
709 label_sort_higher: Move up
711 label_sort_higher: Move up
710 label_sort_lower: Move down
712 label_sort_lower: Move down
711 label_sort_lowest: Move to bottom
713 label_sort_lowest: Move to bottom
712 label_roadmap: Roadmap
714 label_roadmap: Roadmap
713 label_roadmap_due_in: "Due in %{value}"
715 label_roadmap_due_in: "Due in %{value}"
714 label_roadmap_overdue: "%{value} late"
716 label_roadmap_overdue: "%{value} late"
715 label_roadmap_no_issues: No issues for this version
717 label_roadmap_no_issues: No issues for this version
716 label_search: Search
718 label_search: Search
717 label_result_plural: Results
719 label_result_plural: Results
718 label_all_words: All words
720 label_all_words: All words
719 label_wiki: Wiki
721 label_wiki: Wiki
720 label_wiki_edit: Wiki edit
722 label_wiki_edit: Wiki edit
721 label_wiki_edit_plural: Wiki edits
723 label_wiki_edit_plural: Wiki edits
722 label_wiki_page: Wiki page
724 label_wiki_page: Wiki page
723 label_wiki_page_plural: Wiki pages
725 label_wiki_page_plural: Wiki pages
724 label_index_by_title: Index by title
726 label_index_by_title: Index by title
725 label_index_by_date: Index by date
727 label_index_by_date: Index by date
726 label_current_version: Current version
728 label_current_version: Current version
727 label_preview: Preview
729 label_preview: Preview
728 label_feed_plural: Feeds
730 label_feed_plural: Feeds
729 label_changes_details: Details of all changes
731 label_changes_details: Details of all changes
730 label_issue_tracking: Issue tracking
732 label_issue_tracking: Issue tracking
731 label_spent_time: Spent time
733 label_spent_time: Spent time
732 label_overall_spent_time: Overall spent time
734 label_overall_spent_time: Overall spent time
733 label_f_hour: "%{value} hour"
735 label_f_hour: "%{value} hour"
734 label_f_hour_plural: "%{value} hours"
736 label_f_hour_plural: "%{value} hours"
735 label_time_tracking: Time tracking
737 label_time_tracking: Time tracking
736 label_change_plural: Changes
738 label_change_plural: Changes
737 label_statistics: Statistics
739 label_statistics: Statistics
738 label_commits_per_month: Commits per month
740 label_commits_per_month: Commits per month
739 label_commits_per_author: Commits per author
741 label_commits_per_author: Commits per author
740 label_diff: diff
742 label_diff: diff
741 label_view_diff: View differences
743 label_view_diff: View differences
742 label_diff_inline: inline
744 label_diff_inline: inline
743 label_diff_side_by_side: side by side
745 label_diff_side_by_side: side by side
744 label_options: Options
746 label_options: Options
745 label_copy_workflow_from: Copy workflow from
747 label_copy_workflow_from: Copy workflow from
746 label_permissions_report: Permissions report
748 label_permissions_report: Permissions report
747 label_watched_issues: Watched issues
749 label_watched_issues: Watched issues
748 label_related_issues: Related issues
750 label_related_issues: Related issues
749 label_applied_status: Applied status
751 label_applied_status: Applied status
750 label_loading: Loading...
752 label_loading: Loading...
751 label_relation_new: New relation
753 label_relation_new: New relation
752 label_relation_delete: Delete relation
754 label_relation_delete: Delete relation
753 label_relates_to: Related to
755 label_relates_to: Related to
754 label_duplicates: Duplicates
756 label_duplicates: Duplicates
755 label_duplicated_by: Duplicated by
757 label_duplicated_by: Duplicated by
756 label_blocks: Blocks
758 label_blocks: Blocks
757 label_blocked_by: Blocked by
759 label_blocked_by: Blocked by
758 label_precedes: Precedes
760 label_precedes: Precedes
759 label_follows: Follows
761 label_follows: Follows
760 label_copied_to: Copied to
762 label_copied_to: Copied to
761 label_copied_from: Copied from
763 label_copied_from: Copied from
762 label_end_to_start: end to start
764 label_end_to_start: end to start
763 label_end_to_end: end to end
765 label_end_to_end: end to end
764 label_start_to_start: start to start
766 label_start_to_start: start to start
765 label_start_to_end: start to end
767 label_start_to_end: start to end
766 label_stay_logged_in: Stay logged in
768 label_stay_logged_in: Stay logged in
767 label_disabled: disabled
769 label_disabled: disabled
768 label_show_completed_versions: Show completed versions
770 label_show_completed_versions: Show completed versions
769 label_me: me
771 label_me: me
770 label_board: Forum
772 label_board: Forum
771 label_board_new: New forum
773 label_board_new: New forum
772 label_board_plural: Forums
774 label_board_plural: Forums
773 label_board_locked: Locked
775 label_board_locked: Locked
774 label_board_sticky: Sticky
776 label_board_sticky: Sticky
775 label_topic_plural: Topics
777 label_topic_plural: Topics
776 label_message_plural: Messages
778 label_message_plural: Messages
777 label_message_last: Last message
779 label_message_last: Last message
778 label_message_new: New message
780 label_message_new: New message
779 label_message_posted: Message added
781 label_message_posted: Message added
780 label_reply_plural: Replies
782 label_reply_plural: Replies
781 label_send_information: Send account information to the user
783 label_send_information: Send account information to the user
782 label_year: Year
784 label_year: Year
783 label_month: Month
785 label_month: Month
784 label_week: Week
786 label_week: Week
785 label_date_from: From
787 label_date_from: From
786 label_date_to: To
788 label_date_to: To
787 label_language_based: Based on user's language
789 label_language_based: Based on user's language
788 label_sort_by: "Sort by %{value}"
790 label_sort_by: "Sort by %{value}"
789 label_send_test_email: Send a test email
791 label_send_test_email: Send a test email
790 label_feeds_access_key: Atom access key
792 label_feeds_access_key: Atom access key
791 label_missing_feeds_access_key: Missing a Atom access key
793 label_missing_feeds_access_key: Missing a Atom access key
792 label_feeds_access_key_created_on: "Atom access key created %{value} ago"
794 label_feeds_access_key_created_on: "Atom access key created %{value} ago"
793 label_module_plural: Modules
795 label_module_plural: Modules
794 label_added_time_by: "Added by %{author} %{age} ago"
796 label_added_time_by: "Added by %{author} %{age} ago"
795 label_updated_time_by: "Updated by %{author} %{age} ago"
797 label_updated_time_by: "Updated by %{author} %{age} ago"
796 label_updated_time: "Updated %{value} ago"
798 label_updated_time: "Updated %{value} ago"
797 label_jump_to_a_project: Jump to a project...
799 label_jump_to_a_project: Jump to a project...
798 label_file_plural: Files
800 label_file_plural: Files
799 label_changeset_plural: Changesets
801 label_changeset_plural: Changesets
800 label_default_columns: Default columns
802 label_default_columns: Default columns
801 label_no_change_option: (No change)
803 label_no_change_option: (No change)
802 label_bulk_edit_selected_issues: Bulk edit selected issues
804 label_bulk_edit_selected_issues: Bulk edit selected issues
803 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
805 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
804 label_theme: Theme
806 label_theme: Theme
805 label_default: Default
807 label_default: Default
806 label_search_titles_only: Search titles only
808 label_search_titles_only: Search titles only
807 label_user_mail_option_all: "For any event on all my projects"
809 label_user_mail_option_all: "For any event on all my projects"
808 label_user_mail_option_selected: "For any event on the selected projects only..."
810 label_user_mail_option_selected: "For any event on the selected projects only..."
809 label_user_mail_option_none: "No events"
811 label_user_mail_option_none: "No events"
810 label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in"
812 label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in"
811 label_user_mail_option_only_assigned: "Only for things I am assigned to"
813 label_user_mail_option_only_assigned: "Only for things I am assigned to"
812 label_user_mail_option_only_owner: "Only for things I am the owner of"
814 label_user_mail_option_only_owner: "Only for things I am the owner of"
813 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
815 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
814 label_registration_activation_by_email: account activation by email
816 label_registration_activation_by_email: account activation by email
815 label_registration_manual_activation: manual account activation
817 label_registration_manual_activation: manual account activation
816 label_registration_automatic_activation: automatic account activation
818 label_registration_automatic_activation: automatic account activation
817 label_display_per_page: "Per page: %{value}"
819 label_display_per_page: "Per page: %{value}"
818 label_age: Age
820 label_age: Age
819 label_change_properties: Change properties
821 label_change_properties: Change properties
820 label_general: General
822 label_general: General
821 label_more: More
823 label_more: More
822 label_scm: SCM
824 label_scm: SCM
823 label_plugins: Plugins
825 label_plugins: Plugins
824 label_ldap_authentication: LDAP authentication
826 label_ldap_authentication: LDAP authentication
825 label_downloads_abbr: D/L
827 label_downloads_abbr: D/L
826 label_optional_description: Optional description
828 label_optional_description: Optional description
827 label_add_another_file: Add another file
829 label_add_another_file: Add another file
828 label_preferences: Preferences
830 label_preferences: Preferences
829 label_chronological_order: In chronological order
831 label_chronological_order: In chronological order
830 label_reverse_chronological_order: In reverse chronological order
832 label_reverse_chronological_order: In reverse chronological order
831 label_planning: Planning
833 label_planning: Planning
832 label_incoming_emails: Incoming emails
834 label_incoming_emails: Incoming emails
833 label_generate_key: Generate a key
835 label_generate_key: Generate a key
834 label_issue_watchers: Watchers
836 label_issue_watchers: Watchers
835 label_example: Example
837 label_example: Example
836 label_display: Display
838 label_display: Display
837 label_sort: Sort
839 label_sort: Sort
838 label_ascending: Ascending
840 label_ascending: Ascending
839 label_descending: Descending
841 label_descending: Descending
840 label_date_from_to: From %{start} to %{end}
842 label_date_from_to: From %{start} to %{end}
841 label_wiki_content_added: Wiki page added
843 label_wiki_content_added: Wiki page added
842 label_wiki_content_updated: Wiki page updated
844 label_wiki_content_updated: Wiki page updated
843 label_group: Group
845 label_group: Group
844 label_group_plural: Groups
846 label_group_plural: Groups
845 label_group_new: New group
847 label_group_new: New group
846 label_time_entry_plural: Spent time
848 label_time_entry_plural: Spent time
847 label_version_sharing_none: Not shared
849 label_version_sharing_none: Not shared
848 label_version_sharing_descendants: With subprojects
850 label_version_sharing_descendants: With subprojects
849 label_version_sharing_hierarchy: With project hierarchy
851 label_version_sharing_hierarchy: With project hierarchy
850 label_version_sharing_tree: With project tree
852 label_version_sharing_tree: With project tree
851 label_version_sharing_system: With all projects
853 label_version_sharing_system: With all projects
852 label_update_issue_done_ratios: Update issue done ratios
854 label_update_issue_done_ratios: Update issue done ratios
853 label_copy_source: Source
855 label_copy_source: Source
854 label_copy_target: Target
856 label_copy_target: Target
855 label_copy_same_as_target: Same as target
857 label_copy_same_as_target: Same as target
856 label_display_used_statuses_only: Only display statuses that are used by this tracker
858 label_display_used_statuses_only: Only display statuses that are used by this tracker
857 label_api_access_key: API access key
859 label_api_access_key: API access key
858 label_missing_api_access_key: Missing an API access key
860 label_missing_api_access_key: Missing an API access key
859 label_api_access_key_created_on: "API access key created %{value} ago"
861 label_api_access_key_created_on: "API access key created %{value} ago"
860 label_profile: Profile
862 label_profile: Profile
861 label_subtask_plural: Subtasks
863 label_subtask_plural: Subtasks
862 label_project_copy_notifications: Send email notifications during the project copy
864 label_project_copy_notifications: Send email notifications during the project copy
863 label_principal_search: "Search for user or group:"
865 label_principal_search: "Search for user or group:"
864 label_user_search: "Search for user:"
866 label_user_search: "Search for user:"
865 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
867 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
866 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
868 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
867 label_issues_visibility_all: All issues
869 label_issues_visibility_all: All issues
868 label_issues_visibility_public: All non private issues
870 label_issues_visibility_public: All non private issues
869 label_issues_visibility_own: Issues created by or assigned to the user
871 label_issues_visibility_own: Issues created by or assigned to the user
870 label_git_report_last_commit: Report last commit for files and directories
872 label_git_report_last_commit: Report last commit for files and directories
871 label_parent_revision: Parent
873 label_parent_revision: Parent
872 label_child_revision: Child
874 label_child_revision: Child
873 label_export_options: "%{export_format} export options"
875 label_export_options: "%{export_format} export options"
874 label_copy_attachments: Copy attachments
876 label_copy_attachments: Copy attachments
875 label_copy_subtasks: Copy subtasks
877 label_copy_subtasks: Copy subtasks
876 label_item_position: "%{position} of %{count}"
878 label_item_position: "%{position} of %{count}"
877 label_completed_versions: Completed versions
879 label_completed_versions: Completed versions
878 label_search_for_watchers: Search for watchers to add
880 label_search_for_watchers: Search for watchers to add
879 label_session_expiration: Session expiration
881 label_session_expiration: Session expiration
880 label_show_closed_projects: View closed projects
882 label_show_closed_projects: View closed projects
881 label_status_transitions: Status transitions
883 label_status_transitions: Status transitions
882 label_fields_permissions: Fields permissions
884 label_fields_permissions: Fields permissions
883 label_readonly: Read-only
885 label_readonly: Read-only
884 label_required: Required
886 label_required: Required
885 label_attribute_of_project: "Project's %{name}"
887 label_attribute_of_project: "Project's %{name}"
886 label_attribute_of_issue: "Issue's %{name}"
888 label_attribute_of_issue: "Issue's %{name}"
887 label_attribute_of_author: "Author's %{name}"
889 label_attribute_of_author: "Author's %{name}"
888 label_attribute_of_assigned_to: "Assignee's %{name}"
890 label_attribute_of_assigned_to: "Assignee's %{name}"
889 label_attribute_of_user: "User's %{name}"
891 label_attribute_of_user: "User's %{name}"
890 label_attribute_of_fixed_version: "Target version's %{name}"
892 label_attribute_of_fixed_version: "Target version's %{name}"
891 label_cross_project_descendants: With subprojects
893 label_cross_project_descendants: With subprojects
892 label_cross_project_tree: With project tree
894 label_cross_project_tree: With project tree
893 label_cross_project_hierarchy: With project hierarchy
895 label_cross_project_hierarchy: With project hierarchy
894 label_cross_project_system: With all projects
896 label_cross_project_system: With all projects
895 label_gantt_progress_line: Progress line
897 label_gantt_progress_line: Progress line
896
898
897 button_login: Login
899 button_login: Login
898 button_submit: Submit
900 button_submit: Submit
899 button_save: Save
901 button_save: Save
900 button_check_all: Check all
902 button_check_all: Check all
901 button_uncheck_all: Uncheck all
903 button_uncheck_all: Uncheck all
902 button_collapse_all: Collapse all
904 button_collapse_all: Collapse all
903 button_expand_all: Expand all
905 button_expand_all: Expand all
904 button_delete: Delete
906 button_delete: Delete
905 button_create: Create
907 button_create: Create
906 button_create_and_continue: Create and continue
908 button_create_and_continue: Create and continue
907 button_test: Test
909 button_test: Test
908 button_edit: Edit
910 button_edit: Edit
909 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
911 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
910 button_add: Add
912 button_add: Add
911 button_change: Change
913 button_change: Change
912 button_apply: Apply
914 button_apply: Apply
913 button_clear: Clear
915 button_clear: Clear
914 button_lock: Lock
916 button_lock: Lock
915 button_unlock: Unlock
917 button_unlock: Unlock
916 button_download: Download
918 button_download: Download
917 button_list: List
919 button_list: List
918 button_view: View
920 button_view: View
919 button_move: Move
921 button_move: Move
920 button_move_and_follow: Move and follow
922 button_move_and_follow: Move and follow
921 button_back: Back
923 button_back: Back
922 button_cancel: Cancel
924 button_cancel: Cancel
923 button_activate: Activate
925 button_activate: Activate
924 button_sort: Sort
926 button_sort: Sort
925 button_log_time: Log time
927 button_log_time: Log time
926 button_rollback: Rollback to this version
928 button_rollback: Rollback to this version
927 button_watch: Watch
929 button_watch: Watch
928 button_unwatch: Unwatch
930 button_unwatch: Unwatch
929 button_reply: Reply
931 button_reply: Reply
930 button_archive: Archive
932 button_archive: Archive
931 button_unarchive: Unarchive
933 button_unarchive: Unarchive
932 button_reset: Reset
934 button_reset: Reset
933 button_rename: Rename
935 button_rename: Rename
934 button_change_password: Change password
936 button_change_password: Change password
935 button_copy: Copy
937 button_copy: Copy
936 button_copy_and_follow: Copy and follow
938 button_copy_and_follow: Copy and follow
937 button_annotate: Annotate
939 button_annotate: Annotate
938 button_update: Update
940 button_update: Update
939 button_configure: Configure
941 button_configure: Configure
940 button_quote: Quote
942 button_quote: Quote
941 button_duplicate: Duplicate
943 button_duplicate: Duplicate
942 button_show: Show
944 button_show: Show
943 button_hide: Hide
945 button_hide: Hide
944 button_edit_section: Edit this section
946 button_edit_section: Edit this section
945 button_export: Export
947 button_export: Export
946 button_delete_my_account: Delete my account
948 button_delete_my_account: Delete my account
947 button_close: Close
949 button_close: Close
948 button_reopen: Reopen
950 button_reopen: Reopen
949
951
950 status_active: active
952 status_active: active
951 status_registered: registered
953 status_registered: registered
952 status_locked: locked
954 status_locked: locked
953
955
954 project_status_active: active
956 project_status_active: active
955 project_status_closed: closed
957 project_status_closed: closed
956 project_status_archived: archived
958 project_status_archived: archived
957
959
958 version_status_open: open
960 version_status_open: open
959 version_status_locked: locked
961 version_status_locked: locked
960 version_status_closed: closed
962 version_status_closed: closed
961
963
962 field_active: Active
964 field_active: Active
963
965
964 text_select_mail_notifications: Select actions for which email notifications should be sent.
966 text_select_mail_notifications: Select actions for which email notifications should be sent.
965 text_regexp_info: eg. ^[A-Z0-9]+$
967 text_regexp_info: eg. ^[A-Z0-9]+$
966 text_min_max_length_info: 0 means no restriction
968 text_min_max_length_info: 0 means no restriction
967 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
969 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
968 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
970 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
969 text_workflow_edit: Select a role and a tracker to edit the workflow
971 text_workflow_edit: Select a role and a tracker to edit the workflow
970 text_are_you_sure: Are you sure?
972 text_are_you_sure: Are you sure?
971 text_journal_changed: "%{label} changed from %{old} to %{new}"
973 text_journal_changed: "%{label} changed from %{old} to %{new}"
972 text_journal_changed_no_detail: "%{label} updated"
974 text_journal_changed_no_detail: "%{label} updated"
973 text_journal_set_to: "%{label} set to %{value}"
975 text_journal_set_to: "%{label} set to %{value}"
974 text_journal_deleted: "%{label} deleted (%{old})"
976 text_journal_deleted: "%{label} deleted (%{old})"
975 text_journal_added: "%{label} %{value} added"
977 text_journal_added: "%{label} %{value} added"
976 text_tip_issue_begin_day: issue beginning this day
978 text_tip_issue_begin_day: issue beginning this day
977 text_tip_issue_end_day: issue ending this day
979 text_tip_issue_end_day: issue ending this day
978 text_tip_issue_begin_end_day: issue beginning and ending this day
980 text_tip_issue_begin_end_day: issue beginning and ending this day
979 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.'
981 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.'
980 text_caracters_maximum: "%{count} characters maximum."
982 text_caracters_maximum: "%{count} characters maximum."
981 text_caracters_minimum: "Must be at least %{count} characters long."
983 text_caracters_minimum: "Must be at least %{count} characters long."
982 text_length_between: "Length between %{min} and %{max} characters."
984 text_length_between: "Length between %{min} and %{max} characters."
983 text_tracker_no_workflow: No workflow defined for this tracker
985 text_tracker_no_workflow: No workflow defined for this tracker
984 text_unallowed_characters: Unallowed characters
986 text_unallowed_characters: Unallowed characters
985 text_comma_separated: Multiple values allowed (comma separated).
987 text_comma_separated: Multiple values allowed (comma separated).
986 text_line_separated: Multiple values allowed (one line for each value).
988 text_line_separated: Multiple values allowed (one line for each value).
987 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
989 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
988 text_issue_added: "Issue %{id} has been reported by %{author}."
990 text_issue_added: "Issue %{id} has been reported by %{author}."
989 text_issue_updated: "Issue %{id} has been updated by %{author}."
991 text_issue_updated: "Issue %{id} has been updated by %{author}."
990 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
992 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
991 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
993 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
992 text_issue_category_destroy_assignments: Remove category assignments
994 text_issue_category_destroy_assignments: Remove category assignments
993 text_issue_category_reassign_to: Reassign issues to this category
995 text_issue_category_reassign_to: Reassign issues to this category
994 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)."
996 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)."
995 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."
997 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."
996 text_load_default_configuration: Load the default configuration
998 text_load_default_configuration: Load the default configuration
997 text_status_changed_by_changeset: "Applied in changeset %{value}."
999 text_status_changed_by_changeset: "Applied in changeset %{value}."
998 text_time_logged_by_changeset: "Applied in changeset %{value}."
1000 text_time_logged_by_changeset: "Applied in changeset %{value}."
999 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
1001 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
1000 text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)."
1002 text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)."
1001 text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?'
1003 text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?'
1002 text_select_project_modules: 'Select modules to enable for this project:'
1004 text_select_project_modules: 'Select modules to enable for this project:'
1003 text_default_administrator_account_changed: Default administrator account changed
1005 text_default_administrator_account_changed: Default administrator account changed
1004 text_file_repository_writable: Attachments directory writable
1006 text_file_repository_writable: Attachments directory writable
1005 text_plugin_assets_writable: Plugin assets directory writable
1007 text_plugin_assets_writable: Plugin assets directory writable
1006 text_rmagick_available: RMagick available (optional)
1008 text_rmagick_available: RMagick available (optional)
1007 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
1009 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
1008 text_destroy_time_entries: Delete reported hours
1010 text_destroy_time_entries: Delete reported hours
1009 text_assign_time_entries_to_project: Assign reported hours to the project
1011 text_assign_time_entries_to_project: Assign reported hours to the project
1010 text_reassign_time_entries: 'Reassign reported hours to this issue:'
1012 text_reassign_time_entries: 'Reassign reported hours to this issue:'
1011 text_user_wrote: "%{value} wrote:"
1013 text_user_wrote: "%{value} wrote:"
1012 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
1014 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
1013 text_enumeration_category_reassign_to: 'Reassign them to this value:'
1015 text_enumeration_category_reassign_to: 'Reassign them to this value:'
1014 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
1016 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
1015 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."
1017 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."
1016 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
1018 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
1017 text_custom_field_possible_values_info: 'One line for each value'
1019 text_custom_field_possible_values_info: 'One line for each value'
1018 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
1020 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
1019 text_wiki_page_nullify_children: "Keep child pages as root pages"
1021 text_wiki_page_nullify_children: "Keep child pages as root pages"
1020 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
1022 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
1021 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
1023 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
1022 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?"
1024 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?"
1023 text_zoom_in: Zoom in
1025 text_zoom_in: Zoom in
1024 text_zoom_out: Zoom out
1026 text_zoom_out: Zoom out
1025 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
1027 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
1026 text_scm_path_encoding_note: "Default: UTF-8"
1028 text_scm_path_encoding_note: "Default: UTF-8"
1027 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1029 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1028 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1030 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1029 text_scm_command: Command
1031 text_scm_command: Command
1030 text_scm_command_version: Version
1032 text_scm_command_version: Version
1031 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1033 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1032 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1034 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1033 text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)"
1035 text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)"
1034 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes"
1036 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes"
1035 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}"
1037 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}"
1036 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
1038 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
1037 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1039 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1038 text_project_closed: This project is closed and read-only.
1040 text_project_closed: This project is closed and read-only.
1039 text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item."
1041 text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item."
1040
1042
1041 default_role_manager: Manager
1043 default_role_manager: Manager
1042 default_role_developer: Developer
1044 default_role_developer: Developer
1043 default_role_reporter: Reporter
1045 default_role_reporter: Reporter
1044 default_tracker_bug: Bug
1046 default_tracker_bug: Bug
1045 default_tracker_feature: Feature
1047 default_tracker_feature: Feature
1046 default_tracker_support: Support
1048 default_tracker_support: Support
1047 default_issue_status_new: New
1049 default_issue_status_new: New
1048 default_issue_status_in_progress: In Progress
1050 default_issue_status_in_progress: In Progress
1049 default_issue_status_resolved: Resolved
1051 default_issue_status_resolved: Resolved
1050 default_issue_status_feedback: Feedback
1052 default_issue_status_feedback: Feedback
1051 default_issue_status_closed: Closed
1053 default_issue_status_closed: Closed
1052 default_issue_status_rejected: Rejected
1054 default_issue_status_rejected: Rejected
1053 default_doc_category_user: User documentation
1055 default_doc_category_user: User documentation
1054 default_doc_category_tech: Technical documentation
1056 default_doc_category_tech: Technical documentation
1055 default_priority_low: Low
1057 default_priority_low: Low
1056 default_priority_normal: Normal
1058 default_priority_normal: Normal
1057 default_priority_high: High
1059 default_priority_high: High
1058 default_priority_urgent: Urgent
1060 default_priority_urgent: Urgent
1059 default_priority_immediate: Immediate
1061 default_priority_immediate: Immediate
1060 default_activity_design: Design
1062 default_activity_design: Design
1061 default_activity_development: Development
1063 default_activity_development: Development
1062
1064
1063 enumeration_issue_priorities: Issue priorities
1065 enumeration_issue_priorities: Issue priorities
1064 enumeration_doc_categories: Document categories
1066 enumeration_doc_categories: Document categories
1065 enumeration_activities: Activities (time tracking)
1067 enumeration_activities: Activities (time tracking)
1066 enumeration_system_activity: System Activity
1068 enumeration_system_activity: System Activity
1067 description_filter: Filter
1069 description_filter: Filter
1068 description_search: Searchfield
1070 description_search: Searchfield
1069 description_choose_project: Projects
1071 description_choose_project: Projects
1070 description_project_scope: Search scope
1072 description_project_scope: Search scope
1071 description_notes: Notes
1073 description_notes: Notes
1072 description_message_content: Message content
1074 description_message_content: Message content
1073 description_query_sort_criteria_attribute: Sort attribute
1075 description_query_sort_criteria_attribute: Sort attribute
1074 description_query_sort_criteria_direction: Sort direction
1076 description_query_sort_criteria_direction: Sort direction
1075 description_user_mail_notification: Mail notification settings
1077 description_user_mail_notification: Mail notification settings
1076 description_available_columns: Available Columns
1078 description_available_columns: Available Columns
1077 description_selected_columns: Selected Columns
1079 description_selected_columns: Selected Columns
1078 description_all_columns: All Columns
1080 description_all_columns: All Columns
1079 description_issue_category_reassign: Choose issue category
1081 description_issue_category_reassign: Choose issue category
1080 description_wiki_subpages_reassign: Choose new parent page
1082 description_wiki_subpages_reassign: Choose new parent page
1081 description_date_range_list: Choose range from list
1083 description_date_range_list: Choose range from list
1082 description_date_range_interval: Choose range by selecting start and end date
1084 description_date_range_interval: Choose range by selecting start and end date
1083 description_date_from: Enter start date
1085 description_date_from: Enter start date
1084 description_date_to: Enter end date
1086 description_date_to: Enter end date
1085 text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.'
1087 text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.'
@@ -1,1110 +1,1112
1 pt-BR:
1 pt-BR:
2 direction: ltr
2 direction: ltr
3 jquery:
4 locale: "pt-BR"
3 date:
5 date:
4 formats:
6 formats:
5 default: "%d/%m/%Y"
7 default: "%d/%m/%Y"
6 short: "%d de %B"
8 short: "%d de %B"
7 long: "%d de %B de %Y"
9 long: "%d de %B de %Y"
8 only_day: "%d"
10 only_day: "%d"
9
11
10 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
12 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
11 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
13 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
12 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
14 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
13 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
15 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
14 order:
16 order:
15 - :day
17 - :day
16 - :month
18 - :month
17 - :year
19 - :year
18
20
19 time:
21 time:
20 formats:
22 formats:
21 default: "%A, %d de %B de %Y, %H:%M h"
23 default: "%A, %d de %B de %Y, %H:%M h"
22 time: "%H:%M h"
24 time: "%H:%M h"
23 short: "%d/%m, %H:%M h"
25 short: "%d/%m, %H:%M h"
24 long: "%A, %d de %B de %Y, %H:%M h"
26 long: "%A, %d de %B de %Y, %H:%M h"
25 only_second: "%S"
27 only_second: "%S"
26 datetime:
28 datetime:
27 formats:
29 formats:
28 default: "%Y-%m-%dT%H:%M:%S%Z"
30 default: "%Y-%m-%dT%H:%M:%S%Z"
29 am: ''
31 am: ''
30 pm: ''
32 pm: ''
31
33
32 # date helper distancia em palavras
34 # date helper distancia em palavras
33 datetime:
35 datetime:
34 distance_in_words:
36 distance_in_words:
35 half_a_minute: 'meio minuto'
37 half_a_minute: 'meio minuto'
36 less_than_x_seconds:
38 less_than_x_seconds:
37 one: 'menos de 1 segundo'
39 one: 'menos de 1 segundo'
38 other: 'menos de %{count} segundos'
40 other: 'menos de %{count} segundos'
39
41
40 x_seconds:
42 x_seconds:
41 one: '1 segundo'
43 one: '1 segundo'
42 other: '%{count} segundos'
44 other: '%{count} segundos'
43
45
44 less_than_x_minutes:
46 less_than_x_minutes:
45 one: 'menos de um minuto'
47 one: 'menos de um minuto'
46 other: 'menos de %{count} minutos'
48 other: 'menos de %{count} minutos'
47
49
48 x_minutes:
50 x_minutes:
49 one: '1 minuto'
51 one: '1 minuto'
50 other: '%{count} minutos'
52 other: '%{count} minutos'
51
53
52 about_x_hours:
54 about_x_hours:
53 one: 'aproximadamente 1 hora'
55 one: 'aproximadamente 1 hora'
54 other: 'aproximadamente %{count} horas'
56 other: 'aproximadamente %{count} horas'
55 x_hours:
57 x_hours:
56 one: "1 hora"
58 one: "1 hora"
57 other: "%{count} horas"
59 other: "%{count} horas"
58
60
59 x_days:
61 x_days:
60 one: '1 dia'
62 one: '1 dia'
61 other: '%{count} dias'
63 other: '%{count} dias'
62
64
63 about_x_months:
65 about_x_months:
64 one: 'aproximadamente 1 mês'
66 one: 'aproximadamente 1 mês'
65 other: 'aproximadamente %{count} meses'
67 other: 'aproximadamente %{count} meses'
66
68
67 x_months:
69 x_months:
68 one: '1 mês'
70 one: '1 mês'
69 other: '%{count} meses'
71 other: '%{count} meses'
70
72
71 about_x_years:
73 about_x_years:
72 one: 'aproximadamente 1 ano'
74 one: 'aproximadamente 1 ano'
73 other: 'aproximadamente %{count} anos'
75 other: 'aproximadamente %{count} anos'
74
76
75 over_x_years:
77 over_x_years:
76 one: 'mais de 1 ano'
78 one: 'mais de 1 ano'
77 other: 'mais de %{count} anos'
79 other: 'mais de %{count} anos'
78 almost_x_years:
80 almost_x_years:
79 one: "quase 1 ano"
81 one: "quase 1 ano"
80 other: "quase %{count} anos"
82 other: "quase %{count} anos"
81
83
82 # numeros
84 # numeros
83 number:
85 number:
84 format:
86 format:
85 precision: 3
87 precision: 3
86 separator: ','
88 separator: ','
87 delimiter: '.'
89 delimiter: '.'
88 currency:
90 currency:
89 format:
91 format:
90 unit: 'R$'
92 unit: 'R$'
91 precision: 2
93 precision: 2
92 format: '%u %n'
94 format: '%u %n'
93 separator: ','
95 separator: ','
94 delimiter: '.'
96 delimiter: '.'
95 percentage:
97 percentage:
96 format:
98 format:
97 delimiter: '.'
99 delimiter: '.'
98 precision:
100 precision:
99 format:
101 format:
100 delimiter: '.'
102 delimiter: '.'
101 human:
103 human:
102 format:
104 format:
103 precision: 3
105 precision: 3
104 delimiter: '.'
106 delimiter: '.'
105 storage_units:
107 storage_units:
106 format: "%n %u"
108 format: "%n %u"
107 units:
109 units:
108 byte:
110 byte:
109 one: "Byte"
111 one: "Byte"
110 other: "Bytes"
112 other: "Bytes"
111 kb: "KB"
113 kb: "KB"
112 mb: "MB"
114 mb: "MB"
113 gb: "GB"
115 gb: "GB"
114 tb: "TB"
116 tb: "TB"
115 support:
117 support:
116 array:
118 array:
117 sentence_connector: "e"
119 sentence_connector: "e"
118 skip_last_comma: true
120 skip_last_comma: true
119
121
120 # Active Record
122 # Active Record
121 activerecord:
123 activerecord:
122 errors:
124 errors:
123 template:
125 template:
124 header:
126 header:
125 one: "modelo não pode ser salvo: 1 erro"
127 one: "modelo não pode ser salvo: 1 erro"
126 other: "modelo não pode ser salvo: %{count} erros."
128 other: "modelo não pode ser salvo: %{count} erros."
127 body: "Por favor, verifique os seguintes campos:"
129 body: "Por favor, verifique os seguintes campos:"
128 messages:
130 messages:
129 inclusion: "não está incluso na lista"
131 inclusion: "não está incluso na lista"
130 exclusion: "não está disponível"
132 exclusion: "não está disponível"
131 invalid: "não é válido"
133 invalid: "não é válido"
132 confirmation: "não está de acordo com a confirmação"
134 confirmation: "não está de acordo com a confirmação"
133 accepted: "precisa ser aceito"
135 accepted: "precisa ser aceito"
134 empty: "não pode ficar vazio"
136 empty: "não pode ficar vazio"
135 blank: "não pode ficar vazio"
137 blank: "não pode ficar vazio"
136 too_long: muito longo (máximo: %{count} caracteres)"
138 too_long: muito longo (máximo: %{count} caracteres)"
137 too_short: muito curto (mínimo: %{count} caracteres)"
139 too_short: muito curto (mínimo: %{count} caracteres)"
138 wrong_length: "deve ter %{count} caracteres"
140 wrong_length: "deve ter %{count} caracteres"
139 taken: "não está disponível"
141 taken: "não está disponível"
140 not_a_number: "não é um número"
142 not_a_number: "não é um número"
141 greater_than: "precisa ser maior do que %{count}"
143 greater_than: "precisa ser maior do que %{count}"
142 greater_than_or_equal_to: "precisa ser maior ou igual a %{count}"
144 greater_than_or_equal_to: "precisa ser maior ou igual a %{count}"
143 equal_to: "precisa ser igual a %{count}"
145 equal_to: "precisa ser igual a %{count}"
144 less_than: "precisa ser menor do que %{count}"
146 less_than: "precisa ser menor do que %{count}"
145 less_than_or_equal_to: "precisa ser menor ou igual a %{count}"
147 less_than_or_equal_to: "precisa ser menor ou igual a %{count}"
146 odd: "precisa ser ímpar"
148 odd: "precisa ser ímpar"
147 even: "precisa ser par"
149 even: "precisa ser par"
148 greater_than_start_date: "deve ser maior que a data inicial"
150 greater_than_start_date: "deve ser maior que a data inicial"
149 not_same_project: "não pertence ao mesmo projeto"
151 not_same_project: "não pertence ao mesmo projeto"
150 circular_dependency: "Esta relação geraria uma dependência circular"
152 circular_dependency: "Esta relação geraria uma dependência circular"
151 cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"
153 cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"
152
154
153 actionview_instancetag_blank_option: Selecione
155 actionview_instancetag_blank_option: Selecione
154
156
155 general_text_No: 'Não'
157 general_text_No: 'Não'
156 general_text_Yes: 'Sim'
158 general_text_Yes: 'Sim'
157 general_text_no: 'não'
159 general_text_no: 'não'
158 general_text_yes: 'sim'
160 general_text_yes: 'sim'
159 general_lang_name: 'Português(Brasil)'
161 general_lang_name: 'Português(Brasil)'
160 general_csv_separator: ';'
162 general_csv_separator: ';'
161 general_csv_decimal_separator: ','
163 general_csv_decimal_separator: ','
162 general_csv_encoding: ISO-8859-1
164 general_csv_encoding: ISO-8859-1
163 general_pdf_encoding: UTF-8
165 general_pdf_encoding: UTF-8
164 general_first_day_of_week: '1'
166 general_first_day_of_week: '1'
165
167
166 notice_account_updated: Conta atualizada com sucesso.
168 notice_account_updated: Conta atualizada com sucesso.
167 notice_account_invalid_creditentials: Usuário ou senha inválido.
169 notice_account_invalid_creditentials: Usuário ou senha inválido.
168 notice_account_password_updated: Senha alterada com sucesso.
170 notice_account_password_updated: Senha alterada com sucesso.
169 notice_account_wrong_password: Senha inválida.
171 notice_account_wrong_password: Senha inválida.
170 notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
172 notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
171 notice_account_unknown_email: Usuário desconhecido.
173 notice_account_unknown_email: Usuário desconhecido.
172 notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
174 notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
173 notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
175 notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
174 notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
176 notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
175 notice_successful_create: Criado com sucesso.
177 notice_successful_create: Criado com sucesso.
176 notice_successful_update: Alterado com sucesso.
178 notice_successful_update: Alterado com sucesso.
177 notice_successful_delete: Excluído com sucesso.
179 notice_successful_delete: Excluído com sucesso.
178 notice_successful_connection: Conectado com sucesso.
180 notice_successful_connection: Conectado com sucesso.
179 notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
181 notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
180 notice_locking_conflict: Os dados foram atualizados por outro usuário.
182 notice_locking_conflict: Os dados foram atualizados por outro usuário.
181 notice_not_authorized: Você não está autorizado a acessar esta página.
183 notice_not_authorized: Você não está autorizado a acessar esta página.
182 notice_email_sent: "Um e-mail foi enviado para %{value}"
184 notice_email_sent: "Um e-mail foi enviado para %{value}"
183 notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
185 notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
184 notice_feeds_access_key_reseted: Sua chave Atom foi reconfigurada.
186 notice_feeds_access_key_reseted: Sua chave Atom foi reconfigurada.
185 notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}."
187 notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}."
186 notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
188 notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
187 notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
189 notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
188 notice_default_data_loaded: Configuração padrão carregada com sucesso.
190 notice_default_data_loaded: Configuração padrão carregada com sucesso.
189
191
190 error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}"
192 error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}"
191 error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
193 error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
192 error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}"
194 error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}"
193 error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
195 error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
194 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
196 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
195 error_no_tracker_in_project: 'Não um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
197 error_no_tracker_in_project: 'Não um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
196 error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
198 error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
197
199
198 mail_subject_lost_password: "Sua senha do %{value}."
200 mail_subject_lost_password: "Sua senha do %{value}."
199 mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
201 mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
200 mail_subject_register: "Ativação de conta do %{value}."
202 mail_subject_register: "Ativação de conta do %{value}."
201 mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
203 mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
202 mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar."
204 mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar."
203 mail_body_account_information: Informações sobre sua conta
205 mail_body_account_information: Informações sobre sua conta
204 mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta"
206 mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta"
205 mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:"
207 mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:"
206 mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias"
208 mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias"
207 mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:"
209 mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:"
208
210
209
211
210 field_name: Nome
212 field_name: Nome
211 field_description: Descrição
213 field_description: Descrição
212 field_summary: Resumo
214 field_summary: Resumo
213 field_is_required: Obrigatório
215 field_is_required: Obrigatório
214 field_firstname: Nome
216 field_firstname: Nome
215 field_lastname: Sobrenome
217 field_lastname: Sobrenome
216 field_mail: E-mail
218 field_mail: E-mail
217 field_filename: Arquivo
219 field_filename: Arquivo
218 field_filesize: Tamanho
220 field_filesize: Tamanho
219 field_downloads: Downloads
221 field_downloads: Downloads
220 field_author: Autor
222 field_author: Autor
221 field_created_on: Criado em
223 field_created_on: Criado em
222 field_updated_on: Alterado em
224 field_updated_on: Alterado em
223 field_field_format: Formato
225 field_field_format: Formato
224 field_is_for_all: Para todos os projetos
226 field_is_for_all: Para todos os projetos
225 field_possible_values: Possíveis valores
227 field_possible_values: Possíveis valores
226 field_regexp: Expressão regular
228 field_regexp: Expressão regular
227 field_min_length: Tamanho mínimo
229 field_min_length: Tamanho mínimo
228 field_max_length: Tamanho máximo
230 field_max_length: Tamanho máximo
229 field_value: Valor
231 field_value: Valor
230 field_category: Categoria
232 field_category: Categoria
231 field_title: Título
233 field_title: Título
232 field_project: Projeto
234 field_project: Projeto
233 field_issue: Tarefa
235 field_issue: Tarefa
234 field_status: Situação
236 field_status: Situação
235 field_notes: Notas
237 field_notes: Notas
236 field_is_closed: Tarefa fechada
238 field_is_closed: Tarefa fechada
237 field_is_default: Situação padrão
239 field_is_default: Situação padrão
238 field_tracker: Tipo
240 field_tracker: Tipo
239 field_subject: Título
241 field_subject: Título
240 field_due_date: Data prevista
242 field_due_date: Data prevista
241 field_assigned_to: Atribuído para
243 field_assigned_to: Atribuído para
242 field_priority: Prioridade
244 field_priority: Prioridade
243 field_fixed_version: Versão
245 field_fixed_version: Versão
244 field_user: Usuário
246 field_user: Usuário
245 field_role: Cargo
247 field_role: Cargo
246 field_homepage: Página do projeto
248 field_homepage: Página do projeto
247 field_is_public: Público
249 field_is_public: Público
248 field_parent: Sub-projeto de
250 field_parent: Sub-projeto de
249 field_is_in_roadmap: Exibir no planejamento
251 field_is_in_roadmap: Exibir no planejamento
250 field_login: Usuário
252 field_login: Usuário
251 field_mail_notification: Notificações por e-mail
253 field_mail_notification: Notificações por e-mail
252 field_admin: Administrador
254 field_admin: Administrador
253 field_last_login_on: Última conexão
255 field_last_login_on: Última conexão
254 field_language: Idioma
256 field_language: Idioma
255 field_effective_date: Data
257 field_effective_date: Data
256 field_password: Senha
258 field_password: Senha
257 field_new_password: Nova senha
259 field_new_password: Nova senha
258 field_password_confirmation: Confirmação
260 field_password_confirmation: Confirmação
259 field_version: Versão
261 field_version: Versão
260 field_type: Tipo
262 field_type: Tipo
261 field_host: Servidor
263 field_host: Servidor
262 field_port: Porta
264 field_port: Porta
263 field_account: Conta
265 field_account: Conta
264 field_base_dn: DN Base
266 field_base_dn: DN Base
265 field_attr_login: Atributo para nome de usuário
267 field_attr_login: Atributo para nome de usuário
266 field_attr_firstname: Atributo para nome
268 field_attr_firstname: Atributo para nome
267 field_attr_lastname: Atributo para sobrenome
269 field_attr_lastname: Atributo para sobrenome
268 field_attr_mail: Atributo para e-mail
270 field_attr_mail: Atributo para e-mail
269 field_onthefly: Criar usuários dinamicamente ("on-the-fly")
271 field_onthefly: Criar usuários dinamicamente ("on-the-fly")
270 field_start_date: Início
272 field_start_date: Início
271 field_done_ratio: "% Terminado"
273 field_done_ratio: "% Terminado"
272 field_auth_source: Modo de autenticação
274 field_auth_source: Modo de autenticação
273 field_hide_mail: Ocultar meu e-mail
275 field_hide_mail: Ocultar meu e-mail
274 field_comments: Comentário
276 field_comments: Comentário
275 field_url: URL
277 field_url: URL
276 field_start_page: Página inicial
278 field_start_page: Página inicial
277 field_subproject: Sub-projeto
279 field_subproject: Sub-projeto
278 field_hours: Horas
280 field_hours: Horas
279 field_activity: Atividade
281 field_activity: Atividade
280 field_spent_on: Data
282 field_spent_on: Data
281 field_identifier: Identificador
283 field_identifier: Identificador
282 field_is_filter: É um filtro
284 field_is_filter: É um filtro
283 field_issue_to: Tarefa relacionada
285 field_issue_to: Tarefa relacionada
284 field_delay: Atraso
286 field_delay: Atraso
285 field_assignable: Tarefas podem ser atribuídas a este papel
287 field_assignable: Tarefas podem ser atribuídas a este papel
286 field_redirect_existing_links: Redirecionar links existentes
288 field_redirect_existing_links: Redirecionar links existentes
287 field_estimated_hours: Tempo estimado
289 field_estimated_hours: Tempo estimado
288 field_column_names: Colunas
290 field_column_names: Colunas
289 field_time_zone: Fuso-horário
291 field_time_zone: Fuso-horário
290 field_searchable: Pesquisável
292 field_searchable: Pesquisável
291 field_default_value: Padrão
293 field_default_value: Padrão
292 field_comments_sorting: Visualizar comentários
294 field_comments_sorting: Visualizar comentários
293 field_parent_title: Página pai
295 field_parent_title: Página pai
294
296
295 setting_app_title: Título da aplicação
297 setting_app_title: Título da aplicação
296 setting_app_subtitle: Sub-título da aplicação
298 setting_app_subtitle: Sub-título da aplicação
297 setting_welcome_text: Texto de boas-vindas
299 setting_welcome_text: Texto de boas-vindas
298 setting_default_language: Idioma padrão
300 setting_default_language: Idioma padrão
299 setting_login_required: Exigir autenticação
301 setting_login_required: Exigir autenticação
300 setting_self_registration: Permitido Auto-registro
302 setting_self_registration: Permitido Auto-registro
301 setting_attachment_max_size: Tamanho máximo do anexo
303 setting_attachment_max_size: Tamanho máximo do anexo
302 setting_issues_export_limit: Limite de exportação das tarefas
304 setting_issues_export_limit: Limite de exportação das tarefas
303 setting_mail_from: E-mail enviado de
305 setting_mail_from: E-mail enviado de
304 setting_bcc_recipients: Enviar com cópia oculta (cco)
306 setting_bcc_recipients: Enviar com cópia oculta (cco)
305 setting_host_name: Nome do Servidor e subdomínio
307 setting_host_name: Nome do Servidor e subdomínio
306 setting_text_formatting: Formatação do texto
308 setting_text_formatting: Formatação do texto
307 setting_wiki_compression: Compactação de histórico do Wiki
309 setting_wiki_compression: Compactação de histórico do Wiki
308 setting_feeds_limit: Número de registros por Feed
310 setting_feeds_limit: Número de registros por Feed
309 setting_default_projects_public: Novos projetos são públicos por padrão
311 setting_default_projects_public: Novos projetos são públicos por padrão
310 setting_autofetch_changesets: Obter commits automaticamente
312 setting_autofetch_changesets: Obter commits automaticamente
311 setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN)
313 setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN)
312 setting_commit_ref_keywords: Palavras de referência
314 setting_commit_ref_keywords: Palavras de referência
313 setting_commit_fix_keywords: Palavras de fechamento
315 setting_commit_fix_keywords: Palavras de fechamento
314 setting_autologin: Auto-login
316 setting_autologin: Auto-login
315 setting_date_format: Formato da data
317 setting_date_format: Formato da data
316 setting_time_format: Formato de hora
318 setting_time_format: Formato de hora
317 setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos
319 setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos
318 setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas
320 setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas
319 setting_emails_footer: Rodapé do e-mail
321 setting_emails_footer: Rodapé do e-mail
320 setting_protocol: Protocolo
322 setting_protocol: Protocolo
321 setting_per_page_options: Número de itens exibidos por página
323 setting_per_page_options: Número de itens exibidos por página
322 setting_user_format: Formato de exibição de nome de usuário
324 setting_user_format: Formato de exibição de nome de usuário
323 setting_activity_days_default: Dias visualizados na atividade do projeto
325 setting_activity_days_default: Dias visualizados na atividade do projeto
324 setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão
326 setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão
325 setting_enabled_scm: SCM habilitados
327 setting_enabled_scm: SCM habilitados
326 setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada
328 setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada
327 setting_mail_handler_api_key: Chave de API
329 setting_mail_handler_api_key: Chave de API
328 setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
330 setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
329
331
330 project_module_issue_tracking: Gerenciamento de Tarefas
332 project_module_issue_tracking: Gerenciamento de Tarefas
331 project_module_time_tracking: Gerenciamento de tempo
333 project_module_time_tracking: Gerenciamento de tempo
332 project_module_news: Notícias
334 project_module_news: Notícias
333 project_module_documents: Documentos
335 project_module_documents: Documentos
334 project_module_files: Arquivos
336 project_module_files: Arquivos
335 project_module_wiki: Wiki
337 project_module_wiki: Wiki
336 project_module_repository: Repositório
338 project_module_repository: Repositório
337 project_module_boards: Fóruns
339 project_module_boards: Fóruns
338
340
339 label_user: Usuário
341 label_user: Usuário
340 label_user_plural: Usuários
342 label_user_plural: Usuários
341 label_user_new: Novo usuário
343 label_user_new: Novo usuário
342 label_project: Projeto
344 label_project: Projeto
343 label_project_new: Novo projeto
345 label_project_new: Novo projeto
344 label_project_plural: Projetos
346 label_project_plural: Projetos
345 label_x_projects:
347 label_x_projects:
346 zero: nenhum projeto
348 zero: nenhum projeto
347 one: 1 projeto
349 one: 1 projeto
348 other: "%{count} projetos"
350 other: "%{count} projetos"
349 label_project_all: Todos os projetos
351 label_project_all: Todos os projetos
350 label_project_latest: Últimos projetos
352 label_project_latest: Últimos projetos
351 label_issue: Tarefa
353 label_issue: Tarefa
352 label_issue_new: Nova tarefa
354 label_issue_new: Nova tarefa
353 label_issue_plural: Tarefas
355 label_issue_plural: Tarefas
354 label_issue_view_all: Ver todas as tarefas
356 label_issue_view_all: Ver todas as tarefas
355 label_issues_by: "Tarefas por %{value}"
357 label_issues_by: "Tarefas por %{value}"
356 label_issue_added: Tarefa adicionada
358 label_issue_added: Tarefa adicionada
357 label_issue_updated: Tarefa atualizada
359 label_issue_updated: Tarefa atualizada
358 label_issue_note_added: Nota adicionada
360 label_issue_note_added: Nota adicionada
359 label_issue_status_updated: Situação atualizada
361 label_issue_status_updated: Situação atualizada
360 label_issue_priority_updated: Prioridade atualizada
362 label_issue_priority_updated: Prioridade atualizada
361 label_document: Documento
363 label_document: Documento
362 label_document_new: Novo documento
364 label_document_new: Novo documento
363 label_document_plural: Documentos
365 label_document_plural: Documentos
364 label_document_added: Documento adicionado
366 label_document_added: Documento adicionado
365 label_role: Papel
367 label_role: Papel
366 label_role_plural: Papéis
368 label_role_plural: Papéis
367 label_role_new: Novo papel
369 label_role_new: Novo papel
368 label_role_and_permissions: Papéis e permissões
370 label_role_and_permissions: Papéis e permissões
369 label_member: Membro
371 label_member: Membro
370 label_member_new: Novo membro
372 label_member_new: Novo membro
371 label_member_plural: Membros
373 label_member_plural: Membros
372 label_tracker: Tipo de tarefa
374 label_tracker: Tipo de tarefa
373 label_tracker_plural: Tipos de tarefas
375 label_tracker_plural: Tipos de tarefas
374 label_tracker_new: Novo tipo
376 label_tracker_new: Novo tipo
375 label_workflow: Fluxo de trabalho
377 label_workflow: Fluxo de trabalho
376 label_issue_status: Situação da tarefa
378 label_issue_status: Situação da tarefa
377 label_issue_status_plural: Situação das tarefas
379 label_issue_status_plural: Situação das tarefas
378 label_issue_status_new: Nova situação
380 label_issue_status_new: Nova situação
379 label_issue_category: Categoria da tarefa
381 label_issue_category: Categoria da tarefa
380 label_issue_category_plural: Categorias das tarefas
382 label_issue_category_plural: Categorias das tarefas
381 label_issue_category_new: Nova categoria
383 label_issue_category_new: Nova categoria
382 label_custom_field: Campo personalizado
384 label_custom_field: Campo personalizado
383 label_custom_field_plural: Campos personalizados
385 label_custom_field_plural: Campos personalizados
384 label_custom_field_new: Novo campo personalizado
386 label_custom_field_new: Novo campo personalizado
385 label_enumerations: 'Tipos & Categorias'
387 label_enumerations: 'Tipos & Categorias'
386 label_enumeration_new: Novo
388 label_enumeration_new: Novo
387 label_information: Informação
389 label_information: Informação
388 label_information_plural: Informações
390 label_information_plural: Informações
389 label_please_login: Efetue o login
391 label_please_login: Efetue o login
390 label_register: Cadastre-se
392 label_register: Cadastre-se
391 label_password_lost: Perdi minha senha
393 label_password_lost: Perdi minha senha
392 label_home: Página inicial
394 label_home: Página inicial
393 label_my_page: Minha página
395 label_my_page: Minha página
394 label_my_account: Minha conta
396 label_my_account: Minha conta
395 label_my_projects: Meus projetos
397 label_my_projects: Meus projetos
396 label_administration: Administração
398 label_administration: Administração
397 label_login: Entrar
399 label_login: Entrar
398 label_logout: Sair
400 label_logout: Sair
399 label_help: Ajuda
401 label_help: Ajuda
400 label_reported_issues: Tarefas reportadas
402 label_reported_issues: Tarefas reportadas
401 label_assigned_to_me_issues: Minhas tarefas
403 label_assigned_to_me_issues: Minhas tarefas
402 label_last_login: Última conexão
404 label_last_login: Última conexão
403 label_registered_on: Registrado em
405 label_registered_on: Registrado em
404 label_activity: Atividade
406 label_activity: Atividade
405 label_overall_activity: Atividades gerais
407 label_overall_activity: Atividades gerais
406 label_new: Novo
408 label_new: Novo
407 label_logged_as: "Acessando como:"
409 label_logged_as: "Acessando como:"
408 label_environment: Ambiente
410 label_environment: Ambiente
409 label_authentication: Autenticação
411 label_authentication: Autenticação
410 label_auth_source: Modo de autenticação
412 label_auth_source: Modo de autenticação
411 label_auth_source_new: Novo modo de autenticação
413 label_auth_source_new: Novo modo de autenticação
412 label_auth_source_plural: Modos de autenticação
414 label_auth_source_plural: Modos de autenticação
413 label_subproject_plural: Sub-projetos
415 label_subproject_plural: Sub-projetos
414 label_and_its_subprojects: "%{value} e seus sub-projetos"
416 label_and_its_subprojects: "%{value} e seus sub-projetos"
415 label_min_max_length: Tamanho mín-máx
417 label_min_max_length: Tamanho mín-máx
416 label_list: Lista
418 label_list: Lista
417 label_date: Data
419 label_date: Data
418 label_integer: Inteiro
420 label_integer: Inteiro
419 label_float: Decimal
421 label_float: Decimal
420 label_boolean: Boleano
422 label_boolean: Boleano
421 label_string: Texto
423 label_string: Texto
422 label_text: Texto longo
424 label_text: Texto longo
423 label_attribute: Atributo
425 label_attribute: Atributo
424 label_attribute_plural: Atributos
426 label_attribute_plural: Atributos
425 label_no_data: Nenhuma informação disponível
427 label_no_data: Nenhuma informação disponível
426 label_change_status: Alterar situação
428 label_change_status: Alterar situação
427 label_history: Histórico
429 label_history: Histórico
428 label_attachment: Arquivo
430 label_attachment: Arquivo
429 label_attachment_new: Novo arquivo
431 label_attachment_new: Novo arquivo
430 label_attachment_delete: Excluir arquivo
432 label_attachment_delete: Excluir arquivo
431 label_attachment_plural: Arquivos
433 label_attachment_plural: Arquivos
432 label_file_added: Arquivo adicionado
434 label_file_added: Arquivo adicionado
433 label_report: Relatório
435 label_report: Relatório
434 label_report_plural: Relatório
436 label_report_plural: Relatório
435 label_news: Notícia
437 label_news: Notícia
436 label_news_new: Adicionar notícia
438 label_news_new: Adicionar notícia
437 label_news_plural: Notícias
439 label_news_plural: Notícias
438 label_news_latest: Últimas notícias
440 label_news_latest: Últimas notícias
439 label_news_view_all: Ver todas as notícias
441 label_news_view_all: Ver todas as notícias
440 label_news_added: Notícia adicionada
442 label_news_added: Notícia adicionada
441 label_settings: Configurações
443 label_settings: Configurações
442 label_overview: Visão geral
444 label_overview: Visão geral
443 label_version: Versão
445 label_version: Versão
444 label_version_new: Nova versão
446 label_version_new: Nova versão
445 label_version_plural: Versões
447 label_version_plural: Versões
446 label_confirmation: Confirmação
448 label_confirmation: Confirmação
447 label_export_to: Exportar para
449 label_export_to: Exportar para
448 label_read: Ler...
450 label_read: Ler...
449 label_public_projects: Projetos públicos
451 label_public_projects: Projetos públicos
450 label_open_issues: Aberta
452 label_open_issues: Aberta
451 label_open_issues_plural: Abertas
453 label_open_issues_plural: Abertas
452 label_closed_issues: Fechada
454 label_closed_issues: Fechada
453 label_closed_issues_plural: Fechadas
455 label_closed_issues_plural: Fechadas
454 label_x_open_issues_abbr_on_total:
456 label_x_open_issues_abbr_on_total:
455 zero: 0 aberta / %{total}
457 zero: 0 aberta / %{total}
456 one: 1 aberta / %{total}
458 one: 1 aberta / %{total}
457 other: "%{count} abertas / %{total}"
459 other: "%{count} abertas / %{total}"
458 label_x_open_issues_abbr:
460 label_x_open_issues_abbr:
459 zero: 0 aberta
461 zero: 0 aberta
460 one: 1 aberta
462 one: 1 aberta
461 other: "%{count} abertas"
463 other: "%{count} abertas"
462 label_x_closed_issues_abbr:
464 label_x_closed_issues_abbr:
463 zero: 0 fechada
465 zero: 0 fechada
464 one: 1 fechada
466 one: 1 fechada
465 other: "%{count} fechadas"
467 other: "%{count} fechadas"
466 label_total: Total
468 label_total: Total
467 label_permissions: Permissões
469 label_permissions: Permissões
468 label_current_status: Situação atual
470 label_current_status: Situação atual
469 label_new_statuses_allowed: Nova situação permitida
471 label_new_statuses_allowed: Nova situação permitida
470 label_all: todos
472 label_all: todos
471 label_none: nenhum
473 label_none: nenhum
472 label_nobody: ninguém
474 label_nobody: ninguém
473 label_next: Próximo
475 label_next: Próximo
474 label_previous: Anterior
476 label_previous: Anterior
475 label_used_by: Usado por
477 label_used_by: Usado por
476 label_details: Detalhes
478 label_details: Detalhes
477 label_add_note: Adicionar nota
479 label_add_note: Adicionar nota
478 label_per_page: Por página
480 label_per_page: Por página
479 label_calendar: Calendário
481 label_calendar: Calendário
480 label_months_from: meses a partir de
482 label_months_from: meses a partir de
481 label_gantt: Gantt
483 label_gantt: Gantt
482 label_internal: Interno
484 label_internal: Interno
483 label_last_changes: "últimas %{count} alterações"
485 label_last_changes: "últimas %{count} alterações"
484 label_change_view_all: Mostrar todas as alterações
486 label_change_view_all: Mostrar todas as alterações
485 label_personalize_page: Personalizar esta página
487 label_personalize_page: Personalizar esta página
486 label_comment: Comentário
488 label_comment: Comentário
487 label_comment_plural: Comentários
489 label_comment_plural: Comentários
488 label_x_comments:
490 label_x_comments:
489 zero: nenhum comentário
491 zero: nenhum comentário
490 one: 1 comentário
492 one: 1 comentário
491 other: "%{count} comentários"
493 other: "%{count} comentários"
492 label_comment_add: Adicionar comentário
494 label_comment_add: Adicionar comentário
493 label_comment_added: Comentário adicionado
495 label_comment_added: Comentário adicionado
494 label_comment_delete: Excluir comentário
496 label_comment_delete: Excluir comentário
495 label_query: Consulta personalizada
497 label_query: Consulta personalizada
496 label_query_plural: Consultas personalizadas
498 label_query_plural: Consultas personalizadas
497 label_query_new: Nova consulta
499 label_query_new: Nova consulta
498 label_filter_add: Adicionar filtro
500 label_filter_add: Adicionar filtro
499 label_filter_plural: Filtros
501 label_filter_plural: Filtros
500 label_equals: igual a
502 label_equals: igual a
501 label_not_equals: diferente de
503 label_not_equals: diferente de
502 label_in_less_than: maior que
504 label_in_less_than: maior que
503 label_in_more_than: menor que
505 label_in_more_than: menor que
504 label_in: em
506 label_in: em
505 label_today: hoje
507 label_today: hoje
506 label_all_time: tudo
508 label_all_time: tudo
507 label_yesterday: ontem
509 label_yesterday: ontem
508 label_this_week: esta semana
510 label_this_week: esta semana
509 label_last_week: última semana
511 label_last_week: última semana
510 label_last_n_days: "últimos %{count} dias"
512 label_last_n_days: "últimos %{count} dias"
511 label_this_month: este mês
513 label_this_month: este mês
512 label_last_month: último mês
514 label_last_month: último mês
513 label_this_year: este ano
515 label_this_year: este ano
514 label_date_range: Período
516 label_date_range: Período
515 label_less_than_ago: menos de
517 label_less_than_ago: menos de
516 label_more_than_ago: mais de
518 label_more_than_ago: mais de
517 label_ago: dias atrás
519 label_ago: dias atrás
518 label_contains: contém
520 label_contains: contém
519 label_not_contains: não contém
521 label_not_contains: não contém
520 label_day_plural: dias
522 label_day_plural: dias
521 label_repository: Repositório
523 label_repository: Repositório
522 label_repository_plural: Repositórios
524 label_repository_plural: Repositórios
523 label_browse: Procurar
525 label_browse: Procurar
524 label_revision: Revisão
526 label_revision: Revisão
525 label_revision_plural: Revisões
527 label_revision_plural: Revisões
526 label_associated_revisions: Revisões associadas
528 label_associated_revisions: Revisões associadas
527 label_added: adicionada
529 label_added: adicionada
528 label_modified: alterada
530 label_modified: alterada
529 label_deleted: excluída
531 label_deleted: excluída
530 label_latest_revision: Última revisão
532 label_latest_revision: Última revisão
531 label_latest_revision_plural: Últimas revisões
533 label_latest_revision_plural: Últimas revisões
532 label_view_revisions: Ver revisões
534 label_view_revisions: Ver revisões
533 label_max_size: Tamanho máximo
535 label_max_size: Tamanho máximo
534 label_sort_highest: Mover para o início
536 label_sort_highest: Mover para o início
535 label_sort_higher: Mover para cima
537 label_sort_higher: Mover para cima
536 label_sort_lower: Mover para baixo
538 label_sort_lower: Mover para baixo
537 label_sort_lowest: Mover para o fim
539 label_sort_lowest: Mover para o fim
538 label_roadmap: Planejamento
540 label_roadmap: Planejamento
539 label_roadmap_due_in: "Previsto para %{value}"
541 label_roadmap_due_in: "Previsto para %{value}"
540 label_roadmap_overdue: "%{value} atrasado"
542 label_roadmap_overdue: "%{value} atrasado"
541 label_roadmap_no_issues: Sem tarefas para esta versão
543 label_roadmap_no_issues: Sem tarefas para esta versão
542 label_search: Busca
544 label_search: Busca
543 label_result_plural: Resultados
545 label_result_plural: Resultados
544 label_all_words: Todas as palavras
546 label_all_words: Todas as palavras
545 label_wiki: Wiki
547 label_wiki: Wiki
546 label_wiki_edit: Editar Wiki
548 label_wiki_edit: Editar Wiki
547 label_wiki_edit_plural: Edições Wiki
549 label_wiki_edit_plural: Edições Wiki
548 label_wiki_page: Página Wiki
550 label_wiki_page: Página Wiki
549 label_wiki_page_plural: páginas Wiki
551 label_wiki_page_plural: páginas Wiki
550 label_index_by_title: Índice por título
552 label_index_by_title: Índice por título
551 label_index_by_date: Índice por data
553 label_index_by_date: Índice por data
552 label_current_version: Versão atual
554 label_current_version: Versão atual
553 label_preview: Pré-visualizar
555 label_preview: Pré-visualizar
554 label_feed_plural: Feeds
556 label_feed_plural: Feeds
555 label_changes_details: Detalhes de todas as alterações
557 label_changes_details: Detalhes de todas as alterações
556 label_issue_tracking: Tarefas
558 label_issue_tracking: Tarefas
557 label_spent_time: Tempo gasto
559 label_spent_time: Tempo gasto
558 label_f_hour: "%{value} hora"
560 label_f_hour: "%{value} hora"
559 label_f_hour_plural: "%{value} horas"
561 label_f_hour_plural: "%{value} horas"
560 label_time_tracking: Registro de horas
562 label_time_tracking: Registro de horas
561 label_change_plural: Alterações
563 label_change_plural: Alterações
562 label_statistics: Estatísticas
564 label_statistics: Estatísticas
563 label_commits_per_month: Commits por mês
565 label_commits_per_month: Commits por mês
564 label_commits_per_author: Commits por autor
566 label_commits_per_author: Commits por autor
565 label_view_diff: Ver diferenças
567 label_view_diff: Ver diferenças
566 label_diff_inline: inline
568 label_diff_inline: inline
567 label_diff_side_by_side: lado a lado
569 label_diff_side_by_side: lado a lado
568 label_options: Opções
570 label_options: Opções
569 label_copy_workflow_from: Copiar fluxo de trabalho de
571 label_copy_workflow_from: Copiar fluxo de trabalho de
570 label_permissions_report: Relatório de permissões
572 label_permissions_report: Relatório de permissões
571 label_watched_issues: Tarefas observadas
573 label_watched_issues: Tarefas observadas
572 label_related_issues: Tarefas relacionadas
574 label_related_issues: Tarefas relacionadas
573 label_applied_status: Situação alterada
575 label_applied_status: Situação alterada
574 label_loading: Carregando...
576 label_loading: Carregando...
575 label_relation_new: Nova relação
577 label_relation_new: Nova relação
576 label_relation_delete: Excluir relação
578 label_relation_delete: Excluir relação
577 label_relates_to: relacionado a
579 label_relates_to: relacionado a
578 label_duplicates: duplica
580 label_duplicates: duplica
579 label_duplicated_by: duplicado por
581 label_duplicated_by: duplicado por
580 label_blocks: bloqueia
582 label_blocks: bloqueia
581 label_blocked_by: bloqueado por
583 label_blocked_by: bloqueado por
582 label_precedes: precede
584 label_precedes: precede
583 label_follows: segue
585 label_follows: segue
584 label_end_to_start: fim para o início
586 label_end_to_start: fim para o início
585 label_end_to_end: fim para fim
587 label_end_to_end: fim para fim
586 label_start_to_start: início para início
588 label_start_to_start: início para início
587 label_start_to_end: início para fim
589 label_start_to_end: início para fim
588 label_stay_logged_in: Permanecer logado
590 label_stay_logged_in: Permanecer logado
589 label_disabled: desabilitado
591 label_disabled: desabilitado
590 label_show_completed_versions: Exibir versões completas
592 label_show_completed_versions: Exibir versões completas
591 label_me: mim
593 label_me: mim
592 label_board: Fórum
594 label_board: Fórum
593 label_board_new: Novo fórum
595 label_board_new: Novo fórum
594 label_board_plural: Fóruns
596 label_board_plural: Fóruns
595 label_topic_plural: Tópicos
597 label_topic_plural: Tópicos
596 label_message_plural: Mensagens
598 label_message_plural: Mensagens
597 label_message_last: Última mensagem
599 label_message_last: Última mensagem
598 label_message_new: Nova mensagem
600 label_message_new: Nova mensagem
599 label_message_posted: Mensagem enviada
601 label_message_posted: Mensagem enviada
600 label_reply_plural: Respostas
602 label_reply_plural: Respostas
601 label_send_information: Enviar informação da nova conta para o usuário
603 label_send_information: Enviar informação da nova conta para o usuário
602 label_year: Ano
604 label_year: Ano
603 label_month: Mês
605 label_month: Mês
604 label_week: Semana
606 label_week: Semana
605 label_date_from: De
607 label_date_from: De
606 label_date_to: Para
608 label_date_to: Para
607 label_language_based: Com base no idioma do usuário
609 label_language_based: Com base no idioma do usuário
608 label_sort_by: "Ordenar por %{value}"
610 label_sort_by: "Ordenar por %{value}"
609 label_send_test_email: Enviar um e-mail de teste
611 label_send_test_email: Enviar um e-mail de teste
610 label_feeds_access_key_created_on: "chave de acesso Atom criada %{value} atrás"
612 label_feeds_access_key_created_on: "chave de acesso Atom criada %{value} atrás"
611 label_module_plural: Módulos
613 label_module_plural: Módulos
612 label_added_time_by: "Adicionado por %{author} %{age} atrás"
614 label_added_time_by: "Adicionado por %{author} %{age} atrás"
613 label_updated_time: "Atualizado %{value} atrás"
615 label_updated_time: "Atualizado %{value} atrás"
614 label_jump_to_a_project: Ir para o projeto...
616 label_jump_to_a_project: Ir para o projeto...
615 label_file_plural: Arquivos
617 label_file_plural: Arquivos
616 label_changeset_plural: Changesets
618 label_changeset_plural: Changesets
617 label_default_columns: Colunas padrão
619 label_default_columns: Colunas padrão
618 label_no_change_option: (Sem alteração)
620 label_no_change_option: (Sem alteração)
619 label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados.
621 label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados.
620 label_theme: Tema
622 label_theme: Tema
621 label_default: Padrão
623 label_default: Padrão
622 label_search_titles_only: Pesquisar somente títulos
624 label_search_titles_only: Pesquisar somente títulos
623 label_user_mail_option_all: "Para qualquer evento em todos os meus projetos"
625 label_user_mail_option_all: "Para qualquer evento em todos os meus projetos"
624 label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..."
626 label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..."
625 label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações"
627 label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações"
626 label_registration_activation_by_email: ativação de conta por e-mail
628 label_registration_activation_by_email: ativação de conta por e-mail
627 label_registration_manual_activation: ativação manual de conta
629 label_registration_manual_activation: ativação manual de conta
628 label_registration_automatic_activation: ativação automática de conta
630 label_registration_automatic_activation: ativação automática de conta
629 label_display_per_page: "Por página: %{value}"
631 label_display_per_page: "Por página: %{value}"
630 label_age: Idade
632 label_age: Idade
631 label_change_properties: Alterar propriedades
633 label_change_properties: Alterar propriedades
632 label_general: Geral
634 label_general: Geral
633 label_more: Mais
635 label_more: Mais
634 label_scm: 'Controle de versão:'
636 label_scm: 'Controle de versão:'
635 label_plugins: Plugins
637 label_plugins: Plugins
636 label_ldap_authentication: Autenticação LDAP
638 label_ldap_authentication: Autenticação LDAP
637 label_downloads_abbr: D/L
639 label_downloads_abbr: D/L
638 label_optional_description: Descrição opcional
640 label_optional_description: Descrição opcional
639 label_add_another_file: Adicionar outro arquivo
641 label_add_another_file: Adicionar outro arquivo
640 label_preferences: Preferências
642 label_preferences: Preferências
641 label_chronological_order: Em ordem cronológica
643 label_chronological_order: Em ordem cronológica
642 label_reverse_chronological_order: Em ordem cronológica inversa
644 label_reverse_chronological_order: Em ordem cronológica inversa
643 label_planning: Planejamento
645 label_planning: Planejamento
644 label_incoming_emails: E-mails recebidos
646 label_incoming_emails: E-mails recebidos
645 label_generate_key: Gerar uma chave
647 label_generate_key: Gerar uma chave
646 label_issue_watchers: Observadores
648 label_issue_watchers: Observadores
647
649
648 button_login: Entrar
650 button_login: Entrar
649 button_submit: Enviar
651 button_submit: Enviar
650 button_save: Salvar
652 button_save: Salvar
651 button_check_all: Marcar todos
653 button_check_all: Marcar todos
652 button_uncheck_all: Desmarcar todos
654 button_uncheck_all: Desmarcar todos
653 button_delete: Excluir
655 button_delete: Excluir
654 button_create: Criar
656 button_create: Criar
655 button_test: Testar
657 button_test: Testar
656 button_edit: Editar
658 button_edit: Editar
657 button_add: Adicionar
659 button_add: Adicionar
658 button_change: Alterar
660 button_change: Alterar
659 button_apply: Aplicar
661 button_apply: Aplicar
660 button_clear: Limpar
662 button_clear: Limpar
661 button_lock: Bloquear
663 button_lock: Bloquear
662 button_unlock: Desbloquear
664 button_unlock: Desbloquear
663 button_download: Baixar
665 button_download: Baixar
664 button_list: Listar
666 button_list: Listar
665 button_view: Ver
667 button_view: Ver
666 button_move: Mover
668 button_move: Mover
667 button_back: Voltar
669 button_back: Voltar
668 button_cancel: Cancelar
670 button_cancel: Cancelar
669 button_activate: Ativar
671 button_activate: Ativar
670 button_sort: Ordenar
672 button_sort: Ordenar
671 button_log_time: Tempo de trabalho
673 button_log_time: Tempo de trabalho
672 button_rollback: Voltar para esta versão
674 button_rollback: Voltar para esta versão
673 button_watch: Observar
675 button_watch: Observar
674 button_unwatch: Parar de observar
676 button_unwatch: Parar de observar
675 button_reply: Responder
677 button_reply: Responder
676 button_archive: Arquivar
678 button_archive: Arquivar
677 button_unarchive: Desarquivar
679 button_unarchive: Desarquivar
678 button_reset: Redefinir
680 button_reset: Redefinir
679 button_rename: Renomear
681 button_rename: Renomear
680 button_change_password: Alterar senha
682 button_change_password: Alterar senha
681 button_copy: Copiar
683 button_copy: Copiar
682 button_annotate: Anotar
684 button_annotate: Anotar
683 button_update: Atualizar
685 button_update: Atualizar
684 button_configure: Configurar
686 button_configure: Configurar
685 button_quote: Responder
687 button_quote: Responder
686
688
687 status_active: ativo
689 status_active: ativo
688 status_registered: registrado
690 status_registered: registrado
689 status_locked: bloqueado
691 status_locked: bloqueado
690
692
691 text_select_mail_notifications: Ações a serem notificadas por e-mail
693 text_select_mail_notifications: Ações a serem notificadas por e-mail
692 text_regexp_info: ex. ^[A-Z0-9]+$
694 text_regexp_info: ex. ^[A-Z0-9]+$
693 text_min_max_length_info: 0 = sem restrição
695 text_min_max_length_info: 0 = sem restrição
694 text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
696 text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
695 text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos."
697 text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos."
696 text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
698 text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
697 text_are_you_sure: Você tem certeza?
699 text_are_you_sure: Você tem certeza?
698 text_tip_issue_begin_day: tarefa inicia neste dia
700 text_tip_issue_begin_day: tarefa inicia neste dia
699 text_tip_issue_end_day: tarefa termina neste dia
701 text_tip_issue_end_day: tarefa termina neste dia
700 text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
702 text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
701 text_caracters_maximum: "máximo %{count} caracteres"
703 text_caracters_maximum: "máximo %{count} caracteres"
702 text_caracters_minimum: "deve ter ao menos %{count} caracteres."
704 text_caracters_minimum: "deve ter ao menos %{count} caracteres."
703 text_length_between: "deve ter entre %{min} e %{max} caracteres."
705 text_length_between: "deve ter entre %{min} e %{max} caracteres."
704 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
706 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
705 text_unallowed_characters: Caracteres não permitidos
707 text_unallowed_characters: Caracteres não permitidos
706 text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
708 text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
707 text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
709 text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
708 text_issue_added: "Tarefa %{id} incluída (por %{author})."
710 text_issue_added: "Tarefa %{id} incluída (por %{author})."
709 text_issue_updated: "Tarefa %{id} alterada (por %{author})."
711 text_issue_updated: "Tarefa %{id} alterada (por %{author})."
710 text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
712 text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
711 text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?"
713 text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?"
712 text_issue_category_destroy_assignments: Remover atribuições da categoria
714 text_issue_category_destroy_assignments: Remover atribuições da categoria
713 text_issue_category_reassign_to: Redefinir tarefas para esta categoria
715 text_issue_category_reassign_to: Redefinir tarefas para esta categoria
714 text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)"
716 text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)"
715 text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas."
717 text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas."
716 text_load_default_configuration: Carregar a configuração padrão
718 text_load_default_configuration: Carregar a configuração padrão
717 text_status_changed_by_changeset: "Aplicado no changeset %{value}."
719 text_status_changed_by_changeset: "Aplicado no changeset %{value}."
718 text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
720 text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
719 text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
721 text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
720 text_default_administrator_account_changed: Conta padrão do administrador alterada
722 text_default_administrator_account_changed: Conta padrão do administrador alterada
721 text_file_repository_writable: Repositório com permissão de escrita
723 text_file_repository_writable: Repositório com permissão de escrita
722 text_rmagick_available: RMagick disponível (opcional)
724 text_rmagick_available: RMagick disponível (opcional)
723 text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
725 text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
724 text_destroy_time_entries: Excluir horas de trabalho
726 text_destroy_time_entries: Excluir horas de trabalho
725 text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
727 text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
726 text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
728 text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
727 text_user_wrote: "%{value} escreveu:"
729 text_user_wrote: "%{value} escreveu:"
728 text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor."
730 text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor."
729 text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
731 text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
730 text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/configuration.yml e reinicie a aplicação para ativá-las."
732 text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/configuration.yml e reinicie a aplicação para ativá-las."
731
733
732 default_role_manager: Gerente
734 default_role_manager: Gerente
733 default_role_developer: Desenvolvedor
735 default_role_developer: Desenvolvedor
734 default_role_reporter: Informante
736 default_role_reporter: Informante
735 default_tracker_bug: Defeito
737 default_tracker_bug: Defeito
736 default_tracker_feature: Funcionalidade
738 default_tracker_feature: Funcionalidade
737 default_tracker_support: Suporte
739 default_tracker_support: Suporte
738 default_issue_status_new: Nova
740 default_issue_status_new: Nova
739 default_issue_status_in_progress: Em andamento
741 default_issue_status_in_progress: Em andamento
740 default_issue_status_resolved: Resolvida
742 default_issue_status_resolved: Resolvida
741 default_issue_status_feedback: Feedback
743 default_issue_status_feedback: Feedback
742 default_issue_status_closed: Fechada
744 default_issue_status_closed: Fechada
743 default_issue_status_rejected: Rejeitada
745 default_issue_status_rejected: Rejeitada
744 default_doc_category_user: Documentação do usuário
746 default_doc_category_user: Documentação do usuário
745 default_doc_category_tech: Documentação técnica
747 default_doc_category_tech: Documentação técnica
746 default_priority_low: Baixa
748 default_priority_low: Baixa
747 default_priority_normal: Normal
749 default_priority_normal: Normal
748 default_priority_high: Alta
750 default_priority_high: Alta
749 default_priority_urgent: Urgente
751 default_priority_urgent: Urgente
750 default_priority_immediate: Imediata
752 default_priority_immediate: Imediata
751 default_activity_design: Design
753 default_activity_design: Design
752 default_activity_development: Desenvolvimento
754 default_activity_development: Desenvolvimento
753
755
754 enumeration_issue_priorities: Prioridade das tarefas
756 enumeration_issue_priorities: Prioridade das tarefas
755 enumeration_doc_categories: Categorias de documento
757 enumeration_doc_categories: Categorias de documento
756 enumeration_activities: Atividades (registro de horas)
758 enumeration_activities: Atividades (registro de horas)
757 notice_unable_delete_version: Não foi possível excluir a versão
759 notice_unable_delete_version: Não foi possível excluir a versão
758 label_renamed: renomeado
760 label_renamed: renomeado
759 label_copied: copiado
761 label_copied: copiado
760 setting_plain_text_mail: Usar mensagem sem formatação HTML
762 setting_plain_text_mail: Usar mensagem sem formatação HTML
761 permission_view_files: Ver arquivos
763 permission_view_files: Ver arquivos
762 permission_edit_issues: Editar tarefas
764 permission_edit_issues: Editar tarefas
763 permission_edit_own_time_entries: Editar o próprio tempo de trabalho
765 permission_edit_own_time_entries: Editar o próprio tempo de trabalho
764 permission_manage_public_queries: Gerenciar consultas publicas
766 permission_manage_public_queries: Gerenciar consultas publicas
765 permission_add_issues: Adicionar tarefas
767 permission_add_issues: Adicionar tarefas
766 permission_log_time: Adicionar tempo gasto
768 permission_log_time: Adicionar tempo gasto
767 permission_view_changesets: Ver changesets
769 permission_view_changesets: Ver changesets
768 permission_view_time_entries: Ver tempo gasto
770 permission_view_time_entries: Ver tempo gasto
769 permission_manage_versions: Gerenciar versões
771 permission_manage_versions: Gerenciar versões
770 permission_manage_wiki: Gerenciar wiki
772 permission_manage_wiki: Gerenciar wiki
771 permission_manage_categories: Gerenciar categorias de tarefas
773 permission_manage_categories: Gerenciar categorias de tarefas
772 permission_protect_wiki_pages: Proteger páginas wiki
774 permission_protect_wiki_pages: Proteger páginas wiki
773 permission_comment_news: Comentar notícias
775 permission_comment_news: Comentar notícias
774 permission_delete_messages: Excluir mensagens
776 permission_delete_messages: Excluir mensagens
775 permission_select_project_modules: Selecionar módulos de projeto
777 permission_select_project_modules: Selecionar módulos de projeto
776 permission_edit_wiki_pages: Editar páginas wiki
778 permission_edit_wiki_pages: Editar páginas wiki
777 permission_add_issue_watchers: Adicionar observadores
779 permission_add_issue_watchers: Adicionar observadores
778 permission_view_gantt: Ver gráfico gantt
780 permission_view_gantt: Ver gráfico gantt
779 permission_move_issues: Mover tarefas
781 permission_move_issues: Mover tarefas
780 permission_manage_issue_relations: Gerenciar relacionamentos de tarefas
782 permission_manage_issue_relations: Gerenciar relacionamentos de tarefas
781 permission_delete_wiki_pages: Excluir páginas wiki
783 permission_delete_wiki_pages: Excluir páginas wiki
782 permission_manage_boards: Gerenciar fóruns
784 permission_manage_boards: Gerenciar fóruns
783 permission_delete_wiki_pages_attachments: Excluir anexos
785 permission_delete_wiki_pages_attachments: Excluir anexos
784 permission_view_wiki_edits: Ver histórico do wiki
786 permission_view_wiki_edits: Ver histórico do wiki
785 permission_add_messages: Postar mensagens
787 permission_add_messages: Postar mensagens
786 permission_view_messages: Ver mensagens
788 permission_view_messages: Ver mensagens
787 permission_manage_files: Gerenciar arquivos
789 permission_manage_files: Gerenciar arquivos
788 permission_edit_issue_notes: Editar notas
790 permission_edit_issue_notes: Editar notas
789 permission_manage_news: Gerenciar notícias
791 permission_manage_news: Gerenciar notícias
790 permission_view_calendar: Ver calendário
792 permission_view_calendar: Ver calendário
791 permission_manage_members: Gerenciar membros
793 permission_manage_members: Gerenciar membros
792 permission_edit_messages: Editar mensagens
794 permission_edit_messages: Editar mensagens
793 permission_delete_issues: Excluir tarefas
795 permission_delete_issues: Excluir tarefas
794 permission_view_issue_watchers: Ver lista de observadores
796 permission_view_issue_watchers: Ver lista de observadores
795 permission_manage_repository: Gerenciar repositório
797 permission_manage_repository: Gerenciar repositório
796 permission_commit_access: Acesso de commit
798 permission_commit_access: Acesso de commit
797 permission_browse_repository: Pesquisar repositório
799 permission_browse_repository: Pesquisar repositório
798 permission_view_documents: Ver documentos
800 permission_view_documents: Ver documentos
799 permission_edit_project: Editar projeto
801 permission_edit_project: Editar projeto
800 permission_add_issue_notes: Adicionar notas
802 permission_add_issue_notes: Adicionar notas
801 permission_save_queries: Salvar consultas
803 permission_save_queries: Salvar consultas
802 permission_view_wiki_pages: Ver wiki
804 permission_view_wiki_pages: Ver wiki
803 permission_rename_wiki_pages: Renomear páginas wiki
805 permission_rename_wiki_pages: Renomear páginas wiki
804 permission_edit_time_entries: Editar tempo gasto
806 permission_edit_time_entries: Editar tempo gasto
805 permission_edit_own_issue_notes: Editar suas próprias notas
807 permission_edit_own_issue_notes: Editar suas próprias notas
806 setting_gravatar_enabled: Usar ícones do Gravatar
808 setting_gravatar_enabled: Usar ícones do Gravatar
807 label_example: Exemplo
809 label_example: Exemplo
808 text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente."
810 text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente."
809 permission_edit_own_messages: Editar próprias mensagens
811 permission_edit_own_messages: Editar próprias mensagens
810 permission_delete_own_messages: Excluir próprias mensagens
812 permission_delete_own_messages: Excluir próprias mensagens
811 label_user_activity: "Atividade de %{value}"
813 label_user_activity: "Atividade de %{value}"
812 label_updated_time_by: "Atualizado por %{author} %{age}"
814 label_updated_time_by: "Atualizado por %{author} %{age}"
813 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
815 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
814 setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
816 setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
815 text_plugin_assets_writable: Diretório de plugins gravável
817 text_plugin_assets_writable: Diretório de plugins gravável
816 warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)."
818 warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)."
817 button_create_and_continue: Criar e continuar
819 button_create_and_continue: Criar e continuar
818 text_custom_field_possible_values_info: 'Uma linha para cada valor'
820 text_custom_field_possible_values_info: 'Uma linha para cada valor'
819 label_display: Exibição
821 label_display: Exibição
820 field_editable: Editável
822 field_editable: Editável
821 setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
823 setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
822 setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline
824 setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline
823 field_identity_urler: Observador
825 field_identity_urler: Observador
824 setting_openid: Permitir Login e Registro via OpenID
826 setting_openid: Permitir Login e Registro via OpenID
825 field_identity_url: OpenID URL
827 field_identity_url: OpenID URL
826 label_login_with_open_id_option: ou use o OpenID
828 label_login_with_open_id_option: ou use o OpenID
827 field_content: Conteúdo
829 field_content: Conteúdo
828 label_descending: Descendente
830 label_descending: Descendente
829 label_sort: Ordenar
831 label_sort: Ordenar
830 label_ascending: Ascendente
832 label_ascending: Ascendente
831 label_date_from_to: De %{start} até %{end}
833 label_date_from_to: De %{start} até %{end}
832 label_greater_or_equal: ">="
834 label_greater_or_equal: ">="
833 label_less_or_equal: <=
835 label_less_or_equal: <=
834 text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer?
836 text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer?
835 text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
837 text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
836 text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
838 text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
837 text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
839 text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
838 setting_password_min_length: Comprimento mínimo para senhas
840 setting_password_min_length: Comprimento mínimo para senhas
839 field_group_by: Agrupar por
841 field_group_by: Agrupar por
840 mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada"
842 mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada"
841 label_wiki_content_added: Página wiki adicionada
843 label_wiki_content_added: Página wiki adicionada
842 mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada"
844 mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada"
843 mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}.
845 mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}.
844 label_wiki_content_updated: Página wiki atualizada
846 label_wiki_content_updated: Página wiki atualizada
845 mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}.
847 mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}.
846 permission_add_project: Criar projeto
848 permission_add_project: Criar projeto
847 setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
849 setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
848 label_view_all_revisions: Ver todas as revisões
850 label_view_all_revisions: Ver todas as revisões
849 label_tag: Etiqueta
851 label_tag: Etiqueta
850 label_branch: Ramo
852 label_branch: Ramo
851 text_journal_changed: "%{label} alterado de %{old} para %{new}"
853 text_journal_changed: "%{label} alterado de %{old} para %{new}"
852 text_journal_set_to: "%{label} ajustado para %{value}"
854 text_journal_set_to: "%{label} ajustado para %{value}"
853 text_journal_deleted: "%{label} excluído (%{old})"
855 text_journal_deleted: "%{label} excluído (%{old})"
854 label_group_plural: Grupos
856 label_group_plural: Grupos
855 label_group: Grupo
857 label_group: Grupo
856 label_group_new: Novo grupo
858 label_group_new: Novo grupo
857 label_time_entry_plural: Tempos gastos
859 label_time_entry_plural: Tempos gastos
858 text_journal_added: "%{label} %{value} adicionado"
860 text_journal_added: "%{label} %{value} adicionado"
859 field_active: Ativo
861 field_active: Ativo
860 enumeration_system_activity: Atividade do sistema
862 enumeration_system_activity: Atividade do sistema
861 permission_delete_issue_watchers: Excluir observadores
863 permission_delete_issue_watchers: Excluir observadores
862 version_status_closed: fechado
864 version_status_closed: fechado
863 version_status_locked: travado
865 version_status_locked: travado
864 version_status_open: aberto
866 version_status_open: aberto
865 error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta
867 error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta
866 label_user_anonymous: Anônimo
868 label_user_anonymous: Anônimo
867 button_move_and_follow: Mover e seguir
869 button_move_and_follow: Mover e seguir
868 setting_default_projects_modules: Módulos habilitados por padrão para novos projetos
870 setting_default_projects_modules: Módulos habilitados por padrão para novos projetos
869 setting_gravatar_default: Imagem-padrão de Gravatar
871 setting_gravatar_default: Imagem-padrão de Gravatar
870 field_sharing: Compartilhamento
872 field_sharing: Compartilhamento
871 label_version_sharing_hierarchy: Com a hierarquia do projeto
873 label_version_sharing_hierarchy: Com a hierarquia do projeto
872 label_version_sharing_system: Com todos os projetos
874 label_version_sharing_system: Com todos os projetos
873 label_version_sharing_descendants: Com sub-projetos
875 label_version_sharing_descendants: Com sub-projetos
874 label_version_sharing_tree: Com a árvore do projeto
876 label_version_sharing_tree: Com a árvore do projeto
875 label_version_sharing_none: Sem compartilhamento
877 label_version_sharing_none: Sem compartilhamento
876 error_can_not_archive_project: Este projeto não pode ser arquivado
878 error_can_not_archive_project: Este projeto não pode ser arquivado
877 button_duplicate: Duplicar
879 button_duplicate: Duplicar
878 button_copy_and_follow: Copiar e seguir
880 button_copy_and_follow: Copiar e seguir
879 label_copy_source: Origem
881 label_copy_source: Origem
880 setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa
882 setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa
881 setting_issue_done_ratio_issue_status: Usar a situação da tarefa
883 setting_issue_done_ratio_issue_status: Usar a situação da tarefa
882 error_issue_done_ratios_not_updated: O percentual de conclusão das tarefas não foi atualizado.
884 error_issue_done_ratios_not_updated: O percentual de conclusão das tarefas não foi atualizado.
883 error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo
885 error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo
884 setting_issue_done_ratio_issue_field: Use o campo da tarefa
886 setting_issue_done_ratio_issue_field: Use o campo da tarefa
885 label_copy_same_as_target: Mesmo alvo
887 label_copy_same_as_target: Mesmo alvo
886 label_copy_target: Alvo
888 label_copy_target: Alvo
887 notice_issue_done_ratios_updated: Percentual de conclusão atualizados.
889 notice_issue_done_ratios_updated: Percentual de conclusão atualizados.
888 error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem
890 error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem
889 label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas
891 label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas
890 setting_start_of_week: Início da semana
892 setting_start_of_week: Início da semana
891 field_watcher: Observador
893 field_watcher: Observador
892 permission_view_issues: Ver tarefas
894 permission_view_issues: Ver tarefas
893 label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
895 label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
894 label_revision_id: Revisão %{value}
896 label_revision_id: Revisão %{value}
895 label_api_access_key: Chave de acesso a API
897 label_api_access_key: Chave de acesso a API
896 button_show: Exibir
898 button_show: Exibir
897 label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás
899 label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás
898 label_feeds_access_key: Chave de acesso ao Atom
900 label_feeds_access_key: Chave de acesso ao Atom
899 notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
901 notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
900 setting_rest_api_enabled: Habilitar a api REST
902 setting_rest_api_enabled: Habilitar a api REST
901 label_missing_api_access_key: Chave de acesso a API faltando
903 label_missing_api_access_key: Chave de acesso a API faltando
902 label_missing_feeds_access_key: Chave de acesso ao Atom faltando
904 label_missing_feeds_access_key: Chave de acesso ao Atom faltando
903 text_line_separated: Múltiplos valores permitidos (uma linha para cada valor).
905 text_line_separated: Múltiplos valores permitidos (uma linha para cada valor).
904 setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas
906 setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas
905 permission_add_subprojects: Criar subprojetos
907 permission_add_subprojects: Criar subprojetos
906 label_subproject_new: Novo subprojeto
908 label_subproject_new: Novo subprojeto
907 text_own_membership_delete_confirmation: |-
909 text_own_membership_delete_confirmation: |-
908 Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação.
910 Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação.
909 Você tem certeza que deseja continuar?
911 Você tem certeza que deseja continuar?
910 label_close_versions: Fechar versões concluídas
912 label_close_versions: Fechar versões concluídas
911 label_board_sticky: Marcado
913 label_board_sticky: Marcado
912 label_board_locked: Travado
914 label_board_locked: Travado
913 permission_export_wiki_pages: Exportar páginas wiki
915 permission_export_wiki_pages: Exportar páginas wiki
914 setting_cache_formatted_text: Realizar cache de texto formatado
916 setting_cache_formatted_text: Realizar cache de texto formatado
915 permission_manage_project_activities: Gerenciar atividades do projeto
917 permission_manage_project_activities: Gerenciar atividades do projeto
916 error_unable_delete_issue_status: Não foi possível excluir situação da tarefa
918 error_unable_delete_issue_status: Não foi possível excluir situação da tarefa
917 label_profile: Perfil
919 label_profile: Perfil
918 permission_manage_subtasks: Gerenciar sub-tarefas
920 permission_manage_subtasks: Gerenciar sub-tarefas
919 field_parent_issue: Tarefa pai
921 field_parent_issue: Tarefa pai
920 label_subtask_plural: Subtarefas
922 label_subtask_plural: Subtarefas
921 label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
923 label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
922 error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
924 error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
923 error_unable_to_connect: Não foi possível conectar (%{value})
925 error_unable_to_connect: Não foi possível conectar (%{value})
924 error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
926 error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
925 error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
927 error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
926 field_principal: Principal
928 field_principal: Principal
927 label_my_page_block: Meu bloco de página
929 label_my_page_block: Meu bloco de página
928 notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}."
930 notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}."
929 text_zoom_out: Afastar zoom
931 text_zoom_out: Afastar zoom
930 text_zoom_in: Aproximar zoom
932 text_zoom_in: Aproximar zoom
931 notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
933 notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
932 label_overall_spent_time: Tempo gasto geral
934 label_overall_spent_time: Tempo gasto geral
933 field_time_entries: Registro de horas
935 field_time_entries: Registro de horas
934 project_module_gantt: Gantt
936 project_module_gantt: Gantt
935 project_module_calendar: Calendário
937 project_module_calendar: Calendário
936 button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}"
938 button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}"
937 field_text: Campo de texto
939 field_text: Campo de texto
938 label_user_mail_option_only_owner: Somente para as coisas que eu criei
940 label_user_mail_option_only_owner: Somente para as coisas que eu criei
939 setting_default_notification_option: Opção padrão de notificação
941 setting_default_notification_option: Opção padrão de notificação
940 label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido
942 label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido
941 label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim
943 label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim
942 label_user_mail_option_none: Sem eventos
944 label_user_mail_option_none: Sem eventos
943 field_member_of_group: Grupo do responsável
945 field_member_of_group: Grupo do responsável
944 field_assigned_to_role: Papel do responsável
946 field_assigned_to_role: Papel do responsável
945 notice_not_authorized_archived_project: O projeto que você está tentando acessar foi arquivado.
947 notice_not_authorized_archived_project: O projeto que você está tentando acessar foi arquivado.
946 label_principal_search: "Pesquisar por usuários ou grupos:"
948 label_principal_search: "Pesquisar por usuários ou grupos:"
947 label_user_search: "Pesquisar por usuário:"
949 label_user_search: "Pesquisar por usuário:"
948 field_visible: Visível
950 field_visible: Visível
949 setting_emails_header: Cabeçalho do e-mail
951 setting_emails_header: Cabeçalho do e-mail
950 setting_commit_logtime_activity_id: Atividade para registrar horas
952 setting_commit_logtime_activity_id: Atividade para registrar horas
951 text_time_logged_by_changeset: Aplicado no changeset %{value}.
953 text_time_logged_by_changeset: Aplicado no changeset %{value}.
952 setting_commit_logtime_enabled: Habilitar registro de horas
954 setting_commit_logtime_enabled: Habilitar registro de horas
953 notice_gantt_chart_truncated: O gráfico foi cortado por exceder o tamanho máximo de linhas que podem ser exibidas (%{max})
955 notice_gantt_chart_truncated: O gráfico foi cortado por exceder o tamanho máximo de linhas que podem ser exibidas (%{max})
954 setting_gantt_items_limit: Número máximo de itens exibidos no gráfico gatt
956 setting_gantt_items_limit: Número máximo de itens exibidos no gráfico gatt
955 field_warn_on_leaving_unsaved: Alertar-me ao sair de uma página sem salvar o texto
957 field_warn_on_leaving_unsaved: Alertar-me ao sair de uma página sem salvar o texto
956 text_warn_on_leaving_unsaved: A página atual contem texto que não foi salvo e será perdido se você sair desta página.
958 text_warn_on_leaving_unsaved: A página atual contem texto que não foi salvo e será perdido se você sair desta página.
957 label_my_queries: Minhas consultas personalizadas
959 label_my_queries: Minhas consultas personalizadas
958 text_journal_changed_no_detail: "%{label} atualizado(a)"
960 text_journal_changed_no_detail: "%{label} atualizado(a)"
959 label_news_comment_added: Notícia recebeu um comentário
961 label_news_comment_added: Notícia recebeu um comentário
960 button_expand_all: Expandir tudo
962 button_expand_all: Expandir tudo
961 button_collapse_all: Recolher tudo
963 button_collapse_all: Recolher tudo
962 label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando o usuário é o responsável pela tarefa
964 label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando o usuário é o responsável pela tarefa
963 label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o usuário é o autor
965 label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o usuário é o autor
964
966
965 label_bulk_edit_selected_time_entries: Alteração em massa do registro de horas
967 label_bulk_edit_selected_time_entries: Alteração em massa do registro de horas
966 text_time_entries_destroy_confirmation: Tem certeza que quer excluir o(s) registro(s) de horas selecionado(s)?
968 text_time_entries_destroy_confirmation: Tem certeza que quer excluir o(s) registro(s) de horas selecionado(s)?
967 label_role_anonymous: Anônimo
969 label_role_anonymous: Anônimo
968 label_role_non_member: Não Membro
970 label_role_non_member: Não Membro
969 label_issues_visibility_own: Tarefas criadas ou atribuídas ao usuário
971 label_issues_visibility_own: Tarefas criadas ou atribuídas ao usuário
970 field_issues_visibility: Visibilidade das tarefas
972 field_issues_visibility: Visibilidade das tarefas
971 label_issues_visibility_all: Todas as tarefas
973 label_issues_visibility_all: Todas as tarefas
972 permission_set_own_issues_private: Alterar as próprias tarefas para públicas ou privadas
974 permission_set_own_issues_private: Alterar as próprias tarefas para públicas ou privadas
973 field_is_private: Privado
975 field_is_private: Privado
974 permission_set_issues_private: Alterar tarefas para públicas ou privadas
976 permission_set_issues_private: Alterar tarefas para públicas ou privadas
975 label_issues_visibility_public: Todas as tarefas não privadas
977 label_issues_visibility_public: Todas as tarefas não privadas
976 text_issues_destroy_descendants_confirmation: Isto também irá excluir %{count} subtarefa(s).
978 text_issues_destroy_descendants_confirmation: Isto também irá excluir %{count} subtarefa(s).
977 field_commit_logs_encoding: Codificação das mensagens de commit
979 field_commit_logs_encoding: Codificação das mensagens de commit
978 field_scm_path_encoding: Codificação do caminho
980 field_scm_path_encoding: Codificação do caminho
979 text_scm_path_encoding_note: "Padrão: UTF-8"
981 text_scm_path_encoding_note: "Padrão: UTF-8"
980 field_path_to_repository: Caminho para o repositório
982 field_path_to_repository: Caminho para o repositório
981 field_root_directory: Diretório raiz
983 field_root_directory: Diretório raiz
982 field_cvs_module: Módulo
984 field_cvs_module: Módulo
983 field_cvsroot: CVSROOT
985 field_cvsroot: CVSROOT
984 text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)"
986 text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)"
985 text_scm_command: Comando
987 text_scm_command: Comando
986 text_scm_command_version: Versão
988 text_scm_command_version: Versão
987 label_git_report_last_commit: Relatar última alteração para arquivos e diretórios
989 label_git_report_last_commit: Relatar última alteração para arquivos e diretórios
988 text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo.
990 text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo.
989 text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração.
991 text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração.
990 notice_issue_successful_create: Tarefa %{id} criada.
992 notice_issue_successful_create: Tarefa %{id} criada.
991 label_between: entre
993 label_between: entre
992 setting_issue_group_assignment: Permitir atribuições de tarefas a grupos
994 setting_issue_group_assignment: Permitir atribuições de tarefas a grupos
993 label_diff: diff
995 label_diff: diff
994 text_git_repository_note: "Repositório esta vazio e é local (ex: /gitrepo, c:\\gitrepo)"
996 text_git_repository_note: "Repositório esta vazio e é local (ex: /gitrepo, c:\\gitrepo)"
995
997
996 description_query_sort_criteria_direction: Direção da ordenação
998 description_query_sort_criteria_direction: Direção da ordenação
997 description_project_scope: Escopo da pesquisa
999 description_project_scope: Escopo da pesquisa
998 description_filter: Filtro
1000 description_filter: Filtro
999 description_user_mail_notification: Configuração de notificações por e-mail
1001 description_user_mail_notification: Configuração de notificações por e-mail
1000 description_date_from: Digita a data inicial
1002 description_date_from: Digita a data inicial
1001 description_message_content: Conteúdo da mensagem
1003 description_message_content: Conteúdo da mensagem
1002 description_available_columns: Colunas disponíveis
1004 description_available_columns: Colunas disponíveis
1003 description_date_range_interval: Escolha um período selecionando a data de início e fim
1005 description_date_range_interval: Escolha um período selecionando a data de início e fim
1004 description_issue_category_reassign: Escolha uma categoria de tarefas
1006 description_issue_category_reassign: Escolha uma categoria de tarefas
1005 description_search: Searchfield
1007 description_search: Searchfield
1006 description_notes: Notas
1008 description_notes: Notas
1007 description_date_range_list: Escolha um período a partira da lista
1009 description_date_range_list: Escolha um período a partira da lista
1008 description_choose_project: Projetos
1010 description_choose_project: Projetos
1009 description_date_to: Digite a data final
1011 description_date_to: Digite a data final
1010 description_query_sort_criteria_attribute: Atributo de ordenação
1012 description_query_sort_criteria_attribute: Atributo de ordenação
1011 description_wiki_subpages_reassign: Escolha uma nova página pai
1013 description_wiki_subpages_reassign: Escolha uma nova página pai
1012 description_selected_columns: Colunas selecionadas
1014 description_selected_columns: Colunas selecionadas
1013
1015
1014 label_parent_revision: Pais
1016 label_parent_revision: Pais
1015 label_child_revision: Filhos
1017 label_child_revision: Filhos
1016 error_scm_annotate_big_text_file: A entrada não pode ser anotada, pois excede o tamanho máximo do arquivo de texto.
1018 error_scm_annotate_big_text_file: A entrada não pode ser anotada, pois excede o tamanho máximo do arquivo de texto.
1017 setting_default_issue_start_date_to_creation_date: Usar data corrente como data inicial para novas tarefas
1019 setting_default_issue_start_date_to_creation_date: Usar data corrente como data inicial para novas tarefas
1018 button_edit_section: Editar esta seção
1020 button_edit_section: Editar esta seção
1019 setting_repositories_encodings: Encoding dos repositórios e anexos
1021 setting_repositories_encodings: Encoding dos repositórios e anexos
1020 description_all_columns: Todas as colunas
1022 description_all_columns: Todas as colunas
1021 button_export: Exportar
1023 button_export: Exportar
1022 label_export_options: "Opções de exportação %{export_format}"
1024 label_export_options: "Opções de exportação %{export_format}"
1023 error_attachment_too_big: Este arquivo não pode ser enviado porque excede o tamanho máximo permitido (%{max_size})
1025 error_attachment_too_big: Este arquivo não pode ser enviado porque excede o tamanho máximo permitido (%{max_size})
1024 notice_failed_to_save_time_entries: "Falha ao salvar %{count} de %{total} horas trabalhadas: %{ids}."
1026 notice_failed_to_save_time_entries: "Falha ao salvar %{count} de %{total} horas trabalhadas: %{ids}."
1025 label_x_issues:
1027 label_x_issues:
1026 zero: 0 tarefa
1028 zero: 0 tarefa
1027 one: 1 tarefa
1029 one: 1 tarefa
1028 other: "%{count} tarefas"
1030 other: "%{count} tarefas"
1029 label_repository_new: Novo repositório
1031 label_repository_new: Novo repositório
1030 field_repository_is_default: Repositório principal
1032 field_repository_is_default: Repositório principal
1031 label_copy_attachments: Copiar anexos
1033 label_copy_attachments: Copiar anexos
1032 label_item_position: "%{position}/%{count}"
1034 label_item_position: "%{position}/%{count}"
1033 label_completed_versions: Versões completadas
1035 label_completed_versions: Versões completadas
1034 text_project_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos. <br /> Uma vez salvo, o identificador não pode ser alterado.
1036 text_project_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos. <br /> Uma vez salvo, o identificador não pode ser alterado.
1035 field_multiple: Multiplos valores
1037 field_multiple: Multiplos valores
1036 setting_commit_cross_project_ref: Permitir que tarefas de todos os outros projetos sejam refenciadas e resolvidas
1038 setting_commit_cross_project_ref: Permitir que tarefas de todos os outros projetos sejam refenciadas e resolvidas
1037 text_issue_conflict_resolution_add_notes: Adicione minhas anotações e descartar minhas outras mudanças
1039 text_issue_conflict_resolution_add_notes: Adicione minhas anotações e descartar minhas outras mudanças
1038 text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações de qualquer maneira (notas anteriores serão mantidos, mas algumas mudanças podem ser substituídos)
1040 text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações de qualquer maneira (notas anteriores serão mantidos, mas algumas mudanças podem ser substituídos)
1039 notice_issue_update_conflict: A tarefa foi atualizada por um outro usuário, enquanto você estava editando.
1041 notice_issue_update_conflict: A tarefa foi atualizada por um outro usuário, enquanto você estava editando.
1040 text_issue_conflict_resolution_cancel: Descartar todas as minhas mudanças e re-exibir %{link}
1042 text_issue_conflict_resolution_cancel: Descartar todas as minhas mudanças e re-exibir %{link}
1041 permission_manage_related_issues: Gerenciar tarefas relacionadas
1043 permission_manage_related_issues: Gerenciar tarefas relacionadas
1042 field_auth_source_ldap_filter: Filtro LDAP
1044 field_auth_source_ldap_filter: Filtro LDAP
1043 label_search_for_watchers: Procurar por outros observadores para adiconar
1045 label_search_for_watchers: Procurar por outros observadores para adiconar
1044 notice_account_deleted: Sua conta foi excluída permanentemente.
1046 notice_account_deleted: Sua conta foi excluída permanentemente.
1045 setting_unsubscribe: Permitir aos usuários excluir sua conta própria
1047 setting_unsubscribe: Permitir aos usuários excluir sua conta própria
1046 button_delete_my_account: Excluir minha conta
1048 button_delete_my_account: Excluir minha conta
1047 text_account_destroy_confirmation: |-
1049 text_account_destroy_confirmation: |-
1048 Tem certeza de que quer continuar?
1050 Tem certeza de que quer continuar?
1049 Sua conta será excluída permanentemente, sem qualquer forma de reativá-lo.
1051 Sua conta será excluída permanentemente, sem qualquer forma de reativá-lo.
1050 error_session_expired: A sua sessão expirou. Por favor, faça login novamente.
1052 error_session_expired: A sua sessão expirou. Por favor, faça login novamente.
1051 text_session_expiration_settings: "Aviso: a alteração dessas configurações pode expirar as sessões atuais, incluindo a sua."
1053 text_session_expiration_settings: "Aviso: a alteração dessas configurações pode expirar as sessões atuais, incluindo a sua."
1052 setting_session_lifetime: duração máxima da sessão
1054 setting_session_lifetime: duração máxima da sessão
1053 setting_session_timeout: tempo limite de inatividade da sessão
1055 setting_session_timeout: tempo limite de inatividade da sessão
1054 label_session_expiration: "Expiração da sessão"
1056 label_session_expiration: "Expiração da sessão"
1055 permission_close_project: Fechar / reabrir o projeto
1057 permission_close_project: Fechar / reabrir o projeto
1056 label_show_closed_projects: Visualização de projetos fechados
1058 label_show_closed_projects: Visualização de projetos fechados
1057 button_close: Fechar
1059 button_close: Fechar
1058 button_reopen: Reabrir
1060 button_reopen: Reabrir
1059 project_status_active: ativo
1061 project_status_active: ativo
1060 project_status_closed: fechado
1062 project_status_closed: fechado
1061 project_status_archived: arquivado
1063 project_status_archived: arquivado
1062 text_project_closed: Este projeto é fechado e somente leitura.
1064 text_project_closed: Este projeto é fechado e somente leitura.
1063 notice_user_successful_create: Usuário %{id} criado.
1065 notice_user_successful_create: Usuário %{id} criado.
1064 field_core_fields: campos padrão
1066 field_core_fields: campos padrão
1065 field_timeout: Tempo de espera (em segundos)
1067 field_timeout: Tempo de espera (em segundos)
1066 setting_thumbnails_enabled: Exibir miniaturas de anexos
1068 setting_thumbnails_enabled: Exibir miniaturas de anexos
1067 setting_thumbnails_size: Tamanho das miniaturas (em pixels)
1069 setting_thumbnails_size: Tamanho das miniaturas (em pixels)
1068 label_status_transitions: Estados das transições
1070 label_status_transitions: Estados das transições
1069 label_fields_permissions: Permissões de campos
1071 label_fields_permissions: Permissões de campos
1070 label_readonly: somente leitura
1072 label_readonly: somente leitura
1071 label_required: Obrigatório
1073 label_required: Obrigatório
1072 text_repository_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos <br/> Uma vez salvo, o identificador não pode ser alterado.
1074 text_repository_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos <br/> Uma vez salvo, o identificador não pode ser alterado.
1073 field_board_parent: Fórum Pai
1075 field_board_parent: Fórum Pai
1074 label_attribute_of_project: "Projeto %{name}"
1076 label_attribute_of_project: "Projeto %{name}"
1075 label_attribute_of_author: "autor %{name}"
1077 label_attribute_of_author: "autor %{name}"
1076 label_attribute_of_assigned_to: "atribuído %{name}"
1078 label_attribute_of_assigned_to: "atribuído %{name}"
1077 label_attribute_of_fixed_version: "versão alvo %{name}"
1079 label_attribute_of_fixed_version: "versão alvo %{name}"
1078 label_copy_subtasks: Copiar sub-tarefas
1080 label_copy_subtasks: Copiar sub-tarefas
1079 label_copied_to: copiada
1081 label_copied_to: copiada
1080 label_copied_from: copiado
1082 label_copied_from: copiado
1081 label_any_issues_in_project: quaisquer problemas em projeto
1083 label_any_issues_in_project: quaisquer problemas em projeto
1082 label_any_issues_not_in_project: todas as questões que não estão em projeto
1084 label_any_issues_not_in_project: todas as questões que não estão em projeto
1083 field_private_notes: notas privadas
1085 field_private_notes: notas privadas
1084 permission_view_private_notes: Ver notas privadas
1086 permission_view_private_notes: Ver notas privadas
1085 permission_set_notes_private: Permitir alterar notas para privada
1087 permission_set_notes_private: Permitir alterar notas para privada
1086 label_no_issues_in_project: sem problemas em projeto
1088 label_no_issues_in_project: sem problemas em projeto
1087 label_any: todos
1089 label_any: todos
1088 label_last_n_weeks: "últimas %{count} semanas"
1090 label_last_n_weeks: "últimas %{count} semanas"
1089 setting_cross_project_subtasks: Permitir cruzamento de sub-tarefas entre projetos
1091 setting_cross_project_subtasks: Permitir cruzamento de sub-tarefas entre projetos
1090 label_cross_project_descendants: com sub-Projetos
1092 label_cross_project_descendants: com sub-Projetos
1091 label_cross_project_tree: Com uma Árvore fazer o Projeto
1093 label_cross_project_tree: Com uma Árvore fazer o Projeto
1092 label_cross_project_hierarchy: Com uma hierarquia fazer o Projeto
1094 label_cross_project_hierarchy: Com uma hierarquia fazer o Projeto
1093 label_cross_project_system: Com de Todos os Projetos
1095 label_cross_project_system: Com de Todos os Projetos
1094 button_hide: Esconder
1096 button_hide: Esconder
1095 setting_non_working_week_days: dias não úteis
1097 setting_non_working_week_days: dias não úteis
1096 label_in_the_next_days: na próxima
1098 label_in_the_next_days: na próxima
1097 label_in_the_past_days: no passado
1099 label_in_the_past_days: no passado
1098 label_attribute_of_user: Usuário %{name}
1100 label_attribute_of_user: Usuário %{name}
1099 text_turning_multiple_off: Se você desativar vários valores, vários valores serão removidas, a fim de preservar a somente um valor por item.
1101 text_turning_multiple_off: Se você desativar vários valores, vários valores serão removidas, a fim de preservar a somente um valor por item.
1100 label_attribute_of_issue: Emissão de %{name}
1102 label_attribute_of_issue: Emissão de %{name}
1101 permission_add_documents: Adicionar documentos
1103 permission_add_documents: Adicionar documentos
1102 permission_edit_documents: Editar documentos
1104 permission_edit_documents: Editar documentos
1103 permission_delete_documents: excluir documentos
1105 permission_delete_documents: excluir documentos
1104 label_gantt_progress_line: Linha de progresso
1106 label_gantt_progress_line: Linha de progresso
1105 setting_jsonp_enabled: Ativar suporte JSONP
1107 setting_jsonp_enabled: Ativar suporte JSONP
1106 field_inherit_members: Herdar membros
1108 field_inherit_members: Herdar membros
1107 field_closed_on: Fechado
1109 field_closed_on: Fechado
1108 field_generate_password: Gerar senha
1110 field_generate_password: Gerar senha
1109 setting_default_projects_tracker_ids: Default trackers for new projects
1111 setting_default_projects_tracker_ids: Default trackers for new projects
1110 label_total_time: Total
1112 label_total_time: Total
@@ -1,1096 +1,1098
1 # Portuguese localization for Ruby on Rails
1 # Portuguese localization for Ruby on Rails
2 # by Ricardo Otero <oterosantos@gmail.com>
2 # by Ricardo Otero <oterosantos@gmail.com>
3 # by Alberto Ferreira <toraxic@gmail.com>
3 # by Alberto Ferreira <toraxic@gmail.com>
4 # by Rui Rebelo <rmrebelo@ua.pt>
4 # by Rui Rebelo <rmrebelo@ua.pt>
5 pt:
5 pt:
6 support:
6 support:
7 array:
7 array:
8 sentence_connector: "e"
8 sentence_connector: "e"
9 skip_last_comma: true
9 skip_last_comma: true
10
10
11 direction: ltr
11 direction: ltr
12 jquery:
13 locale: "pt"
12 date:
14 date:
13 formats:
15 formats:
14 default: "%d/%m/%Y"
16 default: "%d/%m/%Y"
15 short: "%d de %B"
17 short: "%d de %B"
16 long: "%d de %B de %Y"
18 long: "%d de %B de %Y"
17 only_day: "%d"
19 only_day: "%d"
18 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
20 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
19 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
21 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
20 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
22 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
21 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
23 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
22 order:
24 order:
23 - :day
25 - :day
24 - :month
26 - :month
25 - :year
27 - :year
26
28
27 time:
29 time:
28 formats:
30 formats:
29 default: "%A, %d de %B de %Y, %H:%Mh"
31 default: "%A, %d de %B de %Y, %H:%Mh"
30 time: "%H:%M"
32 time: "%H:%M"
31 short: "%d/%m, %H:%M hs"
33 short: "%d/%m, %H:%M hs"
32 long: "%A, %d de %B de %Y, %H:%Mh"
34 long: "%A, %d de %B de %Y, %H:%Mh"
33 am: ''
35 am: ''
34 pm: ''
36 pm: ''
35
37
36 datetime:
38 datetime:
37 distance_in_words:
39 distance_in_words:
38 half_a_minute: "meio minuto"
40 half_a_minute: "meio minuto"
39 less_than_x_seconds:
41 less_than_x_seconds:
40 one: "menos de 1 segundo"
42 one: "menos de 1 segundo"
41 other: "menos de %{count} segundos"
43 other: "menos de %{count} segundos"
42 x_seconds:
44 x_seconds:
43 one: "1 segundo"
45 one: "1 segundo"
44 other: "%{count} segundos"
46 other: "%{count} segundos"
45 less_than_x_minutes:
47 less_than_x_minutes:
46 one: "menos de um minuto"
48 one: "menos de um minuto"
47 other: "menos de %{count} minutos"
49 other: "menos de %{count} minutos"
48 x_minutes:
50 x_minutes:
49 one: "1 minuto"
51 one: "1 minuto"
50 other: "%{count} minutos"
52 other: "%{count} minutos"
51 about_x_hours:
53 about_x_hours:
52 one: "aproximadamente 1 hora"
54 one: "aproximadamente 1 hora"
53 other: "aproximadamente %{count} horas"
55 other: "aproximadamente %{count} horas"
54 x_hours:
56 x_hours:
55 one: "1 hora"
57 one: "1 hora"
56 other: "%{count} horas"
58 other: "%{count} horas"
57 x_days:
59 x_days:
58 one: "1 dia"
60 one: "1 dia"
59 other: "%{count} dias"
61 other: "%{count} dias"
60 about_x_months:
62 about_x_months:
61 one: "aproximadamente 1 mês"
63 one: "aproximadamente 1 mês"
62 other: "aproximadamente %{count} meses"
64 other: "aproximadamente %{count} meses"
63 x_months:
65 x_months:
64 one: "1 mês"
66 one: "1 mês"
65 other: "%{count} meses"
67 other: "%{count} meses"
66 about_x_years:
68 about_x_years:
67 one: "aproximadamente 1 ano"
69 one: "aproximadamente 1 ano"
68 other: "aproximadamente %{count} anos"
70 other: "aproximadamente %{count} anos"
69 over_x_years:
71 over_x_years:
70 one: "mais de 1 ano"
72 one: "mais de 1 ano"
71 other: "mais de %{count} anos"
73 other: "mais de %{count} anos"
72 almost_x_years:
74 almost_x_years:
73 one: "quase 1 ano"
75 one: "quase 1 ano"
74 other: "quase %{count} anos"
76 other: "quase %{count} anos"
75
77
76 number:
78 number:
77 format:
79 format:
78 precision: 3
80 precision: 3
79 separator: ','
81 separator: ','
80 delimiter: '.'
82 delimiter: '.'
81 currency:
83 currency:
82 format:
84 format:
83 unit: '€'
85 unit: '€'
84 precision: 2
86 precision: 2
85 format: "%u %n"
87 format: "%u %n"
86 separator: ','
88 separator: ','
87 delimiter: '.'
89 delimiter: '.'
88 percentage:
90 percentage:
89 format:
91 format:
90 delimiter: ''
92 delimiter: ''
91 precision:
93 precision:
92 format:
94 format:
93 delimiter: ''
95 delimiter: ''
94 human:
96 human:
95 format:
97 format:
96 precision: 3
98 precision: 3
97 delimiter: ''
99 delimiter: ''
98 storage_units:
100 storage_units:
99 format: "%n %u"
101 format: "%n %u"
100 units:
102 units:
101 byte:
103 byte:
102 one: "Byte"
104 one: "Byte"
103 other: "Bytes"
105 other: "Bytes"
104 kb: "KB"
106 kb: "KB"
105 mb: "MB"
107 mb: "MB"
106 gb: "GB"
108 gb: "GB"
107 tb: "TB"
109 tb: "TB"
108
110
109 activerecord:
111 activerecord:
110 errors:
112 errors:
111 template:
113 template:
112 header:
114 header:
113 one: "Não foi possível guardar %{model}: 1 erro"
115 one: "Não foi possível guardar %{model}: 1 erro"
114 other: "Não foi possível guardar %{model}: %{count} erros"
116 other: "Não foi possível guardar %{model}: %{count} erros"
115 body: "Por favor, verifique os seguintes campos:"
117 body: "Por favor, verifique os seguintes campos:"
116 messages:
118 messages:
117 inclusion: "não está incluído na lista"
119 inclusion: "não está incluído na lista"
118 exclusion: "não está disponível"
120 exclusion: "não está disponível"
119 invalid: "não é válido"
121 invalid: "não é válido"
120 confirmation: "não está de acordo com a confirmação"
122 confirmation: "não está de acordo com a confirmação"
121 accepted: "precisa de ser aceite"
123 accepted: "precisa de ser aceite"
122 empty: "não pode estar em branco"
124 empty: "não pode estar em branco"
123 blank: "não pode estar em branco"
125 blank: "não pode estar em branco"
124 too_long: "tem demasiados caracteres (máximo: %{count} caracteres)"
126 too_long: "tem demasiados caracteres (máximo: %{count} caracteres)"
125 too_short: "tem poucos caracteres (mínimo: %{count} caracteres)"
127 too_short: "tem poucos caracteres (mínimo: %{count} caracteres)"
126 wrong_length: "não é do tamanho correcto (necessita de ter %{count} caracteres)"
128 wrong_length: "não é do tamanho correcto (necessita de ter %{count} caracteres)"
127 taken: "não está disponível"
129 taken: "não está disponível"
128 not_a_number: "não é um número"
130 not_a_number: "não é um número"
129 greater_than: "tem de ser maior do que %{count}"
131 greater_than: "tem de ser maior do que %{count}"
130 greater_than_or_equal_to: "tem de ser maior ou igual a %{count}"
132 greater_than_or_equal_to: "tem de ser maior ou igual a %{count}"
131 equal_to: "tem de ser igual a %{count}"
133 equal_to: "tem de ser igual a %{count}"
132 less_than: "tem de ser menor do que %{count}"
134 less_than: "tem de ser menor do que %{count}"
133 less_than_or_equal_to: "tem de ser menor ou igual a %{count}"
135 less_than_or_equal_to: "tem de ser menor ou igual a %{count}"
134 odd: "tem de ser ímpar"
136 odd: "tem de ser ímpar"
135 even: "tem de ser par"
137 even: "tem de ser par"
136 greater_than_start_date: "deve ser maior que a data inicial"
138 greater_than_start_date: "deve ser maior que a data inicial"
137 not_same_project: "não pertence ao mesmo projecto"
139 not_same_project: "não pertence ao mesmo projecto"
138 circular_dependency: "Esta relação iria criar uma dependência circular"
140 circular_dependency: "Esta relação iria criar uma dependência circular"
139 cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente"
141 cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente"
140
142
141 ## Translated by: Pedro Araújo <phcrva19@hotmail.com>
143 ## Translated by: Pedro Araújo <phcrva19@hotmail.com>
142 actionview_instancetag_blank_option: Seleccione
144 actionview_instancetag_blank_option: Seleccione
143
145
144 general_text_No: 'Não'
146 general_text_No: 'Não'
145 general_text_Yes: 'Sim'
147 general_text_Yes: 'Sim'
146 general_text_no: 'não'
148 general_text_no: 'não'
147 general_text_yes: 'sim'
149 general_text_yes: 'sim'
148 general_lang_name: 'Português'
150 general_lang_name: 'Português'
149 general_csv_separator: ';'
151 general_csv_separator: ';'
150 general_csv_decimal_separator: ','
152 general_csv_decimal_separator: ','
151 general_csv_encoding: ISO-8859-15
153 general_csv_encoding: ISO-8859-15
152 general_pdf_encoding: UTF-8
154 general_pdf_encoding: UTF-8
153 general_first_day_of_week: '1'
155 general_first_day_of_week: '1'
154
156
155 notice_account_updated: A conta foi actualizada com sucesso.
157 notice_account_updated: A conta foi actualizada com sucesso.
156 notice_account_invalid_creditentials: Utilizador ou palavra-chave inválidos.
158 notice_account_invalid_creditentials: Utilizador ou palavra-chave inválidos.
157 notice_account_password_updated: A palavra-chave foi alterada com sucesso.
159 notice_account_password_updated: A palavra-chave foi alterada com sucesso.
158 notice_account_wrong_password: Palavra-chave errada.
160 notice_account_wrong_password: Palavra-chave errada.
159 notice_account_register_done: A conta foi criada com sucesso.
161 notice_account_register_done: A conta foi criada com sucesso.
160 notice_account_unknown_email: Utilizador desconhecido.
162 notice_account_unknown_email: Utilizador desconhecido.
161 notice_can_t_change_password: Esta conta utiliza uma fonte de autenticação externa. Não é possível alterar a palavra-chave.
163 notice_can_t_change_password: Esta conta utiliza uma fonte de autenticação externa. Não é possível alterar a palavra-chave.
162 notice_account_lost_email_sent: Foi-lhe enviado um e-mail com as instruções para escolher uma nova palavra-chave.
164 notice_account_lost_email_sent: Foi-lhe enviado um e-mail com as instruções para escolher uma nova palavra-chave.
163 notice_account_activated: A sua conta foi activada. É agora possível autenticar-se.
165 notice_account_activated: A sua conta foi activada. É agora possível autenticar-se.
164 notice_successful_create: Criado com sucesso.
166 notice_successful_create: Criado com sucesso.
165 notice_successful_update: Alterado com sucesso.
167 notice_successful_update: Alterado com sucesso.
166 notice_successful_delete: Apagado com sucesso.
168 notice_successful_delete: Apagado com sucesso.
167 notice_successful_connection: Ligado com sucesso.
169 notice_successful_connection: Ligado com sucesso.
168 notice_file_not_found: A página que está a tentar aceder não existe ou foi removida.
170 notice_file_not_found: A página que está a tentar aceder não existe ou foi removida.
169 notice_locking_conflict: Os dados foram actualizados por outro utilizador.
171 notice_locking_conflict: Os dados foram actualizados por outro utilizador.
170 notice_not_authorized: Não está autorizado a visualizar esta página.
172 notice_not_authorized: Não está autorizado a visualizar esta página.
171 notice_email_sent: "Foi enviado um e-mail para %{value}"
173 notice_email_sent: "Foi enviado um e-mail para %{value}"
172 notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
174 notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
173 notice_feeds_access_key_reseted: A sua chave de Atom foi inicializada.
175 notice_feeds_access_key_reseted: A sua chave de Atom foi inicializada.
174 notice_failed_to_save_issues: "Não foi possível guardar %{count} tarefa(s) das %{total} seleccionadas: %{ids}."
176 notice_failed_to_save_issues: "Não foi possível guardar %{count} tarefa(s) das %{total} seleccionadas: %{ids}."
175 notice_no_issue_selected: "Nenhuma tarefa seleccionada! Por favor, seleccione as tarefas que quer editar."
177 notice_no_issue_selected: "Nenhuma tarefa seleccionada! Por favor, seleccione as tarefas que quer editar."
176 notice_account_pending: "A sua conta foi criada e está agora à espera de aprovação do administrador."
178 notice_account_pending: "A sua conta foi criada e está agora à espera de aprovação do administrador."
177 notice_default_data_loaded: Configuração padrão carregada com sucesso.
179 notice_default_data_loaded: Configuração padrão carregada com sucesso.
178 notice_unable_delete_version: Não foi possível apagar a versão.
180 notice_unable_delete_version: Não foi possível apagar a versão.
179
181
180 error_can_t_load_default_data: "Não foi possível carregar a configuração padrão: %{value}"
182 error_can_t_load_default_data: "Não foi possível carregar a configuração padrão: %{value}"
181 error_scm_not_found: "A entrada ou revisão não foi encontrada no repositório."
183 error_scm_not_found: "A entrada ou revisão não foi encontrada no repositório."
182 error_scm_command_failed: "Ocorreu um erro ao tentar aceder ao repositório: %{value}"
184 error_scm_command_failed: "Ocorreu um erro ao tentar aceder ao repositório: %{value}"
183 error_scm_annotate: "A entrada não existe ou não pode ser anotada."
185 error_scm_annotate: "A entrada não existe ou não pode ser anotada."
184 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projecto.'
186 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projecto.'
185
187
186 mail_subject_lost_password: "Palavra-chave de %{value}"
188 mail_subject_lost_password: "Palavra-chave de %{value}"
187 mail_body_lost_password: 'Para mudar a sua palavra-chave, clique na ligação abaixo:'
189 mail_body_lost_password: 'Para mudar a sua palavra-chave, clique na ligação abaixo:'
188 mail_subject_register: "Activação de conta de %{value}"
190 mail_subject_register: "Activação de conta de %{value}"
189 mail_body_register: 'Para activar a sua conta, clique na ligação abaixo:'
191 mail_body_register: 'Para activar a sua conta, clique na ligação abaixo:'
190 mail_body_account_information_external: "Pode utilizar a conta %{value} para autenticar-se."
192 mail_body_account_information_external: "Pode utilizar a conta %{value} para autenticar-se."
191 mail_body_account_information: Informação da sua conta
193 mail_body_account_information: Informação da sua conta
192 mail_subject_account_activation_request: "Pedido de activação da conta %{value}"
194 mail_subject_account_activation_request: "Pedido de activação da conta %{value}"
193 mail_body_account_activation_request: "Um novo utilizador (%{value}) registou-se. A sua conta está à espera de aprovação:"
195 mail_body_account_activation_request: "Um novo utilizador (%{value}) registou-se. A sua conta está à espera de aprovação:"
194 mail_subject_reminder: "%{count} tarefa(s) para entregar nos próximos %{days} dias"
196 mail_subject_reminder: "%{count} tarefa(s) para entregar nos próximos %{days} dias"
195 mail_body_reminder: "%{count} tarefa(s) que estão atribuídas a si estão agendadas para estarem completas nos próximos %{days} dias:"
197 mail_body_reminder: "%{count} tarefa(s) que estão atribuídas a si estão agendadas para estarem completas nos próximos %{days} dias:"
196
198
197
199
198 field_name: Nome
200 field_name: Nome
199 field_description: Descrição
201 field_description: Descrição
200 field_summary: Sumário
202 field_summary: Sumário
201 field_is_required: Obrigatório
203 field_is_required: Obrigatório
202 field_firstname: Nome
204 field_firstname: Nome
203 field_lastname: Apelido
205 field_lastname: Apelido
204 field_mail: E-mail
206 field_mail: E-mail
205 field_filename: Ficheiro
207 field_filename: Ficheiro
206 field_filesize: Tamanho
208 field_filesize: Tamanho
207 field_downloads: Downloads
209 field_downloads: Downloads
208 field_author: Autor
210 field_author: Autor
209 field_created_on: Criado
211 field_created_on: Criado
210 field_updated_on: Alterado
212 field_updated_on: Alterado
211 field_field_format: Formato
213 field_field_format: Formato
212 field_is_for_all: Para todos os projectos
214 field_is_for_all: Para todos os projectos
213 field_possible_values: Valores possíveis
215 field_possible_values: Valores possíveis
214 field_regexp: Expressão regular
216 field_regexp: Expressão regular
215 field_min_length: Tamanho mínimo
217 field_min_length: Tamanho mínimo
216 field_max_length: Tamanho máximo
218 field_max_length: Tamanho máximo
217 field_value: Valor
219 field_value: Valor
218 field_category: Categoria
220 field_category: Categoria
219 field_title: Título
221 field_title: Título
220 field_project: Projecto
222 field_project: Projecto
221 field_issue: Tarefa
223 field_issue: Tarefa
222 field_status: Estado
224 field_status: Estado
223 field_notes: Notas
225 field_notes: Notas
224 field_is_closed: Tarefa fechada
226 field_is_closed: Tarefa fechada
225 field_is_default: Valor por omissão
227 field_is_default: Valor por omissão
226 field_tracker: Tipo
228 field_tracker: Tipo
227 field_subject: Assunto
229 field_subject: Assunto
228 field_due_date: Data fim
230 field_due_date: Data fim
229 field_assigned_to: Atribuído a
231 field_assigned_to: Atribuído a
230 field_priority: Prioridade
232 field_priority: Prioridade
231 field_fixed_version: Versão
233 field_fixed_version: Versão
232 field_user: Utilizador
234 field_user: Utilizador
233 field_role: Função
235 field_role: Função
234 field_homepage: Página
236 field_homepage: Página
235 field_is_public: Público
237 field_is_public: Público
236 field_parent: Sub-projecto de
238 field_parent: Sub-projecto de
237 field_is_in_roadmap: Tarefas mostradas no mapa de planificação
239 field_is_in_roadmap: Tarefas mostradas no mapa de planificação
238 field_login: Nome de utilizador
240 field_login: Nome de utilizador
239 field_mail_notification: Notificações por e-mail
241 field_mail_notification: Notificações por e-mail
240 field_admin: Administrador
242 field_admin: Administrador
241 field_last_login_on: Última visita
243 field_last_login_on: Última visita
242 field_language: Língua
244 field_language: Língua
243 field_effective_date: Data
245 field_effective_date: Data
244 field_password: Palavra-chave
246 field_password: Palavra-chave
245 field_new_password: Nova palavra-chave
247 field_new_password: Nova palavra-chave
246 field_password_confirmation: Confirmação
248 field_password_confirmation: Confirmação
247 field_version: Versão
249 field_version: Versão
248 field_type: Tipo
250 field_type: Tipo
249 field_host: Servidor
251 field_host: Servidor
250 field_port: Porta
252 field_port: Porta
251 field_account: Conta
253 field_account: Conta
252 field_base_dn: Base DN
254 field_base_dn: Base DN
253 field_attr_login: Atributo utilizador
255 field_attr_login: Atributo utilizador
254 field_attr_firstname: Atributo nome próprio
256 field_attr_firstname: Atributo nome próprio
255 field_attr_lastname: Atributo último nome
257 field_attr_lastname: Atributo último nome
256 field_attr_mail: Atributo e-mail
258 field_attr_mail: Atributo e-mail
257 field_onthefly: Criação imediata de utilizadores
259 field_onthefly: Criação imediata de utilizadores
258 field_start_date: Data início
260 field_start_date: Data início
259 field_done_ratio: "% Completo"
261 field_done_ratio: "% Completo"
260 field_auth_source: Modo de autenticação
262 field_auth_source: Modo de autenticação
261 field_hide_mail: Esconder endereço de e-mail
263 field_hide_mail: Esconder endereço de e-mail
262 field_comments: Comentário
264 field_comments: Comentário
263 field_url: URL
265 field_url: URL
264 field_start_page: Página inicial
266 field_start_page: Página inicial
265 field_subproject: Subprojecto
267 field_subproject: Subprojecto
266 field_hours: Horas
268 field_hours: Horas
267 field_activity: Actividade
269 field_activity: Actividade
268 field_spent_on: Data
270 field_spent_on: Data
269 field_identifier: Identificador
271 field_identifier: Identificador
270 field_is_filter: Usado como filtro
272 field_is_filter: Usado como filtro
271 field_issue_to: Tarefa relacionada
273 field_issue_to: Tarefa relacionada
272 field_delay: Atraso
274 field_delay: Atraso
273 field_assignable: As tarefas podem ser associadas a esta função
275 field_assignable: As tarefas podem ser associadas a esta função
274 field_redirect_existing_links: Redireccionar ligações existentes
276 field_redirect_existing_links: Redireccionar ligações existentes
275 field_estimated_hours: Tempo estimado
277 field_estimated_hours: Tempo estimado
276 field_column_names: Colunas
278 field_column_names: Colunas
277 field_time_zone: Fuso horário
279 field_time_zone: Fuso horário
278 field_searchable: Procurável
280 field_searchable: Procurável
279 field_default_value: Valor por omissão
281 field_default_value: Valor por omissão
280 field_comments_sorting: Mostrar comentários
282 field_comments_sorting: Mostrar comentários
281 field_parent_title: Página pai
283 field_parent_title: Página pai
282
284
283 setting_app_title: Título da aplicação
285 setting_app_title: Título da aplicação
284 setting_app_subtitle: Sub-título da aplicação
286 setting_app_subtitle: Sub-título da aplicação
285 setting_welcome_text: Texto de boas vindas
287 setting_welcome_text: Texto de boas vindas
286 setting_default_language: Língua por omissão
288 setting_default_language: Língua por omissão
287 setting_login_required: Autenticação obrigatória
289 setting_login_required: Autenticação obrigatória
288 setting_self_registration: Auto-registo
290 setting_self_registration: Auto-registo
289 setting_attachment_max_size: Tamanho máximo do anexo
291 setting_attachment_max_size: Tamanho máximo do anexo
290 setting_issues_export_limit: Limite de exportação das tarefas
292 setting_issues_export_limit: Limite de exportação das tarefas
291 setting_mail_from: E-mail enviado de
293 setting_mail_from: E-mail enviado de
292 setting_bcc_recipients: Recipientes de BCC
294 setting_bcc_recipients: Recipientes de BCC
293 setting_host_name: Hostname
295 setting_host_name: Hostname
294 setting_text_formatting: Formatação do texto
296 setting_text_formatting: Formatação do texto
295 setting_wiki_compression: Compressão do histórico do Wiki
297 setting_wiki_compression: Compressão do histórico do Wiki
296 setting_feeds_limit: Limite de conteúdo do feed
298 setting_feeds_limit: Limite de conteúdo do feed
297 setting_default_projects_public: Projectos novos são públicos por omissão
299 setting_default_projects_public: Projectos novos são públicos por omissão
298 setting_autofetch_changesets: Buscar automaticamente commits
300 setting_autofetch_changesets: Buscar automaticamente commits
299 setting_sys_api_enabled: Activar Web Service para gestão do repositório
301 setting_sys_api_enabled: Activar Web Service para gestão do repositório
300 setting_commit_ref_keywords: Palavras-chave de referência
302 setting_commit_ref_keywords: Palavras-chave de referência
301 setting_commit_fix_keywords: Palavras-chave de fecho
303 setting_commit_fix_keywords: Palavras-chave de fecho
302 setting_autologin: Login automático
304 setting_autologin: Login automático
303 setting_date_format: Formato da data
305 setting_date_format: Formato da data
304 setting_time_format: Formato do tempo
306 setting_time_format: Formato do tempo
305 setting_cross_project_issue_relations: Permitir relações entre tarefas de projectos diferentes
307 setting_cross_project_issue_relations: Permitir relações entre tarefas de projectos diferentes
306 setting_issue_list_default_columns: Colunas na lista de tarefas por omissão
308 setting_issue_list_default_columns: Colunas na lista de tarefas por omissão
307 setting_emails_footer: Rodapé do e-mails
309 setting_emails_footer: Rodapé do e-mails
308 setting_protocol: Protocolo
310 setting_protocol: Protocolo
309 setting_per_page_options: Opções de objectos por página
311 setting_per_page_options: Opções de objectos por página
310 setting_user_format: Formato de apresentaão de utilizadores
312 setting_user_format: Formato de apresentaão de utilizadores
311 setting_activity_days_default: Dias mostrados na actividade do projecto
313 setting_activity_days_default: Dias mostrados na actividade do projecto
312 setting_display_subprojects_issues: Mostrar as tarefas dos sub-projectos nos projectos principais
314 setting_display_subprojects_issues: Mostrar as tarefas dos sub-projectos nos projectos principais
313 setting_enabled_scm: Activar SCM
315 setting_enabled_scm: Activar SCM
314 setting_mail_handler_api_enabled: Activar Web Service para e-mails recebidos
316 setting_mail_handler_api_enabled: Activar Web Service para e-mails recebidos
315 setting_mail_handler_api_key: Chave da API
317 setting_mail_handler_api_key: Chave da API
316 setting_sequential_project_identifiers: Gerar identificadores de projecto sequênciais
318 setting_sequential_project_identifiers: Gerar identificadores de projecto sequênciais
317
319
318 project_module_issue_tracking: Tarefas
320 project_module_issue_tracking: Tarefas
319 project_module_time_tracking: Registo de tempo
321 project_module_time_tracking: Registo de tempo
320 project_module_news: Notícias
322 project_module_news: Notícias
321 project_module_documents: Documentos
323 project_module_documents: Documentos
322 project_module_files: Ficheiros
324 project_module_files: Ficheiros
323 project_module_wiki: Wiki
325 project_module_wiki: Wiki
324 project_module_repository: Repositório
326 project_module_repository: Repositório
325 project_module_boards: Forum
327 project_module_boards: Forum
326
328
327 label_user: Utilizador
329 label_user: Utilizador
328 label_user_plural: Utilizadores
330 label_user_plural: Utilizadores
329 label_user_new: Novo utilizador
331 label_user_new: Novo utilizador
330 label_project: Projecto
332 label_project: Projecto
331 label_project_new: Novo projecto
333 label_project_new: Novo projecto
332 label_project_plural: Projectos
334 label_project_plural: Projectos
333 label_x_projects:
335 label_x_projects:
334 zero: no projects
336 zero: no projects
335 one: 1 project
337 one: 1 project
336 other: "%{count} projects"
338 other: "%{count} projects"
337 label_project_all: Todos os projectos
339 label_project_all: Todos os projectos
338 label_project_latest: Últimos projectos
340 label_project_latest: Últimos projectos
339 label_issue: Tarefa
341 label_issue: Tarefa
340 label_issue_new: Nova tarefa
342 label_issue_new: Nova tarefa
341 label_issue_plural: Tarefas
343 label_issue_plural: Tarefas
342 label_issue_view_all: Ver todas as tarefas
344 label_issue_view_all: Ver todas as tarefas
343 label_issues_by: "Tarefas por %{value}"
345 label_issues_by: "Tarefas por %{value}"
344 label_issue_added: Tarefa adicionada
346 label_issue_added: Tarefa adicionada
345 label_issue_updated: Tarefa actualizada
347 label_issue_updated: Tarefa actualizada
346 label_document: Documento
348 label_document: Documento
347 label_document_new: Novo documento
349 label_document_new: Novo documento
348 label_document_plural: Documentos
350 label_document_plural: Documentos
349 label_document_added: Documento adicionado
351 label_document_added: Documento adicionado
350 label_role: Função
352 label_role: Função
351 label_role_plural: Funções
353 label_role_plural: Funções
352 label_role_new: Nova função
354 label_role_new: Nova função
353 label_role_and_permissions: Funções e permissões
355 label_role_and_permissions: Funções e permissões
354 label_member: Membro
356 label_member: Membro
355 label_member_new: Novo membro
357 label_member_new: Novo membro
356 label_member_plural: Membros
358 label_member_plural: Membros
357 label_tracker: Tipo
359 label_tracker: Tipo
358 label_tracker_plural: Tipos
360 label_tracker_plural: Tipos
359 label_tracker_new: Novo tipo
361 label_tracker_new: Novo tipo
360 label_workflow: Fluxo de trabalho
362 label_workflow: Fluxo de trabalho
361 label_issue_status: Estado da tarefa
363 label_issue_status: Estado da tarefa
362 label_issue_status_plural: Estados da tarefa
364 label_issue_status_plural: Estados da tarefa
363 label_issue_status_new: Novo estado
365 label_issue_status_new: Novo estado
364 label_issue_category: Categoria de tarefa
366 label_issue_category: Categoria de tarefa
365 label_issue_category_plural: Categorias de tarefa
367 label_issue_category_plural: Categorias de tarefa
366 label_issue_category_new: Nova categoria
368 label_issue_category_new: Nova categoria
367 label_custom_field: Campo personalizado
369 label_custom_field: Campo personalizado
368 label_custom_field_plural: Campos personalizados
370 label_custom_field_plural: Campos personalizados
369 label_custom_field_new: Novo campo personalizado
371 label_custom_field_new: Novo campo personalizado
370 label_enumerations: Enumerações
372 label_enumerations: Enumerações
371 label_enumeration_new: Novo valor
373 label_enumeration_new: Novo valor
372 label_information: Informação
374 label_information: Informação
373 label_information_plural: Informações
375 label_information_plural: Informações
374 label_please_login: Por favor autentique-se
376 label_please_login: Por favor autentique-se
375 label_register: Registar
377 label_register: Registar
376 label_password_lost: Perdi a palavra-chave
378 label_password_lost: Perdi a palavra-chave
377 label_home: Página Inicial
379 label_home: Página Inicial
378 label_my_page: Página Pessoal
380 label_my_page: Página Pessoal
379 label_my_account: Minha conta
381 label_my_account: Minha conta
380 label_my_projects: Meus projectos
382 label_my_projects: Meus projectos
381 label_administration: Administração
383 label_administration: Administração
382 label_login: Entrar
384 label_login: Entrar
383 label_logout: Sair
385 label_logout: Sair
384 label_help: Ajuda
386 label_help: Ajuda
385 label_reported_issues: Tarefas criadas
387 label_reported_issues: Tarefas criadas
386 label_assigned_to_me_issues: Tarefas atribuídas a mim
388 label_assigned_to_me_issues: Tarefas atribuídas a mim
387 label_last_login: Último acesso
389 label_last_login: Último acesso
388 label_registered_on: Registado em
390 label_registered_on: Registado em
389 label_activity: Actividade
391 label_activity: Actividade
390 label_overall_activity: Actividade geral
392 label_overall_activity: Actividade geral
391 label_new: Novo
393 label_new: Novo
392 label_logged_as: Ligado como
394 label_logged_as: Ligado como
393 label_environment: Ambiente
395 label_environment: Ambiente
394 label_authentication: Autenticação
396 label_authentication: Autenticação
395 label_auth_source: Modo de autenticação
397 label_auth_source: Modo de autenticação
396 label_auth_source_new: Novo modo de autenticação
398 label_auth_source_new: Novo modo de autenticação
397 label_auth_source_plural: Modos de autenticação
399 label_auth_source_plural: Modos de autenticação
398 label_subproject_plural: Sub-projectos
400 label_subproject_plural: Sub-projectos
399 label_and_its_subprojects: "%{value} e sub-projectos"
401 label_and_its_subprojects: "%{value} e sub-projectos"
400 label_min_max_length: Tamanho mínimo-máximo
402 label_min_max_length: Tamanho mínimo-máximo
401 label_list: Lista
403 label_list: Lista
402 label_date: Data
404 label_date: Data
403 label_integer: Inteiro
405 label_integer: Inteiro
404 label_float: Decimal
406 label_float: Decimal
405 label_boolean: Booleano
407 label_boolean: Booleano
406 label_string: Texto
408 label_string: Texto
407 label_text: Texto longo
409 label_text: Texto longo
408 label_attribute: Atributo
410 label_attribute: Atributo
409 label_attribute_plural: Atributos
411 label_attribute_plural: Atributos
410 label_no_data: Sem dados para mostrar
412 label_no_data: Sem dados para mostrar
411 label_change_status: Mudar estado
413 label_change_status: Mudar estado
412 label_history: Histórico
414 label_history: Histórico
413 label_attachment: Ficheiro
415 label_attachment: Ficheiro
414 label_attachment_new: Novo ficheiro
416 label_attachment_new: Novo ficheiro
415 label_attachment_delete: Apagar ficheiro
417 label_attachment_delete: Apagar ficheiro
416 label_attachment_plural: Ficheiros
418 label_attachment_plural: Ficheiros
417 label_file_added: Ficheiro adicionado
419 label_file_added: Ficheiro adicionado
418 label_report: Relatório
420 label_report: Relatório
419 label_report_plural: Relatórios
421 label_report_plural: Relatórios
420 label_news: Notícia
422 label_news: Notícia
421 label_news_new: Nova notícia
423 label_news_new: Nova notícia
422 label_news_plural: Notícias
424 label_news_plural: Notícias
423 label_news_latest: Últimas notícias
425 label_news_latest: Últimas notícias
424 label_news_view_all: Ver todas as notícias
426 label_news_view_all: Ver todas as notícias
425 label_news_added: Notícia adicionada
427 label_news_added: Notícia adicionada
426 label_settings: Configurações
428 label_settings: Configurações
427 label_overview: Visão geral
429 label_overview: Visão geral
428 label_version: Versão
430 label_version: Versão
429 label_version_new: Nova versão
431 label_version_new: Nova versão
430 label_version_plural: Versões
432 label_version_plural: Versões
431 label_confirmation: Confirmação
433 label_confirmation: Confirmação
432 label_export_to: 'Também disponível em:'
434 label_export_to: 'Também disponível em:'
433 label_read: Ler...
435 label_read: Ler...
434 label_public_projects: Projectos públicos
436 label_public_projects: Projectos públicos
435 label_open_issues: aberto
437 label_open_issues: aberto
436 label_open_issues_plural: abertos
438 label_open_issues_plural: abertos
437 label_closed_issues: fechado
439 label_closed_issues: fechado
438 label_closed_issues_plural: fechados
440 label_closed_issues_plural: fechados
439 label_x_open_issues_abbr_on_total:
441 label_x_open_issues_abbr_on_total:
440 zero: 0 abertas / %{total}
442 zero: 0 abertas / %{total}
441 one: 1 aberta / %{total}
443 one: 1 aberta / %{total}
442 other: "%{count} abertas / %{total}"
444 other: "%{count} abertas / %{total}"
443 label_x_open_issues_abbr:
445 label_x_open_issues_abbr:
444 zero: 0 abertas
446 zero: 0 abertas
445 one: 1 aberta
447 one: 1 aberta
446 other: "%{count} abertas"
448 other: "%{count} abertas"
447 label_x_closed_issues_abbr:
449 label_x_closed_issues_abbr:
448 zero: 0 fechadas
450 zero: 0 fechadas
449 one: 1 fechada
451 one: 1 fechada
450 other: "%{count} fechadas"
452 other: "%{count} fechadas"
451 label_total: Total
453 label_total: Total
452 label_permissions: Permissões
454 label_permissions: Permissões
453 label_current_status: Estado actual
455 label_current_status: Estado actual
454 label_new_statuses_allowed: Novos estados permitidos
456 label_new_statuses_allowed: Novos estados permitidos
455 label_all: todos
457 label_all: todos
456 label_none: nenhum
458 label_none: nenhum
457 label_nobody: ninguém
459 label_nobody: ninguém
458 label_next: Próximo
460 label_next: Próximo
459 label_previous: Anterior
461 label_previous: Anterior
460 label_used_by: Usado por
462 label_used_by: Usado por
461 label_details: Detalhes
463 label_details: Detalhes
462 label_add_note: Adicionar nota
464 label_add_note: Adicionar nota
463 label_per_page: Por página
465 label_per_page: Por página
464 label_calendar: Calendário
466 label_calendar: Calendário
465 label_months_from: meses de
467 label_months_from: meses de
466 label_gantt: Gantt
468 label_gantt: Gantt
467 label_internal: Interno
469 label_internal: Interno
468 label_last_changes: "últimas %{count} alterações"
470 label_last_changes: "últimas %{count} alterações"
469 label_change_view_all: Ver todas as alterações
471 label_change_view_all: Ver todas as alterações
470 label_personalize_page: Personalizar esta página
472 label_personalize_page: Personalizar esta página
471 label_comment: Comentário
473 label_comment: Comentário
472 label_comment_plural: Comentários
474 label_comment_plural: Comentários
473 label_x_comments:
475 label_x_comments:
474 zero: sem comentários
476 zero: sem comentários
475 one: 1 comentário
477 one: 1 comentário
476 other: "%{count} comentários"
478 other: "%{count} comentários"
477 label_comment_add: Adicionar comentário
479 label_comment_add: Adicionar comentário
478 label_comment_added: Comentário adicionado
480 label_comment_added: Comentário adicionado
479 label_comment_delete: Apagar comentários
481 label_comment_delete: Apagar comentários
480 label_query: Consulta personalizada
482 label_query: Consulta personalizada
481 label_query_plural: Consultas personalizadas
483 label_query_plural: Consultas personalizadas
482 label_query_new: Nova consulta
484 label_query_new: Nova consulta
483 label_filter_add: Adicionar filtro
485 label_filter_add: Adicionar filtro
484 label_filter_plural: Filtros
486 label_filter_plural: Filtros
485 label_equals: é
487 label_equals: é
486 label_not_equals: não é
488 label_not_equals: não é
487 label_in_less_than: em menos de
489 label_in_less_than: em menos de
488 label_in_more_than: em mais de
490 label_in_more_than: em mais de
489 label_in: em
491 label_in: em
490 label_today: hoje
492 label_today: hoje
491 label_all_time: sempre
493 label_all_time: sempre
492 label_yesterday: ontem
494 label_yesterday: ontem
493 label_this_week: esta semana
495 label_this_week: esta semana
494 label_last_week: semana passada
496 label_last_week: semana passada
495 label_last_n_days: "últimos %{count} dias"
497 label_last_n_days: "últimos %{count} dias"
496 label_this_month: este mês
498 label_this_month: este mês
497 label_last_month: mês passado
499 label_last_month: mês passado
498 label_this_year: este ano
500 label_this_year: este ano
499 label_date_range: Date range
501 label_date_range: Date range
500 label_less_than_ago: menos de dias atrás
502 label_less_than_ago: menos de dias atrás
501 label_more_than_ago: mais de dias atrás
503 label_more_than_ago: mais de dias atrás
502 label_ago: dias atrás
504 label_ago: dias atrás
503 label_contains: contém
505 label_contains: contém
504 label_not_contains: não contém
506 label_not_contains: não contém
505 label_day_plural: dias
507 label_day_plural: dias
506 label_repository: Repositório
508 label_repository: Repositório
507 label_repository_plural: Repositórios
509 label_repository_plural: Repositórios
508 label_browse: Navegar
510 label_browse: Navegar
509 label_revision: Revisão
511 label_revision: Revisão
510 label_revision_plural: Revisões
512 label_revision_plural: Revisões
511 label_associated_revisions: Revisões associadas
513 label_associated_revisions: Revisões associadas
512 label_added: adicionado
514 label_added: adicionado
513 label_modified: modificado
515 label_modified: modificado
514 label_copied: copiado
516 label_copied: copiado
515 label_renamed: renomeado
517 label_renamed: renomeado
516 label_deleted: apagado
518 label_deleted: apagado
517 label_latest_revision: Última revisão
519 label_latest_revision: Última revisão
518 label_latest_revision_plural: Últimas revisões
520 label_latest_revision_plural: Últimas revisões
519 label_view_revisions: Ver revisões
521 label_view_revisions: Ver revisões
520 label_max_size: Tamanho máximo
522 label_max_size: Tamanho máximo
521 label_sort_highest: Mover para o início
523 label_sort_highest: Mover para o início
522 label_sort_higher: Mover para cima
524 label_sort_higher: Mover para cima
523 label_sort_lower: Mover para baixo
525 label_sort_lower: Mover para baixo
524 label_sort_lowest: Mover para o fim
526 label_sort_lowest: Mover para o fim
525 label_roadmap: Planificação
527 label_roadmap: Planificação
526 label_roadmap_due_in: "Termina em %{value}"
528 label_roadmap_due_in: "Termina em %{value}"
527 label_roadmap_overdue: "Atrasado %{value}"
529 label_roadmap_overdue: "Atrasado %{value}"
528 label_roadmap_no_issues: Sem tarefas para esta versão
530 label_roadmap_no_issues: Sem tarefas para esta versão
529 label_search: Procurar
531 label_search: Procurar
530 label_result_plural: Resultados
532 label_result_plural: Resultados
531 label_all_words: Todas as palavras
533 label_all_words: Todas as palavras
532 label_wiki: Wiki
534 label_wiki: Wiki
533 label_wiki_edit: Edição da Wiki
535 label_wiki_edit: Edição da Wiki
534 label_wiki_edit_plural: Edições da Wiki
536 label_wiki_edit_plural: Edições da Wiki
535 label_wiki_page: Página da Wiki
537 label_wiki_page: Página da Wiki
536 label_wiki_page_plural: Páginas da Wiki
538 label_wiki_page_plural: Páginas da Wiki
537 label_index_by_title: Índice por título
539 label_index_by_title: Índice por título
538 label_index_by_date: Índice por data
540 label_index_by_date: Índice por data
539 label_current_version: Versão actual
541 label_current_version: Versão actual
540 label_preview: Pré-visualizar
542 label_preview: Pré-visualizar
541 label_feed_plural: Feeds
543 label_feed_plural: Feeds
542 label_changes_details: Detalhes de todas as mudanças
544 label_changes_details: Detalhes de todas as mudanças
543 label_issue_tracking: Tarefas
545 label_issue_tracking: Tarefas
544 label_spent_time: Tempo gasto
546 label_spent_time: Tempo gasto
545 label_f_hour: "%{value} hora"
547 label_f_hour: "%{value} hora"
546 label_f_hour_plural: "%{value} horas"
548 label_f_hour_plural: "%{value} horas"
547 label_time_tracking: Registo de tempo
549 label_time_tracking: Registo de tempo
548 label_change_plural: Mudanças
550 label_change_plural: Mudanças
549 label_statistics: Estatísticas
551 label_statistics: Estatísticas
550 label_commits_per_month: Commits por mês
552 label_commits_per_month: Commits por mês
551 label_commits_per_author: Commits por autor
553 label_commits_per_author: Commits por autor
552 label_view_diff: Ver diferenças
554 label_view_diff: Ver diferenças
553 label_diff_inline: inline
555 label_diff_inline: inline
554 label_diff_side_by_side: lado a lado
556 label_diff_side_by_side: lado a lado
555 label_options: Opções
557 label_options: Opções
556 label_copy_workflow_from: Copiar fluxo de trabalho de
558 label_copy_workflow_from: Copiar fluxo de trabalho de
557 label_permissions_report: Relatório de permissões
559 label_permissions_report: Relatório de permissões
558 label_watched_issues: Tarefas observadas
560 label_watched_issues: Tarefas observadas
559 label_related_issues: Tarefas relacionadas
561 label_related_issues: Tarefas relacionadas
560 label_applied_status: Estado aplicado
562 label_applied_status: Estado aplicado
561 label_loading: A carregar...
563 label_loading: A carregar...
562 label_relation_new: Nova relação
564 label_relation_new: Nova relação
563 label_relation_delete: Apagar relação
565 label_relation_delete: Apagar relação
564 label_relates_to: relacionado a
566 label_relates_to: relacionado a
565 label_duplicates: duplica
567 label_duplicates: duplica
566 label_duplicated_by: duplicado por
568 label_duplicated_by: duplicado por
567 label_blocks: bloqueia
569 label_blocks: bloqueia
568 label_blocked_by: bloqueado por
570 label_blocked_by: bloqueado por
569 label_precedes: precede
571 label_precedes: precede
570 label_follows: segue
572 label_follows: segue
571 label_end_to_start: fim a início
573 label_end_to_start: fim a início
572 label_end_to_end: fim a fim
574 label_end_to_end: fim a fim
573 label_start_to_start: início a início
575 label_start_to_start: início a início
574 label_start_to_end: início a fim
576 label_start_to_end: início a fim
575 label_stay_logged_in: Guardar sessão
577 label_stay_logged_in: Guardar sessão
576 label_disabled: desactivado
578 label_disabled: desactivado
577 label_show_completed_versions: Mostrar versões acabadas
579 label_show_completed_versions: Mostrar versões acabadas
578 label_me: eu
580 label_me: eu
579 label_board: Forum
581 label_board: Forum
580 label_board_new: Novo forum
582 label_board_new: Novo forum
581 label_board_plural: Forums
583 label_board_plural: Forums
582 label_topic_plural: Tópicos
584 label_topic_plural: Tópicos
583 label_message_plural: Mensagens
585 label_message_plural: Mensagens
584 label_message_last: Última mensagem
586 label_message_last: Última mensagem
585 label_message_new: Nova mensagem
587 label_message_new: Nova mensagem
586 label_message_posted: Mensagem adicionada
588 label_message_posted: Mensagem adicionada
587 label_reply_plural: Respostas
589 label_reply_plural: Respostas
588 label_send_information: Enviar dados da conta para o utilizador
590 label_send_information: Enviar dados da conta para o utilizador
589 label_year: Ano
591 label_year: Ano
590 label_month: mês
592 label_month: mês
591 label_week: Semana
593 label_week: Semana
592 label_date_from: De
594 label_date_from: De
593 label_date_to: Para
595 label_date_to: Para
594 label_language_based: Baseado na língua do utilizador
596 label_language_based: Baseado na língua do utilizador
595 label_sort_by: "Ordenar por %{value}"
597 label_sort_by: "Ordenar por %{value}"
596 label_send_test_email: enviar um e-mail de teste
598 label_send_test_email: enviar um e-mail de teste
597 label_feeds_access_key_created_on: "Chave Atom criada %{value} atrás"
599 label_feeds_access_key_created_on: "Chave Atom criada %{value} atrás"
598 label_module_plural: Módulos
600 label_module_plural: Módulos
599 label_added_time_by: "Adicionado por %{author} %{age} atrás"
601 label_added_time_by: "Adicionado por %{author} %{age} atrás"
600 label_updated_time: "Alterado %{value} atrás"
602 label_updated_time: "Alterado %{value} atrás"
601 label_jump_to_a_project: Ir para o projecto...
603 label_jump_to_a_project: Ir para o projecto...
602 label_file_plural: Ficheiros
604 label_file_plural: Ficheiros
603 label_changeset_plural: Changesets
605 label_changeset_plural: Changesets
604 label_default_columns: Colunas por omissão
606 label_default_columns: Colunas por omissão
605 label_no_change_option: (sem alteração)
607 label_no_change_option: (sem alteração)
606 label_bulk_edit_selected_issues: Editar tarefas seleccionadas em conjunto
608 label_bulk_edit_selected_issues: Editar tarefas seleccionadas em conjunto
607 label_theme: Tema
609 label_theme: Tema
608 label_default: Padrão
610 label_default: Padrão
609 label_search_titles_only: Procurar apenas em títulos
611 label_search_titles_only: Procurar apenas em títulos
610 label_user_mail_option_all: "Para qualquer evento em todos os meus projectos"
612 label_user_mail_option_all: "Para qualquer evento em todos os meus projectos"
611 label_user_mail_option_selected: "Para qualquer evento apenas nos projectos seleccionados..."
613 label_user_mail_option_selected: "Para qualquer evento apenas nos projectos seleccionados..."
612 label_user_mail_no_self_notified: "Não quero ser notificado de alterações feitas por mim"
614 label_user_mail_no_self_notified: "Não quero ser notificado de alterações feitas por mim"
613 label_registration_activation_by_email: Activação da conta por e-mail
615 label_registration_activation_by_email: Activação da conta por e-mail
614 label_registration_manual_activation: Activação manual da conta
616 label_registration_manual_activation: Activação manual da conta
615 label_registration_automatic_activation: Activação automática da conta
617 label_registration_automatic_activation: Activação automática da conta
616 label_display_per_page: "Por página: %{value}"
618 label_display_per_page: "Por página: %{value}"
617 label_age: Idade
619 label_age: Idade
618 label_change_properties: Mudar propriedades
620 label_change_properties: Mudar propriedades
619 label_general: Geral
621 label_general: Geral
620 label_more: Mais
622 label_more: Mais
621 label_scm: SCM
623 label_scm: SCM
622 label_plugins: Extensões
624 label_plugins: Extensões
623 label_ldap_authentication: Autenticação LDAP
625 label_ldap_authentication: Autenticação LDAP
624 label_downloads_abbr: D/L
626 label_downloads_abbr: D/L
625 label_optional_description: Descrição opcional
627 label_optional_description: Descrição opcional
626 label_add_another_file: Adicionar outro ficheiro
628 label_add_another_file: Adicionar outro ficheiro
627 label_preferences: Preferências
629 label_preferences: Preferências
628 label_chronological_order: Em ordem cronológica
630 label_chronological_order: Em ordem cronológica
629 label_reverse_chronological_order: Em ordem cronológica inversa
631 label_reverse_chronological_order: Em ordem cronológica inversa
630 label_planning: Planeamento
632 label_planning: Planeamento
631 label_incoming_emails: E-mails a chegar
633 label_incoming_emails: E-mails a chegar
632 label_generate_key: Gerar uma chave
634 label_generate_key: Gerar uma chave
633 label_issue_watchers: Observadores
635 label_issue_watchers: Observadores
634
636
635 button_login: Entrar
637 button_login: Entrar
636 button_submit: Submeter
638 button_submit: Submeter
637 button_save: Guardar
639 button_save: Guardar
638 button_check_all: Marcar tudo
640 button_check_all: Marcar tudo
639 button_uncheck_all: Desmarcar tudo
641 button_uncheck_all: Desmarcar tudo
640 button_delete: Apagar
642 button_delete: Apagar
641 button_create: Criar
643 button_create: Criar
642 button_test: Testar
644 button_test: Testar
643 button_edit: Editar
645 button_edit: Editar
644 button_add: Adicionar
646 button_add: Adicionar
645 button_change: Alterar
647 button_change: Alterar
646 button_apply: Aplicar
648 button_apply: Aplicar
647 button_clear: Limpar
649 button_clear: Limpar
648 button_lock: Bloquear
650 button_lock: Bloquear
649 button_unlock: Desbloquear
651 button_unlock: Desbloquear
650 button_download: Download
652 button_download: Download
651 button_list: Listar
653 button_list: Listar
652 button_view: Ver
654 button_view: Ver
653 button_move: Mover
655 button_move: Mover
654 button_back: Voltar
656 button_back: Voltar
655 button_cancel: Cancelar
657 button_cancel: Cancelar
656 button_activate: Activar
658 button_activate: Activar
657 button_sort: Ordenar
659 button_sort: Ordenar
658 button_log_time: Tempo de trabalho
660 button_log_time: Tempo de trabalho
659 button_rollback: Voltar para esta versão
661 button_rollback: Voltar para esta versão
660 button_watch: Observar
662 button_watch: Observar
661 button_unwatch: Deixar de observar
663 button_unwatch: Deixar de observar
662 button_reply: Responder
664 button_reply: Responder
663 button_archive: Arquivar
665 button_archive: Arquivar
664 button_unarchive: Desarquivar
666 button_unarchive: Desarquivar
665 button_reset: Reinicializar
667 button_reset: Reinicializar
666 button_rename: Renomear
668 button_rename: Renomear
667 button_change_password: Mudar palavra-chave
669 button_change_password: Mudar palavra-chave
668 button_copy: Copiar
670 button_copy: Copiar
669 button_annotate: Anotar
671 button_annotate: Anotar
670 button_update: Actualizar
672 button_update: Actualizar
671 button_configure: Configurar
673 button_configure: Configurar
672 button_quote: Citar
674 button_quote: Citar
673
675
674 status_active: activo
676 status_active: activo
675 status_registered: registado
677 status_registered: registado
676 status_locked: bloqueado
678 status_locked: bloqueado
677
679
678 text_select_mail_notifications: Seleccionar as acções que originam uma notificação por e-mail.
680 text_select_mail_notifications: Seleccionar as acções que originam uma notificação por e-mail.
679 text_regexp_info: ex. ^[A-Z0-9]+$
681 text_regexp_info: ex. ^[A-Z0-9]+$
680 text_min_max_length_info: 0 siginifica sem restrição
682 text_min_max_length_info: 0 siginifica sem restrição
681 text_project_destroy_confirmation: Tem a certeza que deseja apagar o projecto e todos os dados relacionados?
683 text_project_destroy_confirmation: Tem a certeza que deseja apagar o projecto e todos os dados relacionados?
682 text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): %{value} também será/serão apagado(s)."
684 text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): %{value} também será/serão apagado(s)."
683 text_workflow_edit: Seleccione uma função e um tipo de tarefa para editar o fluxo de trabalho
685 text_workflow_edit: Seleccione uma função e um tipo de tarefa para editar o fluxo de trabalho
684 text_are_you_sure: Tem a certeza?
686 text_are_you_sure: Tem a certeza?
685 text_tip_issue_begin_day: tarefa a começar neste dia
687 text_tip_issue_begin_day: tarefa a começar neste dia
686 text_tip_issue_end_day: tarefa a acabar neste dia
688 text_tip_issue_end_day: tarefa a acabar neste dia
687 text_tip_issue_begin_end_day: tarefa a começar e acabar neste dia
689 text_tip_issue_begin_end_day: tarefa a começar e acabar neste dia
688 text_caracters_maximum: "máximo %{count} caracteres."
690 text_caracters_maximum: "máximo %{count} caracteres."
689 text_caracters_minimum: "Deve ter pelo menos %{count} caracteres."
691 text_caracters_minimum: "Deve ter pelo menos %{count} caracteres."
690 text_length_between: "Deve ter entre %{min} e %{max} caracteres."
692 text_length_between: "Deve ter entre %{min} e %{max} caracteres."
691 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo de tarefa.
693 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo de tarefa.
692 text_unallowed_characters: Caracteres não permitidos
694 text_unallowed_characters: Caracteres não permitidos
693 text_comma_separated: Permitidos múltiplos valores (separados por vírgula).
695 text_comma_separated: Permitidos múltiplos valores (separados por vírgula).
694 text_issues_ref_in_commit_messages: Referenciando e fechando tarefas em mensagens de commit
696 text_issues_ref_in_commit_messages: Referenciando e fechando tarefas em mensagens de commit
695 text_issue_added: "Tarefa %{id} foi criada por %{author}."
697 text_issue_added: "Tarefa %{id} foi criada por %{author}."
696 text_issue_updated: "Tarefa %{id} foi actualizada por %{author}."
698 text_issue_updated: "Tarefa %{id} foi actualizada por %{author}."
697 text_wiki_destroy_confirmation: Tem a certeza que deseja apagar este wiki e todo o seu conteúdo?
699 text_wiki_destroy_confirmation: Tem a certeza que deseja apagar este wiki e todo o seu conteúdo?
698 text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que quer fazer?"
700 text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que quer fazer?"
699 text_issue_category_destroy_assignments: Remover as atribuições à categoria
701 text_issue_category_destroy_assignments: Remover as atribuições à categoria
700 text_issue_category_reassign_to: Re-atribuir as tarefas para esta categoria
702 text_issue_category_reassign_to: Re-atribuir as tarefas para esta categoria
701 text_user_mail_option: "Para projectos não seleccionados, apenas receberá notificações acerca de coisas que está a observar ou está envolvido (ex. tarefas das quais foi o criador ou lhes foram atribuídas)."
703 text_user_mail_option: "Para projectos não seleccionados, apenas receberá notificações acerca de coisas que está a observar ou está envolvido (ex. tarefas das quais foi o criador ou lhes foram atribuídas)."
702 text_no_configuration_data: "Perfis, tipos de tarefas, estados das tarefas e workflows ainda não foram configurados.\nÉ extremamente recomendado carregar as configurações padrão. Será capaz de as modificar depois de estarem carregadas."
704 text_no_configuration_data: "Perfis, tipos de tarefas, estados das tarefas e workflows ainda não foram configurados.\nÉ extremamente recomendado carregar as configurações padrão. Será capaz de as modificar depois de estarem carregadas."
703 text_load_default_configuration: Carregar as configurações padrão
705 text_load_default_configuration: Carregar as configurações padrão
704 text_status_changed_by_changeset: "Aplicado no changeset %{value}."
706 text_status_changed_by_changeset: "Aplicado no changeset %{value}."
705 text_issues_destroy_confirmation: 'Tem a certeza que deseja apagar a(s) tarefa(s) seleccionada(s)?'
707 text_issues_destroy_confirmation: 'Tem a certeza que deseja apagar a(s) tarefa(s) seleccionada(s)?'
706 text_select_project_modules: 'Seleccione os módulos a activar para este projecto:'
708 text_select_project_modules: 'Seleccione os módulos a activar para este projecto:'
707 text_default_administrator_account_changed: Conta default de administrador alterada.
709 text_default_administrator_account_changed: Conta default de administrador alterada.
708 text_file_repository_writable: Repositório de ficheiros com permissões de escrita
710 text_file_repository_writable: Repositório de ficheiros com permissões de escrita
709 text_rmagick_available: RMagick disponível (opcional)
711 text_rmagick_available: RMagick disponível (opcional)
710 text_destroy_time_entries_question: "%{hours} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?"
712 text_destroy_time_entries_question: "%{hours} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?"
711 text_destroy_time_entries: Apagar as horas
713 text_destroy_time_entries: Apagar as horas
712 text_assign_time_entries_to_project: Atribuir as horas ao projecto
714 text_assign_time_entries_to_project: Atribuir as horas ao projecto
713 text_reassign_time_entries: 'Re-atribuir as horas para esta tarefa:'
715 text_reassign_time_entries: 'Re-atribuir as horas para esta tarefa:'
714 text_user_wrote: "%{value} escreveu:"
716 text_user_wrote: "%{value} escreveu:"
715 text_enumeration_destroy_question: "%{count} objectos estão atribuídos a este valor."
717 text_enumeration_destroy_question: "%{count} objectos estão atribuídos a este valor."
716 text_enumeration_category_reassign_to: 'Re-atribuí-los para este valor:'
718 text_enumeration_category_reassign_to: 'Re-atribuí-los para este valor:'
717 text_email_delivery_not_configured: "Entrega por e-mail não está configurada, e as notificação estão desactivadas.\nConfigure o seu servidor de SMTP em config/configuration.yml e reinicie a aplicação para activar estas funcionalidades."
719 text_email_delivery_not_configured: "Entrega por e-mail não está configurada, e as notificação estão desactivadas.\nConfigure o seu servidor de SMTP em config/configuration.yml e reinicie a aplicação para activar estas funcionalidades."
718
720
719 default_role_manager: Gestor
721 default_role_manager: Gestor
720 default_role_developer: Programador
722 default_role_developer: Programador
721 default_role_reporter: Repórter
723 default_role_reporter: Repórter
722 default_tracker_bug: Bug
724 default_tracker_bug: Bug
723 default_tracker_feature: Funcionalidade
725 default_tracker_feature: Funcionalidade
724 default_tracker_support: Suporte
726 default_tracker_support: Suporte
725 default_issue_status_new: Novo
727 default_issue_status_new: Novo
726 default_issue_status_in_progress: Em curso
728 default_issue_status_in_progress: Em curso
727 default_issue_status_resolved: Resolvido
729 default_issue_status_resolved: Resolvido
728 default_issue_status_feedback: Feedback
730 default_issue_status_feedback: Feedback
729 default_issue_status_closed: Fechado
731 default_issue_status_closed: Fechado
730 default_issue_status_rejected: Rejeitado
732 default_issue_status_rejected: Rejeitado
731 default_doc_category_user: Documentação de utilizador
733 default_doc_category_user: Documentação de utilizador
732 default_doc_category_tech: Documentação técnica
734 default_doc_category_tech: Documentação técnica
733 default_priority_low: Baixa
735 default_priority_low: Baixa
734 default_priority_normal: Normal
736 default_priority_normal: Normal
735 default_priority_high: Alta
737 default_priority_high: Alta
736 default_priority_urgent: Urgente
738 default_priority_urgent: Urgente
737 default_priority_immediate: Imediata
739 default_priority_immediate: Imediata
738 default_activity_design: Planeamento
740 default_activity_design: Planeamento
739 default_activity_development: Desenvolvimento
741 default_activity_development: Desenvolvimento
740
742
741 enumeration_issue_priorities: Prioridade de tarefas
743 enumeration_issue_priorities: Prioridade de tarefas
742 enumeration_doc_categories: Categorias de documentos
744 enumeration_doc_categories: Categorias de documentos
743 enumeration_activities: Actividades (Registo de tempo)
745 enumeration_activities: Actividades (Registo de tempo)
744 setting_plain_text_mail: Apenas texto simples (sem HTML)
746 setting_plain_text_mail: Apenas texto simples (sem HTML)
745 permission_view_files: Ver ficheiros
747 permission_view_files: Ver ficheiros
746 permission_edit_issues: Editar tarefas
748 permission_edit_issues: Editar tarefas
747 permission_edit_own_time_entries: Editar horas pessoais
749 permission_edit_own_time_entries: Editar horas pessoais
748 permission_manage_public_queries: Gerir queries públicas
750 permission_manage_public_queries: Gerir queries públicas
749 permission_add_issues: Adicionar tarefas
751 permission_add_issues: Adicionar tarefas
750 permission_log_time: Registar tempo gasto
752 permission_log_time: Registar tempo gasto
751 permission_view_changesets: Ver changesets
753 permission_view_changesets: Ver changesets
752 permission_view_time_entries: Ver tempo gasto
754 permission_view_time_entries: Ver tempo gasto
753 permission_manage_versions: Gerir versões
755 permission_manage_versions: Gerir versões
754 permission_manage_wiki: Gerir wiki
756 permission_manage_wiki: Gerir wiki
755 permission_manage_categories: Gerir categorias de tarefas
757 permission_manage_categories: Gerir categorias de tarefas
756 permission_protect_wiki_pages: Proteger páginas de wiki
758 permission_protect_wiki_pages: Proteger páginas de wiki
757 permission_comment_news: Comentar notícias
759 permission_comment_news: Comentar notícias
758 permission_delete_messages: Apagar mensagens
760 permission_delete_messages: Apagar mensagens
759 permission_select_project_modules: Seleccionar módulos do projecto
761 permission_select_project_modules: Seleccionar módulos do projecto
760 permission_edit_wiki_pages: Editar páginas de wiki
762 permission_edit_wiki_pages: Editar páginas de wiki
761 permission_add_issue_watchers: Adicionar observadores
763 permission_add_issue_watchers: Adicionar observadores
762 permission_view_gantt: ver diagrama de Gantt
764 permission_view_gantt: ver diagrama de Gantt
763 permission_move_issues: Mover tarefas
765 permission_move_issues: Mover tarefas
764 permission_manage_issue_relations: Gerir relações de tarefas
766 permission_manage_issue_relations: Gerir relações de tarefas
765 permission_delete_wiki_pages: Apagar páginas de wiki
767 permission_delete_wiki_pages: Apagar páginas de wiki
766 permission_manage_boards: Gerir forums
768 permission_manage_boards: Gerir forums
767 permission_delete_wiki_pages_attachments: Apagar anexos
769 permission_delete_wiki_pages_attachments: Apagar anexos
768 permission_view_wiki_edits: Ver histórico da wiki
770 permission_view_wiki_edits: Ver histórico da wiki
769 permission_add_messages: Submeter mensagens
771 permission_add_messages: Submeter mensagens
770 permission_view_messages: Ver mensagens
772 permission_view_messages: Ver mensagens
771 permission_manage_files: Gerir ficheiros
773 permission_manage_files: Gerir ficheiros
772 permission_edit_issue_notes: Editar notas de tarefas
774 permission_edit_issue_notes: Editar notas de tarefas
773 permission_manage_news: Gerir notícias
775 permission_manage_news: Gerir notícias
774 permission_view_calendar: Ver calendário
776 permission_view_calendar: Ver calendário
775 permission_manage_members: Gerir membros
777 permission_manage_members: Gerir membros
776 permission_edit_messages: Editar mensagens
778 permission_edit_messages: Editar mensagens
777 permission_delete_issues: Apagar tarefas
779 permission_delete_issues: Apagar tarefas
778 permission_view_issue_watchers: Ver lista de observadores
780 permission_view_issue_watchers: Ver lista de observadores
779 permission_manage_repository: Gerir repositório
781 permission_manage_repository: Gerir repositório
780 permission_commit_access: Acesso a submissão
782 permission_commit_access: Acesso a submissão
781 permission_browse_repository: Navegar em repositório
783 permission_browse_repository: Navegar em repositório
782 permission_view_documents: Ver documentos
784 permission_view_documents: Ver documentos
783 permission_edit_project: Editar projecto
785 permission_edit_project: Editar projecto
784 permission_add_issue_notes: Adicionar notas a tarefas
786 permission_add_issue_notes: Adicionar notas a tarefas
785 permission_save_queries: Guardar queries
787 permission_save_queries: Guardar queries
786 permission_view_wiki_pages: Ver wiki
788 permission_view_wiki_pages: Ver wiki
787 permission_rename_wiki_pages: Renomear páginas de wiki
789 permission_rename_wiki_pages: Renomear páginas de wiki
788 permission_edit_time_entries: Editar entradas de tempo
790 permission_edit_time_entries: Editar entradas de tempo
789 permission_edit_own_issue_notes: Editar as prórpias notas
791 permission_edit_own_issue_notes: Editar as prórpias notas
790 setting_gravatar_enabled: Utilizar ícones Gravatar
792 setting_gravatar_enabled: Utilizar ícones Gravatar
791 label_example: Exemplo
793 label_example: Exemplo
792 text_repository_usernames_mapping: "Seleccionar ou actualizar o utilizador de Redmine mapeado a cada nome de utilizador encontrado no repositório.\nUtilizadores com o mesmo nome de utilizador ou email no Redmine e no repositório são mapeados automaticamente."
794 text_repository_usernames_mapping: "Seleccionar ou actualizar o utilizador de Redmine mapeado a cada nome de utilizador encontrado no repositório.\nUtilizadores com o mesmo nome de utilizador ou email no Redmine e no repositório são mapeados automaticamente."
793 permission_edit_own_messages: Editar as próprias mensagens
795 permission_edit_own_messages: Editar as próprias mensagens
794 permission_delete_own_messages: Apagar as próprias mensagens
796 permission_delete_own_messages: Apagar as próprias mensagens
795 label_user_activity: "Actividade de %{value}"
797 label_user_activity: "Actividade de %{value}"
796 label_updated_time_by: "Actualizado por %{author} %{age}"
798 label_updated_time_by: "Actualizado por %{author} %{age}"
797 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser mostrado.'
799 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser mostrado.'
798 setting_diff_max_lines_displayed: Número máximo de linhas de diff mostradas
800 setting_diff_max_lines_displayed: Número máximo de linhas de diff mostradas
799 text_plugin_assets_writable: Escrita na pasta de activos dos módulos de extensão possível
801 text_plugin_assets_writable: Escrita na pasta de activos dos módulos de extensão possível
800 warning_attachments_not_saved: "Não foi possível gravar %{count} ficheiro(s) ."
802 warning_attachments_not_saved: "Não foi possível gravar %{count} ficheiro(s) ."
801 button_create_and_continue: Criar e continuar
803 button_create_and_continue: Criar e continuar
802 text_custom_field_possible_values_info: 'Uma linha para cada valor'
804 text_custom_field_possible_values_info: 'Uma linha para cada valor'
803 label_display: Mostrar
805 label_display: Mostrar
804 field_editable: Editável
806 field_editable: Editável
805 setting_repository_log_display_limit: Número máximo de revisões exibido no relatório de ficheiro
807 setting_repository_log_display_limit: Número máximo de revisões exibido no relatório de ficheiro
806 setting_file_max_size_displayed: Tamanho máximo dos ficheiros de texto exibidos inline
808 setting_file_max_size_displayed: Tamanho máximo dos ficheiros de texto exibidos inline
807 field_watcher: Observador
809 field_watcher: Observador
808 setting_openid: Permitir início de sessão e registo com OpenID
810 setting_openid: Permitir início de sessão e registo com OpenID
809 field_identity_url: URL do OpenID
811 field_identity_url: URL do OpenID
810 label_login_with_open_id_option: ou início de sessão com OpenID
812 label_login_with_open_id_option: ou início de sessão com OpenID
811 field_content: Conteúdo
813 field_content: Conteúdo
812 label_descending: Descendente
814 label_descending: Descendente
813 label_sort: Ordenar
815 label_sort: Ordenar
814 label_ascending: Ascendente
816 label_ascending: Ascendente
815 label_date_from_to: De %{start} a %{end}
817 label_date_from_to: De %{start} a %{end}
816 label_greater_or_equal: ">="
818 label_greater_or_equal: ">="
817 label_less_or_equal: <=
819 label_less_or_equal: <=
818 text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) subordinada(s) e descendente(s). O que deseja fazer?
820 text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) subordinada(s) e descendente(s). O que deseja fazer?
819 text_wiki_page_reassign_children: Reatribuir páginas subordinadas a esta página principal
821 text_wiki_page_reassign_children: Reatribuir páginas subordinadas a esta página principal
820 text_wiki_page_nullify_children: Manter páginas subordinadas como páginas raíz
822 text_wiki_page_nullify_children: Manter páginas subordinadas como páginas raíz
821 text_wiki_page_destroy_children: Apagar as páginas subordinadas e todos os seus descendentes
823 text_wiki_page_destroy_children: Apagar as páginas subordinadas e todos os seus descendentes
822 setting_password_min_length: Tamanho mínimo de palavra-chave
824 setting_password_min_length: Tamanho mínimo de palavra-chave
823 field_group_by: Agrupar resultados por
825 field_group_by: Agrupar resultados por
824 mail_subject_wiki_content_updated: "A página Wiki '%{id}' foi actualizada"
826 mail_subject_wiki_content_updated: "A página Wiki '%{id}' foi actualizada"
825 label_wiki_content_added: Página Wiki adicionada
827 label_wiki_content_added: Página Wiki adicionada
826 mail_subject_wiki_content_added: "A página Wiki '%{id}' foi adicionada"
828 mail_subject_wiki_content_added: "A página Wiki '%{id}' foi adicionada"
827 mail_body_wiki_content_added: A página Wiki '%{id}' foi adicionada por %{author}.
829 mail_body_wiki_content_added: A página Wiki '%{id}' foi adicionada por %{author}.
828 label_wiki_content_updated: Página Wiki actualizada
830 label_wiki_content_updated: Página Wiki actualizada
829 mail_body_wiki_content_updated: A página Wiki '%{id}' foi actualizada por %{author}.
831 mail_body_wiki_content_updated: A página Wiki '%{id}' foi actualizada por %{author}.
830 permission_add_project: Criar projecto
832 permission_add_project: Criar projecto
831 setting_new_project_user_role_id: Função atribuída a um utilizador não-administrador que cria um projecto
833 setting_new_project_user_role_id: Função atribuída a um utilizador não-administrador que cria um projecto
832 label_view_all_revisions: Ver todas as revisões
834 label_view_all_revisions: Ver todas as revisões
833 label_tag: Etiqueta
835 label_tag: Etiqueta
834 label_branch: Ramo
836 label_branch: Ramo
835 error_no_tracker_in_project: Este projecto não tem associado nenhum tipo de tarefas. Verifique as definições do projecto.
837 error_no_tracker_in_project: Este projecto não tem associado nenhum tipo de tarefas. Verifique as definições do projecto.
836 error_no_default_issue_status: Não está definido um estado padrão para as tarefas. Verifique a sua configuração (dirija-se a "Administração -> Estados da tarefa").
838 error_no_default_issue_status: Não está definido um estado padrão para as tarefas. Verifique a sua configuração (dirija-se a "Administração -> Estados da tarefa").
837 label_group_plural: Grupos
839 label_group_plural: Grupos
838 label_group: Grupo
840 label_group: Grupo
839 label_group_new: Novo grupo
841 label_group_new: Novo grupo
840 label_time_entry_plural: Tempo registado
842 label_time_entry_plural: Tempo registado
841 text_journal_changed: "%{label} alterado de %{old} para %{new}"
843 text_journal_changed: "%{label} alterado de %{old} para %{new}"
842 text_journal_set_to: "%{label} configurado como %{value}"
844 text_journal_set_to: "%{label} configurado como %{value}"
843 text_journal_deleted: "%{label} apagou (%{old})"
845 text_journal_deleted: "%{label} apagou (%{old})"
844 text_journal_added: "%{label} %{value} adicionado"
846 text_journal_added: "%{label} %{value} adicionado"
845 field_active: Activo
847 field_active: Activo
846 enumeration_system_activity: Actividade de sistema
848 enumeration_system_activity: Actividade de sistema
847 permission_delete_issue_watchers: Apagar observadores
849 permission_delete_issue_watchers: Apagar observadores
848 version_status_closed: fechado
850 version_status_closed: fechado
849 version_status_locked: protegido
851 version_status_locked: protegido
850 version_status_open: aberto
852 version_status_open: aberto
851 error_can_not_reopen_issue_on_closed_version: Não é possível voltar a abrir uma tarefa atribuída a uma versão fechada
853 error_can_not_reopen_issue_on_closed_version: Não é possível voltar a abrir uma tarefa atribuída a uma versão fechada
852 label_user_anonymous: Anónimo
854 label_user_anonymous: Anónimo
853 button_move_and_follow: Mover e seguir
855 button_move_and_follow: Mover e seguir
854 setting_default_projects_modules: Módulos activos por predefinição para novos projectos
856 setting_default_projects_modules: Módulos activos por predefinição para novos projectos
855 setting_gravatar_default: Imagem Gravatar predefinida
857 setting_gravatar_default: Imagem Gravatar predefinida
856 field_sharing: Partilha
858 field_sharing: Partilha
857 label_version_sharing_hierarchy: Com hierarquia do projecto
859 label_version_sharing_hierarchy: Com hierarquia do projecto
858 label_version_sharing_system: Com todos os projectos
860 label_version_sharing_system: Com todos os projectos
859 label_version_sharing_descendants: Com os sub-projectos
861 label_version_sharing_descendants: Com os sub-projectos
860 label_version_sharing_tree: Com árvore do projecto
862 label_version_sharing_tree: Com árvore do projecto
861 label_version_sharing_none: Não partilhado
863 label_version_sharing_none: Não partilhado
862 error_can_not_archive_project: Não é possível arquivar este projecto
864 error_can_not_archive_project: Não é possível arquivar este projecto
863 button_duplicate: Duplicar
865 button_duplicate: Duplicar
864 button_copy_and_follow: Copiar e seguir
866 button_copy_and_follow: Copiar e seguir
865 label_copy_source: Origem
867 label_copy_source: Origem
866 setting_issue_done_ratio: Calcular a percentagem de progresso da tarefa
868 setting_issue_done_ratio: Calcular a percentagem de progresso da tarefa
867 setting_issue_done_ratio_issue_status: Através do estado da tarefa
869 setting_issue_done_ratio_issue_status: Através do estado da tarefa
868 error_issue_done_ratios_not_updated: Percentagens de progresso da tarefa não foram actualizadas.
870 error_issue_done_ratios_not_updated: Percentagens de progresso da tarefa não foram actualizadas.
869 error_workflow_copy_target: Seleccione os tipos de tarefas e funções desejadas
871 error_workflow_copy_target: Seleccione os tipos de tarefas e funções desejadas
870 setting_issue_done_ratio_issue_field: Através do campo da tarefa
872 setting_issue_done_ratio_issue_field: Através do campo da tarefa
871 label_copy_same_as_target: Mesmo que o alvo
873 label_copy_same_as_target: Mesmo que o alvo
872 label_copy_target: Alvo
874 label_copy_target: Alvo
873 notice_issue_done_ratios_updated: Percentagens de progresso da tarefa actualizadas.
875 notice_issue_done_ratios_updated: Percentagens de progresso da tarefa actualizadas.
874 error_workflow_copy_source: Seleccione um tipo de tarefa ou função de origem
876 error_workflow_copy_source: Seleccione um tipo de tarefa ou função de origem
875 label_update_issue_done_ratios: Actualizar percentagens de progresso da tarefa
877 label_update_issue_done_ratios: Actualizar percentagens de progresso da tarefa
876 setting_start_of_week: Iniciar calendários a
878 setting_start_of_week: Iniciar calendários a
877 permission_view_issues: Ver tarefas
879 permission_view_issues: Ver tarefas
878 label_display_used_statuses_only: Só exibir estados empregues por este tipo de tarefa
880 label_display_used_statuses_only: Só exibir estados empregues por este tipo de tarefa
879 label_revision_id: Revisão %{value}
881 label_revision_id: Revisão %{value}
880 label_api_access_key: Chave de acesso API
882 label_api_access_key: Chave de acesso API
881 label_api_access_key_created_on: Chave de acesso API criada há %{value}
883 label_api_access_key_created_on: Chave de acesso API criada há %{value}
882 label_feeds_access_key: Chave de acesso Atom
884 label_feeds_access_key: Chave de acesso Atom
883 notice_api_access_key_reseted: A sua chave de acesso API foi reinicializada.
885 notice_api_access_key_reseted: A sua chave de acesso API foi reinicializada.
884 setting_rest_api_enabled: Activar serviço Web REST
886 setting_rest_api_enabled: Activar serviço Web REST
885 label_missing_api_access_key: Chave de acesso API em falta
887 label_missing_api_access_key: Chave de acesso API em falta
886 label_missing_feeds_access_key: Chave de acesso Atom em falta
888 label_missing_feeds_access_key: Chave de acesso Atom em falta
887 button_show: Mostrar
889 button_show: Mostrar
888 text_line_separated: Vários valores permitidos (uma linha para cada valor).
890 text_line_separated: Vários valores permitidos (uma linha para cada valor).
889 setting_mail_handler_body_delimiters: Truncar mensagens de correio electrónico após uma destas linhas
891 setting_mail_handler_body_delimiters: Truncar mensagens de correio electrónico após uma destas linhas
890 permission_add_subprojects: Criar sub-projectos
892 permission_add_subprojects: Criar sub-projectos
891 label_subproject_new: Novo sub-projecto
893 label_subproject_new: Novo sub-projecto
892 text_own_membership_delete_confirmation: |-
894 text_own_membership_delete_confirmation: |-
893 Está prestes a eliminar parcial ou totalmente as suas permissões. É possível que não possa editar o projecto após esta acção.
895 Está prestes a eliminar parcial ou totalmente as suas permissões. É possível que não possa editar o projecto após esta acção.
894 Tem a certeza de que deseja continuar?
896 Tem a certeza de que deseja continuar?
895 label_close_versions: Fechar versões completas
897 label_close_versions: Fechar versões completas
896 label_board_sticky: Fixar mensagem
898 label_board_sticky: Fixar mensagem
897 label_board_locked: Proteger
899 label_board_locked: Proteger
898 permission_export_wiki_pages: Exportar páginas Wiki
900 permission_export_wiki_pages: Exportar páginas Wiki
899 setting_cache_formatted_text: Colocar formatação do texto na memória cache
901 setting_cache_formatted_text: Colocar formatação do texto na memória cache
900 permission_manage_project_activities: Gerir actividades do projecto
902 permission_manage_project_activities: Gerir actividades do projecto
901 error_unable_delete_issue_status: Não foi possível apagar o estado da tarefa
903 error_unable_delete_issue_status: Não foi possível apagar o estado da tarefa
902 label_profile: Perfil
904 label_profile: Perfil
903 permission_manage_subtasks: Gerir sub-tarefas
905 permission_manage_subtasks: Gerir sub-tarefas
904 field_parent_issue: Tarefa principal
906 field_parent_issue: Tarefa principal
905 label_subtask_plural: Sub-tarefa
907 label_subtask_plural: Sub-tarefa
906 label_project_copy_notifications: Enviar notificações por e-mail durante a cópia do projecto
908 label_project_copy_notifications: Enviar notificações por e-mail durante a cópia do projecto
907 error_can_not_delete_custom_field: Não foi possível apagar o campo personalizado
909 error_can_not_delete_custom_field: Não foi possível apagar o campo personalizado
908 error_unable_to_connect: Não foi possível ligar (%{value})
910 error_unable_to_connect: Não foi possível ligar (%{value})
909 error_can_not_remove_role: Esta função está actualmente em uso e não pode ser apagada.
911 error_can_not_remove_role: Esta função está actualmente em uso e não pode ser apagada.
910 error_can_not_delete_tracker: Existem ainda tarefas nesta categoria. Não é possível apagar este tipo de tarefa.
912 error_can_not_delete_tracker: Existem ainda tarefas nesta categoria. Não é possível apagar este tipo de tarefa.
911 field_principal: Principal
913 field_principal: Principal
912 label_my_page_block: Bloco da minha página
914 label_my_page_block: Bloco da minha página
913 notice_failed_to_save_members: "Erro ao guardar o(s) membro(s): %{errors}."
915 notice_failed_to_save_members: "Erro ao guardar o(s) membro(s): %{errors}."
914 text_zoom_out: Ampliar
916 text_zoom_out: Ampliar
915 text_zoom_in: Reduzir
917 text_zoom_in: Reduzir
916 notice_unable_delete_time_entry: Não foi possível apagar a entrada de tempo registado.
918 notice_unable_delete_time_entry: Não foi possível apagar a entrada de tempo registado.
917 label_overall_spent_time: Total de tempo registado
919 label_overall_spent_time: Total de tempo registado
918 field_time_entries: Tempo registado
920 field_time_entries: Tempo registado
919 project_module_gantt: Gantt
921 project_module_gantt: Gantt
920 project_module_calendar: Calendário
922 project_module_calendar: Calendário
921 button_edit_associated_wikipage: "Editar página Wiki associada: %{page_title}"
923 button_edit_associated_wikipage: "Editar página Wiki associada: %{page_title}"
922 field_text: Campo de texto
924 field_text: Campo de texto
923 label_user_mail_option_only_owner: Apenas para tarefas das quais sou proprietário
925 label_user_mail_option_only_owner: Apenas para tarefas das quais sou proprietário
924 setting_default_notification_option: Opção predefinida de notificação
926 setting_default_notification_option: Opção predefinida de notificação
925 label_user_mail_option_only_my_events: Apenas para tarefas que observo ou em que estou envolvido
927 label_user_mail_option_only_my_events: Apenas para tarefas que observo ou em que estou envolvido
926 label_user_mail_option_only_assigned: Apenas para tarefas que me foram atribuídas
928 label_user_mail_option_only_assigned: Apenas para tarefas que me foram atribuídas
927 label_user_mail_option_none: Sem eventos
929 label_user_mail_option_none: Sem eventos
928 field_member_of_group: Grupo do detentor de atribuição
930 field_member_of_group: Grupo do detentor de atribuição
929 field_assigned_to_role: Papel do detentor de atribuição
931 field_assigned_to_role: Papel do detentor de atribuição
930 notice_not_authorized_archived_project: O projecto a que tentou aceder foi arquivado.
932 notice_not_authorized_archived_project: O projecto a que tentou aceder foi arquivado.
931 label_principal_search: "Procurar utilizador ou grupo:"
933 label_principal_search: "Procurar utilizador ou grupo:"
932 label_user_search: "Procurar utilizador:"
934 label_user_search: "Procurar utilizador:"
933 field_visible: Visível
935 field_visible: Visível
934 setting_emails_header: Cabeçalho dos e-mails
936 setting_emails_header: Cabeçalho dos e-mails
935 setting_commit_logtime_activity_id: Actividade para tempo registado
937 setting_commit_logtime_activity_id: Actividade para tempo registado
936 text_time_logged_by_changeset: Aplicado no conjunto de alterações %{value}.
938 text_time_logged_by_changeset: Aplicado no conjunto de alterações %{value}.
937 setting_commit_logtime_enabled: Activar registo de tempo
939 setting_commit_logtime_enabled: Activar registo de tempo
938 notice_gantt_chart_truncated: O gráfico foi truncado porque excede o número máximo de itens visíveis (%{max.})
940 notice_gantt_chart_truncated: O gráfico foi truncado porque excede o número máximo de itens visíveis (%{max.})
939 setting_gantt_items_limit: Número máximo de itens exibidos no gráfico Gantt
941 setting_gantt_items_limit: Número máximo de itens exibidos no gráfico Gantt
940 field_warn_on_leaving_unsaved: Avisar-me quando deixar uma página com texto por salvar
942 field_warn_on_leaving_unsaved: Avisar-me quando deixar uma página com texto por salvar
941 text_warn_on_leaving_unsaved: A página actual contém texto por salvar que será perdido caso saia desta página.
943 text_warn_on_leaving_unsaved: A página actual contém texto por salvar que será perdido caso saia desta página.
942 label_my_queries: As minhas consultas
944 label_my_queries: As minhas consultas
943 text_journal_changed_no_detail: "%{label} actualizada"
945 text_journal_changed_no_detail: "%{label} actualizada"
944 label_news_comment_added: Comentário adicionado a uma notícia
946 label_news_comment_added: Comentário adicionado a uma notícia
945 button_expand_all: Expandir todos
947 button_expand_all: Expandir todos
946 button_collapse_all: Minimizar todos
948 button_collapse_all: Minimizar todos
947 label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando a tarefa está atribuida ao utilizador
949 label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando a tarefa está atribuida ao utilizador
948 label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o utilizador é o autor da tarefa
950 label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o utilizador é o autor da tarefa
949 label_bulk_edit_selected_time_entries: Edição em massa de registos de tempo
951 label_bulk_edit_selected_time_entries: Edição em massa de registos de tempo
950 text_time_entries_destroy_confirmation: Têm a certeza que pretende apagar o(s) registo(s) de tempo selecionado(s)?
952 text_time_entries_destroy_confirmation: Têm a certeza que pretende apagar o(s) registo(s) de tempo selecionado(s)?
951 label_role_anonymous: Anónimo
953 label_role_anonymous: Anónimo
952 label_role_non_member: Não membro
954 label_role_non_member: Não membro
953 label_issue_note_added: Nota adicionada
955 label_issue_note_added: Nota adicionada
954 label_issue_status_updated: Estado actualizado
956 label_issue_status_updated: Estado actualizado
955 label_issue_priority_updated: Prioridade adicionada
957 label_issue_priority_updated: Prioridade adicionada
956 label_issues_visibility_own: Tarefas criadas ou atribuídas ao utilizador
958 label_issues_visibility_own: Tarefas criadas ou atribuídas ao utilizador
957 field_issues_visibility: Visibilidade das tarefas
959 field_issues_visibility: Visibilidade das tarefas
958 label_issues_visibility_all: Todas as tarefas
960 label_issues_visibility_all: Todas as tarefas
959 permission_set_own_issues_private: Configurar as suas tarefas como públicas ou privadas
961 permission_set_own_issues_private: Configurar as suas tarefas como públicas ou privadas
960 field_is_private: Privado
962 field_is_private: Privado
961 permission_set_issues_private: Configurar tarefas como públicas ou privadas
963 permission_set_issues_private: Configurar tarefas como públicas ou privadas
962 label_issues_visibility_public: Todas as tarefas públicas
964 label_issues_visibility_public: Todas as tarefas públicas
963 text_issues_destroy_descendants_confirmation: Irá apagar também %{count} subtarefa(s).
965 text_issues_destroy_descendants_confirmation: Irá apagar também %{count} subtarefa(s).
964 field_commit_logs_encoding: Codificação das mensagens de commit
966 field_commit_logs_encoding: Codificação das mensagens de commit
965 field_scm_path_encoding: Codificação do caminho
967 field_scm_path_encoding: Codificação do caminho
966 text_scm_path_encoding_note: "Por omissão: UTF-8"
968 text_scm_path_encoding_note: "Por omissão: UTF-8"
967 field_path_to_repository: Caminho para o repositório
969 field_path_to_repository: Caminho para o repositório
968 field_root_directory: Raíz do directório
970 field_root_directory: Raíz do directório
969 field_cvs_module: Módulo
971 field_cvs_module: Módulo
970 field_cvsroot: CVSROOT
972 field_cvsroot: CVSROOT
971 text_mercurial_repository_note: "Repositório local (ex: /hgrepo, c:\\hgrepo)"
973 text_mercurial_repository_note: "Repositório local (ex: /hgrepo, c:\\hgrepo)"
972 text_scm_command: Comando
974 text_scm_command: Comando
973 text_scm_command_version: Versão
975 text_scm_command_version: Versão
974 label_git_report_last_commit: Analisar último commit por ficheiros e pastas
976 label_git_report_last_commit: Analisar último commit por ficheiros e pastas
975 text_scm_config: Pode configurar os comando SCM em config/configuration.yml. Por favor reinicie a aplicação depois de alterar o ficheiro.
977 text_scm_config: Pode configurar os comando SCM em config/configuration.yml. Por favor reinicie a aplicação depois de alterar o ficheiro.
976 text_scm_command_not_available: O comando SCM não está disponível. Por favor verifique as configurações no painel de administração.
978 text_scm_command_not_available: O comando SCM não está disponível. Por favor verifique as configurações no painel de administração.
977 notice_issue_successful_create: Tarefa %{id} criada.
979 notice_issue_successful_create: Tarefa %{id} criada.
978 label_between: entre
980 label_between: entre
979 setting_issue_group_assignment: Permitir atribuir tarefas a grupos
981 setting_issue_group_assignment: Permitir atribuir tarefas a grupos
980 label_diff: diferença
982 label_diff: diferença
981 text_git_repository_note: O repositório é local (e.g. /gitrepo, c:\gitrepo)
983 text_git_repository_note: O repositório é local (e.g. /gitrepo, c:\gitrepo)
982 description_query_sort_criteria_direction: Direcção da ordenação
984 description_query_sort_criteria_direction: Direcção da ordenação
983 description_project_scope: Âmbito da pesquisa
985 description_project_scope: Âmbito da pesquisa
984 description_filter: Filtro
986 description_filter: Filtro
985 description_user_mail_notification: Configurações das notificações por email
987 description_user_mail_notification: Configurações das notificações por email
986 description_date_from: Introduza data de início
988 description_date_from: Introduza data de início
987 description_message_content: Conteúdo da mensagem
989 description_message_content: Conteúdo da mensagem
988 description_available_columns: Colunas disponíveis
990 description_available_columns: Colunas disponíveis
989 description_date_range_interval: Escolha o intervalo seleccionando a data de início e de fim
991 description_date_range_interval: Escolha o intervalo seleccionando a data de início e de fim
990 description_issue_category_reassign: Escolha a categoria da tarefa
992 description_issue_category_reassign: Escolha a categoria da tarefa
991 description_search: Campo de pesquisa
993 description_search: Campo de pesquisa
992 description_notes: Notas
994 description_notes: Notas
993 description_date_range_list: Escolha o intervalo da lista
995 description_date_range_list: Escolha o intervalo da lista
994 description_choose_project: Projecto
996 description_choose_project: Projecto
995 description_date_to: Introduza data de fim
997 description_date_to: Introduza data de fim
996 description_query_sort_criteria_attribute: Ordenar atributos
998 description_query_sort_criteria_attribute: Ordenar atributos
997 description_wiki_subpages_reassign: Escolha nova página pai
999 description_wiki_subpages_reassign: Escolha nova página pai
998 description_selected_columns: Colunas seleccionadas
1000 description_selected_columns: Colunas seleccionadas
999 label_parent_revision: Pai
1001 label_parent_revision: Pai
1000 label_child_revision: Filha
1002 label_child_revision: Filha
1001 error_scm_annotate_big_text_file: Esta entrada não pode ser anotada, excede o tamanha máximo.
1003 error_scm_annotate_big_text_file: Esta entrada não pode ser anotada, excede o tamanha máximo.
1002 setting_default_issue_start_date_to_creation_date: Utilizar a data actual como data de início para novas tarefas
1004 setting_default_issue_start_date_to_creation_date: Utilizar a data actual como data de início para novas tarefas
1003 button_edit_section: Editar esta secção
1005 button_edit_section: Editar esta secção
1004 setting_repositories_encodings: Codificação dos anexos e repositórios
1006 setting_repositories_encodings: Codificação dos anexos e repositórios
1005 description_all_columns: Todas as colunas
1007 description_all_columns: Todas as colunas
1006 button_export: Exportar
1008 button_export: Exportar
1007 label_export_options: "%{export_format} opções de exportação"
1009 label_export_options: "%{export_format} opções de exportação"
1008 error_attachment_too_big: Este ficheiro não pode ser carregado pois excede o tamanho máximo permitido por ficheiro (%{max_size})
1010 error_attachment_too_big: Este ficheiro não pode ser carregado pois excede o tamanho máximo permitido por ficheiro (%{max_size})
1009 notice_failed_to_save_time_entries: "Falha ao guardar %{count} registo(s) de tempo dos %{total} seleccionados: %{ids}."
1011 notice_failed_to_save_time_entries: "Falha ao guardar %{count} registo(s) de tempo dos %{total} seleccionados: %{ids}."
1010 label_x_issues:
1012 label_x_issues:
1011 zero: 0 tarefas
1013 zero: 0 tarefas
1012 one: 1 tarefa
1014 one: 1 tarefa
1013 other: "%{count} tarefas"
1015 other: "%{count} tarefas"
1014 label_repository_new: Novo repositório
1016 label_repository_new: Novo repositório
1015 field_repository_is_default: Repositório principal
1017 field_repository_is_default: Repositório principal
1016 label_copy_attachments: Copiar anexos
1018 label_copy_attachments: Copiar anexos
1017 label_item_position: "%{position}/%{count}"
1019 label_item_position: "%{position}/%{count}"
1018 label_completed_versions: Versões completas
1020 label_completed_versions: Versões completas
1019 text_project_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar.
1021 text_project_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar.
1020 field_multiple: Múltiplos valores
1022 field_multiple: Múltiplos valores
1021 setting_commit_cross_project_ref: Permitir que tarefas dos restantes projectos sejam referenciadas e resolvidas
1023 setting_commit_cross_project_ref: Permitir que tarefas dos restantes projectos sejam referenciadas e resolvidas
1022 text_issue_conflict_resolution_add_notes: Adicionar as minhas notas e descartar as minhas restantes alterações
1024 text_issue_conflict_resolution_add_notes: Adicionar as minhas notas e descartar as minhas restantes alterações
1023 text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações (notas antigas serão mantidas mas algumas alterações podem se perder)
1025 text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações (notas antigas serão mantidas mas algumas alterações podem se perder)
1024 notice_issue_update_conflict: Esta tarefa foi actualizada por outro utilizador enquanto estava a edita-la.
1026 notice_issue_update_conflict: Esta tarefa foi actualizada por outro utilizador enquanto estava a edita-la.
1025 text_issue_conflict_resolution_cancel: Descartar todas as minhas alterações e actualizar %{link}
1027 text_issue_conflict_resolution_cancel: Descartar todas as minhas alterações e actualizar %{link}
1026 permission_manage_related_issues: Gerir tarefas relacionadas
1028 permission_manage_related_issues: Gerir tarefas relacionadas
1027 field_auth_source_ldap_filter: Filtro LDAP
1029 field_auth_source_ldap_filter: Filtro LDAP
1028 label_search_for_watchers: Pesquisar por observadores para adicionar
1030 label_search_for_watchers: Pesquisar por observadores para adicionar
1029 notice_account_deleted: A sua conta foi apagada permanentemente.
1031 notice_account_deleted: A sua conta foi apagada permanentemente.
1030 setting_unsubscribe: Permitir aos utilizadores apagarem a sua própria conta
1032 setting_unsubscribe: Permitir aos utilizadores apagarem a sua própria conta
1031 button_delete_my_account: Apagar a minha conta
1033 button_delete_my_account: Apagar a minha conta
1032 text_account_destroy_confirmation: |-
1034 text_account_destroy_confirmation: |-
1033 Têm a certeza que pretende avançar?
1035 Têm a certeza que pretende avançar?
1034 A sua conta vai ser permanentemente apagada, não será possível recupera-la.
1036 A sua conta vai ser permanentemente apagada, não será possível recupera-la.
1035 error_session_expired: A sua sessão expirou. Por-favor autentique-se novamente.
1037 error_session_expired: A sua sessão expirou. Por-favor autentique-se novamente.
1036 text_session_expiration_settings: "Atenção: alterar estas configurações pode fazer expirar as sessões em curso, incluíndo a sua."
1038 text_session_expiration_settings: "Atenção: alterar estas configurações pode fazer expirar as sessões em curso, incluíndo a sua."
1037 setting_session_lifetime: Duração máxima da sessão
1039 setting_session_lifetime: Duração máxima da sessão
1038 setting_session_timeout: Tempo limite de inactividade da sessão
1040 setting_session_timeout: Tempo limite de inactividade da sessão
1039 label_session_expiration: Expiração da sessão
1041 label_session_expiration: Expiração da sessão
1040 permission_close_project: Fechar / re-abrir o projecto
1042 permission_close_project: Fechar / re-abrir o projecto
1041 label_show_closed_projects: Ver os projectos fechados
1043 label_show_closed_projects: Ver os projectos fechados
1042 button_close: Fechar
1044 button_close: Fechar
1043 button_reopen: Re-abrir
1045 button_reopen: Re-abrir
1044 project_status_active: activo
1046 project_status_active: activo
1045 project_status_closed: fechado
1047 project_status_closed: fechado
1046 project_status_archived: arquivado
1048 project_status_archived: arquivado
1047 text_project_closed: Este projecto está fechado e é apenas de leitura.
1049 text_project_closed: Este projecto está fechado e é apenas de leitura.
1048 notice_user_successful_create: Utilizador %{id} criado.
1050 notice_user_successful_create: Utilizador %{id} criado.
1049 field_core_fields: Campos padrão
1051 field_core_fields: Campos padrão
1050 field_timeout: Tempo limite (em segundos)
1052 field_timeout: Tempo limite (em segundos)
1051 setting_thumbnails_enabled: Apresentar miniaturas dos anexos
1053 setting_thumbnails_enabled: Apresentar miniaturas dos anexos
1052 setting_thumbnails_size: Tamanho das miniaturas (em pixeis)
1054 setting_thumbnails_size: Tamanho das miniaturas (em pixeis)
1053 label_status_transitions: Estado das transições
1055 label_status_transitions: Estado das transições
1054 label_fields_permissions: Permissões do campo
1056 label_fields_permissions: Permissões do campo
1055 label_readonly: Apenas de leitura
1057 label_readonly: Apenas de leitura
1056 label_required: Obrigatório
1058 label_required: Obrigatório
1057 text_repository_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar.
1059 text_repository_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar.
1058 field_board_parent: Fórum pai
1060 field_board_parent: Fórum pai
1059 label_attribute_of_project: "%{name} do Projecto"
1061 label_attribute_of_project: "%{name} do Projecto"
1060 label_attribute_of_author: "%{name} do Autor"
1062 label_attribute_of_author: "%{name} do Autor"
1061 label_attribute_of_assigned_to: "%{name} do atribuído"
1063 label_attribute_of_assigned_to: "%{name} do atribuído"
1062 label_attribute_of_fixed_version: "%{name} da Versão"
1064 label_attribute_of_fixed_version: "%{name} da Versão"
1063 label_copy_subtasks: Copiar sub-tarefas
1065 label_copy_subtasks: Copiar sub-tarefas
1064 label_copied_to: copiado para
1066 label_copied_to: copiado para
1065 label_copied_from: copiado de
1067 label_copied_from: copiado de
1066 label_any_issues_in_project: tarefas do projecto
1068 label_any_issues_in_project: tarefas do projecto
1067 label_any_issues_not_in_project: tarefas sem projecto
1069 label_any_issues_not_in_project: tarefas sem projecto
1068 field_private_notes: Notas privadas
1070 field_private_notes: Notas privadas
1069 permission_view_private_notes: Ver notas privadas
1071 permission_view_private_notes: Ver notas privadas
1070 permission_set_notes_private: Configurar notas como privadas
1072 permission_set_notes_private: Configurar notas como privadas
1071 label_no_issues_in_project: sem tarefas no projecto
1073 label_no_issues_in_project: sem tarefas no projecto
1072 label_any: todos
1074 label_any: todos
1073 label_last_n_weeks: últimas %{count} semanas
1075 label_last_n_weeks: últimas %{count} semanas
1074 setting_cross_project_subtasks: Permitir sub-tarefas entre projectos
1076 setting_cross_project_subtasks: Permitir sub-tarefas entre projectos
1075 label_cross_project_descendants: Com os sub-projectos
1077 label_cross_project_descendants: Com os sub-projectos
1076 label_cross_project_tree: Com árvore do projecto
1078 label_cross_project_tree: Com árvore do projecto
1077 label_cross_project_hierarchy: Com hierarquia do projecto
1079 label_cross_project_hierarchy: Com hierarquia do projecto
1078 label_cross_project_system: Com todos os projectos
1080 label_cross_project_system: Com todos os projectos
1079 button_hide: Esconder
1081 button_hide: Esconder
1080 setting_non_working_week_days: Dias não úteis
1082 setting_non_working_week_days: Dias não úteis
1081 label_in_the_next_days: no futuro
1083 label_in_the_next_days: no futuro
1082 label_in_the_past_days: no passado
1084 label_in_the_past_days: no passado
1083 label_attribute_of_user: Do utilizador %{name}
1085 label_attribute_of_user: Do utilizador %{name}
1084 text_turning_multiple_off: Se desactivar a escolha múltipla,
1086 text_turning_multiple_off: Se desactivar a escolha múltipla,
1085 a escolha múltipla será apagada de modo a manter apenas um valor por item.
1087 a escolha múltipla será apagada de modo a manter apenas um valor por item.
1086 label_attribute_of_issue: Tarefa de %{name}
1088 label_attribute_of_issue: Tarefa de %{name}
1087 permission_add_documents: Adicionar documentos
1089 permission_add_documents: Adicionar documentos
1088 permission_edit_documents: Editar documentos
1090 permission_edit_documents: Editar documentos
1089 permission_delete_documents: Apagar documentos
1091 permission_delete_documents: Apagar documentos
1090 label_gantt_progress_line: Barra de progresso
1092 label_gantt_progress_line: Barra de progresso
1091 setting_jsonp_enabled: Activar suporte JSONP
1093 setting_jsonp_enabled: Activar suporte JSONP
1092 field_inherit_members: Herdar membros
1094 field_inherit_members: Herdar membros
1093 field_closed_on: Fechado
1095 field_closed_on: Fechado
1094 field_generate_password: Generate password
1096 field_generate_password: Generate password
1095 setting_default_projects_tracker_ids: Default trackers for new projects
1097 setting_default_projects_tracker_ids: Default trackers for new projects
1096 label_total_time: Total
1098 label_total_time: Total
General Comments 0
You need to be logged in to leave comments. Login now