Localize global settings

This commit is contained in:
Brian Federle 2012-02-14 11:45:25 -08:00 committed by Salvatore Orlando
parent 1d6ff9aa4c
commit 229224207a
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#new labels (begin) **********************************************************************************************
#cloudstack 3.0 (begin) ********************************************************************************************
label.change.value=値を変更する
label.clear.list=一覧をクリアする
label.full.path=フルパス
message.add.domain=このドメインの下に作成するサブドメインを指定してください

View File

@ -62,7 +62,6 @@
if (args.filterBy.search.value) {
data.name = args.filterBy.search.value;
}
$.ajax({
url: createURL('listConfigurations'),
data: data,