commit 72c2c985ef3f5098da2b67496f89f2fdccdd65f7 Author: hiro hiro@torproject.org Date: Sat Sep 28 20:24:23 2019 +0200
Update messages --- scripts/add_links_to_db | 2 +- scripts/update_files | 2 +- share/locale/en.json | 2 +- share/locale/es.json | 2 +- share/locale/pt.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/scripts/add_links_to_db b/scripts/add_links_to_db index 2870482..a59563d 100755 --- a/scripts/add_links_to_db +++ b/scripts/add_links_to_db @@ -69,7 +69,7 @@ def main():
providers = { "gitlab": "https://gitlab.com/thetorproject/gettorbrowser/raw/torbrowser-releases/", - "github": "https://github.com/TheTorProject/gettorbrowser/raw/torbrowser-releases/" + "github": "https://github.com/TheTorProject/gettorbrowser/raw/torbrowser-releases/", }
prefixes = { diff --git a/scripts/update_files b/scripts/update_files index 6b9546a..ae6055e 100755 --- a/scripts/update_files +++ b/scripts/update_files @@ -58,5 +58,5 @@ for f in $(ls); do # Update Google Drive rclone copy $f gdrive:releases # Update Internet Archive - ia upload <identifier> - --remote-name=$f --metadata="title:New Tor Browser release ${f}." + ia upload <identifier> - --remote-name=$f --metadata="title:New Tor Browser release ${f}." --metadata="mediatype:movies" done diff --git a/share/locale/en.json b/share/locale/en.json index afa6427..8ed6722 100644 --- a/share/locale/en.json +++ b/share/locale/en.json @@ -1,5 +1,5 @@ { - "links_body": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\nShould you have issues with any of the links above you can access the following Google Drive folder: https://drive.google.com/open?id=13CADQTsCwrGsIID09YQbNz2DfRMUoxUU%5Cn%5Cn Download the file: {}\n\n \n--\nGetTor", + "links_body": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\nShould you have issues with any of the links above you can access the following archives:\n\n- Internet Archive: https://archive.org/details/@gettor%5Cn%5Cn- Google Drive folder: https://drive.google.com/open?id=13CADQTsCwrGsIID09YQbNz2DfRMUoxUU%5Cn%5CnDo... the file: {}\n\n \n--\nGetTor", "links_subject": "[GetTor] Links for your request", "help_body": "This is how you can request a tor browser bundle link.\n\n Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\nWe only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", "help_subject": "[GetTor] Help Email", diff --git a/share/locale/es.json b/share/locale/es.json index 8e99ef1..8ed6722 100644 --- a/share/locale/es.json +++ b/share/locale/es.json @@ -1,5 +1,5 @@ { - "links_body": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\n \n--\nGetTor", + "links_body": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\nShould you have issues with any of the links above you can access the following archives:\n\n- Internet Archive: https://archive.org/details/@gettor%5Cn%5Cn- Google Drive folder: https://drive.google.com/open?id=13CADQTsCwrGsIID09YQbNz2DfRMUoxUU%5Cn%5CnDo... the file: {}\n\n \n--\nGetTor", "links_subject": "[GetTor] Links for your request", "help_body": "This is how you can request a tor browser bundle link.\n\n Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\nWe only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", "help_subject": "[GetTor] Help Email", diff --git a/share/locale/pt.json b/share/locale/pt.json index afa6427..8ed6722 100644 --- a/share/locale/pt.json +++ b/share/locale/pt.json @@ -1,5 +1,5 @@ { - "links_body": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\nShould you have issues with any of the links above you can access the following Google Drive folder: https://drive.google.com/open?id=13CADQTsCwrGsIID09YQbNz2DfRMUoxUU%5Cn%5Cn Download the file: {}\n\n \n--\nGetTor", + "links_body": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\nShould you have issues with any of the links above you can access the following archives:\n\n- Internet Archive: https://archive.org/details/@gettor%5Cn%5Cn- Google Drive folder: https://drive.google.com/open?id=13CADQTsCwrGsIID09YQbNz2DfRMUoxUU%5Cn%5CnDo... the file: {}\n\n \n--\nGetTor", "links_subject": "[GetTor] Links for your request", "help_body": "This is how you can request a tor browser bundle link.\n\n Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\nWe only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", "help_subject": "[GetTor] Help Email",
tor-commits@lists.torproject.org