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