mirror of
https://github.com/gsantner/dandelion
synced 2024-11-24 21:32:07 +01:00
Added german strings and reload webview after setting proxy
This commit is contained in:
parent
fa2aaeb4fd
commit
8ebb8b18fb
3 changed files with 11 additions and 0 deletions
|
@ -982,6 +982,7 @@ public class MainActivity extends AppCompatActivity
|
||||||
OrbotStatusReceiver.resetProxy(MainActivity.this.getApplicationContext());
|
OrbotStatusReceiver.resetProxy(MainActivity.this.getApplicationContext());
|
||||||
} else {
|
} else {
|
||||||
OrbotHelper.requestStartTor(MainActivity.this);
|
OrbotHelper.requestStartTor(MainActivity.this);
|
||||||
|
webView.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@ import com.github.dfa.diaspora_android.util.OrbotStatusReceiver;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
|
import info.guardianproject.netcipher.NetCipher;
|
||||||
import info.guardianproject.netcipher.proxy.OrbotHelper;
|
import info.guardianproject.netcipher.proxy.OrbotHelper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -166,5 +166,14 @@ along with this program. If not, see http://www.gnu.org/licenses.<br> <br
|
||||||
<string name="toast_saved_image_to_location">Speichere Bild als</string>
|
<string name="toast_saved_image_to_location">Speichere Bild als</string>
|
||||||
<string name="toast_link_address_copied">Linkadresse kopiert …</string>
|
<string name="toast_link_address_copied">Linkadresse kopiert …</string>
|
||||||
<string name="share_dotdodot">Teilen…</string>
|
<string name="share_dotdodot">Teilen…</string>
|
||||||
|
<string name="download_orbot_from_fdroid">Möchten Sie Orbot nun von f-droid.org herunterladen?</string>
|
||||||
|
<string name="get_orbot_from_fdroid">Möchten Sie Orbot nun über F-Droid installieren?</string>
|
||||||
|
<string name="install_orbot_">Orbot installieren?</string>
|
||||||
|
<string name="orbot_doesn_t_appear_to_be_running_would_you_like_to_start_it_up_and_connect_to_tor_">Orbot scheint nicht aktiv zu sein. Möchten Sie es nun starten um sich mit dem Tor-Netzwerk zu verbinden?</string>
|
||||||
|
<string name="orbot_proxy_disabled">Orbot-Proxy: Deaktiviert</string>
|
||||||
|
<string name="orbot_proxy_enabled">Orbot-Proxy: Aktiviert</string>
|
||||||
|
<string name="orbot_starts_disabled_message">Orbot scheint Hintergrund-Starts deaktiviert zu haben. Möchten Sie Orbot jetzt öffnen?</string>
|
||||||
|
<string name="start_orbot_">Orbot starten?</string>
|
||||||
|
<string name="you_must_have_orbot">Um das Tor-Netzwerk als Proxy nutzen zu können, müssen Sie Orbot installieren.</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue