diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-26 16:29:40 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-26 16:33:09 +0200 |
commit | 412f62919340e5df7505749927202bf6ea8b3785 (patch) | |
tree | a5453ff8d57c788e3626f4c6f3871bd3e9e43e80 /locale | |
parent | b55aeca25e70cf884c08afaa4b4d84d9ac772c35 (diff) | |
download | gitlab-ce-412f62919340e5df7505749927202bf6ea8b3785.tar.gz |
Externalize strings from `/app/views/snippets`
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index c29c25c917e..fecf78dc82f 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -158,6 +158,9 @@ msgstr "" msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc." msgstr "" +msgid "%{user_name} profile page" +msgstr "" + msgid "+ %{count} more" msgstr "" @@ -1082,6 +1085,9 @@ msgstr "" msgid "Business metrics (Custom)" msgstr "" +msgid "By %{user_name}" +msgstr "" + msgid "ByAuthor|by" msgstr "" @@ -2558,6 +2564,9 @@ msgstr "" msgid "Edit application" msgstr "" +msgid "Edit comment" +msgstr "" + msgid "Edit environment" msgstr "" @@ -3496,6 +3505,9 @@ msgstr "" msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" +msgid "Internal" +msgstr "" + msgid "Internal - The group and any internal projects can be viewed by any logged in user." msgstr "" @@ -4321,6 +4333,9 @@ msgstr "" msgid "Notes|Show history only" msgstr "" +msgid "Nothing here." +msgstr "" + msgid "Notification events" msgstr "" @@ -4779,6 +4794,9 @@ msgstr "" msgid "Prioritized label" msgstr "" +msgid "Private" +msgstr "" + msgid "Private - Project access must be granted explicitly to each user." msgstr "" @@ -5205,6 +5223,9 @@ msgstr "" msgid "Provider" msgstr "" +msgid "Public" +msgstr "" + msgid "Public - The group and any public projects can be viewed without any authentication." msgstr "" |