1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 07:06:41 +02:00

add mobile display

This commit is contained in:
tale-fau 2023-09-22 12:42:57 +02:00
parent c8c40e3eb6
commit eb061f1aeb
4 changed files with 378 additions and 284 deletions

View file

@ -426,10 +426,10 @@ $f3->route ('POST /compress',
header("Content-Disposition: attachment; filename=$outputFileName");
readfile($outputFileName);
unlink($outputFileName);
} else {
echo "PDF compression failed. Please try again.";
}
} else {
echo "PDF compression failed.";
}
}
);
function getCommit() {

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 17:56+0200\n"
"POT-Creation-Date: 2023-09-22 12:38+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,18 +17,93 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: templates/metadata.html.php:13
msgid "Editing PDF metadata"
#: templates/compress.html.php:13
msgid "Compress PDF"
msgstr ""
#: templates/metadata.html.php:18 templates/organization.html.php:18
#: templates/signature.html.php:16
#: templates/compress.html.php:18 templates/metadata.html.php:18
#: templates/organization.html.php:18 templates/signature.html.php:16
msgid "Site not functional without JavaScript enabled"
msgstr ""
#: templates/metadata.html.php:24 templates/organization.html.php:24
#: templates/signature.html.php:23
msgid "Language"
#: templates/compress.html.php:24 templates/metadata.html.php:24
#: templates/organization.html.php:24 templates/signature.html.php:23
#, php-format
msgid "%s Language"
msgstr ""
#: templates/compress.html.php:35
msgid "Sign"
msgstr ""
#: templates/compress.html.php:38
msgid "Organize"
msgstr ""
#: templates/compress.html.php:41
msgid "Metadata"
msgstr ""
#: templates/compress.html.php:44
msgid "Compress"
msgstr ""
#: templates/compress.html.php:49
#, php-format
msgid "%s Compress a PDF"
msgstr ""
#: templates/compress.html.php:50
msgid "Reduce the size of a PDF"
msgstr ""
#: templates/compress.html.php:53 templates/compress.html.php:54
#: templates/metadata.html.php:52 templates/metadata.html.php:53
#: templates/organization.html.php:52 templates/organization.html.php:53
#: templates/signature.html.php:52 templates/signature.html.php:53
msgid "Choose a PDF"
msgstr ""
#: templates/compress.html.php:55 templates/signature.html.php:54
msgid "The PDF will be processed by the server without being stored or saved"
msgstr ""
#: templates/compress.html.php:57 templates/metadata.html.php:44
#: templates/organization.html.php:44 templates/signature.html.php:43
#, php-format
msgid "%s Compress"
msgstr ""
#: templates/compress.html.php:62
msgid "Low compression (highest quality)"
msgstr ""
#: templates/compress.html.php:63
#, php-format
msgid "%s Medium compression %s (default)"
msgstr ""
#: templates/compress.html.php:64
msgid "High compression (lowest quality)"
msgstr ""
#: templates/compress.html.php:72 templates/metadata.html.php:62
#: templates/organization.html.php:62 templates/signature.html.php:62
msgid "Free open-source software"
msgstr ""
#: templates/compress.html.php:72 templates/metadata.html.php:62
#: templates/organization.html.php:62 templates/signature.html.php:62
msgid "under AGPL-3.0 license"
msgstr ""
#: templates/compress.html.php:72 templates/metadata.html.php:62
#: templates/organization.html.php:62 templates/signature.html.php:62
msgid "see the source code"
msgstr ""
#: templates/metadata.html.php:13
msgid "Editing PDF metadata"
msgstr ""
#: templates/metadata.html.php:35 templates/organization.html.php:35
@ -49,75 +124,54 @@ msgstr ""
msgid "%s Metadata"
msgstr ""
#: templates/metadata.html.php:45
#: templates/metadata.html.php:48
#, php-format
msgid "%s Edit metadata"
msgstr ""
#: templates/metadata.html.php:46
#: templates/metadata.html.php:49
msgid "Add, edit, or remove metadata from a PDF"
msgstr ""
#: templates/metadata.html.php:49 templates/metadata.html.php:50
#: templates/organization.html.php:49 templates/organization.html.php:50
#: templates/signature.html.php:49 templates/signature.html.php:50
msgid "Choose a PDF"
msgstr ""
#: templates/metadata.html.php:53 templates/organization.html.php:53
#: templates/signature.html.php:53
#: templates/metadata.html.php:56 templates/organization.html.php:56
#: templates/signature.html.php:56
msgid "Test with a demo PDF"
msgstr ""
#: templates/metadata.html.php:59 templates/organization.html.php:59
#: templates/signature.html.php:59
msgid "Free open-source software"
msgstr ""
#: templates/metadata.html.php:59 templates/organization.html.php:59
#: templates/signature.html.php:59
msgid "under AGPL-3.0 license"
msgstr ""
#: templates/metadata.html.php:59 templates/organization.html.php:59
#: templates/signature.html.php:59
msgid "see the source code"
msgstr ""
#: templates/metadata.html.php:66
#: templates/metadata.html.php:69
msgid "List of PDF metadata"
msgstr ""
#: templates/metadata.html.php:72
#: templates/metadata.html.php:75
msgid "Add new metadata"
msgstr ""
#: templates/metadata.html.php:75
#: templates/metadata.html.php:78
msgid "Key"
msgstr ""
#: templates/metadata.html.php:77
#: templates/metadata.html.php:80
msgid "Value"
msgstr ""
#: templates/metadata.html.php:79
#: templates/metadata.html.php:82
#, php-format
msgid "%s Add"
msgstr ""
#: templates/metadata.html.php:85
#: templates/metadata.html.php:88
msgid "Close this PDF and return to the home page"
msgstr ""
#: templates/metadata.html.php:87
#: templates/metadata.html.php:90
msgid "Edit metadata"
msgstr ""
#: templates/metadata.html.php:97
#: templates/metadata.html.php:100
msgid "Save and download the PDF"
msgstr ""
#: templates/metadata.html.php:103 templates/signature.html.php:268
#: templates/metadata.html.php:106 templates/signature.html.php:271
msgid "Download the PDF"
msgstr ""
@ -125,378 +179,374 @@ msgstr ""
msgid "Organize PDF"
msgstr ""
#: templates/organization.html.php:45
#: templates/organization.html.php:48
#, php-format
msgid "%s Organize PDF"
msgstr ""
#: templates/organization.html.php:46
#: templates/organization.html.php:49
msgid "Merge, sort, rotate, delete, extract pages"
msgstr ""
#: templates/organization.html.php:49
#: templates/organization.html.php:52
msgid "The PDF must not exceed "
msgstr ""
#: templates/organization.html.php:49
#: templates/organization.html.php:52
msgid "Mb"
msgstr ""
#: templates/organization.html.php:51
#: templates/organization.html.php:54
msgid ""
"The PDF will be processed by the server without being retained or stored"
msgstr ""
#: templates/organization.html.php:64
#: templates/organization.html.php:67
msgid "Touch a page to select it"
msgstr ""
#: templates/organization.html.php:75
#: templates/organization.html.php:78
msgid "Close this PDF and return to home"
msgstr ""
#: templates/organization.html.php:77
#: templates/organization.html.php:80
msgid "PDF organization"
msgstr ""
#: templates/organization.html.php:77 templates/signature.html.php:80
#: templates/organization.html.php:80 templates/signature.html.php:83
msgid "This PDF is stored on your computer to be signed by you only"
msgstr ""
#: templates/organization.html.php:86 templates/organization.html.php:118
#: templates/organization.html.php:89 templates/organization.html.php:121
#, php-format
msgid "%s Add a PDF"
msgstr ""
#: templates/organization.html.php:91
#: templates/organization.html.php:94
#, php-format
msgid "%s page(s) selected"
msgstr ""
#: templates/organization.html.php:93
#: templates/organization.html.php:96
#, php-format
msgid "%s Rotate 90°"
msgstr ""
#: templates/organization.html.php:94 templates/organization.html.php:125
#: templates/organization.html.php:97 templates/organization.html.php:128
#, php-format
msgid "%s Move"
msgstr ""
#: templates/organization.html.php:95 templates/organization.html.php:126
#: templates/organization.html.php:98 templates/organization.html.php:129
#, php-format
msgid "%s Delete"
msgstr ""
#: templates/organization.html.php:96
#: templates/organization.html.php:99
#, php-format
msgid "%s Extract and download"
msgstr ""
#: templates/organization.html.php:98
#: templates/organization.html.php:101
#, php-format
msgid "%s Cancel selection"
msgstr ""
#: templates/organization.html.php:106 templates/organization.html.php:132
#: templates/organization.html.php:109 templates/organization.html.php:135
#, php-format
msgid "%s Download the full PDF"
msgstr ""
#: templates/organization.html.php:122
#: templates/organization.html.php:125
msgid "No"
msgstr ""
#: templates/organization.html.php:122
#: templates/organization.html.php:125
msgid "page"
msgstr ""
#: templates/organization.html.php:122 templates/signature.html.php:199
#: templates/organization.html.php:125 templates/signature.html.php:202
msgid "Cancel"
msgstr ""
#: templates/organization.html.php:124
#: templates/organization.html.php:127
#, php-format
msgid "%s Turn"
msgstr ""
#: templates/organization.html.php:135
#: templates/organization.html.php:138
#, php-format
msgid "Download the selection"
msgstr ""
#: templates/organization.html.php:155
#: templates/organization.html.php:158
msgid "PDF documents"
msgstr ""
#: templates/organization.html.php:171
#: templates/organization.html.php:174
msgid "Select this page"
msgstr ""
#: templates/organization.html.php:172
#: templates/organization.html.php:175
msgid "Delete this page"
msgstr ""
#: templates/organization.html.php:173
#: templates/organization.html.php:176
msgid "Restore this page"
msgstr ""
#: templates/organization.html.php:174
#: templates/organization.html.php:177
msgid "Move this page"
msgstr ""
#: templates/organization.html.php:175
#: templates/organization.html.php:178
msgid "Move here"
msgstr ""
#: templates/organization.html.php:176
#: templates/organization.html.php:179
msgid "Turn this page"
msgstr ""
#: templates/organization.html.php:177
#: templates/organization.html.php:180
msgid "Download this page"
msgstr ""
#: templates/signature.html.php:45
#: templates/signature.html.php:48
#, php-format
msgid "%s Sign a PDF"
msgstr ""
#: templates/signature.html.php:46
#: templates/signature.html.php:49
msgid "Sign, initial, stamp, complete a document"
msgstr ""
#: templates/signature.html.php:49
#: templates/signature.html.php:52
msgid "The PDF should not exceed"
msgstr ""
#: templates/signature.html.php:49
#: templates/signature.html.php:52
msgid "MB and"
msgstr ""
#: templates/signature.html.php:49
#: templates/signature.html.php:52
msgid "pages"
msgstr ""
#: templates/signature.html.php:51
msgid "The PDF will be processed by the server without being stored or saved"
msgstr ""
#: templates/signature.html.php:66
#: templates/signature.html.php:69
msgid "How to sign?"
msgstr ""
#: templates/signature.html.php:67
#: templates/signature.html.php:70
msgid "By clicking directly on the document page"
msgstr ""
#: templates/signature.html.php:67
#: templates/signature.html.php:70
msgid "to insert the selected item in the right column"
msgstr ""
#: templates/signature.html.php:67
#: templates/signature.html.php:70
msgid "signature, initial, text, stamp, etc ..."
msgstr ""
#: templates/signature.html.php:78
#: templates/signature.html.php:81
msgid "Close this PDF and return to the homepage"
msgstr ""
#: templates/signature.html.php:80
#: templates/signature.html.php:83
msgid "PDF Signature"
msgstr ""
#: templates/signature.html.php:80
#: templates/signature.html.php:83
msgid "This PDF is shared with others to be signed by multiple people"
msgstr ""
#: templates/signature.html.php:87
#: templates/signature.html.php:90
msgid "Keep the selection active"
msgstr ""
#: templates/signature.html.php:92
#: templates/signature.html.php:95
#, php-format
msgid "%s Signature"
msgstr ""
#: templates/signature.html.php:92 templates/signature.html.php:97
#: templates/signature.html.php:102 templates/signature.html.php:200
#: templates/signature.html.php:95 templates/signature.html.php:100
#: templates/signature.html.php:105 templates/signature.html.php:203
msgid "Create"
msgstr ""
#: templates/signature.html.php:97
#: templates/signature.html.php:100
#, php-format
msgid "%s Initial"
msgstr ""
#: templates/signature.html.php:102
#: templates/signature.html.php:105
#, php-format
msgid "%s Stamp"
msgstr ""
#: templates/signature.html.php:106
#: templates/signature.html.php:109
#, php-format
msgid "%s Text"
msgstr ""
#: templates/signature.html.php:110
#: templates/signature.html.php:113
#, php-format
msgid "%s Check box"
msgstr ""
#: templates/signature.html.php:115
#: templates/signature.html.php:118
#, php-format
msgid "%s Create an element"
msgstr ""
#: templates/signature.html.php:120
#: templates/signature.html.php:123
#, php-format
msgid "%s Share to sign %s with multiple people"
msgstr ""
#: templates/signature.html.php:125 templates/signature.html.php:165
#: templates/signature.html.php:128 templates/signature.html.php:168
msgid "Download the signed PDF"
msgstr ""
#: templates/signature.html.php:130
#, php-format
msgid "You are %s to have signed this PDF"
msgstr ""
#: templates/signature.html.php:133
#, php-format
msgid "You are %s to have signed this PDF"
msgstr ""
#: templates/signature.html.php:136
#, php-format
msgid "%s Download the PDF"
msgstr ""
#: templates/signature.html.php:138 templates/signature.html.php:163
#: templates/signature.html.php:141 templates/signature.html.php:166
msgid "Transmit my signature"
msgstr ""
#: templates/signature.html.php:146
#: templates/signature.html.php:149
#, php-format
msgid "%s Select a signature"
msgstr ""
#: templates/signature.html.php:175
#: templates/signature.html.php:178
msgid "Draw"
msgstr ""
#: templates/signature.html.php:175
#: templates/signature.html.php:178
msgid "freehand"
msgstr ""
#: templates/signature.html.php:176
#: templates/signature.html.php:179
msgid "Enter"
msgstr ""
#: templates/signature.html.php:176
#: templates/signature.html.php:179
msgid "text"
msgstr ""
#: templates/signature.html.php:177
#: templates/signature.html.php:180
msgid "Import"
msgstr ""
#: templates/signature.html.php:177
#: templates/signature.html.php:180
msgid "an image"
msgstr ""
#: templates/signature.html.php:181
#: templates/signature.html.php:184
msgid "Clear signature"
msgstr ""
#: templates/signature.html.php:185
#: templates/signature.html.php:188
msgid "My signature"
msgstr ""
#: templates/signature.html.php:211
#: templates/signature.html.php:214
#, php-format
msgid "%s Share this PDF to sign it with several people"
msgstr ""
#: templates/signature.html.php:215
#: templates/signature.html.php:218
msgid ""
"By enabling PDF sharing, you will be able to provide a link to the people of "
"your choice so that they can sign this PDF."
msgstr ""
#: templates/signature.html.php:216
#: templates/signature.html.php:219
#, php-format
msgid ""
"%s This sharing requires the PDF to be transferred and stored on the server "
"for future signers to access."
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
#, php-format
msgid "%s The PDF will be kept"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one year"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for six months"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one month"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one week"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one day"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one hour"
msgstr ""
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "after the last signature."
msgstr ""
#: templates/signature.html.php:223
#: templates/signature.html.php:226
#, php-format
msgid "%s Start sharing"
msgstr ""
#: templates/signature.html.php:235
#: templates/signature.html.php:238
#, php-format
msgid "%s Sign this PDF with multiple people"
msgstr ""
#: templates/signature.html.php:239
#: templates/signature.html.php:242
msgid "Multiple people can sign this PDF simultaneously."
msgstr ""
#: templates/signature.html.php:240
#: templates/signature.html.php:243
msgid ""
"To do so, simply share the link to this page with the people of your choice:"
msgstr ""
#: templates/signature.html.php:242
#: templates/signature.html.php:245
msgid "Sharing link"
msgstr ""
#: templates/signature.html.php:247
#: templates/signature.html.php:250
msgid ""
"Each of the signatories can download the latest version of the signed PDF at "
"any time."
msgstr ""
#: templates/signature.html.php:250
#: templates/signature.html.php:253
msgid "Close"
msgstr ""
#: templates/signature.html.php:261
#: templates/signature.html.php:264
msgid "Signed PDF"
msgstr ""
#: templates/signature.html.php:265
#: templates/signature.html.php:268
msgid "Your signature has been successfully recorded!"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 17:56+0200\n"
"POT-Creation-Date: 2023-09-22 12:38+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,19 +20,94 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.0.1-dev\n"
#: templates/metadata.html.php:13
msgid "Editing PDF metadata"
msgstr "Édition des métadonnées d'un PDF"
#: templates/compress.html.php:13
msgid "Compress PDF"
msgstr "Compresser un PDF"
#: templates/metadata.html.php:18 templates/organization.html.php:18
#: templates/signature.html.php:16
#: templates/compress.html.php:18 templates/metadata.html.php:18
#: templates/organization.html.php:18 templates/signature.html.php:16
msgid "Site not functional without JavaScript enabled"
msgstr "Site non fonctionnel sans JavaScript activé"
#: templates/metadata.html.php:24 templates/organization.html.php:24
#: templates/signature.html.php:23
msgid "Language"
msgstr "Langue"
#: templates/compress.html.php:24 templates/metadata.html.php:24
#: templates/organization.html.php:24 templates/signature.html.php:23
#, php-format
msgid "%s Language"
msgstr "%s Langue"
#: templates/compress.html.php:35
msgid "Sign"
msgstr "Signer"
#: templates/compress.html.php:38
msgid "Organize"
msgstr "Organiser"
#: templates/compress.html.php:41
msgid "Metadata"
msgstr "Métadonnées"
#: templates/compress.html.php:44
msgid "Compress"
msgstr "Compresser"
#: templates/compress.html.php:49
#, php-format
msgid "%s Compress a PDF"
msgstr "%s Compresser un PDF"
#: templates/compress.html.php:50
msgid "Reduce the size of a PDF"
msgstr "Réduire la taille d'un PDF"
#: templates/compress.html.php:53 templates/compress.html.php:54
#: templates/metadata.html.php:52 templates/metadata.html.php:53
#: templates/organization.html.php:52 templates/organization.html.php:53
#: templates/signature.html.php:52 templates/signature.html.php:53
msgid "Choose a PDF"
msgstr "Choisir un PDF"
#: templates/compress.html.php:55 templates/signature.html.php:54
msgid "The PDF will be processed by the server without being stored or saved"
msgstr "Le PDF sera traité par le serveur sans être conservé no stocké"
#: templates/compress.html.php:57 templates/metadata.html.php:44
#: templates/organization.html.php:44 templates/signature.html.php:43
#, php-format
msgid "%s Compress"
msgstr "%s Compresser"
#: templates/compress.html.php:62
msgid "Low compression (highest quality)"
msgstr "Basse compression (meilleure qualité)"
#: templates/compress.html.php:63
#, php-format
msgid "%s Medium compression %s (default)"
msgstr "%s Moyenne compression %s (défaut)"
#: templates/compress.html.php:64
msgid "High compression (lowest quality)"
msgstr "Haute compression (moins bonne qualité)"
#: templates/compress.html.php:72 templates/metadata.html.php:62
#: templates/organization.html.php:62 templates/signature.html.php:62
msgid "Free open-source software"
msgstr "Logiciel libre"
#: templates/compress.html.php:72 templates/metadata.html.php:62
#: templates/organization.html.php:62 templates/signature.html.php:62
msgid "under AGPL-3.0 license"
msgstr "sous license AGPL-3.0"
#: templates/compress.html.php:72 templates/metadata.html.php:62
#: templates/organization.html.php:62 templates/signature.html.php:62
msgid "see the source code"
msgstr "voir le code source"
#: templates/metadata.html.php:13
msgid "Editing PDF metadata"
msgstr "Édition des métadonnées d'un PDF"
#: templates/metadata.html.php:35 templates/organization.html.php:35
#: templates/signature.html.php:34
@ -52,75 +127,54 @@ msgstr "%s Organiser"
msgid "%s Metadata"
msgstr "%s Metadonnées"
#: templates/metadata.html.php:45
#: templates/metadata.html.php:48
#, php-format
msgid "%s Edit metadata"
msgstr "%s Éditer les métadonnées"
#: templates/metadata.html.php:46
#: templates/metadata.html.php:49
msgid "Add, edit, or remove metadata from a PDF"
msgstr "Ajouter, modifier ou supprimer les métadonnées d'un PDF"
#: templates/metadata.html.php:49 templates/metadata.html.php:50
#: templates/organization.html.php:49 templates/organization.html.php:50
#: templates/signature.html.php:49 templates/signature.html.php:50
msgid "Choose a PDF"
msgstr "Choisir un PDF"
#: templates/metadata.html.php:53 templates/organization.html.php:53
#: templates/signature.html.php:53
#: templates/metadata.html.php:56 templates/organization.html.php:56
#: templates/signature.html.php:56
msgid "Test with a demo PDF"
msgstr "Tester avec un PDF de démo"
#: templates/metadata.html.php:59 templates/organization.html.php:59
#: templates/signature.html.php:59
msgid "Free open-source software"
msgstr "Logiciel libre"
#: templates/metadata.html.php:59 templates/organization.html.php:59
#: templates/signature.html.php:59
msgid "under AGPL-3.0 license"
msgstr "sous license AGPL-3.0"
#: templates/metadata.html.php:59 templates/organization.html.php:59
#: templates/signature.html.php:59
msgid "see the source code"
msgstr "voir le code source"
#: templates/metadata.html.php:66
#: templates/metadata.html.php:69
msgid "List of PDF metadata"
msgstr "Liste des métadonnées du PDF"
#: templates/metadata.html.php:72
#: templates/metadata.html.php:75
msgid "Add new metadata"
msgstr "Ajouter une nouvelle métadonnée"
#: templates/metadata.html.php:75
#: templates/metadata.html.php:78
msgid "Key"
msgstr "Clé"
#: templates/metadata.html.php:77
#: templates/metadata.html.php:80
msgid "Value"
msgstr "Valeur"
#: templates/metadata.html.php:79
#: templates/metadata.html.php:82
#, php-format
msgid "%s Add"
msgstr "%s Ajouter"
#: templates/metadata.html.php:85
#: templates/metadata.html.php:88
msgid "Close this PDF and return to the home page"
msgstr "Fermer ce PDF et retourner à l'accueil"
#: templates/metadata.html.php:87
#: templates/metadata.html.php:90
msgid "Edit metadata"
msgstr "Édition des métadonnées"
#: templates/metadata.html.php:97
#: templates/metadata.html.php:100
msgid "Save and download the PDF"
msgstr "Enregistrer et télécharger le PDF"
#: templates/metadata.html.php:103 templates/signature.html.php:268
#: templates/metadata.html.php:106 templates/signature.html.php:271
msgid "Download the PDF"
msgstr "Télécharger le PDF"
@ -128,297 +182,293 @@ msgstr "Télécharger le PDF"
msgid "Organize PDF"
msgstr "Organiser un PDF"
#: templates/organization.html.php:45
#: templates/organization.html.php:48
#, php-format
msgid "%s Organize PDF"
msgstr "%s Organiser des PDF"
#: templates/organization.html.php:46
#: templates/organization.html.php:49
msgid "Merge, sort, rotate, delete, extract pages"
msgstr "Fusionner, trier, pivoter, supprimer, extraire des pages"
#: templates/organization.html.php:49
#: templates/organization.html.php:52
msgid "The PDF must not exceed "
msgstr "Le PDF ne doit pas dépasser "
#: templates/organization.html.php:49
#: templates/organization.html.php:52
msgid "Mb"
msgstr "Mo"
#: templates/organization.html.php:51
#: templates/organization.html.php:54
msgid ""
"The PDF will be processed by the server without being retained or stored"
msgstr "Le PDF sera traité par le serveur sans être conservé ni stocké"
#: templates/organization.html.php:64
#: templates/organization.html.php:67
msgid "Touch a page to select it"
msgstr "Toucher une page pour la sélectionner"
#: templates/organization.html.php:75
#: templates/organization.html.php:78
msgid "Close this PDF and return to home"
msgstr "Fermer ce PDF et retourner à l'accueil"
#: templates/organization.html.php:77
#: templates/organization.html.php:80
msgid "PDF organization"
msgstr "Organisation de PDF"
#: templates/organization.html.php:77 templates/signature.html.php:80
#: templates/organization.html.php:80 templates/signature.html.php:83
msgid "This PDF is stored on your computer to be signed by you only"
msgstr ""
"Ce PDF est stocké sur votre ordinateur pour être signé par vous uniquement"
#: templates/organization.html.php:86 templates/organization.html.php:118
#: templates/organization.html.php:89 templates/organization.html.php:121
#, php-format
msgid "%s Add a PDF"
msgstr "%s Ajouter un PDF"
#: templates/organization.html.php:91
#: templates/organization.html.php:94
#, php-format
msgid "%s page(s) selected"
msgstr "%s page(s) sélectionnée(s)"
#: templates/organization.html.php:93
#: templates/organization.html.php:96
#, php-format
msgid "%s Rotate 90°"
msgstr "%s Tourner de 90°"
#: templates/organization.html.php:94 templates/organization.html.php:125
#: templates/organization.html.php:97 templates/organization.html.php:128
#, php-format
msgid "%s Move"
msgstr "%s Déplacer"
#: templates/organization.html.php:95 templates/organization.html.php:126
#: templates/organization.html.php:98 templates/organization.html.php:129
#, php-format
msgid "%s Delete"
msgstr "%s Supprimer"
#: templates/organization.html.php:96
#: templates/organization.html.php:99
#, php-format
msgid "%s Extract and download"
msgstr "%s Extraire et télécharger"
#: templates/organization.html.php:98
#: templates/organization.html.php:101
#, php-format
msgid "%s Cancel selection"
msgstr "%s Annuler la sélection"
#: templates/organization.html.php:106 templates/organization.html.php:132
#: templates/organization.html.php:109 templates/organization.html.php:135
#, php-format
msgid "%s Download the full PDF"
msgstr "%s Télécharger le PDF complet"
#: templates/organization.html.php:122
#: templates/organization.html.php:125
msgid "No"
msgstr "Aucune"
#: templates/organization.html.php:122
#: templates/organization.html.php:125
msgid "page"
msgstr "page"
#: templates/organization.html.php:122 templates/signature.html.php:199
#: templates/organization.html.php:125 templates/signature.html.php:202
msgid "Cancel"
msgstr "Annuler"
#: templates/organization.html.php:124
#: templates/organization.html.php:127
#, php-format
msgid "%s Turn"
msgstr "%s Tourner"
#: templates/organization.html.php:135
#: templates/organization.html.php:138
#, php-format
msgid "Download the selection"
msgstr "Télécharger la sélection"
#: templates/organization.html.php:155
#: templates/organization.html.php:158
msgid "PDF documents"
msgstr "Documents PDF"
#: templates/organization.html.php:171
#: templates/organization.html.php:174
msgid "Select this page"
msgstr "Sélectionner cette page"
#: templates/organization.html.php:172
#: templates/organization.html.php:175
msgid "Delete this page"
msgstr "Supprimer cette page"
#: templates/organization.html.php:173
#: templates/organization.html.php:176
msgid "Restore this page"
msgstr "Restorer cette page"
#: templates/organization.html.php:174
#: templates/organization.html.php:177
msgid "Move this page"
msgstr "Déplacer cette page"
#: templates/organization.html.php:175
#: templates/organization.html.php:178
msgid "Move here"
msgstr "Déplacer ici"
#: templates/organization.html.php:176
#: templates/organization.html.php:179
msgid "Turn this page"
msgstr "Tourner cette page"
#: templates/organization.html.php:177
#: templates/organization.html.php:180
msgid "Download this page"
msgstr "Télécharger cette page"
#: templates/signature.html.php:45
#: templates/signature.html.php:48
#, php-format
msgid "%s Sign a PDF"
msgstr "%s Signer un PDF"
#: templates/signature.html.php:46
#: templates/signature.html.php:49
msgid "Sign, initial, stamp, complete a document"
msgstr "Signer, parapher, tamponner, compléter un document"
#: templates/signature.html.php:49
#: templates/signature.html.php:52
msgid "The PDF should not exceed"
msgstr "Le PDF ne doit pas dépasser "
#: templates/signature.html.php:49
#: templates/signature.html.php:52
msgid "MB and"
msgstr "Mo et"
#: templates/signature.html.php:49
#: templates/signature.html.php:52
msgid "pages"
msgstr "page"
#: templates/signature.html.php:51
msgid "The PDF will be processed by the server without being stored or saved"
msgstr "Le PDF sera traité par le serveur sans être conservé no stocké"
#: templates/signature.html.php:66
#: templates/signature.html.php:69
msgid "How to sign?"
msgstr "Comment signer ?"
#: templates/signature.html.php:67
#: templates/signature.html.php:70
msgid "By clicking directly on the document page"
msgstr "En cliquant directement sur la page du document"
#: templates/signature.html.php:67
#: templates/signature.html.php:70
msgid "to insert the selected item in the right column"
msgstr "pour insérer l'élément selectionné dans la colonne de droite"
#: templates/signature.html.php:67
#: templates/signature.html.php:70
msgid "signature, initial, text, stamp, etc ..."
msgstr "signature, paraphe, texte, tampon, etc ..."
#: templates/signature.html.php:78
#: templates/signature.html.php:81
msgid "Close this PDF and return to the homepage"
msgstr "Fermer ce PDF et retourner à l'accueil"
#: templates/signature.html.php:80
#: templates/signature.html.php:83
msgid "PDF Signature"
msgstr "Signature du PDF"
#: templates/signature.html.php:80
#: templates/signature.html.php:83
msgid "This PDF is shared with others to be signed by multiple people"
msgstr "Ce PDF est partagé avec d'autres personnes pour être signé à plusieurs"
#: templates/signature.html.php:87
#: templates/signature.html.php:90
msgid "Keep the selection active"
msgstr "Garder la sélection active"
#: templates/signature.html.php:92
#: templates/signature.html.php:95
#, php-format
msgid "%s Signature"
msgstr "%s Signature"
#: templates/signature.html.php:92 templates/signature.html.php:97
#: templates/signature.html.php:102 templates/signature.html.php:200
#: templates/signature.html.php:95 templates/signature.html.php:100
#: templates/signature.html.php:105 templates/signature.html.php:203
msgid "Create"
msgstr "Créer"
#: templates/signature.html.php:97
#: templates/signature.html.php:100
#, php-format
msgid "%s Initial"
msgstr "%s Paraphe"
#: templates/signature.html.php:102
#: templates/signature.html.php:105
#, php-format
msgid "%s Stamp"
msgstr "%s Tampon"
#: templates/signature.html.php:106
#: templates/signature.html.php:109
#, php-format
msgid "%s Text"
msgstr "%s Texte"
#: templates/signature.html.php:110
#: templates/signature.html.php:113
#, php-format
msgid "%s Check box"
msgstr "%s Case à cocher"
#: templates/signature.html.php:115
#: templates/signature.html.php:118
#, php-format
msgid "%s Create an element"
msgstr "%s Créer un élément"
#: templates/signature.html.php:120
#: templates/signature.html.php:123
#, php-format
msgid "%s Share to sign %s with multiple people"
msgstr "%s Partager pour signer %s à plusieurs"
#: templates/signature.html.php:125 templates/signature.html.php:165
#: templates/signature.html.php:128 templates/signature.html.php:168
msgid "Download the signed PDF"
msgstr "Télécharger le PDF signé"
#: templates/signature.html.php:130
#: templates/signature.html.php:133
#, php-format
msgid "You are %s to have signed this PDF"
msgstr "Vous êtes %s à avoir signé ce PDF"
#: templates/signature.html.php:133
#: templates/signature.html.php:136
#, php-format
msgid "%s Download the PDF"
msgstr "%s Télécharger le PDF"
#: templates/signature.html.php:138 templates/signature.html.php:163
#: templates/signature.html.php:141 templates/signature.html.php:166
msgid "Transmit my signature"
msgstr "Transmettre ma signature"
#: templates/signature.html.php:146
#: templates/signature.html.php:149
#, php-format
msgid "%s Select a signature"
msgstr "%s Sélectionner une signature"
#: templates/signature.html.php:175
#: templates/signature.html.php:178
msgid "Draw"
msgstr "Dessiner"
#: templates/signature.html.php:175
#: templates/signature.html.php:178
msgid "freehand"
msgstr "à main levée"
#: templates/signature.html.php:176
#: templates/signature.html.php:179
msgid "Enter"
msgstr "Saisir"
#: templates/signature.html.php:176
#: templates/signature.html.php:179
msgid "text"
msgstr "du texte"
#: templates/signature.html.php:177
#: templates/signature.html.php:180
msgid "Import"
msgstr "Importer"
#: templates/signature.html.php:177
#: templates/signature.html.php:180
msgid "an image"
msgstr "une image"
#: templates/signature.html.php:181
#: templates/signature.html.php:184
msgid "Clear signature"
msgstr "Effacer la signature"
#: templates/signature.html.php:185
#: templates/signature.html.php:188
msgid "My signature"
msgstr "Ma signature"
#: templates/signature.html.php:211
#: templates/signature.html.php:214
#, php-format
msgid "%s Share this PDF to sign it with several people"
msgstr "%s Partager ce PDF pour le signer à plusieurs"
#: templates/signature.html.php:215
#: templates/signature.html.php:218
msgid ""
"By enabling PDF sharing, you will be able to provide a link to the people of "
"your choice so that they can sign this PDF."
@ -426,7 +476,7 @@ msgstr ""
"En activant le partage de ce PDF vous allez pouvoir proposer un lien aux "
"personnes de votre choix pour qu'elles puissent signer ce PDF."
#: templates/signature.html.php:216
#: templates/signature.html.php:219
#, php-format
msgid ""
"%s This sharing requires the PDF to be transferred and stored on the server "
@ -435,65 +485,65 @@ msgstr ""
"%s Ce partage nécessite que le PDF soit transféré et stocké sur le serveur "
"afin d'être accessible aux futurs signataires."
#: templates/signature.html.php:217
#: templates/signature.html.php:220
#, php-format
msgid "%s The PDF will be kept"
msgstr "%s Le PDF sera conservé"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one year"
msgstr "pendant un an"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for six months"
msgstr "pendant six mois"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one month"
msgstr "pendant un mois"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one week"
msgstr "pendant une semaine"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one day"
msgstr "pendant une journée"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "for one hour"
msgstr "pendant une heure"
#: templates/signature.html.php:217
#: templates/signature.html.php:220
msgid "after the last signature."
msgstr "après la dernière signature"
#: templates/signature.html.php:223
#: templates/signature.html.php:226
#, php-format
msgid "%s Start sharing"
msgstr "%s Démarrer le partage"
#: templates/signature.html.php:235
#: templates/signature.html.php:238
#, php-format
msgid "%s Sign this PDF with multiple people"
msgstr "%s Signer ce PDF à plusieurs"
#: templates/signature.html.php:239
#: templates/signature.html.php:242
msgid "Multiple people can sign this PDF simultaneously."
msgstr "Plusieurs personnes peuvent signer ce PDF en même temps."
#: templates/signature.html.php:240
#: templates/signature.html.php:243
msgid ""
"To do so, simply share the link to this page with the people of your choice:"
msgstr ""
"Pour celà il vous suffit de partager avec les personnes de votre choix le "
"lien vers cette page :"
#: templates/signature.html.php:242
#: templates/signature.html.php:245
msgid "Sharing link"
msgstr "Lien à partager"
#: templates/signature.html.php:247
#: templates/signature.html.php:250
msgid ""
"Each of the signatories can download the latest version of the signed PDF at "
"any time."
@ -501,18 +551,21 @@ msgstr ""
"Chacun des signataires pourra à tout moment télécharger la dernière version "
"du PDF signé."
#: templates/signature.html.php:250
#: templates/signature.html.php:253
msgid "Close"
msgstr "Fermer"
#: templates/signature.html.php:261
#: templates/signature.html.php:264
msgid "Signed PDF"
msgstr "PDF signé"
#: templates/signature.html.php:265
#: templates/signature.html.php:268
msgid "Your signature has been successfully recorded!"
msgstr "Votre signature a bien été prise en compte !"
#~ msgid "Language"
#~ msgstr "Langue"
#, php-format
#~ msgid "%s page selected"
#~ msgid_plural "%s pages selected"
@ -526,15 +579,6 @@ msgstr "Votre signature a bien été prise en compte !"
#~ msgid "%s pages selected"
#~ msgstr "%s pages sélectionnées"
#~ msgid "Sign"
#~ msgstr "Signer"
#~ msgid "Organize"
#~ msgstr "Organiser"
#~ msgid "Metadata"
#~ msgstr "Métadonnées"
#~ msgid "Signature"
#~ msgstr "Signature"

View file

@ -32,16 +32,16 @@
</div>
<ul class="nav justify-content-center nav-tabs mt-2">
<li class="nav-item">
<a class="nav-link" href="<?php echo $REVERSE_PROXY_URL; ?>/signature"> <?php echo sprintf(_("%s Sign"), '<i class="bi bi-vector-pen"></i>'); ?></a>
<a class="nav-link" href="<?php echo $REVERSE_PROXY_URL; ?>/signature"><i class="bi bi-vector-pen"></i> <span class="d-none d-sm-inline-block"><?php echo _("Sign"); ?></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo $REVERSE_PROXY_URL; ?>/organization"> <?php echo sprintf(_("%s Organize"), '<i class="bi bi-ui-checks-grid"></i>'); ?></a>
<a class="nav-link" href="<?php echo $REVERSE_PROXY_URL; ?>/organization"><i class="bi bi-ui-checks-grid"></i> <span class="d-none d-sm-inline-block"><?php echo _("Organize"); ?></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo $REVERSE_PROXY_URL; ?>/metadata"> <?php echo sprintf(_("%s Metadata"), '<i class="bi bi-tags"></i>'); ?></a>
<a class="nav-link" href="<?php echo $REVERSE_PROXY_URL; ?>/metadata"><i class="bi bi-tags"></i> <span class="d-none d-sm-inline-block"><?php echo _("Metadata"); ?></span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="<?php echo $REVERSE_PROXY_URL; ?>/compress"> <?php echo sprintf(_("%s Compress"), '<i class="bi bi-chevron-bar-contract"></i>'); ?></a>
<a class="nav-link active" href="<?php echo $REVERSE_PROXY_URL; ?>/compress"><i class="bi bi-chevron-bar-contract"></i> <span class="d-none d-sm-inline-block"><?php echo _("Compress"); ?></span></a>
</li>
</ul>
<div class="px-4 py-4 text-center">
@ -52,7 +52,7 @@
<div class="col-12">
<label class="form-label mt-3" for="input_pdf_upload"><?php echo _("Choose a PDF"); ?></label>
<input name="input_pdf_upload" id="input_pdf_upload" placeholder="<?php echo _("Choose a PDF"); ?>" class="form-control form-control-lg" type="file" accept=".pdf,application/pdf" onchange="handleFileChange()" />
<p class="mt-2 small fw-light text-dark">&nbsp;</p>
<p class="mt-2 small fw-light text-dark"><?php echo _("The PDF will be processed by the server without being stored or saved") ?></p>
<div class="btn-group">
<button type="submit" name="compressionType" value="medium" id="compressBtn" class="btn btn-primary" disabled><?php echo sprintf(_("%s Compress"), '<i class="bi bi-download"></i>'); ?></button>
<button type="button" id="dropdownMenuReference" class="btn btn-outline-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false" data-bs-reference="parent" disabled>