comparison config/locales/sr.yml @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 051f544170fe
children 753f1380d6bc cbb26bc654de
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
16 16
17 # Don't forget the nil at the beginning; there's no such thing as a 0th month 17 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 month_names: [~, јануар, фебруар, март, април, мај, јун, јул, август, септембар, октобар, новембар, децембар] 18 month_names: [~, јануар, фебруар, март, април, мај, јун, јул, август, септембар, октобар, новембар, децембар]
19 abbr_month_names: [~, јан, феб, мар, апр, мај, јун, јул, авг, сеп, окт, нов, дец] 19 abbr_month_names: [~, јан, феб, мар, апр, мај, јун, јул, авг, сеп, окт, нов, дец]
20 # Used in date_select and datime_select. 20 # Used in date_select and datime_select.
21 order: [ :day, :month, :year ] 21 order:
22 - :day
23 - :month
24 - :year
22 25
23 time: 26 time:
24 formats: 27 formats:
25 default: "%d.%m.%Y. у %H:%M" 28 default: "%d.%m.%Y. у %H:%M"
26 time: "%H:%M" 29 time: "%H:%M"
264 field_attr_firstname: Атрибут имена 267 field_attr_firstname: Атрибут имена
265 field_attr_lastname: Атрибут презимена 268 field_attr_lastname: Атрибут презимена
266 field_attr_mail: Атрибут е-адресе 269 field_attr_mail: Атрибут е-адресе
267 field_onthefly: Креирање корисника у току рада 270 field_onthefly: Креирање корисника у току рада
268 field_start_date: Почетак 271 field_start_date: Почетак
269 field_done_ratio: % урађено 272 field_done_ratio: "% урађено"
270 field_auth_source: Режим потврде идентитета 273 field_auth_source: Режим потврде идентитета
271 field_hide_mail: Сакриј моју е-адресу 274 field_hide_mail: Сакриј моју е-адресу
272 field_comments: Коментар 275 field_comments: Коментар
273 field_url: URL 276 field_url: URL
274 field_start_page: Почетна страница 277 field_start_page: Почетна страница
321 setting_date_format: Формат датума 324 setting_date_format: Формат датума
322 setting_time_format: Формат времена 325 setting_time_format: Формат времена
323 setting_cross_project_issue_relations: Дозволи повезивање проблема из унакрсних пројеката 326 setting_cross_project_issue_relations: Дозволи повезивање проблема из унакрсних пројеката
324 setting_issue_list_default_columns: Подразумеване колоне приказане на списку проблема 327 setting_issue_list_default_columns: Подразумеване колоне приказане на списку проблема
325 setting_repositories_encodings: Кодирање спремишта 328 setting_repositories_encodings: Кодирање спремишта
326 setting_commit_logs_encoding: Кодирање извршних порука
327 setting_emails_footer: Подножје странице е-поруке 329 setting_emails_footer: Подножје странице е-поруке
328 setting_protocol: Протокол 330 setting_protocol: Протокол
329 setting_per_page_options: Опције приказа објеката по страници 331 setting_per_page_options: Опције приказа објеката по страници
330 setting_user_format: Формат приказа корисника 332 setting_user_format: Формат приказа корисника
331 setting_activity_days_default: Број дана приказаних на пројектној активности 333 setting_activity_days_default: Број дана приказаних на пројектној активности
939 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 941 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
940 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text 942 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
941 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. 943 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
942 label_my_queries: My custom queries 944 label_my_queries: My custom queries
943 text_journal_changed_no_detail: "%{label} updated" 945 text_journal_changed_no_detail: "%{label} updated"
946 label_news_comment_added: Comment added to a news
947 button_expand_all: Expand all
948 button_collapse_all: Collapse all
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
951 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
952 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
953 label_role_anonymous: Anonymous
954 label_role_non_member: Non member
955 label_issue_note_added: Note added
956 label_issue_status_updated: Status updated
957 label_issue_priority_updated: Priority updated
958 label_issues_visibility_own: Issues created by or assigned to the user
959 field_issues_visibility: Issues visibility
960 label_issues_visibility_all: All issues
961 permission_set_own_issues_private: Set own issues public or private
962 field_is_private: Private
963 permission_set_issues_private: Set issues public or private
964 label_issues_visibility_public: All non private issues
965 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
966 field_commit_logs_encoding: Кодирање извршних порука
967 field_scm_path_encoding: Path encoding
968 text_scm_path_encoding_note: "Default: UTF-8"
969 field_path_to_repository: Path to repository
970 field_root_directory: Root directory
971 field_cvs_module: Module
972 field_cvsroot: CVSROOT
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 text_scm_command: Command
976 text_scm_command_version: Version
977 label_git_report_last_commit: Report last commit for files and directories
978 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
979 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.