Skip to content

Commit

Permalink
templates/ng/base: change year to 2015, fix #928
Browse files Browse the repository at this point in the history
- conf/locale: update Japanese locale
  • Loading branch information
unknwon committed Feb 9, 2015
1 parent b61ef40 commit 7d3932b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conf/locale/locale_ja-JP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ dashboard.git_gc_repos=リポジトリでのガベージコレクションを実
dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。
dashboard.resync_all_sshkeys='.ssh/ autorized_key' ファイルを再生成します。(警告:Gogsキー以外は失われます)
dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。
dashboard.resync_all_update_hooks=Rewrite all update hook of repositories (needed when custom config path is changed)
dashboard.resync_all_update_hooks_success=All repositories' update hook have been rewritten successfully.
dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要)
dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。

dashboard.server_uptime=サーバーの稼働時間
dashboard.current_goroutine=現在のGoroutine
Expand Down
2 changes: 1 addition & 1 deletion gogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)

const APP_VER = "0.5.13.0208 Beta"
const APP_VER = "0.5.13.0209 Beta"

func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
Expand Down
2 changes: 1 addition & 1 deletion templates/.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.13.0208 Beta
0.5.13.0209 Beta
2 changes: 1 addition & 1 deletion templates/ng/base/footer.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
</div>
<footer id="footer">
<div class="container clear">
<p class="left" id="footer-rights">© 2014 GoGits · {{.i18n.Tr "version"}}: {{AppVer}} · {{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> ·
<p class="left" id="footer-rights">© 2015 GoGits · {{.i18n.Tr "version"}}: {{AppVer}} · {{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> ·
{{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong></p>

<div class="right" id="footer-links">
Expand Down

0 comments on commit 7d3932b

Please sign in to comment.