[glom] Added more strings that need translations for gwt-glom.



commit c0b5ef4a587cf11b8b6a1760bca14d08bbe1a949
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 12 10:34:39 2012 +0100

    Added more strings that need translations for gwt-glom.
    
            * glom/onlineglom_strings.cc: Added strings used by
    the login page.

 ChangeLog                  |    7 +++++++
 glom/onlineglom_strings.cc |    3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2f4f3cc..fce9295 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-12-12  Murray Cumming  <murrayc murrayc com>
+
+        Added more strings that need translations for gwt-glom.
+
+        * glom/onlineglom_strings.cc: Added strings used by
+	the login page.
+
 2012-12-05  Murray Cumming  <murrayc murrayc com>
 
         Added some strings that need translations for gwt-glom.
diff --git a/glom/onlineglom_strings.cc b/glom/onlineglom_strings.cc
index b2aeb02..ce05dc8 100644
--- a/glom/onlineglom_strings.cc
+++ b/glom/onlineglom_strings.cc
@@ -33,6 +33,9 @@ const char* online_glom_open = _("Open");
 const char* online_glom_reports = _("Reports");
 const char* online_glom_generating_report = _("Generating the report...");
 const char* online_glom_login_login = _("Login");
+const char* online_glom_login_enter = _("Enter the PostgreSQL username and password.");
+const char* online_glom_login_username = _("Username");
+const char* online_glom_login_password = _("Password");
 const char* online_glom_login_logout = _("Log Out");
 const char* online_glom_login_cancel = _("Cancel");
 const char* online_glom_login_wrong = _("The username or password are not correct.");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]