diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..feca861
Binary files /dev/null and b/.DS_Store differ
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..659bf43
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
new file mode 100644
index 0000000..213e9f6
--- /dev/null
+++ b/.idea/gradle.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..4c8540a
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000..fdc392f
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..b79914a
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index fdddb29..0000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,24 +0,0 @@
-This is free and unencumbered software released into the public domain.
-
-Anyone is free to copy, modify, publish, use, compile, sell, or
-distribute this software, either in source code form or as a compiled
-binary, for any purpose, commercial or non-commercial, and by any
-means.
-
-In jurisdictions that recognize copyright laws, the author or authors
-of this software dedicate any and all copyright interest in the
-software to the public domain. We make this dedication for the benefit
-of the public at large and to the detriment of our heirs and
-successors. We intend this dedication to be an overt act of
-relinquishment in perpetuity of all present and future rights to this
-software under copyright law.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-For more information, please refer to
diff --git a/README.md b/README.md
deleted file mode 100644
index 6cfb2fb..0000000
--- a/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-
TaskTimer
-
-
-
-
-
-
-
-
-
An accurate timer utility for running tasks/commands on the given interval Hours, Minutes, Seconds.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/java/resources/bundles/TaskTimer_ar_SA.properties b/src/main/java/resources/bundles/TaskTimer_ar_SA.properties
new file mode 100644
index 0000000..ad19cf2
--- /dev/null
+++ b/src/main/java/resources/bundles/TaskTimer_ar_SA.properties
@@ -0,0 +1,13 @@
+Hibernate=إسبات
+Restart=إعادة تشغيل
+ShutDown=إيقاف تشغيل
+Sleep=سكون
+Hours=ساعات
+Seconds=ثواني
+Minutes=دقائق
+Start=البدء
+tskLbl=ادخل الوقت للمهمة
+tskShutDownLbl=أدخل الوقت المراد ل إيقاف التشغيل
+tskRestartLbl=أدخل الوقت المراد ل إعادة التشغيل
+tskHibernateLbl=أدخل الوقت المراد للإسبات
+tskSleepLbl=أدخل الوقت المراد للسكون
\ No newline at end of file
diff --git a/src/main/java/resources/bundles/TaskTimer_en_US.properties b/src/main/java/resources/bundles/TaskTimer_en_US.properties
new file mode 100644
index 0000000..e0f36d5
--- /dev/null
+++ b/src/main/java/resources/bundles/TaskTimer_en_US.properties
@@ -0,0 +1,13 @@
+Hibernate=Hibernate
+Restart=Restart
+ShutDown=ShutDown
+Sleep=Sleep
+Hours=Hours
+Seconds=Seconds
+Minutes=Minutes
+Start=Start
+tskLbl=Enter Time to Task
+tskShutDownLbl=Enter Time to ShutDown
+tskRestartLbl=Enter Time to Restart
+tskHibernateLbl=Enter Time to Hibernate
+tskSleepLbl=Enter Time to Sleep