Skip to content

Commit

Permalink
transifex (#114)
Browse files Browse the repository at this point in the history
* refactoring

* refactoring

refactoring

refactoring & #46

Create help section for configuration and #47 #61

changelog

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>

* transifex

* transifex
  • Loading branch information
baimard committed Jan 28, 2022
1 parent 1fd2d9c commit 55a1efa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/content/changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div id="ConfigurationHelp" class="modal">
<div class="modal-content">
<span class="modalClose">&times;</span>
<h2><?php p($l->t('Help configure')); ?></h2>
<h2><?php p($l->t('Configuration help')); ?></h2>
<hr/>
<h2><?php p($l->t('Company name')); ?></h2>
<div class="ConfigurationHelp"><?php p($l->t('This is the name of the company that will appears in the footer of your quote and invoice. For example, you can set : "Company : Cybercorp" or just "Cybercorp".')); ?></div>
Expand All @@ -45,9 +45,9 @@
<h2><?php p($l->t('Your company contact name')); ?></h2>
<div class="ConfigurationHelp"><?php p($l->t('Last name appears in the Quote/Invoice header as a contact')); ?></div>
<h2><?php p($l->t('Company legal information line one')); ?></h2>
<div class="ConfigurationHelp"><?php p($l->t('This is a first line in the footer of your Quote/Invoice with all legal information you need')); ?></div>
<div class="ConfigurationHelp"><?php p($l->t('This is the first line in the footer of your Quote/Invoice with all legal information you need')); ?></div>
<h2><?php p($l->t('Company legal information line two')); ?></h2>
<div class="ConfigurationHelp"><?php p($l->t('This is a second line in the footer of your Quote/Invoice with all legal information you need')); ?></div>
<div class="ConfigurationHelp"><?php p($l->t('This is the second line in the footer of your Quote/Invoice with all legal information you need')); ?></div>
<h2><?php p($l->t('Your company address')); ?></h2>
<div class="ConfigurationHelp"><?php p($l->t('Show company address in the quote/invoice header')); ?></div>
<h2><?php p($l->t('Your company phone')); ?></h2>
Expand Down
6 changes: 3 additions & 3 deletions templates/content/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<div class="configuration-icon icon-details"></div>
<div style="float:none;" id="adresse" class="configuration-content editable" data-table="configuration" data-column="adresse" data-id=""><?php p($l->t('Loading …')); ?></div>
</div>
<div title="<?php p($l->t('This is a first line in the footer of your Quote/Invoice with all legals informations you need')); ?>" class="configuration-global">
<div title="<?php p($l->t('This is the first line in the footer of your Quote/Invoice with all legals informations you need')); ?>" class="configuration-global">
<div class="configuration-icon icon-details"></div>
<div style="float:none;" id="legal_one" class="configuration-content editable" data-table="configuration" data-column="legal_one" data-id=""><?php p($l->t('Loading …')); ?></div>
</div>
<div title="<?php p($l->t('This is a second line in the footer of your Quote/Invoice with all legals informations you need')); ?>" class="configuration-global">
<div title="<?php p($l->t('This is the second line in the footer of your Quote/Invoice with all legals informations you need')); ?>" class="configuration-global">
<div class="configuration-icon icon-details"></div>
<div style="float:none;" id="legal_two" class="configuration-content editable" data-table="configuration" data-column="legal_two" data-id=""><?php p($l->t('Loading …')); ?></div>
</div>
Expand All @@ -45,7 +45,7 @@
<div class="configuration-icon icon-details"></div>
<div style="float:none;" id="tva_default" class="configuration-content editable" data-table="configuration" data-column="tva_default" data-id=""><?php p($l->t('Loading …')); ?></div>
</div>
<div title="<?php p($l->t('Automatic generated invoice number')); ?>" class="configuration-global">
<div title="<?php p($l->t('Generate invoice number automatically?')); ?>" class="configuration-global">
<div class="configuration-icon icon-details"></div>
<select style="float:none;" id="auto_invoice_number" class="configuration-content editableSelect" data-table="configuration" data-column="auto_invoice_number" data-id=""></select>
</div>
Expand Down

0 comments on commit 55a1efa

Please sign in to comment.