annotate config/locales/mk.yml @ 867:470587927974 feature_113

Close obsolete branch feature_113
author Chris Cannam
date Fri, 29 Apr 2011 13:29:15 +0100
parents 74cb18079dd6
children b859cc0c4fa1
rev   line source
chris@37 1 mk:
chris@37 2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
chris@37 3 direction: ltr
chris@37 4 date:
chris@37 5 formats:
chris@37 6 # Use the strftime parameters for formats.
chris@37 7 # When no format has been given, it uses default.
chris@37 8 # You can provide other formats here if you like!
chris@37 9 default: "%d/%m/%Y"
chris@37 10 short: "%d %b"
chris@37 11 long: "%d %B, %Y"
chris@37 12
chris@37 13 day_names: [недела, понеделник, вторник, среда, четврток, петок, сабота]
chris@37 14 abbr_day_names: [нед, пон, вто, сре, чет, пет, саб]
chris@37 15
chris@37 16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
chris@37 17 month_names: [~, јануари, февруари, март, април, мај, јуни, јули, август, септември, октомври, ноември, декември]
chris@37 18 abbr_month_names: [~, јан, фев, мар, апр, мај, јун, јул, авг, сеп, окт, ное, дек]
chris@37 19 # Used in date_select and datime_select.
chris@37 20 order: [ :day, :month, :year ]
chris@37 21
chris@37 22 time:
chris@37 23 formats:
chris@37 24 default: "%d/%m/%Y %H:%M"
chris@37 25 time: "%H:%M"
chris@37 26 short: "%d %b %H:%M"
chris@37 27 long: "%d %B, %Y %H:%M"
chris@37 28 am: "предпладне"
chris@37 29 pm: "попладне"
chris@37 30
chris@37 31 datetime:
chris@37 32 distance_in_words:
chris@37 33 half_a_minute: "пола минута"
chris@37 34 less_than_x_seconds:
chris@37 35 one: "помалку од 1 секунда"
chris@37 36 other: "помалку од {{count}} секунди"
chris@37 37 x_seconds:
chris@37 38 one: "1 секунда"
chris@37 39 other: "{{count}} секунди"
chris@37 40 less_than_x_minutes:
chris@37 41 one: "помалку од 1 минута"
chris@37 42 other: "помалку од {{count}} минути"
chris@37 43 x_minutes:
chris@37 44 one: "1 минута"
chris@37 45 other: "{{count}} минути"
chris@37 46 about_x_hours:
chris@37 47 one: "околу 1 час"
chris@37 48 other: "околу {{count}} часа"
chris@37 49 x_days:
chris@37 50 one: "1 ден"
chris@37 51 other: "{{count}} дена"
chris@37 52 about_x_months:
chris@37 53 one: "околу 1 месец"
chris@37 54 other: "околу {{count}} месеци"
chris@37 55 x_months:
chris@37 56 one: "1 месец"
chris@37 57 other: "{{count}} месеци"
chris@37 58 about_x_years:
chris@37 59 one: "околу 1 година"
chris@37 60 other: "околу {{count}} години"
chris@37 61 over_x_years:
chris@37 62 one: "преку 1 година"
chris@37 63 other: "преку {{count}} години"
chris@37 64 almost_x_years:
chris@37 65 one: "скоро 1 година"
chris@37 66 other: "скоро {{count}} години"
chris@37 67
chris@37 68 number:
chris@37 69 # Default format for numbers
chris@37 70 format:
chris@37 71 separator: "."
chris@37 72 delimiter: ""
chris@37 73 precision: 3
chris@37 74 human:
chris@37 75 format:
chris@37 76 delimiter: ""
chris@37 77 precision: 1
chris@37 78 storage_units:
chris@37 79 format: "%n %u"
chris@37 80 units:
chris@37 81 byte:
chris@37 82 one: "Byte"
chris@37 83 other: "Bytes"
chris@37 84 kb: "KB"
chris@37 85 mb: "MB"
chris@37 86 gb: "GB"
chris@37 87 tb: "TB"
chris@37 88
chris@37 89
chris@37 90 # Used in array.to_sentence.
chris@37 91 support:
chris@37 92 array:
chris@37 93 sentence_connector: "и"
chris@37 94 skip_last_comma: false
chris@37 95
chris@37 96 activerecord:
chris@37 97 errors:
chris@37 98 messages:
chris@37 99 inclusion: "не е вклучено во листата"
chris@37 100 exclusion: "е резервирано"
chris@37 101 invalid: "е невалидно"
chris@37 102 confirmation: "не се совпаѓа со потврдата"
chris@37 103 accepted: "мора да е прифатено"
chris@37 104 empty: "неможе да е празно"
chris@37 105 blank: "неможе да е празно"
chris@37 106 too_long: "е предолго (макс. {{count}} знаци)"
chris@37 107 too_short: "е прекратко (мин. {{count}} знаци)"
chris@37 108 wrong_length: "е погрешна должина (треба да е {{count}} знаци)"
chris@37 109 taken: "е веќе зафатено"
chris@37 110 not_a_number: "не е број"
chris@37 111 not_a_date: "не е валидна дата"
chris@37 112 greater_than: "мора да е поголемо од {{count}}"
chris@37 113 greater_than_or_equal_to: "мора да е поголемо или еднакво на {{count}}"
chris@37 114 equal_to: "мора да е еднакво на {{count}}"
chris@37 115 less_than: "мора да е помало од {{count}}"
chris@37 116 less_than_or_equal_to: "мора да е помало или еднакво на {{count}}"
chris@37 117 odd: "мора да е непарно"
chris@37 118 even: "мора да е парно"
chris@37 119 greater_than_start_date: "мора да е поголема од почетната дата"
chris@37 120 not_same_project: "не припаѓа на истиот проект"
chris@37 121 circular_dependency: "Оваа врска ќе креира кружна зависност"
chris@37 122 cant_link_an_issue_with_a_descendant: "Задача неможе да се поврзе со една од нејзините подзадачи"
chris@37 123
chris@37 124 actionview_instancetag_blank_option: Изберете
chris@37 125
chris@37 126 general_text_No: 'Не'
chris@37 127 general_text_Yes: 'Да'
chris@37 128 general_text_no: 'не'
chris@37 129 general_text_yes: 'да'
chris@37 130 general_lang_name: 'Macedonian (Македонски)'
chris@37 131 general_csv_separator: ','
chris@37 132 general_csv_decimal_separator: '.'
chris@37 133 general_csv_encoding: UTF-8
chris@37 134 general_pdf_encoding: UTF-8
chris@37 135 general_first_day_of_week: '1'
chris@37 136
chris@37 137 notice_account_updated: Профилот е успешно ажуриран.
chris@37 138 notice_account_invalid_creditentials: Неточен корисник или лозинка
chris@37 139 notice_account_password_updated: Лозинката е успешно ажурирана.
chris@37 140 notice_account_wrong_password: Погрешна лозинка
chris@37 141 notice_account_register_done: Профилот е успешно креиран. За активација, клкнете на врската што ви е пратена по е-пошта.
chris@37 142 notice_account_unknown_email: Непознат корисник.
chris@37 143 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
chris@37 144 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
chris@37 145 notice_account_activated: Your account has been activated. You can now log in.
chris@37 146 notice_successful_create: Успешно креирање.
chris@37 147 notice_successful_update: Успешно ажурирање.
chris@37 148 notice_successful_delete: Успешно бришење.
chris@37 149 notice_successful_connection: Успешна конекција.
chris@37 150 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
chris@37 151 notice_locking_conflict: Data has been updated by another user.
chris@37 152 notice_not_authorized: You are not authorized to access this page.
chris@37 153 notice_email_sent: "Е-порака е пратена на {{value}}"
chris@37 154 notice_email_error: "Се случи грешка при праќање на е-пораката ({{value}})"
chris@37 155 notice_feeds_access_key_reseted: Вашиот RSS клуч за пристап е reset.
chris@37 156 notice_api_access_key_reseted: Вашиот API клуч за пристап е reset.
chris@37 157 notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
chris@37 158 notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
chris@37 159 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
chris@37 160 notice_account_pending: "Your account was created and is now pending administrator approval."
chris@37 161 notice_default_data_loaded: Default configuration successfully loaded.
chris@37 162 notice_unable_delete_version: Unable to delete version.
chris@37 163 notice_unable_delete_time_entry: Unable to delete time log entry.
chris@37 164 notice_issue_done_ratios_updated: Issue done ratios updated.
chris@37 165
chris@37 166 error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}"
chris@37 167 error_scm_not_found: "The entry or revision was not found in the repository."
chris@37 168 error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
chris@37 169 error_scm_annotate: "The entry does not exist or can not be annotated."
chris@37 170 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
chris@37 171 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
chris@37 172 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
chris@37 173 error_can_not_delete_custom_field: Unable to delete custom field
chris@37 174 error_can_not_delete_tracker: "This tracker contains issues and can't be deleted."
chris@37 175 error_can_not_remove_role: "This role is in use and can not be deleted."
chris@37 176 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened'
chris@37 177 error_can_not_archive_project: This project can not be archived
chris@37 178 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
chris@37 179 error_workflow_copy_source: 'Please select a source tracker or role'
chris@37 180 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
chris@37 181 error_unable_delete_issue_status: 'Unable to delete issue status'
chris@37 182 error_unable_to_connect: "Unable to connect ({{value}})"
chris@37 183 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
chris@37 184
chris@37 185 mail_subject_lost_password: "Вашата {{value}} лозинка"
chris@37 186 mail_body_lost_password: 'To change your password, click on the following link:'
chris@37 187 mail_subject_register: "Your {{value}} account activation"
chris@37 188 mail_body_register: 'To activate your account, click on the following link:'
chris@37 189 mail_body_account_information_external: "You can use your {{value}} account to log in."
chris@37 190 mail_body_account_information: Your account information
chris@37 191 mail_subject_account_activation_request: "{{value}} account activation request"
chris@37 192 mail_body_account_activation_request: "Нов корисник ({{value}}) е регистриран. The account is pending your approval:"
chris@37 193 mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
chris@37 194 mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
chris@37 195 mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
chris@37 196 mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}."
chris@37 197 mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
chris@37 198 mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}."
chris@37 199
chris@37 200 gui_validation_error: 1 грешка
chris@37 201 gui_validation_error_plural: "{{count}} грешки"
chris@37 202
chris@37 203 field_name: Име
chris@37 204 field_description: Опис
chris@37 205 field_summary: Краток опис
chris@37 206 field_is_required: Задолжително
chris@37 207 field_firstname: Име
chris@37 208 field_lastname: Презиме
chris@37 209 field_mail: Е-пошта
chris@37 210 field_filename: Датотека
chris@37 211 field_filesize: Големина
chris@37 212 field_downloads: Превземања
chris@37 213 field_author: Автор
chris@37 214 field_created_on: Креиран
chris@37 215 field_updated_on: Ажурирано
chris@37 216 field_field_format: Формат
chris@37 217 field_is_for_all: За сите проекти
chris@37 218 field_possible_values: Можни вредности
chris@37 219 field_regexp: Regular expression
chris@37 220 field_min_length: Минимална должина
chris@37 221 field_max_length: Максимална должина
chris@37 222 field_value: Вредност
chris@37 223 field_category: Категорија
chris@37 224 field_title: Наслов
chris@37 225 field_project: Проект
chris@37 226 field_issue: Задача
chris@37 227 field_status: Статус
chris@37 228 field_notes: Белешки
chris@37 229 field_is_closed: Задачата е затворена
chris@37 230 field_is_default: Default value
chris@37 231 field_tracker: Tracker
chris@37 232 field_subject: Наслов
chris@37 233 field_due_date: Краен рок
chris@37 234 field_assigned_to: Доделена на
chris@37 235 field_priority: Приоритет
chris@37 236 field_fixed_version: Target version
chris@37 237 field_user: Корисник
chris@37 238 field_principal: Principal
chris@37 239 field_role: Улога
chris@37 240 field_homepage: Веб страна
chris@37 241 field_is_public: Јавен
chris@37 242 field_parent: Подпроект на
chris@37 243 field_is_in_roadmap: Issues displayed in roadmap
chris@37 244 field_login: Корисник
chris@37 245 field_mail_notification: Известувања по e-пошта
chris@37 246 field_admin: Администратор
chris@37 247 field_last_login_on: Последна најава
chris@37 248 field_language: Јазик
chris@37 249 field_effective_date: Дата
chris@37 250 field_password: Лозинка
chris@37 251 field_new_password: Нова лозинка
chris@37 252 field_password_confirmation: Потврда
chris@37 253 field_version: Верзија
chris@37 254 field_type: Тип
chris@37 255 field_host: Хост
chris@37 256 field_port: Порт
chris@37 257 field_account: Account
chris@37 258 field_base_dn: Base DN
chris@37 259 field_attr_login: Login attribute
chris@37 260 field_attr_firstname: Firstname attribute
chris@37 261 field_attr_lastname: Lastname attribute
chris@37 262 field_attr_mail: Email attribute
chris@37 263 field_onthefly: Моментално (On-the-fly) креирање на корисници
chris@37 264 field_done_ratio: % Завршено
chris@37 265 field_auth_source: Режим на автентикација
chris@37 266 field_hide_mail: Криј ја мојата адреса на е-пошта
chris@37 267 field_comments: Коментар
chris@37 268 field_url: URL
chris@37 269 field_start_page: Почетна страна
chris@37 270 field_subproject: Подпроект
chris@37 271 field_hours: Часови
chris@37 272 field_activity: Активност
chris@37 273 field_spent_on: Дата
chris@37 274 field_identifier: Идентификатор
chris@37 275 field_is_filter: Користи како филтер
chris@37 276 field_issue_to: Поврзана задача
chris@37 277 field_delay: Доцнење
chris@37 278 field_assignable: На оваа улога може да се доделуваат задачи
chris@37 279 field_redirect_existing_links: Пренасочи ги постоечките врски
chris@37 280 field_estimated_hours: Проценето време
chris@37 281 field_column_names: Колони
chris@37 282 field_time_entries: Бележи време
chris@37 283 field_time_zone: Временска зона
chris@37 284 field_searchable: Може да се пребарува
chris@37 285 field_default_value: Default value
chris@37 286 field_comments_sorting: Прикажувај коментари
chris@37 287 field_parent_title: Parent page
chris@37 288 field_editable: Може да се уредува
chris@37 289 field_watcher: Watcher
chris@37 290 field_identity_url: OpenID URL
chris@37 291 field_content: Содржина
chris@37 292 field_group_by: Групирај ги резултатите според
chris@37 293 field_sharing: Споделување
chris@37 294 field_parent_issue: Parent task
chris@37 295
chris@37 296 setting_app_title: Наслов на апликацијата
chris@37 297 setting_app_subtitle: Поднаслов на апликацијата
chris@37 298 setting_welcome_text: Текст за добредојде
chris@37 299 setting_default_language: Default јазик
chris@37 300 setting_login_required: Задолжителна автентикација
chris@37 301 setting_self_registration: Само-регистрација
chris@37 302 setting_attachment_max_size: Макс. големина на прилог
chris@37 303 setting_issues_export_limit: Issues export limit
chris@37 304 setting_mail_from: Emission email address
chris@37 305 setting_bcc_recipients: Blind carbon copy recipients (bcc)
chris@37 306 setting_plain_text_mail: Текстуални е-пораки (без HTML)
chris@37 307 setting_host_name: Име на хост и патека
chris@37 308 setting_text_formatting: Форматирање на текст
chris@37 309 setting_wiki_compression: Компресија на историјата на вики
chris@37 310 setting_feeds_limit: Feed content limit
chris@37 311 setting_default_projects_public: Новите проекти се иницијално јавни
chris@37 312 setting_autofetch_changesets: Autofetch commits
chris@37 313 setting_sys_api_enabled: Enable WS for repository management
chris@37 314 setting_commit_ref_keywords: Referencing keywords
chris@37 315 setting_commit_fix_keywords: Fixing keywords
chris@37 316 setting_autologin: Автоматска најава
chris@37 317 setting_date_format: Формат на дата
chris@37 318 setting_time_format: Формат на време
chris@37 319 setting_cross_project_issue_relations: Дозволи релации на задачи меѓу проекти
chris@37 320 setting_issue_list_default_columns: Default columns displayed on the issue list
chris@37 321 setting_repositories_encodings: Repositories encodings
chris@37 322 setting_commit_logs_encoding: Commit messages encoding
chris@37 323 setting_emails_footer: Emails footer
chris@37 324 setting_protocol: Протокол
chris@37 325 setting_per_page_options: Objects per page options
chris@37 326 setting_user_format: Приказ на корисниците
chris@37 327 setting_activity_days_default: Денови прикажана во активноста на проектот
chris@37 328 setting_display_subprojects_issues: Прикажи ги задачите на подпроектите во главните проекти
chris@37 329 setting_enabled_scm: Овозможи SCM
chris@37 330 setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
chris@37 331 setting_mail_handler_api_enabled: Enable WS for incoming emails
chris@37 332 setting_mail_handler_api_key: API клуч
chris@37 333 setting_sequential_project_identifiers: Генерирај последователни идентификатори на проекти
chris@37 334 setting_gravatar_enabled: Користи Gravatar кориснички икони
chris@37 335 setting_gravatar_default: Default Gravatar image
chris@37 336 setting_diff_max_lines_displayed: Max number of diff lines displayed
chris@37 337 setting_file_max_size_displayed: Max size of text files displayed inline
chris@37 338 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
chris@37 339 setting_openid: Дозволи OpenID најава и регистрација
chris@37 340 setting_password_min_length: Мин. должина на лозинка
chris@37 341 setting_new_project_user_role_id: Улога доделена на неадминистраторски корисник кој креира проект
chris@37 342 setting_default_projects_modules: Default enabled modules for new projects
chris@37 343 setting_issue_done_ratio: Calculate the issue done ratio with
chris@37 344 setting_issue_done_ratio_issue_field: Use the issue field
chris@37 345 setting_issue_done_ratio_issue_status: Use the issue status
chris@37 346 setting_start_of_week: Start calendars on
chris@37 347 setting_rest_api_enabled: Enable REST web service
chris@37 348 setting_cache_formatted_text: Cache formatted text
chris@37 349
chris@37 350 permission_add_project: Креирај проекти
chris@37 351 permission_add_subprojects: Креирај подпроекти
chris@37 352 permission_edit_project: Уреди проект
chris@37 353 permission_select_project_modules: Изберете модули за проект
chris@37 354 permission_manage_members: Manage members
chris@37 355 permission_manage_project_activities: Manage project activities
chris@37 356 permission_manage_versions: Manage versions
chris@37 357 permission_manage_categories: Manage issue categories
chris@37 358 permission_view_issues: Прегледај задачи
chris@37 359 permission_add_issues: Додавај задачи
chris@37 360 permission_edit_issues: Уредувај задачи
chris@37 361 permission_manage_issue_relations: Manage issue relations
chris@37 362 permission_add_issue_notes: Додавај белешки
chris@37 363 permission_edit_issue_notes: Уредувај белешки
chris@37 364 permission_edit_own_issue_notes: Уредувај сопствени белешки
chris@37 365 permission_move_issues: Преместувај задачи
chris@37 366 permission_delete_issues: Бриши задачи
chris@37 367 permission_manage_public_queries: Manage public queries
chris@37 368 permission_save_queries: Save queries
chris@37 369 permission_view_gantt: View gantt chart
chris@37 370 permission_view_calendar: View calendar
chris@37 371 permission_view_issue_watchers: View watchers list
chris@37 372 permission_add_issue_watchers: Add watchers
chris@37 373 permission_delete_issue_watchers: Delete watchers
chris@37 374 permission_log_time: Бележи потрошено време
chris@37 375 permission_view_time_entries: Прегледај потрошено време
chris@37 376 permission_edit_time_entries: Уредувај белешки за потрошено време
chris@37 377 permission_edit_own_time_entries: Уредувај сопствени белешки за потрошено време
chris@37 378 permission_manage_news: Manage news
chris@37 379 permission_comment_news: Коментирај на вести
chris@37 380 permission_manage_documents: Manage documents
chris@37 381 permission_view_documents: Прегледувај документи
chris@37 382 permission_manage_files: Manage files
chris@37 383 permission_view_files: Прегледувај датотеки
chris@37 384 permission_manage_wiki: Manage wiki
chris@37 385 permission_rename_wiki_pages: Преименувај вики страници
chris@37 386 permission_delete_wiki_pages: Бриши вики страници
chris@37 387 permission_view_wiki_pages: Прегледувај вики
chris@37 388 permission_view_wiki_edits: Прегледувај вики историја
chris@37 389 permission_edit_wiki_pages: Уредувај вики страници
chris@37 390 permission_delete_wiki_pages_attachments: Бриши прилози
chris@37 391 permission_protect_wiki_pages: Заштитувај вики страници
chris@37 392 permission_manage_repository: Manage repository
chris@37 393 permission_browse_repository: Browse repository
chris@37 394 permission_view_changesets: View changesets
chris@37 395 permission_commit_access: Commit access
chris@37 396 permission_manage_boards: Manage boards
chris@37 397 permission_view_messages: View messages
chris@37 398 permission_add_messages: Post messages
chris@37 399 permission_edit_messages: Уредувај пораки
chris@37 400 permission_edit_own_messages: Уредувај сопствени пораки
chris@37 401 permission_delete_messages: Бриши пораки
chris@37 402 permission_delete_own_messages: Бриши сопствени пораки
chris@37 403 permission_export_wiki_pages: Export wiki pages
chris@37 404 permission_manage_subtasks: Manage subtasks
chris@37 405
chris@37 406 project_module_issue_tracking: Следење на задачи
chris@37 407 project_module_time_tracking: Следење на време
chris@37 408 project_module_news: Вести
chris@37 409 project_module_documents: Документи
chris@37 410 project_module_files: Датотеки
chris@37 411 project_module_wiki: Вики
chris@37 412 project_module_repository: Repository
chris@37 413 project_module_boards: Форуми
chris@37 414 project_module_calendar: Календар
chris@37 415 project_module_gantt: Gantt
chris@37 416
chris@37 417 label_user: Корисник
chris@37 418 label_user_plural: Корисници
chris@37 419 label_user_new: Нов корисник
chris@37 420 label_user_anonymous: Анонимен
chris@37 421 label_project: Проект
chris@37 422 label_project_new: Нов проект
chris@37 423 label_project_plural: Проекти
chris@37 424 label_x_projects:
chris@37 425 zero: нема проекти
chris@37 426 one: 1 проект
chris@37 427 other: "{{count}} проекти"
chris@37 428 label_project_all: Сите проекти
chris@37 429 label_project_latest: Последните проекти
chris@37 430 label_issue: Задача
chris@37 431 label_issue_new: Нова задача
chris@37 432 label_issue_plural: Задачи
chris@37 433 label_issue_view_all: Прегледај ги сите задачи
chris@37 434 label_issues_by: "Задачи по {{value}}"
chris@37 435 label_issue_added: Задачата е додадена
chris@37 436 label_issue_updated: Задачата е ажурирана
chris@37 437 label_document: Документ
chris@37 438 label_document_new: Нов документ
chris@37 439 label_document_plural: Документи
chris@37 440 label_document_added: Документот е додаден
chris@37 441 label_role: Улога
chris@37 442 label_role_plural: Улоги
chris@37 443 label_role_new: Нова улога
chris@37 444 label_role_and_permissions: Улоги и овластувања
chris@37 445 label_member: Член
chris@37 446 label_member_new: Нов член
chris@37 447 label_member_plural: Членови
chris@37 448 label_tracker: Tracker
chris@37 449 label_tracker_plural: Trackers
chris@37 450 label_tracker_new: New tracker
chris@37 451 label_workflow: Workflow
chris@37 452 label_issue_status: Статус на задача
chris@37 453 label_issue_status_plural: Статуси на задачи
chris@37 454 label_issue_status_new: Нов статус
chris@37 455 label_issue_category: Категорија на задача
chris@37 456 label_issue_category_plural: Категории на задачи
chris@37 457 label_issue_category_new: Нова категорија
chris@37 458 label_custom_field: Прилагодено поле
chris@37 459 label_custom_field_plural: Прилагодени полиња
chris@37 460 label_custom_field_new: Ново прилагодено поле
chris@37 461 label_enumerations: Enumerations
chris@37 462 label_enumeration_new: Нова вредност
chris@37 463 label_information: Информација
chris@37 464 label_information_plural: Информации
chris@37 465 label_please_login: Најави се
chris@37 466 label_register: Регистрирај се
chris@37 467 label_login_with_open_id_option: или најави се со OpenID
chris@37 468 label_password_lost: Изгубена лозинка
chris@37 469 label_home: Почетна
Chris@95 470 label_home_heading: Почетна
chris@37 471 label_my_page: Мојата страна
chris@37 472 label_my_account: Мојот профил
chris@37 473 label_my_projects: Мои проекти
chris@37 474 label_my_page_block: Блок елемент
chris@37 475 label_administration: Администрација
chris@37 476 label_login: Најави се
chris@37 477 label_logout: Одјави се
chris@37 478 label_help: Помош
chris@37 479 label_reported_issues: Пријавени задачи
chris@37 480 label_assigned_to_me_issues: Задачи доделени на мене
chris@37 481 label_last_login: Последна најава
chris@37 482 label_registered_on: Регистриран на
chris@37 483 label_activity: Активност
chris@37 484 label_overall_activity: Севкупна активност
chris@37 485 label_user_activity: "Активност на {{value}}"
chris@37 486 label_new: Нова
chris@37 487 label_logged_as: Најавени сте како
chris@37 488 label_environment: Опкружување
chris@37 489 label_authentication: Автентикација
chris@37 490 label_auth_source: Режим на автентикација
chris@37 491 label_auth_source_new: Нов режим на автентикација
chris@37 492 label_auth_source_plural: Режими на автентикација
chris@37 493 label_subproject_plural: Подпроекти
chris@37 494 label_subproject_new: Нов подпроект
chris@37 495 label_and_its_subprojects: "{{value}} и неговите подпроекти"
chris@37 496 label_min_max_length: Мин. - Макс. должина
chris@37 497 label_list: Листа
chris@37 498 label_date: Дата
chris@37 499 label_integer: Integer
chris@37 500 label_float: Float
chris@37 501 label_boolean: Boolean
chris@37 502 label_string: Текст
chris@37 503 label_text: Долг текст
chris@37 504 label_attribute: Атрибут
chris@37 505 label_attribute_plural: Атрибути
chris@37 506 label_download: "{{count}} превземање"
chris@37 507 label_download_plural: "{{count}} превземања"
chris@37 508 label_no_data: Нема податоци за прикажување
chris@37 509 label_change_status: Промени статус
chris@37 510 label_history: Историја
chris@37 511 label_attachment: Датотека
chris@37 512 label_attachment_new: Нова датотека
chris@37 513 label_attachment_delete: Избриши датотека
chris@37 514 label_attachment_plural: Датотеки
chris@37 515 label_file_added: Датотеката е додадена
chris@37 516 label_report: Извештај
chris@37 517 label_report_plural: Извештаи
chris@37 518 label_news: Новост
chris@37 519 label_news_new: Додади новост
chris@37 520 label_news_plural: Новости
chris@37 521 label_news_latest: Последни новости
chris@37 522 label_news_view_all: Прегледај ги сите новости
chris@37 523 label_news_added: Новостта е додадена
chris@37 524 label_settings: Settings
chris@37 525 label_overview: Преглед
chris@37 526 label_version: Верзија
chris@37 527 label_version_new: Нова верзија
chris@37 528 label_version_plural: Верзии
chris@37 529 label_close_versions: Затвори ги завршените врзии
chris@37 530 label_confirmation: Потврда
chris@37 531 label_export_to: 'Достапно и во:'
chris@37 532 label_read: Прочитај...
chris@37 533 label_public_projects: Јавни проекти
chris@37 534 label_open_issues: отворена
chris@37 535 label_open_issues_plural: отворени
chris@37 536 label_closed_issues: затворена
chris@37 537 label_closed_issues_plural: затворени
chris@37 538 label_x_open_issues_abbr_on_total:
chris@37 539 zero: 0 отворени / {{total}}
chris@37 540 one: 1 отворена / {{total}}
chris@37 541 other: "{{count}} отворени / {{total}}"
chris@37 542 label_x_open_issues_abbr:
chris@37 543 zero: 0 отворени
chris@37 544 one: 1 отворена
chris@37 545 other: "{{count}} отворени"
chris@37 546 label_x_closed_issues_abbr:
chris@37 547 zero: 0 затворени
chris@37 548 one: 1 затворена
chris@37 549 other: "{{count}} затворени"
chris@37 550 label_total: Вкупно
chris@37 551 label_permissions: Овластувања
chris@37 552 label_current_status: Моментален статус
chris@37 553 label_new_statuses_allowed: Дозволени нови статуси
chris@37 554 label_all: сите
chris@37 555 label_none: ниеден
chris@37 556 label_nobody: никој
chris@37 557 label_next: Следно
chris@37 558 label_previous: Претходно
chris@37 559 label_used_by: Користено од
chris@37 560 label_details: Детали
chris@37 561 label_add_note: Додади белешка
chris@37 562 label_per_page: По страна
chris@37 563 label_calendar: Календар
chris@37 564 label_months_from: месеци од
chris@37 565 label_gantt: Gantt
chris@37 566 label_internal: Internal
chris@37 567 label_last_changes: "последни {{count}} промени"
chris@37 568 label_change_view_all: Прегледај ги сите промени
chris@37 569 label_personalize_page: Прилагоди ја странава
chris@37 570 label_comment: Коментар
chris@37 571 label_comment_plural: Коментари
chris@37 572 label_x_comments:
chris@37 573 zero: нема коментари
chris@37 574 one: 1 коментар
chris@37 575 other: "{{count}} коментари"
chris@37 576 label_comment_add: Додади коментар
chris@37 577 label_comment_added: Коментарот е додаден
chris@37 578 label_comment_delete: Избриши коментари
chris@37 579 label_query: Custom query
chris@37 580 label_query_plural: Custom queries
chris@37 581 label_query_new: New query
chris@37 582 label_filter_add: Додади филтер
chris@37 583 label_filter_plural: Филтри
chris@37 584 label_equals: е
chris@37 585 label_not_equals: не е
chris@37 586 label_in_less_than: за помалку од
chris@37 587 label_in_more_than: за повеќе од
chris@37 588 label_greater_or_equal: '>='
chris@37 589 label_less_or_equal: '<='
chris@37 590 label_in: во
chris@37 591 label_today: денес
chris@37 592 label_all_time: цело време
chris@37 593 label_yesterday: вчера
chris@37 594 label_this_week: оваа недела
chris@37 595 label_last_week: минатата недела
chris@37 596 label_last_n_days: "последните {{count}} дена"
chris@37 597 label_this_month: овој месец
chris@37 598 label_last_month: минатиот месец
chris@37 599 label_this_year: оваа година
chris@37 600 label_date_range: Date range
chris@37 601 label_less_than_ago: пред помалку од денови
chris@37 602 label_more_than_ago: пред повеќе од денови
chris@37 603 label_ago: пред денови
chris@37 604 label_contains: содржи
chris@37 605 label_not_contains: не содржи
chris@37 606 label_day_plural: денови
chris@37 607 label_repository: Складиште
chris@37 608 label_repository_plural: Складишта
chris@37 609 label_browse: Прелистувај
chris@37 610 label_modification: "{{count}} промени"
chris@37 611 label_modification_plural: "{{count}} промени"
chris@37 612 label_branch: Гранка
chris@37 613 label_tag: Tag
chris@37 614 label_revision: Ревизија
chris@37 615 label_revision_plural: Ревизии
chris@37 616 label_revision_id: "Ревизија {{value}}"
chris@37 617 label_associated_revisions: Associated revisions
chris@37 618 label_added: added
chris@37 619 label_modified: modified
chris@37 620 label_copied: copied
chris@37 621 label_renamed: renamed
chris@37 622 label_deleted: deleted
chris@37 623 label_latest_revision: Последна ревизија
chris@37 624 label_latest_revision_plural: Последни ревизии
chris@37 625 label_view_revisions: Прегледај ги ревизиите
chris@37 626 label_view_all_revisions: Прегледај ги сите ревизии
chris@37 627 label_max_size: Макс. големина
chris@37 628 label_sort_highest: Премести најгоре
chris@37 629 label_sort_higher: Премести нагоре
chris@37 630 label_sort_lower: Премести надоле
chris@37 631 label_sort_lowest: Премести најдоле
chris@37 632 label_roadmap: Roadmap
chris@37 633 label_roadmap_due_in: "Due in {{value}}"
chris@37 634 label_roadmap_overdue: "Касни {{value}}"
chris@37 635 label_roadmap_no_issues: Нема задачи за оваа верзија
chris@37 636 label_search: Барај
chris@37 637 label_result_plural: Резултати
chris@37 638 label_all_words: Сите зборови
chris@37 639 label_wiki: Вики
chris@37 640 label_wiki_edit: Вики уредување
chris@37 641 label_wiki_edit_plural: Вики уредувања
chris@37 642 label_wiki_page: Вики страница
chris@37 643 label_wiki_page_plural: Вики страници
chris@37 644 label_index_by_title: Индекс по наслов
chris@37 645 label_index_by_date: Индекс по дата
chris@37 646 label_current_version: Current version
chris@37 647 label_preview: Preview
chris@37 648 label_feed_plural: Feeds
chris@37 649 label_changes_details: Детали за сите промени
chris@37 650 label_issue_tracking: Следење на задачи
chris@37 651 label_spent_time: Потрошено време
chris@37 652 label_overall_spent_time: Вкупно потрошено време
chris@37 653 label_f_hour: "{{value}} час"
chris@37 654 label_f_hour_plural: "{{value}} часа"
chris@37 655 label_time_tracking: Следење на време
chris@37 656 label_change_plural: Промени
chris@37 657 label_statistics: Статистики
chris@37 658 label_commits_per_month: Commits per month
chris@37 659 label_commits_per_author: Commits per author
chris@37 660 label_view_diff: View differences
chris@37 661 label_diff_inline: inline
chris@37 662 label_diff_side_by_side: side by side
chris@37 663 label_options: Опции
chris@37 664 label_copy_workflow_from: Copy workflow from
chris@37 665 label_permissions_report: Permissions report
chris@37 666 label_watched_issues: Watched issues
chris@37 667 label_related_issues: Поврзани задачи
chris@37 668 label_applied_status: Applied status
chris@37 669 label_loading: Loading...
chris@37 670 label_relation_new: Нова релација
chris@37 671 label_relation_delete: Избриши релација
chris@37 672 label_relates_to: related to
chris@37 673 label_duplicates: дупликати
chris@37 674 label_duplicated_by: duplicated by
chris@37 675 label_blocks: blocks
chris@37 676 label_blocked_by: блокирано од
chris@37 677 label_precedes: претходи
chris@37 678 label_follows: следи
chris@37 679 label_end_to_start: крај до почеток
chris@37 680 label_end_to_end: крај до крај
chris@37 681 label_start_to_start: почеток до почеток
chris@37 682 label_start_to_end: почеток до крај
chris@37 683 label_stay_logged_in: Останете најавени
chris@37 684 label_disabled: disabled
chris@37 685 label_show_completed_versions: Show completed versions
chris@37 686 label_me: јас
chris@37 687 label_board: Форум
chris@37 688 label_board_new: Нов форум
chris@37 689 label_board_plural: Форуми
chris@37 690 label_board_locked: Заклучен
chris@37 691 label_board_sticky: Sticky
chris@37 692 label_topic_plural: Теми
chris@37 693 label_message_plural: Пораки
chris@37 694 label_message_last: Последна порака
chris@37 695 label_message_new: Нова порака
chris@37 696 label_message_posted: Поракате е додадена
chris@37 697 label_reply_plural: Одговори
chris@37 698 label_send_information: Испрати ги информациите за профилот на корисникот
chris@37 699 label_year: Година
chris@37 700 label_month: Месец
chris@37 701 label_week: Недела
chris@37 702 label_date_from: Од
chris@37 703 label_date_to: До
chris@37 704 label_language_based: Според јазикот на корисникот
chris@37 705 label_sort_by: "Подреди според {{value}}"
chris@37 706 label_send_test_email: Испрати тест е-порака
chris@37 707 label_feeds_access_key: RSS клуч за пристап
chris@37 708 label_missing_feeds_access_key: Недостика RSS клуч за пристап
chris@37 709 label_feeds_access_key_created_on: "RSS клучот за пристап креиран пред {{value}}"
chris@37 710 label_module_plural: Модули
chris@37 711 label_added_time_by: "Додадено од {{author}} пред {{age}}"
chris@37 712 label_updated_time_by: "Ажурирано од {{author}} пред {{age}}"
chris@37 713 label_updated_time: "Ажурирано пред {{value}}"
chris@37 714 label_jump_to_a_project: Префрли се на проект...
chris@37 715 label_file_plural: Датотеки
chris@37 716 label_changeset_plural: Changesets
chris@37 717 label_default_columns: Основни колони
chris@37 718 label_no_change_option: (Без промена)
chris@37 719 label_bulk_edit_selected_issues: Групно уредување на задачи
chris@37 720 label_theme: Тема
chris@37 721 label_default: Default
chris@37 722 label_search_titles_only: Пребарувај само наслови
chris@37 723 label_user_mail_option_all: "За било кој настан во сите мои проекти"
chris@37 724 label_user_mail_option_selected: "За било кој настан само во избраните проекти..."
chris@37 725 label_user_mail_no_self_notified: "Не ме известувај за промените што јас ги правам"
chris@37 726 label_registration_activation_by_email: активација на профил преку е-пошта
chris@37 727 label_registration_manual_activation: мануелна активација на профил
chris@37 728 label_registration_automatic_activation: автоматска активација на профил
chris@37 729 label_display_per_page: "По страна: {{value}}"
chris@37 730 label_age: Age
chris@37 731 label_change_properties: Change properties
chris@37 732 label_general: Општо
chris@37 733 label_more: Повеќе
chris@37 734 label_scm: SCM
chris@37 735 label_plugins: Додатоци
chris@37 736 label_ldap_authentication: LDAP автентикација
chris@37 737 label_downloads_abbr: Превземања
chris@37 738 label_optional_description: Опис (незадолжително)
chris@37 739 label_add_another_file: Додади уште една датотека
chris@37 740 label_preferences: Preferences
chris@37 741 label_chronological_order: Во хронолошки ред
chris@37 742 label_reverse_chronological_order: In reverse chronological order
chris@37 743 label_planning: Планирање
chris@37 744 label_incoming_emails: Дојдовни е-пораки
chris@37 745 label_generate_key: Генерирај клуч
chris@37 746 label_issue_watchers: Watchers
chris@37 747 label_example: Пример
chris@37 748 label_display: Прикажи
chris@37 749 label_sort: Подреди
chris@37 750 label_ascending: Растечки
chris@37 751 label_descending: Опаѓачки
chris@37 752 label_date_from_to: Од {{start}} до {{end}}
chris@37 753 label_wiki_content_added: Вики страница додадена
chris@37 754 label_wiki_content_updated: Вики страница ажурирана
chris@37 755 label_group: Група
chris@37 756 label_group_plural: Групи
chris@37 757 label_group_new: Нова група
chris@37 758 label_time_entry_plural: Потрошено време
chris@37 759 label_version_sharing_none: Не споделено
chris@37 760 label_version_sharing_descendants: Со сите подпроекти
chris@37 761 label_version_sharing_hierarchy: Со хиерархијата на проектот
chris@37 762 label_version_sharing_tree: Со дрвото на проектот
chris@37 763 label_version_sharing_system: Со сите проекти
chris@37 764 label_update_issue_done_ratios: Update issue done ratios
chris@37 765 label_copy_source: Извор
chris@37 766 label_copy_target: Дестинација
chris@37 767 label_copy_same_as_target: Исто како дестинацијата
chris@37 768 label_display_used_statuses_only: Only display statuses that are used by this tracker
chris@37 769 label_api_access_key: API клуч за пристап
chris@37 770 label_missing_api_access_key: Недостига API клуч за пристап
chris@37 771 label_api_access_key_created_on: "API клучот за пристап е креиран пред {{value}}"
chris@37 772 label_profile: Профил
chris@37 773 label_subtask_plural: Подзадачи
chris@37 774 label_project_copy_notifications: Праќај известувања по е-пошта при копирање на проект
chris@37 775
chris@37 776 button_login: Најави се
chris@37 777 button_submit: Испрати
chris@37 778 button_save: Зачувај
chris@37 779 button_check_all: Штиклирај ги сите
chris@37 780 button_uncheck_all: Одштиклирај ги сите
chris@37 781 button_delete: Избриши
chris@37 782 button_create: Креирај
chris@37 783 button_create_and_continue: Креирај и продолжи
chris@37 784 button_test: Тест
chris@37 785 button_edit: Уреди
chris@37 786 button_add: Додади
chris@37 787 button_change: Промени
chris@37 788 button_apply: Примени
chris@37 789 button_clear: Избриши
chris@37 790 button_lock: Заклучи
chris@37 791 button_unlock: Отклучи
chris@37 792 button_download: Превземи
chris@37 793 button_list: List
chris@37 794 button_view: Прегледај
chris@37 795 button_move: Премести
chris@37 796 button_move_and_follow: Премести и следи
chris@37 797 button_back: Back
chris@37 798 button_cancel: Откажи
chris@37 799 button_activate: Активирај
chris@37 800 button_sort: Подреди
chris@37 801 button_log_time: Бележи време
chris@37 802 button_rollback: Rollback to this version
chris@37 803 button_watch: Следи
chris@37 804 button_unwatch: Не следи
chris@37 805 button_reply: Одговори
chris@37 806 button_archive: Архивирај
chris@37 807 button_unarchive: Одархивирај
chris@37 808 button_reset: Reset
chris@37 809 button_rename: Преименувај
chris@37 810 button_change_password: Промени лозинка
chris@37 811 button_copy: Копирај
chris@37 812 button_copy_and_follow: Копирај и следи
chris@37 813 button_annotate: Annotate
chris@37 814 button_update: Ажурирај
chris@37 815 button_configure: Конфигурирај
chris@37 816 button_quote: Цитирај
chris@37 817 button_duplicate: Копирај
chris@37 818 button_show: Show
chris@37 819
chris@37 820 status_active: активни
chris@37 821 status_registered: регистрирани
chris@37 822 status_locked: заклучени
chris@37 823
chris@37 824 version_status_open: отворени
chris@37 825 version_status_locked: заклучени
chris@37 826 version_status_closed: затворени
chris@37 827
chris@37 828 field_active: Active
chris@37 829
chris@37 830 text_select_mail_notifications: Изберете за кои настани да се праќаат известувања по е-пошта да се праќаат.
chris@37 831 text_regexp_info: eg. ^[A-Z0-9]+$
chris@37 832 text_min_max_length_info: 0 значи без ограничување
chris@37 833 text_project_destroy_confirmation: Дали сте сигурни дека сакате да го избришете проектот и сите поврзани податоци?
chris@37 834 text_subprojects_destroy_warning: "Неговите подпроекти: {{value}} исто така ќе бидат избришани."
chris@37 835 text_workflow_edit: Select a role and a tracker to edit the workflow
chris@37 836 text_are_you_sure: Дали сте сигурни?
chris@37 837 text_journal_changed: "{{label}} променето од {{old}} во {{new}}"
chris@37 838 text_journal_set_to: "{{label}} set to {{value}}"
chris@37 839 text_journal_deleted: "{{label}} избришан ({{old}})"
chris@37 840 text_journal_added: "{{label}} {{value}} додаден"
chris@37 841 text_tip_issue_begin_day: задачи што почнуваат овој ден
chris@37 842 text_tip_issue_end_day: задачи што завршуваат овој ден
chris@37 843 text_tip_issue_begin_end_day: задачи што почнуваат и завршуваат овој ден
chris@37 844 text_project_identifier_info: 'Само мали букви (a-z), бројки и dashes се дозволени<br />По зачувувањето, идентификаторот неможе да се смени.'
chris@37 845 text_caracters_maximum: "{{count}} знаци максимум."
chris@37 846 text_caracters_minimum: "Мора да е најмалку {{count}} знаци долго."
chris@37 847 text_length_between: "Должина помеѓу {{min}} и {{max}} знаци."
chris@37 848 text_tracker_no_workflow: No workflow defined for this tracker
chris@37 849 text_unallowed_characters: Недозволени знаци
chris@37 850 text_comma_separated: Дозволени се повеќе вредности (разделени со запирка).
chris@37 851 text_line_separated: Дозволени се повеќе вредности (една линија за секоја вредност).
chris@37 852 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
chris@37 853 text_issue_added: "Задачата {{id}} е пријавена од {{author}}."
chris@37 854 text_issue_updated: "Задачата {{id}} е ажурирана од {{author}}."
chris@37 855 text_wiki_destroy_confirmation: Дали сте сигурни дека сакате да го избришете ова вики и целата негова содржина?
chris@37 856 text_issue_category_destroy_question: "Некои задачи ({{count}}) се доделени на оваа категорија. Што сакате да правите?"
chris@37 857 text_issue_category_destroy_assignments: Remove category assignments
chris@37 858 text_issue_category_reassign_to: Додели ги задачите на оваа категорија
chris@37 859 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)."
chris@37 860 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."
chris@37 861 text_load_default_configuration: Load the default configuration
chris@37 862 text_status_changed_by_changeset: "Applied in changeset {{value}}."
chris@37 863 text_issues_destroy_confirmation: 'Дали сте сигурни дека сакате да ги избришете избраните задачи?'
chris@37 864 text_select_project_modules: 'Изберете модули за овој проект:'
chris@37 865 text_default_administrator_account_changed: Default administrator account changed
chris@37 866 text_file_repository_writable: Во папката за прилози може да се запишува
chris@37 867 text_plugin_assets_writable: Во папката за додатоци може да се запишува
chris@37 868 text_rmagick_available: RMagick available (незадолжително)
chris@37 869 text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
chris@37 870 text_destroy_time_entries: Delete reported hours
chris@37 871 text_assign_time_entries_to_project: Додели ги пријавените часови на проектот
chris@37 872 text_reassign_time_entries: 'Reassign reported hours to this issue:'
chris@37 873 text_user_wrote: "{{value}} напиша:"
chris@37 874 text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
chris@37 875 text_enumeration_category_reassign_to: 'Reassign them to this value:'
chris@37 876 text_email_delivery_not_configured: "Доставата по е-пошта не е конфигурирана, и известувањата се оневозможени.\nКонфигурирајте го Вашиот SMTP сервер во config/email.yml и рестартирајте ја апликацијата."
chris@37 877 text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
chris@37 878 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
chris@37 879 text_custom_field_possible_values_info: 'One line for each value'
chris@37 880 text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?"
chris@37 881 text_wiki_page_nullify_children: "Keep child pages as root pages"
chris@37 882 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
chris@37 883 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
chris@37 884 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?"
chris@37 885 text_zoom_in: Zoom in
chris@37 886 text_zoom_out: Zoom out
chris@37 887
chris@37 888 default_role_manager: Менаџер
chris@37 889 default_role_developer: Developer
chris@37 890 default_role_reporter: Reporter
chris@37 891 default_tracker_bug: Грешка
chris@37 892 default_tracker_feature: Функционалност
chris@37 893 default_tracker_support: Поддршка
chris@37 894 default_issue_status_new: Нова
chris@37 895 default_issue_status_in_progress: Во прогрес
chris@37 896 default_issue_status_resolved: Разрешена
chris@37 897 default_issue_status_feedback: Feedback
chris@37 898 default_issue_status_closed: Затворена
chris@37 899 default_issue_status_rejected: Одбиена
chris@37 900 default_doc_category_user: Корисничка документација
chris@37 901 default_doc_category_tech: Техничка документација
chris@37 902 default_priority_low: Низок
chris@37 903 default_priority_normal: Нормален
chris@37 904 default_priority_high: Висок
chris@37 905 default_priority_urgent: Итно
chris@37 906 default_priority_immediate: Веднаш
chris@37 907 default_activity_design: Дизајн
chris@37 908 default_activity_development: Развој
chris@37 909
chris@37 910 enumeration_issue_priorities: Приоритети на задача
chris@37 911 enumeration_doc_categories: Категории на документ
chris@37 912 enumeration_activities: Активности (следење на време)
chris@37 913 enumeration_system_activity: Системска активност
chris@37 914
chris@37 915 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
chris@37 916 text_are_you_sure_with_children: Delete issue and all child issues?
chris@37 917 field_text: Text field
chris@37 918 label_user_mail_option_only_owner: Only for things I am the owner of
chris@37 919 setting_default_notification_option: Default notification option
chris@37 920 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
chris@37 921 label_user_mail_option_only_assigned: Only for things I am assigned to
chris@37 922 label_user_mail_option_none: No events
chris@37 923 field_member_of_group: Assignee's group
chris@37 924 field_assigned_to_role: Assignee's role
chris@37 925 notice_not_authorized_archived_project: The project you're trying to access has been archived.
chris@37 926 field_start_date: Start date
chris@37 927 label_principal_search: "Search for user or group:"
chris@37 928 label_user_search: "Search for user:"
chris@37 929 field_visible: Visible
chris@37 930 setting_emails_header: Emails header