467275: externalize CommonMark strings

Change-Id: I8a1d00d9298f97621277db8d87f249fef817a133
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=467275
diff --git a/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/MANIFEST.MF
index b30f65b..f58dbdc 100644
--- a/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: WikiText CommonMark Tests
+Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.wikitext.commonmark.tests
 Fragment-Host: org.eclipse.mylyn.wikitext.commonmark;bundle-version="2.5.0"
 Bundle-Version: 2.5.0.qualifier
@@ -18,3 +18,4 @@
  org.eclipse.mylyn.internal.wikitext.commonmark.inlines;x-internal:=true,
  org.eclipse.mylyn.internal.wikitext.commonmark.spec;x-internal:=true,
  org.eclipse.mylyn.wikitext.commonmark
+Bundle-Localization: META-INF/l10n/bundle
diff --git a/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/l10n/bundle.properties b/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/l10n/bundle.properties
new file mode 100644
index 0000000..654deb1
--- /dev/null
+++ b/org.eclipse.mylyn.wikitext.commonmark.tests/META-INF/l10n/bundle.properties
@@ -0,0 +1,2 @@
+#Properties file for org.eclipse.mylyn.wikitext.commonmark.tests
+Bundle-Name = WikiText CommonMark Tests
\ No newline at end of file
diff --git a/org.eclipse.mylyn.wikitext.commonmark.tests/build.properties b/org.eclipse.mylyn.wikitext.commonmark.tests/build.properties
index 1bc771e..9f11e51 100644
--- a/org.eclipse.mylyn.wikitext.commonmark.tests/build.properties
+++ b/org.eclipse.mylyn.wikitext.commonmark.tests/build.properties
@@ -12,4 +12,5 @@
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               about.html
+               about.html,\
+               META-INF/l10n/bundle.properties
diff --git a/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/MANIFEST.MF
index 016758f..4a213db 100644
--- a/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: WikiText CommonMark UI
+Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.wikitext.commonmark.ui;singleton:=true
 Bundle-Version: 2.5.0.qualifier
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %Bundle-Vendor
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Require-Bundle: org.eclipse.mylyn.wikitext.commonmark;bundle-version="2.5.0",
  org.eclipse.mylyn.wikitext.core;bundle-version="2.5.0",
  org.eclipse.mylyn.wikitext.ui;bundle-version="2.5.0"
+Bundle-Localization: META-INF/l10n/bundle
diff --git a/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/l10n/bundle.properties b/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/l10n/bundle.properties
new file mode 100644
index 0000000..1cfd517
--- /dev/null
+++ b/org.eclipse.mylyn.wikitext.commonmark.ui/META-INF/l10n/bundle.properties
@@ -0,0 +1,4 @@
+#Properties file for org.eclipse.mylyn.wikitext.commonmark.ui
+content-type.name = CommonMark
+Bundle-Vendor = Eclipse.org
+Bundle-Name = WikiText CommonMark UI
\ No newline at end of file
diff --git a/org.eclipse.mylyn.wikitext.commonmark.ui/build.properties b/org.eclipse.mylyn.wikitext.commonmark.ui/build.properties
index bdcc25a..a22fdfd 100644
--- a/org.eclipse.mylyn.wikitext.commonmark.ui/build.properties
+++ b/org.eclipse.mylyn.wikitext.commonmark.ui/build.properties
@@ -3,4 +3,5 @@
 bin.includes = META-INF/,\
                .,\
                about.html,\
-               plugin.xml
+               plugin.xml,\
+               META-INF/l10n/bundle.properties
diff --git a/org.eclipse.mylyn.wikitext.commonmark.ui/plugin.xml b/org.eclipse.mylyn.wikitext.commonmark.ui/plugin.xml
index faabfbb..98df006 100644
--- a/org.eclipse.mylyn.wikitext.commonmark.ui/plugin.xml
+++ b/org.eclipse.mylyn.wikitext.commonmark.ui/plugin.xml
@@ -17,7 +17,7 @@
             default-charset="utf-8"
             file-extensions="cm,md,markdown"
             id="org.eclipse.mylyn.wikitext.commonmark"
-            name="CommonMark"
+            name="%content-type.name"
             priority="normal">
       </content-type>
    </extension>
diff --git a/org.eclipse.mylyn.wikitext.commonmark/META-INF/MANIFEST.MF b/org.eclipse.mylyn.wikitext.commonmark/META-INF/MANIFEST.MF
index e49808f..9cf5480 100644
--- a/org.eclipse.mylyn.wikitext.commonmark/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.wikitext.commonmark/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: WikiText CommonMark
+Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.wikitext.commonmark
 Bundle-Version: 2.5.0.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
@@ -11,4 +11,5 @@
  org.eclipse.mylyn.internal.wikitext.commonmark.inlines;x-internal:=true,
  org.eclipse.mylyn.wikitext.commonmark,
  services
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %Bundle-Vendor
+Bundle-Localization: META-INF/l10n/bundle
diff --git a/org.eclipse.mylyn.wikitext.commonmark/META-INF/l10n/bundle.properties b/org.eclipse.mylyn.wikitext.commonmark/META-INF/l10n/bundle.properties
new file mode 100644
index 0000000..e785bd2
--- /dev/null
+++ b/org.eclipse.mylyn.wikitext.commonmark/META-INF/l10n/bundle.properties
@@ -0,0 +1,3 @@
+#Properties file for org.eclipse.mylyn.wikitext.commonmark
+Bundle-Vendor = Eclipse.org
+Bundle-Name = WikiText CommonMark
\ No newline at end of file
diff --git a/org.eclipse.mylyn.wikitext.commonmark/build.properties b/org.eclipse.mylyn.wikitext.commonmark/build.properties
index 1bc771e..9f11e51 100644
--- a/org.eclipse.mylyn.wikitext.commonmark/build.properties
+++ b/org.eclipse.mylyn.wikitext.commonmark/build.properties
@@ -12,4 +12,5 @@
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               about.html
+               about.html,\
+               META-INF/l10n/bundle.properties