Mercurial > hg > soundsoftware-site
comparison .svn/pristine/a0/a08d9efaa1fdce6da7c3589a96b91c744a36f751.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
1 uk: | |
2 direction: ltr | |
3 date: | |
4 formats: | |
5 # Use the strftime parameters for formats. | |
6 # When no format has been given, it uses default. | |
7 # You can provide other formats here if you like! | |
8 default: "%Y-%m-%d" | |
9 short: "%b %d" | |
10 long: "%B %d, %Y" | |
11 | |
12 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] | |
13 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] | |
14 | |
15 # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
16 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | |
17 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | |
18 # Used in date_select and datime_select. | |
19 order: | |
20 - :year | |
21 - :month | |
22 - :day | |
23 | |
24 time: | |
25 formats: | |
26 default: "%a, %d %b %Y %H:%M:%S %z" | |
27 time: "%H:%M" | |
28 short: "%d %b %H:%M" | |
29 long: "%B %d, %Y %H:%M" | |
30 am: "am" | |
31 pm: "pm" | |
32 | |
33 datetime: | |
34 distance_in_words: | |
35 half_a_minute: "half a minute" | |
36 less_than_x_seconds: | |
37 one: "less than 1 second" | |
38 other: "less than %{count} seconds" | |
39 x_seconds: | |
40 one: "1 second" | |
41 other: "%{count} seconds" | |
42 less_than_x_minutes: | |
43 one: "less than a minute" | |
44 other: "less than %{count} minutes" | |
45 x_minutes: | |
46 one: "1 minute" | |
47 other: "%{count} minutes" | |
48 about_x_hours: | |
49 one: "about 1 hour" | |
50 other: "about %{count} hours" | |
51 x_hours: | |
52 one: "1 hour" | |
53 other: "%{count} hours" | |
54 x_days: | |
55 one: "1 day" | |
56 other: "%{count} days" | |
57 about_x_months: | |
58 one: "about 1 month" | |
59 other: "about %{count} months" | |
60 x_months: | |
61 one: "1 month" | |
62 other: "%{count} months" | |
63 about_x_years: | |
64 one: "about 1 year" | |
65 other: "about %{count} years" | |
66 over_x_years: | |
67 one: "over 1 year" | |
68 other: "over %{count} years" | |
69 almost_x_years: | |
70 one: "almost 1 year" | |
71 other: "almost %{count} years" | |
72 | |
73 number: | |
74 format: | |
75 separator: "." | |
76 delimiter: "" | |
77 precision: 3 | |
78 human: | |
79 format: | |
80 precision: 3 | |
81 delimiter: "" | |
82 storage_units: | |
83 format: "%n %u" | |
84 units: | |
85 kb: KB | |
86 tb: TB | |
87 gb: GB | |
88 byte: | |
89 one: Byte | |
90 other: Bytes | |
91 mb: MB | |
92 | |
93 # Used in array.to_sentence. | |
94 support: | |
95 array: | |
96 sentence_connector: "and" | |
97 skip_last_comma: false | |
98 | |
99 activerecord: | |
100 errors: | |
101 template: | |
102 header: | |
103 one: "1 error prohibited this %{model} from being saved" | |
104 other: "%{count} errors prohibited this %{model} from being saved" | |
105 messages: | |
106 inclusion: "немає в списку" | |
107 exclusion: "зарезервовано" | |
108 invalid: "невірне" | |
109 confirmation: "не збігається з підтвердженням" | |
110 accepted: "необхідно прийняти" | |
111 empty: "не може бути порожнім" | |
112 blank: "не може бути незаповненим" | |
113 too_long: "дуже довге" | |
114 too_short: "дуже коротке" | |
115 wrong_length: "не відповідає довжині" | |
116 taken: "вже використовується" | |
117 not_a_number: "не є числом" | |
118 not_a_date: "є недійсною датою" | |
119 greater_than: "must be greater than %{count}" | |
120 greater_than_or_equal_to: "must be greater than or equal to %{count}" | |
121 equal_to: "must be equal to %{count}" | |
122 less_than: "must be less than %{count}" | |
123 less_than_or_equal_to: "must be less than or equal to %{count}" | |
124 odd: "must be odd" | |
125 even: "must be even" | |
126 greater_than_start_date: "повинна бути пізніша за дату початку" | |
127 not_same_project: "не відносяться до одного проекту" | |
128 circular_dependency: "Такий зв'язок приведе до циклічної залежності" | |
129 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" | |
130 | |
131 actionview_instancetag_blank_option: Оберіть | |
132 | |
133 general_text_No: 'Ні' | |
134 general_text_Yes: 'Так' | |
135 general_text_no: 'Ні' | |
136 general_text_yes: 'Так' | |
137 general_lang_name: 'Ukrainian (Українська)' | |
138 general_csv_separator: ',' | |
139 general_csv_decimal_separator: '.' | |
140 general_csv_encoding: UTF-8 | |
141 general_pdf_encoding: UTF-8 | |
142 general_first_day_of_week: '1' | |
143 | |
144 notice_account_updated: Обліковий запис успішно оновлений. | |
145 notice_account_invalid_creditentials: Неправильне ім'я користувача або пароль | |
146 notice_account_password_updated: Пароль успішно оновлений. | |
147 notice_account_wrong_password: Невірний пароль | |
148 notice_account_register_done: Обліковий запис успішно створений. Для активації Вашого облікового запису зайдіть по посиланню, яке відіслане вам електронною поштою. | |
149 notice_account_unknown_email: Невідомий користувач. | |
150 notice_can_t_change_password: Для даного облікового запису використовується джерело зовнішньої аутентифікації. Неможливо змінити пароль. | |
151 notice_account_lost_email_sent: Вам відправлений лист з інструкціями по вибору нового пароля. | |
152 notice_account_activated: Ваш обліковий запис активований. Ви можете увійти. | |
153 notice_successful_create: Створення успішно завершене. | |
154 notice_successful_update: Оновлення успішно завершене. | |
155 notice_successful_delete: Видалення успішно завершене. | |
156 notice_successful_connection: Підключення успішно встановлене. | |
157 notice_file_not_found: Сторінка, на яку ви намагаєтеся зайти, не існує або видалена. | |
158 notice_locking_conflict: Дані оновлено іншим користувачем. | |
159 notice_scm_error: Запису та/або виправлення немає в репозиторії. | |
160 notice_not_authorized: У вас немає прав для відвідини даної сторінки. | |
161 notice_email_sent: "Відправлено листа %{value}" | |
162 notice_email_error: "Під час відправки листа відбулася помилка (%{value})" | |
163 notice_feeds_access_key_reseted: Ваш ключ доступу RSS було скинуто. | |
164 notice_failed_to_save_issues: "Не вдалося зберегти %{count} пункт(ів) з %{total} вибраних: %{ids}." | |
165 notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати." | |
166 notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором." | |
167 | |
168 mail_subject_lost_password: "Ваш %{value} пароль" | |
169 mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:' | |
170 mail_subject_register: "Активація облікового запису %{value}" | |
171 mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:' | |
172 mail_body_account_information_external: "Ви можете використовувати ваш %{value} обліковий запис для входу." | |
173 mail_body_account_information: Інформація по Вашому обліковому запису | |
174 mail_subject_account_activation_request: "Запит на активацію облікового запису %{value}" | |
175 mail_body_account_activation_request: "Новий користувач (%{value}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:" | |
176 | |
177 | |
178 field_name: Ім'я | |
179 field_description: Опис | |
180 field_summary: Короткий опис | |
181 field_is_required: Необхідно | |
182 field_firstname: Ім'я | |
183 field_lastname: Прізвище | |
184 field_mail: Ел. пошта | |
185 field_filename: Файл | |
186 field_filesize: Розмір | |
187 field_downloads: Завантаження | |
188 field_author: Автор | |
189 field_created_on: Створено | |
190 field_updated_on: Оновлено | |
191 field_field_format: Формат | |
192 field_is_for_all: Для усіх проектів | |
193 field_possible_values: Можливі значення | |
194 field_regexp: Регулярний вираз | |
195 field_min_length: Мінімальна довжина | |
196 field_max_length: Максимальна довжина | |
197 field_value: Значення | |
198 field_category: Категорія | |
199 field_title: Назва | |
200 field_project: Проект | |
201 field_issue: Питання | |
202 field_status: Статус | |
203 field_notes: Примітки | |
204 field_is_closed: Питання закрито | |
205 field_is_default: Типове значення | |
206 field_tracker: Координатор | |
207 field_subject: Тема | |
208 field_due_date: Дата виконання | |
209 field_assigned_to: Призначена до | |
210 field_priority: Пріоритет | |
211 field_fixed_version: Target version | |
212 field_user: Користувач | |
213 field_role: Роль | |
214 field_homepage: Домашня сторінка | |
215 field_is_public: Публічний | |
216 field_parent: Підпроект | |
217 field_is_in_roadmap: Питання, що відображаються в оперативному плані | |
218 field_login: Вхід | |
219 field_mail_notification: Повідомлення за електронною поштою | |
220 field_admin: Адміністратор | |
221 field_last_login_on: Останнє підключення | |
222 field_language: Мова | |
223 field_effective_date: Дата | |
224 field_password: Пароль | |
225 field_new_password: Новий пароль | |
226 field_password_confirmation: Підтвердження | |
227 field_version: Версія | |
228 field_type: Тип | |
229 field_host: Машина | |
230 field_port: Порт | |
231 field_account: Обліковий запис | |
232 field_base_dn: Базове відмітне ім'я | |
233 field_attr_login: Атрибут Реєстрація | |
234 field_attr_firstname: Атрибут Ім'я | |
235 field_attr_lastname: Атрибут Прізвище | |
236 field_attr_mail: Атрибут Email | |
237 field_onthefly: Створення користувача на льоту | |
238 field_start_date: Початок | |
239 field_done_ratio: "% зроблено" | |
240 field_auth_source: Режим аутентифікації | |
241 field_hide_mail: Приховувати мій email | |
242 field_comments: Коментар | |
243 field_url: URL | |
244 field_start_page: Стартова сторінка | |
245 field_subproject: Підпроект | |
246 field_hours: Годин(и/а) | |
247 field_activity: Діяльність | |
248 field_spent_on: Дата | |
249 field_identifier: Ідентифікатор | |
250 field_is_filter: Використовується як фільтр | |
251 field_issue_to: Зв'язані задачі | |
252 field_delay: Відкласти | |
253 field_assignable: Задача може бути призначена цій ролі | |
254 field_redirect_existing_links: Перенаправити існуючі посилання | |
255 field_estimated_hours: Оцінний час | |
256 field_column_names: Колонки | |
257 field_time_zone: Часовий пояс | |
258 field_searchable: Вживається у пошуку | |
259 | |
260 setting_app_title: Назва додатку | |
261 setting_app_subtitle: Підзаголовок додатку | |
262 setting_welcome_text: Текст привітання | |
263 setting_default_language: Стандартна мова | |
264 setting_login_required: Необхідна аутентифікація | |
265 setting_self_registration: Можлива само-реєстрація | |
266 setting_attachment_max_size: Максимальний размір вкладення | |
267 setting_issues_export_limit: Обмеження по задачах, що експортуються | |
268 setting_mail_from: email адреса для передачі інформації | |
269 setting_bcc_recipients: Отримувачі сліпої копії (bcc) | |
270 setting_host_name: Им'я машини | |
271 setting_text_formatting: Форматування тексту | |
272 setting_wiki_compression: Стиснення історії Wiki | |
273 setting_feeds_limit: Обмеження змісту подачі | |
274 setting_autofetch_changesets: Автоматично доставати доповнення | |
275 setting_sys_api_enabled: Дозволити WS для управління репозиторієм | |
276 setting_commit_ref_keywords: Ключові слова для посилання | |
277 setting_commit_fix_keywords: Призначення ключових слів | |
278 setting_autologin: Автоматичний вхід | |
279 setting_date_format: Формат дати | |
280 setting_time_format: Формат часу | |
281 setting_cross_project_issue_relations: Дозволити міжпроектні відносини між питаннями | |
282 setting_issue_list_default_columns: Колонки, що відображаються за умовчанням в списку питань | |
283 setting_emails_footer: Підпис до електронної пошти | |
284 setting_protocol: Протокол | |
285 | |
286 label_user: Користувач | |
287 label_user_plural: Користувачі | |
288 label_user_new: Новий користувач | |
289 label_project: Проект | |
290 label_project_new: Новий проект | |
291 label_project_plural: Проекти | |
292 label_x_projects: | |
293 zero: no projects | |
294 one: 1 project | |
295 other: "%{count} projects" | |
296 label_project_all: Усі проекти | |
297 label_project_latest: Останні проекти | |
298 label_issue: Питання | |
299 label_issue_new: Нові питання | |
300 label_issue_plural: Питання | |
301 label_issue_view_all: Проглянути всі питання | |
302 label_issues_by: "Питання за %{value}" | |
303 label_document: Документ | |
304 label_document_new: Новий документ | |
305 label_document_plural: Документи | |
306 label_role: Роль | |
307 label_role_plural: Ролі | |
308 label_role_new: Нова роль | |
309 label_role_and_permissions: Ролі і права доступу | |
310 label_member: Учасник | |
311 label_member_new: Новий учасник | |
312 label_member_plural: Учасники | |
313 label_tracker: Координатор | |
314 label_tracker_plural: Координатори | |
315 label_tracker_new: Новий Координатор | |
316 label_workflow: Послідовність дій | |
317 label_issue_status: Статус питання | |
318 label_issue_status_plural: Статуси питань | |
319 label_issue_status_new: Новий статус | |
320 label_issue_category: Категорія питання | |
321 label_issue_category_plural: Категорії питань | |
322 label_issue_category_new: Нова категорія | |
323 label_custom_field: Поле клієнта | |
324 label_custom_field_plural: Поля клієнта | |
325 label_custom_field_new: Нове поле клієнта | |
326 label_enumerations: Довідники | |
327 label_enumeration_new: Нове значення | |
328 label_information: Інформація | |
329 label_information_plural: Інформація | |
330 label_please_login: Будь ласка, увійдіть | |
331 label_register: Зареєструватися | |
332 label_password_lost: Забули пароль | |
333 label_home: Домашня сторінка | |
334 label_my_page: Моя сторінка | |
335 label_my_account: Мій обліковий запис | |
336 label_my_projects: Мої проекти | |
337 label_administration: Адміністрування | |
338 label_login: Увійти | |
339 label_logout: Вийти | |
340 label_help: Допомога | |
341 label_reported_issues: Створені питання | |
342 label_assigned_to_me_issues: Мої питання | |
343 label_last_login: Останнє підключення | |
344 label_registered_on: Зареєстрований(а) | |
345 label_activity: Активність | |
346 label_new: Новий | |
347 label_logged_as: Увійшов як | |
348 label_environment: Оточення | |
349 label_authentication: Аутентифікація | |
350 label_auth_source: Режим аутентифікації | |
351 label_auth_source_new: Новий режим аутентифікації | |
352 label_auth_source_plural: Режими аутентифікації | |
353 label_subproject_plural: Підпроекти | |
354 label_min_max_length: Мінімальна - максимальна довжина | |
355 label_list: Список | |
356 label_date: Дата | |
357 label_integer: Цілий | |
358 label_float: З плаваючою крапкою | |
359 label_boolean: Логічний | |
360 label_string: Текст | |
361 label_text: Довгий текст | |
362 label_attribute: Атрибут | |
363 label_attribute_plural: атрибути | |
364 label_no_data: Немає даних для відображення | |
365 label_change_status: Змінити статус | |
366 label_history: Історія | |
367 label_attachment: Файл | |
368 label_attachment_new: Новий файл | |
369 label_attachment_delete: Видалити файл | |
370 label_attachment_plural: Файли | |
371 label_report: Звіт | |
372 label_report_plural: Звіти | |
373 label_news: Новини | |
374 label_news_new: Додати новину | |
375 label_news_plural: Новини | |
376 label_news_latest: Останні новини | |
377 label_news_view_all: Подивитися всі новини | |
378 label_settings: Налаштування | |
379 label_overview: Перегляд | |
380 label_version: Версія | |
381 label_version_new: Нова версія | |
382 label_version_plural: Версії | |
383 label_confirmation: Підтвердження | |
384 label_export_to: Експортувати в | |
385 label_read: Читання... | |
386 label_public_projects: Публічні проекти | |
387 label_open_issues: відкрите | |
388 label_open_issues_plural: відкриті | |
389 label_closed_issues: закрите | |
390 label_closed_issues_plural: закриті | |
391 label_x_open_issues_abbr_on_total: | |
392 zero: 0 open / %{total} | |
393 one: 1 open / %{total} | |
394 other: "%{count} open / %{total}" | |
395 label_x_open_issues_abbr: | |
396 zero: 0 open | |
397 one: 1 open | |
398 other: "%{count} open" | |
399 label_x_closed_issues_abbr: | |
400 zero: 0 closed | |
401 one: 1 closed | |
402 other: "%{count} closed" | |
403 label_total: Всього | |
404 label_permissions: Права доступу | |
405 label_current_status: Поточний статус | |
406 label_new_statuses_allowed: Дозволені нові статуси | |
407 label_all: Усі | |
408 label_none: Нікому | |
409 label_nobody: Ніхто | |
410 label_next: Наступний | |
411 label_previous: Попередній | |
412 label_used_by: Використовується | |
413 label_details: Подробиці | |
414 label_add_note: Додати зауваження | |
415 label_per_page: На сторінку | |
416 label_calendar: Календар | |
417 label_months_from: місяців(ця) з | |
418 label_gantt: Діаграма Ганта | |
419 label_internal: Внутрішній | |
420 label_last_changes: "останні %{count} змін" | |
421 label_change_view_all: Проглянути всі зміни | |
422 label_personalize_page: Персоналізувати цю сторінку | |
423 label_comment: Коментувати | |
424 label_comment_plural: Коментарі | |
425 label_x_comments: | |
426 zero: no comments | |
427 one: 1 comment | |
428 other: "%{count} comments" | |
429 label_comment_add: Залишити коментар | |
430 label_comment_added: Коментар додано | |
431 label_comment_delete: Видалити коментарі | |
432 label_query: Запит клієнта | |
433 label_query_plural: Запити клієнтів | |
434 label_query_new: Новий запит | |
435 label_filter_add: Додати фільтр | |
436 label_filter_plural: Фільтри | |
437 label_equals: є | |
438 label_not_equals: немає | |
439 label_in_less_than: менш ніж | |
440 label_in_more_than: більш ніж | |
441 label_in: у | |
442 label_today: сьогодні | |
443 label_this_week: цього тижня | |
444 label_less_than_ago: менш ніж днів(я) назад | |
445 label_more_than_ago: більш ніж днів(я) назад | |
446 label_ago: днів(я) назад | |
447 label_contains: містить | |
448 label_not_contains: не містить | |
449 label_day_plural: днів(я) | |
450 label_repository: Репозиторій | |
451 label_browse: Проглянути | |
452 label_revision: Версія | |
453 label_revision_plural: Версій | |
454 label_added: додано | |
455 label_modified: змінене | |
456 label_deleted: видалено | |
457 label_latest_revision: Остання версія | |
458 label_latest_revision_plural: Останні версії | |
459 label_view_revisions: Проглянути версії | |
460 label_max_size: Максимальний розмір | |
461 label_sort_highest: У початок | |
462 label_sort_higher: Вгору | |
463 label_sort_lower: Вниз | |
464 label_sort_lowest: У кінець | |
465 label_roadmap: Оперативний план | |
466 label_roadmap_due_in: "Строк %{value}" | |
467 label_roadmap_overdue: "%{value} запізнення" | |
468 label_roadmap_no_issues: Немає питань для даної версії | |
469 label_search: Пошук | |
470 label_result_plural: Результати | |
471 label_all_words: Всі слова | |
472 label_wiki: Wiki | |
473 label_wiki_edit: Редагування Wiki | |
474 label_wiki_edit_plural: Редагування Wiki | |
475 label_wiki_page: Сторінка Wiki | |
476 label_wiki_page_plural: Сторінки Wiki | |
477 label_index_by_title: Індекс за назвою | |
478 label_index_by_date: Індекс за датою | |
479 label_current_version: Поточна версія | |
480 label_preview: Попередній перегляд | |
481 label_feed_plural: Подання | |
482 label_changes_details: Подробиці по всіх змінах | |
483 label_issue_tracking: Координація питань | |
484 label_spent_time: Витрачений час | |
485 label_f_hour: "%{value} година" | |
486 label_f_hour_plural: "%{value} годин(и)" | |
487 label_time_tracking: Облік часу | |
488 label_change_plural: Зміни | |
489 label_statistics: Статистика | |
490 label_commits_per_month: Подань на місяць | |
491 label_commits_per_author: Подань на користувача | |
492 label_view_diff: Проглянути відмінності | |
493 label_diff_inline: підключений | |
494 label_diff_side_by_side: поряд | |
495 label_options: Опції | |
496 label_copy_workflow_from: Скопіювати послідовність дій з | |
497 label_permissions_report: Звіт про права доступу | |
498 label_watched_issues: Проглянуті питання | |
499 label_related_issues: Зв'язані питання | |
500 label_applied_status: Застосовний статус | |
501 label_loading: Завантаження... | |
502 label_relation_new: Новий зв'язок | |
503 label_relation_delete: Видалити зв'язок | |
504 label_relates_to: пов'язане з | |
505 label_duplicates: дублює | |
506 label_blocks: блокує | |
507 label_blocked_by: заблоковане | |
508 label_precedes: передує | |
509 label_follows: наступний за | |
510 label_end_to_start: з кінця до початку | |
511 label_end_to_end: з кінця до кінця | |
512 label_start_to_start: з початку до початку | |
513 label_start_to_end: з початку до кінця | |
514 label_stay_logged_in: Залишатися в системі | |
515 label_disabled: відключений | |
516 label_show_completed_versions: Показати завершені версії | |
517 label_me: мене | |
518 label_board: Форум | |
519 label_board_new: Новий форум | |
520 label_board_plural: Форуми | |
521 label_topic_plural: Теми | |
522 label_message_plural: Повідомлення | |
523 label_message_last: Останнє повідомлення | |
524 label_message_new: Нове повідомлення | |
525 label_reply_plural: Відповіді | |
526 label_send_information: Відправити користувачеві інформацію з облікового запису | |
527 label_year: Рік | |
528 label_month: Місяць | |
529 label_week: Неділя | |
530 label_date_from: З | |
531 label_date_to: Кому | |
532 label_language_based: На основі мови користувача | |
533 label_sort_by: "Сортувати за %{value}" | |
534 label_send_test_email: Послати email для перевірки | |
535 label_feeds_access_key_created_on: "Ключ доступу RSS створений %{value} назад " | |
536 label_module_plural: Модулі | |
537 label_added_time_by: "Доданий %{author} %{age} назад" | |
538 label_updated_time: "Оновлений %{value} назад" | |
539 label_jump_to_a_project: Перейти до проекту... | |
540 label_file_plural: Файли | |
541 label_changeset_plural: Набори змін | |
542 label_default_columns: Типові колонки | |
543 label_no_change_option: (Немає змін) | |
544 label_bulk_edit_selected_issues: Редагувати всі вибрані питання | |
545 label_theme: Тема | |
546 label_default: Типовий | |
547 label_search_titles_only: Шукати тільки в назвах | |
548 label_user_mail_option_all: "Для всіх подій у всіх моїх проектах" | |
549 label_user_mail_option_selected: "Для всіх подій тільки у вибраному проекті..." | |
550 label_user_mail_no_self_notified: "Не сповіщати про зміни, які я зробив сам" | |
551 label_registration_activation_by_email: активація облікового запису електронною поштою | |
552 label_registration_manual_activation: ручна активація облікового запису | |
553 label_registration_automatic_activation: автоматична активація облыкового | |
554 label_my_time_report: Мій звіт витраченого часу | |
555 | |
556 button_login: Вхід | |
557 button_submit: Відправити | |
558 button_save: Зберегти | |
559 button_check_all: Відзначити все | |
560 button_uncheck_all: Очистити | |
561 button_delete: Видалити | |
562 button_create: Створити | |
563 button_test: Перевірити | |
564 button_edit: Редагувати | |
565 button_add: Додати | |
566 button_change: Змінити | |
567 button_apply: Застосувати | |
568 button_clear: Очистити | |
569 button_lock: Заблокувати | |
570 button_unlock: Разблокувати | |
571 button_download: Завантажити | |
572 button_list: Список | |
573 button_view: Переглянути | |
574 button_move: Перемістити | |
575 button_back: Назад | |
576 button_cancel: Відмінити | |
577 button_activate: Активувати | |
578 button_sort: Сортувати | |
579 button_log_time: Записати час | |
580 button_rollback: Відкотити до даної версії | |
581 button_watch: Дивитися | |
582 button_unwatch: Не дивитися | |
583 button_reply: Відповісти | |
584 button_archive: Архівувати | |
585 button_unarchive: Розархівувати | |
586 button_reset: Перезапустити | |
587 button_rename: Перейменувати | |
588 button_change_password: Змінити пароль | |
589 button_copy: Копіювати | |
590 button_annotate: Анотувати | |
591 | |
592 status_active: Активний | |
593 status_registered: Зареєстрований | |
594 status_locked: Заблокований | |
595 | |
596 text_select_mail_notifications: Виберіть дії, на які відсилатиметься повідомлення на електронну пошту. | |
597 text_regexp_info: eg. ^[A-Z0-9]+$ | |
598 text_min_max_length_info: 0 означає відсутність заборон | |
599 text_project_destroy_confirmation: Ви наполягаєте на видаленні цього проекту і всієї інформації, що відноситься до нього? | |
600 text_workflow_edit: Виберіть роль і координатор для редагування послідовності дій | |
601 text_are_you_sure: Ви впевнені? | |
602 text_tip_issue_begin_day: день початку задачі | |
603 text_tip_issue_end_day: день завершення задачі | |
604 text_tip_issue_begin_end_day: початок задачі і закінчення цього дня | |
605 text_caracters_maximum: "%{count} символів(а) максимум." | |
606 text_caracters_minimum: "Повинно мати якнайменше %{count} символів(а) у довжину." | |
607 text_length_between: "Довжина між %{min} і %{max} символів." | |
608 text_tracker_no_workflow: Для цього координатора послідовність дій не визначена | |
609 text_unallowed_characters: Заборонені символи | |
610 text_comma_separated: Допустимі декілька значень (розділені комою). | |
611 text_issues_ref_in_commit_messages: Посилання та зміна питань у повідомленнях до подавань | |
612 text_issue_added: "Issue %{id} has been reported by %{author}." | |
613 text_issue_updated: "Issue %{id} has been updated by %{author}." | |
614 text_wiki_destroy_confirmation: Ви впевнені, що хочете видалити цю wiki і весь зміст? | |
615 text_issue_category_destroy_question: "Декілька питань (%{count}) призначено в цю категорію. Що ви хочете зробити?" | |
616 text_issue_category_destroy_assignments: Видалити призначення категорії | |
617 text_issue_category_reassign_to: Перепризначити задачі до даної категорії | |
618 text_user_mail_option: "Для невибраних проектів ви отримуватимете повідомлення тільки про те, що проглядаєте або в чому берете участь (наприклад, питання автором яких ви є або які вам призначені)." | |
619 | |
620 default_role_manager: Менеджер | |
621 default_role_developer: Розробник | |
622 default_role_reporter: Репортер | |
623 # default_tracker_bug: Bug | |
624 # звітів default_tracker_bug: Помилка | |
625 default_tracker_bug: Помилка | |
626 default_tracker_feature: Властивість | |
627 default_tracker_support: Підтримка | |
628 default_issue_status_new: Новий | |
629 default_issue_status_in_progress: In Progress | |
630 default_issue_status_resolved: Вирішено | |
631 default_issue_status_feedback: Зворотний зв'язок | |
632 default_issue_status_closed: Зачинено | |
633 default_issue_status_rejected: Відмовлено | |
634 default_doc_category_user: Документація користувача | |
635 default_doc_category_tech: Технічна документація | |
636 default_priority_low: Низький | |
637 default_priority_normal: Нормальний | |
638 default_priority_high: Високий | |
639 default_priority_urgent: Терміновий | |
640 default_priority_immediate: Негайний | |
641 default_activity_design: Проектування | |
642 default_activity_development: Розробка | |
643 | |
644 enumeration_issue_priorities: Пріоритети питань | |
645 enumeration_doc_categories: Категорії документів | |
646 enumeration_activities: Дії (облік часу) | |
647 text_status_changed_by_changeset: "Applied in changeset %{value}." | |
648 label_display_per_page: "Per page: %{value}" | |
649 label_issue_added: Issue added | |
650 label_issue_updated: Issue updated | |
651 setting_per_page_options: Objects per page options | |
652 notice_default_data_loaded: Default configuration successfully loaded. | |
653 error_scm_not_found: "Entry and/or revision doesn't exist in the repository." | |
654 label_associated_revisions: Associated revisions | |
655 label_document_added: Document added | |
656 label_message_posted: Message added | |
657 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' | |
658 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" | |
659 setting_user_format: Users display format | |
660 label_age: Age | |
661 label_file_added: File added | |
662 label_more: More | |
663 field_default_value: Default value | |
664 label_scm: SCM | |
665 label_general: General | |
666 button_update: Update | |
667 text_select_project_modules: 'Select modules to enable for this project:' | |
668 label_change_properties: Change properties | |
669 text_load_default_configuration: Load the default configuration | |
670 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." | |
671 label_news_added: News added | |
672 label_repository_plural: Repositories | |
673 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" | |
674 project_module_boards: Boards | |
675 project_module_issue_tracking: Issue tracking | |
676 project_module_wiki: Wiki | |
677 project_module_files: Files | |
678 project_module_documents: Documents | |
679 project_module_repository: Repository | |
680 project_module_news: News | |
681 project_module_time_tracking: Time tracking | |
682 text_file_repository_writable: File repository writable | |
683 text_default_administrator_account_changed: Default administrator account changed | |
684 text_rmagick_available: RMagick available (optional) | |
685 button_configure: Configure | |
686 label_plugins: Plugins | |
687 label_ldap_authentication: LDAP authentication | |
688 label_downloads_abbr: D/L | |
689 label_this_month: this month | |
690 label_last_n_days: "last %{count} days" | |
691 label_all_time: all time | |
692 label_this_year: this year | |
693 label_date_range: Date range | |
694 label_last_week: last week | |
695 label_yesterday: yesterday | |
696 label_last_month: last month | |
697 label_add_another_file: Add another file | |
698 label_optional_description: Optional description | |
699 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?" | |
700 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
701 text_assign_time_entries_to_project: Assign reported hours to the project | |
702 text_destroy_time_entries: Delete reported hours | |
703 text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
704 setting_activity_days_default: Days displayed on project activity | |
705 label_chronological_order: In chronological order | |
706 field_comments_sorting: Display comments | |
707 label_reverse_chronological_order: In reverse chronological order | |
708 label_preferences: Preferences | |
709 setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
710 label_overall_activity: Overall activity | |
711 setting_default_projects_public: New projects are public by default | |
712 error_scm_annotate: "The entry does not exist or can not be annotated." | |
713 label_planning: Planning | |
714 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." | |
715 label_and_its_subprojects: "%{value} and its subprojects" | |
716 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" | |
717 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" | |
718 text_user_wrote: "%{value} wrote:" | |
719 label_duplicated_by: duplicated by | |
720 setting_enabled_scm: Enabled SCM | |
721 text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
722 text_enumeration_destroy_question: "%{count} objects are assigned to this value." | |
723 label_incoming_emails: Incoming emails | |
724 label_generate_key: Generate a key | |
725 setting_mail_handler_api_enabled: Enable WS for incoming emails | |
726 setting_mail_handler_api_key: API key | |
727 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." | |
728 field_parent_title: Parent page | |
729 label_issue_watchers: Watchers | |
730 button_quote: Quote | |
731 setting_sequential_project_identifiers: Generate sequential project identifiers | |
732 notice_unable_delete_version: Unable to delete version | |
733 label_renamed: renamed | |
734 label_copied: copied | |
735 setting_plain_text_mail: plain text only (no HTML) | |
736 permission_view_files: View files | |
737 permission_edit_issues: Edit issues | |
738 permission_edit_own_time_entries: Edit own time logs | |
739 permission_manage_public_queries: Manage public queries | |
740 permission_add_issues: Add issues | |
741 permission_log_time: Log spent time | |
742 permission_view_changesets: View changesets | |
743 permission_view_time_entries: View spent time | |
744 permission_manage_versions: Manage versions | |
745 permission_manage_wiki: Manage wiki | |
746 permission_manage_categories: Manage issue categories | |
747 permission_protect_wiki_pages: Protect wiki pages | |
748 permission_comment_news: Comment news | |
749 permission_delete_messages: Delete messages | |
750 permission_select_project_modules: Select project modules | |
751 permission_edit_wiki_pages: Edit wiki pages | |
752 permission_add_issue_watchers: Add watchers | |
753 permission_view_gantt: View gantt chart | |
754 permission_move_issues: Move issues | |
755 permission_manage_issue_relations: Manage issue relations | |
756 permission_delete_wiki_pages: Delete wiki pages | |
757 permission_manage_boards: Manage boards | |
758 permission_delete_wiki_pages_attachments: Delete attachments | |
759 permission_view_wiki_edits: View wiki history | |
760 permission_add_messages: Post messages | |
761 permission_view_messages: View messages | |
762 permission_manage_files: Manage files | |
763 permission_edit_issue_notes: Edit notes | |
764 permission_manage_news: Manage news | |
765 permission_view_calendar: View calendrier | |
766 permission_manage_members: Manage members | |
767 permission_edit_messages: Edit messages | |
768 permission_delete_issues: Delete issues | |
769 permission_view_issue_watchers: View watchers list | |
770 permission_manage_repository: Manage repository | |
771 permission_commit_access: Commit access | |
772 permission_browse_repository: Browse repository | |
773 permission_view_documents: View documents | |
774 permission_edit_project: Edit project | |
775 permission_add_issue_notes: Add notes | |
776 permission_save_queries: Save queries | |
777 permission_view_wiki_pages: View wiki | |
778 permission_rename_wiki_pages: Rename wiki pages | |
779 permission_edit_time_entries: Edit time logs | |
780 permission_edit_own_issue_notes: Edit own notes | |
781 setting_gravatar_enabled: Use Gravatar user icons | |
782 label_example: Example | |
783 text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." | |
784 permission_edit_own_messages: Edit own messages | |
785 permission_delete_own_messages: Delete own messages | |
786 label_user_activity: "%{value}'s activity" | |
787 label_updated_time_by: "Updated by %{author} %{age} ago" | |
788 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
789 setting_diff_max_lines_displayed: Max number of diff lines displayed | |
790 text_plugin_assets_writable: Plugin assets directory writable | |
791 warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
792 button_create_and_continue: Create and continue | |
793 text_custom_field_possible_values_info: 'One line for each value' | |
794 label_display: Display | |
795 field_editable: Editable | |
796 setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
797 setting_file_max_size_displayed: Max size of text files displayed inline | |
798 field_watcher: Watcher | |
799 setting_openid: Allow OpenID login and registration | |
800 field_identity_url: OpenID URL | |
801 label_login_with_open_id_option: or login with OpenID | |
802 field_content: Content | |
803 label_descending: Descending | |
804 label_sort: Sort | |
805 label_ascending: Ascending | |
806 label_date_from_to: From %{start} to %{end} | |
807 label_greater_or_equal: ">=" | |
808 label_less_or_equal: <= | |
809 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? | |
810 text_wiki_page_reassign_children: Reassign child pages to this parent page | |
811 text_wiki_page_nullify_children: Keep child pages as root pages | |
812 text_wiki_page_destroy_children: Delete child pages and all their descendants | |
813 setting_password_min_length: Minimum password length | |
814 field_group_by: Group results by | |
815 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
816 label_wiki_content_added: Wiki page added | |
817 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
818 mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}. | |
819 label_wiki_content_updated: Wiki page updated | |
820 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. | |
821 permission_add_project: Create project | |
822 setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
823 label_view_all_revisions: View all revisions | |
824 label_tag: Tag | |
825 label_branch: Branch | |
826 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
827 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). | |
828 text_journal_changed: "%{label} changed from %{old} to %{new}" | |
829 text_journal_set_to: "%{label} set to %{value}" | |
830 text_journal_deleted: "%{label} deleted (%{old})" | |
831 label_group_plural: Groups | |
832 label_group: Group | |
833 label_group_new: New group | |
834 label_time_entry_plural: Spent time | |
835 text_journal_added: "%{label} %{value} added" | |
836 field_active: Active | |
837 enumeration_system_activity: System Activity | |
838 permission_delete_issue_watchers: Delete watchers | |
839 version_status_closed: closed | |
840 version_status_locked: locked | |
841 version_status_open: open | |
842 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened | |
843 label_user_anonymous: Anonymous | |
844 button_move_and_follow: Move and follow | |
845 setting_default_projects_modules: Default enabled modules for new projects | |
846 setting_gravatar_default: Default Gravatar image | |
847 field_sharing: Sharing | |
848 label_version_sharing_hierarchy: With project hierarchy | |
849 label_version_sharing_system: With all projects | |
850 label_version_sharing_descendants: With subprojects | |
851 label_version_sharing_tree: With project tree | |
852 label_version_sharing_none: Not shared | |
853 error_can_not_archive_project: This project can not be archived | |
854 button_duplicate: Duplicate | |
855 button_copy_and_follow: Copy and follow | |
856 label_copy_source: Source | |
857 setting_issue_done_ratio: Calculate the issue done ratio with | |
858 setting_issue_done_ratio_issue_status: Use the issue status | |
859 error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
860 error_workflow_copy_target: Please select target tracker(s) and role(s) | |
861 setting_issue_done_ratio_issue_field: Use the issue field | |
862 label_copy_same_as_target: Same as target | |
863 label_copy_target: Target | |
864 notice_issue_done_ratios_updated: Issue done ratios updated. | |
865 error_workflow_copy_source: Please select a source tracker or role | |
866 label_update_issue_done_ratios: Update issue done ratios | |
867 setting_start_of_week: Start calendars on | |
868 permission_view_issues: View Issues | |
869 label_display_used_statuses_only: Only display statuses that are used by this tracker | |
870 label_revision_id: Revision %{value} | |
871 label_api_access_key: API access key | |
872 label_api_access_key_created_on: API access key created %{value} ago | |
873 label_feeds_access_key: RSS access key | |
874 notice_api_access_key_reseted: Your API access key was reset. | |
875 setting_rest_api_enabled: Enable REST web service | |
876 label_missing_api_access_key: Missing an API access key | |
877 label_missing_feeds_access_key: Missing a RSS access key | |
878 button_show: Show | |
879 text_line_separated: Multiple values allowed (one line for each value). | |
880 setting_mail_handler_body_delimiters: Truncate emails after one of these lines | |
881 permission_add_subprojects: Create subprojects | |
882 label_subproject_new: New subproject | |
883 text_own_membership_delete_confirmation: |- | |
884 You are about to remove some or all of your permissions and may no longer be able to edit this project after that. | |
885 Are you sure you want to continue? | |
886 label_close_versions: Close completed versions | |
887 label_board_sticky: Sticky | |
888 label_board_locked: Locked | |
889 permission_export_wiki_pages: Export wiki pages | |
890 setting_cache_formatted_text: Cache formatted text | |
891 permission_manage_project_activities: Manage project activities | |
892 error_unable_delete_issue_status: Unable to delete issue status | |
893 label_profile: Profile | |
894 permission_manage_subtasks: Manage subtasks | |
895 field_parent_issue: Parent task | |
896 label_subtask_plural: Subtasks | |
897 label_project_copy_notifications: Send email notifications during the project copy | |
898 error_can_not_delete_custom_field: Unable to delete custom field | |
899 error_unable_to_connect: Unable to connect (%{value}) | |
900 error_can_not_remove_role: This role is in use and can not be deleted. | |
901 error_can_not_delete_tracker: This tracker contains issues and can't be deleted. | |
902 field_principal: Principal | |
903 label_my_page_block: My page block | |
904 notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
905 text_zoom_out: Zoom out | |
906 text_zoom_in: Zoom in | |
907 notice_unable_delete_time_entry: Unable to delete time log entry. | |
908 label_overall_spent_time: Overall spent time | |
909 field_time_entries: Log time | |
910 project_module_gantt: Gantt | |
911 project_module_calendar: Calendar | |
912 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
913 field_text: Text field | |
914 label_user_mail_option_only_owner: Only for things I am the owner of | |
915 setting_default_notification_option: Default notification option | |
916 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | |
917 label_user_mail_option_only_assigned: Only for things I am assigned to | |
918 label_user_mail_option_none: No events | |
919 field_member_of_group: Assignee's group | |
920 field_assigned_to_role: Assignee's role | |
921 notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
922 label_principal_search: "Search for user or group:" | |
923 label_user_search: "Search for user:" | |
924 field_visible: Visible | |
925 setting_commit_logtime_activity_id: Activity for logged time | |
926 text_time_logged_by_changeset: Applied in changeset %{value}. | |
927 setting_commit_logtime_enabled: Enable time logging | |
928 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | |
929 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
930 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text | |
931 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. | |
932 label_my_queries: My custom queries | |
933 text_journal_changed_no_detail: "%{label} updated" | |
934 label_news_comment_added: Comment added to a news | |
935 button_expand_all: Expand all | |
936 button_collapse_all: Collapse all | |
937 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
938 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
939 label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
940 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
941 label_role_anonymous: Anonymous | |
942 label_role_non_member: Non member | |
943 label_issue_note_added: Note added | |
944 label_issue_status_updated: Status updated | |
945 label_issue_priority_updated: Priority updated | |
946 label_issues_visibility_own: Issues created by or assigned to the user | |
947 field_issues_visibility: Issues visibility | |
948 label_issues_visibility_all: All issues | |
949 permission_set_own_issues_private: Set own issues public or private | |
950 field_is_private: Private | |
951 permission_set_issues_private: Set issues public or private | |
952 label_issues_visibility_public: All non private issues | |
953 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
954 field_commit_logs_encoding: Commit messages encoding | |
955 field_scm_path_encoding: Path encoding | |
956 text_scm_path_encoding_note: "Default: UTF-8" | |
957 field_path_to_repository: Path to repository | |
958 field_root_directory: Root directory | |
959 field_cvs_module: Module | |
960 field_cvsroot: CVSROOT | |
961 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
962 text_scm_command: Command | |
963 text_scm_command_version: Version | |
964 label_git_report_last_commit: Report last commit for files and directories | |
965 notice_issue_successful_create: Issue %{id} created. | |
966 label_between: between | |
967 setting_issue_group_assignment: Allow issue assignment to groups | |
968 label_diff: diff | |
969 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
970 description_query_sort_criteria_direction: Sort direction | |
971 description_project_scope: Search scope | |
972 description_filter: Filter | |
973 description_user_mail_notification: Mail notification settings | |
974 description_date_from: Enter start date | |
975 description_message_content: Message content | |
976 description_available_columns: Available Columns | |
977 description_date_range_interval: Choose range by selecting start and end date | |
978 description_issue_category_reassign: Choose issue category | |
979 description_search: Searchfield | |
980 description_notes: Notes | |
981 description_date_range_list: Choose range from list | |
982 description_choose_project: Projects | |
983 description_date_to: Enter end date | |
984 description_query_sort_criteria_attribute: Sort attribute | |
985 description_wiki_subpages_reassign: Choose new parent page | |
986 description_selected_columns: Selected Columns | |
987 label_parent_revision: Parent | |
988 label_child_revision: Child | |
989 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. | |
990 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
991 button_edit_section: Edit this section | |
992 setting_repositories_encodings: Attachments and repositories encodings | |
993 description_all_columns: All Columns | |
994 button_export: Export | |
995 label_export_options: "%{export_format} export options" | |
996 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | |
997 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | |
998 label_x_issues: | |
999 zero: 0 Питання | |
1000 one: 1 Питання | |
1001 other: "%{count} Питання" | |
1002 label_repository_new: New repository | |
1003 field_repository_is_default: Main repository | |
1004 label_copy_attachments: Copy attachments | |
1005 label_item_position: "%{position}/%{count}" | |
1006 label_completed_versions: Completed versions | |
1007 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1008 field_multiple: Multiple values | |
1009 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
1010 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | |
1011 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | |
1012 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1013 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1014 permission_manage_related_issues: Manage related issues | |
1015 field_auth_source_ldap_filter: LDAP filter | |
1016 label_search_for_watchers: Search for watchers to add | |
1017 notice_account_deleted: "Ваш обліковій запис повністю видалений" | |
1018 setting_unsubscribe: "Дозволити користувачам видаляти свої облікові записи" | |
1019 button_delete_my_account: "Видалити мій обліковий запис" | |
1020 text_account_destroy_confirmation: "Ваш обліковий запис буде повністю видалений без можливості відновлення.\nВи певні, что бажаете продовжити?" | |
1021 error_session_expired: Your session has expired. Please login again. | |
1022 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1023 setting_session_lifetime: Session maximum lifetime | |
1024 setting_session_timeout: Session inactivity timeout | |
1025 label_session_expiration: Session expiration | |
1026 permission_close_project: Close / reopen the project | |
1027 label_show_closed_projects: View closed projects | |
1028 button_close: Close | |
1029 button_reopen: Reopen | |
1030 project_status_active: active | |
1031 project_status_closed: closed | |
1032 project_status_archived: archived | |
1033 text_project_closed: This project is closed and read-only. | |
1034 notice_user_successful_create: User %{id} created. | |
1035 field_core_fields: Standard fields | |
1036 field_timeout: Timeout (in seconds) | |
1037 setting_thumbnails_enabled: Display attachment thumbnails | |
1038 setting_thumbnails_size: Thumbnails size (in pixels) | |
1039 label_status_transitions: Status transitions | |
1040 label_fields_permissions: Fields permissions | |
1041 label_readonly: Read-only | |
1042 label_required: Required | |
1043 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1044 field_board_parent: Parent forum | |
1045 label_attribute_of_project: Project's %{name} | |
1046 label_attribute_of_author: Author's %{name} | |
1047 label_attribute_of_assigned_to: Assignee's %{name} | |
1048 label_attribute_of_fixed_version: Target version's %{name} | |
1049 label_copy_subtasks: Copy subtasks | |
1050 label_copied_to: copied to | |
1051 label_copied_from: copied from | |
1052 label_any_issues_in_project: any issues in project | |
1053 label_any_issues_not_in_project: any issues not in project | |
1054 field_private_notes: Private notes | |
1055 permission_view_private_notes: View private notes | |
1056 permission_set_notes_private: Set notes as private | |
1057 label_no_issues_in_project: no issues in project | |
1058 label_any: Усі | |
1059 label_last_n_weeks: last %{count} weeks | |
1060 setting_cross_project_subtasks: Allow cross-project subtasks | |
1061 label_cross_project_descendants: With subprojects | |
1062 label_cross_project_tree: With project tree | |
1063 label_cross_project_hierarchy: With project hierarchy | |
1064 label_cross_project_system: With all projects | |
1065 button_hide: Hide | |
1066 setting_non_working_week_days: Non-working days | |
1067 label_in_the_next_days: in the next | |
1068 label_in_the_past_days: in the past | |
1069 label_attribute_of_user: User's %{name} | |
1070 text_turning_multiple_off: If you disable multiple values, multiple values will be | |
1071 removed in order to preserve only one value per item. | |
1072 label_attribute_of_issue: Issue's %{name} | |
1073 permission_add_documents: Add documents | |
1074 permission_edit_documents: Edit documents | |
1075 permission_delete_documents: Delete documents | |
1076 label_gantt_progress_line: Progress line | |
1077 setting_jsonp_enabled: Enable JSONP support | |
1078 field_inherit_members: Inherit members | |
1079 field_closed_on: Closed | |
1080 setting_default_projects_tracker_ids: Default trackers for new projects | |
1081 label_total_time: Всього | |
1082 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. | |
1083 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. | |
1084 setting_emails_header: Email header |