first commit

This commit is contained in:
aschwarz
2023-02-27 10:20:09 +01:00
commit 09ee4a8728
2309 changed files with 449255 additions and 0 deletions

21
html2pdf_v4.03/locale/en.csv Executable file
View File

@ -0,0 +1,21 @@
"err01","The tag <b>&lt;[[OTHER]]&gt;</b> does not yet exist.<br><br>If you want to add it, you must create the methods <b>o_[[OTHER]]</b> (for opening) and <b>c_[[OTHER]]</b> (for closure) by following the model of existing tags.<br><br>If you create these methods, do not hesitate to send me an email to webmaster@html2pdf.fr to included them in the next version of HTML2PDF."
"err02","Sentence of 1000 lines => too long<br><b>Sentence :</b> [[OTHER_0]]<br><b>Width box :</b> [[OTHER_1]]<br><b>Length text :</b> [[OTHER_2]]<br>"
"err03","HTML code invalid, a tag is closed too many times: <b>&lt;[[OTHER]]&gt;</b>"
"err04","HTML code invalid, the tags are not closed in an orderly fashion.<br>Status : <pre>[[OTHER]]</pre>"
"err05","HTML code invalid, all tags must be closed.<br>Status : <pre>[[OTHER]]</pre>"
"err06","Impossible to load the image <b>[[OTHER]]</b>"
"err07","The content of a TD tag does not fit on only one page"
"err08","<b>&lt;[[OTHER]]&gt;</b> tag not in a &lt;DRAW&gt; tag"
"err09","The using of the <b>&lt;[[OTHER_0]]&gt;</b>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
"txt01","ERROR n°"
"txt02","File :"
"txt03","Line :"
"pdf01","Document generated on [[date_y]]-[[date_m]]-[[date_d]]"
"pdf02","Document generated at [[date_h]]:[[date_i]]"
"pdf03","Document generated on [[date_y]]-[[date_m]]-[[date_d]] at [[date_h]]:[[date_i]]"
"pdf04","Page [[page_cu]]/[[page_nb]]"
"pdf05","The forms require the use of Adobe Reader 9"
"vue01","HEADER"
"vue02","FOOTER"
"vue03","PAGE"
"vue04","View"
1 err01 The tag <b>&lt;[[OTHER]]&gt;</b> does not yet exist.<br><br>If you want to add it, you must create the methods <b>o_[[OTHER]]</b> (for opening) and <b>c_[[OTHER]]</b> (for closure) by following the model of existing tags.<br><br>If you create these methods, do not hesitate to send me an email to webmaster@html2pdf.fr to included them in the next version of HTML2PDF.
2 err02 Sentence of 1000 lines => too long<br><b>Sentence :</b> [[OTHER_0]]<br><b>Width box :</b> [[OTHER_1]]<br><b>Length text :</b> [[OTHER_2]]<br>
3 err03 HTML code invalid, a tag is closed too many times: <b>&lt;[[OTHER]]&gt;</b>
4 err04 HTML code invalid, the tags are not closed in an orderly fashion.<br>Status : <pre>[[OTHER]]</pre>
5 err05 HTML code invalid, all tags must be closed.<br>Status : <pre>[[OTHER]]</pre>
6 err06 Impossible to load the image <b>[[OTHER]]</b>
7 err07 The content of a TD tag does not fit on only one page
8 err08 <b>&lt;[[OTHER]]&gt;</b> tag not in a &lt;DRAW&gt; tag
9 err09 The using of the <b>&lt;[[OTHER_0]]&gt;</b>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI
10 txt01 ERROR n°
11 txt02 File :
12 txt03 Line :
13 pdf01 Document generated on [[date_y]]-[[date_m]]-[[date_d]]
14 pdf02 Document generated at [[date_h]]:[[date_i]]
15 pdf03 Document generated on [[date_y]]-[[date_m]]-[[date_d]] at [[date_h]]:[[date_i]]
16 pdf04 Page [[page_cu]]/[[page_nb]]
17 pdf05 The forms require the use of Adobe Reader 9
18 vue01 HEADER
19 vue02 FOOTER
20 vue03 PAGE
21 vue04 View