Get the remaining core control panel tabs prepared for translation

We’ll do ThemeTweaks separately as it’s part of the Vanilla theme
This commit is contained in:
Jermolene
2014-02-15 13:29:24 +00:00
parent 5252328dd9
commit 5a45fffa9e
11 changed files with 82 additions and 48 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
title: $:/core/ui/ControlPanel/Plugins
tags: $:/tags/ControlPanel
caption: Plugins
caption: {{$:/language/ControlPanel/Plugins/Caption}}
<table><tbody><tr><th>Title</th><th>Description</th><th>Version</th></tr><$list filter="[!has[draft.of]has[plugin-type]sort[title]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link></td><td><$view field="description"/></td><td><$view field="version"/></td></tr></$list>
\define lingo-base() $:/language/ControlPanel/Plugins/
<table><tbody><tr><th><<lingo Fields/Title>></th><th><<lingo Fields/Description>></th><th><<lingo Fields/Version>></th></tr><$list filter="[!has[draft.of]has[plugin-type]sort[title]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link></td><td><$view field="description"/></td><td><$view field="version"/></td></tr></$list>
</tbody>
</table>