1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Android: Fixed image picker issues

This commit is contained in:
Laurent Cozic
2017-11-20 19:01:19 +00:00
parent 37de5fd4b3
commit 3d6fe4c2cd
40 changed files with 58 additions and 13 deletions

View File

@@ -841,6 +841,16 @@ msgstr ""
msgid "Discard changes"
msgstr ""
#, javascript-format
msgid "Unsupported image type: %s"
msgstr ""
msgid "Attach image"
msgstr ""
msgid "Attach any other file"
msgstr ""
msgid "Delete note"
msgstr ""

View File

@@ -906,6 +906,18 @@ msgstr "Enregistrer les changements"
msgid "Discard changes"
msgstr "Ignorer les changements"
#, fuzzy, javascript-format
msgid "Unsupported image type: %s"
msgstr "Lien ou message non géré : %s"
#, fuzzy
msgid "Attach image"
msgstr "Attacher un fichier"
#, fuzzy
msgid "Attach any other file"
msgstr "Attacher un fichier"
msgid "Delete note"
msgstr "Supprimer la note"

View File

@@ -841,6 +841,16 @@ msgstr ""
msgid "Discard changes"
msgstr ""
#, javascript-format
msgid "Unsupported image type: %s"
msgstr ""
msgid "Attach image"
msgstr ""
msgid "Attach any other file"
msgstr ""
msgid "Delete note"
msgstr ""

View File

@@ -917,6 +917,14 @@
"resolved": "https://registry.npmjs.org/node-bitmap/-/node-bitmap-0.0.1.tgz",
"integrity": "sha1-GA6scAPgxwdhjvMTaPYvhLKmkJE="
},
"node-emoji": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.8.1.tgz",
"integrity": "sha512-+ktMAh1Jwas+TnGodfCfjUbJKoANqPaJFN0z0iqh41eqD8dvguNzcitVSBSVK1pidz0AqGbLKcoVuVLRVZ/aVg==",
"requires": {
"lodash.toarray": "4.4.0"
}
},
"node-fetch": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",

View File

@@ -37,6 +37,7 @@
"md5": "^2.2.1",
"mime": "^2.0.3",
"moment": "^2.18.1",
"node-emoji": "^1.8.1",
"node-fetch": "^1.7.1",
"node-persist": "^2.1.0",
"os-tmpdir": "^1.0.2",