comparison config/locales/ro.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
12 12
13 # Don't forget the nil at the beginning; there's no such thing as a 0th month 13 # Don't forget the nil at the beginning; there's no such thing as a 0th month
14 month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie] 14 month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie]
15 abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec] 15 abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec]
16 # Used in date_select and datime_select. 16 # Used in date_select and datime_select.
17 order: [ :day, :month, :year ] 17 order:
18 - :day
19 - :month
20 - :year
18 21
19 time: 22 time:
20 formats: 23 formats:
21 default: "%m/%d/%Y %I:%M %p" 24 default: "%m/%d/%Y %I:%M %p"
22 time: "%I:%M %p" 25 time: "%I:%M %p"
289 setting_date_format: Format dată 292 setting_date_format: Format dată
290 setting_time_format: Format oră 293 setting_time_format: Format oră
291 setting_cross_project_issue_relations: Permite legături de tichete între proiecte 294 setting_cross_project_issue_relations: Permite legături de tichete între proiecte
292 setting_issue_list_default_columns: Coloane implicite afișate în lista de tichete 295 setting_issue_list_default_columns: Coloane implicite afișate în lista de tichete
293 setting_repositories_encodings: Codare pentru depozit 296 setting_repositories_encodings: Codare pentru depozit
294 setting_commit_logs_encoding: Codare pentru mesaje
295 setting_emails_footer: Subsol email 297 setting_emails_footer: Subsol email
296 setting_protocol: Protocol 298 setting_protocol: Protocol
297 setting_per_page_options: Număr de obiecte pe pagină 299 setting_per_page_options: Număr de obiecte pe pagină
298 setting_user_format: Stil de afișare pentru utilizator 300 setting_user_format: Stil de afișare pentru utilizator
299 setting_activity_days_default: Se afișează zile în jurnalul proiectului 301 setting_activity_days_default: Se afișează zile în jurnalul proiectului
931 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 933 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
932 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text 934 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
933 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. 935 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
934 label_my_queries: My custom queries 936 label_my_queries: My custom queries
935 text_journal_changed_no_detail: "%{label} updated" 937 text_journal_changed_no_detail: "%{label} updated"
938 label_news_comment_added: Comment added to a news
939 button_expand_all: Expand all
940 button_collapse_all: Collapse all
941 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
942 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
943 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
944 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
945 label_role_anonymous: Anonymous
946 label_role_non_member: Non member
947 label_issue_note_added: Note added
948 label_issue_status_updated: Status updated
949 label_issue_priority_updated: Priority updated
950 label_issues_visibility_own: Issues created by or assigned to the user
951 field_issues_visibility: Issues visibility
952 label_issues_visibility_all: All issues
953 permission_set_own_issues_private: Set own issues public or private
954 field_is_private: Private
955 permission_set_issues_private: Set issues public or private
956 label_issues_visibility_public: All non private issues
957 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
958 field_commit_logs_encoding: Codare pentru mesaje
959 field_scm_path_encoding: Path encoding
960 text_scm_path_encoding_note: "Default: UTF-8"
961 field_path_to_repository: Path to repository
962 field_root_directory: Root directory
963 field_cvs_module: Module
964 field_cvsroot: CVSROOT
965 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
966 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
967 text_scm_command: Command
968 text_scm_command_version: Version
969 label_git_report_last_commit: Report last commit for files and directories
970 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
971 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.