kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.7 KiB
70 lines
2.7 KiB
#-- copyright
|
|
# OpenProject is a project management system.
|
|
# Copyright (C) 2011-2013 the OpenProject Foundation (OPF)
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License version 3.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
#
|
|
# See doc/COPYRIGHT.md for more details.
|
|
#++
|
|
|
|
# English strings go here for Rails i18n
|
|
en:
|
|
activerecord:
|
|
attributes:
|
|
meeting:
|
|
location: "Location"
|
|
duration: "Duration"
|
|
participants: "Participants"
|
|
participants_attended: "Attendants"
|
|
participants_invited: "Invitees"
|
|
start_time: "Time"
|
|
models:
|
|
meeting_agenda: "Agenda"
|
|
meeting_minutes: "Minutes"
|
|
|
|
description_attended: "attended"
|
|
description_invite: "invited"
|
|
|
|
label_meeting: "Meeting"
|
|
label_meeting_plural: "Meetings"
|
|
label_meeting_new: "New Meeting"
|
|
label_meeting_agenda: "Agenda"
|
|
label_meeting_minutes: "Minutes"
|
|
label_meeting_close: "Close"
|
|
label_meeting_open: "Open"
|
|
label_meeting_agenda_close: "Close the agenda to begin the Minutes"
|
|
label_meeting_date_time: "Date/Time"
|
|
label_notify: "Send for review"
|
|
label_version: "Version"
|
|
|
|
notice_timezone_missing: No time zone is set and %{zone} is assumed. To choose your time zone, please click here.
|
|
notice_successful_notification: "Notification sent successfully"
|
|
|
|
permission_create_meetings: "Create meetings"
|
|
permission_edit_meetings: "Edit meetings"
|
|
permission_delete_meetings: "Delete meetings"
|
|
permission_view_meetings: "View meetings"
|
|
permission_create_meeting_agendas: "Manage agendas"
|
|
permission_close_meeting_agendas: "Close agendas"
|
|
permission_send_meeting_agendas_notification: "Send review notification for agendas"
|
|
permission_create_meeting_minutes: "Manage minutes"
|
|
permission_send_meeting_minutes_notification: "Send review notification for minutes"
|
|
|
|
project_module_meetings: "Meetings"
|
|
|
|
text_agenda_for_meeting: 'agenda for the meeting "%{meeting}"'
|
|
text_in_hours: "in hours"
|
|
text_meeting_agenda_open_are_you_sure: "Unsaved content in the minutes will be lost! Continue?"
|
|
text_minutes_for_meeting: 'minutes for the meeting "%{meeting}"'
|
|
text_review_meeting_agenda: "%{author} has put the %{link} up for review:"
|
|
text_review_meeting_minutes: "%{author} has put the %{link} up for review:"
|
|
|