1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 18:29:47 +02:00

Merge pull request #26 from vanitasvitae/feature_proxy

Feature: Allow configuring proxy server
This commit is contained in:
vanitasvitae 2016-06-16 21:10:13 +02:00 committed by GitHub
commit e48edbf652
9 changed files with 269 additions and 30 deletions

View file

@ -172,5 +172,10 @@ 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_link_address_copied">Linkadresse kopiert …</string>
<string name="share_dotdodot">Teilen…</string>
<string name="proxy_enabled">Aktiviert</string>
<string name="proxy_host">Host</string>
<string name="settings_proxy">Proxy</string>
<string name="proxy_port">Port</string>
<string name="toast_set_proxy_failed">Warnung: Proxy konnte nicht aktiviert werden…</string>
</resources>