OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <resources> |
| 3 |
| 4 <string name="app_name">Adblock Plus</string> |
| 5 <string name="crash_name">Crash occured</string> |
| 6 <string name="configuration_name">Configuration information</string> |
| 7 |
| 8 <string name="notif_wifi">Ads are blocked on WiFi connection</string> |
| 9 <string name="notif_all">Ads are blocked on all connections</string> |
| 10 <string name="notif_waiting">Waiting for traffic</string> |
| 11 <string name="notif_notraffic">You probably need to adjust configuration</stri
ng> |
| 12 |
| 13 <string name="crash_dialog_text">It seems that application encounted a problem
and was forcefully stopped on previous launch. You can help us fix this if you
send us error report by clicking \'OK\'.</string> |
| 14 <string name="crash_dialog_comment_prompt">You might add your comments about t
he problem below:</string> |
| 15 |
| 16 <string name="msg_crash_submission_failure">Failed to submit crash report, wil
l try again later.</string> |
| 17 <string name="msg_subscription_offer">We have selected a suitable subscription
for you: \'%s\'. You can change it at any time in application settings.</string
> |
| 18 <string name="msg_notraffic">It seems that no traffic is passing through appli
cation.</string> |
| 19 <string name="msg_configuration">Please make sure that proxy server \'localhos
t\' and proxy port \'%d\' are configured in your phone network settings.</string
> |
| 20 <string name="msg_badport">Bad port value</string> |
| 21 <string name="msg_clipboard">Text has been copied to clipboard</string> |
| 22 <string name="msg_update_available">New update available</string> |
| 23 <string name="msg_update_missing">You are running the latest version</string> |
| 24 <string name="msg_update_description">New update is available for download. Pr
oceed?</string> |
| 25 <string name="msg_update_downloading">Downloading update: %d%%</string> |
| 26 <string name="msg_update_ready">Ready to install update</string> |
| 27 <string name="msg_update_fail">Failed to check for updates, please try again l
ater</string> |
| 28 |
| 29 <string name="configuring_url">https://adblockplus.org/en/android-config</stri
ng> |
| 30 <string name="configuring_proxy_url">https://adblockplus.org/en/android-config
#proxy</string> |
| 31 |
| 32 <string name="ok">OK</string> |
| 33 <string name="cancel">Cancel</string> |
| 34 <string name="error">Error</string> |
| 35 <string name="about">About</string> |
| 36 <string name="help">Help</string> |
| 37 <string name="version">Version</string> |
| 38 <string name="build">build#</string> |
| 39 <string name="gotit">Got it</string> |
| 40 |
| 41 <string name="synchronize_in_progress">downloading…</string> |
| 42 <string name="synchronize_invalid_url">invalid url</string> |
| 43 <string name="synchronize_connection_error">connection error</string> |
| 44 <string name="synchronize_invalid_data">invalid data</string> |
| 45 <string name="synchronize_checksum_mismatch">checksum mismatch</string> |
| 46 <string name="synchronize_last_at">last update</string> |
| 47 <string name="synchronize_never">not loaded</string> |
| 48 |
| 49 <string name="pref_enabled_title">Enable filtering</string> |
| 50 <string name="pref_enabled_summary_on">Adblock filtering is enabled</string> |
| 51 <string name="pref_enabled_summary_off">Adblock filtering is disabled</string> |
| 52 <string name="pref_startatboot_title">Start at boot</string> |
| 53 <string name="pref_startatboot_summary_on">Adblock Plus will start in backgrou
nd automatically if it is enabled</string> |
| 54 <string name="pref_startatboot_summary_off">Adblock Plus needs to be started m
anually after boot</string> |
| 55 <string name="pref_subscription_title">Filter subscription</string> |
| 56 <string name="pref_refresh_title">Subscription refresh</string> |
| 57 <string name="pref_wifirefresh_title">Refresh over WiFi only</string> |
| 58 <string name="pref_wifirefresh_summary_on">Automatic refreshes will be perform
ed only over WiFi connections</string> |
| 59 <string name="pref_wifirefresh_summary_off">Automatic refreshes will be perfor
med over any connection</string> |
| 60 <string name="pref_advanced_title">Advanced settings</string> |
| 61 <string name="pref_proxy_title">Proxy</string> |
| 62 <string name="pref_proxyhost_title">Host</string> |
| 63 <string name="pref_proxyport_title">Port</string> |
| 64 <string name="pref_proxyuser_title">User</string> |
| 65 <string name="pref_proxypass_title">Password</string> |
| 66 <string name="pref_support_title">Support</string> |
| 67 <string name="pref_crashreport_title">Crash report</string> |
| 68 <string name="pref_crashreport_summary_on">Application will generate report if
crashed and will ask to send it on next start</string> |
| 69 <string name="pref_crashreport_summary_off">Report will not be generated on ap
plication crash</string> |
| 70 <string name="pref_checkupdate_title">Check for update</string> |
| 71 <string name="pref_configuration_title">Show configuration</string> |
| 72 <string name="menu_advanced">Advanced settings</string> |
| 73 |
| 74 </resources> |
OLD | NEW |