From 8b111e0799432fc5a6ead191e1029cc1446a8c91 Mon Sep 17 00:00:00 2001 From: Fil Date: Mon, 6 Mar 2017 22:37:59 +0100 Subject: Commit initial project --- project/res/values/colors.xml | 7 ++++++ project/res/values/strings.xml | 25 ++++++++++++++++++++++ .../res/values/strings_activity_input_password.xml | 17 +++++++++++++++ project/res/values/styles.xml | 21 ++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 project/res/values/colors.xml create mode 100644 project/res/values/strings.xml create mode 100644 project/res/values/strings_activity_input_password.xml create mode 100644 project/res/values/styles.xml (limited to 'project/res/values') diff --git a/project/res/values/colors.xml b/project/res/values/colors.xml new file mode 100644 index 0000000..22767c8 --- /dev/null +++ b/project/res/values/colors.xml @@ -0,0 +1,7 @@ + + + #FFA500 + #5F021F + #000000 + #FFFFFF + \ No newline at end of file diff --git a/project/res/values/strings.xml b/project/res/values/strings.xml new file mode 100644 index 0000000..00168b5 --- /dev/null +++ b/project/res/values/strings.xml @@ -0,0 +1,25 @@ + + + + RepWifi App + Info and Credits + Scan for Networks + Select Network + Repeat Scan + Next > + Insert a Password to connect to: + Show password + ConnectActivity + Hello world! + Connection status + Back to main + Disconnect + Force Disconnection + LongTaskActivity + ManageNetworksActivity + Delete network info + Manage Networks + Credits + Copyright 2017 Filippo \"Fil\" Bergamo<br/><br/>This app is Free Software.<br/>It\'s licensed under the terms of <a href="https://www.gnu.org/licenses/gpl.txt">GPL v3</a><br/><br/>This app is developed as a contribution to <br/><a href="http://www.replicant.us">The Replicant Project</a><br/><br/><b><u><big>Thank GNUs:</big></u></b><br/><br/><b>Tibi \"tct\" Turbureanu</b><br/>for having done the initial job of porting libre WiFi to Replicant 4.2.<br/><br/><b>Wolfgang Wiedmeyer</b><br/>for porting libre WiFi to Replicant 6.0 and for helping with the scripts.<br/><br/>To report on bugs, request features, or any help request, please refer to:<br/><a href="http://redmine.replicant.us/projects/replicant/boards">Replicant\'s Forum</a><br/> + + \ No newline at end of file diff --git a/project/res/values/strings_activity_input_password.xml b/project/res/values/strings_activity_input_password.xml new file mode 100644 index 0000000..4770a51 --- /dev/null +++ b/project/res/values/strings_activity_input_password.xml @@ -0,0 +1,17 @@ + + + Insert passwrod for network + + + Email + Password + Sign in or register + Sign in + Recover lost password + Signing in… + This email address is invalid + This password is too short + This password is incorrect + This field is required + + \ No newline at end of file diff --git a/project/res/values/styles.xml b/project/res/values/styles.xml new file mode 100644 index 0000000..c414ecc --- /dev/null +++ b/project/res/values/styles.xml @@ -0,0 +1,21 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.1