diff options
| author | Martin Hanzel <mhanzel@gitlab.com> | 2019-07-26 07:18:15 +0000 |
|---|---|---|
| committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-07-26 07:18:15 +0000 |
| commit | c111d121d6faedfe3f38af1780e16ab056048e30 (patch) | |
| tree | d7ae3d46966cfa5a499bb3a8532334bad11c0b94 /locale | |
| parent | 96ae5bd83da31350e9856a290127d7aa1469710a (diff) | |
| download | gitlab-ce-c111d121d6faedfe3f38af1780e16ab056048e30.tar.gz | |
Add UndoStack class - a custom undo/redo engine
It will be hooked up to the markdown editor later
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/gitlab.pot | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index ed71a4b42d9..114d245b688 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -3941,6 +3941,12 @@ msgstr "" msgid "Edit public deploy key" msgstr "" +msgid "Editor|%{mdLinkStart}Markdown is supported%{mdLinkEnd}" +msgstr "" + +msgid "Editor|%{mdLinkStart}Markdown%{mdLinkEnd} and %{actionsLinkStart}quick actions%{actionsLinkEnd} are supported" +msgstr "" + msgid "Email" msgstr "" @@ -6382,18 +6388,12 @@ msgstr "" msgid "Mark to do as done" msgstr "" -msgid "Markdown" -msgstr "" - msgid "Markdown Help" msgstr "" msgid "Markdown enabled" msgstr "" -msgid "Markdown is supported" -msgstr "" - msgid "Marks this issue as a duplicate of %{duplicate_reference}." msgstr "" @@ -13314,9 +13314,6 @@ msgstr "" msgid "project avatar" msgstr "" -msgid "quick actions" -msgstr "" - msgid "register" msgstr "" |
