mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-17 08:25:52 +05:30
Drop Less support: The style.less and themes/libreqr/theme.php files are converted to plain CSS. The main Less features used in LibreQR were variables and selector nesting, but since CSS custom properties and nesting are now widely supported across browsers, the less.php dependency can be ditched. To read the background color for contrast improvement, a regex is used on the theme CSS file. (5468a43a2f) Format locales according to Weblate (f3e2249a84) Estonian Translation (eb0ea03857) doc: Add link to Weblate + enhance markup (49394ebd9b)
41 lines
No EOL
2.1 KiB
PHP
41 lines
No EOL
2.1 KiB
PHP
<?php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
|
|
|
|
$loc = [
|
|
'subtitle' => "QR kode sortzailea",
|
|
'description' => "Sortu QR kodeak nahieran. Aukeratu edukia, neurria, kolorea…",
|
|
'label_content' => "Kodetzeko testua",
|
|
'label_redundancy' => "Erredundantzia-tasa",
|
|
'label_margin' => "Marjinaren tamaina",
|
|
'label_size' => "Irudiaren neurria",
|
|
'label_bgColor' => "Hondoaren kolorea",
|
|
'label_fgColor' => "Kolore nagusia",
|
|
'placeholder' => "Sartu QR kodean kodetzeko testua",
|
|
'help_content' => "
|
|
<p>Nahi duzun testua kodetu dezakezu.</p>
|
|
<p>QR kode horiek deskodetzen dituen softwareak software dedikatuarekin irekitzea iradoki lezake, <a href='https://en.wikipedia.org/wiki/List_of_URI_schemes' hreflang='en' rel='help external noreferrer'>URI eskema</a>ren arabera.</p>
|
|
<p>Adibidez, webgune bat irekitzeko: <code>https://www.adibidea.eus/</code></p>
|
|
<p>ePosta bidaltzeko: <code>mailto:lur_axpe@adibidea.eus</code></p>
|
|
<p>Koordenatu geografikoak partekatzeko: <code>geo:42.895367,-2.167805</code></p>
|
|
",
|
|
'help_redundancy' => "Erredundantzia QR kodearen informazioa bikoiztean datza, deskodetzean akatsak zuzentzeko. Tasa altuagoak QR kode handiagoa sortuko du, baina behar bezala deskodetzeko aukera handiagoa izango du.",
|
|
'help_margin' => "QR kodearen inguruko banda zuriaren pixel kopurua.",
|
|
'help_size' => "Irudiaren zabalera eta altuera pixeletan, marjinarik gabe.",
|
|
'button_create' => "Sortu",
|
|
'button_download' => "Gorde QR kodea",
|
|
'title_showOnlyQR' => "Erakutsi QR kode hau bakarrik",
|
|
'alt_QR_before' => 'QR kodearen esanahia "',
|
|
'alt_QR_after' => '"',
|
|
'error_generation' => "Errorea gertatu da QR kodea sortzerakoan. Saiatu berriro parametro desberdinak erabiliz.",
|
|
'label_wifi_password' => "",
|
|
'button_edit' => "",
|
|
'tab_wifi' => "",
|
|
'tab_wifi_title' => "",
|
|
'placeholder_wifi_ssid' => "",
|
|
'wifi_raw_content_after' => "",
|
|
'help_wifi_password' => "",
|
|
'wifi_raw_content_before' => "",
|
|
'placeholder_wifi_password' => "",
|
|
'label_wifi_ssid' => "",
|
|
'error_404' => "",
|
|
'tab_text' => "",
|
|
]; |