diff options
author | Jakub Stasiak <jakub@stasiak.at> | 2015-05-14 00:14:24 +0200 |
---|---|---|
committer | Jakub Stasiak <jakub@stasiak.at> | 2015-07-13 21:52:48 +0200 |
commit | 562ad02a6da7323b3ec5e2b0259ee1f17935d5f6 (patch) | |
tree | 595ed1ee8902acbefa65098f9aec66c3827931dc /conf/locale/locale_nl-NL.ini | |
parent | ced212f8fa6e4761bca0c635240e8147ae427435 (diff) | |
download | gitea-562ad02a6da7323b3ec5e2b0259ee1f17935d5f6.tar.gz gitea-562ad02a6da7323b3ec5e2b0259ee1f17935d5f6.zip |
Add file permalink button
The button appears when a file is viewed in a branch or a tag. It points
to a URL containing the branch's (or tag's) current commit id so that
it'll always point to the same content.
Diffstat (limited to 'conf/locale/locale_nl-NL.ini')
-rwxr-xr-x | conf/locale/locale_nl-NL.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 5f39e42dca..483c35638c 100755 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -343,6 +343,7 @@ releases=Publicaties file_raw=Ruwe
file_history=Geschiedenis
file_view_raw=Weergave ruwe
+file_permalink=Permalink
commits.commits=Commits
commits.search=Zoeken
|