Removed unused ZCML file
authorThierry Florac <thierry.florac@onf.fr>
Wed, 20 May 2015 12:47:14 +0200
changeset 9 469bb8d6594f
parent 8 3fa6016f969f
child 10 41ac20351fe2
Removed unused ZCML file
src/pyams_workflow/configure.zcml
src/pyams_workflow/include.py
src/pyams_workflow/locales/fr/LC_MESSAGES/pyams_workflow.mo
src/pyams_workflow/locales/fr/LC_MESSAGES/pyams_workflow.po
src/pyams_workflow/locales/pyams_workflow.pot
--- a/src/pyams_workflow/configure.zcml	Wed May 20 12:47:00 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<configure
-	xmlns="http://pylonshq.com/pyramid">
-
-	<include package="pyramid_zcml" />
-
-</configure>
\ No newline at end of file
--- a/src/pyams_workflow/include.py	Wed May 20 12:47:00 2015 +0200
+++ b/src/pyams_workflow/include.py	Wed May 20 12:47:14 2015 +0200
@@ -33,6 +33,3 @@
         config.scan(ignore='pyams_workflow.zmi')
     else:
         config.scan()
-
-    if hasattr(config, 'load_zcml'):
-        config.load_zcml('configure.zcml')
Binary file src/pyams_workflow/locales/fr/LC_MESSAGES/pyams_workflow.mo has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_workflow/locales/fr/LC_MESSAGES/pyams_workflow.po	Wed May 20 12:47:14 2015 +0200
@@ -0,0 +1,146 @@
+#
+# French translations for PACKAGE package
+# This file is distributed under the same license as the PACKAGE package.
+# Thierry Florac <tflorac@ulthar.net>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE 1.0\n"
+"POT-Creation-Date: 2015-05-12 11:59+0200\n"
+"PO-Revision-Date: 2015-05-12 11:59+0200\n"
+"Last-Translator: Thierry Florac <tflorac@ulthar.net>\n"
+"Language-Team: French <traduc@traduc.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Lingua 3.8\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: src/pyams_workflow/content.py:176
+#, python-format
+msgid "Clone created from version {source}"
+msgstr "Duplication de la version {source}"
+
+#: src/pyams_workflow/zmi/workflow.py:57
+msgid "Change status..."
+msgstr "Modifier le statut..."
+
+#: src/pyams_workflow/zmi/versions.py:51
+msgid "Version history..."
+msgstr "Historique de la version..."
+
+#: src/pyams_workflow/zmi/versions.py:105
+msgid "Date"
+msgstr "Date"
+
+#: src/pyams_workflow/zmi/versions.py:117
+msgid "Principal"
+msgstr "Utilisateur"
+
+#: src/pyams_workflow/zmi/versions.py:133
+msgid "Transition"
+msgstr "Opération"
+
+#: src/pyams_workflow/zmi/versions.py:142
+msgid "Source"
+msgstr "Source"
+
+#: src/pyams_workflow/zmi/versions.py:163
+msgid "Target state"
+msgstr "Nouveau statut"
+
+#: src/pyams_workflow/zmi/versions.py:177
+#: src/pyams_workflow/interfaces/__init__.py:381
+msgid "Comment"
+msgstr "Commentaire"
+
+#: src/pyams_workflow/zmi/versions.py:76
+#, python-format
+msgid "Version {version} history"
+msgstr "Historique de la version {version}"
+
+#: src/pyams_workflow/zmi/versions.py:150
+#: src/pyams_workflow/zmi/versions.py:154
+#, python-format
+msgid "Version {version} ({status})"
+msgstr "Version {version} ({status})"
+
+#: src/pyams_workflow/interfaces/__init__.py:308
+msgid "Workflow name"
+msgstr "Nom du workflow"
+
+#: src/pyams_workflow/interfaces/__init__.py:309
+msgid "Name of workflow utility managing this content"
+msgstr "Nom de l'outil de workflow gérant ce contenu"
+
+#: src/pyams_workflow/interfaces/__init__.py:313
+msgid "View permission"
+msgstr "Permission de consultation"
+
+#: src/pyams_workflow/interfaces/__init__.py:314
+msgid "This permission will be required to display content"
+msgstr "Cette permission sera nécessaire pour afficher le contenu"
+
+#: src/pyams_workflow/interfaces/__init__.py:330
+msgid "Transition ID"
+msgstr "ID de la transition"
+
+#: src/pyams_workflow/interfaces/__init__.py:337
+msgid "State date"
+msgstr "Date"
+
+#: src/pyams_workflow/interfaces/__init__.py:338
+msgid "Date at which the current state was applied"
+msgstr "Date à laquelle le changement d'état a été effectué"
+
+#: src/pyams_workflow/interfaces/__init__.py:341
+msgid "State principal"
+msgstr "Utilisateur"
+
+#: src/pyams_workflow/interfaces/__init__.py:342
+msgid "ID of the principal which defined current state"
+msgstr "ID d el'utilisateur ayant effectué l'opération"
+
+#: src/pyams_workflow/interfaces/__init__.py:344
+msgid "Publication date"
+msgstr "Date de publication"
+
+#: src/pyams_workflow/interfaces/__init__.py:345
+msgid "Last date at which content was accepted for publication"
+msgstr "Dernière date à laquelle le contenu a été accepté pour publication"
+
+#: src/pyams_workflow/interfaces/__init__.py:348
+msgid "First publication date"
+msgstr "Première date de publication"
+
+#: src/pyams_workflow/interfaces/__init__.py:349
+msgid "First date at which content was accepted for publication"
+msgstr "Première date à laquelle ce contenu a été accepté pour publication"
+
+#: src/pyams_workflow/interfaces/__init__.py:352
+msgid "Publication start date"
+msgstr "Début de publication"
+
+#: src/pyams_workflow/interfaces/__init__.py:353
+msgid "Date from which content will be visible"
+msgstr "Date à partir de laquelle ce contenu sera visible"
+
+#: src/pyams_workflow/interfaces/__init__.py:356
+msgid "Publication end date"
+msgstr "Fin de publication"
+
+#: src/pyams_workflow/interfaces/__init__.py:357
+msgid "Date past which content will not be visible"
+msgstr "Date à partir de laquelle ce contenu ne sera plus consultable"
+
+#: src/pyams_workflow/interfaces/__init__.py:382
+msgid "Comment associated with this operation"
+msgstr "Commentaire associé à cette opération"
+
+#: src/pyams_workflow/interfaces/__init__.py:364
+msgid "Can't define publication end date without publication start date!"
+msgstr "Impossible de définir une date de fin de publication sans date de début !"
+
+#: src/pyams_workflow/interfaces/__init__.py:366
+msgid "Publication end date must be defined after publication start date!"
+msgstr "La date de fin de publication doit être postérieure à la date de début !"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_workflow/locales/pyams_workflow.pot	Wed May 20 12:47:14 2015 +0200
@@ -0,0 +1,146 @@
+# 
+# SOME DESCRIPTIVE TITLE
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE 1.0\n"
+"POT-Creation-Date: 2015-05-12 11:59+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Lingua 3.8\n"
+
+#: ./src/pyams_workflow/content.py:176
+#, python-format
+msgid "Clone created from version {source}"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/workflow.py:57
+msgid "Change status..."
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:51
+msgid "Version history..."
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:105
+msgid "Date"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:117
+msgid "Principal"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:133
+msgid "Transition"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:142
+msgid "Source"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:163
+msgid "Target state"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:177
+#: ./src/pyams_workflow/interfaces/__init__.py:381
+msgid "Comment"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:76
+#, python-format
+msgid "Version {version} history"
+msgstr ""
+
+#: ./src/pyams_workflow/zmi/versions.py:150
+#: ./src/pyams_workflow/zmi/versions.py:154
+#, python-format
+msgid "Version {version} ({status})"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:308
+msgid "Workflow name"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:309
+msgid "Name of workflow utility managing this content"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:313
+msgid "View permission"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:314
+msgid "This permission will be required to display content"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:330
+msgid "Transition ID"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:337
+msgid "State date"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:338
+msgid "Date at which the current state was applied"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:341
+msgid "State principal"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:342
+msgid "ID of the principal which defined current state"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:344
+msgid "Publication date"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:345
+msgid "Last date at which content was accepted for publication"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:348
+msgid "First publication date"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:349
+msgid "First date at which content was accepted for publication"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:352
+msgid "Publication start date"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:353
+msgid "Date from which content will be visible"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:356
+msgid "Publication end date"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:357
+msgid "Date past which content will not be visible"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:382
+msgid "Comment associated with this operation"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:364
+msgid "Can't define publication end date without publication start date!"
+msgstr ""
+
+#: ./src/pyams_workflow/interfaces/__init__.py:366
+msgid "Publication end date must be defined after publication start date!"
+msgstr ""