From 401622cc229317bd218f070dd07a3bd8db582f16 Mon Sep 17 00:00:00 2001
From: Juan Linietsky
Date: Fri, 8 Jan 2016 13:36:44 -0300
Subject: -Removed ANT build system for Android, as it was deprecated by Google
-Added new Gradle build system, as it is the required build system
---
platform/android/java/res/values/strings.xml | 42 +++++++++++++++++++++++++++-
platform/android/java/res/values/styles.xml | 25 +++++++++++++++++
2 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 platform/android/java/res/values/styles.xml
(limited to 'platform/android/java/res/values')
diff --git a/platform/android/java/res/values/strings.xml b/platform/android/java/res/values/strings.xml
index 49ebcc06f..e1dbdfc06 100644
--- a/platform/android/java/res/values/strings.xml
+++ b/platform/android/java/res/values/strings.xml
@@ -14,4 +14,44 @@
Resume Download
Cancel
Cancel Verification
-
+
+
+
+
+ Download complete
+
+
+ Download unsuccessful
+
+
+ Starting..."
+ Waiting for download to start
+ Looking for resources to download
+ Connecting to the download server
+ Downloading resources
+ Download finished
+ Download paused because no network is available
+ Download paused. Test a website in browser
+ Download paused
+ Download paused because wifi is unavailable
+ Download paused because wifi is disabled
+ Download paused because you are roaming
+ Download paused because the external storage is unavailable
+ Download failed because you may not have purchased this app
+ Download failed because the resources could not be found
+ Download failed because the external storage is full
+ Download cancelled
+ Download failed
+
+ %1$s KB/s
+ Time remaining: %1$s
+ %1$s left
+
\ No newline at end of file
diff --git a/platform/android/java/res/values/styles.xml b/platform/android/java/res/values/styles.xml
new file mode 100644
index 000000000..a442f61e7
--- /dev/null
+++ b/platform/android/java/res/values/styles.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.3.1