-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
314 additions
and
227 deletions.
There are no files selected for viewing
149 changes: 79 additions & 70 deletions
149
src/redturtle/prenotazioni/locales/en/LC_MESSAGES/redturtle.prenotazioni.po
Large diffs are not rendered by default.
Oops, something went wrong.
149 changes: 79 additions & 70 deletions
149
src/redturtle/prenotazioni/locales/it/LC_MESSAGES/redturtle.prenotazioni.po
Large diffs are not rendered by default.
Oops, something went wrong.
149 changes: 79 additions & 70 deletions
149
src/redturtle/prenotazioni/locales/redturtle.prenotazioni.pot
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,63 @@ | ||
<?xml version="1.0"?> | ||
<rolemap> | ||
<roles> | ||
<role name="Bookings Manager" /> | ||
</roles> | ||
|
||
<permissions> | ||
|
||
<permission name="redturtle.prenotazioni: Add Prenotazione" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Owner"/> | ||
<role name="Bookings Manager" /> | ||
<role name="Contributor"/> | ||
</permission> | ||
|
||
<permission name="redturtle.prenotazioni: Add PrenotazioniDay" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Owner"/> | ||
<role name="Contributor"/> | ||
<role name="Bookings Manager" /> | ||
</permission> | ||
|
||
<permission name="redturtle.prenotazioni: Add PrenotazioniWeek" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Owner"/> | ||
<role name="Contributor"/> | ||
<role name="Bookings Manager" /> | ||
</permission> | ||
|
||
<permission name="redturtle.prenotazioni: Add PrenotazioniYear" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Owner"/> | ||
<role name="Contributor"/> | ||
<role name="Bookings Manager" /> | ||
</permission> | ||
|
||
<permission name="redturtle.prenotazioni: Add PrenotazioniFolder" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Owner"/> | ||
<role name="Contributor"/> | ||
<role name="Bookings Manager" /> | ||
</permission> | ||
|
||
<permission name="redturtle.prenotazioni: search prenotazioni" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Contributor"/> | ||
<role name="Bookings Manager" /> | ||
</permission> | ||
|
||
<permission name="redturtle.prenotazioni: Manage Prenotazioni" acquire="True"> | ||
<role name="Manager"/> | ||
<role name="Site Administrator"/> | ||
<role name="Bookings Manager" /> | ||
</permission> | ||
|
||
</permissions> | ||
</rolemap> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<sharing xmlns:i18n="http://xml.zope.org/namespaces/i18n" | ||
i18n:domain="redturtle.prenotazioni"> | ||
<role | ||
id="Bookings Manager" | ||
title="Can Manage Bookings" | ||
permission="Manage portal" | ||
i18n:attributes="title" | ||
/> | ||
</sharing> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters