yaml en translation with double point within apostrophs to make it work - and no print of lang on website
This commit is contained in:
parent
0e4e076b16
commit
e8a6174b1a
5 changed files with 3 additions and 3 deletions
BIN
.form.php.swp
BIN
.form.php.swp
Binary file not shown.
BIN
.index.php.swp
BIN
.index.php.swp
Binary file not shown.
|
@ -34,7 +34,7 @@
|
||||||
$loc = "de-DE";
|
$loc = "de-DE";
|
||||||
|
|
||||||
//$loc = "en-US";
|
//$loc = "en-US";
|
||||||
print "$loc $loc1";
|
//print "$loc $loc1";
|
||||||
$domain = "messages";
|
$domain = "messages";
|
||||||
|
|
||||||
setlocale(LC_MESSAGES, $loc);
|
setlocale(LC_MESSAGES, $loc);
|
||||||
|
|
|
@ -143,10 +143,10 @@ form_3_header:
|
||||||
en-US: 3. Advance payment and other
|
en-US: 3. Advance payment and other
|
||||||
form_3_subtext_1:
|
form_3_subtext_1:
|
||||||
de-DE: 'Ich habe bereits einen Vorschuss erhalten in Höhe von:'
|
de-DE: 'Ich habe bereits einen Vorschuss erhalten in Höhe von:'
|
||||||
en-US: I have already received an advance in the amount of:
|
en-US: 'I have already received an advance in the amount of:'
|
||||||
form_3_subtext_2:
|
form_3_subtext_2:
|
||||||
de-DE: 'Hiermit bestätige ich die Vollständig- und Richtigkeit meiner Angaben:'
|
de-DE: 'Hiermit bestätige ich die Vollständig- und Richtigkeit meiner Angaben:'
|
||||||
en-US: Herewith I confirm the completeness and correctness of my data:
|
en-US: 'Herewith I confirm the completeness and correctness of my data:'
|
||||||
form_3_button_1:
|
form_3_button_1:
|
||||||
de-DE: Antrag herunterladen und später einreichen
|
de-DE: Antrag herunterladen und später einreichen
|
||||||
en-US: Download reimbursement claim and submit later
|
en-US: Download reimbursement claim and submit later
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue