Revision 05c6840d
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/French-income_statement.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<head> |
6 | 6 |
|
7 |
<title>Compte de R?sultat</title>
|
|
8 |
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
|
|
7 |
<title>Compte de Résultat</title>
|
|
8 |
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
|
9 | 9 |
|
10 | 10 |
</head> |
11 | 11 |
|
... | ... | |
15 | 15 |
<%company%> |
16 | 16 |
<br><%address%> |
17 | 17 |
|
18 |
<p>Compte de R?sultat
|
|
18 |
<p>Compte de Résultat
|
|
19 | 19 |
<br><%period%> |
20 | 20 |
</h2> |
21 | 21 |
|
... | ... | |
50 | 50 |
</tr> |
51 | 51 |
|
52 | 52 |
<tr> |
53 |
<th align=left colspan=2>D?PENSES<br><hr width=300 size=5 align=left noshade></th>
|
|
53 |
<th align=left colspan=2>DÉPENSES<br><hr width=300 size=5 align=left noshade></th>
|
|
54 | 54 |
</tr> |
55 | 55 |
|
56 | 56 |
<%foreach expense_account%> |
... | ... | |
70 | 70 |
|
71 | 71 |
<tr valign=top> |
72 | 72 |
<td> </td> |
73 |
<th align=left>Total D?penses</th>
|
|
73 |
<th align=left>Total Dépenses</th>
|
|
74 | 74 |
<td align=right><%total_expenses_this_period%><br><hr noshade size=2</td> |
75 | 75 |
<td align=right><%total_expenses_last_period%><br><hr noshade size=2</td> |
76 | 76 |
</tr> |
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.