Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/values/strings.xml

Issue 8483105: ABP/Android resources (Closed)
Patch Set: Created Oct. 5, 2012, 9:37 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « res/values/integers.xml ('k') | res/values/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/values/strings.xml
===================================================================
new file mode 100755
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="app_name">Adblock Plus</string>
+ <string name="crash_name">Crash occured</string>
+ <string name="configuration_name">Configuration information</string>
+
+ <string name="notif_wifi">Ads are blocked on WiFi connection</string>
+ <string name="notif_all">Ads are blocked on all connections</string>
+ <string name="notif_waiting">Waiting for traffic</string>
+ <string name="notif_notraffic">You probably need to adjust configuration</string>
+
+ <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>
+ <string name="crash_dialog_comment_prompt">You might add your comments about the problem below:</string>
+
+ <string name="msg_crash_submission_failure">Failed to submit crash report, will try again later.</string>
+ <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>
+ <string name="msg_notraffic">It seems that no traffic is passing through application.</string>
+ <string name="msg_configuration">Please make sure that proxy server \'localhost\' and proxy port \'%d\' are configured in your phone network settings.</string>
+ <string name="msg_badport">Bad port value</string>
+ <string name="msg_clipboard">Text has been copied to clipboard</string>
+ <string name="msg_update_available">New update available</string>
+ <string name="msg_update_missing">You are running the latest version</string>
+ <string name="msg_update_description">New update is available for download. Proceed?</string>
+ <string name="msg_update_downloading">Downloading update: %d%%</string>
+ <string name="msg_update_ready">Ready to install update</string>
+ <string name="msg_update_fail">Failed to check for updates, please try again later</string>
+
+ <string name="configuring_url">https://adblockplus.org/en/android-config</string>
+ <string name="configuring_proxy_url">https://adblockplus.org/en/android-config#proxy</string>
+
+ <string name="ok">OK</string>
+ <string name="cancel">Cancel</string>
+ <string name="error">Error</string>
+ <string name="about">About</string>
+ <string name="help">Help</string>
+ <string name="version">Version</string>
+ <string name="build">build#</string>
+ <string name="gotit">Got it</string>
+
+ <string name="synchronize_in_progress">downloading&#8230;</string>
+ <string name="synchronize_invalid_url">invalid url</string>
+ <string name="synchronize_connection_error">connection error</string>
+ <string name="synchronize_invalid_data">invalid data</string>
+ <string name="synchronize_checksum_mismatch">checksum mismatch</string>
+ <string name="synchronize_last_at">last update</string>
+ <string name="synchronize_never">not loaded</string>
+
+ <string name="pref_enabled_title">Enable filtering</string>
+ <string name="pref_enabled_summary_on">Adblock filtering is enabled</string>
+ <string name="pref_enabled_summary_off">Adblock filtering is disabled</string>
+ <string name="pref_startatboot_title">Start at boot</string>
+ <string name="pref_startatboot_summary_on">Adblock Plus will start in background automatically if it is enabled</string>
+ <string name="pref_startatboot_summary_off">Adblock Plus needs to be started manually after boot</string>
+ <string name="pref_subscription_title">Filter subscription</string>
+ <string name="pref_refresh_title">Subscription refresh</string>
+ <string name="pref_wifirefresh_title">Refresh over WiFi only</string>
+ <string name="pref_wifirefresh_summary_on">Automatic refreshes will be performed only over WiFi connections</string>
+ <string name="pref_wifirefresh_summary_off">Automatic refreshes will be performed over any connection</string>
+ <string name="pref_advanced_title">Advanced settings</string>
+ <string name="pref_proxy_title">Proxy</string>
+ <string name="pref_proxyhost_title">Host</string>
+ <string name="pref_proxyport_title">Port</string>
+ <string name="pref_proxyuser_title">User</string>
+ <string name="pref_proxypass_title">Password</string>
+ <string name="pref_support_title">Support</string>
+ <string name="pref_crashreport_title">Crash report</string>
+ <string name="pref_crashreport_summary_on">Application will generate report if crashed and will ask to send it on next start</string>
+ <string name="pref_crashreport_summary_off">Report will not be generated on application crash</string>
+ <string name="pref_checkupdate_title">Check for update</string>
+ <string name="pref_configuration_title">Show configuration</string>
+ <string name="menu_advanced">Advanced settings</string>
+
+</resources>
« no previous file with comments | « res/values/integers.xml ('k') | res/values/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld