[i18n] uniformize footer capitalization
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Oct 2010 19:15:31 +0200
changeset 6459 7f46ec158c48
parent 6458 e4eb95d86172
child 6460 b62bd7cd71df
[i18n] uniformize footer capitalization
i18n/es.po
i18n/fr.po
web/views/actions.py
web/views/wdoc.py
--- a/i18n/es.po	Tue Oct 12 19:10:48 2010 +0200
+++ b/i18n/es.po	Tue Oct 12 19:15:31 2010 +0200
@@ -871,7 +871,7 @@
 "Para recuperar un caché, hace falta utilizar el método\n"
 "get_cache(cachename)."
 
-msgid "about this site"
+msgid "About this site"
 msgstr "Información del Sistema"
 
 msgid "abstract base class for transitions"
@@ -3135,7 +3135,7 @@
 msgid "possible views"
 msgstr "Vistas posibles"
 
-msgid "powered by CubicWeb"
+msgid "Powered by CubicWeb"
 msgstr "Potenciado en CubicWeb"
 
 msgid "prefered_form"
--- a/i18n/fr.po	Tue Oct 12 19:10:48 2010 +0200
+++ b/i18n/fr.po	Tue Oct 12 19:15:31 2010 +0200
@@ -869,8 +869,8 @@
 "Pour récupérer un cache, il faut utiliser utiliser la méthode\n"
 "get_cache(cachename)."
 
-msgid "about this site"
-msgstr "à propos de ce site"
+msgid "About this site"
+msgstr "À propos de ce site"
 
 msgid "abstract base class for transitions"
 msgstr "classe de base abstraite pour les transitions"
@@ -3135,8 +3135,8 @@
 msgid "possible views"
 msgstr "vues possibles"
 
-msgid "powered by CubicWeb"
-msgstr "construit avec CubicWeb"
+msgid "Powered by CubicWeb"
+msgstr "Construit avec CubicWeb"
 
 msgid "prefered_form"
 msgstr "forme préférée"
--- a/web/views/actions.py	Tue Oct 12 19:10:48 2010 +0200
+++ b/web/views/actions.py	Tue Oct 12 19:15:31 2010 +0200
@@ -407,7 +407,7 @@
 
     category = 'footer'
     order = 3
-    title = _('powered by CubicWeb')
+    title = _('Powered by CubicWeb')
 
     def url(self):
         return 'http://www.cubicweb.org'
--- a/web/views/wdoc.py	Tue Oct 12 19:10:48 2010 +0200
+++ b/web/views/wdoc.py	Tue Oct 12 19:15:31 2010 +0200
@@ -283,7 +283,7 @@
 
     category = 'footer'
     order = 2
-    title = _('about this site')
+    title = _('About this site')
 
     def url(self):
         return self._cw.build_url('doc/about')