diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index ca9b134794cb..6cc2d751923d 100755 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -343,6 +343,7 @@ releases=Veröffentlichungen file_raw=Roh file_history=Verlauf file_view_raw=Ansicht Roh +file_permalink=Permalink commits.commits=Commits commits.search=Durchsuche Commits diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 841e4201bd63..d7c4e0ec1ca1 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -343,6 +343,7 @@ releases = Releases file_raw = Raw file_history = History file_view_raw = View Raw +file_permalink = Permalink commits.commits = Commits commits.search = Search commits diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini index f947d4ef18b3..c200ef25753d 100755 --- a/conf/locale/locale_es-ES.ini +++ b/conf/locale/locale_es-ES.ini @@ -343,6 +343,7 @@ releases=Releases file_raw=Raw file_history=Histórico file_view_raw=Ver Raw +file_permalink=Permalink commits.commits=Commits commits.search=Buscar Commits diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini index 0a137c03557f..0a8c363f137c 100755 --- a/conf/locale/locale_fr-FR.ini +++ b/conf/locale/locale_fr-FR.ini @@ -343,6 +343,7 @@ releases=Publications file_raw=Raw file_history=Historique file_view_raw=Voir le Raw +file_permalink=Permalink commits.commits=Commissions commits.search=Rechercher des commissions diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 48ccd434da8b..ea50eb77944f 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -343,6 +343,7 @@ releases=リリース file_raw=生データ file_history=履歴 file_view_raw=生データを見る +file_permalink=Permalink commits.commits=コミット commits.search=コミットの検索 diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini index 93dad754225c..1e7da6c0743c 100755 --- a/conf/locale/locale_lv-LV.ini +++ b/conf/locale/locale_lv-LV.ini @@ -341,6 +341,7 @@ releases=Laidieni file_raw=Neapstrādāts file_history=Vēsture file_view_raw=Rādīt neapstrādātu +file_permalink=Permalink commits.commits=Revīzijas commits.search=Meklēt revīzijas diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 39db5db70123..cbc179717b4a 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 diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index f2119177f0a0..13429a50c50f 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 diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini index 8554068a1dee..f6df5a4431ad 100755 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -343,6 +343,7 @@ releases=Lançamentos file_raw=Cru file_history=Histórico file_view_raw=Ver cru +file_permalink=Permalink commits.commits=Commits commits.search=Pesquisar commits diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index 942c0013609a..ae0b7e09270c 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -343,6 +343,7 @@ releases=Релизы file_raw=Исходник file_history=История file_view_raw=Посмотреть исходник +file_permalink=Permalink commits.commits=Коммиты commits.search=Поиск коммитов diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 347e6976395a..da9435108e5a 100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -343,6 +343,7 @@ releases=版本发布 file_raw=原始文件 file_history=文件历史 file_view_raw=查看原始文件 +file_permalink=Permalink commits.commits=次代码提交 commits.search=搜索提交历史 diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index 92a391694649..660221091fcd 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -341,6 +341,7 @@ releases=版本發佈 file_raw=原始文件 file_history=文件歷史 file_view_raw=查看原始文件 +file_permalink=Permalink commits.commits=次代碼提交 commits.search=搜索提交歷史 diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index d33cc950236d..4d11170bd0cf 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -12,6 +12,11 @@ {{.FileName}}{{FileSize .FileSize}} {{end}} {{if not .ReadmeInList}} + {{if not .IsCommit}} + + + + {{end}}