diff options
| -rw-r--r-- | amber/config.rb | 2 | ||||
| -rw-r--r-- | amber/locales/pt.yml | 1 | ||||
| -rw-r--r-- | pages/install/linux/en.text | 16 |
3 files changed, 8 insertions, 11 deletions
diff --git a/amber/config.rb b/amber/config.rb index 66a93e8..a337a48 100644 --- a/amber/config.rb +++ b/amber/config.rb @@ -2,4 +2,4 @@ # uncomment these lines once :es pages have been added @default_locale = :en -@locales = [:en, :es] +@locales = [:en, :es, :pt] diff --git a/amber/locales/pt.yml b/amber/locales/pt.yml index 56d26ca..26e5b25 100644 --- a/amber/locales/pt.yml +++ b/amber/locales/pt.yml @@ -1,4 +1,5 @@ pt: + missing_translation: "Esta página ainda não foi traduzida do inglês." site_title: "Bitmask" banner_top: "Bitmask" banner_motto: "Comunicação encriptada para meros mortais<br>(super-herois também são bem-vindos)" diff --git a/pages/install/linux/en.text b/pages/install/linux/en.text index eea75cd..482df21 100644 --- a/pages/install/linux/en.text +++ b/pages/install/linux/en.text @@ -12,9 +12,9 @@ h2. Upgrading bc. apt-get update apt-get dist-upgrade -NOTE: When upgrading Ubuntu from Trusty to Unicorn, you may need to run this command again: +NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again: -bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian utopic main" +bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main" This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in @/etc/apt/sources.list@. @@ -26,10 +26,6 @@ h3. Ubuntu 15.04 (Vivid Vervet) <%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> -h3. Ubuntu 14.10 (Utopic Unicorn) - -<%= render({:partial => 'via_packages'}, {:distro => 'utopic'}) %> - h3. Ubuntu 14.04 LTS (Trusty Tahr) <%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %> @@ -65,15 +61,15 @@ If the result is: h3. 32 bit kernel -<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %> +<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %> -[[Signature file => https://dl.bitmask.net/client/linux/Bitmask-linux32-latest.tar.bz2.asc]] +[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]] h3. 64 bit kernel -<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %> +<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %> -[[Signature file => https://dl.bitmask.net/client/linux/Bitmask-linux64-latest.tar.bz2.asc]] +[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]] h3. Other options |
