Skip to content
Snippets Groups Projects
Commit 290e00c4 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

Merge branch 'master' into feature_UpgradeTo9LTS

parents 870568cc 292066f8
No related branches found
No related tags found
2 merge requests!13Feature remove sg news ajax plugin,!8Feature upgrade to9 lts
mod { mod {
wizards.newContentElement.wizardItems.news { wizards.newContentElement.wizardItems.news {
header = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:pageTypeTitlePlugin.news header = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:pageTitlePlugin.news
elements { elements {
overview { overview {
iconIdentifier = sg_news-module iconIdentifier = sg_news-module
...@@ -10,7 +10,6 @@ mod { ...@@ -10,7 +10,6 @@ mod {
CType = list CType = list
list_type = sgnews_overview list_type = sgnews_overview
} }
} }
latest { latest {
...@@ -21,7 +20,6 @@ mod { ...@@ -21,7 +20,6 @@ mod {
CType = list CType = list
list_type = sgnews_latest list_type = sgnews_latest
} }
} }
single { single {
...@@ -33,7 +31,6 @@ mod { ...@@ -33,7 +31,6 @@ mod {
list_type = sgnews_singleview list_type = sgnews_singleview
} }
} }
category { category {
...@@ -43,15 +40,9 @@ mod { ...@@ -43,15 +40,9 @@ mod {
tt_content_defValues { tt_content_defValues {
CType = list CType = list
list_type = sgnews_listbycategory list_type = sgnews_listbycategory
} }
} }
} }
show = * show = *
} }
}
}
\ No newline at end of file
...@@ -39,8 +39,14 @@ ...@@ -39,8 +39,14 @@
<trans-unit id="descriptionLatestPlugin"> <trans-unit id="descriptionLatestPlugin">
<source>Choose to show Latest News</source> <source>Choose to show Latest News</source>
</trans-unit> </trans-unit>
<trans-unit id="descriptionLatestPlugin">
<source>Show most recent news</source>
</trans-unit>
<trans-unit id="titleListByCategoryPlugin"> <trans-unit id="titleListByCategoryPlugin">
<source>List News by Category/Tag</source> <source>News by Category/Tag</source>
</trans-unit>
<trans-unit id="descriptionListByCategoryPlugin">
<source>List news by category/tag</source>
</trans-unit> </trans-unit>
<trans-unit id="descriptionListByCategoryPlugin"> <trans-unit id="descriptionListByCategoryPlugin">
<source>List News by Category/Tag</source> <source>List News by Category/Tag</source>
...@@ -49,13 +55,16 @@ ...@@ -49,13 +55,16 @@
<source>News Overview</source> <source>News Overview</source>
</trans-unit> </trans-unit>
<trans-unit id="descriptionOverviewPlugin"> <trans-unit id="descriptionOverviewPlugin">
<source>Show an Overview of News</source> <source>Show an overview of all news</source>
</trans-unit> </trans-unit>
<trans-unit id="titleSingleViewPlugin"> <trans-unit id="titleSingleViewPlugin">
<source>News Single View</source> <source>News Single View</source>
</trans-unit> </trans-unit>
<trans-unit id="descriptionSingleViewPlugin"> <trans-unit id="descriptionSingleViewPlugin">
<source>Show a Single View of News</source> <source>Show a single view of news</source>
</trans-unit>
<trans-unit id="pageTitlePlugin.news">
<source>News</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment