Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ metadata_unpublished_record_text=<li>The metadata <a href="{{link}}">{{index:res
metadata_approved_published_record_text=<li>The metadata <a href="{{link}}">{{index:resourceTitleObject}}</a> has been published as a new version.</li>

api.groups.group_not_found=Group with ID ''{0}'' not found in this catalog.
api.groups.system_group_has_minimum_profile=Group ''{0}'' cannot be a system privilege group because it has a minimum profile for privileges. Remove the minimum profile for privileges to make it a system group.
user_watchlist_subject=%s / %s updates in your watch list since %s
user_watchlist_message_record=<li><a href="{{link}}">{{index:resourceTitleObject}}</a></li>
user_watchlist_message=The following records have been updated:\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ metadata_unpublished_record_text=<li>La métadonnée <a href="{{link}}">{{index:
metadata_approved_published_record_text=<li>Une nouvelle version de la métadonnée <a href="{{link}}">{{index:resourceTitleObject}}</a> a été publiée.</li>

api.groups.group_not_found=Le groupe avec l''identifiant ''{0}'' n''a pas été trouvé dans le catalogue.
api.groups.system_group_has_minimum_profile=Le groupe ''{0}'' ne peut pas être un groupe de privilèges système car il a un profil minimum pour les privilèges. Supprimez le profil minimum pour les privilèges afin d'en faire un groupe système.
user_watchlist_subject=%s / %s mises à jour dans vos fiches surveillées %s
user_watchlist_message_record=<li><a href="{{link}}">{{index:resourceTitleObject}}</a></li>
user_watchlist_message=Les fiches suivantes ont été mises à jour :\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ api.groups.unset_workspace.owns_metadata=Group ''{0}'' owns metadata. To change
api.groups.set_system.has_privileges=Group ''{0}'' has privileges set. To change the group to a system group you should remove the privileges first.
api.groups.set_system.invalid_profile=Group ''{0}'' has users assigned with profiles other than ''Registered User''. To change the group to a system group you should remove the users or change their profiles first.
api.groups.delete.owns_metadata=Group ''{0}'' owns metadata. To remove the group you should transfer first the metadata to another group.
api.groups.system_group_has_minimum_profile=Group ''{0}'' cannot be a system privilege group because it has a minimum profile for privileges. Remove the minimum profile for privileges to make it a system group.
api.users.invalid_profile_for_system_group=Invalid profile for system group ''{0}''. Users can only be assigned the ''Registered User'' profile for system groups.
user_watchlist_subject=%s / %s updates in your watch list since %s
user_watchlist_message_record=<li><a href="{{link}}">{{index:resourceTitleObject}}</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ metadata_unpublished_record_text=<li>La métadonnée <a href="{{link}}">{{index:
metadata_approved_published_record_text=<li>Une nouvelle version de la métadonnée <a href="{{link}}">{{index:resourceTitleObject}}</a> a été publiée.</li>

api.groups.group_not_found=Le groupe avec l''identifiant ''{0}'' n''a pas été trouvé dans le catalogue.
api.groups.system_group_has_minimum_profile=Le groupe ''{0}'' ne peut pas être un groupe de privilèges système car il a un profil minimum pour les privilèges. Supprimez le profil minimum pour les privilèges afin d'en faire un groupe système.
user_watchlist_subject=%s / %s mises à jour dans vos fiches surveillées %s
user_watchlist_message_record=<li><a href="{{link}}">{{index:resourceTitleObject}}</a></li>
user_watchlist_message=Les fiches suivantes ont été mises à jour :\n\
Expand Down
Loading