diff options
author | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
---|---|---|
committer | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
commit | d304a237870d391db057b14b6df4224c172c205b (patch) | |
tree | ea43269c04777cd575d487d989809dba5c3ecd6a /templates | |
parent | 5fdfc2e223a6b3ba381f2261e373120ac02b7ef5 (diff) | |
download | gitea-d304a237870d391db057b14b6df4224c172c205b.tar.gz gitea-d304a237870d391db057b14b6df4224c172c205b.zip |
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/home.tmpl | 2 | ||||
-rw-r--r-- | templates/install.tmpl | 4 | ||||
-rw-r--r-- | templates/mail/auth/active_email.tmpl | 6 | ||||
-rw-r--r-- | templates/mail/auth/register_success.tmpl | 8 | ||||
-rw-r--r-- | templates/mail/auth/reset_passwd.tmpl | 6 | ||||
-rw-r--r-- | templates/status/404.tmpl | 4 | ||||
-rw-r--r-- | templates/user/activate.tmpl | 14 | ||||
-rw-r--r-- | templates/user/dashboard.tmpl | 4 | ||||
-rw-r--r-- | templates/user/forgot_passwd.tmpl | 6 | ||||
-rw-r--r-- | templates/user/profile.tmpl | 2 | ||||
-rw-r--r-- | templates/user/publickey.tmpl | 4 | ||||
-rw-r--r-- | templates/user/reset_passwd.tmpl | 4 | ||||
-rw-r--r-- | templates/user/setting.tmpl | 4 | ||||
-rw-r--r-- | templates/user/signup.tmpl | 2 |
14 files changed, 35 insertions, 35 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 5827f61810..b08d1c2451 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -3,7 +3,7 @@ <div id="body" class="container"> {{if not .Repos}} <h4>Hey there, welcome to the land of Gogs!</h4> - <p>If you just get your Gogs server running, go <a href="/install">install</a> guide page will help you setup things for your first-time run.</p> + <p>If you just got your Gogs server running, go to the <a href="/install">install</a> guide page, which will guide you through your initial setup.</p> <img src="http://gowalker.org/public/gogs_demo.gif"> {{else}} <h4>Hey there, welcome to the land of Gogs!</h4> diff --git a/templates/install.tmpl b/templates/install.tmpl index c1fd76659c..2ed7e569d1 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -4,7 +4,7 @@ {{.CsrfTokenHtml}} <h3>Install Steps For First-time Run</h3> {{template "base/alert" .}} - <p class="help-block text-center">Gogs requires MySQL or PostgreSQL, SQLite3 only available for official binary version</p> + <p class="help-block text-center">Gogs requires MySQL, SQLite3. or PostgreSQL. SQLite3 is only available in the official binary version.</p> <div class="form-group"> <label class="col-md-3 control-label">Database Type: </label> <div class="col-md-8"> @@ -204,4 +204,4 @@ </form> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/mail/auth/active_email.tmpl b/templates/mail/auth/active_email.tmpl index c04ddc8a30..72d9948bd4 100644 --- a/templates/mail/auth/active_email.tmpl +++ b/templates/mail/auth/active_email.tmpl @@ -15,11 +15,11 @@ Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, </div> <div style="font-size:14px; padding:0 15px;"> - <p style="margin:0;padding:0 0 9px 0;">Please click following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> + <p style="margin:0;padding:0 0 9px 0;">Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> <p style="margin:0;padding:0 0 9px 0;"> <a href="{{.AppUrl}}user/activate?code={{.Code}}">{{.AppUrl}}user/activate?code={{.Code}}</a> </p> - <p style="margin:0;padding:0 0 9px 0;">Copy and paste it to your browser if the link is not working.</p> + <p style="margin:0;padding:0 0 9px 0;">Not working? Try copying and pasting it to your browser.</p> </div> </div> </div> @@ -30,4 +30,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/mail/auth/register_success.tmpl b/templates/mail/auth/register_success.tmpl index 0a69280847..ffbe2c9732 100644 --- a/templates/mail/auth/register_success.tmpl +++ b/templates/mail/auth/register_success.tmpl @@ -12,14 +12,14 @@ <h1 style="font-size:20px; padding:10px 0 20px; margin:0; border-bottom:1px solid #ddd;"><img src="{{.AppUrl}}/{{.AppLogo}}" style="height: 32px; margin-bottom: -10px;"> <a style="color:#333;text-decoration:none;" target="_blank" href="{{.AppUrl}}">{{.AppName}}</a></h1> <div style="padding:40px 15px;"> <div style="font-size:16px; padding-bottom:30px; font-weight:bold;"> - Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, welcome to register {{.AppName}}! + Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, this is your registration email for {{.AppName}}! </div> <div style="font-size:14px; padding:0 15px;"> - <p style="margin:0;padding:0 0 9px 0;">Please click following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> + <p style="margin:0;padding:0 0 9px 0;">Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> <p style="margin:0;padding:0 0 9px 0;"> <a href="{{.AppUrl}}user/activate?code={{.Code}}">{{.AppUrl}}user/activate?code={{.Code}}</a> </p> - <p style="margin:0;padding:0 0 9px 0;">Copy and paste it to your browser if the link is not working.</p> + <p style="margin:0;padding:0 0 9px 0;">Not working? Try copying and pasting it to your browser.</p> </div> </div> </div> @@ -30,4 +30,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 11861f4e20..c85fc61798 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -15,11 +15,11 @@ Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, </div> <div style="font-size:14px; padding:0 15px;"> - <p style="margin:0;padding:0 0 9px 0;">Please click following link to reset your password within <b>{{.ActiveCodeLives}} hours</b>.</p> + <p style="margin:0;padding:0 0 9px 0;">Please click the following link to reset your password within <b>{{.ActiveCodeLives}} hours</b>.</p> <p style="margin:0;padding:0 0 9px 0;"> <a href="{{.AppUrl}}user/reset_password?code={{.Code}}">{{.AppUrl}}user/reset_password?code={{.Code}}</a> </p> - <p style="margin:0;padding:0 0 9px 0;">Copy and paste it to your browser if the link is not working.</p> + <p style="margin:0;padding:0 0 9px 0;">Not working? Try copying and pasting it to your browser.</p> </div> </div> </div> @@ -30,4 +30,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index f68676fe23..6adb3d7163 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -4,6 +4,6 @@ <p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p> <hr/> <p>Application Version: {{AppVer}}</p> - <p>If you think it is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p> + <p>If you think this is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/activate.tmpl b/templates/user/activate.tmpl index 9cac069dce..1df3646b6d 100644 --- a/templates/user/activate.tmpl +++ b/templates/user/activate.tmpl @@ -8,29 +8,29 @@ {{if .ServiceNotEnabled}} <p>Sorry, Register Mail Confirmation has been disabled.</p> {{else if .ResendLimited}} - <p>Sorry, you are sending activation e-mail too frequently, please wait 3 minutes.</p> + <p>Sorry, you are sending an activation e-mail too frequently. Please wait 3 minutes.</p> {{else}} - <p>New confirmation e-mail has been sent to <b>{{.SignedUser.Email}}</b>, please check your inbox within {{.Hours}} hours to complete your registeration.</p> + <p>A new confirmation e-mail has been sent to <b>{{.SignedUser.Email}}</b>, please check your inbox within the next {{.Hours}} hours to complete your registration.</p> <hr/> <a href="http://{{Mail2Domain .SignedUser.Email}}" class="btn btn-lg btn-success">Sign in to your e-mail</a> {{end}} {{else}} {{if .IsSendRegisterMail}} - <p>A confirmation e-mail has been sent to <b>{{.Email}}</b>, please check your inbox within {{.Hours}} hours to complete your registeration.</p> + <p>A confirmation e-mail has been sent to <b>{{.Email}}</b>, please check your inbox within the next {{.Hours}} hours to complete your registration.</p> <hr/> <a href="http://{{Mail2Domain .Email}}" class="btn btn-lg btn-success">Sign in to your e-mail</a> {{else if .IsActivateFailed}} - <p>Sorry, your confirmation code has been exipired or not valid.</p> + <p>Sorry, your confirmation code has exipired or not valid.</p> {{else}} - <p>Hi, {{.SignedUser.Name}}, you have an unconfirmed email address(<b>{{.SignedUser.Email}}</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click botton below.</p> + <p>Hi, {{.SignedUser.Name}}, you have an unconfirmed email address(<b>{{.SignedUser.Email}}</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.</p> <hr/> <div class="form-group"> <div class="col-md-offset-4 col-md-6"> - <button type="submit" class="btn btn-lg btn-primary">Click here to resend your active e-mail</button> + <button type="submit" class="btn btn-lg btn-primary">Click here to resend your activation e-mail</button> </div> </div> {{end}} {{end}} </form> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index bc363ddaab..9781b8db1e 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -22,7 +22,7 @@ <span class="clearfix"></span> </li> {{else}} - <li>No any activity yet.</li> + <li>Oh. Looks like there isn't any activity here yet. Get Busy!</li> {{end}} </ul> </div> @@ -51,4 +51,4 @@ </div> </div> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/forgot_passwd.tmpl b/templates/user/forgot_passwd.tmpl index 7990ab18cd..57564ffd4f 100644 --- a/templates/user/forgot_passwd.tmpl +++ b/templates/user/forgot_passwd.tmpl @@ -19,14 +19,14 @@ <hr/> <div class="form-group"> <div class="col-md-offset-4 col-md-6"> - <button type="submit" class="btn btn-lg btn-primary">Click here to send reset confirmation e-mail</button> + <button type="submit" class="btn btn-lg btn-primary">Click here to send resend confirmation e-mail</button> </div> </div> {{else if .IsResetDisable}} <p>Sorry, mail service is not enabled.</p> {{else if .ResendLimited}} - <p>Sorry, you are sending e-mail too frequently, please wait 3 minutes.</p> + <p>Sorry, you are sending an e-mail too frequently, please wait another 3 minutes and try again.</p> {{end}} </form> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index e80b2394ca..0319f46c2e 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -53,7 +53,7 @@ <span class="clearfix"></span> </li> {{else}} - <li>No any public activity yet.</li> + <li>No public activity yet.</li> {{end}} </ul> </div> diff --git a/templates/user/publickey.tmpl b/templates/user/publickey.tmpl index 29cfd8f0eb..8eb7be487c 100644 --- a/templates/user/publickey.tmpl +++ b/templates/user/publickey.tmpl @@ -30,7 +30,7 @@ <div class="modal-body"> <div class="form-group"> - <label class="col-md-3 control-label">The name of key<strong class="text-danger">*</strong></label> + <label class="col-md-3 control-label">Key Name<strong class="text-danger">*</strong></label> <div class="col-md-8"> <input name="keyname" class="form-control" placeholder="Type your preferred name" required="required"> </div> @@ -55,4 +55,4 @@ </div> </div> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/reset_passwd.tmpl b/templates/user/reset_passwd.tmpl index 966b6cb3b5..e65c43d5d9 100644 --- a/templates/user/reset_passwd.tmpl +++ b/templates/user/reset_passwd.tmpl @@ -19,8 +19,8 @@ </div> </div> {{else}} - <p>Sorry, your confirmation code has been exipired or not valid.</p> + <p>Sorry, your confirmation code has exipired or is not valid.</p> {{end}} </form> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/setting.tmpl b/templates/user/setting.tmpl index 762dc33b7f..59357d7c93 100644 --- a/templates/user/setting.tmpl +++ b/templates/user/setting.tmpl @@ -8,7 +8,7 @@ <form class="form-horizontal" id="password-form" method="post" action="/user/setting"> {{.CsrfTokenHtml}} {{template "base/alert" .}} - <p>Your Email will be public and used for Account related notifications and any web based operations made via the web.</p> + <p>Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.</p> <div class="form-group"> <label class="col-md-2 control-label" for="user-setting-username">Username<strong class="text-danger">*</strong></label> <div class="col-md-8"> @@ -54,4 +54,4 @@ </div> </div> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl index 0295159943..d6af74c1a8 100644 --- a/templates/user/signup.tmpl +++ b/templates/user/signup.tmpl @@ -4,7 +4,7 @@ <form action="/user/sign_up" method="post" class="form-horizontal card" id="login-card"> {{.CsrfTokenHtml}} {{if .DisenableRegisteration}} - Sorry, registeration has been disenabled, you can only get account from administrator. + Sorry, registration has been disabled. Please contact the site administrator. {{else}} {{if .IsSocialLogin}} <h3>Social login: 2nd step <small>complete information</small></h3> |