65 lines
2.0 KiB
Plaintext
65 lines
2.0 KiB
Plaintext
# Copyright (C) 2021 NextGestion <contact@nextgestion.com>
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# 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, see <https://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
# Generic
|
|
#
|
|
ModulePartnershipName=Partnership management
|
|
PartnershipDescription=Module Partnership management
|
|
PartnershipDescriptionLong= Module Partnership management
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
NewPartnership=New Partnership
|
|
ListOfPartnerships=List of partnership
|
|
|
|
#
|
|
# Admin page
|
|
#
|
|
PartnershipSetup=Partnership setup
|
|
PartnershipAbout=About Partnership
|
|
PartnershipAboutPage=Partnership about page
|
|
PartnershipManagedFor=Partnership managed for
|
|
|
|
#
|
|
# Object
|
|
#
|
|
PartnershipDedicatedToThisThirdParty=Partnership dedicated to this third party
|
|
DatePartnershipStart=Start date
|
|
DatePartnershipEnd=End date
|
|
|
|
#
|
|
# Template Mail
|
|
#
|
|
SendingEmailOnPartnershipWillExpire=Partnership will expire
|
|
SendingEmailOnPartnershipRefused=Partnership refused
|
|
SendingEmailOnPartnershipCanceled=Partnership canceled
|
|
|
|
YourPartnershipWillSoonExpireTopic=Partnership expiration
|
|
YourPartnershipRefusedTopic=Partnership refused
|
|
YourPartnershipCanceledTopic=Partnership canceled
|
|
|
|
YourPartnershipWillSoonExpireContent=We inform you that your partnership will soon expire.
|
|
YourPartnershipRefusedContent=We inform you that your partnership request has been refused.
|
|
YourPartnershipCanceledContent=We inform you that your partnership has been canceled.
|
|
|
|
#
|
|
# Status
|
|
#
|
|
PartnershipDraft=Draft
|
|
PartnershipAccepted=Accepted
|
|
PartnershipRefused=Refused
|
|
PartnershipCanceled=Canceled |