Added .pot file

In this changeset, I just generate the .pot file for all the new
translations that were added during the implementation of this BP

Partially Implements: blueprint get-goal-from-strategy

Change-Id: I2192508afda037510f8f91092c5cfde0115dae1d
This commit is contained in:
Vincent Françoise
2016-04-18 14:20:56 +02:00
parent 5f6a97148f
commit 1a21867735
3 changed files with 238 additions and 92 deletions

View File

@@ -147,7 +147,7 @@ class ResourceNotFound(ObjectNotFound):
class InvalidIdentity(Invalid):
msg_fmt = _("Expected an uuid or int but received %(identity)s")
msg_fmt = _("Expected a uuid or int but received %(identity)s")
class InvalidGoal(Invalid):
@@ -191,7 +191,7 @@ class AuditTemplateNotFound(ResourceNotFound):
class AuditTemplateAlreadyExists(Conflict):
msg_fmt = _("An audit_template with UUID %(uuid)s or name %(name)s "
msg_fmt = _("An audit_template with UUID or name %(audit_template)s "
"already exists")