[tor-commits] [translation/tor-messenger-accountsproperties_completed] Update translations for tor-messenger-accountsproperties_completed

2015-11-06 Thread translation
commit adab82730ba99542e66c15774930c5b57af3ee05
Author: Translation commit bot 
Date:   Fri Nov 6 13:46:16 2015 +

Update translations for tor-messenger-accountsproperties_completed
---
 ms_MY/accounts.properties |9 +
 1 file changed, 9 insertions(+)

diff --git a/ms_MY/accounts.properties b/ms_MY/accounts.properties
new file mode 100644
index 000..81db139
--- /dev/null
+++ b/ms_MY/accounts.properties
@@ -0,0 +1,9 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (passwordPromptTitle, passwordPromptText):
+# %S is replaced with the name of the account
+passwordPromptTitle=Kata laluan untuk %S
+passwordPromptText=Sila masukkan kata laluan untuk %S bagi menyambungkannya
+passwordPromptSaveCheckbox=Gunakan pengurus kata laluan untuk mengingati kata 
laluan ini

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-messenger-authproperties] Update translations for tor-messenger-authproperties

2015-11-06 Thread translation
commit 4c2c45f6c06467270ddca543858f734fed0a547f
Author: Translation commit bot 
Date:   Fri Nov 6 13:46:23 2015 +

Update translations for tor-messenger-authproperties
---
 ms_MY/auth.properties |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ms_MY/auth.properties b/ms_MY/auth.properties
index f76c719..c8c3da6 100644
--- a/ms_MY/auth.properties
+++ b/ms_MY/auth.properties
@@ -1,4 +1,4 @@
-auth.title=Verify %S's identity
+auth.title=Mengesahkan identiti %S
 auth.yourFingerprint=Fingerprint for you, %S:\n%S
 auth.theirFingerprint=Purported fingerprint for %S:\n%S
 auth.help=Verifying a contact's identity helps ensure that the person you are 
talking to is who they claim to be.
@@ -8,5 +8,5 @@ auth.secret=Enter secret here:
 auth.error=An error occurred while verifying your contact's identity.
 auth.success=Verifying your contact's identity completed successfully.
 auth.successThem=Your contact has successfully verified your identity. You may 
want to verify their identity as well by asking your own question.
-auth.fail=Failed to verify your contact's identity.
-auth.done=Done
+auth.fail=Gagal untuk mengesahkan identiti
+auth.done=Selesai

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-messenger-accountsproperties] Update translations for tor-messenger-accountsproperties

2015-11-06 Thread translation
commit c86748760e5570df137bfeaf9f8ff25159912772
Author: Translation commit bot 
Date:   Fri Nov 6 13:46:11 2015 +

Update translations for tor-messenger-accountsproperties
---
 ms_MY/accounts.properties |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ms_MY/accounts.properties b/ms_MY/accounts.properties
index 051ba0d..81db139 100644
--- a/ms_MY/accounts.properties
+++ b/ms_MY/accounts.properties
@@ -4,6 +4,6 @@
 
 # LOCALIZATION NOTE (passwordPromptTitle, passwordPromptText):
 # %S is replaced with the name of the account
-passwordPromptTitle=Password for %S
-passwordPromptText=Please enter your password for %S in order to connect it.
-passwordPromptSaveCheckbox=Use Password Manager to remember this password.
+passwordPromptTitle=Kata laluan untuk %S
+passwordPromptText=Sila masukkan kata laluan untuk %S bagi menyambungkannya
+passwordPromptSaveCheckbox=Gunakan pengurus kata laluan untuk mengingati kata 
laluan ini

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-messenger-privdtd] Update translations for tor-messenger-privdtd

2015-11-06 Thread translation
commit 397a457357829f25cdc9a48efdb55f4ef4e958b2
Author: Translation commit bot 
Date:   Fri Nov 6 13:46:50 2015 +

Update translations for tor-messenger-privdtd
---
 ms_MY/priv.dtd |2 ++
 1 file changed, 2 insertions(+)

diff --git a/ms_MY/priv.dtd b/ms_MY/priv.dtd
new file mode 100644
index 000..741dfba
--- /dev/null
+++ b/ms_MY/priv.dtd
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] "And now a better patch which builds the tests if LibreSSL is used."

2015-11-06 Thread nickm
commit af80d472f7d6cb32370176d4dd02b5194adf0f3d
Author: Nick Mathewson 
Date:   Fri Nov 6 10:58:00 2015 -0500

"And now a better patch which builds the tests if LibreSSL is used."

Works on the latest LibreSSL (in OpenBSD-current).

(Patch from 'rubiate' on #17253.
---
 src/test/test_tortls.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c
index 280e7fa..fd3d50c 100644
--- a/src/test/test_tortls.c
+++ b/src/test/test_tortls.c
@@ -53,7 +53,8 @@
 extern tor_tls_context_t *server_tls_context;
 extern tor_tls_context_t *client_tls_context;
 
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0)
+#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0) \
+&& !defined(LIBRESSL_VERSION_NUMBER)
 #define OPENSSL_OPAQUE
 #endif
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2015-11-06 Thread translation
commit 56710e3b47f925909f2a76810a74154fbcac1fcd
Author: Translation commit bot 
Date:   Fri Nov 6 19:15:19 2015 +

Update translations for liveusb-creator
---
 es/es.po |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/es/es.po b/es/es.po
index f67f133..e4797a2 100644
--- a/es/es.po
+++ b/es/es.po
@@ -13,13 +13,14 @@
 # Manuel Herrera , 2013
 # strel, 2013-2015
 # strel, 2012-2013
+# SubMaix , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-11-02 21:23+0100\n"
-"PO-Revision-Date: 2015-11-03 09:24+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2015-11-06 19:11+\n"
+"Last-Translator: SubMaix \n"
 "Language-Team: Spanish 
(http://www.transifex.com/otf/torproject/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -216,7 +217,7 @@ msgstr "Si no selecciona una imagen ISO autoarrancable 
existente, la versión se
 msgid ""
 "Install\n"
 "by cloning"
-msgstr ""
+msgstr "Instalar\ndesde el clonado"
 
 #: ../liveusb/dialog.py:172
 msgid "Install Tails"
@@ -538,13 +539,13 @@ msgstr "Actualizando las propiedades de la partición de 
sistema %(system_partit
 msgid ""
 "Upgrade\n"
 "by cloning"
-msgstr ""
+msgstr "Actualizar\ndesde el clonado"
 
 #: ../liveusb/launcher_ui.py:158
 msgid ""
 "Upgrade\n"
 "from ISO"
-msgstr ""
+msgstr "Actualizar\ndesde la ISO"
 
 #: ../liveusb/dialog.py:159
 msgid "Use existing Live system ISO"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-messenger-build/master] Bug 16478: Update certificate pane in preferences window

2015-11-06 Thread sukhbir
commit cb67f64b596101638e43478f54df6aac16b0d5fb
Author: Sukhbir Singh 
Date:   Fri Nov 6 16:55:13 2015 -0500

Bug 16478: Update certificate pane in preferences window
---
 .../instantbird/certificate-settings-xul.patch | 1355 
 projects/instantbird/config|1 +
 2 files changed, 1356 insertions(+)

diff --git a/projects/instantbird/certificate-settings-xul.patch 
b/projects/instantbird/certificate-settings-xul.patch
new file mode 100644
index 000..7650cb8
--- /dev/null
+++ b/projects/instantbird/certificate-settings-xul.patch
@@ -0,0 +1,1355 @@
+
+# HG changeset patch
+# User Patrick Cloke 
+# Date 1437737959 -7200
+# Node ID 0b348fa4d3448a8c341ba35f83ff51b8d00f6742
+# Parent  6962356b69b1fa7c71243cc934a8c67d9144ae7e
+Bug 955738 - Port 'Bug 733632 - Remove TLS version UI (Options > Advanced > 
Encryption > Protocols)'. r=florian
+
+diff --git a/im/content/preferences/advanced.js 
b/im/content/preferences/advanced.js
+--- a/im/content/preferences/advanced.js
 b/im/content/preferences/advanced.js
+@@ -1,15 +1,20 @@
+-# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
++# -*- indent-tabs-mode: nil; js-indent-level: 4 -*-
+ # This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ 
+ // Load DownloadUtils module for convertByteUnits
+ Components.utils.import("resource://gre/modules/DownloadUtils.jsm");
++Components.utils.import("resource://gre/modules/ctypes.jsm");
++Components.utils.import("resource://gre/modules/Services.jsm");
++Components.utils.import("resource://gre/modules/LoadContextInfo.jsm");
++Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
++Components.utils.import("resource://gre/modules/BrowserUtils.jsm");
+ 
+ var gAdvancedPane = {
+   _inited: false,
+ 
+   /**
+* Brings the appropriate tab to the front and initializes various bits of 
UI.
+*/
+   init: function ()
+@@ -23,35 +28,44 @@ var gAdvancedPane = {
+ } else {
+   var preference = 
document.getElementById("browser.preferences.advanced.selectedTabIndex");
+   if (preference.value !== null)
+ advancedPrefs.selectedIndex = preference.value;
+ }
+ 
+ this.updateConnectionGroupbox();
+ #ifdef MOZ_UPDATER
+-this.updateAppUpdateItems();
+-this.updateAutoItems();
+-this.updateModeItems();
++let onUnload = function () {
++  window.removeEventListener("unload", onUnload, false);
++  Services.prefs.removeObserver("app.update.", this);
++}.bind(this);
++window.addEventListener("unload", onUnload, false);
++Services.prefs.addObserver("app.update.", this, false);
++this.updateReadPrefs();
+ #endif
++
++let bundlePrefs = document.getElementById("bundlePreferences");
++
++// Notify observers that the UI is now ready
++Services.obs.notifyObservers(window, "advanced-pane-loaded", null);
+   },
+ 
+   /**
+* Stores the identity of the current tab in preferences so that the 
selected
+* tab can be persisted between openings of the preferences window.
+*/
+   tabSelectionChanged: function ()
+   {
+ if (!this._inited)
+   return;
+ var advancedPrefs = document.getElementById("advancedPrefs");
+ var preference = 
document.getElementById("browser.preferences.advanced.selectedTabIndex");
+ preference.valueFromPreferences = advancedPrefs.selectedIndex;
+   },
+-  
++
+   // GENERAL TAB
+ 
+   /*
+* Preferences:
+*
+* accessibility.browsewithcaret
+* - true enables keyboard navigation and selection within web pages using a
+*   visible caret, false uses normal keyboard navigation with no caret
+@@ -110,31 +124,68 @@ var gAdvancedPane = {
+ var window = Services.wm.getMostRecentWindow("Browser:SearchManager");
+ if (window)
+   window.focus();
+ else {
+   openDialog("chrome://instantbird/content/engineManager.xul",
+  "_blank", "chrome,dialog,modal,centerscreen");
+ }
+   },
+-  
++
+   showConfigEdit: function()
+   {
+ document.documentElement.openWindow("Preferences:ConfigManager",
+ "chrome://global/content/config.xul",
+ "", null);
+   },
+ 
++  /**
++   * security.OCSP.enabled is an integer value for legacy reasons.
++   * A value of 1 means OCSP is enabled. Any other value means it is disabled.
++   */
++  readEnableOCSP: function ()
++  {
++var preference = document.getElementById("security.OCSP.enabled");
++// This is the case if the preference is the default value.
++if (preference.value === undefined) {
++  return true;
++}
++return preference.value == 1;
++  },
++
++  /**
++   * See documentation for readEnableOCSP.
++   */
++  writeEnableOCSP: function ()
++  {
++var checkbox = document.getElementById("enableOCSP");

[tor-commits] [tor-messenger-build/master] Rebase search-preferences-xul.patch

2015-11-06 Thread sukhbir
commit e685124f34a392240d7b773728f39651407e2129
Author: Sukhbir Singh 
Date:   Fri Nov 6 16:50:43 2015 -0500

Rebase search-preferences-xul.patch
---
 projects/instantbird/search-preferences-xul.patch |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/projects/instantbird/search-preferences-xul.patch 
b/projects/instantbird/search-preferences-xul.patch
index 647d9a5..a6b2a31 100644
--- a/projects/instantbird/search-preferences-xul.patch
+++ b/projects/instantbird/search-preferences-xul.patch
@@ -1,7 +1,7 @@
 diff --git a/im/content/preferences/advanced.xul 
b/im/content/preferences/advanced.xul
 --- a/im/content/preferences/advanced.xul
 +++ b/im/content/preferences/advanced.xul
-@@ -135,17 +135,6 @@
+@@ -143,17 +143,6 @@
preference="layout.spellcheckDefault"/>

  
@@ -16,6 +16,6 @@ diff --git a/im/content/preferences/advanced.xul 
b/im/content/preferences/advanc
 -oncommand="gAdvancedPane.showSearchEngineManager();"/>
 -  
 -
- #ifdef HAVE_SHELL_SERVICE
-   
-   
+   
+   
+ 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-messenger-build/master] Update Changelog

2015-11-06 Thread sukhbir
commit 016d74ec9aa79416d84bd505359bdd97afe05c32
Author: Sukhbir Singh 
Date:   Fri Nov 6 17:06:01 2015 -0500

Update Changelog
---
 ChangeLog |6 ++
 1 file changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e2b2e2d..bdee35c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tor Messenger 0.1.0b4 -- 
+ * All Platforms
+   * Bug 16478: Update certificate pane in preferences window
+   * ctypes-otr
+ * Bug 17539: Pass username when interpolating resent string
+
 Tor Messenger 0.1.0b3 -- October 30 2015
  * Windows
* Bug 17453: Fix Tor Messenger crash on Windows

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2015-11-06 Thread translation
commit 9860b8c8a7aa96e12feaae00f1a5de27a6feb21f
Author: Translation commit bot 
Date:   Fri Nov 6 22:45:23 2015 +

Update translations for liveusb-creator_completed
---
 it/it.po |  139 +-
 1 file changed, 75 insertions(+), 64 deletions(-)

diff --git a/it/it.po b/it/it.po
index ab99b12..6cf8632 100644
--- a/it/it.po
+++ b/it/it.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Alessandro Manfredi , 2015
 # Daniele Catanesi , 2009
 # Francesca Ciceri , 2014
 # Francesca Ciceri , 2014
@@ -23,9 +24,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-10-26 18:08+0100\n"
-"PO-Revision-Date: 2015-10-30 18:03+\n"
-"Last-Translator: Random_R\n"
+"POT-Creation-Date: 2015-11-02 21:23+0100\n"
+"PO-Revision-Date: 2015-11-06 22:31+\n"
+"Last-Translator: Alessandro Manfredi \n"
 "Language-Team: Italian 
(http://www.transifex.com/otf/torproject/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -41,7 +42,7 @@ msgstr "\"Clona e installa\""
 msgid "\"Install from ISO\""
 msgstr "Installa da ISO"
 
-#: ../liveusb/dialog.py:150 ../liveusb/launcher_ui.py:149
+#: ../liveusb/dialog.py:157 ../liveusb/launcher_ui.py:153
 #, python-format
 msgid "%(distribution)s Installer"
 msgstr "Installatore di %(distribution)s"
@@ -66,51 +67,61 @@ msgstr "%(vendor)s %(model)s (%(details)s) - %(device)s"
 msgid "%s already bootable"
 msgstr "%s è già avviabile"
 
-#: ../liveusb/launcher_ui.py:156
-msgid ""
-"http://www.w3.org/TR/REC-html40/strict.dtd\";>\n"
-"\n"
-"p, li { white-space: pre-wrap; }\n"
-"\n"
-"Need help? Read the documentation."
-msgstr "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n\np, li { 
white-space: pre-wrap; }\n\nBisogno di aiuto? Leggi la documentazione."
-
-#: ../liveusb/launcher_ui.py:151
-msgid ""
-"http://www.w3.org/TR/REC-html40/strict.dtd\";>\n"
-"\n"
-"p, li { white-space: pre-wrap; }\n"
-"\n"
-"Copy the running Tails onto a USB stick or SD card. All data 
on the target drive will be lost."
-msgstr "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n\np, li { 
white-space: pre-wrap; }\n\nCopiare 
l'attuale Tails nella chiavetta USB o nella scheda SD. Tutti i dati nel 
dispositivo di destinazione andranno persi."
-
-#: ../liveusb/launcher_ui.py:153
+#: ../liveusb/launcher_ui.py:160
 msgid ""
 "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n"
 "\n"
 "p, li { white-space: pre-wrap; }\n"
-"\n"
-"Copy the running Tails onto an already installed Tails 
device. Other partitions found on the stick are 
preserved."
-msgstr "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n\np, li { 
white-space: pre-wrap; }\n\nCopiare 
l'attuale istanza di Tails in un dispositivo dove Tails è già installato. Le 
altre partizioni esistenti saranno preservate."
+"\n"
+"Need 
help? Read the documentation."
+msgstr "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n\np, li { 
white-space: pre-wrap; }\n\nHai bisogno di aiuto? Leggi la documentazione."
 
 #: ../liveusb/launcher_ui.py:155
 msgid ""
-"http://www.w3.org/TR/REC-html40/strict.dtd\";>\n"
-"\n"
-"p, li { white-space: pre-wrap; }\n"
-"\n"
-"Upgrade an already installed Tails device from a new ISO 
image."
-msgstr "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n\np, li { 
white-space: pre-wrap; }\n\nAggiornate un'installazione di Tails esistente da un immagine 
ISO più recente."
+"\n"
+"Install Tails on another USB stick by copying the Tails system that you 
are currently using..\n"
+"\n"
+"The USB stick that you install on is formatted and all data is 
lost.\n"
+"\n"
+"The encrypted persistent storage of the Tails USB stick that you are 
currently using is not copied.\n"
+"\n"
+""
+msgstr "\nInstalla Tails su un'altra chiave USB copiando il sistema 
Tails che stai utilizzando al momento.\n\nLa chiave USB sulla quale 
effettuerai l'installazione verrà formattata e tutti i dati su essa presenti 
verranno persi.\n\nIl disco cifrato persistente sulla chiave USB Tails 
che stai usando al momento non verrà copiato.\n\n"
+
+#: ../liveusb/launcher_ui.py:157
+msgid ""
+"\n"
+"Upgrade another Tails USB stick to the same version of Tails that you are 
currently using.\n"
+"\n"
+"The encrypted persistent storage of the Tails USB stick that you upgrade 
is preserved.\n"
+"\n"
+"The encrypted persistent storage of the Tails USB stick that you are 
currently using is not copied.\n"
+"\n"
+"\n"
+""
+msgstr "\nAggiorna un'altra chiave USB Tails alla stessa versione di 
Tails che stai usando al momento.\n\nIl disco cifrato persistente 
sulla chiave USB Tails che aggiornerai verrà preservato.\n\nIl disco 
cifrato persistente sulla chiave USB Tails che stai usando al momento non verrà
 copiato.\n\n"
+
+#: ../liveusb/launcher_ui.py:159
+msgid ""
+"\n"
+"Upgrade another Tails USB stick to the version of an ISO image.\n"
+"\n"
+"The encrypted persistent sto

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2015-11-06 Thread translation
commit e30f6508f7bfba777fa239a89a66c9158a3da733
Author: Translation commit bot 
Date:   Fri Nov 6 22:45:18 2015 +

Update translations for liveusb-creator
---
 it/it.po |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/it/it.po b/it/it.po
index ee270af..6cf8632 100644
--- a/it/it.po
+++ b/it/it.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Alessandro Manfredi , 2015
 # Daniele Catanesi , 2009
 # Francesca Ciceri , 2014
 # Francesca Ciceri , 2014
@@ -24,8 +25,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-11-02 21:23+0100\n"
-"PO-Revision-Date: 2015-11-03 09:24+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2015-11-06 22:31+\n"
+"Last-Translator: Alessandro Manfredi \n"
 "Language-Team: Italian 
(http://www.transifex.com/otf/torproject/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -73,7 +74,7 @@ msgid ""
 "p, li { white-space: pre-wrap; }\n"
 "\n"
 "Need 
help? Read the documentation."
-msgstr ""
+msgstr "http://www.w3.org/TR/REC-html40/strict.dtd\";>\n\np, li { 
white-space: pre-wrap; }\n\nHai bisogno di aiuto? Leggi la documentazione."
 
 #: ../liveusb/launcher_ui.py:155
 msgid ""
@@ -85,7 +86,7 @@ msgid ""
 "The encrypted persistent storage of the Tails USB stick that you are 
currently using is not copied.\n"
 "\n"
 ""
-msgstr ""
+msgstr "\nInstalla Tails su un'altra chiave USB copiando il sistema 
Tails che stai utilizzando al momento.\n\nLa chiave USB sulla quale 
effettuerai l'installazione verrà formattata e tutti i dati su essa presenti 
verranno persi.\n\nIl disco cifrato persistente sulla chiave USB Tails 
che stai usando al momento non verrà copiato.\n\n"
 
 #: ../liveusb/launcher_ui.py:157
 msgid ""
@@ -98,7 +99,7 @@ msgid ""
 "\n"
 "\n"
 ""
-msgstr ""
+msgstr "\nAggiorna un'altra chiave USB Tails alla stessa versione di 
Tails che stai usando al momento.\n\nIl disco cifrato persistente 
sulla chiave USB Tails che aggiornerai verrà preservato.\n\nIl disco 
cifrato persistente sulla chiave USB Tails che stai usando al momento non verrà
 copiato.\n\n"
 
 #: ../liveusb/launcher_ui.py:159
 msgid ""
@@ -110,7 +111,7 @@ msgid ""
 "The encrypted persistent storage of the Tails USB stick that you are 
currently using is not copied.\n"
 "\n"
 ""
-msgstr ""
+msgstr "\nAggiorna un'altra chiave USB Tails alla versione di 
un'immagine ISO\n\nIl disco cifrato persistente sulla chiave USB Tails 
che aggiornerai verrà preservato.\n\nIl disco cifrato persistente 
sulla chiave USB Tails che stai usando al momento non verrà 
copiato.\n\n"
 
 #: ../liveusb/dialog.py:161
 msgid "Alt+B"
@@ -222,7 +223,7 @@ msgstr "Se non si ha selezionato un Live ISO esistente, 
verrà scaricata la rele
 msgid ""
 "Install\n"
 "by cloning"
-msgstr ""
+msgstr "Installa attraverso clonazione"
 
 #: ../liveusb/dialog.py:172
 msgid "Install Tails"
@@ -544,13 +545,13 @@ msgstr "Aggiornamento proprietà della partizione di 
sistema %(system_partition)
 msgid ""
 "Upgrade\n"
 "by cloning"
-msgstr ""
+msgstr "Aggiorna attraverso clonazione"
 
 #: ../liveusb/launcher_ui.py:158
 msgid ""
 "Upgrade\n"
 "from ISO"
-msgstr ""
+msgstr "Aggiorna da immagine ISO"
 
 #: ../liveusb/dialog.py:159
 msgid "Use existing Live system ISO"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2015-11-06 Thread translation
commit c92cca967e264a910abc9f49202bb8cdc78322f1
Author: Translation commit bot 
Date:   Fri Nov 6 22:45:44 2015 +

Update translations for tor-launcher-network-settings
---
 it/network-settings.dtd |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/it/network-settings.dtd b/it/network-settings.dtd
index 2f9859e..6888c98 100644
--- a/it/network-settings.dtd
+++ b/it/network-settings.dtd
@@ -1,8 +1,8 @@
 
 
 
-
-
+
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2015-11-06 Thread translation
commit 194531e592893507a8f371e32c0ebc6ed3fcca1d
Author: Translation commit bot 
Date:   Fri Nov 6 22:45:48 2015 +

Update translations for tor-launcher-network-settings_completed
---
 it/network-settings.dtd |4 
 1 file changed, 4 insertions(+)

diff --git a/it/network-settings.dtd b/it/network-settings.dtd
index 026e63e..6888c98 100644
--- a/it/network-settings.dtd
+++ b/it/network-settings.dtd
@@ -1,5 +1,9 @@
 
 
+
+
+
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-messenger-build/master] bundle-data: update for default bridges updates

2015-11-06 Thread boklm
commit 2f29f9996b1d59c196731d2cd37e4d790f1d10ad
Author: Nicolas Vigier 
Date:   Sat Nov 7 01:06:28 2015 +0100

bundle-data: update for default bridges updates
---
 projects/bundle-data/config |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/bundle-data/config b/projects/bundle-data/config
index 4e1d7d6..83cfc9f 100644
--- a/projects/bundle-data/config
+++ b/projects/bundle-data/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 git_url: https://git.torproject.org/builders/tor-browser-bundle.git
-git_hash: faa6152ada46c03bac9918dd69fa5646847be2e1
+git_hash: 310740285eed2a0e5fc2fd05c29eaa5ebeec27b9
 filename: 'bundle-data-[% c("version") %].tar.gz'



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-messenger-build/master] tor-browser: update to 5.0.4

2015-11-06 Thread boklm
commit a54f176996083bdb704fc1d3bf36f8645e555065
Author: Nicolas Vigier 
Date:   Sat Nov 7 01:11:30 2015 +0100

tor-browser: update to 5.0.4
---
 ChangeLog   |1 +
 projects/tor-browser/config |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2f8fbd9..66430f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Tor Messenger 0.1.0b4 --
* ctypes-otr
  * Bug 17539: Pass username when interpolating resent string
* Bug 17492: Include default bridges configuration
+   * Use tor and the pluggable transports from tor-browser 5.0.4
 
 Tor Messenger 0.1.0b3 -- October 30 2015
  * Windows
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index d0daeb8..3a65750 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 5.0.3
+version: 5.0.4
 filename: 'tor-browser-[% c("version") %]-[% c("var/osname") %].[% 
c("var/extension") %]'
 
 input_files:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-messenger-build/master] Fix path to pluggable transports in torrc-defaults on Linux and Windows

2015-11-06 Thread boklm
commit 5fe7b8d65507ef9d398abdbb24d478b3a92bf5a6
Author: Nicolas Vigier 
Date:   Sat Nov 7 01:02:14 2015 +0100

Fix path to pluggable transports in torrc-defaults on Linux and Windows
---
 projects/tor-messenger/build |4 
 1 file changed, 4 insertions(+)

diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index 7dba35b..19de0af 100644
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -65,6 +65,10 @@ tar xf ../../../[% c('input_files_by_name/tor-browser') %]
 [% END -%]
 sed -i 's/^SocksPort .*/SocksPort [% c("var/tor_socks_port") %]/' 
tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc-defaults
 sed -i 's/^ControlPort .*/ControlPort [% c("var/tor_control_port") %]/' 
tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc-defaults
+sed -i 
's|TorBrowser/Tor/PluggableTransports|extensions/tor-launc...@torproject.org/TorBrowser/Tor/PluggableTransports|g'
 \
+tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc-defaults
+sed -i 
's|TorBrowser\\Tor\\PluggableTransports|extensions\\tor-launc...@torproject.org\\TorBrowser\\Tor\\PluggableTransports|g'
 \
+tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc-defaults
 mv tor-browser_en-US/Browser/TorBrowser/Tor 
tor-launc...@torproject.org/TorBrowser/Tor
 mv tor-browser_en-US/Browser/TorBrowser/Data/Tor 
tor-launc...@torproject.org/TorBrowser/Data/Tor
 rm -Rf tor-browser_en-US



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-messenger-build/master] Bug 17492: Include default bridges configuration

2015-11-06 Thread boklm
commit 7a1c6fd121dd001eb999ef03ebbbed264da37026
Author: Nicolas Vigier 
Date:   Sat Nov 7 00:45:48 2015 +0100

Bug 17492: Include default bridges configuration

However, we exclude meek from the bridges configuration, as it currently
doesn't work in Tor Messenger because it requires firefox.
---
 ChangeLog|1 +
 projects/bundle-data/build   |4 ++--
 projects/bundle-data/config  |   11 +--
 projects/tor-messenger/build |   12 +++-
 projects/tor-messenger/build.osx |8 +++-
 5 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bdee35c..2f8fbd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ Tor Messenger 0.1.0b4 --
* Bug 16478: Update certificate pane in preferences window
* ctypes-otr
  * Bug 17539: Pass username when interpolating resent string
+   * Bug 17492: Include default bridges configuration
 
 Tor Messenger 0.1.0b3 -- October 30 2015
  * Windows
diff --git a/projects/bundle-data/build b/projects/bundle-data/build
index 3528675..64d1426 100644
--- a/projects/bundle-data/build
+++ b/projects/bundle-data/build
@@ -1,5 +1,5 @@
 #!/bin/sh
 set -e
 tar xf [% project %]-[% c('version') %].tar.[% c('compress_tar') %]
-cd [% project %]-[% c('version') %]/[% c("var/bundledir") %]
-tar czf [% dest_dir _ '/' _ c('filename') %] .
+cd [% project %]-[% c('version') %]
+tar czf [% dest_dir _ '/' _ c('filename') %] Bundle-Data
diff --git a/projects/bundle-data/config b/projects/bundle-data/config
index 1fdc028..4e1d7d6 100644
--- a/projects/bundle-data/config
+++ b/projects/bundle-data/config
@@ -2,13 +2,4 @@
 version: '[% c("abbrev") %]'
 git_url: https://git.torproject.org/builders/tor-browser-bundle.git
 git_hash: faa6152ada46c03bac9918dd69fa5646847be2e1
-filename: 'bundle-data-[% c("version") %]-[% c("var/osname") %].tar.gz'
-var:
-  bundledir: Bundle-Data/linux
-targets:
-  windows-i686:
-var:
-  bundledir: Bundle-Data/windows
-  osx-x86_64:
-var:
-  bundledir: Bundle-Data/mac/TorBrowser
+filename: 'bundle-data-[% c("version") %].tar.gz'
diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index 40641e0..7dba35b 100644
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -6,6 +6,8 @@ set -e
  STOP;
END -%]
 
+rootdir=$(pwd)
+
 mkdir bundle
 [% IF c("var/windows") -%]
 7z x -y -obundle [% c('input_files_by_name/instantbird') %]
@@ -23,7 +25,12 @@ rm -f bundle/Messenger/*.chk
 [% END -%]
 
 mkdir bundle/Messenger/TorMessenger
-tar xf [% c('input_files_by_name/bundle-data') %] -C 
bundle/Messenger/TorMessenger
+tar xf [% c('input_files_by_name/bundle-data') %]
+[% IF c("var/linux") -%]
+mv Bundle-Data/linux/* bundle/Messenger/TorMessenger/
+[% ELSE -%]
+mv Bundle-Data/windows/* bundle/Messenger/TorMessenger/
+[% END -%]
 
 [% IF c("var/linux") %]
 tar xf [% c('input_files_by_name/gcc') %]
@@ -45,6 +52,9 @@ tar xf ../../../[% c('input_files_by_name/ctypes-otr') %]
 mv ctypes-otr* 'ctypes-otr@tormessenger'
 mkdir tor-launc...@torproject.org
 7z x -y -otor-launc...@torproject.org ../../../[% 
c('input_files_by_name/tor-launcher') %]
+# exclude meek as it requires firefox
+fgrep -v extensions.torlauncher.default_bridge.meek- 
$rootdir/Bundle-Data/PTConfigs/bridge_prefs.js >> \
+tor-launc...@torproject.org/defaults/preferences/prefs.js
 mkdir -p tor-launc...@torproject.org/TorBrowser/Data
 [% IF c("var/windows") -%]
 7z x ../../../[% c('input_files_by_name/tor-browser') %]
diff --git a/projects/tor-messenger/build.osx b/projects/tor-messenger/build.osx
index 16e9b47..1c79518 100644
--- a/projects/tor-messenger/build.osx
+++ b/projects/tor-messenger/build.osx
@@ -7,10 +7,16 @@ mv TorMessenger.app Tor\ Messenger.app
 tar xf [% c('input_files_by_name/libdmg') %]
 export PATH="$(pwd)/libdmg-hfsplus:$PATH"
 
+# extract bundle data files to Bundle-Data
+tar xf [% c('input_files_by_name/bundle-data') %]
+
 mkdir torbrowser
 cd torbrowser
 mkdir tor-launc...@torproject.org
 7z x -y -otor-launc...@torproject.org $rootdir/[% 
c('input_files_by_name/tor-launcher') %]
+# exclude meek as it requires firefox
+fgrep -v extensions.torlauncher.default_bridge.meek- 
$rootdir/Bundle-Data/PTConfigs/bridge_prefs.js >> \
+tor-launc...@torproject.org/defaults/preferences/prefs.js
 7z x $rootdir/[% c('input_files_by_name/tor-browser') %]
 bsdtar xf '0.unknown partition'
 sed -i 's/^SocksPort .*/SocksPort [% c("var/tor_socks_port") %]/' 
TorBrowser.app/TorBrowser/Data/Tor/torrc-defaults
@@ -28,7 +34,7 @@ mv ctypes-otr* $rootdir/Tor\ 
Messenger.app/Contents/Resources/extensions/ctypes-
 cd ..
 
 mkdir Tor\ Messenger.app/TorMessenger
-tar xf [% c('input_files_by_name/bundle-data') %] -C Tor\ 
Messenger.app/TorMessenger
+mv Bundle-Data/mac/TorBrowser/* Tor\ Messenger.app/TorMessenger/
 
 mkdir dmg
 mv Tor\ Messenger.app dmg



___
tor-commits mailing list
tor-commits@lists.torproject.o

[tor-commits] [tor-messenger-build/master] Add patch for trac 17552

2015-11-06 Thread arlo
commit efe3391fe4a4ffa136d6fa3e9c229b16a0a04dee
Author: Arlo Breault 
Date:   Fri Nov 6 18:02:56 2015 -0800

Add patch for trac 17552

 * Instantbird throwing on XMPP non-MUC message stanzas w/ subject
---
 ChangeLog |1 +
 projects/instantbird/config   |1 +
 projects/instantbird/trac-17552.patch |   92 +
 3 files changed, 94 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 66430f2..1ec0ae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ Tor Messenger 0.1.0b4 --
  * Bug 17539: Pass username when interpolating resent string
* Bug 17492: Include default bridges configuration
* Use tor and the pluggable transports from tor-browser 5.0.4
+   * Bug 17552: Instantbird throwing on XMPP non-MUC message stanzas w/ subject
 
 Tor Messenger 0.1.0b3 -- October 30 2015
  * Windows
diff --git a/projects/instantbird/config b/projects/instantbird/config
index 4993c8c..f9bfdb7 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -71,6 +71,7 @@ input_files:
   - filename: xmppRegister.js
   - filename: xmppRegister.xul
   - filename: xmpp-gtalk-resource.patch
+  - filename: trac-17552.patch
   - filename: version.patch
   - filename: search-context-menu.patch
   - filename: search-preferences-xul.patch
diff --git a/projects/instantbird/trac-17552.patch 
b/projects/instantbird/trac-17552.patch
new file mode 100644
index 000..f4ff411
--- /dev/null
+++ b/projects/instantbird/trac-17552.patch
@@ -0,0 +1,92 @@
+# HG changeset patch
+# User Arlo Breault 
+# Date 1446859847 28800
+#  Fri Nov 06 17:30:47 2015 -0800
+# Node ID b9b0e61d9a2d5092d45b309feb4ae526ae00519c
+# Parent  073468887b0faecb810a6e4463a2806924fead81
+Ensure isMuc when attempting a subject change
+
+diff --git a/chat/protocols/xmpp/xmpp.jsm b/chat/protocols/xmpp/xmpp.jsm
+--- a/chat/protocols/xmpp/xmpp.jsm
 b/chat/protocols/xmpp/xmpp.jsm
+@@ -1718,16 +1718,17 @@ var XMPPAccountPrototype = {
+ 
+   return null;
+   },
+ 
+   /* Called when a message stanza is received */
+   onMessageStanza: function(aStanza) {
+ let from = aStanza.attributes["from"];
+ let norm = this.normalize(from);
++let isMuc = this._mucs.has(norm);
+ 
+ let type = aStanza.attributes["type"];
+ let x = aStanza.getElement(["x"]);
+ let body;
+ let b = aStanza.getElement(["body"]);
+ if (b) {
+   // If there's a  child we have more than just typing 
notifications.
+   // Prefer HTML (in ) and use plain text () as 
fallback.
+@@ -1738,17 +1739,21 @@ var XMPPAccountPrototype = {
+ // Even if the message is in plain text, the prplIMessage
+ // should contain a string that's correctly escaped for
+ // insertion in an HTML document.
+ body = TXTToHTML(b.innerText);
+   }
+ }
+ 
+ let subject = aStanza.getElement(["subject"]);
+-if (subject) {
++// Ignore subject when !isMuc. We're being permissive about subject 
changes
++// in the comment below, so we need to be careful about where that makes
++// sense. Psi+'s OTR plugin includes a subject and body in its message
++// stanzas.
++if (subject && isMuc) {
+   // XEP-0045 (7.2.16): Check for a subject element in the stanza and 
update
+   // the topic if it exists.
+   // We are breaking the spec because only a message that contains a
+   //  but no  element shall be considered a subject 
change
+   // for MUC, but we ignore that to be compatible with ejabberd versions
+   // before 15.06.
+   let muc = this._mucs.get(norm);
+   let nick = this._parseJID(from).resource;
+@@ -1763,18 +1768,18 @@ var XMPPAccountPrototype = {
+   let delay = aStanza.getElement(["delay"]);
+   if (delay && delay.uri == Stanza.NS.delay) {
+ if (delay.attributes["stamp"])
+   date = new Date(delay.attributes["stamp"]);
+   }
+   if (date && isNaN(date))
+ date = undefined;
+   if (type == "groupchat" ||
+-  (type == "error" && this._mucs.has(norm) && !this._conv.has(from))) 
{
+-if (!this._mucs.has(norm)) {
++  (type == "error" && isMuc && !this._conv.has(from))) {
++if (!isMuc) {
+   this.WARN("Received a groupchat message for unknown MUC " + norm);
+   return;
+ }
+ let muc = this._mucs.get(norm);
+ muc.incomingMessage(body, aStanza, date);
+ return;
+   }
+ 
+@@ -1840,17 +1845,17 @@ var XMPPAccountPrototype = {
+ if (state) {
+   this.DEBUG(state);
+   if (state == "composing")
+ typingState = Ci.prplIConvIM.TYPING;
+   else if (state == "paused")
+ typingState = Ci.prplIConvIM.TYPED;
+ }
+ let convName = norm;
+-if (this._mucs.has(norm))
++if (isMuc)
+   convName = from;
+ let conv = this._conv.get(convName);
+ if (!conv)
+   return;
+ conv.updateTyping(typingState, conv.shortName);
+ co

[tor-commits] [tor-messenger-build/master] Add a patch for trac 16476

2015-11-06 Thread arlo
commit 329d846869dcb07ae534ba0c0f2a5d872e140ccf
Author: Arlo Breault 
Date:   Fri Nov 6 18:11:29 2015 -0800

Add a patch for trac 16476

 * Themes preference is positioned incorrectly on OS X
---
 ChangeLog |3 +++
 projects/instantbird/config   |2 ++
 projects/instantbird/trac-16476.patch |   38 +
 3 files changed, 43 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 1ec0ae1..9c3e2f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Tor Messenger 0.1.0b4 --
* Bug 17492: Include default bridges configuration
* Use tor and the pluggable transports from tor-browser 5.0.4
* Bug 17552: Instantbird throwing on XMPP non-MUC message stanzas w/ subject
+ * Mac
+   * Bug 16476: Themes preference is positioned incorrectly
+   * Bug 17456: Hang in preferences menu
 
 Tor Messenger 0.1.0b3 -- October 30 2015
  * Windows
diff --git a/projects/instantbird/config b/projects/instantbird/config
index f9bfdb7..d2ffb5d 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -104,6 +104,8 @@ input_files:
 enable: '[% c("var/osx") %]'
   - filename: cert_override.txt
 enable: '[% c("var/osx") %]'
+  - filename: trac-16476.patch
+enable: '[% c("var/osx") %]'
   - filename: fix-mingw-build.patch
 enable: '[% c("var/windows") %]'
   - filename: bug-1176731-do-not-mark-static-inline-functions.mozpatch
diff --git a/projects/instantbird/trac-16476.patch 
b/projects/instantbird/trac-16476.patch
new file mode 100644
index 000..96eabb4
--- /dev/null
+++ b/projects/instantbird/trac-16476.patch
@@ -0,0 +1,38 @@
+# HG changeset patch
+# User aleth 
+# Date 1446853955 -3600
+#  Sat Nov 07 00:52:35 2015 +0100
+# Node ID 1f09dc616d2e058779753327637b85f6dcc0bbf1
+# Parent  073468887b0faecb810a6e4463a2806924fead81
+Bug 138 - Avoid hang in proxy preferences pane. r=clokep
+
+diff --git a/im/content/preferences/messagestyle.js 
b/im/content/preferences/messagestyle.js
+--- a/im/content/preferences/messagestyle.js
 b/im/content/preferences/messagestyle.js
+@@ -169,22 +169,20 @@ var previewObserver = {
+ 
+   observe: function(aSubject, aTopic, aData) {
+ if (aTopic != "conversation-loaded" || aSubject != this.browser)
+   return;
+ 
+ // We want to avoid the convbrowser trying to scroll to the last
+ // added message, as that causes the entire pref pane to jump up
+ // (bug 1179943). Therefore, we override the method convbrowser
+-// uses to determine if there are further messages pending to be
+-// added. The +1 ensures no scroll occurs after we add the last
+-// message here.
+-this.browser._autoScrollEnabled = false;
+-this.browser.getPendingMessagesCount =
+-  () => previewObserver.conv.messages.length + 1;
++// uses to determine if it should scroll, as well as its
++// mirror in the contentWindow (that messagestyle JS can call).
++this.browser.autoScrollEnabled = () => false;
++this.browser.contentWindow.autoScrollEnabled = () => false;
+ 
+ // Display all queued messages. Use a timeout so that message text
+ // modifiers can be added with observers for this notification.
+ setTimeout(function() {
+   for (let message of previewObserver.conv.messages)
+ aSubject.appendMessage(message, false);
+ }, 0);
+ 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/bridgedb] Update translations for bridgedb

2015-11-06 Thread translation
commit 33c45ea611c78713d6554c976f5a379ae286f659
Author: Translation commit bot 
Date:   Sat Nov 7 03:45:04 2015 +

Update translations for bridgedb
---
 am_ET/LC_MESSAGES/bridgedb.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET/LC_MESSAGES/bridgedb.po b/am_ET/LC_MESSAGES/bridgedb.po
index 03f585d..64ad4c0 100644
--- a/am_ET/LC_MESSAGES/bridgedb.po
+++ b/am_ET/LC_MESSAGES/bridgedb.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the BridgeDB project.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reported,msgid&cc=isis,sysrqb&owner=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2011-02-19 16:53+\n"
-"Last-Translator: FULL NAME \n"
+"PO-Revision-Date: 2015-11-07 03:44+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +32,7 @@ msgstr ""
 #. "Tor Browser"
 #: bridgedb/https/server.py:167
 msgid "Sorry! Something went wrong with your request."
-msgstr ""
+msgstr "ይቅርታ የጠየቁት መረጃ እክል ገጥሞታል"
 
 #: bridgedb/https/templates/base.html:79
 msgid "Report a Bug"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torcheck] Update translations for torcheck

2015-11-06 Thread translation
commit e92ea878e45d4785a19cf54ebc59d7dfc912048f
Author: Translation commit bot 
Date:   Sat Nov 7 03:45:20 2015 +

Update translations for torcheck
---
 am_ET/torcheck.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET/torcheck.po b/am_ET/torcheck.po
index b02c2b0..751a1c8 100644
--- a/am_ET/torcheck.po
+++ b/am_ET/torcheck.po
@@ -2,12 +2,13 @@
 # Copyright (C) 2008-2013 The Tor Project, Inc
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2010-11-30 04:59+\n"
-"Last-Translator: Appelbaum \n"
+"PO-Revision-Date: 2015-11-07 03:26+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,7 +18,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 msgid "Congratulations. This browser is configured to use Tor."
-msgstr ""
+msgstr "እንኩዋን ደስ አለህ ይህ ብራውዘር ቶርን 
ለመክፈት እየተስተካከለ ነው"
 
 msgid ""
 "Please refer to the https://www.torproject.org/\";>Tor website "

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/whisperback] Update translations for whisperback

2015-11-06 Thread translation
commit d645d49b24e2153bed90167c7721d3e473be6c1c
Author: Translation commit bot 
Date:   Sat Nov 7 03:45:29 2015 +

Update translations for whisperback
---
 am_ET/am_ET.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET/am_ET.po b/am_ET/am_ET.po
index ba4b04e..6c9d542 100644
--- a/am_ET/am_ET.po
+++ b/am_ET/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-03-17 17:40+0100\n"
-"PO-Revision-Date: 2012-02-26 16:11+\n"
-"Last-Translator: FULL NAME \n"
+"PO-Revision-Date: 2015-11-07 03:17+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +22,7 @@ msgstr ""
 #: ../whisperBack/whisperback.py:63
 #, python-format
 msgid "Invalid contact email: %s"
-msgstr ""
+msgstr "የተሳሳተ የ ኢሜል አድራሻ: %s"
 
 #: ../whisperBack/whisperback.py:80
 #, python-format

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2015-11-06 Thread translation
commit 33e8b5ee5543fa62e10a5817b5816eb7230c2fb1
Author: Translation commit bot 
Date:   Sat Nov 7 03:45:39 2015 +

Update translations for https_everywhere
---
 am_ET/https-everywhere.dtd |4 ++--
 am_ET/ssl-observatory.dtd  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/am_ET/https-everywhere.dtd b/am_ET/https-everywhere.dtd
index eac7ddf..3562bd9 100644
--- a/am_ET/https-everywhere.dtd
+++ b/am_ET/https-everywhere.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 
@@ -11,7 +11,7 @@
 
 
 
-
+
 
 
 
diff --git a/am_ET/ssl-observatory.dtd b/am_ET/ssl-observatory.dtd
index 69f1cfd..8e6591d 100644
--- a/am_ET/ssl-observatory.dtd
+++ b/am_ET/ssl-observatory.dtd
@@ -1,5 +1,5 @@
 
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-11-06 Thread translation
commit 47372c1690f32d7d8036c48f7f4db1ef7960e5cf
Author: Translation commit bot 
Date:   Sat Nov 7 03:46:40 2015 +

Update translations for tails-misc
---
 am_ET.po |   33 +
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/am_ET.po b/am_ET.po
index 94b50d9..209192f 100644
--- a/am_ET.po
+++ b/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-20 19:32+0200\n"
-"PO-Revision-Date: 2013-07-25 09:07+\n"
-"Last-Translator: FULL NAME \n"
+"POT-Creation-Date: 2015-11-03 01:06+0100\n"
+"PO-Revision-Date: 2015-11-07 03:27+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
 
 #: 
config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
 msgid "Tor is ready"
-msgstr ""
+msgstr "ቶር ዝግጁ ነው"
 
 #: 
config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:44
 msgid "You can now access the Internet."
@@ -305,23 +306,23 @@ msgstr ""
 msgid "This version of Tails has known security issues:"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:45
+#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:50
 #, sh-format
 msgid "Network card ${nic} disabled"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:46
+#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:51
 #, sh-format
 msgid ""
 "MAC spoofing failed for network card ${nic_name} (${nic}) so it is 
temporarily disabled.\n"
 "You might prefer to restart Tails and disable MAC spoofing. See the documentation."
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:55
+#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:60
 msgid "All networking disabled"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:56
+#: config/chroot_local-includes/usr/local/sbin/tails-spoof-mac:61
 #, sh-format
 msgid ""
 "MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery 
also failed so all networking is disabled.\n"
@@ -452,40 +453,40 @@ msgstr ""
 msgid "Failed to run browser."
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:31
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:35
 msgid "I2P failed to start"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:32
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:36
 msgid ""
 "Something went wrong when I2P was starting. Check the logs in /var/log/i2p "
 "for more information."
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:43
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:53
 msgid "I2P's router console is ready"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:44
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:54
 msgid "You can now access I2P's router console in the I2P Browser."
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:49
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:59
 msgid "I2P is not ready"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:50
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:60
 msgid ""
 "Eepsite tunnel not built within six minutes. Check the router console in the"
 " I2P Browser or the logs in /var/log/i2p for more information. Reconnect to "
 "the network to try again."
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:60
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:72
 msgid "I2P is ready"
 msgstr ""
 
-#: config/chroot_local-includes/usr/local/sbin/tails-i2p:61
+#: config/chroot_local-includes/usr/local/sbin/tails-i2p:73
 msgid "You can now access services on I2P."
 msgstr ""
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbirdy] Update translations for torbirdy

2015-11-06 Thread translation
commit 3acb090de266875c6b0b299f124d8c382cb10c68
Author: Translation commit bot 
Date:   Sat Nov 7 03:46:07 2015 +

Update translations for torbirdy
---
 am_ET/torbirdy.dtd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET/torbirdy.dtd b/am_ET/torbirdy.dtd
index 3e22539..df0d250 100644
--- a/am_ET/torbirdy.dtd
+++ b/am_ET/torbirdy.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2015-11-06 Thread translation
commit 51efd29cf34fcbe6271a43d6a1d7466f26d36274
Author: Translation commit bot 
Date:   Sat Nov 7 03:46:33 2015 +

Update translations for tor-launcher-network-settings
---
 am_ET/network-settings.dtd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET/network-settings.dtd b/am_ET/network-settings.dtd
index b193750..fb9eb3c 100644
--- a/am_ET/network-settings.dtd
+++ b/am_ET/network-settings.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/mat-gui] Update translations for mat-gui

2015-11-06 Thread translation
commit aab33783ed95b374fae306b5165504f901e10b58
Author: Translation commit bot 
Date:   Sat Nov 7 03:46:15 2015 +

Update translations for mat-gui
---
 am_ET.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET.po b/am_ET.po
index 6334a4d..f2528d3 100644
--- a/am_ET.po
+++ b/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-12-31 04:53+0100\n"
-"PO-Revision-Date: 2013-02-04 18:44+\n"
-"Last-Translator: FULL NAME \n"
+"PO-Revision-Date: 2015-11-07 03:19+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
 
 #: mat-gui:62 mat-gui:407 mat-gui:430
 msgid "Ready"
-msgstr ""
+msgstr "ዝግጁ"
 
 #: mat-gui:129
 msgid "Choose files"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress

2015-11-06 Thread translation
commit 1f3d7e314fee86e978b28625c2343513b58dfc75
Author: Translation commit bot 
Date:   Sat Nov 7 03:46:26 2015 +

Update translations for tor-launcher-progress
---
 am_ET/progress.dtd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET/progress.dtd b/am_ET/progress.dtd
index ebd9cef..a38a578 100644
--- a/am_ET/progress.dtd
+++ b/am_ET/progress.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2015-11-06 Thread translation
commit 8ed281c3f2a6c35b5ace7606dfffa77946402a11
Author: Translation commit bot 
Date:   Sat Nov 7 03:45:52 2015 +

Update translations for tails-persistence-setup
---
 am_ET/am_ET.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET/am_ET.po b/am_ET/am_ET.po
index 2cfcdb2..a68cbac 100644
--- a/am_ET/am_ET.po
+++ b/am_ET/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2015-10-26 14:15+0100\n"
-"PO-Revision-Date: 2015-10-27 08:44+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2015-11-07 03:18+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
 
 #: ../lib/Tails/Persistence/Configuration/Presets.pm:48
 msgid "Personal Data"
-msgstr ""
+msgstr "ግላዊ መረጃ"
 
 #: ../lib/Tails/Persistence/Configuration/Presets.pm:50
 msgid "Keep files stored in the `Persistent' directory"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-greeter] Update translations for tails-greeter

2015-11-06 Thread translation
commit 209f001d671b4eaf120204624eb36d03400e19b2
Author: Translation commit bot 
Date:   Sat Nov 7 03:45:59 2015 +

Update translations for tails-greeter
---
 am_ET/am_ET.po |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/am_ET/am_ET.po b/am_ET/am_ET.po
index f250252..9303fb1 100644
--- a/am_ET/am_ET.po
+++ b/am_ET/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-10-26 17:51+0100\n"
-"PO-Revision-Date: 2015-10-27 10:10+\n"
-"Last-Translator: carolyn \n"
+"POT-Creation-Date: 2015-11-02 21:29+0100\n"
+"PO-Revision-Date: 2015-11-07 03:21+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
 
 #: ../glade/persistencewindow.glade.h:1
 msgid "Forward"
-msgstr ""
+msgstr "መግቢያ"
 
 #: ../glade/persistencewindow.glade.h:2 ../glade/optionswindow.glade.h:1
 msgid "Login"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-and-https] Update translations for tor-and-https

2015-11-06 Thread translation
commit b58bb9706b2c55ccb93c11ca264e8465407cca35
Author: Translation commit bot 
Date:   Sat Nov 7 03:47:26 2015 +

Update translations for tor-and-https
---
 am_ET.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET.po b/am_ET.po
index 70b98eb..61cacc3 100644
--- a/am_ET.po
+++ b/am_ET.po
@@ -1,11 +1,12 @@
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2014-07-17 14:23+\n"
-"PO-Revision-Date: 2014-05-21 08:40+\n"
-"Last-Translator: FULL NAME \n"
+"PO-Revision-Date: 2015-11-07 03:45+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
 #. languages (e.g. Arabic or Hebrew).
 #: C/tor-and-https.svg:3
 msgid "ltr"
-msgstr ""
+msgstr "ልቲር"
 
 #. (itstool) path: svg/title
 #: C/tor-and-https.svg:14

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-iuk] Update translations for tails-iuk

2015-11-06 Thread translation
commit c4ea56a10df611ad996c35275ecc1f612860aea8
Author: Translation commit bot 
Date:   Sat Nov 7 03:47:11 2015 +

Update translations for tails-iuk
---
 am_ET.po |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/am_ET.po b/am_ET.po
index b0c18b3..14f010e 100644
--- a/am_ET.po
+++ b/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
-"POT-Creation-Date: 2015-08-05 20:06+0200\n"
-"PO-Revision-Date: 2013-12-18 20:45+\n"
-"Last-Translator: FULL NAME \n"
+"POT-Creation-Date: 2015-10-26 20:01+0100\n"
+"PO-Revision-Date: 2015-11-07 03:29+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
 #: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
 #: ../lib/Tails/IUK/Frontend.pm:667
 msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr ""
+msgstr "ስለስህተቱ መረጃ  /home/amnesia/.xsession-errors 
ይመልከቱ"
 
 #: ../lib/Tails/IUK/Frontend.pm:216
 msgid "Error while checking for upgrades"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-perl5lib_completed] Update translations for tails-perl5lib_completed

2015-11-06 Thread translation
commit 8802f352e9f2b20176af26d452ee65afb73174e6
Author: Translation commit bot 
Date:   Sat Nov 7 03:47:21 2015 +

Update translations for tails-perl5lib_completed
---
 am_ET.po |   25 +
 1 file changed, 25 insertions(+)

diff --git a/am_ET.po b/am_ET.po
new file mode 100644
index 000..6f134ce
--- /dev/null
+++ b/am_ET.po
@@ -0,0 +1,25 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Tails developers
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Anteneh Tsegaye , 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: Tails developers \n"
+"POT-Creation-Date: 2015-05-02 21:08+0200\n"
+"PO-Revision-Date: 2015-11-07 03:24+\n"
+"Last-Translator: Anteneh Tsegaye \n"
+"Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: am_ET\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../lib/Tails/RunningSystem.pm:153
+msgid ""
+"The device Tails is running from cannot be found. Maybe you used the `toram'"
+" option?"
+msgstr "የመሳርያው ጭራ  አልተገኘም እያለ ነው ፡፡ 
ምናልባት ቶረምን መርጠህ/ሽ ይሆናል"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2015-11-06 Thread translation
commit 3d7fc336e08ba78a8451a1c6c625275dfbe0d188
Author: Translation commit bot 
Date:   Sat Nov 7 03:46:46 2015 +

Update translations for abouttor-homepage
---
 am_ET/aboutTor.dtd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET/aboutTor.dtd b/am_ET/aboutTor.dtd
index b923233..bedc79c 100644
--- a/am_ET/aboutTor.dtd
+++ b/am_ET/aboutTor.dtd
@@ -4,7 +4,7 @@
- vim: set sw=2 sts=2 ts=8 et syntax=xml:
   -->
 
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-perl5lib] Update translations for tails-perl5lib

2015-11-06 Thread translation
commit c4730ba91fa0b365862e34b415efc5bfdc7e7c9e
Author: Translation commit bot 
Date:   Sat Nov 7 03:47:17 2015 +

Update translations for tails-perl5lib
---
 am_ET.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/am_ET.po b/am_ET.po
index 574f788..6f134ce 100644
--- a/am_ET.po
+++ b/am_ET.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Anteneh Tsegaye , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2015-05-02 21:08+0200\n"
-"PO-Revision-Date: 2013-12-30 04:38+\n"
-"Last-Translator: FULL NAME \n"
+"PO-Revision-Date: 2015-11-07 03:24+\n"
+"Last-Translator: Anteneh Tsegaye \n"
 "Language-Team: Amharic (Ethiopia) 
(http://www.transifex.com/otf/torproject/language/am_ET/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,4 +22,4 @@ msgstr ""
 msgid ""
 "The device Tails is running from cannot be found. Maybe you used the `toram'"
 " option?"
-msgstr ""
+msgstr "የመሳርያው ጭራ  አልተገኘም እያለ ነው ፡፡ 
ምናልባት ቶረምን መርጠህ/ሽ ይሆናል"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-11-06 Thread translation
commit 3a16e64019dc130e24f2c1ddf189a3246d8809ea
Author: Translation commit bot 
Date:   Sat Nov 7 03:47:06 2015 +

Update translations for torbutton-torbuttondtd
---
 am_ET/torbutton.dtd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET/torbutton.dtd b/am_ET/torbutton.dtd
index 927d1b9..e14e6f6 100644
--- a/am_ET/torbutton.dtd
+++ b/am_ET/torbutton.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor_animation] Update translations for tor_animation

2015-11-06 Thread translation
commit dbfa8f7bbc55c6cedfde05557fbf03835b061625
Author: Translation commit bot 
Date:   Sat Nov 7 04:16:39 2015 +

Update translations for tor_animation
---
 am_ET.srt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET.srt b/am_ET.srt
index 0e6056a..77d7934 100644
--- a/am_ET.srt
+++ b/am_ET.srt
@@ -1,6 +1,6 @@
 1
 00:00:00,660 --> 00:00:02,780
-We've gotten very used to the Internet.
+የኢንተርኔት በቂ ልምድ አለን
 
 2
 00:00:03,120 --> 00:00:07,700

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd

2015-11-06 Thread translation
commit a1f64c650def86c4f4a1182b4b5874eb4a1c854c
Author: Translation commit bot 
Date:   Sat Nov 7 04:16:46 2015 +

Update translations for torbutton-aboutdialogdtd
---
 am_ET/aboutdialog.dtd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/am_ET/aboutdialog.dtd b/am_ET/aboutdialog.dtd
index 5099ad7..5dbf458 100644
--- a/am_ET/aboutdialog.dtd
+++ b/am_ET/aboutdialog.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits