From fcea98112700b5f52fc0d9bedd499c12c1508d29 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 6 Aug 2017 16:03:54 +0100 Subject: [PATCH 1/3] Cater for mobile and desktop Fixes #421 --- public/locales/en-US/send.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl index b1c61a75..a2c4d2bb 100644 --- a/public/locales/en-US/send.ftl +++ b/public/locales/en-US/send.ftl @@ -7,8 +7,8 @@ uploadPageExplainer = Send files through a safe, private, and encrypted link tha uploadPageLearnMore = Learn more uploadPageDropMessage = Drop your file here to start uploading uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB -uploadPageBrowseButton = Select a file on your computer - .title = Select a file on your computer +uploadPageBrowseButton = Select a file to upload + .title = Select a file to upload uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported. uploadPageBrowseButtonTitle = Upload file uploadingPageHeader = Uploading Your File From 4894d5162f4b6708127df97ab852933a91486e52 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Tue, 8 Aug 2017 13:33:57 -0700 Subject: [PATCH 2/3] Update l10n id --- public/locales/en-US/send.ftl | 2 +- views/index.handlebars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl index a2c4d2bb..5803e8f7 100644 --- a/public/locales/en-US/send.ftl +++ b/public/locales/en-US/send.ftl @@ -7,7 +7,7 @@ uploadPageExplainer = Send files through a safe, private, and encrypted link tha uploadPageLearnMore = Learn more uploadPageDropMessage = Drop your file here to start uploading uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB -uploadPageBrowseButton = Select a file to upload +uploadPageBrowseButton1 = Select a file to upload .title = Select a file to upload uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported. uploadPageBrowseButtonTitle = Upload file diff --git a/views/index.handlebars b/views/index.handlebars index 49a849bb..7b276496 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -11,7 +11,7 @@
+ data-l10n-id="uploadPageBrowseButton1">
From 8827556974cde71b24d7d5ae9946bbe8db8c7ef8 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Thu, 10 Aug 2017 09:26:25 -0700 Subject: [PATCH 3/3] Add new l10n string, but don't use it yet --- public/locales/en-US/send.ftl | 2 ++ views/index.handlebars | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl index 5803e8f7..41722a24 100644 --- a/public/locales/en-US/send.ftl +++ b/public/locales/en-US/send.ftl @@ -7,6 +7,8 @@ uploadPageExplainer = Send files through a safe, private, and encrypted link tha uploadPageLearnMore = Learn more uploadPageDropMessage = Drop your file here to start uploading uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB +uploadPageBrowseButton = Select a file on your computer + .title = Select a file on your computer uploadPageBrowseButton1 = Select a file to upload .title = Select a file to upload uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported. diff --git a/views/index.handlebars b/views/index.handlebars index 7b276496..49a849bb 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -11,7 +11,7 @@
+ data-l10n-id="uploadPageBrowseButton">