mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-22 02:06:19 +05:30
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)
This commit is contained in:
parent
07d120a646
commit
77f048085b
18 changed files with 834 additions and 940 deletions
|
|
@ -1,42 +1,41 @@
|
|||
<?php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
|
||||
$loc = array(
|
||||
'subtitle' => "QR-Code-Generator",
|
||||
'description' => "Erstellen Sie QR-Codes kostenlos. Wählen Sie Inhalt, Größe, Farben…",
|
||||
|
||||
'label_content' => "Text zum Kodieren",
|
||||
'label_redundancy' => "Redundanzgrad",
|
||||
'label_margin' => "Randgröße",
|
||||
'label_size' => "Bildgröße",
|
||||
'label_bgColor' => "Hintergrundfarbe",
|
||||
'label_fgColor' => "Vordergrundfarbe",
|
||||
|
||||
'placeholder' => "Geben Sie den Text ein, den Sie im QR-Code kodieren möchten",
|
||||
|
||||
'help_content' => "
|
||||
<p>Sie können jeden Text kodieren, den Sie möchten.</p>
|
||||
<p>Software, die diese QR-Codes dekodiert, kann je nach <a href='https://de.wikipedia.org/wiki/Uniform_Resource_Identifier#Schema' hreflang='de' rel='help external noreferrer'>URI-Schema</a> vorschlagen, sie mit spezieller Software zu öffnen.</p>
|
||||
<p>Beispielsweise, um eine Webseite zu öffnen: <code>https://www.example/</code></p>
|
||||
<p>Um eine E-Mail zu senden: <code>mailto:contact@email.example</code></p>
|
||||
<p>Um geografische Koordinaten zu teilen: <code>geo:48.867564,2.364057</code></p>
|
||||
$loc = [
|
||||
'subtitle' => "QR Code Generator",
|
||||
'description' => "Create QR codes for free. Choose content, size, colors…",
|
||||
'label_content' => "Text to be coded",
|
||||
'label_redundancy' => "Redundancy level",
|
||||
'label_margin' => "margin size",
|
||||
'label_size' => "Image size",
|
||||
'label_bgColor' => "background color",
|
||||
'label_fgColor' => "foreground color",
|
||||
'placeholder' => "Enter the text you want to encode in the QR code",
|
||||
'help_content' => "
|
||||
<p>You can encode any text you want.</p>
|
||||
Software that decodes these QR codes may suggest opening them with special software, depending on the URI scheme.
|
||||
<p>For example, to open a website: <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>
|
||||
",
|
||||
'help_redundancy' => "Redundanz ist die Duplizierung von Informationen im QR-Code, um Fehler während der Dekodierung zu korrigieren. Ein höherer Grad produziert einen größeren QR-Code, aber hat eine bessere Chance, korrekt dekodiert zu werden.",
|
||||
'help_margin' => "Breite des Randes um den QR-Code in Pixel.",
|
||||
'help_size' => "Bildbreite und -höhe in Pixel, ohne den Rand.",
|
||||
|
||||
'button_create' => "Erstellen",
|
||||
'button_download' => "Diesen QR-Code speichern",
|
||||
|
||||
'title_showOnlyQR' => "Nur diesen QR-Code anzeigen",
|
||||
|
||||
'alt_QR_before' => 'QR-Code mit der Bedeutung "',
|
||||
'alt_QR_after' => '"',
|
||||
|
||||
'metaText_qr' => "
|
||||
<h3>Was ist ein QR-Code?</h3>
|
||||
Ein QR-Code ist ein zweidimensionaler Barcode, in dem Text in Binärcode geschrieben ist. Er kann mit einem Gerät mit Fotosensor und geeigneter Software dekodiert werden.
|
||||
<a href='https://de.wikipedia.org/wiki/QR-Code' hreflang='de' rel='help external noreferrer'>QR-Code auf Wikipedia</a>.
|
||||
",
|
||||
'metaText_legal' => "LibreQR " . LIBREQR_VERSION . " ist Freie Software, deren <a href='https://git.flossboxin.org.in/FbIN/libreqr/' rel='external noreferrer'>Quellcode</a> unter den Bedingungen der <abbr title='GNU Affero General Public License Version 3 oder einer späteren Version'><a href='LICENSE.html' hreflang='en' rel='license'>AGPLv3</a>+</abbr> verfügbar ist.",
|
||||
|
||||
'error_generation' => "Ein Fehler ist aufgetreten, während der QR-Code generiert wurde. Versuchen Sie es mit anderen Parametern.",
|
||||
);
|
||||
'help_redundancy' => "Redundancy is the duplication of information in the QR code to correct errors during decoding. A higher degree produces a larger QR code, but has a better chance of being decoded correctly."
|
||||
'help_margin' => "Width of the border around the QR code in pixels."
|
||||
'help_size' => "Image width and height in pixels, excluding the border."
|
||||
'button_create' => "Create",
|
||||
'button_download' => "Save this QR code",
|
||||
'title_showOnlyQR' => "Show only this QR code",
|
||||
'alt_QR_before' => 'QR code with the meaning "',
|
||||
'alt_QR_after' => '"',
|
||||
'error_generation' => "An error occurred while generating the QR code. Try different parameters."
|
||||
'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' => "",
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue