Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
233 |
jpm |
1 |
<?php
|
|
|
2 |
class Traduction {
|
|
|
3 |
public $type = null;
|
|
|
4 |
public $en = null;
|
|
|
5 |
public $fr = null;
|
|
|
6 |
public $sourcesTraduction = null;
|
|
|
7 |
public $remarques = null;
|
|
|
8 |
public $sources = null;
|
|
|
9 |
public $relectureRemarques = null;
|
|
|
10 |
public $notes = null;
|
|
|
11 |
}
|