Skip to content

Commit 4dccc49

Browse files
committed
Merge branch '1.2' into 1.3
2 parents 33f173d + 646cd1a commit 4dccc49

File tree

6 files changed

+15
-22
lines changed

6 files changed

+15
-22
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo: false
55
language: php
66

77
php:
8-
- 5.3
98
- 5.4
109
- 5.5
1110

.tx/config

Lines changed: 0 additions & 8 deletions
This file was deleted.

code/extension/WidgetPageExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function updateCMSFields(FieldList $fields)
2626
{
2727
$fields->addFieldToTab(
2828
"Root.Widgets",
29-
new CheckboxField("InheritSideBar", 'Inherit Sidebar From Parent')
29+
new CheckboxField("InheritSideBar", _t('WidgetPageExtension.INHERITSIDEBAR', 'Inherit Sidebar From Parent'))
3030
);
3131
$fields->addFieldToTab(
3232
"Root.Widgets",

lang/ar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ar:
1414
WidgetDescription_ss:
1515
CLICKTOADDWIDGET: 'اضغط لإضافة هذا التطبيق المصغر'
1616
WidgetEditor_ss:
17-
DELETE: 'مسح'
17+
DELETE: مسح

lang/en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ en:
1515
CLICKTOADDWIDGET: 'Click to add this widget'
1616
WidgetEditor_ss:
1717
DELETE: Delete
18+
WidgetPageExtension:
19+
INHERITSIDEBAR: 'Inherit Sidebar From Parent'

lang/zh.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
zh:
22
Widget:
3-
PLURALNAME: '小工具'
4-
SINGULARNAME: '小工具'
3+
PLURALNAME: 小工具
4+
SINGULARNAME: 小工具
55
WidgetArea:
6-
PLURALNAME: '小工具区域'
7-
SINGULARNAME: '小工具区域'
6+
PLURALNAME: 小工具区域
7+
SINGULARNAME: 小工具区域
88
WidgetAreaEditor_ss:
9-
AVAILABLE: '可用的小工具'
10-
AVAILWIDGETS: '点击下方的小工具名称即可在此页上使用。'
11-
INUSE: '当前使用的小工具'
12-
NOAVAIL: '目前没有可用小工具。'
13-
TOSORT: '要对本页当前使用的小工具进行排序,请像上下拖拽。'
9+
AVAILABLE: 可用的小工具
10+
AVAILWIDGETS: 点击下方的小工具名称即可在此页上使用。
11+
INUSE: 当前使用的小工具
12+
NOAVAIL: 目前没有可用小工具。
13+
TOSORT: 要对本页当前使用的小工具进行排序,请像上下拖拽。
1414
WidgetDescription_ss:
15-
CLICKTOADDWIDGET: '点击添加该小工具'
15+
CLICKTOADDWIDGET: 点击添加该小工具
1616
WidgetEditor_ss:
17-
DELETE: '删除'
17+
DELETE: 删除

0 commit comments

Comments
 (0)