8000 ci: Merge back 4.1.0.rc5 build into release/4.1.x by fsbraun · Pull Request #7720 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

ci: Merge back 4.1.0.rc5 build into release/4.1.x #7720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[4.1.0rc5 release process] Building locales
  • Loading branch information
Github Release Action committed Dec 11, 2023
commit ed258891c4e295ef3593b57b92abe85660c37025
31 changes: 17 additions & 14 deletions cms/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django-cms\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-25 14:47+0000\n"
"POT-Creation-Date: 2023-12-11 19:18+0000\n"
"PO-Revision-Date: 2015-11-11 17:31+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: English (http://www.transifex.com/divio/django-cms/language/"
Expand Down Expand Up @@ -205,6 +205,12 @@ msgstr "Advanced Settings"
msgid "The page is not eligible to be home."
msgstr "The page is not eligible to be home."

msgid "placeholder"
msgstr "placeholder"

msgid "page content"
msgstr "page content"

#, python-format
msgid "The %(name)s \"%(obj)s\" was deleted successfully."
msgstr "The %(name)s \"%(obj)s\" was deleted successfully."
Expand Down Expand Up @@ -332,9 +338,6 @@ msgstr "You do not have permission to clear this placeholder"
msgid "The placeholder \"%(obj)s\" was cleared successfully."
msgstr "The placeholder \"%(obj)s\" was cleared successfully."

msgid "placeholder"
msgstr "placeholder"

msgid "Page permissions"
msgstr "Page permissions"

Expand Down Expand Up @@ -697,9 +700,6 @@ msgstr "redirect"
msgid "The template used to render the content."
msgstr "The template used to render the content."

msgid "page content"
msgstr "page content"

msgid "page contents"
msgstr "page contents"

Expand Down Expand Up @@ -746,13 +746,6 @@ msgstr "frontend view restriction"
msgid "Please select user or group."
msgstr "Please select user or group."

msgid ""
"Users can't publish a page without permissions to change the page. Edit "
"permissions required."
msgstr ""
"Users can't publish a page without permissions to change the page. Edit "
"permissions required."

msgid ""
"Users can't change page advanced settings without permissions to change the "
"page. Edit permissions required."
Expand Down Expand Up @@ -1598,6 +1591,9 @@ msgstr "Change Category"
msgid "Thanks for spending some quality time with the Web site today."
msgstr "Thanks for spending some quality time with the Web site today."

msgid "Lazy"
msgstr ""

msgid "Inherit the template of the nearest ancestor"
msgstr "Inherit the template of the nearest ancestor"

Expand Down Expand Up @@ -1650,5 +1646,12 @@ msgstr "Create a new %s instance."
msgid "A wizard has already been registered for model: %s"
msgstr "A wizard has already been registered for model: %s"

#~ msgid ""
#~ "Users can't publish a page without permissions to change the page. Edit "
#~ "permissions required."
#~ msgstr ""
#~ "Users can't publish a page without permissions to change the page. Edit "
#~ "permissions required."

#~ msgid "Slug must not be empty."
#~ msgstr "Slug must not be empty."
11 changes: 1 addition & 10 deletions cms/locale/en/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django-cms\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 16:56+0000\n"
"POT-Creation-Date: 2023-12-11 19:18+0000\n"
"PO-Revision-Date: 2015-10-31 12:28+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: English (http://www.transifex.com/divio/django-cms/language/"
Expand All @@ -19,14 +19,5 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "pathname"
msgstr ""

msgid "urnpath"
msgstr ""

msgid "reserved"
msgstr ""

msgid "Are you sure you want to change tabs without saving the page first?"
msgstr "Are you sure you want to change tabs without saving the page first?"
0