1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 23:26:38 +02:00

add translation string

This commit is contained in:
tale-fau 2023-09-26 17:20:48 +02:00
parent a2a7f88fdc
commit 74af5f2685
8 changed files with 31 additions and 7 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-25 16:29+0200\n"
"POT-Creation-Date: 2023-09-26 17:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: app.php:60
#: app.php:61
msgid "en"
msgstr ""
@ -499,6 +499,14 @@ msgstr ""
msgid "Sharing link"
msgstr ""
#: templates/signature.html.php:221
msgid "Copied !"
msgstr ""
#: templates/signature.html.php:221
msgid "Copy"
msgstr ""
#: templates/signature.html.php:224
msgid ""
"Each of the signatories can download the latest version of the signed PDF at "

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-25 15:39+0200\n"
"POT-Creation-Date: 2023-09-26 17:17+0200\n"
"PO-Revision-Date: 2023-09-25 08:01+0000\n"
"Last-Translator: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/signature-pdf/"
@ -20,7 +20,7 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.1-dev\n"
#: app.php:60
#: app.php:61
msgid "en"
msgstr "ar"
@ -506,6 +506,14 @@ msgstr "قصد ذلك، يُمكنُك مشاركة الرابط إلى هذه
msgid "Sharing link"
msgstr "رابط المشارَكة"
#: templates/signature.html.php:221
msgid "Copied !"
msgstr ""
#: templates/signature.html.php:221
msgid "Copy"
msgstr ""
#: templates/signature.html.php:224
msgid ""
"Each of the signatories can download the latest version of the signed PDF at "

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-25 15:39+0200\n"
"POT-Creation-Date: 2023-09-26 17:17+0200\n"
"PO-Revision-Date: 2023-09-07 13:19+0000\n"
"Last-Translator: 24ème <equipe@24eme.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/signature-pdf/"
@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.0.1-dev\n"
#: app.php:60
#: app.php:61
msgid "en"
msgstr "fr"
@ -509,6 +509,14 @@ msgstr ""
msgid "Sharing link"
msgstr "Lien à partager"
#: templates/signature.html.php:221
msgid "Copied !"
msgstr "Copié !"
#: templates/signature.html.php:221
msgid "Copy"
msgstr "Copier"
#: templates/signature.html.php:224
msgid ""
"Each of the signatories can download the latest version of the signed PDF at "

View file

@ -218,7 +218,7 @@
<div class="input-group mb-3">
<span class="input-group-text"><?php echo _("Sharing link"); ?></span>
<input id="input-share-link" type="text" onclick="this.select(); this.setSelectionRange(0, 99999);" readonly="readonly" class="form-control bg-light font-monospace" value="">
<button onclick="navigator.clipboard.writeText(document.getElementById('input-share-link').value); this.innerText = 'Copié !';" autofocus="autofocus" class="btn btn-primary" type="button" id="btn-copy-share-link"><i class="bi bi-clipboard"></i> Copier</button>
<button onclick="navigator.clipboard.writeText(document.getElementById('input-share-link').value); this.innerText = '<?php echo _('Copied !'); ?>';" autofocus="autofocus" class="btn btn-primary" type="button" id="btn-copy-share-link"><i class="bi bi-clipboard"></i> <?php echo _('Copy'); ?></button>
<script>document.querySelector('#input-share-link').value = document.location.href.replace(/#.*/, '');</script>
</div>
<p class="mb-0"><?php echo _("Each of the signatories can download the latest version of the signed PDF at any time."); ?></p>