Skip to content

Commit

Permalink
Merge branch '1.2' into 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Dec 18, 2017
2 parents 33f173d + 646cd1a commit 4dccc49
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 22 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sudo: false
language: php

php:
- 5.3
- 5.4
- 5.5

Expand Down
8 changes: 0 additions & 8 deletions .tx/config

This file was deleted.

2 changes: 1 addition & 1 deletion code/extension/WidgetPageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function updateCMSFields(FieldList $fields)
{
$fields->addFieldToTab(
"Root.Widgets",
new CheckboxField("InheritSideBar", 'Inherit Sidebar From Parent')
new CheckboxField("InheritSideBar", _t('WidgetPageExtension.INHERITSIDEBAR', 'Inherit Sidebar From Parent'))
);
$fields->addFieldToTab(
"Root.Widgets",
Expand Down
2 changes: 1 addition & 1 deletion lang/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ar:
WidgetDescription_ss:
CLICKTOADDWIDGET: 'اضغط لإضافة هذا التطبيق المصغر'
WidgetEditor_ss:
DELETE: 'مسح'
DELETE: مسح
2 changes: 2 additions & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ en:
CLICKTOADDWIDGET: 'Click to add this widget'
WidgetEditor_ss:
DELETE: Delete
WidgetPageExtension:
INHERITSIDEBAR: 'Inherit Sidebar From Parent'
22 changes: 11 additions & 11 deletions lang/zh.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
zh:
Widget:
PLURALNAME: '小工具'
SINGULARNAME: '小工具'
PLURALNAME: 小工具
SINGULARNAME: 小工具
WidgetArea:
PLURALNAME: '小工具区域'
SINGULARNAME: '小工具区域'
PLURALNAME: 小工具区域
SINGULARNAME: 小工具区域
WidgetAreaEditor_ss:
AVAILABLE: '可用的小工具'
AVAILWIDGETS: '点击下方的小工具名称即可在此页上使用。'
INUSE: '当前使用的小工具'
NOAVAIL: '目前没有可用小工具。'
TOSORT: '要对本页当前使用的小工具进行排序,请像上下拖拽。'
AVAILABLE: 可用的小工具
AVAILWIDGETS: 点击下方的小工具名称即可在此页上使用。
INUSE: 当前使用的小工具
NOAVAIL: 目前没有可用小工具。
TOSORT: 要对本页当前使用的小工具进行排序,请像上下拖拽。
WidgetDescription_ss:
CLICKTOADDWIDGET: '点击添加该小工具'
CLICKTOADDWIDGET: 点击添加该小工具
WidgetEditor_ss:
DELETE: '删除'
DELETE: 删除

0 comments on commit 4dccc49

Please sign in to comment.