Skip to content

Commit

Permalink
[BUGFIX] Change translation for extension configuration
Browse files Browse the repository at this point in the history
Resolves: #76
  • Loading branch information
extcode committed Apr 14, 2020
1 parent be360f1 commit 80c9622
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Resources/Private/Language/de.locallang_be.xlf
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2020-01-30T12:30:00Z" product-name="contacts">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2020-04-14T11:42:00Z" product-name="contacts">
<header/>
<body>

<trans-unit id="extmng.categoryRestriction" xml:space="preserve">
<source>
Category restriction: Restrict the available categories in the person or company records.
PageTsConfig:
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=120.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=120.
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=130.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=130.
TCEFORM..category.PAGE_TSCONFIG_IDLIST=120.
TCEFORM.tx_contacts_domain_model_company.categories.PAGE_TSCONFIG_IDLIST=120.
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_IDLIST=130.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_IDLIST=130.
</source>
<target>
Einschränkung der Kategorie: Schränken Sie die verfügbaren Kategorien in den Personen- oder Firmendatensätzen ein.
PageTsConfig:
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=120.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=120.
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=130.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=130.
TCEFORM.tx_contacts_domain_model_company.category.PAGE_TSCONFIG_IDLIST=120.
TCEFORM.tx_contacts_domain_model_company.categories.PAGE_TSCONFIG_IDLIST=120.
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_IDLIST=130.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_IDLIST=130.
</target>
</trans-unit>
<trans-unit id="extmng.categoryRestriction.current_pid" xml:space="preserve">
Expand Down
10 changes: 5 additions & 5 deletions Resources/Private/Language/locallang_be.xlf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2020-01-30T12:30:00Z" product-name="contacts">
<file source-language="en" datatype="plaintext" original="messages" date="2020-04-14T11:42:00Z" product-name="contacts">
<header/>
<body>

<trans-unit id="extmng.categoryRestriction" xml:space="preserve">
<source>
Category restriction: Restrict the available categories in the person or company records.
PageTsConfig:
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=120.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=120.
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=130.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=130.
TCEFORM.tx_contacts_domain_model_company.category.PAGE_TSCONFIG_IDLIST=120.
TCEFORM.tx_contacts_domain_model_company.categories.PAGE_TSCONFIG_IDLIST=120.
TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_IDLIST=130.
TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_IDLIST=130.
</source>
</trans-unit>
<trans-unit id="extmng.categoryRestriction.current_pid" xml:space="preserve">
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '2.6.0',
'version' => '2.6.1',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.7.99',
Expand Down

0 comments on commit 80c9622

Please sign in to comment.