comparison config/locales/sr-YU.yml @ 442:753f1380d6bc cannam

Merge from branch "redmine-1.2"
author Chris Cannam
date Mon, 06 Jun 2011 14:41:04 +0100
parents eeebe205a056 cbce1fd3b1b7
children 5e80956cc792
comparison
equal deleted inserted replaced
252:adc8466df404 442:753f1380d6bc
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: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar] 18 month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar]
19 abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec] 19 abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]
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. u %H:%M" 28 default: "%d.%m.%Y. u %H:%M"
26 time: "%H:%M" 29 time: "%H:%M"
264 field_attr_firstname: Atribut imena 267 field_attr_firstname: Atribut imena
265 field_attr_lastname: Atribut prezimena 268 field_attr_lastname: Atribut prezimena
266 field_attr_mail: Atribut e-adrese 269 field_attr_mail: Atribut e-adrese
267 field_onthefly: Kreiranje korisnika u toku rada 270 field_onthefly: Kreiranje korisnika u toku rada
268 field_start_date: Početak 271 field_start_date: Početak
269 field_done_ratio: % urađeno 272 field_done_ratio: "% urađeno"
270 field_auth_source: Režim potvrde identiteta 273 field_auth_source: Režim potvrde identiteta
271 field_hide_mail: Sakrij moju e-adresu 274 field_hide_mail: Sakrij moju e-adresu
272 field_comments: Komentar 275 field_comments: Komentar
273 field_url: URL 276 field_url: URL
274 field_start_page: Početna stranica 277 field_start_page: Početna stranica
321 setting_date_format: Format datuma 324 setting_date_format: Format datuma
322 setting_time_format: Format vremena 325 setting_time_format: Format vremena
323 setting_cross_project_issue_relations: Dozvoli povezivanje problema iz unakrsnih projekata 326 setting_cross_project_issue_relations: Dozvoli povezivanje problema iz unakrsnih projekata
324 setting_issue_list_default_columns: Podrazumevane kolone prikazane na spisku problema 327 setting_issue_list_default_columns: Podrazumevane kolone prikazane na spisku problema
325 setting_repositories_encodings: Kodiranje spremišta 328 setting_repositories_encodings: Kodiranje spremišta
326 setting_commit_logs_encoding: Kodiranje izvršnih poruka
327 setting_emails_footer: Podnožje stranice e-poruke 329 setting_emails_footer: Podnožje stranice e-poruke
328 setting_protocol: Protokol 330 setting_protocol: Protokol
329 setting_per_page_options: Opcije prikaza objekata po stranici 331 setting_per_page_options: Opcije prikaza objekata po stranici
330 setting_user_format: Format prikaza korisnika 332 setting_user_format: Format prikaza korisnika
331 setting_activity_days_default: Broj dana prikazanih na projektnoj aktivnosti 333 setting_activity_days_default: Broj dana prikazanih na projektnoj aktivnosti
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: Kodiranje izvršnih poruka
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.