mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-22 18:26:12 +05:30
Add config.yaml.php and translate some strings of code in english
This commit is contained in:
parent
38f2edd4fb
commit
405e073d9f
10 changed files with 96 additions and 74 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
$loc = array(
|
||||
'subtitle' => "subtitle",
|
||||
'description' => "description",
|
||||
|
||||
'label_content' => "label_content",
|
||||
'label_redondancy' => "label_redondancy",
|
||||
'label_margin' => "label_margin",
|
||||
|
|
@ -22,6 +24,13 @@ $loc = array(
|
|||
|
||||
'title_showOnlyQR' => "title_showOnlyQR",
|
||||
|
||||
'alt_help' => "alt_help",
|
||||
'alt_QR_before' => "alt_QR_before",
|
||||
'alt_QR_after' => "alt_QR_after",
|
||||
|
||||
'metaText_qr' => "metaText_qr",
|
||||
'metaText_legal' => "metaText_legal",
|
||||
|
||||
'opensearch_description' => "opensearch_description",
|
||||
'opensearch_actionName' => "opensearch_actionName",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue