diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2019-01-25 14:05:19 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2019-02-18 13:50:43 +0200 |
commit | 2998d420e4d781ac7b54c6d5f6efb595d58aa56d (patch) | |
tree | f6738f1f13ceaa75179f141588a2f7730e4657d0 /locale | |
parent | 1d229689588e0e22b5cee57f6c8d2ddcc7f0822b (diff) | |
download | gitlab-ce-2998d420e4d781ac7b54c6d5f6efb595d58aa56d.tar.gz |
Externalize strings from `/app/views/projects/commit`
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 29d3c463fe4..3c739759979 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -117,6 +117,9 @@ msgstr "" msgid "%{issuableType} will be removed! Are you sure?" msgstr "" +msgid "%{label_for_message} unavailable" +msgstr "" + msgid "%{link_start}Read more%{link_end} about role permissions" msgstr "" @@ -1323,6 +1326,9 @@ msgstr "" msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes." msgstr "" +msgid "Changes" +msgstr "" + msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision." msgstr "" @@ -3483,9 +3489,15 @@ msgstr "" msgid "From the Kubernetes cluster details view, install Runner from the applications list" msgstr "" +msgid "GPG Key ID:" +msgstr "" + msgid "GPG Keys" msgstr "" +msgid "GPG signature (loading...)" +msgstr "" + msgid "General" msgstr "" @@ -4324,6 +4336,9 @@ msgstr "" msgid "Learn more about protected branches" msgstr "" +msgid "Learn more about signing commits" +msgstr "" + msgid "Learn more in the" msgstr "" @@ -5842,6 +5857,9 @@ msgstr "" msgid "Project export started. A download link will be sent by email." msgstr "" +msgid "Project has too many %{label_for_message} to search" +msgstr "" + msgid "Project members" msgstr "" @@ -7381,6 +7399,21 @@ msgstr "" msgid "This branch has changed since you started editing. Would you like to create a new branch?" msgstr "" +msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request." +msgstr "" + +msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user." +msgstr "" + +msgid "This commit was signed with a different user's verified signature." +msgstr "" + +msgid "This commit was signed with a verified signature, but the committer email is <strong>not verified</strong> to belong to the same user." +msgstr "" + +msgid "This commit was signed with an <strong>unverified</strong> signature." +msgstr "" + msgid "This container registry has been scheduled for deletion." msgstr "" @@ -8636,6 +8669,9 @@ msgstr "" msgid "attach a new file" msgstr "" +msgid "authored" +msgstr "" + msgid "branch name" msgstr "" |