I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
strings.xml 5.6 KiB
Newer Older
  • Learn to ignore specific revisions
  • zzz's avatar
    zzz committed
    <?xml version="1.0" encoding="utf-8"?>
    <resources>
    
    zzz's avatar
    zzz committed
        <string name="app_name">I2P</string>
    
        <string name="desc_i2p_logo">I2P logo</string>
    
    zzz's avatar
    zzz committed
        <string name="welcome_new_install">Welcome to I2P! This app is ALPHA software and it does not provide strong anonymity. Please read the release notes and license information.</string>
        <string name="welcome_new_version">New version installed. Please read the release notes. Version:</string>
    
    str4d's avatar
    str4d committed
        <string name="label_home">I2P Home</string>
        <string name="label_statistics">Statistics</string>
        <string name="label_main_controls">Main Controls</string>
        <string name="label_tools">I2P Tools</string>
        <string name="label_addressbook">Addressbook</string>
    
        <string name="label_i2ptunnel">I2PTunnel</string>
    
    str4d's avatar
    str4d committed
        <string name="label_i2ptunnel_client">Client tunnels</string>
        <string name="label_i2ptunnel_server">Server tunnels</string>
    
    str4d's avatar
    str4d committed
        <string name="label_logs">Logs</string>
        <string name="label_error_logs">Error Logs</string>
        <string name="label_info_and_pages">Information and pages</string>
        <string name="label_welcome_page">Welcome Page</string>
        <string name="label_news">News</string>
    
    str4d's avatar
    str4d committed
        <string name="label_news_status">Latest I2P News</string>
        <string name="label_peers_status">Peers</string>
        <string name="label_release_notes">Release Notes</string>
    
    str4d's avatar
    str4d committed
        <string name="label_licenses">Licenses</string>
        <string name="label_nonanon_info">Non Anonymous Information</string>
        <string name="label_website_nonanon">Web Site (non-anon)</string>
        <string name="label_faq_nonanon">FAQ (non-anon)</string>
    
    str4d's avatar
    str4d committed
    
    
        <string name="drawer_open">Open nav</string>
        <string name="drawer_close">Close nav</string>
    
        <string name="action_search">Search</string>
    
        <string name="action_add">Add</string>
    
    str4d's avatar
    str4d committed
        <string name="action_router_start">Start Router</string>
        <string name="action_router_stop">Stop Router</string>
        <string name="action_reload">Reload</string>
    
        <string name="hint_search_addressbook">Search addressbook</string>
    
        <string name="menu_settings">Settings</string>
    
        <string name="settings_enable">Enable</string>
        <string name="settings_label_subscriptions">I2P Addressbook</string>
        <string name="settings_desc_subscriptions">Subscription URLs</string>
        <string name="settings_label_bandwidth">Bandwidth and network</string>
        <string name="settings_label_bw_inbound">Inbound speed</string>
        <string name="settings_desc_bw_inbound">Maximum inbound speed</string>
        <string name="settings_label_bw_outbound">Outbound speed</string>
        <string name="settings_desc_bw_outbound">Maximum outbound speed</string>
        <string name="settings_label_hiddenMode">Participation</string>
        <string name="settings_desc_hiddenMode">Turn off hidden mode</string>
        <string name="settings_label_maxPartTunnels">Max participating tunnels</string>
    
    str4d's avatar
    str4d committed
        <string name="settings_desc_maxPartTunnels">Maximum tunnels to participate in (default=20)</string>
        <string name="settings_dialog_maxPartTunnels">Maximum tunnels to participate in</string>
    
        <string name="settings_label_sharePercent">Share percentage</string>
    
    str4d's avatar
    str4d committed
        <string name="settings_desc_sharePercent">Percentage of bandwidth to share (default=80)</string>
        <string name="settings_dialog_sharePercent">Percentage of bandwidth to share</string>
    
        <string name="settings_desc_upnp">Open firewall ports automatically</string>
        <string name="settings_label_advanced">Advanced</string>
        <string name="settings_label_transports">Transports</string>
        <string name="settings_label_maxConns">Max connections</string>
        <string name="settings_label_i2cp">I2CP interface</string>
        <string name="settings_desc_i2cp">Listen on port 7654</string>
        <string name="settings_label_exploratory_pool">Exploratory pool</string>
        <string name="settings_desc_exploratory_pool">Tunnel parameters</string>
        <string name="settings_label_expl_inbound">Inbound tunnels</string>
        <string name="settings_label_expl_outbound">Outbound tunnels</string>
        <string name="settings_label_expl_length">Length</string>
        <string name="settings_desc_expl_length">How many hops to use</string>
        <string name="settings_label_expl_lengthVariance">Hop variance</string>
        <string name="settings_desc_expl_lengthVariance">How many hops to randomly add</string>
        <string name="settings_label_expl_quantity">Quantity</string>
        <string name="settings_desc_expl_quantity">How many tunnels</string>
        <string name="settings_label_expl_backupQuantity">Backup quantity</string>
        <string name="settings_desc_expl_backupQuantity">How many tunnel backups</string>
    
        <string name="menu_help">Help</string>
    
    
        <string name="i2ptunnel_type_client">Standard client</string>
        <string name="i2ptunnel_type_httpclient">HTTP client</string>
        <string name="i2ptunnel_type_ircclient">IRC client</string>
        <string name="i2ptunnel_type_server">Standard server</string>
        <string name="i2ptunnel_type_httpserver">HTTP server</string>
        <string name="i2ptunnel_type_sockstunnel">SOCKS 4/4a/5 proxy</string>
        <string name="i2ptunnel_type_socksirctunnel">SOCKS IRC proxy</string>
        <string name="i2ptunnel_type_connectclient">CONNECT/SSL/HTTPS proxy</string>
        <string name="i2ptunnel_type_ircserver">IRC server</string>
        <string name="i2ptunnel_type_streamrclient">Streamr client</string>
        <string name="i2ptunnel_type_streamrserver">Streamr server</string>
        <string name="i2ptunnel_type_httpbidirserver">HTTP bidir</string>
    
        <string name="i2ptunnel_not_initialized">Tunnels are not initialized yet, please reload in two minutes.</string>
    
        <string name="i2ptunnel_new_tunnel">New Tunnel</string>