Files
roxane/lang/en/members.php

68 lines
2.0 KiB
PHP
Raw Permalink Normal View History

2025-10-22 17:09:48 +02:00
<?php
return [
'fields' => [
'member' => 'Member',
'keycloak_id' => 'Keycloak ID',
'status' => 'Status',
'nature' => 'Nature',
'group_id' => 'Group',
'lastname' => 'Last name',
'firstname' => 'First name',
'email' => 'Email address',
'company' => 'Company',
'date_of_birth' => 'Date of birth',
'address' => 'Address',
'zipcode' => 'Zip code',
'city' => 'City',
'country' => 'Country',
'phone1' => 'Phone 1',
'phone2' => 'Phone 2',
'public_membership' => 'Public membership',
'created_at' => 'Created at',
'updated_at' => 'Updated at',
'deleted_at' => 'Deleted at',
],
'tabs' => [
'general_info' => 'General information',
'modules' => 'Modules',
],
'sections' => [
'personal_info' => 'Personal information',
'administrative_info' => 'Administrative information',
'contact_info' => 'Contact details',
'status' => 'Status',
'actions' => 'Actions',
'ispconfig_mail' => 'ISPConfig Mail',
'ispconfig_web' => 'Web Hosting',
'nextcloud' => 'NextCloud',
'listmonk' => 'Listmonk',
],
'ispconfig' => [
'mail_data' => 'ISPConfig Mail data',
'web_data' => 'ISPConfig Web data',
'nextcloud_data' => 'NextCloud data',
'email' => 'Email address',
'id' => 'ISPConfig ID',
'quota' => 'Quota',
'domain' => 'Domain',
'state' => 'State',
'enabled' => 'Enabled',
'disabled' => 'Disabled',
'nextcloud_id' => 'Nextcloud ID',
'display_name' => 'Display name',
'listmonk_data' => 'Listmonk data',
'listmonk_id' => 'Listmonk ID',
],
'actions' => [
'create_membership' => 'Create a membership',
'create_membership_submit' => 'Create',
'send_payment_mail' => 'Send payment email',
'send_renewal_mail' => 'Send follow-up email',
],
2025-10-22 17:09:48 +02:00
];