Bug 1608197 - Migrate createProfileWizard to Fluent, part 1.
new file mode 100644
--- /dev/null
+++ b/toolkit/toolkit/global/createProfileWizard.ftl
@@ -0,0 +1,20 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+
+## First wizard page
+
+create-profile-first-page-header =
+ { PLATFORM() ->
+ [macos] مقدّمة
+ *[other] مرحبًا في { create-profile-window.title }
+ }
+
+## Second wizard page
+
+create-profile-last-page-header =
+ { PLATFORM() ->
+ [macos] خاتمة
+ *[other] إكمال { create-profile-window.title }
+ }