File tree Expand file tree Collapse file tree
Configuration/TCA/Overrides
Resources/Private/Language Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 'filter ' => [
1616 'name ' => 'Filter ' ,
1717 'title ' => $ languagePrefix . 'plugin.pi1 ' ,
18+ 'description ' => $ languagePrefix . 'plugin.pi1.description ' ,
1819 'flexForm ' => $ flexFormFolder . 'Filter.xml ' ,
1920 ],
2021 'detail ' => [
2122 'name ' => 'Detail ' ,
2223 'title ' => $ languagePrefix . 'plugin.pi2 ' ,
24+ 'description ' => $ languagePrefix . 'plugin.pi2.description ' ,
2325 'flexForm ' => $ flexFormFolder . 'Detail.xml ' ,
2426 ],
2527 'fastsearch ' => [
2628 'name ' => 'Fastsearch ' ,
2729 'title ' => $ languagePrefix . 'plugin.fastSearch ' ,
30+ 'description ' => $ languagePrefix . 'plugin.fastSearch.description ' ,
2831 'flexForm ' => $ flexFormFolder . 'FastSearch.xml ' ,
2932 ],
3033];
3639 $ plugin ['title ' ],
3740 'in2studyfinder-plugin-icon ' ,
3841 'Studyfinder ' ,
39- ' Meine tolle beschreibung! '
42+ $ plugin [ ' description ' ]
4043 );
4144
4245 ExtensionManagementUtility::addToAllTCAtypes (
Original file line number Diff line number Diff line change 1616 <target >Studiengangsfinder Detailansicht</target >
1717 </trans-unit >
1818
19+ <trans-unit id =" plugin.pi1.description" >
20+ <source >Displays degree programmes in a list view with filter</source >
21+ <target >Zeigt Studiengänge in einer Listenansicht mit Filter an</target >
22+ </trans-unit >
23+ <trans-unit id =" plugin.pi2.description" >
24+ <source >Displays the detailed view of a degree programme</source >
25+ <target >Zeigt die Detailansicht eines Studiengangs an</target >
26+ </trans-unit >
27+ <trans-unit id =" plugin.fastSearch.description" >
28+ <source >Only displays the quick selection (Select field) for degree programmes</source >
29+ <target >Zeigt nur die Schnellauswahl (Select Feld) für Studiengänge an</target >
30+ </trans-unit >
1931 <trans-unit id =" studycourse" >
2032 <source >Study Course</source >
2133 <target >Studiengang</target >
Original file line number Diff line number Diff line change 1212 <trans-unit id =" plugin.pi2" >
1313 <source >Studyfinder Detail view</source >
1414 </trans-unit >
15+ <trans-unit id =" plugin.pi1.description" >
16+ <source >Displays degree programmes in a list view with filter</source >
17+ </trans-unit >
18+ Zeigt Studiengänge in einer Listenansicht mit Filter an
19+
20+ <trans-unit id =" plugin.pi2.description" >
21+ <source >Displays the detailed view of a degree programme</source >
22+ </trans-unit >
23+ Zeigt die Detailansicht eines Studiengangs an
24+ <trans-unit id =" plugin.fastSearch.description" >
25+ <source >Only displays the quick selection (Select field) for degree programmes</source >
26+ </trans-unit >
27+ Zeigt nur die Schnellauswahl (Select Feld) für Studiengänge an
1528
1629 <trans-unit id =" studycourse" >
1730 <source >Study Course</source >
You can’t perform that action at this time.
0 commit comments