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
Tags 5.6.1
2 merge requests!13Feature remove sg news ajax plugin,!8Feature upgrade to9 lts
mod {
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 {
overview {
iconIdentifier = sg_news-module
......@@ -10,7 +10,6 @@ mod {
CType = list
list_type = sgnews_overview
}
}
latest {
......@@ -21,7 +20,6 @@ mod {
CType = list
list_type = sgnews_latest
}
}
single {
......@@ -33,7 +31,6 @@ mod {
list_type = sgnews_singleview
}
}
category {
......@@ -43,15 +40,9 @@ mod {
tt_content_defValues {
CType = list
list_type = sgnews_listbycategory
}
}
}
show = *
}
}
\ No newline at end of file
}
......@@ -39,8 +39,14 @@
<trans-unit id="descriptionLatestPlugin">
<source>Choose to show Latest News</source>
</trans-unit>
<trans-unit id="descriptionLatestPlugin">
<source>Show most recent news</source>
</trans-unit>
<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 id="descriptionListByCategoryPlugin">
<source>List News by Category/Tag</source>
......@@ -49,13 +55,16 @@
<source>News Overview</source>
</trans-unit>
<trans-unit id="descriptionOverviewPlugin">
<source>Show an Overview of News</source>
<source>Show an overview of all news</source>
</trans-unit>
<trans-unit id="titleSingleViewPlugin">
<source>News Single View</source>
</trans-unit>
<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>
</body>
</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