Implemented file drop inputs, Preparing more tools
Update app.py, excel-password-remover.yml, and 30 more files...
This commit is contained in:
@@ -9,6 +9,8 @@ na: N/A
|
||||
yes: Yes
|
||||
no: No
|
||||
|
||||
accept: Accept
|
||||
|
||||
width: Width
|
||||
height: Height
|
||||
width.min: Minimum width
|
||||
@@ -59,3 +61,17 @@ none.ms: None
|
||||
none.mp: None
|
||||
none.fs: None
|
||||
none.fp: None
|
||||
|
||||
eula.short: EULA
|
||||
eula.long: End-user license agreement (EULA)
|
||||
|
||||
dont.ask.again: "Don't ask again"
|
||||
|
||||
file.drop.upload: "Choose file(s)"
|
||||
file.drop.clear: "Clear selection"
|
||||
file.drop.label.single: "Choose or drop a file:"
|
||||
file.drop.label.multiple: "Choose or drop files:"
|
||||
file.drop.select.single: "Drop your file here"
|
||||
file.drop.select.multiple: "Drop your files here"
|
||||
file.drop.selected.single: "You selected 1 file"
|
||||
file.drop.selected.multiple: "You selected <span class=\"np-file-drop-count\">???</span> files"
|
||||
|
@@ -9,7 +9,8 @@ og.description: 'TODO: description'
|
||||
header.title: Contact
|
||||
|
||||
email.title: Email
|
||||
email.compose: Send an email to <i>herwin.bozet@gmail.com</i>
|
||||
email.compose.gmail: Send an email to <i>herwin.bozet@gmail.com</i>
|
||||
email.compose.nibblepoker: Send an email to <i>herwin.bozet@nibblepoker.lu</i>
|
||||
|
||||
twitter.title: Twitter
|
||||
twitter.compose: Compose DM to @NibblePoker on Twitter
|
||||
|
@@ -35,3 +35,12 @@ usage.p1: >-
|
||||
demo.title: Demonstration video
|
||||
links.title: Links
|
||||
content.link.demo: Demo hosted on GitHub
|
||||
|
||||
|
||||
eula.1: "This tool is for use only with files you have permission to unlock.<br>
|
||||
If you don’t have authorization, contact the appropriate authority.<br>
|
||||
You are responsible for how you use this tool."
|
||||
eula.2: "No data is sent online, as everything happens in your browser with JavaScript.<br>
|
||||
However, do not use this tool for sensitive files unless you have permission from the relevant authorities to avoid legal issues."
|
||||
eula.3: "The tool doesn't reveal the original password, as it’s secure and not stored in plain text; it simply removes it."
|
||||
eula.4: "By using this tool, you accept full responsibility, and it is provided “as is”, without any warranty."
|
||||
|
@@ -9,6 +9,8 @@ na: Non-applicable
|
||||
yes: Oui
|
||||
no: Non
|
||||
|
||||
accept: Accepter
|
||||
|
||||
width: Largeur
|
||||
height: Hauteur
|
||||
width.min: Largeur minimale
|
||||
@@ -59,3 +61,17 @@ none.ms: Aucun
|
||||
none.mp: Aucuns
|
||||
none.fs: Aucune
|
||||
none.fp: Aucunes
|
||||
|
||||
eula.short: CLUF
|
||||
eula.long: Contrat de licence utilisateur final (CLUF)
|
||||
|
||||
dont.ask.again: "Ne plus demander"
|
||||
|
||||
file.drop.upload: "Ajouter fichier(s)"
|
||||
file.drop.clear: "Vider la séléction"
|
||||
file.drop.label.single: "Choisissez ou déposez un fichier:"
|
||||
file.drop.label.multiple: "Choisissez ou déposez des fichiers:"
|
||||
file.drop.select.single: "Déposez votre fichier ici"
|
||||
file.drop.select.multiple: "Déposez vos fichiers ici"
|
||||
file.drop.selected.single: "Vous avez séléctionné 1 fichier"
|
||||
file.drop.selected.multiple: "Vous avez séléctionné <span class=\"np-file-drop-count\">???</span> fichiers"
|
||||
|
@@ -9,7 +9,8 @@ og.description: 'TODO: description'
|
||||
header.title: Contact
|
||||
|
||||
email.title: Courriel
|
||||
email.compose: Envoyer un courriel à <i>herwin.bozet@gmail.com</i>
|
||||
email.compose.gmail: Envoyer un courriel à <i>herwin.bozet@gmail.com</i>
|
||||
email.compose.nibblepoker: Envoyer un courriel à <i>herwin.bozet@nibblepoker.lu</i>
|
||||
|
||||
twitter.title: Twitter
|
||||
twitter.compose: Composer un message privé pour @NibblePoker sur Twitter
|
||||
|
Reference in New Issue
Block a user