site schema should be named data model schema stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Aug 2011 15:06:02 +0200
branchstable
changeset 7750 251c7cce300e
parent 7748 997b8eebd4b4
child 7751 50f89f05ae0a
site schema should be named data model schema
i18n/de.po
i18n/en.po
i18n/es.po
i18n/fr.po
web/views/schema.py
--- a/i18n/de.po	Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/de.po	Fri Aug 05 15:06:02 2011 +0200
@@ -3755,7 +3755,7 @@
 msgid "site documentation"
 msgstr "Dokumentation der Website"
 
-msgid "site schema"
+msgid "data model schema"
 msgstr "Schema der Website"
 
 msgid "site title"
--- a/i18n/en.po	Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/en.po	Fri Aug 05 15:06:02 2011 +0200
@@ -3659,7 +3659,7 @@
 msgid "site documentation"
 msgstr ""
 
-msgid "site schema"
+msgid "data model schema"
 msgstr ""
 
 msgid "site title"
--- a/i18n/es.po	Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/es.po	Fri Aug 05 15:06:02 2011 +0200
@@ -3806,7 +3806,7 @@
 msgid "site documentation"
 msgstr "Documentación Sistema"
 
-msgid "site schema"
+msgid "data model schema"
 msgstr "Esquema del Sistema"
 
 msgid "site title"
--- a/i18n/fr.po	Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/fr.po	Fri Aug 05 15:06:02 2011 +0200
@@ -3806,8 +3806,8 @@
 msgid "site documentation"
 msgstr "documentation du site"
 
-msgid "site schema"
-msgstr "schéma du site"
+msgid "data model schema"
+msgstr "schéma modèle de données"
 
 msgid "site title"
 msgstr "titre du site"
--- a/web/views/schema.py	Fri Aug 05 14:19:56 2011 +0200
+++ b/web/views/schema.py	Fri Aug 05 15:06:02 2011 +0200
@@ -697,7 +697,7 @@
     __regid__ = 'schema'
     __select__ = yes()
 
-    title = _("site schema")
+    title = _("data model schema")
     order = 30
     category = 'manage'