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_ru-RU.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_ru-RU.ini')
-rwxr-xr-x | conf/locale/locale_ru-RU.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index ac1e2c6a1c..66c5b6a4c2 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -341,6 +341,7 @@ releases=Релизы file_raw=Исходник
file_history=История
file_view_raw=Посмотреть исходник
+file_permalink=Permalink
commits.commits=Коммиты
commits.search=Поиск коммитов
|