2021-11-25 22:36:21 +01:00
< ? php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
2020-07-01 20:47:02 +02:00
$loc = array (
'subtitle' => " QR codes generator " ,
2020-12-29 14:37:48 +01:00
'description' => " Generate QR codes freely. Choose content, size, colors… " ,
2020-07-01 20:47:02 +02:00
'label_content' => " Text to encode " ,
'label_redondancy' => " Redondancy rate " ,
'label_margin' => " Margin size " ,
'label_size' => " Image size " ,
'label_bgColor' => " Background color " ,
'label_mainColor' => " Foreground color " ,
'placeholder' => " Enter the text to encode in the QR code " ,
2021-11-06 00:33:15 +01:00
'placeholder_pixels' => " automatic " ,
2020-07-01 20:47:02 +02:00
'help_content' => "
2021-11-06 00:33:15 +01:00
< p > You can encode whatever text you want .</ p >
< p > Software which decodes these QR codes could suggest to open them with dedicated software , depending on their < a href = 'https://en.wikipedia.org/wiki/List_of_URI_schemes' hreflang = 'en' rel = 'help external noreferrer' > URI scheme </ a >.</ p >
< p > For instance , to open a webpage : < code > https :// www . example /</ code ></ p >
< p > To send an email : < code > mailto : contact @ email . example </ code ></ p >
< p > To share geographic coordinates : < code > geo : 48.867564 , 2.364057 </ code ></ p >
2020-07-01 20:47:02 +02:00
" ,
'help_redondancy' => " Redundancy is the duplication of information in the QR code to correct errors during decoding. A higher rate will produce a bigger QR code, but will have a better chance of being decoded correctly. " ,
2021-12-05 01:04:23 +01:00
'help_margin' => " Number of pixels in each white band around the QR code. " ,
'help_size' => " Image width and height in pixels, without the margin. " ,
2020-07-01 20:47:02 +02:00
'button_create' => " Generate " ,
2021-11-25 20:34:34 +01:00
'button_download' => " Save this QR code " ,
2020-07-01 20:47:02 +02:00
2020-10-12 18:57:02 +02:00
'title_showOnlyQR' => " Show this QR code only " ,
2020-07-01 20:47:02 +02:00
2020-10-25 18:02:57 +01:00
'alt_QR_before' => 'QR code meaning "' ,
'alt_QR_after' => '"' ,
2020-07-01 20:47:02 +02:00
'metaText_qr' => "
2020-10-12 18:57:02 +02:00
< h3 > What ' s a QR code ? </ h3 >
2021-10-19 17:07:51 +02:00
A QR code is a 2 dimensional barcode in which text is written in binary . It can be decoded with a device equipped with a photo sensor and an adequate software .
2021-11-06 00:33:15 +01:00
< a href = 'https://en.wikipedia.org/wiki/QR_code' hreflang = 'en' rel = 'help external noreferrer' > QR code on Wikipedia </ a >.
2020-07-01 20:47:02 +02:00
" ,
2021-11-06 00:33:15 +01:00
'metaText_legal' => " LibreQR " . $libreqrVersion . " is a free software whose <a href='https://code.antopie.org/miraty/libreqr/' rel='external noreferrer'>source code</a> is available under the terms of the <abbr title='GNU Affero General Public License version 3 or any later version'><a href='LICENSE.html' hreflang='en' rel='license'>AGPLv3</a>+</abbr>. " ,
2020-07-01 20:47:02 +02:00
'opensearch_description' => " Generate QR codes from your search or address bar " ,
);