Skip to content

Commit 8949e6c

Browse files
committed
https://github.com/jayelkaake/enhancedgrid/pull/60
1 parent 8d89f1f commit 8949e6c

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

app/code/community/TBT/Enhancedgrid/etc/config.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
</resources>
6363
</global>
6464
<adminhtml>
65+
<translate>
66+
<modules>
67+
<TBT_Enhancedgrid>
68+
<files>
69+
<default>TBT_Enhancedgrid.csv</default>
70+
</files>
71+
</TBT_Enhancedgrid>
72+
</modules>
73+
</translate>
6574
<layout>
6675
<updates>
6776
<enhancedgrid>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
"Manage Products*","Manage Products*"
2+
"Enhanced Product Grid","Enhanced Product Grid"
3+
"About This Extension","About This Extension"
4+
"Manage Products (Enhanced)","Manage Products (Enhanced)"
5+
"WDCA Extensions","WDCA Extensions"
6+
"Column Options","Column Options"
7+
"Show Columns","Show Columns"
8+
"Truncate Long Texts After X Characters ","Truncate Long Texts After X Characters "
9+
"In-Grid Image Options","In-Grid Image Options"
10+
"Show Image Url","Show Image Url"
11+
"(When product image is hidden for that row)","(When product image is hidden for that row)"
12+
"Show Image By Default","Show Image By Default"
13+
"If your grid has a large page size by default this could get slow.",""If your grid has a large page size by default this could get slow."
14+
"Image Width","Image Width"
15+
"Image Height","Image Height"
16+
"Default Grid State","Default Grid State"
17+
"Sort Column Direction","Sort Column Direction"
18+
"Sort Column","Sort Column"
19+
"The selected column must be also selected above if it's not already there","The selected column must be also selected above if it's not already there"
20+
"Initial Page Number","Initial Page Number"
21+
"Page Size","Page Size"
22+
"Total of %d record(s) were successfully refreshed.","Total of %d record(s) were successfully refreshed."
23+
"Refresh Products","Refresh Products"
24+
"Please select product(s)","Please select product(s)"
25+
"Show Selected Images","Show Selected Images"
26+
"Hide Selected Images","Hide Selected Images"
27+
"Change Attribute Set","Change Attribute Set"
28+
"Descending","Descending"
29+
"Ascending","Ascending"
30+
"Small Img","Small Img"
31+
"Cost","Cost"
32+
"Url Key","Url Key"
33+
"Tier Price","Tier Price"
34+
"Tax Class ID","Tax Class ID"
35+
"Spshl TO Date","Spshl TO Date"
36+
"Spshl FROM Date","Spshl FROM Date"
37+
"Custom Design FRM","Custom Design FRM"
38+
"Custom Design TO","Custom Design TO"
39+
"Meta Keywds","Meta Keywds"
40+
"Meta Descr","Meta Descr"
41+
"Meta Title","Meta Title"
42+
"Short Description","Short Description"

modman

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
app/code/community/TBT/Enhancedgrid app/code/community/TBT/Enhancedgrid
2+
app/locale/en_US/TBT_Enhancedgrid.csv app/locale/en_US/TBT_Enhancedgrid.csv
23
app/design/adminhtml/default/default/layout/tbt_enhancedgrid.xml app/design/adminhtml/default/default/layout/tbt_enhancedgrid.xml
34
app/design/adminhtml/default/default/template/tbt/enhancedgrid app/design/adminhtml/default/default/template/tbt/enhancedgrid
45
app/etc/modules/TBT_Enhancedgrid.xml app/etc/modules/TBT_Enhancedgrid.xml

0 commit comments

Comments
 (0)