diff options
author | Parménides GV <parmegv@sdf.org> | 2013-02-07 21:25:58 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-02-07 21:25:58 +0100 |
commit | e3acc71aaedfcf97b2adee907b6587e3c1eadf48 (patch) | |
tree | 5beb3e7a546fcf17bef3a6e75efed20c5dcfab1d /res/values | |
parent | baaf0fec8894513768f0ba3406a9dfe2d7ad2775 (diff) |
Button not working from ConfigurationWizard.
Trying to test cancel button from created new dialog.
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1a453fa9..ca73c0da 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -261,5 +261,8 @@ <string name="eip_status">Status unknown</string> <string name="eip_type_active">EIP</string> <string name="title_activity_configuration_wizard">Configure LEAP</string> + <string name="new_provider_button">Add new Provider</string> + <string name="introduce_new_provider">Introduce new provider</string> + <string name="save">Save</string> </resources>
\ No newline at end of file |