[open-ils-commits] r167 - in servres/trunk/conifer: locale locale/en_US/LC_MESSAGES locale/fr_CA/LC_MESSAGES templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 12 18:44:45 EDT 2009


Author: gfawcett
Date: 2009-03-12 18:44:40 -0400 (Thu, 12 Mar 2009)
New Revision: 167

Modified:
   servres/trunk/conifer/locale/django.pot
   servres/trunk/conifer/locale/en_US/LC_MESSAGES/django.po
   servres/trunk/conifer/locale/fr_CA/LC_MESSAGES/django.po
   servres/trunk/conifer/templates/edit_course_permissions.xhtml
Log:
minor i18n fix: cannot gettext-wrap unicode literals, e.g. _(u'foo')

Not sure if this is Babel, gettext, or something else. Anyway, it's fixed.


Modified: servres/trunk/conifer/locale/django.pot
===================================================================
--- servres/trunk/conifer/locale/django.pot	2009-03-11 02:31:31 UTC (rev 166)
+++ servres/trunk/conifer/locale/django.pot	2009-03-12 22:44:40 UTC (rev 167)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
-"POT-Creation-Date: 2009-03-10 22:25-0400\n"
+"POT-Creation-Date: 2009-03-12 18:41-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -312,6 +312,11 @@
 msgid "Remove?"
 msgstr ""
 
+#: templates/edit_course_permissions.xhtml:26
+#: templates/edit_course_permissions.xhtml:39
+msgid "Proxy instructor"
+msgstr ""
+
 #: templates/edit_course_permissions.xhtml:36
 msgid "Username of the new instructor."
 msgstr ""
@@ -324,10 +329,6 @@
 msgid "PROXY"
 msgstr ""
 
-#: templates/edit_course_permissions.xhtml:39
-msgid "Proxy instructor"
-msgstr ""
-
 #: templates/edit_course_permissions.xhtml:46
 msgid "Save changes to instructors"
 msgstr ""

Modified: servres/trunk/conifer/locale/en_US/LC_MESSAGES/django.po
===================================================================
--- servres/trunk/conifer/locale/en_US/LC_MESSAGES/django.po	2009-03-11 02:31:31 UTC (rev 166)
+++ servres/trunk/conifer/locale/en_US/LC_MESSAGES/django.po	2009-03-12 22:44:40 UTC (rev 167)
@@ -9,7 +9,7 @@
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2009-03-10 22:24+0400\n"
-"PO-Revision-Date: 2009-03-10 22:25-0400\n"
+"PO-Revision-Date: 2009-03-12 18:41-0400\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: en_US <LL at li.org>\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -313,6 +313,11 @@
 msgid "Remove?"
 msgstr ""
 
+#: templates/edit_course_permissions.xhtml:26
+#: templates/edit_course_permissions.xhtml:39
+msgid "Proxy instructor"
+msgstr ""
+
 #: templates/edit_course_permissions.xhtml:36
 msgid "Username of the new instructor."
 msgstr ""
@@ -325,10 +330,6 @@
 msgid "PROXY"
 msgstr ""
 
-#: templates/edit_course_permissions.xhtml:39
-msgid "Proxy instructor"
-msgstr ""
-
 #: templates/edit_course_permissions.xhtml:46
 msgid "Save changes to instructors"
 msgstr ""

Modified: servres/trunk/conifer/locale/fr_CA/LC_MESSAGES/django.po
===================================================================
--- servres/trunk/conifer/locale/fr_CA/LC_MESSAGES/django.po	2009-03-11 02:31:31 UTC (rev 166)
+++ servres/trunk/conifer/locale/fr_CA/LC_MESSAGES/django.po	2009-03-12 22:44:40 UTC (rev 167)
@@ -8,7 +8,7 @@
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2009-03-10 22:24+0400\n"
-"PO-Revision-Date: 2009-03-10 22:25-0400\n"
+"PO-Revision-Date: 2009-03-12 18:41-0400\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: fr_CA <LL at li.org>\n"
 "Plural-Forms: nplurals=2; plural=(n > 1)\n"
@@ -312,6 +312,11 @@
 msgid "Remove?"
 msgstr ""
 
+#: templates/edit_course_permissions.xhtml:26
+#: templates/edit_course_permissions.xhtml:39
+msgid "Proxy instructor"
+msgstr ""
+
 #: templates/edit_course_permissions.xhtml:36
 msgid "Username of the new instructor."
 msgstr ""
@@ -324,10 +329,6 @@
 msgid "PROXY"
 msgstr ""
 
-#: templates/edit_course_permissions.xhtml:39
-msgid "Proxy instructor"
-msgstr ""
-
 #: templates/edit_course_permissions.xhtml:46
 msgid "Save changes to instructors"
 msgstr ""
@@ -629,7 +630,7 @@
 
 #: templates/tabbar.xhtml:10 templates/tabbar_anonymous.xhtml:10
 msgid "Home"
-msgstr "Acceuil"
+msgstr ""
 
 #: templates/tabbar.xhtml:11 templates/tabbar_anonymous.xhtml:11
 msgid "Browse"
@@ -645,8 +646,7 @@
 "and visit your course sites."
 msgstr ""
 "Bienvenue! Utilisez s.v.p. the links above to browse the reserves, or to "
-"join \"\n"
-"\"and visit your course sites."
+"join and visit your course sites."
 
 #: templates/welcome.xhtml:17
 msgid "posted"

Modified: servres/trunk/conifer/templates/edit_course_permissions.xhtml
===================================================================
--- servres/trunk/conifer/templates/edit_course_permissions.xhtml	2009-03-11 02:31:31 UTC (rev 166)
+++ servres/trunk/conifer/templates/edit_course_permissions.xhtml	2009-03-12 22:44:40 UTC (rev 167)
@@ -25,7 +25,7 @@
       <tbody>
 	<select py:def="select_role(mbr)" 
 		py:replace="Markup(django.forms.Select(choices=
-			    [(u'INSTR',_(u'Instructor')), (u'PROXY', _(u'Proxy instructor'))])
+			    [(u'INSTR',_('Instructor')), (u'PROXY', _('Proxy instructor'))])
 			    .render('instructor_role_%d' % mbr.id, mbr.role))"/>
       <tr py:for="mbr in instructors">
 	<td>${mbr.user.get_full_name() or ''} <code>(${mbr.user.username})</code></td>



More information about the open-ils-commits mailing list