mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:16:13 +01:00
bbe469169b
This is a pre-patch for adding a CRUD plugin for tea records. This property contains only the UID of the owner FE user, but not a relation to a FE user model. This is because we neither have nor need a FE user model for the purposes of the CRUD plugin.
29 lines
1 KiB
XML
29 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
<file source-language="en" datatype="plaintext" original="messages">
|
|
<header/>
|
|
<body>
|
|
<trans-unit id="tx_tea_domain_model_product_tea">
|
|
<source>Tea</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.tabs.access">
|
|
<source>Access</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.title">
|
|
<source>Title</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.description">
|
|
<source>Description</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.image">
|
|
<source>Image</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.owner">
|
|
<source>Website user who created this record</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.fe_group">
|
|
<source>Usergroup Access Rights</source>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|