batiste/django-page-cms

View on GitHub
pages/locale/en/LC_MESSAGES/django.po

Summary

Maintainability
Test Coverage
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Django page CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-19 23:52+0300\n"
"PO-Revision-Date: 2019-09-23 11:12+0000\n"
"Last-Translator: Batiste Bieler <batiste.bieler@gmail.com>\n"
"Language-Team: English (http://www.transifex.com/batiste/django-page-cms-1/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: admin/__init__.py:68
msgid "General"
msgstr "General"

#: admin/__init__.py:203
msgid "Content"
msgstr "Content"

#: admin/__init__.py:244
msgid "Default template"
msgstr "Default template"

#: admin/forms.py:16
msgid "Another page with this slug already exists"
msgstr "Another page with this slug already exists"

#: admin/forms.py:17
msgid "A sibling with this slug already exists at the targeted position"
msgstr "A sibling with this slug already exists at the targeted position"

#: admin/forms.py:18
msgid "A child with this slug already exists at the targeted position"
msgstr "A child with this slug already exists at the targeted position"

#: admin/forms.py:19
msgid "A sibling with this slug already exists"
msgstr "A sibling with this slug already exists"

#: admin/forms.py:20
msgid "A sibling with this slug already exists at the root level"
msgstr "A sibling with this slug already exists at the root level"

#: admin/forms.py:85
msgid "Title"
msgstr "Title"

#: admin/forms.py:89
msgid "Slug"
msgstr "Slug"

#: admin/forms.py:91
msgid ""
"The slug will be used to create the page URL, it must be unique among the "
"other pages of the same level."
msgstr "The slug will be used to create the page URL, it must be unique among the other pages of the same level."

#: admin/forms.py:95
msgid "Language"
msgstr "Language"

#: admin/forms.py:101
msgid "Template"
msgstr "Template"

#: admin/forms.py:106
msgid "Delegate to application"
msgstr "Delegate to application"

#: admin/forms.py:111
msgid "Freeze"
msgstr "Freeze"

#: admin/forms.py:112
msgid "Don't publish any content after this date. Format is 'Y-m-d H:M:S'"
msgstr "Don't publish any content after this date. Format is 'Y-m-d H:M:S'"

#: models.py:65 templates/admin/pages/page/menu.html:85
msgid "Published"
msgstr "Published"

#: models.py:66 templates/admin/pages/page/menu.html:86
#: templates/admin/pages/page/menu.html:93
msgid "Hidden"
msgstr "Hidden"

#: models.py:67 templates/admin/pages/page/menu.html:84
#: templates/admin/pages/page/menu.html:91
msgid "Draft"
msgstr "Draft"

#: models.py:80 templates/admin/pages/page/change_list_table.html:14
msgid "author"
msgstr "author"

#: models.py:83
msgid "parent"
msgstr "parent"

#: models.py:84 models.py:522 models.py:579
msgid "creation date"
msgstr "creation date"

#: models.py:86
msgid "publication date"
msgstr "publication date"

#: models.py:87
msgid ""
"When the page should go\n"
"            live. Status must be \"Published\" for page to go live."
msgstr "When the page should go\n            live. Status must be \"Published\" for page to go live."

#: models.py:89
msgid "publication end date"
msgstr "publication end date"

#: models.py:90
msgid ""
"When to expire the page.\n"
"            Leave empty to never expire."
msgstr "When to expire the page.\n            Leave empty to never expire."

#: models.py:93
msgid "last modification date"
msgstr "last modification date"

#: models.py:95
msgid "status"
msgstr "status"

#: models.py:96 templates/admin/pages/page/change_list_table.html:13
msgid "template"
msgstr "template"

#: models.py:99
msgid "delegate to"
msgstr "delegate to"

#: models.py:102
msgid "freeze date"
msgstr "freeze date"

#: models.py:103
msgid ""
"Don't publish any content\n"
"            after this date."
msgstr "Don't publish any content\n            after this date."

#: models.py:109
msgid "The site(s) the page is accessible at."
msgstr "The site(s) the page is accessible at."

#: models.py:110
msgid "sites"
msgstr "sites"

#: models.py:112
msgid "redirect to url"
msgstr "redirect to url"

#: models.py:115
msgid "redirect to"
msgstr "redirect to"

#: models.py:127 models.py:519 models.py:539
msgid "page"
msgstr "page"

#: models.py:128
msgid "pages"
msgstr "pages"

#: models.py:514
msgid "language"
msgstr "language"

#: models.py:515
msgid "body"
msgstr "body"

#: models.py:517
msgid "type"
msgstr "type"

#: models.py:528
msgid "content"
msgstr "content"

#: models.py:529
msgid "contents"
msgstr "contents"

#: models.py:544
msgid "Aliases"
msgstr "Aliases"

#: models.py:593
msgid "Thumbnail"
msgstr "Thumbnail"

#: models.py:597
msgid "Medias"
msgstr "Medias"

#: placeholders.py:32
#, python-format
msgid "[Placeholder %(name)s had syntax error: %(error)s]"
msgstr "[Placeholder %(name)s had syntax error: %(error)s]"

#: placeholders.py:167
msgid "Note: This field is evaluated as template code."
msgstr "Note: This field is evaluated as template code."

#: placeholders.py:418
msgid "Your email"
msgstr "Your email"

#: placeholders.py:420
msgid "Subject"
msgstr "Subject"

#: placeholders.py:422
msgid "Your message"
msgstr "Your message"

#: placeholders.py:441
msgid "Your email has been sent. Thank you."
msgstr "Your email has been sent. Thank you."

#: placeholders.py:443
msgid "An error as occured: your email has not been sent."
msgstr "An error as occured: your email has not been sent."

#: plugins/jsonexport/actions.py:20
msgid "Export pages as JSON"
msgstr "Export pages as JSON"

#: plugins/jsonexport/actions.py:46
msgid "Import some pages from a JSON file"
msgstr "Import some pages from a JSON file"

#: plugins/jsonexport/management/commands/pages_export_json.py:36
#, python-format
msgid "Site with id/domain = '%s' not found"
msgstr "Site with id/domain = '%s' not found"

#: plugins/jsonexport/management/commands/pages_import_json.py:28
#, python-format
msgid "User with username/id/email = '%s' not found"
msgstr "User with username/id/email = '%s' not found"

#: plugins/jsonexport/management/commands/pages_import_json.py:36
msgid "Errors encountered while importing JSON"
msgstr "Errors encountered while importing JSON"

#: plugins/jsonexport/management/commands/pages_import_json.py:38
#, python-format
msgid "%s created."
msgstr "%s created."

#: plugins/jsonexport/management/commands/pages_import_json.py:38
#, python-format
msgid "%s modified."
msgstr "%s modified."

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:6
msgid "Home"
msgstr "Home"

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:9
msgid "Import Pages"
msgstr "Import Pages"

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:24
msgid "Import"
msgstr "Import"

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:30
msgid "Importing pages failed:"
msgstr "Importing pages failed:"

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:37
msgid "Import completed."
msgstr "Import completed."

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:43
msgid "created"
msgstr "created"

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:45
msgid "modified"
msgstr "modified"

#: plugins/jsonexport/templates/admin/pages/page/import_pages.html:58
msgid "Return to page list"
msgstr "Return to page list"

#: plugins/jsonexport/utils.py:126
#, python-format
msgid "Could not find page for redirect-to field '%s'"
msgstr "Could not find page for redirect-to field '%s'"

#: plugins/jsonexport/utils.py:157
#, python-format
msgid "Language '%s' not imported"
msgstr "Language '%s' not imported"

#: plugins/jsonexport/utils.py:186
#, python-format
msgid "Original author '%s' not found"
msgstr "Original author '%s' not found"

#: plugins/jsonexport/utils.py:224
#, python-format
msgid "Could not add site '%s' to page"
msgstr "Could not add site '%s' to page"

#: plugins/jsonexport/utils.py:280
#, python-format
msgid "JSON file is invalid: %s"
msgstr "JSON file is invalid: %s"

#: plugins/jsonexport/utils.py:317
#, python-format
msgid "Unsupported file version: %s"
msgstr "Unsupported file version: %s"

#: plugins/jsonexport/utils.py:345
#, python-format
msgid "%s has no common language with this site"
msgstr "%s has no common language with this site"

#: plugins/jsonexport/utils.py:350
#, python-format
msgid ""
"%s did not include its parent page and a matching one was not found on this "
"site"
msgstr "%s did not include its parent page and a matching one was not found on this site"

#: plugins/jsonexport/utils.py:354
#, python-format
msgid "%s uses a template not found on this site: %s"
msgstr "%s uses a template not found on this site: %s"

#: plugins/jsonexport/utils.py:360
#, python-format
msgid "%s template contents are different than our template: %s"
msgstr "%s template contents are different than our template: %s"

#: templates/admin/pages/page/change_form.html:4
msgid "Edit"
msgstr "Edit"

#: templates/admin/pages/page/change_form.html:19
msgid "History"
msgstr "History"

#: templates/admin/pages/page/change_form.html:20
msgid "View on site"
msgstr "View on site"

#: templates/admin/pages/page/change_list.html:18
#: templates/pages/examples/index.html:74
msgid "Search"
msgstr "Search"

#: templates/admin/pages/page/change_list.html:20
msgid "Go"
msgstr "Go"

#: templates/admin/pages/page/change_list_table.html:9
#: testproj/documents/models.py:10
msgid "title"
msgstr "title"

#: templates/admin/pages/page/change_list_table.html:10
msgid "languages"
msgstr "languages"

#: templates/admin/pages/page/change_list_table.html:11
msgid "last modification"
msgstr "last modification"

#: templates/admin/pages/page/change_list_table.html:12
msgid "published"
msgstr "published"

#: templates/admin/pages/page/menu.html:25
msgid "undefined"
msgstr "undefined"

#: templates/admin/pages/page/menu.html:33
msgid "view this page"
msgstr "view this page"

#: templates/admin/pages/page/menu.html:34
msgid "move this page"
msgstr "move this page"

#: templates/admin/pages/page/menu.html:35
msgid "insert a new page here"
msgstr "insert a new page here"

#: templates/admin/pages/page/menu.html:37
msgid "delete this page"
msgstr "delete this page"

#: templates/admin/pages/page/menu.html:41
msgid "don&#x27;t move this page"
msgstr "don&#x27;t move this page"

#: templates/admin/pages/page/menu.html:41
#: templates/admin/pages/page/menu.html:45
msgid "cancel"
msgstr "cancel"

#: templates/admin/pages/page/menu.html:45
msgid "don&#x27;t insert a new page here"
msgstr "don&#x27;t insert a new page here"

#: templates/admin/pages/page/menu.html:46
msgid "insert above"
msgstr "insert above"

#: templates/admin/pages/page/menu.html:47
msgid "insert below"
msgstr "insert below"

#: templates/admin/pages/page/menu.html:48
msgid "insert as child"
msgstr "insert as child"

#: templates/admin/pages/page/menu.html:61
#, python-format
msgid "edit %(lang)s translation"
msgstr "edit %(lang)s translation"

#: templates/admin/pages/page/menu.html:64
#, python-format
msgid "create %(lang)s translation"
msgstr "create %(lang)s translation"

#: templates/admin/pages/page/menu.html:71 templates/pages/revisions.html:6
msgid "DATETIME_FORMAT"
msgstr "DATETIME_FORMAT"

#: templates/admin/pages/page/menu.html:92
msgid "In navigation"
msgstr "In navigation"

#: templates/pages/contact.html:4
msgid "Send"
msgstr "Send"

#: templates/pages/revisions.html:4
msgid "Revisions"
msgstr "Revisions"

#: templates/pages/traduction_helper.html:4
msgid "Wanted language has not been translated yet."
msgstr "Wanted language has not been translated yet."

#: templates/pages/widgets/languages.html:19
msgid "Delete this translation"
msgstr "Delete this translation"

#: testproj/documents/models.py:11
msgid "text"
msgstr "text"

#: testproj/test_settings.py:119
msgid "German"
msgstr "German"

#: testproj/test_settings.py:120
msgid "Français"
msgstr "Français"

#: testproj/test_settings.py:121
msgid "US English"
msgstr "US English"

#: testproj/test_settings.py:128
msgid "French"
msgstr "French"

#: testproj/test_settings.py:129
msgid "Belgium french"
msgstr "Belgium french"

#: testproj/test_settings.py:130
msgid "Italian"
msgstr "Italian"

#: urlconf_registry.py:36
#, python-format
msgid "The urlconf %s has already been registered."
msgstr "The urlconf %s has already been registered."

#: urlconf_registry.py:46
#, python-format
msgid "The urlconf %s has not been registered."
msgstr "The urlconf %s has not been registered."

#: widgets.py:114
msgid "Please save the page to show the file field"
msgstr "Please save the page to show the file field"

#: widgets.py:115
msgid "Delete file"
msgstr "Delete file"

#: widgets.py:123
#, python-format
msgid "Current file: %s<br/>"
msgstr "Current file: %s<br/>"

#: widgets.py:137
msgid "Please save the page to show the image field"
msgstr "Please save the page to show the image field"

#: widgets.py:138
msgid "Delete image"
msgstr "Delete image"

#: widgets_registry.py:30
#, python-format
msgid "The widget %s has already been registered."
msgstr "The widget %s has already been registered."

#: widgets_registry.py:42
#, python-format
msgid "The widget %s has not been registered."
msgstr "The widget %s has not been registered."