@plone/volto 17.0.0-alpha.6 → 17.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/CHANGELOG.md +58 -0
  3. package/locales/ca/LC_MESSAGES/volto.po +146 -0
  4. package/locales/ca.json +1 -1
  5. package/locales/de/LC_MESSAGES/volto.po +146 -0
  6. package/locales/de.json +1 -1
  7. package/locales/en/LC_MESSAGES/volto.po +146 -0
  8. package/locales/en.json +1 -1
  9. package/locales/es/LC_MESSAGES/volto.po +146 -0
  10. package/locales/es.json +1 -1
  11. package/locales/eu/LC_MESSAGES/volto.po +146 -0
  12. package/locales/eu.json +1 -1
  13. package/locales/fi/LC_MESSAGES/volto.po +4762 -0
  14. package/locales/fi.json +1 -1
  15. package/locales/fr/LC_MESSAGES/volto.po +146 -0
  16. package/locales/fr.json +1 -1
  17. package/locales/it/LC_MESSAGES/volto.po +146 -0
  18. package/locales/it.json +1 -1
  19. package/locales/ja/LC_MESSAGES/volto.po +146 -0
  20. package/locales/ja.json +1 -1
  21. package/locales/nl/LC_MESSAGES/volto.po +801 -643
  22. package/locales/nl.json +1 -1
  23. package/locales/pt/LC_MESSAGES/volto.po +146 -0
  24. package/locales/pt.json +1 -1
  25. package/locales/pt_BR/LC_MESSAGES/volto.po +146 -0
  26. package/locales/pt_BR.json +1 -1
  27. package/locales/ro/LC_MESSAGES/volto.po +146 -0
  28. package/locales/ro.json +1 -1
  29. package/locales/volto.pot +147 -1
  30. package/locales/zh_CN/LC_MESSAGES/volto.po +146 -0
  31. package/locales/zh_CN.json +1 -1
  32. package/package.json +1 -1
  33. package/packages/volto-slate/build/messages/src/blocks/Table/TableBlockEdit.json +1 -1
  34. package/packages/volto-slate/build/messages/src/blocks/Text/DefaultTextBlockEditor.json +1 -1
  35. package/packages/volto-slate/build/messages/src/blocks/Text/DetachedTextBlockEditor.json +1 -1
  36. package/packages/volto-slate/build/messages/src/blocks/Text/SlashMenu.json +1 -1
  37. package/packages/volto-slate/build/messages/src/editor/plugins/AdvancedLink/index.json +1 -1
  38. package/packages/volto-slate/build/messages/src/editor/plugins/Link/index.json +1 -1
  39. package/packages/volto-slate/build/messages/src/editor/plugins/Table/index.json +1 -1
  40. package/packages/volto-slate/build/messages/src/elementEditor/messages.json +1 -1
  41. package/packages/volto-slate/build/messages/src/widgets/HtmlSlateWidget.json +1 -1
  42. package/packages/volto-slate/build/messages/src/widgets/RichTextWidgetView.json +1 -1
  43. package/packages/volto-slate/package.json +1 -1
  44. package/packages/volto-slate/src/blocks/Text/SlashMenu.jsx +4 -3
  45. package/packages/volto-slate/src/editor/deserialize.js +0 -1
  46. package/razzle.config.js +5 -0
  47. package/src/actions/index.js +6 -0
  48. package/src/actions/language/language.js +8 -8
  49. package/src/actions/relations/rebuild.js +25 -0
  50. package/src/actions/relations/relations.js +86 -0
  51. package/src/actions/relations/relations.test.js +15 -0
  52. package/src/components/index.js +1 -0
  53. package/src/components/manage/Add/Add.jsx +2 -2
  54. package/src/components/manage/BlockChooser/BlockChooser.jsx +8 -3
  55. package/src/components/manage/BlockChooser/BlockChooser.test.jsx +5 -0
  56. package/src/components/manage/Blocks/Search/components/DateRangeFacet.jsx +4 -1
  57. package/src/components/manage/Contents/Contents.jsx +5 -1
  58. package/src/components/manage/Contents/ContentsItem.jsx +6 -0
  59. package/src/components/manage/Controlpanels/Controlpanels.jsx +9 -0
  60. package/src/components/manage/Controlpanels/Relations/BrokenRelations.jsx +66 -0
  61. package/src/components/manage/Controlpanels/Relations/Relations.jsx +114 -0
  62. package/src/components/manage/Controlpanels/Relations/RelationsListing.jsx +479 -0
  63. package/src/components/manage/Controlpanels/Relations/RelationsMatrix.jsx +531 -0
  64. package/src/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.jsx +3 -3
  65. package/src/components/manage/Controlpanels/Users/UserGroupMembershipListing.jsx +51 -82
  66. package/src/components/manage/Controlpanels/Users/UserGroupMembershipMatrix.jsx +79 -75
  67. package/src/components/manage/Multilingual/CreateTranslation.jsx +2 -2
  68. package/src/components/manage/Multilingual/TranslationObject.jsx +4 -3
  69. package/src/components/manage/Preferences/PersonalPreferences.jsx +2 -2
  70. package/src/components/manage/Toast/Toast.jsx +1 -1
  71. package/src/components/manage/Toolbar/Types.jsx +2 -2
  72. package/src/components/manage/Widgets/DatetimeWidget.jsx +9 -5
  73. package/src/components/manage/Widgets/RecurrenceWidget/ByDayField.jsx +2 -1
  74. package/src/components/manage/Widgets/RecurrenceWidget/MonthOfTheYearField.jsx +2 -1
  75. package/src/components/manage/Widgets/RecurrenceWidget/Occurences.jsx +2 -1
  76. package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +7 -2
  77. package/src/components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthField.jsx +2 -1
  78. package/src/components/theme/Footer/Footer.jsx +2 -13
  79. package/src/components/theme/LanguageSelector/LanguageSelector.js +8 -3
  80. package/src/components/theme/Logo/Logo.jsx +2 -1
  81. package/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx +2 -2
  82. package/src/components/theme/Navigation/NavItem.jsx +4 -2
  83. package/src/components/theme/Sitemap/Sitemap.jsx +5 -3
  84. package/src/components/theme/View/EventDatesInfo.jsx +2 -1
  85. package/src/components/theme/Widgets/DateWidget.jsx +2 -1
  86. package/src/components/theme/Widgets/DatetimeWidget.jsx +2 -1
  87. package/src/components/theme/Widgets/RelationsWidget.jsx +13 -11
  88. package/src/config/ControlPanels.js +2 -0
  89. package/src/constants/ActionTypes.js +4 -0
  90. package/src/constants/Languages.js +8 -4
  91. package/src/helpers/Html/Html.jsx +3 -1
  92. package/src/helpers/Html/Html.test.jsx +5 -0
  93. package/src/helpers/MessageLabels/MessageLabels.js +72 -0
  94. package/src/helpers/Utils/Utils.js +21 -9
  95. package/src/helpers/Utils/Utils.test.js +4 -4
  96. package/src/helpers/index.js +5 -2
  97. package/src/middleware/api.js +7 -3
  98. package/src/reducers/actions/actions.js +1 -1
  99. package/src/reducers/breadcrumbs/breadcrumbs.js +1 -1
  100. package/src/reducers/index.js +2 -0
  101. package/src/reducers/navigation/navigation.js +1 -1
  102. package/src/reducers/relations/relations.js +173 -0
  103. package/src/reducers/types/types.js +1 -1
  104. package/src/routes.js +5 -0
  105. package/src/server.jsx +28 -23
  106. package/theme/themes/pastanaga/extras/userscontrolpanel.less +99 -76
  107. package/.changelog.draft +0 -33
  108. package/.editorconfig +0 -36
  109. package/.storybook/main.js +0 -127
  110. package/.storybook/manager.js +0 -15
  111. package/.storybook/preview.js +0 -21
  112. package/.storybook/static/previewImage.svg +0 -48
  113. package/.vale.ini +0 -10
  114. package/.yarnrc.yml +0 -5
  115. package/jsdoc.json +0 -16
  116. package/netlify.toml +0 -5
  117. package/pyvenv.cfg +0 -3
  118. package/share/man/man1/ttx.1 +0 -225
  119. package/styles/Vocab/Base/accept.txt +0 -0
  120. package/styles/Vocab/Base/reject.txt +0 -0
  121. package/styles/Vocab/Plone/accept.txt +0 -10
  122. package/styles/Vocab/Plone/reject.txt +0 -5
  123. package/towncrier.toml +0 -33
package/locales/en.json CHANGED
@@ -1 +1 @@
1
- {"<p>Add some HTML here</p>":"<p>Add some HTML here</p>","Account Registration Completed":"Account Registration Completed","Account activation completed":"Account activation completed","Action":"Action","Action changed":"Action changed","Action: ":"Action:","Actions":"Actions","Activate and deactivate":"Activate and deactivate add-ons in the lists below.","Active":"Active","Active content rules in this Page":"Active content rules in this Page","Add":"Add","Add (object list)":"Add","Add Addons":"To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see","Add Content":"Add Content…","Add Content Rule":"Add Content Rule","Add Rule":"Add Rule","Add Translation…":"Add Translation…","Add User":"Add User","Add a description…":"Add a description…","Add a new alternative url":"Add a new alternative url","Add action":"Action added","Add block":"Add block","Add block…":"Add block…","Add condition":"Condition added","Add content rule":"Add content rule","Add criteria":"Add criteria","Add date":"Add date","Add field":"Add field","Add fieldset":"Add fieldset","Add group":"Add group","Add new content type":"Add new content type","Add new group":"Add new group","Add new user":"Add new user","Add to Groups":"Add to Groups","Add users to group":"Add users to group","Add vocabulary term":"Add term","Add {type}":"Add {type}","Add-Ons":"Add-Ons","Add-on Configuration":"Add-on Configuration","Add-ons":"Add-ons","Add-ons Settings":"Add-ons Settings","Added":"Added","Additional date":"Additional date","Addon could not be installed":"Addon could not be installed","Addon could not be uninstalled":"Addon could not be uninstalled","Addon could not be upgraded":"Addon could not be upgraded","Addon installed succesfuly":"Addon installed succesfuly","Addon uninstalled succesfuly":"Addon uninstalled succesfuly","Addon upgraded succesfuly":"Addon upgraded succesfuly","Album view":"Album view","Alias":"Alias","Alias has been added":"Alias has been added","Alignment":"Alignment","All":"All","All content":"All content","All existing alternative urls for this site":"All existing alternative urls for this site","Alphabetically":"Alphabetically","Alt text":"Alt text","Alt text hint":"Leave empty if the image is purely decorative.","Alt text hint link text":"Describe the purpose of the image.","Alternative url path (Required)":"Alternative url path (Required)","Alternative url path must start with a slash.":"Alternative url path must start with a slash.","Alternative url path → target url path (date and time of creation, manually created yes/no)":"Alternative url path → target url path (date and time of creation, manually created yes/no)","Applied to subfolders":"Applied to subfolders","Applies to subfolders?":"Applies to subfolders?","Apply to subfolders":"Apply to subfolders","Apply working copy":"Apply working copy","Are you sure you want to delete this field?":"Are you sure you want to delete this field?","Are you sure you want to delete this fieldset including all fields?":"Are you sure you want to delete this fieldset including all fields?","Ascending":"Ascending","Assignments":"Assignments","Available":"Available","Available content rules:":"Available content rules:","Back":"Back","Base":"Base","Base search query":"Base search query","Block":"Block","Both email address and password are case sensitive, check that caps lock is not enabled.":"Both email address and password are case sensitive, check that caps lock is not enabled.","Breadcrumbs":"Breadcrumbs","Browse":"Browse","Browse the site, drop an image, or type an URL":"Browse the site, drop an image, or type an URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.","By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.":"By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.","Cache Name":"Cache Name","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>","Cancel":"Cancel","Cell":"Cell","Center":"Center","Change Note":"Change Note","Change Password":"Change Password","Change State":"Change State","Change workflow state recursively":"Change workflow state recursively","Changes applied.":"Changes applied","Changes saved":"Changes saved","Changes saved.":"Changes saved.","Checkbox":"Checkbox","Choices":"Choices","Choose Image":"Choose Image","Choose Target":"Choose Target","Choose a file":"Choose a file","Clear":"Clear","Clear filters":"Clear filters","Click to download full sized image":"Click to download full sized image","Close":"Close","Close menu":"Close menu","Code":"Code","Collapse item":"Collapse item","Collection":"Collection","Color":"Color","Comment":"Comment","Commenter":"Commenter","Comments":"Comments","Compare":"Compare","Condition changed":"Condition changed","Condition: ":"Condition:","Configuration Versions":"Configuration Versions","Configure Content Rule":"Configure Content Rule","Configure Content Rule: {title}":"Configure Content Rule: {title}","Configure content rule":"Configure content rule","Confirm password":"Confirm password","Connection refused":"Connection refused","Contact form":"Contact form","Contained items":"Contained items","Content":"Content","Content Rule":"Content Rule","Content Rules":"Content Rules","Content rules for {title}":"Content rules for {title}","Content rules from parent folders":"Content rules from parent folders","Content type created":"Content type created","Content type deleted":"Content type deleted","Contents":"Contents","Controls":"Controls","Copy":"Copy","Copy blocks":"undefined","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Copyright statement or other rights information on this item.","Create working copy":"Create working copy","Created by {creator} on {date}":"Created by {creator} on {date}","Created on":"Created on","Creator":"Creator","Creators":"Creators","Criteria":"Criteria","Current active configuration":"Current active configuration","Current filters applied":"Current filters applied","Current password":"Current password","Cut":"Cut","Cut blocks":"undefined","Daily":"Daily","Database":"Database","Database Information":"Database Information","Database Location":"Database Location","Database Size":"Database Size","Database main":"Database main","Date":"Date","Date (newest first)":"Date (newest first)","Default":"Default","Default view":"Default view","Delete":"Delete","Delete Group":"Delete Group","Delete Type":"Delete Type","Delete User":"Delete User","Delete action":"Action deleted","Delete blocks":"undefined","Delete col":"Delete col","Delete condition":"Condition deleted","Delete row":"Delete row","Deleted":"Deleted","Depth":"Depth","Descending":"Descending","Description":"Description","Diff":"Diff","Difference between revision {one} and {two} of {title}":"Difference between revision {one} and {two} of {title}","Disable":"Disable","Disable apply to subfolders":"Disable apply to subfolders","Disabled":"Disabled","Disabled apply to subfolders":"Disabled apply to subfolders","Distributed under the {license}.":"Distributed under the {license}.","Divide each row into separate cells":"Add border to inner columns","Do you really want to delete the following items?":"Do you really want to delete the following items?","Do you really want to delete the group {groupname}?":"Do you really want to delete the group {groupname}?","Do you really want to delete the type {typename}?":"Do you really want to delete type {typename}?","Do you really want to delete the user {username}?":"Do you really want to delete the user {username}?","Do you really want to delete this item?":"Do you really want to delete this item?","Document":"Document","Document view":"Document view","Download Event":"Download Event","Drag and drop files from your computer onto this area or click the “Browse” button.":"Drag and drop files from your computer onto this area or click the “Browse” button.","Drop file here to replace the existing file":"Drop file here to replace the existing file","Drop file here to upload a new file":"Drop file here to upload a new file","Drop files here ...":"Drop files here ...","Dry run selected, transaction aborted.":"Dry run selected, transaction aborted.","E-mail":"E-mail","E-mail addresses do not match.":"E-mail addresses do not match.","Edit":"Edit","Edit Rule":"Edit Rule","Edit comment":"Edit comment","Edit field":"Edit field","Edit fieldset":"Edit fieldset","Edit recurrence":"Edit recurrence","Edit values":"Edit values","Edit {title}":"Edit {title}","Email":"Email","Email sent":"Email sent","Embed code error, please follow the instructions and try again.":"Embed code error, please follow the instructions and try again.","Empty object list":"Empty object list","Enable":"Enable","Enable editable Blocks":"Enable editable Blocks","Enabled":"Enabled","Enabled here?":"Enabled here?","Enabled?":"Enabled?","End Date":"End Date","Enter URL or select an item":"Enter URL or select an item","Enter a username above to search or click 'Show All'":"Enter a username above to search or click 'Show All'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.","Enter full name, e.g. John Smith.":"Enter full name, e.g. John Smith.","Enter map Embed Code":"Enter map Embed Code","Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.":"Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.","Enter your current password.":"Enter your current password.","Enter your email for verification.":"Enter your email for verification.","Enter your new password. Minimum 5 characters.":"Enter your new password. Minimum 5 characters.","Enter your username for verification.":"Enter your username for verification.","Error":"Error","ErrorHeader":"Error","Event":"Event","Event listing":"Event listing","Event view":"Event view","Exclude from navigation":"Exclude from navigation","Exclude this occurence":"Exclude this occurence","Excluded from navigation":"Excluded from navigation","Existing alternative urls for this item":"Existing alternative urls for this item","Expand sidebar":"Expand sidebar","Expiration Date":"Expiration Date","Expiration date":"Expiration date","Expired":"Expired","External URL":"External URL","Facet":"Facet","Facet widget":"Facet widget","Facets":"Facets","Facets on left side":"Facets on left side","Facets on right side":"Facets on right side","Facets on top":"Facets on top","Failed To Undo Transactions":"Failed to undo transactions","Field":"Field","File":"File","File size":"File size","File view":"File view","Filename":"Filename","Filter Rules:":"Filter Rules:","Filter by prefix":"Filter by prefix","Filter users by groups":"Filter users by groups","Filter…":"Filter…","First":"First","Fixed width table cells":"Fixed width columns","Fold":"Fold","Folder":"Folder","Folder listing":"Folder listing","Forbidden":"Forbidden","Fourth":"Fourth","From":"From","Full":"Full","Full Name":"Full Name","Fullname":"Fullname","GNU GPL license":"GNU GPL license","General":"General","Global role":"Global role","Google Maps Embedded Block":"Google Maps Embedded Block","Group":"Group","Group created":"Group created","Group roles updated":"Group roles updated","Groupname":"Groupname","Groups":"Groups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.","Header cell":"Header cell","Headline":"Headline","Headline level":"Headline level","Hidden facets will still filter the results if proper parameters are passed in URLs":"Hidden facets will still filter the results if proper parameters are passed in URLs","Hide Replies":"Hide Replies","Hide facet?":"Hide facet?","History":"History","History Version Number":"#","History of {title}":"History of {title}","Home":"Home","ID":"ID","If all of the following conditions are met:":"If all of the following conditions are met:","If selected, this item will not appear in the navigation tree":"If selected, this item will not appear in the navigation tree","If this date is in the future, the content will not show up in listings and searches until this date.":"If this date is in the future, the content will not show up in listings and searches until this date.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.","Image":"Image","Image gallery":"Image gallery","Image override":"Image override","Image size":"Image size","Image view":"Image view","Include this occurence":"Include this occurrence","Info":"Info","InfoUserGroupSettings":"You have selected the option 'many users' or 'many groups'. Thus this control panel asks for input to show users and groups. If you want to see users and groups instantaneous, head over to user group settings. See the button on the left.","Inherit permissions from higher levels":"Inherit permissions from higher levels","Inherited value":"Inherited value","Insert col after":"Insert col after","Insert col before":"Insert col before","Insert row after":"Insert row after","Insert row before":"Insert row before","Install":"Install","Installed":"Installed","Installed version":"Installed version","Installing a third party add-on":"Installing a third party add-on","Interval Daily":"days","Interval Monthly":"Month(s)","Interval Weekly":"week(s)","Interval Yearly":"year(s)","Invalid Block":"Invalid block - Will be removed on saving","Item batch size":"Item batch size","Item succesfully moved.":"Item successfully moved.","Item(s) copied.":"Item(s) copied.","Item(s) cut.":"Item(s) cut.","Item(s) has been updated.":"Item(s) has been updated.","Item(s) pasted.":"Item(s) pasted.","Item(s) state has been updated.":"Item(s) state has been updated.","Items":"Items","Items must be unique.":"Items must be unique.","Items to be deleted:":"Items to be deleted:","Label":"Label","Language":"Language","Language independent field.":"Language independent field.","Large":"Large","Last":"Last","Last comment date":"Last comment date","Last modified":"Last modified","Latest available configuration":"Latest available configuration","Latest version":"Latest version","Layout":"Layout","Lead Image":"Lead Image","Left":"Left","Link":"Link","Link more":"Link more","Link redirect view":"Link redirect view","Link title":"Link Title","Link to":"Link to","Link translation for":"Link translation for","Listing":"Listing","Listing view":"Listing view","Load more":"Load more...","Loading":"Loading.","Log In":"Login","Log in":"Log in","Logged out":"Logged out","Login":"Login","Login Failed":"Login Failed","Login Name":"Login Name","Logout":"Logout","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Made by {creator} on {date}. This is not a working copy anymore, but the main content.","Make the table compact":"Reduce cell padding","Manage Translations":"Manage Translations","Manage content…":"Manage content…","Manage translations for {title}":"Manage translations for {title}","Manual":"Manual","Manually or automatically added?":"Manually or automatically added?","Maps":"Maps","Maps URL":"Maps URL","Maximum length is {len}.":"Maximum length is {len}.","Maximum value is {len}.":"Maximum value is {len}.","Medium":"Medium","Membership updated":"Membership updated","Message":"Message","Minimum length is {len}.":"Minimum length is {len}.","Minimum value is {len}.":"Minimum value is {len}.","Moderate Comments":"Moderate Comments","Moderate comments":"Moderate comments","Monday and Friday":"Monday and Friday","Month day":"Day","Monthly":"Monthly","More":"More","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.","Mosaic layout":"Mosaic layout","Move down":"Move down","Move to bottom of folder":"Move to bottom of folder","Move to top of folder":"Move to top of folder","Move up":"Move up","Multiple choices?":"Multiple choices?","My email is":"My email is","My username is":"My user name is","Name":"Name","Narrow":"Narrow","Navigate back":"Navigate back","Navigation":"Navigation","New password":"New password","News Item":"News Item","News item view":"News item view","No":"No","No Transactions Found":"No transactions found","No Transactions Selected":"No transactions selected","No Transactions Selected To Do Undo":"No transactions selected to do undo","No Video selected":"No Video selected","No addons found":"No addons found","No connection to the server":"There is no connection to the server, due to a timeout o no network connection.","No image selected":"No image selected","No image set in Lead Image content field":"No image set in Lead Image content field","No image set in image content field":"No image set in image content field","No images found.":"No images found.","No items found in this container.":"No items found in this container.","No items selected":"No items selected","No map selected":"No map selected","No occurences set":"No occurences set","No options":"No options","No results found":"No results found","No results found.":"No results found.","No selection":"No selection","No uninstall profile":"This addon does not provide an uninstall profile.","No user found":"No user found","No value":"No value","No workflow":"No workflow","None":"None","Note":"Note","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.","Number of active objects":"Number of active objects","Object Size":"Object Size","Occurences":"occurrence(s)","Ok":"Ok","Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.":"Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.","Open in a new tab":"Open in a new tab","Open menu":"Open menu","Open object browser":"Open object browser","Origin":"Origin","Page":"Page","Parent fieldset":"Parent fieldset","Password":"Password","Password reset":"Password reset","Passwords do not match.":"Passwords do not match.","Paste":"Paste","Paste blocks":"undefined","Perform the following actions:":"Perform the following actions:","Permissions have been updated successfully":"Permissions have been updated successfully","Permissions updated":"Permissions updated","Personal Information":"Personal Information","Personal Preferences":"Personal Preferences","Personal tools":"Personal tools","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.","Please choose an existing content as source for this element":"Please choose an existing content as source for this element","Please continue with the upgrade.":"Please continue with the upgrade.","Please ensure you have a backup of your site before performing the upgrade.":"Please ensure you have a backup of your site before performing the upgrade.","Please enter a valid URL by deleting the block and adding a new video block.":"Please enter a valid URL by deleting the block and adding a new video block.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.","Please fill out the form below to set your password.":"Please fill out the form below to set your password.","Please search for users or use the filters on the side.":"Please search for users or use the filters on the side.","Please upgrade to plone.restapi >= 8.24.0.":"Please upgrade to plone.restapi >= 8.24.0.","Plone Foundation":"Plone Foundation","Plone Site":"Plone Site","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Position changed":"Position changed","Possible values":"Possible values (Enter allowed choices one per line).","Potential link breakage":"Potential link breakage","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"Preferences","Prettify your code":"Prettify your code","Preview":"Preview","Preview Image URL":"Preview Image URL","Profile":"Profile","Properties":"Properties","Publication date":"Publication date","Publishing Date":"Publishing Date","Query":"Query","Re-enter the password. Make sure the passwords are identical.":"Re-enter the password. Make sure the passwords are identical.","Read More…":"Read More…","Rearrange items by…":"Rearrange items by…","Recurrence ends":"Ends","Recurrence ends after":"after","Recurrence ends on":"on","Redo":"Redo","Reduce complexity":"Minimalistic table design","Register":"Register","Registration form":"Registration form","Relevance":"Relevance","Remove":"Remove","Remove item":"Remove item","Remove recurrence":"Remove","Remove selected":"Remove selected","Remove term":"Remove term","Remove users from group":"Remove users from group","Remove working copy":"Remove working copy","Rename":"Rename","Rename Items Loading Message":"Renaming items...","Rename items":"Rename items","Repeat":"Repeat","Repeat every":"Repeat every","Repeat on":"Repeat on","Replace existing file":"Replace existing file","Reply":"Reply","Required":"Required","Required input is missing.":"Required input is missing.","Reset term title":"Reset title","Reset the block":"Reset the block","Results limit":"Results limit","Results preview":"Results preview","Results template":"Results template","Reversed order":"Reversed order","Revert to this revision":"Revert to this revision","Review state":"Review state","Richtext":"Richtext","Right":"Right","Rights":"Rights","Roles":"Roles","Root":"Root","Rule added":"Rule added","Rule enable changed":"Rule enable changed","Rules":"Rules","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.","Save":"Save","Save recurrence":"Save","Saved":"Saved","Schema":"Schema","Schema updates":"Schema updates","Search":"Search","Search SVG":"Search SVG","Search Site":"Search Site","Search block":"Search block","Search button label":"Search button label","Search content":"Search content","Search for user or group":"Search for user or group","Search group…":"Search group…","Search input label":"Search input label","Search results":"Search results","Search results for {term}":"Search results for {term}","Search users…":"Search users…","Searched for: <em>{searchedtext}</em>.":"Searched for: <em>{searchedtext}</em>.","Second":"Second","Section title":"Section title","Select":"Select","Select a date to add to recurrence":"Select a date to add to recurrence","Select columns to show":"Select columns to show","Select the transition to be used for modifying the items state.":"Select the transition to be used for modifying the items state.","Selected dates":"Selected dates","Selected items":"Selected items","Selected items - x of y":"of","Selection":"Selection","Select…":"Select…","Send":"Send","Send a confirmation mail with a link to set the password.":"Send a confirmation mail with a link to set the password.","Set my password":"Set my password","Set your password":"Set your password","Settings":"Settings","Sharing":"Sharing","Sharing for {title}":"Sharing for {title}","Short Name":"Short Name","Short name":"Short name","Show":"Show","Show All":"Show All","Show Replies":"Show Replies","Show groups of users below":"Show groups of users below","Show item":"Show item","Show search button?":"Show search button?","Show search input?":"Show search input?","Show sorting?":"Show sorting?","Show total results":"Show total results","Shrink sidebar":"Shrink sidebar","Shrink toolbar":"Shrink toolbar","Sign in to start session":"Sign in to start session","Site":"Site","Site Administration":"Site Administration","Site Setup":"Site Setup","Sitemap":"Sitemap","Size: {size}":"Size: {size}","Small":"Small","Sorry, something went wrong with your request":"Sorry, something went wrong with your request","Sort By":"Sort by","Sort By:":"Sort by:","Sort on":"Sort on","Sort on options":"Sort on options","Sort transactions by User-Name, Path or Date":"Sort transactions by User-Name, Path or Date","Sorted":"Sorted","Source":"Source","Specify a youtube video or playlist url":"Specify a youtube video or playlist url","Split":"Split","Start Date":"Start Date","Start of the recurrence":"Start of the recurrence","Start password reset":"Start password reset","State":"State","Status":"Status","Stop compare":"Stop compare","String":"String","Stripe alternate rows with color":"Alternate row background color","Styling":"Styling","Subject":"Subject","Success":"Success","Successfully Undone Transactions":"Successfully undone transactions","Summary":"Summary","Summary view":"Summary view","Switch to":"Switch to","Table":"Table","Table of Contents":"Table of Contents","Tabular view":"Tabular view","Tags":"Tags","Tags to add":"Tags to add","Tags to remove":"Tags to remove","Target":"Target","Target Path (Required)":"Target Path (Required)","Target memory size per cache in bytes":"Target memory size per cache in bytes","Target number of objects in memory per cache":"Target number of objects in memory per cache","Target url path must start with a slash.":"Target url path must start with a slash.","Teaser":"Teaser","Text":"Text","Thank you.":"Thank you.","The Database Manager allow you to view database status information":"The Database Manager allow you to view database status information","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.","The button presence disables the live search, the query is issued when you press ENTER":"The button presence disables the live search, the query is issued when you press ENTER","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.","The item could not be deleted.":"The item could not be deleted.","The link address is:":"The link address is:","The provided alternative url already exists!":"The provided alternative url already exists!","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"The registration process has been successful. Please check your e-mail inbox for information on how activate your account.","The site configuration is outdated and needs to be upgraded.":"The site configuration is outdated and needs to be upgraded.","The working copy was discarded":"The working copy was discarded","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.","There is a configuration problem on the backend":"There is a configuration problem on the backend","There was an error with the upgrade.":"There was an error with the upgrade.","There were some errors":"There were some errors","There were some errors.":"There were some errors.","Third":"Third","This Page is referenced by the following items:":"This Page is referenced by the following items:","This has an ongoing working copy in {title}":"This has an ongoing working copy in {title}","This is a reserved name and can't be used":"This is a reserved name and can't be used","This is a working copy of {title}":"This is a working copy of {title}","This item was locked by {creator} on {date}":"This item was locked by {creator} on {date}","This name will be displayed in the URL.":"This name will be displayed in the URL.","This page does not seem to exist…":"This page does not seem to exist…","This rule is assigned to the following locations:":"This rule is assigned to the following locations:","Time":"Time","Title":"Title","Title field error. Value not provided or already existing.":"Title field error. Value not provided or already existing.","Total active and non-active objects":"Total active and non-active objects","Total comments":"Total comments","Total items to be deleted:":"Total items to be deleted:","Total number of objects in each cache":"Total number of objects in each cache","Total number of objects in memory from all caches":"Total number of objects in memory from all caches","Total number of objects in the database":"Total number of objects in the database","Transactions":"Transactions","Transactions Checkbox":"#","Transactions Have Been Sorted":"Transactions have been sorted","Transactions Have Been Unsorted":"Transactions have been unsorted","Translate to {lang}":"Translate to {lang}","Translation linked":"Translation linked","Translation linking removed":"Translation linking removed","Triggering event field error. Please select a value":"Triggering event field error. Please select a value","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"Type a Video (YouTube, Vimeo or mp4) URL","Type text...":"Type text...","Type text…":"Type text…","Type the heading…":"Type the heading…","Type the title…":"Type the title…","UID":"UID","URL Management":"URL Management","URL Management for {title}":"URL Management for {title}","Unassign":"Unassign","Unassigned":"Unassigned","Unauthorized":"Unauthorized","Undo":"Undo","Undo Controlpanel":"Undo Controlpanel","Unfold":"Unfold","Unified":"Unified","Uninstall":"Uninstall","Unknown Block":"Unknown Block {block}","Unlink translation for":"Unlink translation for","Unlock":"Unlock","Unsorted":"Unsorted","Update":"Update","Update installed addons":"Update installed addons","Update installed addons:":"Update installed addons:","Updates available":"Updates available","Upgrade":"Upgrade","Upgrade Plone Site":"Upgrade Plone Site","Upgrade Report":"Upgrade Report","Upgrade Steps":"Upgrade Steps","Upload":"Upload","Upload a lead image in the 'Lead Image' content field.":"Upload a lead image in the 'Lead Image' content field.","Upload a new image":"Upload a new image","Upload files":"Upload files","Uploading files":"Uploading files","Uploading image":"Uploading image","Use the form below to define the new content rule":"Use the form below to define the new content rule","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.","Used for programmatic access to the fieldset.":"Used for programmatic access to the fieldset.","User":"User","User Group Membership":"User Group Membership","User Group Settings":"User Group Settings","User created":"User created","User name":"User name","User roles updated":"User roles updated","Username":"Username","Users":"Users","Users and Groups":"Users and Groups","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.","Variation":"Variation","Version Overview":"Version Overview","Video":"Video","Video URL":"Video URL","View":"View","View changes":"View changes","View this revision":"View this revision","View working copy":"View working copy","Viewmode":"View","Vocabulary term":"Vocabulary term","Vocabulary term title":"Title","Vocabulary terms":"Vocabulary terms","Warning Regarding debug mode":"You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.","We apologize for the inconvenience, but you don't have permissions on this resource.":"We apologize for the inconvenience, but you don't have permissions on this resource.","Weeek day of month":"The","Weekday":"Weekday","Weekly":"Weekly","What":"What","When":"When","When this date is reached, the content will nolonger be visible in listings and searches.":"When this date is reached, the content will nolonger be visible in listings and searches.","Whether or not execution of further rules should stop after this rule is executed":"Whether or not execution of further rules should stop after this rule is executed","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops","Whether or not the rule is currently enabled":"Whether or not the rule is currently enabled","Who":"Who","Wide":"Wide","Workflow Change Loading Message":"Updating workflow states...","Workflow updated.":"Workflow updated.","Yearly":"Yearly","Yes":"Yes","You are trying to access a protected resource, please {login} first.":"You are trying to access a protected resource, please {login} first.","You are using an outdated browser":"You are using an outdated browser","You can add a comment by filling out the form below. Plain text formatting.":"You can add a comment by filling out the form below. Plain text formatting.","You can control who can view and edit your item using the list below.":"You can control who can view and edit your item using the list below.","You can view the difference of the revisions below.":"You can view the difference of the revisions below.","You can view the history of your item below.":"You can view the history of your item below.","You can't paste this content here":"You can't paste this content here","You have been logged out from the site.":"You have been logged out from the site.","Your email is required for reset your password.":"Your email is required for reset your password.","Your password has been set successfully. You may now {link} with your new password.":"Your password has been set successfully. You may now {link} with your new password.","Your preferred language":"Your preferred language","Your site is up to date.":"Your site is up to date.","Your usernaame is required for reset your password.":"Your username is required for reset your password.","addUserFormEmailDescription":"Enter an email address. This is necessary in case the password is lost. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.","addUserFormFullnameDescription":"Enter full name, e.g. John Smith.","addUserFormPasswordDescription":"Enter your new password. Minimum 8 characters.","addUserFormUsernameDescription":"Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in.","availableViews":"Available views","box_forgot_password_option":"Forgot your password?","checkboxFacet":"Checkbox","common":"Common","compare_to":"Compare to language","daterangeFacet":"Date Range","delete":"delete","deprecated_browser_notice_message":"You are using {browsername} {browserversion} which is deprecated by its vendor. That means that it does not get security updates and it is not ready for current modern web features, which deteriorates the user experience. Please upgrade to a modern browser.","description":"Description","description_lost_password":"For security reasons, we store your password encrypted, and cannot mail it to you. If you would like to reset your password, fill out the form below and we will send you an email at the address you gave when you registered to start the process of resetting your password.","description_sent_password":"Your password reset request has been mailed. It should arrive in your mailbox shortly. When you receive the message, visit the address it contains to reset your password.","draft":"Draft","email":"Input must be valid email (something@domain.com)","event_alldates":"All dates","event_attendees":"Attendees","event_contactname":"Contact Name","event_contactphone":"Contact Phone","event_website":"Website","event_what":"What","event_when":"When","event_where":"Where","head_title":"Head title","heading_sent_password":"Password reset confirmation sent","hero":"Hero","html":"HTML","image":"Image","integer":"Input must be integer","intranet":"Intranet","label_my_email_is":"My email is","label_my_username_is":"My user name is","leadimage":"Lead Image Field","listing":"Listing","loading":"Loading","log in":"log in","maps":"Maps","maxLength":"Maximum Length","maximum":"End of the range (including the value itself)","media":"Media","minLength":"Minimum Length","minimum":"Start of the range","mostUsed":"Most used","no":"No","no workflow state":"No workflow state","number":"Input must be number","of the month":"of the month","or try a different page.":"or try a different page.","others":"others","pending":"Pending","private":"Private","published":"Published","querystring-widget-select":"Select…","results found":"results","return to the site root":"return to the site root","rrule_and":"and","rrule_approximate":"(~approximate)","rrule_at":"at","rrule_dateFormat":"[month] [day], [year]","rrule_day":"day","rrule_days":"days","rrule_every":"every","rrule_for":"for","rrule_hour":"hour","rrule_hours":"hours","rrule_in":"in","rrule_last":"last","rrule_minutes":"minutes","rrule_month":"month","rrule_months":"months","rrule_nd":"nd","rrule_on":"on","rrule_on the":"on the","rrule_or":"or","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"the","rrule_time":"time","rrule_times":"times","rrule_until":"until","rrule_week":"week","rrule_weekday":"weekday","rrule_weekdays":"weekdays","rrule_weeks":"weeks","rrule_year":"year","rrule_years":"years","selectFacet":"Select","selectView":"Select view","skiplink-footer":"Skip to footer","skiplink-main-content":"Skip to main content","skiplink-navigation":"Skip to navigation","sort":"sort","table":"Table","text":"Text","title":"Title","toc":"Table of Contents","toggleFacet":"Toggle","upgradeVersions":"Update from version {origin} to {destination}","url":"Input must be valid url (www.something.com or http(s)://www.something.com)","user avatar":"user avatar","video":"Video","views":"Views","visit_external_website":"Visit external website","workingCopyErrorUnauthorized":"You are not authorized to perform this operation.","workingCopyGenericError":"An error occurred while performing this operation.","yes":"Yes","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} selected","{id} Content Type":"{id} Content Type","{id} Schema":"{id} Schema","{title} copied.":"{title} copied.","{title} cut.":"{title} cut.","{title} has been deleted.":"{title} has been deleted."}
1
+ {"<p>Add some HTML here</p>":"<p>Add some HTML here</p>","Account Registration Completed":"Account Registration Completed","Account activation completed":"Account activation completed","Action":"Action","Action changed":"Action changed","Action: ":"Action:","Actions":"Actions","Activate and deactivate":"Activate and deactivate add-ons in the lists below.","Active":"Active","Active content rules in this Page":"Active content rules in this Page","Add":"Add","Add (object list)":"Add","Add Addons":"To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see","Add Content":"Add Content…","Add Content Rule":"Add Content Rule","Add Rule":"Add Rule","Add Translation…":"Add Translation…","Add User":"Add User","Add a description…":"Add a description…","Add a new alternative url":"Add a new alternative url","Add action":"Action added","Add block":"Add block","Add block…":"Add block…","Add condition":"Condition added","Add content rule":"Add content rule","Add criteria":"Add criteria","Add date":"Add date","Add field":"Add field","Add fieldset":"Add fieldset","Add group":"Add group","Add new content type":"Add new content type","Add new group":"Add new group","Add new user":"Add new user","Add to Groups":"Add to Groups","Add users to group":"Add users to group","Add vocabulary term":"Add term","Add {type}":"Add {type}","Add-Ons":"Add-Ons","Add-on Configuration":"Add-on Configuration","Add-ons":"Add-ons","Add-ons Settings":"Add-ons Settings","Added":"Added","Additional date":"Additional date","Addon could not be installed":"Addon could not be installed","Addon could not be uninstalled":"Addon could not be uninstalled","Addon could not be upgraded":"Addon could not be upgraded","Addon installed succesfuly":"Addon installed succesfuly","Addon uninstalled succesfuly":"Addon uninstalled succesfuly","Addon upgraded succesfuly":"Addon upgraded succesfuly","Album view":"Album view","Alias":"Alias","Alias has been added":"Alias has been added","Alignment":"Alignment","All":"All","All content":"All content","All existing alternative urls for this site":"All existing alternative urls for this site","Alphabetically":"Alphabetically","Alt text":"Alt text","Alt text hint":"Leave empty if the image is purely decorative.","Alt text hint link text":"Describe the purpose of the image.","Alternative url path (Required)":"Alternative url path (Required)","Alternative url path must start with a slash.":"Alternative url path must start with a slash.","Alternative url path → target url path (date and time of creation, manually created yes/no)":"Alternative url path → target url path (date and time of creation, manually created yes/no)","Applied to subfolders":"Applied to subfolders","Applies to subfolders?":"Applies to subfolders?","Apply to subfolders":"Apply to subfolders","Apply working copy":"Apply working copy","Are you sure you want to delete this field?":"Are you sure you want to delete this field?","Are you sure you want to delete this fieldset including all fields?":"Are you sure you want to delete this fieldset including all fields?","Ascending":"Ascending","Assignments":"Assignments","Available":"Available","Available content rules:":"Available content rules:","Back":"Back","Base":"Base","Base search query":"Base search query","Block":"Block","Both email address and password are case sensitive, check that caps lock is not enabled.":"Both email address and password are case sensitive, check that caps lock is not enabled.","Breadcrumbs":"Breadcrumbs","Broken relations":"Broken relations","Browse":"Browse","Browse the site, drop an image, or type an URL":"Browse the site, drop an image, or type an URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.","By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.":"By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.","Cache Name":"Cache Name","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>","Cancel":"Cancel","Cell":"Cell","Center":"Center","Change Note":"Change Note","Change Password":"Change Password","Change State":"Change State","Change workflow state recursively":"Change workflow state recursively","Changes applied.":"Changes applied","Changes saved":"Changes saved","Changes saved.":"Changes saved.","Checkbox":"Checkbox","Choices":"Choices","Choose Image":"Choose Image","Choose Target":"Choose Target","Choose a file":"Choose a file","Clear":"Clear","Clear filters":"Clear filters","Click to download full sized image":"Click to download full sized image","Close":"Close","Close menu":"Close menu","Code":"Code","Collapse item":"Collapse item","Collection":"Collection","Color":"Color","Comment":"Comment","Commenter":"Commenter","Comments":"Comments","Compare":"Compare","Condition changed":"Condition changed","Condition: ":"Condition:","Configuration Versions":"Configuration Versions","Configure Content Rule":"Configure Content Rule","Configure Content Rule: {title}":"Configure Content Rule: {title}","Configure content rule":"Configure content rule","Confirm password":"Confirm password","Connection refused":"Connection refused","Contact form":"Contact form","Contained items":"Contained items","Content":"Content","Content Rule":"Content Rule","Content Rules":"Content Rules","Content rules for {title}":"Content rules for {title}","Content rules from parent folders":"Content rules from parent folders","Content type created":"Content type created","Content type deleted":"Content type deleted","Contents":"Contents","Controls":"Controls","Copy":"Copy","Copy blocks":"undefined","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Copyright statement or other rights information on this item.","Create or delete relations to target":"Create or delete relations to target","Create working copy":"Create working copy","Created by {creator} on {date}":"Created by {creator} on {date}","Created on":"Created on","Creator":"Creator","Creators":"Creators","Criteria":"Criteria","Current active configuration":"Current active configuration","Current filters applied":"Current filters applied","Current password":"Current password","Cut":"Cut","Cut blocks":"undefined","Daily":"Daily","Database":"Database","Database Information":"Database Information","Database Location":"Database Location","Database Size":"Database Size","Database main":"Database main","Date":"Date","Date (newest first)":"Date (newest first)","Default":"Default","Default view":"Default view","Delete":"Delete","Delete Group":"Delete Group","Delete Type":"Delete Type","Delete User":"Delete User","Delete action":"Action deleted","Delete blocks":"undefined","Delete col":"Delete col","Delete condition":"Condition deleted","Delete row":"Delete row","Deleted":"Deleted","Depth":"Depth","Descending":"Descending","Description":"Description","Diff":"Diff","Difference between revision {one} and {two} of {title}":"Difference between revision {one} and {two} of {title}","Disable":"Disable","Disable apply to subfolders":"Disable apply to subfolders","Disabled":"Disabled","Disabled apply to subfolders":"Disabled apply to subfolders","Distributed under the {license}.":"Distributed under the {license}.","Divide each row into separate cells":"Add border to inner columns","Do you really want to delete the following items?":"Do you really want to delete the following items?","Do you really want to delete the group {groupname}?":"Do you really want to delete the group {groupname}?","Do you really want to delete the type {typename}?":"Do you really want to delete type {typename}?","Do you really want to delete the user {username}?":"Do you really want to delete the user {username}?","Do you really want to delete this item?":"Do you really want to delete this item?","Document":"Document","Document view":"Document view","Download Event":"Download Event","Drag and drop files from your computer onto this area or click the “Browse” button.":"Drag and drop files from your computer onto this area or click the “Browse” button.","Drop file here to replace the existing file":"Drop file here to replace the existing file","Drop file here to upload a new file":"Drop file here to upload a new file","Drop files here ...":"Drop files here ...","Dry run selected, transaction aborted.":"Dry run selected, transaction aborted.","E-mail":"E-mail","E-mail addresses do not match.":"E-mail addresses do not match.","Edit":"Edit","Edit Rule":"Edit Rule","Edit comment":"Edit comment","Edit field":"Edit field","Edit fieldset":"Edit fieldset","Edit recurrence":"Edit recurrence","Edit values":"Edit values","Edit {title}":"Edit {title}","Email":"Email","Email sent":"Email sent","Embed code error, please follow the instructions and try again.":"Embed code error, please follow the instructions and try again.","Empty object list":"Empty object list","Enable":"Enable","Enable editable Blocks":"Enable editable Blocks","Enabled":"Enabled","Enabled here?":"Enabled here?","Enabled?":"Enabled?","End Date":"End Date","Enter URL or select an item":"Enter URL or select an item","Enter a username above to search or click 'Show All'":"Enter a username above to search or click 'Show All'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.","Enter full name, e.g. John Smith.":"Enter full name, e.g. John Smith.","Enter map Embed Code":"Enter map Embed Code","Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.":"Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.","Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.":"Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.","Enter your current password.":"Enter your current password.","Enter your email for verification.":"Enter your email for verification.","Enter your new password. Minimum 5 characters.":"Enter your new password. Minimum 5 characters.","Enter your username for verification.":"Enter your username for verification.","Error":"Error","ErrorHeader":"Error","Event":"Event","Event listing":"Event listing","Event view":"Event view","Exclude from navigation":"Exclude from navigation","Exclude this occurence":"Exclude this occurence","Excluded from navigation":"Excluded from navigation","Existing alternative urls for this item":"Existing alternative urls for this item","Expand sidebar":"Expand sidebar","Expiration Date":"Expiration Date","Expiration date":"Expiration date","Expired":"Expired","External URL":"External URL","Facet":"Facet","Facet widget":"Facet widget","Facets":"Facets","Facets on left side":"Facets on left side","Facets on right side":"Facets on right side","Facets on top":"Facets on top","Failed To Undo Transactions":"Failed to undo transactions","Field":"Field","File":"File","File size":"File size","File view":"File view","Filename":"Filename","Filter":"Filter","Filter Rules:":"Filter Rules:","Filter by prefix":"Filter by prefix","Filter users by groups":"Filter users by groups","Filter…":"Filter…","First":"First","Fix relations":"Fix relations","Fixed width table cells":"Fixed width columns","Fold":"Fold","Folder":"Folder","Folder listing":"Folder listing","Forbidden":"Forbidden","Fourth":"Fourth","From":"From","Full":"Full","Full Name":"Full Name","Fullname":"Fullname","GNU GPL license":"GNU GPL license","General":"General","Global role":"Global role","Google Maps Embedded Block":"Google Maps Embedded Block","Group":"Group","Group created":"Group created","Group roles updated":"Group roles updated","Groupname":"Groupname","Groups":"Groups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.","Header cell":"Header cell","Headline":"Headline","Headline level":"Headline level","Hidden facets will still filter the results if proper parameters are passed in URLs":"Hidden facets will still filter the results if proper parameters are passed in URLs","Hide Replies":"Hide Replies","Hide facet?":"Hide facet?","History":"History","History Version Number":"#","History of {title}":"History of {title}","Home":"Home","ID":"ID","If all of the following conditions are met:":"If all of the following conditions are met:","If selected, this item will not appear in the navigation tree":"If selected, this item will not appear in the navigation tree","If this date is in the future, the content will not show up in listings and searches until this date.":"If this date is in the future, the content will not show up in listings and searches until this date.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.","Image":"Image","Image gallery":"Image gallery","Image override":"Image override","Image size":"Image size","Image view":"Image view","Include this occurence":"Include this occurrence","Info":"Info","InfoUserGroupSettings":"You have selected the option 'many users' or 'many groups'. Thus this control panel asks for input to show users and groups. If you want to see users and groups instantaneous, head over to user group settings. See the button on the left.","Inherit permissions from higher levels":"Inherit permissions from higher levels","Inherited value":"Inherited value","Insert col after":"Insert col after","Insert col before":"Insert col before","Insert row after":"Insert row after","Insert row before":"Insert row before","Inspect relations":"Inspect relations","Install":"Install","Installed":"Installed","Installed version":"Installed version","Installing a third party add-on":"Installing a third party add-on","Interval Daily":"days","Interval Monthly":"Month(s)","Interval Weekly":"week(s)","Interval Yearly":"year(s)","Invalid Block":"Invalid block - Will be removed on saving","Item batch size":"Item batch size","Item succesfully moved.":"Item successfully moved.","Item(s) copied.":"Item(s) copied.","Item(s) cut.":"Item(s) cut.","Item(s) has been updated.":"Item(s) has been updated.","Item(s) pasted.":"Item(s) pasted.","Item(s) state has been updated.":"Item(s) state has been updated.","Items":"Items","Items must be unique.":"Items must be unique.","Items to be deleted:":"Items to be deleted:","Label":"Label","Language":"Language","Language independent field.":"Language independent field.","Large":"Large","Last":"Last","Last comment date":"Last comment date","Last modified":"Last modified","Latest available configuration":"Latest available configuration","Latest version":"Latest version","Layout":"Layout","Lead Image":"Lead Image","Left":"Left","Link":"Link","Link more":"Link more","Link redirect view":"Link redirect view","Link title":"Link Title","Link to":"Link to","Link translation for":"Link translation for","Listing":"Listing","Listing view":"Listing view","Load more":"Load more...","Loading":"Loading.","Log In":"Login","Log in":"Log in","Logged out":"Logged out","Login":"Login","Login Failed":"Login Failed","Login Name":"Login Name","Logout":"Logout","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Made by {creator} on {date}. This is not a working copy anymore, but the main content.","Make the table compact":"Reduce cell padding","Manage Translations":"Manage Translations","Manage content…":"Manage content…","Manage translations for {title}":"Manage translations for {title}","Manual":"Manual","Manually or automatically added?":"Manually or automatically added?","Many relations found. Please search.":"Many relations found. Please search.","Maps":"Maps","Maps URL":"Maps URL","Maximum length is {len}.":"Maximum length is {len}.","Maximum value is {len}.":"Maximum value is {len}.","Medium":"Medium","Membership updated":"Membership updated","Message":"Message","Minimum length is {len}.":"Minimum length is {len}.","Minimum value is {len}.":"Minimum value is {len}.","Moderate Comments":"Moderate Comments","Moderate comments":"Moderate comments","Monday and Friday":"Monday and Friday","Month day":"Day","Monthly":"Monthly","More":"More","More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.":"More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.","Mosaic layout":"Mosaic layout","Move down":"Move down","Move to bottom of folder":"Move to bottom of folder","Move to top of folder":"Move to top of folder","Move up":"Move up","Multiple choices?":"Multiple choices?","My email is":"My email is","My username is":"My user name is","Name":"Name","Narrow":"Narrow","Navigate back":"Navigate back","Navigation":"Navigation","New password":"New password","News Item":"News Item","News item view":"News item view","No":"No","No Transactions Found":"No transactions found","No Transactions Selected":"No transactions selected","No Transactions Selected To Do Undo":"No transactions selected to do undo","No Video selected":"No Video selected","No addons found":"No addons found","No broken relations found.":"No broken relations found.","No connection to the server":"There is no connection to the server, due to a timeout o no network connection.","No image selected":"No image selected","No image set in Lead Image content field":"No image set in Lead Image content field","No image set in image content field":"No image set in image content field","No images found.":"No images found.","No items found in this container.":"No items found in this container.","No items selected":"No items selected","No map selected":"No map selected","No occurences set":"No occurences set","No options":"No options","No relation found":"No relation found","No results found":"No results found","No results found.":"No results found.","No selection":"No selection","No uninstall profile":"This addon does not provide an uninstall profile.","No user found":"No user found","No value":"No value","No workflow":"No workflow","None":"None","Note":"Note","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.","Number of active objects":"Number of active objects","Object Size":"Object Size","Occurences":"occurrence(s)","Ok":"Ok","Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.":"Only lowercase letters (a-z) without accents, numbers (0-9), and the characters \"-\", \"_\", and \".\" are allowed.","Open in a new tab":"Open in a new tab","Open menu":"Open menu","Open object browser":"Open object browser","Origin":"Origin","Page":"Page","Parent fieldset":"Parent fieldset","Password":"Password","Password reset":"Password reset","Passwords do not match.":"Passwords do not match.","Paste":"Paste","Paste blocks":"undefined","Perform the following actions:":"Perform the following actions:","Permissions have been updated successfully":"Permissions have been updated successfully","Permissions updated":"Permissions updated","Personal Information":"Personal Information","Personal Preferences":"Personal Preferences","Personal tools":"Personal tools","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.","Please choose an existing content as source for this element":"Please choose an existing content as source for this element","Please continue with the upgrade.":"Please continue with the upgrade.","Please ensure you have a backup of your site before performing the upgrade.":"Please ensure you have a backup of your site before performing the upgrade.","Please enter a valid URL by deleting the block and adding a new video block.":"Please enter a valid URL by deleting the block and adding a new video block.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.","Please fill out the form below to set your password.":"Please fill out the form below to set your password.","Please search for users or use the filters on the side.":"Please search for users or use the filters on the side.","Please upgrade to plone.restapi >= 8.24.0.":"Please upgrade to plone.restapi >= 8.24.0.","Please upgrade to plone.restapi >= 8.35.3.":"Please upgrade to plone.restapi >= 8.35.3.","Plone Foundation":"Plone Foundation","Plone Site":"Plone Site","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Position changed":"Position changed","Possible values":"Possible values (Enter allowed choices one per line).","Potential link breakage":"Potential link breakage","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"Preferences","Prettify your code":"Prettify your code","Preview":"Preview","Preview Image URL":"Preview Image URL","Profile":"Profile","Properties":"Properties","Publication date":"Publication date","Publishing Date":"Publishing Date","Query":"Query","Re-enter the password. Make sure the passwords are identical.":"Re-enter the password. Make sure the passwords are identical.","Read More…":"Read More…","Read only for this type of relation.":"Read only for this type of relation.","Rearrange items by…":"Rearrange items by…","Recurrence ends":"Ends","Recurrence ends after":"after","Recurrence ends on":"on","Redo":"Redo","Reduce complexity":"Minimalistic table design","Register":"Register","Registration form":"Registration form","Relation name":"Relation","Relations":"Relations","Relations are editable with plone.api >= 2.0.3.":"Relations are editable with plone.api >= 2.0.3.","Relations updated":"Relations updated","Relevance":"Relevance","Remove":"Remove","Remove item":"Remove item","Remove recurrence":"Remove","Remove selected":"Remove selected","Remove term":"Remove term","Remove users from group":"Remove users from group","Remove working copy":"Remove working copy","Rename":"Rename","Rename Items Loading Message":"Renaming items...","Rename items":"Rename items","Repeat":"Repeat","Repeat every":"Repeat every","Repeat on":"Repeat on","Replace existing file":"Replace existing file","Reply":"Reply","Required":"Required","Required input is missing.":"Required input is missing.","Reset term title":"Reset title","Reset the block":"Reset the block","Results limit":"Results limit","Results preview":"Results preview","Results template":"Results template","Reversed order":"Reversed order","Revert to this revision":"Revert to this revision","Review state":"Review state","Richtext":"Richtext","Right":"Right","Rights":"Rights","Roles":"Roles","Root":"Root","Rule added":"Rule added","Rule enable changed":"Rule enable changed","Rules":"Rules","Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.":"Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.","Save":"Save","Save recurrence":"Save","Saved":"Saved","Scheduled":"Scheduled","Schema":"Schema","Schema updates":"Schema updates","Search":"Search","Search SVG":"Search SVG","Search Site":"Search Site","Search block":"Search block","Search button label":"Search button label","Search content":"Search content","Search for user or group":"Search for user or group","Search group…":"Search group…","Search input label":"Search input label","Search results":"Search results","Search results for {term}":"Search results for {term}","Search sources by title or path":"Search sources by title or path","Search targets by title or path":"Search targets by title or path","Search users…":"Search users…","Searched for: <em>{searchedtext}</em>.":"Searched for: <em>{searchedtext}</em>.","Second":"Second","Section title":"Section title","Select":"Select","Select a date to add to recurrence":"Select a date to add to recurrence","Select columns to show":"Select columns to show","Select relation":"Select relation","Select the transition to be used for modifying the items state.":"Select the transition to be used for modifying the items state.","Selected":"Selected","Selected dates":"Selected dates","Selected items":"Selected items","Selected items - x of y":"of","Selection":"Selection","Select…":"Select…","Send":"Send","Send a confirmation mail with a link to set the password.":"Send a confirmation mail with a link to set the password.","Set my password":"Set my password","Set your password":"Set your password","Settings":"Settings","Sharing":"Sharing","Sharing for {title}":"Sharing for {title}","Short Name":"Short Name","Short name":"Short name","Show":"Show","Show All":"Show All","Show Replies":"Show Replies","Show groups of users below":"Show groups of users below","Show item":"Show item","Show potential sources. Not only objects that are source of some relation.":"Show potential sources. Not only objects that are source of some relation.","Show potential targets. Not only objects that are target of some relation.":"Show potential targets. Not only objects that are target of some relation.","Show search button?":"Show search button?","Show search input?":"Show search input?","Show sorting?":"Show sorting?","Show total results":"Show total results","Shrink sidebar":"Shrink sidebar","Shrink toolbar":"Shrink toolbar","Sign in to start session":"Sign in to start session","Site":"Site","Site Administration":"Site Administration","Site Setup":"Site Setup","Sitemap":"Sitemap","Size: {size}":"Size: {size}","Small":"Small","Some relations are broken. Please fix.":"Some relations are broken. Please fix.","Sorry, something went wrong with your request":"Sorry, something went wrong with your request","Sort By":"Sort by","Sort By:":"Sort by:","Sort on":"Sort on","Sort on options":"Sort on options","Sort transactions by User-Name, Path or Date":"Sort transactions by User-Name, Path or Date","Sorted":"Sorted","Source":"Source","Specify a youtube video or playlist url":"Specify a youtube video or playlist url","Split":"Split","Start Date":"Start Date","Start of the recurrence":"Start of the recurrence","Start password reset":"Start password reset","State":"State","Status":"Status","Stop compare":"Stop compare","String":"String","Stripe alternate rows with color":"Alternate row background color","Styling":"Styling","Subject":"Subject","Success":"Success","Successfully Undone Transactions":"Successfully undone transactions","Summary":"Summary","Summary view":"Summary view","Switch to":"Switch to","Table":"Table","Table of Contents":"Table of Contents","Tabular view":"Tabular view","Tags":"Tags","Tags to add":"Tags to add","Tags to remove":"Tags to remove","Target":"Target","Target Path (Required)":"Target Path (Required)","Target memory size per cache in bytes":"Target memory size per cache in bytes","Target number of objects in memory per cache":"Target number of objects in memory per cache","Target url path must start with a slash.":"Target url path must start with a slash.","Teaser":"Teaser","Text":"Text","Thank you.":"Thank you.","The Database Manager allow you to view database status information":"The Database Manager allow you to view database status information","The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.":"The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.","The button presence disables the live search, the query is issued when you press ENTER":"The button presence disables the live search, the query is issued when you press ENTER","The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.":"The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.","The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.":"The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.","The item could not be deleted.":"The item could not be deleted.","The link address is:":"The link address is:","The provided alternative url already exists!":"The provided alternative url already exists!","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"The registration process has been successful. Please check your e-mail inbox for information on how activate your account.","The site configuration is outdated and needs to be upgraded.":"The site configuration is outdated and needs to be upgraded.","The working copy was discarded":"The working copy was discarded","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.","There is a configuration problem on the backend":"There is a configuration problem on the backend","There was an error with the upgrade.":"There was an error with the upgrade.","There were some errors":"There were some errors","There were some errors.":"There were some errors.","Third":"Third","This Page is referenced by the following items:":"This Page is referenced by the following items:","This has an ongoing working copy in {title}":"This has an ongoing working copy in {title}","This is a reserved name and can't be used":"This is a reserved name and can't be used","This is a working copy of {title}":"This is a working copy of {title}","This item was locked by {creator} on {date}":"This item was locked by {creator} on {date}","This name will be displayed in the URL.":"This name will be displayed in the URL.","This page does not seem to exist…":"This page does not seem to exist…","This rule is assigned to the following locations:":"This rule is assigned to the following locations:","Time":"Time","Title":"Title","Title field error. Value not provided or already existing.":"Title field error. Value not provided or already existing.","Total active and non-active objects":"Total active and non-active objects","Total comments":"Total comments","Total items to be deleted:":"Total items to be deleted:","Total number of objects in each cache":"Total number of objects in each cache","Total number of objects in memory from all caches":"Total number of objects in memory from all caches","Total number of objects in the database":"Total number of objects in the database","Transactions":"Transactions","Transactions Checkbox":"#","Transactions Have Been Sorted":"Transactions have been sorted","Transactions Have Been Unsorted":"Transactions have been unsorted","Translate to {lang}":"Translate to {lang}","Translation linked":"Translation linked","Translation linking removed":"Translation linking removed","Triggering event field error. Please select a value":"Triggering event field error. Please select a value","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"Type a Video (YouTube, Vimeo or mp4) URL","Type text...":"Type text...","Type text…":"Type text…","Type the heading…":"Type the heading…","Type the title…":"Type the title…","UID":"UID","URL Management":"URL Management","URL Management for {title}":"URL Management for {title}","Unassign":"Unassign","Unassigned":"Unassigned","Unauthorized":"Unauthorized","Undo":"Undo","Undo Controlpanel":"Undo Controlpanel","Unfold":"Unfold","Unified":"Unified","Uninstall":"Uninstall","Unknown Block":"Unknown Block {block}","Unlink translation for":"Unlink translation for","Unlock":"Unlock","Unsorted":"Unsorted","Update":"Update","Update installed addons":"Update installed addons","Update installed addons:":"Update installed addons:","Updates available":"Updates available","Upgrade":"Upgrade","Upgrade Plone Site":"Upgrade Plone Site","Upgrade Report":"Upgrade Report","Upgrade Steps":"Upgrade Steps","Upload":"Upload","Upload a lead image in the 'Lead Image' content field.":"Upload a lead image in the 'Lead Image' content field.","Upload a new image":"Upload a new image","Upload files":"Upload files","Uploading files":"Uploading files","Uploading image":"Uploading image","Use the form below to define the new content rule":"Use the form below to define the new content rule","Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.":"Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.","Used for programmatic access to the fieldset.":"Used for programmatic access to the fieldset.","User":"User","User Group Membership":"User Group Membership","User Group Settings":"User Group Settings","User created":"User created","User name":"User name","User roles updated":"User roles updated","Username":"Username","Users":"Users","Users and Groups":"Users and Groups","Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.":"Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.","Variation":"Variation","Version Overview":"Version Overview","Video":"Video","Video URL":"Video URL","View":"View","View changes":"View changes","View this revision":"View this revision","View working copy":"View working copy","Viewmode":"View","Vocabulary term":"Vocabulary term","Vocabulary term title":"Title","Vocabulary terms":"Vocabulary terms","Warning Regarding debug mode":"You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.","We apologize for the inconvenience, but you don't have permissions on this resource.":"We apologize for the inconvenience, but you don't have permissions on this resource.","Weeek day of month":"The","Weekday":"Weekday","Weekly":"Weekly","What":"What","When":"When","When this date is reached, the content will nolonger be visible in listings and searches.":"When this date is reached, the content will nolonger be visible in listings and searches.","Whether or not execution of further rules should stop after this rule is executed":"Whether or not execution of further rules should stop after this rule is executed","Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops":"Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops","Whether or not the rule is currently enabled":"Whether or not the rule is currently enabled","Who":"Who","Wide":"Wide","Workflow Change Loading Message":"Updating workflow states...","Workflow updated.":"Workflow updated.","Yearly":"Yearly","Yes":"Yes","You are trying to access a protected resource, please {login} first.":"You are trying to access a protected resource, please {login} first.","You are using an outdated browser":"You are using an outdated browser","You can add a comment by filling out the form below. Plain text formatting.":"You can add a comment by filling out the form below. Plain text formatting.","You can control who can view and edit your item using the list below.":"You can control who can view and edit your item using the list below.","You can view the difference of the revisions below.":"You can view the difference of the revisions below.","You can view the history of your item below.":"You can view the history of your item below.","You can't paste this content here":"You can't paste this content here","You have been logged out from the site.":"You have been logged out from the site.","You have not the required permission for this control panel.":"You have not the required permission for this control panel.","Your email is required for reset your password.":"Your email is required for reset your password.","Your password has been set successfully. You may now {link} with your new password.":"Your password has been set successfully. You may now {link} with your new password.","Your preferred language":"Your preferred language","Your site is up to date.":"Your site is up to date.","Your usernaame is required for reset your password.":"Your username is required for reset your password.","addUserFormEmailDescription":"Enter an email address. This is necessary in case the password is lost. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.","addUserFormFullnameDescription":"Enter full name, e.g. John Smith.","addUserFormPasswordDescription":"Enter your new password. Minimum 8 characters.","addUserFormUsernameDescription":"Enter a user name, usually something like \"jsmith\". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in.","availableViews":"Available views","box_forgot_password_option":"Forgot your password?","checkboxFacet":"Checkbox","common":"Common","compare_to":"Compare to language","daterangeFacet":"Date Range","delete":"delete","deprecated_browser_notice_message":"You are using {browsername} {browserversion} which is deprecated by its vendor. That means that it does not get security updates and it is not ready for current modern web features, which deteriorates the user experience. Please upgrade to a modern browser.","description":"Description","description_lost_password":"For security reasons, we store your password encrypted, and cannot mail it to you. If you would like to reset your password, fill out the form below and we will send you an email at the address you gave when you registered to start the process of resetting your password.","description_sent_password":"Your password reset request has been mailed. It should arrive in your mailbox shortly. When you receive the message, visit the address it contains to reset your password.","draft":"Draft","email":"Input must be valid email (something@domain.com)","event_alldates":"All dates","event_attendees":"Attendees","event_contactname":"Contact Name","event_contactphone":"Contact Phone","event_website":"Website","event_what":"What","event_when":"When","event_where":"Where","flush intIds and rebuild relations":"flush intIds and rebuild relations","head_title":"Head title","heading_sent_password":"Password reset confirmation sent","hero":"Hero","html":"HTML","image":"Image","integer":"Input must be integer","intranet":"Intranet","label_my_email_is":"My email is","label_my_username_is":"My user name is","leadimage":"Lead Image Field","listing":"Listing","loading":"Loading","log in":"log in","maps":"Maps","maxLength":"Maximum Length","maximum":"End of the range (including the value itself)","media":"Media","minLength":"Minimum Length","minimum":"Start of the range","mostUsed":"Most used","narrowDownRelations":"Found {sources} sources and {targets} targets. Narrow down to {max}!","no":"No","no workflow state":"No workflow state","number":"Input must be number","of the month":"of the month","or try a different page.":"or try a different page.","others":"others","pending":"Pending","private":"Private","published":"Published","querystring-widget-select":"Select…","rebuild relations":"rebuild relations","results found":"results","return to the site root":"return to the site root","rrule_and":"and","rrule_approximate":"(~approximate)","rrule_at":"at","rrule_dateFormat":"[month] [day], [year]","rrule_day":"day","rrule_days":"days","rrule_every":"every","rrule_for":"for","rrule_hour":"hour","rrule_hours":"hours","rrule_in":"in","rrule_last":"last","rrule_minutes":"minutes","rrule_month":"month","rrule_months":"months","rrule_nd":"nd","rrule_on":"on","rrule_on the":"on the","rrule_or":"or","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"the","rrule_time":"time","rrule_times":"times","rrule_until":"until","rrule_week":"week","rrule_weekday":"weekday","rrule_weekdays":"weekdays","rrule_weeks":"weeks","rrule_year":"year","rrule_years":"years","selectFacet":"Select","selectView":"Select view","skiplink-footer":"Skip to footer","skiplink-main-content":"Skip to main content","skiplink-navigation":"Skip to navigation","sort":"sort","sources path":"sources path","table":"Table","target path":"target path","text":"Text","title":"Title","toc":"Table of Contents","toggleFacet":"Toggle","upgradeVersions":"Update from version {origin} to {destination}","url":"Input must be valid url (www.something.com or http(s)://www.something.com)","user avatar":"user avatar","video":"Video","views":"Views","visit_external_website":"Visit external website","workingCopyErrorUnauthorized":"You are not authorized to perform this operation.","workingCopyGenericError":"An error occurred while performing this operation.","yes":"Yes","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} selected","{id} Content Type":"{id} Content Type","{id} Schema":"{id} Schema","{title} copied.":"{title} copied.","{title} cut.":"{title} cut.","{title} has been deleted.":"{title} has been deleted."}
@@ -466,6 +466,11 @@ msgstr "Tanto la dirección de correo electrónico y la contraseña son sensible
466
466
  msgid "Breadcrumbs"
467
467
  msgstr "Barra de ruta"
468
468
 
469
+ #: components/manage/Controlpanels/Relations/BrokenRelations
470
+ # defaultMessage: Broken relations
471
+ msgid "Broken relations"
472
+ msgstr ""
473
+
469
474
  #: components/manage/Blocks/HeroImageLeft/Edit
470
475
  #: components/manage/Contents/ContentsUploadModal
471
476
  #: components/manage/Sidebar/ObjectBrowserNav
@@ -784,6 +789,11 @@ msgstr "Copyright"
784
789
  msgid "Copyright statement or other rights information on this item."
785
790
  msgstr "Información del copyright o otros derechos en este elemento."
786
791
 
792
+ #: helpers/MessageLabels/MessageLabels
793
+ # defaultMessage: Create or delete relations to target
794
+ msgid "Create or delete relations to target"
795
+ msgstr ""
796
+
787
797
  #: components/manage/Toolbar/More
788
798
  # defaultMessage: Create working copy
789
799
  msgid "Create working copy"
@@ -1403,6 +1413,11 @@ msgstr "Vista de archivo"
1403
1413
  msgid "Filename"
1404
1414
  msgstr "Nombre del archivo"
1405
1415
 
1416
+ #: helpers/MessageLabels/MessageLabels
1417
+ # defaultMessage: Filter
1418
+ msgid "Filter"
1419
+ msgstr ""
1420
+
1406
1421
  #: components/manage/Controlpanels/Rules/Rules
1407
1422
  # defaultMessage: Filter Rules:
1408
1423
  msgid "Filter Rules:"
@@ -1428,6 +1443,11 @@ msgstr "Filtrar..."
1428
1443
  msgid "First"
1429
1444
  msgstr "Primero"
1430
1445
 
1446
+ #: helpers/MessageLabels/MessageLabels
1447
+ # defaultMessage: Fix relations
1448
+ msgid "Fix relations"
1449
+ msgstr ""
1450
+
1431
1451
  #: components/manage/Blocks/Table/Edit
1432
1452
  # defaultMessage: Fixed width columns
1433
1453
  msgid "Fixed width table cells"
@@ -1695,6 +1715,11 @@ msgstr "Insertar fila después"
1695
1715
  msgid "Insert row before"
1696
1716
  msgstr "Insertar fila antes"
1697
1717
 
1718
+ #: helpers/MessageLabels/MessageLabels
1719
+ # defaultMessage: Inspect relations
1720
+ msgid "Inspect relations"
1721
+ msgstr ""
1722
+
1698
1723
  #: components/manage/Controlpanels/AddonsControlpanel
1699
1724
  # defaultMessage: Install
1700
1725
  msgid "Install"
@@ -1982,6 +2007,11 @@ msgstr "Manual"
1982
2007
  msgid "Manually or automatically added?"
1983
2008
  msgstr "¿Añadidos de forma manual o automática?"
1984
2009
 
2010
+ #: helpers/MessageLabels/MessageLabels
2011
+ # defaultMessage: Many relations found. Please search.
2012
+ msgid "Many relations found. Please search."
2013
+ msgstr ""
2014
+
1985
2015
  #: components/manage/Blocks/Maps/MapsSidebar
1986
2016
  #: components/manage/Blocks/Maps/schema
1987
2017
  # defaultMessage: Maps
@@ -2173,6 +2203,11 @@ msgstr "No se ha seleccionado el vídeo"
2173
2203
  msgid "No addons found"
2174
2204
  msgstr "No se han encontrado complementos"
2175
2205
 
2206
+ #: components/manage/Controlpanels/Relations/RelationsMatrix
2207
+ # defaultMessage: No broken relations found.
2208
+ msgid "No broken relations found."
2209
+ msgstr ""
2210
+
2176
2211
  #: components/theme/RequestTimeout/RequestTimeout
2177
2212
  # defaultMessage: There is no connection to the server, due to a timeout o no network connection.
2178
2213
  msgid "No connection to the server"
@@ -2226,6 +2261,11 @@ msgstr "No hay repeticiones"
2226
2261
  msgid "No options"
2227
2262
  msgstr "No hay opciones"
2228
2263
 
2264
+ #: helpers/MessageLabels/MessageLabels
2265
+ # defaultMessage: No relation found
2266
+ msgid "No relation found"
2267
+ msgstr ""
2268
+
2229
2269
  #: components/manage/BlockChooser/BlockChooser
2230
2270
  #: components/theme/Search/Search
2231
2271
  # defaultMessage: No results found
@@ -2446,6 +2486,11 @@ msgstr "Busque los usuarios o utilice los filtros de un lado."
2446
2486
  msgid "Please upgrade to plone.restapi >= 8.24.0."
2447
2487
  msgstr "Actualice plone.restapi a la versión 8.24.0 o superior."
2448
2488
 
2489
+ #: components/manage/Controlpanels/Relations/Relations
2490
+ # defaultMessage: Please upgrade to plone.restapi >= 8.35.3.
2491
+ msgid "Please upgrade to plone.restapi >= 8.35.3."
2492
+ msgstr ""
2493
+
2449
2494
  #: components/theme/Footer/Footer
2450
2495
  # defaultMessage: Plone Foundation
2451
2496
  msgid "Plone Foundation"
@@ -2540,6 +2585,11 @@ msgstr "Introduzca de nuevo su contraseña. Debe asegurarse que las contraseñas
2540
2585
  msgid "Read More…"
2541
2586
  msgstr "Leer Más..."
2542
2587
 
2588
+ #: components/manage/Controlpanels/Relations/RelationsListing
2589
+ # defaultMessage: Read only for this type of relation.
2590
+ msgid "Read only for this type of relation."
2591
+ msgstr ""
2592
+
2543
2593
  #: components/manage/Contents/Contents
2544
2594
  # defaultMessage: Rearrange items by…
2545
2595
  msgid "Rearrange items by…"
@@ -2582,6 +2632,29 @@ msgstr "Registro"
2582
2632
  msgid "Registration form"
2583
2633
  msgstr "Formulario de registro"
2584
2634
 
2635
+ #: components/manage/Controlpanels/Relations/RelationsMatrix
2636
+ #: helpers/MessageLabels/MessageLabels
2637
+ # defaultMessage: Relation
2638
+ msgid "Relation name"
2639
+ msgstr ""
2640
+
2641
+ #: components/manage/Controlpanels/Controlpanels
2642
+ #: components/manage/Controlpanels/Relations/Relations
2643
+ #: helpers/MessageLabels/MessageLabels
2644
+ # defaultMessage: Relations
2645
+ msgid "Relations"
2646
+ msgstr ""
2647
+
2648
+ #: components/manage/Controlpanels/Relations/RelationsListing
2649
+ # defaultMessage: Relations are editable with plone.api >= 2.0.3.
2650
+ msgid "Relations are editable with plone.api >= 2.0.3."
2651
+ msgstr ""
2652
+
2653
+ #: helpers/MessageLabels/MessageLabels
2654
+ # defaultMessage: Relations updated
2655
+ msgid "Relations updated"
2656
+ msgstr ""
2657
+
2585
2658
  #: components/theme/Search/Search
2586
2659
  # defaultMessage: Relevance
2587
2660
  msgid "Relevance"
@@ -2790,6 +2863,11 @@ msgstr "Guardar repetición"
2790
2863
  msgid "Saved"
2791
2864
  msgstr "Guardado"
2792
2865
 
2866
+ #: components/manage/Contents/ContentsItem
2867
+ # defaultMessage: Scheduled
2868
+ msgid "Scheduled"
2869
+ msgstr ""
2870
+
2793
2871
  #: components/manage/Controlpanels/ContentTypesActions
2794
2872
  # defaultMessage: Schema
2795
2873
  msgid "Schema"
@@ -2863,6 +2941,16 @@ msgstr "Resultado de la búsqueda"
2863
2941
  msgid "Search results for {term}"
2864
2942
  msgstr "Resultados de búsqueda para {term}"
2865
2943
 
2944
+ #: helpers/MessageLabels/MessageLabels
2945
+ # defaultMessage: Search sources by title or path
2946
+ msgid "Search sources by title or path"
2947
+ msgstr ""
2948
+
2949
+ #: helpers/MessageLabels/MessageLabels
2950
+ # defaultMessage: Search targets by title or path
2951
+ msgid "Search targets by title or path"
2952
+ msgstr ""
2953
+
2866
2954
  #: helpers/MessageLabels/MessageLabels
2867
2955
  # defaultMessage: Search users…
2868
2956
  msgid "Search users…"
@@ -2886,6 +2974,7 @@ msgstr "Título de la sección"
2886
2974
  #: components/manage/Controlpanels/Aliases
2887
2975
  #: components/manage/Rules/Rules
2888
2976
  #: components/manage/Sidebar/ObjectBrowserNav
2977
+ #: helpers/MessageLabels/MessageLabels
2889
2978
  # defaultMessage: Select
2890
2979
  msgid "Select"
2891
2980
  msgstr "Seleccione"
@@ -2900,11 +2989,21 @@ msgstr "Seleccione una fecha para añadirla a la repetición"
2900
2989
  msgid "Select columns to show"
2901
2990
  msgstr "Seleccionar columnas a mostrar"
2902
2991
 
2992
+ #: helpers/MessageLabels/MessageLabels
2993
+ # defaultMessage: Select relation
2994
+ msgid "Select relation"
2995
+ msgstr ""
2996
+
2903
2997
  #: components/manage/Contents/ContentsWorkflowModal
2904
2998
  # defaultMessage: Select the transition to be used for modifying the items state.
2905
2999
  msgid "Select the transition to be used for modifying the items state."
2906
3000
  msgstr "Seleccione la transición a ser efectuada al cambiar el estado del contenido."
2907
3001
 
3002
+ #: helpers/MessageLabels/MessageLabels
3003
+ # defaultMessage: Selected
3004
+ msgid "Selected"
3005
+ msgstr ""
3006
+
2908
3007
  #: components/manage/Widgets/RecurrenceWidget/Occurences
2909
3008
  # defaultMessage: Selected dates
2910
3009
  msgid "Selected dates"
@@ -3009,6 +3108,16 @@ msgstr "Mostrar grupos de usuarios más abajo"
3009
3108
  msgid "Show item"
3010
3109
  msgstr "Mostrar elemento"
3011
3110
 
3111
+ #: components/manage/Controlpanels/Relations/RelationsMatrix
3112
+ # defaultMessage: Show potential sources. Not only objects that are source of some relation.
3113
+ msgid "Show potential sources. Not only objects that are source of some relation."
3114
+ msgstr ""
3115
+
3116
+ #: components/manage/Controlpanels/Relations/RelationsMatrix
3117
+ # defaultMessage: Show potential targets. Not only objects that are target of some relation.
3118
+ msgid "Show potential targets. Not only objects that are target of some relation."
3119
+ msgstr ""
3120
+
3012
3121
  #: components/manage/Blocks/Search/schema
3013
3122
  # defaultMessage: Show search button?
3014
3123
  msgid "Show search button?"
@@ -3076,6 +3185,11 @@ msgstr "Tamaño: {size}"
3076
3185
  msgid "Small"
3077
3186
  msgstr "Pequeño"
3078
3187
 
3188
+ #: components/manage/Controlpanels/Relations/Relations
3189
+ # defaultMessage: Some relations are broken. Please fix.
3190
+ msgid "Some relations are broken. Please fix."
3191
+ msgstr ""
3192
+
3079
3193
  #: error
3080
3194
  # defaultMessage: Sorry, something went wrong with your request
3081
3195
  msgid "Sorry, something went wrong with your request"
@@ -3115,6 +3229,7 @@ msgstr "Ordenado"
3115
3229
 
3116
3230
  #: components/manage/Blocks/HTML/Edit
3117
3231
  #: components/manage/Blocks/Image/schema
3232
+ #: components/manage/Controlpanels/Relations/RelationsMatrix
3118
3233
  # defaultMessage: Source
3119
3234
  msgid "Source"
3120
3235
  msgstr "Fuente"
@@ -3258,6 +3373,7 @@ msgstr "Categoría a remover"
3258
3373
 
3259
3374
  #: components/manage/Blocks/Teaser/schema
3260
3375
  #: components/manage/Controlpanels/Aliases
3376
+ #: components/manage/Controlpanels/Relations/RelationsMatrix
3261
3377
  # defaultMessage: Target
3262
3378
  msgid "Target"
3263
3379
  msgstr "Destino"
@@ -4003,6 +4119,11 @@ msgstr "No puede pegar el contenido aquí"
4003
4119
  msgid "You have been logged out from the site."
4004
4120
  msgstr "Ha sido salido del sitio."
4005
4121
 
4122
+ #: components/manage/Controlpanels/Relations/Relations
4123
+ # defaultMessage: You have not the required permission for this control panel.
4124
+ msgid "You have not the required permission for this control panel."
4125
+ msgstr ""
4126
+
4006
4127
  #: components/theme/PasswordReset/RequestPasswordReset
4007
4128
  # defaultMessage: Your email is required for reset your password.
4008
4129
  msgid "Your email is required for reset your password."
@@ -4154,6 +4275,11 @@ msgstr "Cuándo"
4154
4275
  msgid "event_where"
4155
4276
  msgstr "Dónde"
4156
4277
 
4278
+ #: helpers/MessageLabels/MessageLabels
4279
+ # defaultMessage: flush intIds and rebuild relations
4280
+ msgid "flush intIds and rebuild relations"
4281
+ msgstr ""
4282
+
4157
4283
  #: components/manage/Blocks/Teaser/schema
4158
4284
  # defaultMessage: Head title
4159
4285
  msgid "head_title"
@@ -4255,6 +4381,11 @@ msgstr "Comienzo de el rango"
4255
4381
  msgid "mostUsed"
4256
4382
  msgstr "Más usado"
4257
4383
 
4384
+ #: components/manage/Controlpanels/Relations/RelationsListing
4385
+ # defaultMessage: Found {sources} sources and {targets} targets. Narrow down to {max}!
4386
+ msgid "narrowDownRelations"
4387
+ msgstr ""
4388
+
4258
4389
  #: components/manage/Blocks/Search/components/DateRangeFacetFilterListEntry
4259
4390
  #: components/manage/Blocks/Search/components/ToggleFacetFilterListEntry
4260
4391
  #: components/theme/Widgets/BooleanWidget
@@ -4308,6 +4439,11 @@ msgstr "Publicado"
4308
4439
  msgid "querystring-widget-select"
4309
4440
  msgstr "Seleccione..."
4310
4441
 
4442
+ #: helpers/MessageLabels/MessageLabels
4443
+ # defaultMessage: rebuild relations
4444
+ msgid "rebuild relations"
4445
+ msgstr ""
4446
+
4311
4447
  #: components/theme/Search/Search
4312
4448
  # defaultMessage: results
4313
4449
  msgid "results found"
@@ -4508,11 +4644,21 @@ msgstr "Saltar a navegación"
4508
4644
  msgid "sort"
4509
4645
  msgstr "Ordenar"
4510
4646
 
4647
+ #: helpers/MessageLabels/MessageLabels
4648
+ # defaultMessage: sources path
4649
+ msgid "sources path"
4650
+ msgstr ""
4651
+
4511
4652
  #: config/Blocks
4512
4653
  # defaultMessage: Table
4513
4654
  msgid "table"
4514
4655
  msgstr "Tabla"
4515
4656
 
4657
+ #: helpers/MessageLabels/MessageLabels
4658
+ # defaultMessage: target path
4659
+ msgid "target path"
4660
+ msgstr ""
4661
+
4516
4662
  #: config/Blocks
4517
4663
  # defaultMessage: Text
4518
4664
  msgid "text"