ui: improve welcome wizard

- add more options to share ringID
- better animation during account creation
- 'OK' button becomes 'Next'
- allow user to create an account with 'Unknown' name
- enable notifications by default

Tuleap: #366
Change-Id: Iada3d83aa94313a0082363808c5eeb79a5e5f394
diff --git a/ui/Base.lproj/Localizable.strings b/ui/Base.lproj/Localizable.strings
index a2ecc59..afe7881 100644
--- a/ui/Base.lproj/Localizable.strings
+++ b/ui/Base.lproj/Localizable.strings
@@ -28,6 +28,9 @@
 /* Contextual menu entry */
 "Choose file" = "Choose file";
 
+/* Continue button */
+"Continue" = "Continue";
+
 /* No comment provided by engineer. */
 "Copy" = "Copy";
 
@@ -43,6 +46,15 @@
 /* Message from {Name} */
 "Message from %@" = "Message from %@";
 
+/* Button label */
+"Pause" = "Pause";
+
+/* Button label */
+"Play" = "Play";
+
+/* Button Action */
+"Refuse" = "Refuse";
+
 /* Contextual menu entry */
 "Remove value" = "Remove value";
 
@@ -55,12 +67,12 @@
 /* No comment provided by engineer. */
 "Share" = "Share";
 
-/* Share button */
-"Share by mail" = "Share by mail";
-
 /* No comment provided by engineer. */
 "Text Actions" = "Text Actions";
 
 /* Indication to user */
 "This is your number, share it with your friends!" = "This is your number, share it with your friends!";
 
+/* Name used when user leave field empty */
+"Unknown" = "Unknown";
+