summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtui/src/main/java/com/google/gerrit/client/auth/openid/LoginConstants.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-gwtui/src/main/java/com/google/gerrit/client/auth/openid/LoginConstants.properties')
-rw-r--r--gerrit-gwtui/src/main/java/com/google/gerrit/client/auth/openid/LoginConstants.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/auth/openid/LoginConstants.properties b/gerrit-gwtui/src/main/java/com/google/gerrit/client/auth/openid/LoginConstants.properties
new file mode 100644
index 0000000000..93310f02b2
--- /dev/null
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/auth/openid/LoginConstants.properties
@@ -0,0 +1,17 @@
+buttonSignIn = Sign In
+buttonRegister = Register
+buttonLinkId = Link Identity
+
+rememberMe = Remember Me
+notSupported = Provider is not supported, or was incorrectly entered.
+
+nameGoogle = Google Account
+nameYahoo = Yahoo! ID
+
+whatIsOpenIDHtml = \
+ <h2 class="gerrit-SmallHeading" style="margin-top: 25px;">What is OpenID?</h2>\
+ <p>OpenID provides secure single-sign-on, without \
+ revealing your passwords to this website.</p>\
+ <p>There are many OpenID providers available. You may already \
+ be member of one!</p>\
+ <p><a href="http://openid.net/get/" target="_blank">Get OpenID</a></p>\