[tor-commits] [translation/tba-android_stringsdtd] Update translations for tba-android_stringsdtd

2018-09-27 Thread translation
commit dde94e92acf64c3d96af8497cbd4d1a03c63003f Author: Translation commit bot Date: Fri Sep 28 00:16:49 2018 + Update translations for tba-android_stringsdtd --- br/android_strings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/br/android_strings.dtd

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

2018-09-27 Thread translation
commit 67c4a07445ce7b49123bc7705fdd5ebaf8274292 Author: Translation commit bot Date: Fri Sep 28 00:15:12 2018 + Update translations for bridgedb --- br/LC_MESSAGES/bridgedb.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/br/LC_MESSAGES/bridgedb.po

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit 11f47be07310e949811ccbe6ec9812803597723a Author: Translation commit bot Date: Thu Sep 27 22:17:17 2018 + Update translations for tor-browser-manual --- ka/ka.po | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ka/ka.po b/ka/ka.po index

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit 397a659a53765384f58a4ba1b71463773965812f Author: Translation commit bot Date: Thu Sep 27 21:47:24 2018 + Update translations for tor-browser-manual --- ka/ka.po | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ka/ka.po b/ka/ka.po index

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

2018-09-27 Thread translation
commit 222e22479e10b3151277650c3c23e3e43f9dcd76 Author: Translation commit bot Date: Thu Sep 27 21:46:01 2018 + Update translations for tails-misc_completed --- he.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/he.po b/he.po index 6d0141ad3..80fad7fc0 100644

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

2018-09-27 Thread translation
commit 38f6fcb4202fa2542cdaeeb9e7ee3b7568c4b70a Author: Translation commit bot Date: Thu Sep 27 21:45:56 2018 + Update translations for tails-misc --- he.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/he.po b/he.po index 6d0141ad3..80fad7fc0 100644 --- a/he.po

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit 271dcc43053e9cc066c40d23446ca77165435925 Author: Translation commit bot Date: Thu Sep 27 21:17:36 2018 + Update translations for tor-browser-manual --- ka/ka.po | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/ka/ka.po

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit ac560bf8c3869ca3fc89549937277744f2406089 Author: Translation commit bot Date: Thu Sep 27 20:47:39 2018 + Update translations for tor-browser-manual --- ka/ka.po | 4 1 file changed, 4 insertions(+) diff --git a/ka/ka.po b/ka/ka.po index 9aee58854..835de1871 100644 ---

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

2018-09-27 Thread translation
commit 39f0ba1894261823d3538b2b9be08bc138c732d8 Author: Translation commit bot Date: Thu Sep 27 20:47:16 2018 + Update translations for tor_animation --- ka.srt | 1 + 1 file changed, 1 insertion(+) diff --git a/ka.srt b/ka.srt index 227e0acf3..1de13f389 100644 --- a/ka.srt +++

[tor-commits] [tor/master] Changes file for splitting stats

2018-09-27 Thread nickm
commit 013a1238336ab860a9c9998e1aec6bc211f33fb3 Author: Nick Mathewson Date: Thu Sep 27 10:30:17 2018 -0400 Changes file for splitting stats --- changes/ticket27892 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket27892 b/changes/ticket27892 new file mode 100644 index

[tor-commits] [tor/master] geoip: fix windows compilation

2018-09-27 Thread nickm
commit 34402ece8c7483ba0a206af35c1bae3d79e9b63c Author: Nick Mathewson Date: Thu Sep 27 11:02:58 2018 -0400 geoip: fix windows compilation --- src/lib/geoip/.may_include | 1 + src/lib/geoip/geoip.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/lib/geoip/.may_include

[tor-commits] [tor/master] Mark a variable static.

2018-09-27 Thread nickm
commit 316453065dfae10dde5afce15feafbdc5c8562a9 Author: Nick Mathewson Date: Thu Sep 27 11:59:39 2018 -0400 Mark a variable static. --- src/feature/stats/geoip_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/stats/geoip_stats.c

[tor-commits] [tor/master] Remove excess dependencies from geoip.c

2018-09-27 Thread nickm
commit fa32574bdb7381f02abc68ad917ad79f354938a4 Author: Nick Mathewson Date: Thu Sep 27 10:15:39 2018 -0400 Remove excess dependencies from geoip.c --- src/app/config/config.c | 24 src/feature/stats/geoip.c | 41 +

[tor-commits] [tor/master] Move the n_v3_ns_requests field out of geoip_country_t

2018-09-27 Thread nickm
commit 79208ee852b84c94b32db1b13a2ba802cae360f7 Author: Nick Mathewson Date: Thu Sep 27 09:04:08 2018 -0400 Move the n_v3_ns_requests field out of geoip_country_t This is preparation for splitting geoip.c into stats and non-stats portions. --- src/feature/stats/geoip.c | 49

[tor-commits] [tor/master] Extract the non-stats part of geoip into a new src/lib/geoip.

2018-09-27 Thread nickm
commit c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9 Author: Nick Mathewson Date: Thu Sep 27 10:26:01 2018 -0400 Extract the non-stats part of geoip into a new src/lib/geoip. --- .gitignore | 2 ++ Makefile.am | 2 ++

[tor-commits] [tor/master] Move the predicted ports code out of rephist.c

2018-09-27 Thread nickm
commit 241c1505ccb4a501c1b56af7b6e12e055db29e09 Author: Nick Mathewson Date: Thu Sep 27 08:21:17 2018 -0400 Move the predicted ports code out of rephist.c It differs from the rest of the rephist code in that it's actually necessary for Tor to operate, so it should probably go

[tor-commits] [tor/master] Detect an unlikely integer overflow.

2018-09-27 Thread nickm
commit b058f64cc002b44e6dd48616ca3163a01c3f3e14 Author: Nick Mathewson Date: Thu Sep 27 16:30:02 2018 -0400 Detect an unlikely integer overflow. --- src/feature/stats/geoip_stats.c | 5 - src/lib/geoip/country.h | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff

[tor-commits] [tor/master] Merge branch 'split_stats'

2018-09-27 Thread nickm
commit 9e65e7a36f6f7b18164d0e76fe25f0c32b31aaec Merge: 09223ad83 316453065 Author: Nick Mathewson Date: Thu Sep 27 16:26:06 2018 -0400 Merge branch 'split_stats' .gitignore | 2 + Makefile.am | 2 +

[tor-commits] [tor/master] Always initialize the periodic events list.

2018-09-27 Thread nickm
commit d0b2b5a20269c050d5346a869940b55ff2add190 Author: Nick Mathewson Date: Thu Sep 27 12:44:20 2018 -0400 Always initialize the periodic events list. Various places in our code try to activate these events or check their status, so we should make sure they're initialized as

[tor-commits] [tor/master] Merge branch 'ticket_27861'

2018-09-27 Thread nickm
commit 09223ad83b09e75494863bacb3f8004c945ef015 Merge: de0b07c63 d0b2b5a20 Author: Nick Mathewson Date: Thu Sep 27 16:24:47 2018 -0400 Merge branch 'ticket_27861' changes/bug27861 | 4 src/core/mainloop/mainloop.c | 11 ++- src/test/test_periodic_event.c |

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit b323590cb70cb7cc20d27cc641db1243ce2916b9 Author: Translation commit bot Date: Thu Sep 27 20:17:34 2018 + Update translations for tor-browser-manual --- ka/ka.po | 10 ++ 1 file changed, 10 insertions(+) diff --git a/ka/ka.po b/ka/ka.po index edc5c3955..9aee58854 100644

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit 8ab7240da1d05dfee51f338ee12c5d4a2bcfff4e Author: Translation commit bot Date: Thu Sep 27 19:47:40 2018 + Update translations for tor-browser-manual --- ka/ka.po | 4 1 file changed, 4 insertions(+) diff --git a/ka/ka.po b/ka/ka.po index 40647696f..edc5c3955 100644 ---

[tor-commits] [doctor/master] Updating teor's address

2018-09-27 Thread atagar
commit 0fd680d304cf42bf2c4c688b89d60ff91a92dc55 Author: Damian Johnson Date: Thu Sep 27 11:32:06 2018 -0700 Updating teor's address Requested by teor on 8/21 (yeah, I'm really late in getting around to this). --- fallback_directories.py | 2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [translation/support-portal] Update translations for support-portal

2018-09-27 Thread translation
commit 5e8d6fd8cf8b5183092710283ce2a6a481ff4784 Author: Translation commit bot Date: Thu Sep 27 15:19:37 2018 + Update translations for support-portal --- contents+ko.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+ko.po b/contents+ko.po index

[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2018-09-27 Thread translation
commit 3bbbd182d0ca53a2ece9dd2faca6f98ccbcb01df Author: Translation commit bot Date: Thu Sep 27 09:47:28 2018 + Update translations for tor-browser-manual_completed --- el/el.po | 33 - 1 file changed, 16 insertions(+), 17 deletions(-) diff --git

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit 69431f6be7e93162d48862d154b03e77c02b562f Author: Translation commit bot Date: Thu Sep 27 09:47:23 2018 + Update translations for tor-browser-manual --- el/el.po | 33 - 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/el/el.po

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

2018-09-27 Thread translation
commit 22ea73103564beebb2dc12919d4d1ee8bb5ef4b9 Author: Translation commit bot Date: Thu Sep 27 09:45:53 2018 + Update translations for tails-misc --- el.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/el.po b/el.po index 6de7dccec..53d0f2ca1

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

2018-09-27 Thread translation
commit ebcf73db0aafc7b9b731f29c717f92d2f65cc0db Author: Translation commit bot Date: Thu Sep 27 09:45:57 2018 + Update translations for tails-misc_completed --- el.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/el.po b/el.po index

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

2018-09-27 Thread translation
commit 2253a81b6e962d90f037f3d4055a29677aa0ddc0 Author: Translation commit bot Date: Thu Sep 27 09:15:54 2018 + Update translations for tails-misc --- el.po | 110 +- 1 file changed, 55 insertions(+), 55 deletions(-)

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

2018-09-27 Thread translation
commit 806dd19f3f3214e43e6be4a139da5c80871531d9 Author: Translation commit bot Date: Thu Sep 27 09:15:59 2018 + Update translations for tails-misc_completed --- el.po | 110 +- 1 file changed, 55 insertions(+), 55

[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2018-09-27 Thread translation
commit 8f7ff17cc25eef7d35c8c03c9130528c59a33e24 Author: Translation commit bot Date: Thu Sep 27 08:46:25 2018 + Update translations for tails-openpgp-applet --- ar/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar/openpgp-applet.pot

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

2018-09-27 Thread translation
commit 7da46af2212858cbbe24afe82d7c37dc8b030c78 Author: Translation commit bot Date: Thu Sep 27 08:45:58 2018 + Update translations for tails-misc_completed --- el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index aab62adfe..d590edf28 100644

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

2018-09-27 Thread translation
commit 5eb0dad271d2681a001b62d60033b768cb048732 Author: Translation commit bot Date: Thu Sep 27 08:45:52 2018 + Update translations for tails-misc --- ar.po | 4 ++-- el.po | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ar.po b/ar.po index 8546d962c..25f89b400

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

2018-09-27 Thread translation
commit 89c988e2f9484726e6ced0079905858cee1b4e42 Author: Translation commit bot Date: Thu Sep 27 08:15:38 2018 + Update translations for liveusb-creator --- el/el.po | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/el/el.po

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

2018-09-27 Thread translation
commit 8e7a3db8ff1ff43f9934e00a301c119b1f57e00c Author: Translation commit bot Date: Thu Sep 27 08:15:44 2018 + Update translations for liveusb-creator_completed --- el/el.po | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-09-27 Thread translation
commit 816c40ac06537f36d82fbaf8cd421be8691d8df6 Author: Translation commit bot Date: Thu Sep 27 07:47:32 2018 + Update translations for tor-browser-manual --- zh_CN/zh_CN.po | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po

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

2018-09-27 Thread translation
commit 6bfbe973713a1e508bc1e6f3c58597a827835370 Author: Translation commit bot Date: Thu Sep 27 07:47:27 2018 + Update translations for torbirdy_completed --- el/torbirdy.dtd | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/el/torbirdy.dtd

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

2018-09-27 Thread translation
commit 48242eca64c14911be557623f89f21fad4bd0df8 Author: Translation commit bot Date: Thu Sep 27 07:47:20 2018 + Update translations for torbirdy --- el/torbirdy.dtd | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/el/torbirdy.dtd

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

2018-09-27 Thread translation
commit 641847a34f5de50b582013797a3ce6e5a4dbd255 Author: Translation commit bot Date: Thu Sep 27 07:46:47 2018 + Update translations for tails-persistence-setup --- el/el.po | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git

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

2018-09-27 Thread translation
commit 00db569db9f0cfb47e97b0552b54f7eab458cc59 Author: Translation commit bot Date: Thu Sep 27 07:46:52 2018 + Update translations for tails-persistence-setup_completed --- el/el.po | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git

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

2018-09-27 Thread translation
commit f4f23741ff50acf510230ed07ee8c7b68ca79a58 Author: Translation commit bot Date: Thu Sep 27 07:46:21 2018 + Update translations for tails-greeter-2 --- el/el.po | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/el/el.po

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

2018-09-27 Thread translation
commit c7bebbe0d03a73af2aa049a640414410b45fa7b9 Author: Translation commit bot Date: Thu Sep 27 07:46:26 2018 + Update translations for tails-greeter-2_completed --- el/el.po | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git

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

2018-09-27 Thread translation
commit de4ed0da6149e3b92f7fc92b998bcc51ce23a7db Author: Translation commit bot Date: Thu Sep 27 07:45:31 2018 + Update translations for https_everywhere --- zh_CN/https-everywhere.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2018-09-27 Thread translation
commit c63deb1ad200a62eafd9db6dc1d557cbf2558f82 Author: Translation commit bot Date: Thu Sep 27 07:45:37 2018 + Update translations for https_everywhere_completed --- zh_CN/https-everywhere.dtd | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

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

2018-09-27 Thread translation
commit e3a987c7ea4c2281a90a4d7ad5d744dd75e4649d Author: Translation commit bot Date: Thu Sep 27 07:45:24 2018 + Update translations for exoneratorproperties_completed --- el/exonerator.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2018-09-27 Thread translation
commit 343f23332a503982b14b9cc631b410d59d92ea3e Author: Translation commit bot Date: Thu Sep 27 07:45:19 2018 + Update translations for exoneratorproperties --- el/exonerator.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/exonerator.properties

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

2018-09-27 Thread translation
commit c258e9a8364e0ada197b914367d85e7bc4345d9e Author: Translation commit bot Date: Thu Sep 27 07:18:47 2018 + Update translations for tor-launcher-properties --- el/torlauncher.properties | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff

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

2018-09-27 Thread translation
commit 9358d673cdbae58e333951b58822a965abd97e9c Author: Translation commit bot Date: Thu Sep 27 07:18:52 2018 + Update translations for tor-launcher-properties_completed --- el/torlauncher.properties | 30 +++--- 1 file changed, 15 insertions(+), 15

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

2018-09-27 Thread translation
commit 68113d6ef88b72a0f4d2f6cd0ca097b49cba6d83 Author: Translation commit bot Date: Thu Sep 27 07:18:03 2018 + Update translations for torbutton-torbuttonproperties_completed --- el/torbutton.properties | 26 +- 1 file changed, 13 insertions(+), 13

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

2018-09-27 Thread translation
commit a61b092802b18a2cf1b919c68327e8925ad5c988 Author: Translation commit bot Date: Thu Sep 27 07:17:58 2018 + Update translations for torbutton-torbuttonproperties --- el/torbutton.properties | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff

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

2018-09-27 Thread translation
commit 23ccce1b80f12f647cdf0e94f6d942112a089b3f Author: Translation commit bot Date: Thu Sep 27 07:16:03 2018 + Update translations for tails-misc_completed --- el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index 00f098c92..aab62adfe 100644

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

2018-09-27 Thread translation
commit 0fb2c6301f5e8c4f11853513af38b975480e8677 Author: Translation commit bot Date: Thu Sep 27 07:16:08 2018 + Update translations for tails-iuk --- el.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/el.po b/el.po index c0108a277..1d14bf926 100644

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

2018-09-27 Thread translation
commit 9118ba7540c5e32f08577cbcb4cc42d2430913a8 Author: Translation commit bot Date: Thu Sep 27 07:16:26 2018 + Update translations for tails-greeter-2 --- el/el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/el.po b/el/el.po index ffd44f3c9..ab86db2da

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

2018-09-27 Thread translation
commit 19ef34e21de5990445ac8c69252c07d9da25e550 Author: Translation commit bot Date: Thu Sep 27 07:16:31 2018 + Update translations for tails-greeter-2_completed --- el/el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/el.po b/el/el.po index

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

2018-09-27 Thread translation
commit 60a66c6c4b10da66325b368ba47ee8bf768143e1 Author: Translation commit bot Date: Thu Sep 27 07:15:58 2018 + Update translations for tails-misc --- el.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el.po b/el.po index 00f098c92..aab62adfe 100644 --- a/el.po

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

2018-09-27 Thread translation
commit ca849c270f8eb8e9f245898c47817b8a1d812e5b Author: Translation commit bot Date: Thu Sep 27 07:16:12 2018 + Update translations for tails-iuk_completed --- el.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/el.po b/el.po index c0108a277..1d14bf926

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

2018-09-27 Thread translation
commit 185bbc9ea4b45a16af9752882051ff3865f79a13 Author: Translation commit bot Date: Thu Sep 27 07:15:19 2018 + Update translations for exoneratorproperties --- el/exonerator.properties | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

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

2018-09-27 Thread translation
commit 5d20a5b371daf662cc96e7637e592d9b0d623b55 Author: Translation commit bot Date: Thu Sep 27 07:15:24 2018 + Update translations for exoneratorproperties_completed --- el/exonerator.properties | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

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

2018-09-27 Thread translation
commit 40b33310bd54b21777b8f72f17b6be17c00e7de0 Author: Translation commit bot Date: Thu Sep 27 06:48:59 2018 + Update translations for whisperback_completed --- el/el.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/el/el.po b/el/el.po index

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

2018-09-27 Thread translation
commit a4daa110ef78323b120a0294caeb05dc8f379854 Author: Translation commit bot Date: Thu Sep 27 06:48:54 2018 + Update translations for whisperback --- el/el.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/el/el.po b/el/el.po index

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

2018-09-27 Thread translation
commit 96d1fc206df3de0f0d925bfffac43b1b2e28c874 Author: Translation commit bot Date: Thu Sep 27 06:47:58 2018 + Update translations for torbutton-torbuttondtd --- el/torbutton.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/el/torbutton.dtd

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

2018-09-27 Thread translation
commit 5e06c6d8046e494f2a50821bb626440a48511868 Author: Translation commit bot Date: Thu Sep 27 06:48:03 2018 + Update translations for torbutton-torbuttondtd_completed --- el/torbutton.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/el/torbutton.dtd

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

2018-09-27 Thread translation
commit 40f69b2a6eaccd8e71f3d420453396748e34b60c Author: Translation commit bot Date: Thu Sep 27 06:46:10 2018 + Update translations for tails-iuk_completed --- el.po | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/el.po b/el.po index

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

2018-09-27 Thread translation
commit 8ea097ddbc7a5b4f593ed2d840a0b783f3a71ee5 Author: Translation commit bot Date: Thu Sep 27 06:46:05 2018 + Update translations for tails-iuk --- el.po | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/el.po b/el.po index

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

2018-09-27 Thread translation
commit 85c55e484ace5ccf92354a5442bb4692639306eb Author: Translation commit bot Date: Thu Sep 27 06:45:53 2018 + Update translations for mat-gui_completed --- el.po | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/el.po b/el.po index

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

2018-09-27 Thread translation
commit f38ce067b9bd9976890a36ec73ebb6a695b6e449 Author: Translation commit bot Date: Thu Sep 27 06:45:47 2018 + Update translations for mat-gui --- el.po | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/el.po b/el.po index a2d21e509..405822be8 100644

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

2018-09-27 Thread translation
commit 7b57f650f007008b8b3b214a900464f87bf71096 Author: Translation commit bot Date: Thu Sep 27 06:17:57 2018 + Update translations for torbutton-torbuttondtd_completed --- el/torbutton.dtd | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

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

2018-09-27 Thread translation
commit 4de28ab68a08e0769c01b1e81443897818cac9a5 Author: Translation commit bot Date: Thu Sep 27 06:17:52 2018 + Update translations for torbutton-torbuttondtd --- el/torbutton.dtd | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/el/torbutton.dtd

[tor-commits] [translation/tails-openpgp-applet_completed] Update translations for tails-openpgp-applet_completed

2018-09-27 Thread translation
commit c347ca88d5f0fa64515840017c83190948b7d67f Author: Translation commit bot Date: Thu Sep 27 06:16:28 2018 + Update translations for tails-openpgp-applet_completed --- el/openpgp-applet.pot | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2018-09-27 Thread translation
commit 8c99972e2b53793a05c06bc5883c9b9d3fd48d53 Author: Translation commit bot Date: Thu Sep 27 06:16:22 2018 + Update translations for tails-openpgp-applet --- el/openpgp-applet.pot | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/el/openpgp-applet.pot