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_pl-PL.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_pl-PL.ini')
-rwxr-xr-x | conf/locale/locale_pl-PL.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index e8a4a29d27..bb3bc5ca95 100755 --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -343,6 +343,7 @@ releases=Wydania file_raw=Czysty
file_history=Historia
file_view_raw=Zobacz czysty
+file_permalink=Permalink
commits.commits=Commity
commits.search=Przeszukaj commity
|