First revision of the new browser provider.
This one has support for bookmarks sync,
has the bookmarks and history in separate
tables, and supports hierarchical bookmarks.
Compatibility with the old APIs is not yet complete.
The Bookmarks UI has been switched over to the
new provider. Creating bookmarks puts them
in the UIs root folder.
Change-Id: Ib21713ddd19f43d178d49dbac977f749e7103368
diff --git a/res/values/strings.xml b/res/values/strings.xml
index af0bbe9..52db4e0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -746,4 +746,7 @@
<string name="error_console_eval_text_hint" translatable="false">Evaluate JavaScript</string>
<string name="error_console_eval_button_text" translatable="false">Evaluate</string>
+ <!-- The default state to the "up to parent folder" button in the bookmarks UI. This
+ is displayed when the user is at the highest level and cannot go up -->
+ <string name="defaultBookmarksUpButton">Bookmarks</string>
</resources>