custfield.xml
3 days ago
empgroup.xml
3 days ago
employee.xml
3 days ago
group.xml
3 days ago
index.html
3 days ago
media.xml
3 days ago
option.xml
3 days ago
optiongroup.xml
3 days ago
optionvar.xml
3 days ago
package.xml
3 days ago
packgroup.xml
3 days ago
payment.xml
3 days ago
service.xml
3 days ago
statuscode.xml
3 days ago
subscription.xml
3 days ago
tax.xml
3 days ago
taxrule.xml
3 days ago
statuscode.xml
23 lines
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- define "link" attribute in case the table doesn't follow the standard notation of "_lang_" --> |
| 3 | <translation table="#__vikappointments_lang_status_code" id="statuscode"> |
| 4 | |
| 5 | <columns> |
| 6 | |
| 7 | <!-- define primary key column --> |
| 8 | <column name="id" rule="pk" /> |
| 9 | |
| 10 | <!-- omit "link" attribute in case the columns of both the tables have the same name --> |
| 11 | <column name="name" rule="content" /> |
| 12 | <column name="description" rule="content" /> |
| 13 | |
| 14 | <!-- define foreign key column to create a relation with translation link --> |
| 15 | <!-- define "link" attribute in case the landing table PK is not equals to "id" --> |
| 16 | <column name="id_status_code" rule="fk" /> |
| 17 | |
| 18 | <!-- define column used to register the translation language tag --> |
| 19 | <column name="tag" rule="language" /> |
| 20 | |
| 21 | </columns> |
| 22 | |
| 23 | </translation> |