Skip to content

Commit e562bcf

Browse files
committed
[BUGFIX] Re-add labels for powermail frontend
Since crowdin translations are solely based on the master branch, these translations and labels are also used for TYPO3 v12 compatible releases. In order to provide translations for old versions, we need to re-add that stuff. Related: #1272
1 parent 935bba0 commit e562bcf

File tree

3 files changed

+153
-0
lines changed

3 files changed

+153
-0
lines changed

Resources/Private/Language/locallang.xlf

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,51 @@
772772
<trans-unit id="BackendPluginInformationTitleLastMails" resname="BackendPluginInformationTitleLastMails">
773773
<source>Last mails from this form</source>
774774
</trans-unit>
775+
<trans-unit id="BackendPluginInformationTitlePi2" resname="BackendPluginInformationTitlePi2">
776+
<source>Show and manage mails in Frontend</source>
777+
</trans-unit>
778+
<trans-unit id="PowermailFrontendNoMails" resname="PowermailFrontendNoMails">
779+
<source>No Mails found.</source>
780+
</trans-unit>
781+
<trans-unit id="PowermailFrontendFilterAll" resname="PowermailFrontendFilterAll">
782+
<source>All</source>
783+
</trans-unit>
784+
<trans-unit id="PowermailFrontendFilterSubmit" resname="PowermailFrontendFilterSubmit">
785+
<source>Filter Now</source>
786+
</trans-unit>
787+
<trans-unit id="PowermailFrontendNoMailsDetail" resname="PowermailFrontendNoMailsDetail">
788+
<source>Please edit your filter settings.</source>
789+
</trans-unit>
790+
<trans-unit id="PowermailFrontendDetailView" resname="PowermailFrontendDetailView">
791+
<source>Details</source>
792+
</trans-unit>
793+
<trans-unit id="PowermailFrontendEditView" resname="PowermailFrontendEditView">
794+
<source>Edit</source>
795+
</trans-unit>
796+
<trans-unit id="PowermailFrontendDeleteView" resname="PowermailFrontendDeleteView">
797+
<source>Delete</source>
798+
</trans-unit>
799+
<trans-unit id="PowermailFrontendEditSubmit" resname="PowermailFrontendEditSubmit">
800+
<source>Save Changes</source>
801+
</trans-unit>
802+
<trans-unit id="PowermailFrontendEditConfirm" resname="PowermailFrontendEditConfirm">
803+
<source>Changes successfully saved</source>
804+
</trans-unit>
805+
<trans-unit id="PowermailFrontendEditNoMail" resname="PowermailFrontendEditNoMail">
806+
<source>Missing required Mail parameter</source>
807+
</trans-unit>
808+
<trans-unit id="PowermailFrontendEditFailed" resname="PowermailFrontendEditFailed">
809+
<source>You are not allowed to make changes</source>
810+
</trans-unit>
811+
<trans-unit id="PowermailFrontendEditSuccessful" resname="PowermailFrontendEditSuccessful">
812+
<source>Changes successfully saved</source>
813+
</trans-unit>
814+
<trans-unit id="PowermailFrontendDeleteFailed" resname="PowermailFrontendDeleteFailed">
815+
<source>Record could not be removed</source>
816+
</trans-unit>
817+
<trans-unit id="PowermailFrontendDeleteSuccessful" resname="PowermailFrontendDeleteSuccessful">
818+
<source>Record successfully removed</source>
819+
</trans-unit>
775820
<trans-unit id="ExtensionManagerConvertingScriptSuccess" resname="ExtensionManagerConvertingScriptSuccess">
776821
<source>All tables successfully converted</source>
777822
</trans-unit>

Resources/Private/Language/locallang_db.xlf

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,96 @@
522522
<trans-unit id="flexform.thx.redirect" resname="flexform.thx.redirect">
523523
<source>Redirect to any other Page after submit</source>
524524
</trans-unit>
525+
<trans-unit id="flexform_pi2.updateNote" resname="flexform_pi2.updateNote">
526+
<source>ATTENTION: Please select a form in Settings before!</source>
527+
</trans-unit>
528+
<trans-unit id="flexform_pi2.main" resname="flexform_pi2.main">
529+
<source>Main Settings</source>
530+
</trans-unit>
531+
<trans-unit id="flexform_pi2.main.form" resname="flexform_pi2.main.form">
532+
<source>Choose a form</source>
533+
</trans-unit>
534+
<trans-unit id="flexform_pi2.main.pid" resname="flexform_pi2.main.pid">
535+
<source>Select a page with mails (optional)</source>
536+
</trans-unit>
537+
<trans-unit id="flexform_pi2.list" resname="flexform_pi2.list">
538+
<source>Listview</source>
539+
</trans-unit>
540+
<trans-unit id="flexform_pi2.list.fields" resname="flexform_pi2.list.fields">
541+
<source>Choose Fields to show (Empty: All Fields)</source>
542+
</trans-unit>
543+
<trans-unit id="flexform_pi2.list.delta" resname="flexform_pi2.list.delta">
544+
<source>Show entries of the last X Seconds (Empty: Function disabled)</source>
545+
</trans-unit>
546+
<trans-unit id="flexform_pi2.list.limit" resname="flexform_pi2.list.limit">
547+
<source>Show max. X entries (Empty: No Limit)</source>
548+
</trans-unit>
549+
<trans-unit id="flexform_pi2.list.pid" resname="flexform_pi2.list.pid">
550+
<source>Page with Plugin for list view (Empty: Same page)</source>
551+
</trans-unit>
552+
<trans-unit id="flexform_pi2.list.showownonly" resname="flexform_pi2.list.showownonly">
553+
<source>Own entries</source>
554+
</trans-unit>
555+
<trans-unit id="flexform_pi2.list.showownonly.0" resname="flexform_pi2.list.showownonly.0">
556+
<source>Show only entries from logged in Frontend-User</source>
557+
</trans-unit>
558+
<trans-unit id="flexform_pi2.single" resname="flexform_pi2.single">
559+
<source>Detailview</source>
560+
</trans-unit>
561+
<trans-unit id="flexform_pi2.single.fields" resname="flexform_pi2.single.fields">
562+
<source>Choose Fields to show (Empty: All Fields)</source>
563+
</trans-unit>
564+
<trans-unit id="flexform_pi2.single.activateLink" resname="flexform_pi2.single.activateLink">
565+
<source>Link to detail view</source>
566+
</trans-unit>
567+
<trans-unit id="flexform_pi2.single.activateLink.0" resname="flexform_pi2.single.activateLink.0">
568+
<source>active</source>
569+
</trans-unit>
570+
<trans-unit id="flexform_pi2.single.pid" resname="flexform_pi2.single.pid">
571+
<source>Page with Plugin for detail view (Empty: Same page)</source>
572+
</trans-unit>
573+
<trans-unit id="flexform_pi2.search" resname="flexform_pi2.search">
574+
<source>Searchsettings</source>
575+
</trans-unit>
576+
<trans-unit id="flexform_pi2.search.fields" resname="flexform_pi2.search.fields">
577+
<source>Add searchfield</source>
578+
</trans-unit>
579+
<trans-unit id="flexform_pi2.search.fields.all" resname="flexform_pi2.search.fields.all">
580+
<source>[Fulltext Search]</source>
581+
</trans-unit>
582+
<trans-unit id="flexform_pi2.search.operator" resname="flexform_pi2.search.operator">
583+
<source>search fields operator (AND / OR)</source>
584+
</trans-unit>
585+
<trans-unit id="flexform_pi2.search.operator.0" resname="flexform_pi2.search.operator.0">
586+
<source>OR (Find keyword in Field1 OR Field2)</source>
587+
</trans-unit>
588+
<trans-unit id="flexform_pi2.search.operator.1" resname="flexform_pi2.search.operator.1">
589+
<source>AND (Find keyword in Field1 AND Field2)</source>
590+
</trans-unit>
591+
<trans-unit id="flexform_pi2.search.abc" resname="flexform_pi2.search.abc">
592+
<source>Add ABC filter</source>
593+
</trans-unit>
594+
<trans-unit id="flexform_pi2.search.abc.off" resname="flexform_pi2.search.abc.off">
595+
<source>[Deactivated]</source>
596+
</trans-unit>
597+
<trans-unit id="flexform_pi2.edit" resname="flexform_pi2.edit">
598+
<source>Editview</source>
599+
</trans-unit>
600+
<trans-unit id="flexform_pi2.edit.fields" resname="flexform_pi2.edit.fields">
601+
<source>Choose Fields to edit (Empty: All fields)</source>
602+
</trans-unit>
603+
<trans-unit id="flexform_pi2.edit.feuser" resname="flexform_pi2.edit.feuser">
604+
<source>Choose one or more Frontend-Users with permission to change</source>
605+
</trans-unit>
606+
<trans-unit id="flexform_pi2.edit.feuser.owner" resname="flexform_pi2.edit.feuser.owner">
607+
<source>[Owner]</source>
608+
</trans-unit>
609+
<trans-unit id="flexform_pi2.edit.fegroup" resname="flexform_pi2.edit.fegroup">
610+
<source>Choose one or more Frontend-Groups with permission to change</source>
611+
</trans-unit>
612+
<trans-unit id="flexform_pi2.edit.pid" resname="flexform_pi2.edit.pid">
613+
<source>Page with Plugin for edit view (Empty: Same page)</source>
614+
</trans-unit>
525615
<trans-unit id="pluginInfo.receiverEmail" resname="pluginInfo.receiverEmail">
526616
<source>Receiver email address</source>
527617
</trans-unit>

Resources/Private/Language/locallang_mod.xlf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@
2424
<trans-unit id="powermail_pi1.description">
2525
<source>Powerful and easy mailform extension optimized for editors.</source>
2626
</trans-unit>
27+
<trans-unit id="powermail_pi2.title">
28+
<source>Powermail Frontend (List, Detail)</source>
29+
</trans-unit>
30+
<trans-unit id="powermail_pi2.description">
31+
<source>Displays powermail mails in the frontend</source>
32+
</trans-unit>
33+
<trans-unit id="powermail_pi3.title">
34+
<source>Powermail Frontend (Edit, Update, Delete)</source>
35+
</trans-unit>
36+
<trans-unit id="powermail_pi3.description">
37+
<source>Displays an edit form and allows to delete sent emails</source>
38+
</trans-unit>
39+
<trans-unit id="powermail_pi4.title">
40+
<source>Powermail Frontend (All functions)</source>
41+
</trans-unit>
42+
<trans-unit id="powermail_pi4.description">
43+
<source>A plugin with all actions</source>
44+
</trans-unit>
2745
</body>
2846
</file>
2947
</xliff>

0 commit comments

Comments
 (0)