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

Unified Diff: libadblockplus-android-webviewapp/res/values/strings.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: supporting api 21 with referer and pre-21 with no referer Created Sept. 30, 2016, 1:28 p.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
Index: libadblockplus-android-webviewapp/res/values/strings.xml
diff --git a/libadblockplus-android-webviewapp/res/values/strings.xml b/libadblockplus-android-webviewapp/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4095911021df45b3c631dbd2e33fbf1f7430d5aa
--- /dev/null
+++ b/libadblockplus-android-webviewapp/res/values/strings.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">AdblockWebView App</string>
+
+ <string name="main_ok">OK</string>
+ <string name="main_prev">&lt;</string>
+ <string name="main_next">&gt;</string>
+ <string name="main_aa">Enable Acceptable Ads</string>
+</resources>

Powered by Google App Engine
This is Rietveld