Translation fixes

This commit is contained in:
Krzysiek Janiczek 2024-04-26 13:45:31 +02:00
parent 6690657c51
commit 3c36aed6d4
2 changed files with 3 additions and 6 deletions

View file

@ -70,7 +70,8 @@ $status = isset( $return['status'] ) ? $return['status'] : '';
<p class="mt-2"><i class="bi bi-info-circle"></i> <?php echo $qurlLang['get_link_form_qr_info2']; ?></p>
<?php } else {
echo '<div class="alert alert-danger" role="alert"><i class="bi bi-emoji-expressionless"></i> <strong>' . $qurlLang['get_link_form_qr_info2'] . '</strong> ' . $message . '</div>';
echo '<div class="alert alert-danger" role="alert"><i class="bi bi-emoji-expressionless"></i> <strong>' . $qurlLang['get_link_form_error_message'] . '</strong> ' . $message . '</div>';
}
?>

View file

@ -1,8 +1,4 @@
<?php
// QUrl Theme for YOURLS
// A simple theme for YOURLS built based on the Bootstrap framework.
// Author: ookris => https://github.com/ookris/QUrl
declare(strict_types=1);
// Polish translation
@ -34,7 +30,7 @@ return [
"get_link_form_qr_h2" => "Kod QR",
"get_link_form_qr_info" => "Udostępnij swój link urządzeniom mobilnym",
"get_link_form_qr_info2" => "Kod QR mozna zapisać. Klikamy na niego prawym przyciskiem myszy a następne wybieramy opcję Zapisz obrazek jako.",
"get_link_form_qr_message" => "Informacja:",
"get_link_form_error_message" => "Informacja:",
// sendEmail.php
"send_email_message_subject" => "QUrl Wiadomość #ID",