[LON-CAPA-cvs] cvs: loncom /interface createaccount.pm /localize/localize de.pm es.pm pt.pm zh.pm
raeburn
raeburn@source.lon-capa.org
Wed, 01 Dec 2010 21:38:29 -0000
raeburn Wed Dec 1 21:38:29 2010 EDT
Modified files:
/loncom/localize/localize de.pm es.pm pt.pm zh.pm
/loncom/interface createaccount.pm
Log:
- Typo. Include change in key used in localization files.
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.402 loncom/localize/localize/de.pm:1.403
--- loncom/localize/localize/de.pm:1.402 Tue Oct 26 16:08:47 2010
+++ loncom/localize/localize/de.pm Wed Dec 1 21:38:19 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.402 2010/10/26 16:08:47 bisitz Exp $
+# $Id: de.pm,v 1.403 2010/12/01 21:38:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -16184,7 +16184,7 @@
'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
=> 'Die von Ihnen angegebene E-Mail-Adresse kann in dieser Einrichtung nicht als Benutzerkennung verwendet werden.',
- 'Validation of the code your entered failed.'
+ 'Validation of the code you entered failed.'
=> 'Die Gültigskeitsprüfung des von Ihnen eingegebenen Codes ist fehlgeschlagen.',
'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
Index: loncom/localize/localize/es.pm
diff -u loncom/localize/localize/es.pm:1.60 loncom/localize/localize/es.pm:1.61
--- loncom/localize/localize/es.pm:1.60 Wed Oct 6 17:58:20 2010
+++ loncom/localize/localize/es.pm Wed Dec 1 21:38:19 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Spanish Localization Lexicon
#
-# $Id: es.pm,v 1.60 2010/10/06 17:58:20 ramirez Exp $
+# $Id: es.pm,v 1.61 2010/12/01 21:38:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -15575,7 +15575,7 @@
'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
=> 'La dirección de e-mail que dió no puede ser usado como usuario en esta institución LON-CAPA.',
- 'Validation of the code your entered failed.'
+ 'Validation of the code you entered failed.'
=> 'Validación del código que entró falló.',
'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
Index: loncom/localize/localize/pt.pm
diff -u loncom/localize/localize/pt.pm:1.50 loncom/localize/localize/pt.pm:1.51
--- loncom/localize/localize/pt.pm:1.50 Fri Oct 1 14:19:52 2010
+++ loncom/localize/localize/pt.pm Wed Dec 1 21:38:19 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Portuguese Localization Lexicon
#
-# $Id: pt.pm,v 1.50 2010/10/01 14:19:52 raeburn Exp $
+# $Id: pt.pm,v 1.51 2010/12/01 21:38:19 raeburn Exp $
#
# Copyright UNICAMP, Sao Paulo
# Supported in part by Partnership in Global Learning
@@ -19744,8 +19744,8 @@
'Validation of pending requests is automatically repeated daily.'
=> 'Validation of pending requests is automatically repeated daily.',
- 'Validation of the code your entered failed.'
-=> 'Validation of the code your entered failed.',
+ 'Validation of the code you entered failed.'
+=> 'Validation of the code you entered failed.',
'Value(s)'
=> 'Value(s)',
Index: loncom/localize/localize/zh.pm
diff -u loncom/localize/localize/zh.pm:1.94 loncom/localize/localize/zh.pm:1.95
--- loncom/localize/localize/zh.pm:1.94 Fri Oct 1 14:19:52 2010
+++ loncom/localize/localize/zh.pm Wed Dec 1 21:38:19 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Chinese Simplified Localization Lexicon
#
-# $Id: zh.pm,v 1.94 2010/10/01 14:19:52 raeburn Exp $
+# $Id: zh.pm,v 1.95 2010/12/01 21:38:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -15469,8 +15469,8 @@
'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
=> 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
- 'Validation of the code your entered failed.'
-=> 'Validation of the code your entered failed.',
+ 'Validation of the code you entered failed.'
+=> 'Validation of the code you entered failed.',
'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
=> 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
Index: loncom/interface/createaccount.pm
diff -u loncom/interface/createaccount.pm:1.42 loncom/interface/createaccount.pm:1.43
--- loncom/interface/createaccount.pm:1.42 Mon Nov 29 15:12:25 2010
+++ loncom/interface/createaccount.pm Wed Dec 1 21:38:29 2010
@@ -3,7 +3,7 @@
# institutional log-in ID (institutional authentication required - localauth
# or kerberos) or an e-mail address.
#
-# $Id: createaccount.pm,v 1.42 2010/11/29 15:12:25 raeburn Exp $
+# $Id: createaccount.pm,v 1.43 2010/12/01 21:38:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1144,7 +1144,7 @@
} elsif ($error eq 'userformat') {
$msg .= &mt('The e-mail address you provided may not be used as a username at this LON-CAPA institution.');
} elsif ($error eq 'captcha') {
- $msg .= &mt('Validation of the code your entered failed.');
+ $msg .= &mt('Validation of the code you entered failed.');
} elsif ($error eq 'noemails') {
$msg .= &mt('Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.');
}