SetupWizardLibrary/navigationbar/res/values/strings.xml
Maurice Lam 3da01bb1e0 Move navigationbar to frameworks/opt
Move the navigationbar library project to frameworks/opt so that
Settings (which cannot depend on vendor/google) can use it directly.

Also renamed the package from
com.google.android.setupwizard.navigationbar to
com.android.setupwizard.navigationbar

Change-Id: Ifdc099b3d23b6f1cb35d040b4b6e4d42a5cbf6de
2014-06-04 13:35:09 -07:00

13 lines
487 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Button for going to the next screen or step [CHAR LIMIT=40] -->
<string name="setup_wizard_next_button_label">Next</string>
<!-- Button for going to the previous screen or step [CHAR LIMIT=40] -->
<string name="setup_wizard_back_button_label">Back</string>
<!-- Button for scrolling down to reveal more content [CHAR LIMIT=40] -->
<string name="setup_wizard_more_button_label">More</string>
</resources>