Skip to content

Commit

Permalink
* improve language pack; - remove unnesessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeroot committed Sep 17, 2015
1 parent cadd45b commit 18a2f18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions src/models/Osimage.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ public function attributeLabels () {
return [
'osimagae' => Yii::t('app', 'System name of image'),
'os' => Yii::t('app', 'OS'),
'version' => Yii::t('app', 'Version'),
'bitwise' => Yii::t('app', 'Bitwise'),
'panel' => Yii::t('app', 'Panel'),
'softpack' => Yii::t('app', 'Soft package'),
];
}
Expand Down
10 changes: 0 additions & 10 deletions src/models/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,7 @@ public function attributeLabels()
'remoteid' => Yii::t('app', 'Remote ID'),
'name_like' => Yii::t('app', 'Name'),
'name' => Yii::t('app', 'Name'),
'panel' => Yii::t('app', 'Panel'),
'parent_tariff' => Yii::t('app', 'Parent tariff'),
'tariff' => Yii::t('app', 'Tariff'),
'tariff_note' => Yii::t('app', 'Tariff note'),
'discounts' => Yii::t('app', 'Discounts'),
'request_state' => Yii::t('app', 'Request state'),
'state_label' => Yii::t('app', 'State'),
'status_time' => Yii::t('app', 'Last operation time'),
'sale_time' => Yii::t('app', 'Sale time'),
'autorenewal' => Yii::t('app', 'Autorenewal'),
'expires' => Yii::t('app', 'Expires'),
'block_reason_label' => Yii::t('app', 'Block reason label'),
'request_state_label' => Yii::t('app', 'Request state label'),
'ips' => Yii::t('app', 'IP addresses'),
Expand Down

0 comments on commit 18a2f18

Please sign in to comment.