libreqr/locales/template.php
vdbhb59 77f048085b Synced + few of my changes
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)
2025-11-29 21:56:41 +05:30

37 lines
No EOL
1.4 KiB
PHP

<?php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
$loc = [
'subtitle' => "subtitle",
'description' => "description",
'tab_text' => "tab_text",
'tab_wifi' => "tab_wifi",
'tab_wifi_title' => "tab_wifi_title",
'label_wifi_ssid' => "label_wifi_ssid",
'label_wifi_password' => "label_wifi_password",
'label_content' => "label_content",
'label_redundancy' => "label_redundancy",
'label_margin' => "label_margin",
'label_size' => "label_size",
'label_bgColor' => "label_bgColor",
'label_fgColor' => "label_fgColor",
'placeholder' => "placeholder",
'placeholder_wifi_ssid' => "placeholder_wifi_ssid",
'placeholder_wifi_password' => "placeholder_wifi_password",
'help_wifi_password' => "help_wifi_password",
'help_content' => "help_content",
'help_redundancy' => "help_redundancy",
'help_margin' => "help_margin",
'help_size' => "help_size",
'button_create' => "button_create",
'button_download' => "button_download",
'button_edit' => "button_edit",
'title_showOnlyQR' => "title_showOnlyQR",
'alt_QR_before' => "alt_QR_before",
'alt_QR_after' => "alt_QR_after",
'wifi_raw_content_before' => "wifi_raw_content_before",
'wifi_raw_content_after' => "wifi_raw_content_after",
'metaText_qr' => "metaText_qr",
'metaText_legal' => "metaText_legal",
'error_generation' => "error_generation",
'error_404' => "error_404",
];