]> source.dussan.org Git - gitea.git/commitdiff
templates/ng/base: change year to 2015, fix #928
authorUnknwon <joe2010xtmf@163.com>
Mon, 9 Feb 2015 16:04:17 +0000 (11:04 -0500)
committerUnknwon <joe2010xtmf@163.com>
Mon, 9 Feb 2015 16:04:17 +0000 (11:04 -0500)
- conf/locale: update Japanese locale

conf/locale/locale_ja-JP.ini
gogs.go
templates/.VERSION
templates/ng/base/footer.tmpl

index c8b70aa1cfbc6f7f808a9b67bb7edcff60a1ae1c..29ea94e4da3d65facd852c751497d74d547ec2ec 100755 (executable)
@@ -516,8 +516,8 @@ dashboard.git_gc_repos=リポジトリでのガベージコレクションを実
 dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。\r
 dashboard.resync_all_sshkeys='.ssh/ autorized_key' ファイルを再生成します。(警告:Gogsキー以外は失われます)\r
 dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。\r
-dashboard.resync_all_update_hooks=Rewrite all update hook of repositories (needed when custom config path is changed)\r
-dashboard.resync_all_update_hooks_success=All repositories' update hook have been rewritten successfully.\r
+dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要)\r
+dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。\r
 \r
 dashboard.server_uptime=サーバーの稼働時間\r
 dashboard.current_goroutine=現在のGoroutine\r
diff --git a/gogs.go b/gogs.go
index 6edf316f81fa70ea20c8a7cdd710ba2312f0670e..0990391714b408fed340c3011347cfae37fb1d4f 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -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())
index a896ddd3309329cc971e2dea561d441e4ed2fbf8..1f077fbfcc68e5b978c7ed89020a75af49fbdb9c 100644 (file)
@@ -1 +1 @@
-0.5.13.0208 Beta
\ No newline at end of file
+0.5.13.0209 Beta
\ No newline at end of file
index 734533a10876b99983f01c4fa0ac5f59e8a7f62c..e152a4ded177aa422e564a22a5991aa50c47cc36 100644 (file)
@@ -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">