@plone/volto 14.0.2 → 14.2.1

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 (218) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +24 -3
  3. package/locales/ca/LC_MESSAGES/volto.po +12 -2
  4. package/locales/ca.json +1 -1
  5. package/locales/de/LC_MESSAGES/volto.po +12 -2
  6. package/locales/de.json +1 -1
  7. package/locales/en/LC_MESSAGES/volto.po +12 -2
  8. package/locales/en.json +1 -1
  9. package/locales/es/LC_MESSAGES/volto.po +12 -2
  10. package/locales/es.json +1 -1
  11. package/locales/eu/LC_MESSAGES/volto.po +12 -2
  12. package/locales/eu.json +1 -1
  13. package/locales/fr/LC_MESSAGES/volto.po +12 -2
  14. package/locales/fr.json +1 -1
  15. package/locales/it/LC_MESSAGES/volto.po +12 -2
  16. package/locales/it.json +1 -1
  17. package/locales/ja/LC_MESSAGES/volto.po +12 -2
  18. package/locales/ja.json +1 -1
  19. package/locales/nl/LC_MESSAGES/volto.po +12 -2
  20. package/locales/nl.json +1 -1
  21. package/locales/pt/LC_MESSAGES/volto.po +12 -2
  22. package/locales/pt.json +1 -1
  23. package/locales/pt_BR/LC_MESSAGES/volto.po +12 -2
  24. package/locales/pt_BR.json +1 -1
  25. package/locales/ro/LC_MESSAGES/volto.po +12 -2
  26. package/locales/ro.json +1 -1
  27. package/locales/volto.pot +12 -2
  28. package/package.json +3 -2
  29. package/src/actions/vocabularies/vocabularies.js +15 -3
  30. package/src/components/index.js +1 -0
  31. package/src/components/manage/Add/Add.jsx +1 -0
  32. package/src/components/manage/Blocks/HeroImageLeft/Edit.jsx +1 -1
  33. package/src/components/manage/Blocks/Listing/getAsyncData.js +1 -1
  34. package/src/components/manage/Blocks/Text/Edit.jsx +19 -0
  35. package/src/components/manage/Edit/Edit.jsx +1 -0
  36. package/src/components/manage/Form/Form.jsx +32 -6
  37. package/src/components/manage/Form/UndoToolbar.jsx +78 -0
  38. package/src/components/manage/Multilingual/TranslationObject.jsx +1 -0
  39. package/src/components/manage/Widgets/AlignWidget.stories.jsx +5 -21
  40. package/src/components/manage/Widgets/ArrayWidget.jsx +88 -88
  41. package/src/components/manage/Widgets/ArrayWidget.stories.jsx +37 -64
  42. package/src/components/manage/Widgets/CheckboxWidget.stories.jsx +5 -22
  43. package/src/components/manage/Widgets/DatetimeWidget.jsx +65 -74
  44. package/src/components/manage/Widgets/DatetimeWidget.stories.jsx +7 -23
  45. package/src/components/manage/Widgets/DatetimeWidget.test.jsx +17 -15
  46. package/src/components/manage/Widgets/EmailWidget.stories.jsx +5 -22
  47. package/src/components/manage/Widgets/FileWidget.stories.jsx +5 -22
  48. package/src/components/manage/Widgets/NumberWidget.stories.jsx +5 -23
  49. package/src/components/manage/Widgets/ObjectBrowserWidget.stories.js +24 -32
  50. package/src/components/manage/Widgets/ObjectListWidget.stories.js +44 -44
  51. package/src/components/manage/Widgets/ObjectWidget.stories.jsx +13 -28
  52. package/src/components/manage/Widgets/PasswordWidget.stories.jsx +5 -22
  53. package/src/components/manage/Widgets/QueryWidget.jsx +2 -2
  54. package/src/components/manage/Widgets/QueryWidget.stories.jsx +1637 -22
  55. package/src/components/manage/Widgets/SelectAutoComplete.jsx +79 -48
  56. package/src/components/manage/Widgets/SelectAutoComplete.test.jsx +16 -0
  57. package/src/components/manage/Widgets/SelectAutocompleteWidget.stories.jsx +161 -0
  58. package/src/components/manage/Widgets/SelectUtils.js +90 -30
  59. package/src/components/manage/Widgets/SelectUtils.test.jsx +76 -1
  60. package/src/components/manage/Widgets/SelectWidget.jsx +26 -37
  61. package/src/components/manage/Widgets/SelectWidget.stories.jsx +96 -28
  62. package/src/components/manage/Widgets/TextWidget.stories.jsx +5 -22
  63. package/src/components/manage/Widgets/TextareaWidget.stories.jsx +5 -22
  64. package/src/components/manage/Widgets/TokenWidget.jsx +19 -17
  65. package/src/components/manage/Widgets/TokenWidget.stories.jsx +141 -0
  66. package/src/components/manage/Widgets/UrlWidget.stories.jsx +5 -21
  67. package/src/components/manage/Widgets/VocabularyTermsWidget.stories.js +27 -64
  68. package/src/components/manage/Widgets/WysiwygWidget.stories.jsx +5 -22
  69. package/src/components/manage/Widgets/story.jsx +38 -0
  70. package/src/components/theme/ContactForm/ContactForm.jsx +1 -0
  71. package/src/components/theme/ContactForm/ContactForm.stories.jsx +126 -0
  72. package/src/components/theme/CorsError/CorsError.jsx +2 -2
  73. package/src/components/theme/Navigation/NavItem.jsx +3 -1
  74. package/src/config/Blocks.jsx +8 -1
  75. package/src/config/Loadables.jsx +2 -0
  76. package/src/config/index.js +3 -0
  77. package/src/helpers/UndoManager/useUndoManager.js +102 -0
  78. package/src/helpers/index.js +1 -0
  79. package/src/reducers/vocabularies/vocabularies.js +13 -2
  80. package/src/store.js +1 -1
  81. package/src/storybook.jsx +55 -0
  82. package/theme/themes/pastanaga/extras/time-picker-overrides.less +1 -1
  83. package/include/python3.8/Python-ast.h +0 -715
  84. package/include/python3.8/Python.h +0 -160
  85. package/include/python3.8/abstract.h +0 -844
  86. package/include/python3.8/asdl.h +0 -46
  87. package/include/python3.8/ast.h +0 -37
  88. package/include/python3.8/bitset.h +0 -23
  89. package/include/python3.8/bltinmodule.h +0 -14
  90. package/include/python3.8/boolobject.h +0 -34
  91. package/include/python3.8/bytearrayobject.h +0 -62
  92. package/include/python3.8/bytes_methods.h +0 -69
  93. package/include/python3.8/bytesobject.h +0 -224
  94. package/include/python3.8/cellobject.h +0 -29
  95. package/include/python3.8/ceval.h +0 -231
  96. package/include/python3.8/classobject.h +0 -59
  97. package/include/python3.8/code.h +0 -180
  98. package/include/python3.8/codecs.h +0 -240
  99. package/include/python3.8/compile.h +0 -106
  100. package/include/python3.8/complexobject.h +0 -69
  101. package/include/python3.8/context.h +0 -84
  102. package/include/python3.8/cpython/abstract.h +0 -319
  103. package/include/python3.8/cpython/dictobject.h +0 -94
  104. package/include/python3.8/cpython/fileobject.h +0 -24
  105. package/include/python3.8/cpython/initconfig.h +0 -434
  106. package/include/python3.8/cpython/interpreteridobject.h +0 -19
  107. package/include/python3.8/cpython/object.h +0 -470
  108. package/include/python3.8/cpython/objimpl.h +0 -113
  109. package/include/python3.8/cpython/pyerrors.h +0 -188
  110. package/include/python3.8/cpython/pylifecycle.h +0 -78
  111. package/include/python3.8/cpython/pymem.h +0 -108
  112. package/include/python3.8/cpython/pystate.h +0 -252
  113. package/include/python3.8/cpython/sysmodule.h +0 -21
  114. package/include/python3.8/cpython/traceback.h +0 -22
  115. package/include/python3.8/cpython/tupleobject.h +0 -36
  116. package/include/python3.8/cpython/unicodeobject.h +0 -1239
  117. package/include/python3.8/datetime.h +0 -259
  118. package/include/python3.8/descrobject.h +0 -108
  119. package/include/python3.8/dictobject.h +0 -94
  120. package/include/python3.8/dtoa.h +0 -19
  121. package/include/python3.8/dynamic_annotations.h +0 -499
  122. package/include/python3.8/enumobject.h +0 -17
  123. package/include/python3.8/errcode.h +0 -38
  124. package/include/python3.8/eval.h +0 -37
  125. package/include/python3.8/fileobject.h +0 -49
  126. package/include/python3.8/fileutils.h +0 -185
  127. package/include/python3.8/floatobject.h +0 -130
  128. package/include/python3.8/frameobject.h +0 -92
  129. package/include/python3.8/funcobject.h +0 -104
  130. package/include/python3.8/genobject.h +0 -109
  131. package/include/python3.8/graminit.h +0 -94
  132. package/include/python3.8/grammar.h +0 -77
  133. package/include/python3.8/import.h +0 -149
  134. package/include/python3.8/internal/pycore_accu.h +0 -39
  135. package/include/python3.8/internal/pycore_atomic.h +0 -558
  136. package/include/python3.8/internal/pycore_ceval.h +0 -37
  137. package/include/python3.8/internal/pycore_code.h +0 -27
  138. package/include/python3.8/internal/pycore_condvar.h +0 -95
  139. package/include/python3.8/internal/pycore_context.h +0 -42
  140. package/include/python3.8/internal/pycore_fileutils.h +0 -54
  141. package/include/python3.8/internal/pycore_getopt.h +0 -22
  142. package/include/python3.8/internal/pycore_gil.h +0 -50
  143. package/include/python3.8/internal/pycore_hamt.h +0 -116
  144. package/include/python3.8/internal/pycore_initconfig.h +0 -166
  145. package/include/python3.8/internal/pycore_object.h +0 -81
  146. package/include/python3.8/internal/pycore_pathconfig.h +0 -75
  147. package/include/python3.8/internal/pycore_pyerrors.h +0 -62
  148. package/include/python3.8/internal/pycore_pyhash.h +0 -10
  149. package/include/python3.8/internal/pycore_pylifecycle.h +0 -118
  150. package/include/python3.8/internal/pycore_pymem.h +0 -212
  151. package/include/python3.8/internal/pycore_pystate.h +0 -326
  152. package/include/python3.8/internal/pycore_traceback.h +0 -96
  153. package/include/python3.8/internal/pycore_tupleobject.h +0 -19
  154. package/include/python3.8/internal/pycore_warnings.h +0 -25
  155. package/include/python3.8/interpreteridobject.h +0 -17
  156. package/include/python3.8/intrcheck.h +0 -33
  157. package/include/python3.8/iterobject.h +0 -25
  158. package/include/python3.8/listobject.h +0 -81
  159. package/include/python3.8/longintrepr.h +0 -99
  160. package/include/python3.8/longobject.h +0 -242
  161. package/include/python3.8/marshal.h +0 -28
  162. package/include/python3.8/memoryobject.h +0 -72
  163. package/include/python3.8/methodobject.h +0 -131
  164. package/include/python3.8/modsupport.h +0 -248
  165. package/include/python3.8/moduleobject.h +0 -90
  166. package/include/python3.8/namespaceobject.h +0 -19
  167. package/include/python3.8/node.h +0 -48
  168. package/include/python3.8/object.h +0 -753
  169. package/include/python3.8/objimpl.h +0 -284
  170. package/include/python3.8/odictobject.h +0 -43
  171. package/include/python3.8/opcode.h +0 -148
  172. package/include/python3.8/osdefs.h +0 -51
  173. package/include/python3.8/osmodule.h +0 -17
  174. package/include/python3.8/parsetok.h +0 -110
  175. package/include/python3.8/patchlevel.h +0 -35
  176. package/include/python3.8/picklebufobject.h +0 -31
  177. package/include/python3.8/py_curses.h +0 -100
  178. package/include/python3.8/pyarena.h +0 -64
  179. package/include/python3.8/pycapsule.h +0 -59
  180. package/include/python3.8/pyconfig.h +0 -1665
  181. package/include/python3.8/pyctype.h +0 -39
  182. package/include/python3.8/pydebug.h +0 -40
  183. package/include/python3.8/pydtrace.h +0 -59
  184. package/include/python3.8/pydtrace_probes.h +0 -228
  185. package/include/python3.8/pyerrors.h +0 -335
  186. package/include/python3.8/pyexpat.h +0 -55
  187. package/include/python3.8/pyfpe.h +0 -12
  188. package/include/python3.8/pyhash.h +0 -145
  189. package/include/python3.8/pylifecycle.h +0 -75
  190. package/include/python3.8/pymacconfig.h +0 -102
  191. package/include/python3.8/pymacro.h +0 -106
  192. package/include/python3.8/pymath.h +0 -230
  193. package/include/python3.8/pymem.h +0 -150
  194. package/include/python3.8/pyport.h +0 -850
  195. package/include/python3.8/pystate.h +0 -136
  196. package/include/python3.8/pystrcmp.h +0 -23
  197. package/include/python3.8/pystrhex.h +0 -22
  198. package/include/python3.8/pystrtod.h +0 -45
  199. package/include/python3.8/pythonrun.h +0 -210
  200. package/include/python3.8/pythread.h +0 -161
  201. package/include/python3.8/pytime.h +0 -246
  202. package/include/python3.8/rangeobject.h +0 -27
  203. package/include/python3.8/setobject.h +0 -108
  204. package/include/python3.8/sliceobject.h +0 -65
  205. package/include/python3.8/structmember.h +0 -74
  206. package/include/python3.8/structseq.h +0 -49
  207. package/include/python3.8/symtable.h +0 -123
  208. package/include/python3.8/sysmodule.h +0 -41
  209. package/include/python3.8/token.h +0 -92
  210. package/include/python3.8/traceback.h +0 -28
  211. package/include/python3.8/tracemalloc.h +0 -38
  212. package/include/python3.8/tupleobject.h +0 -48
  213. package/include/python3.8/typeslots.h +0 -85
  214. package/include/python3.8/ucnhash.h +0 -36
  215. package/include/python3.8/unicodeobject.h +0 -1044
  216. package/include/python3.8/warnings.h +0 -67
  217. package/include/python3.8/weakrefobject.h +0 -86
  218. package/src/components/theme/ContactForm/ContactForm.stories.mdx +0 -39
package/locales/fr.json CHANGED
@@ -1 +1 @@
1
- {"<p>Add some HTML here</p>":"","Accessibility":"Accessibilité","Account Registration Completed":"Enregistrement de votre compte terminé","Account activation completed":"Activation de votre compte terminé","Action":"Action","Actions":"Actions","Activate and deactivate":"Activé et désactivé","Add":"Ajouter","Add Addons":"Ajouter des modules","Add Content":"Ajouter du contenu","Add Translation…":"","Add User":"Ajouter un utilisateur","Add a description…":"Ajouter une description","Add block":"","Add block…":"","Add criteria":"Ajouter un critère","Add date":"","Add field":"Ajouter un champ","Add fieldset":"Ajouter un groupe de champs","Add group":"Ajouter un groupe","Add new content type":"Ajouter un nouveau type de contenu","Add new group":"Ajouter un nouveau groupe","Add new user":"Ajouter un nouvel utilistateur","Add to Groups":"Ajouter aux groupes","Add vocabulary term":"","Add {type}":"Ajouter {type}","Add-ons Settings":"Paramètres des modules","Additional date":"","Alignment":"Allignement","All":"Tout","Alphabetically":"","Alt text":"Texte pour la balise alt","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"Voulez-vous vraiment supprimer ce champ ?","Are you sure you want to delete this fieldset including all fields?":"Voulez-vous vraiment supprimer ce groupe de champs et tous les champs dedans","Ascending":"Ascendant","Available":"Disponible","Back":"Retour","Base":"Base","Base search query":"","Block":"Bloc","Both email address and password are case sensitive, check that caps lock is not enabled.":"L'adresse e-mail et le mot de passe sont sensibles aux majuscules et minuscules, verifier que le verrouillage des majuscules n'est pas activé","Breadcrumbs":"Fil d'Ariane","Browse":"Explore","Browse the site, drop an image, or type an URL":"Explorer le site, déposer l'image ou écriver l'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.":"","Cache Name":"Nom du cache","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>":"","Cancel":"Annuler","Cell":"Cellule","Center":"Centre","Change Note":"Note de changement","Change Password":"Modifier son mot de passe","Change State":"Modifier l'état","Change workflow state recursively":"Modifier le ","Changes applied.":"","Changes saved":"Changements sauvegardés","Changes saved.":"Changements sauvegardés.","Checkbox":"Case à cocher","Choices":"Choix","Choose Image":"Choisir une image","Choose Target":"Choisir une cible","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"Cliquer pour télécharger l'image en taille réelle","Close":"Fermer","Close menu":"Fermer le menu","Code":"","Collapse item":"","Collection":"Collection","Comment":"Commentaire","Commenter":"Commenter","Comments":"","Compare":"Comparer","Confirm password":"Confirmer le mot de passe","Connection refused":"Connexion refusée","Contact":"Contact","Contact form":"Formulaire de contact","Contained items":"Eléments contenants","Content type created":"Type de contenu créé","Content type deleted":"Type de contenu supprimé","Contents":"Contenus","Controls":"","Copy":"Copier","Copy blocks":"","Copyright":"Droits d'auteur","Copyright statement or other rights information on this item.":"Droits d'auteur ou autres informations sur les droits sur cet élément","Create working copy":"","Created by {creator} on {date}":"","Created on":"Créé le","Creator":"Créateur","Creators":"Créateurs","Criteria":"Critère","Current filters applied":"","Current password":"Mot de passe actuel","Cut":"Couper","Cut blocks":"","Daily":"","Database Information":"Information sur la base de donnée","Database Location":"Localisation de la base de donnée","Database Size":"Taille de la basse de donnée","Database main":"Base de donnée principale","Date":"Date","Date (newest first)":"","Default":"Défaut","Delete":"Supprimer","Delete Group":"Supprimer le groupe","Delete Type":"Supprimer le type","Delete User":"Supprimer l'utilisateur","Delete blocks":"","Delete col":"Supprimer la colonne","Delete row":"Supprimer la ligne","Depth":"","Descending":"Descendant","Description":"Déscription","Diff":"Différence","Difference between revision {one} and {two} of {title}":"Différence entre le révision {one] et {two} de {title}","Distributed under the {license}.":"Distribué sous la {license}.","Divide each row into separate cells":"Diviser chaque colonnes en cellules séparées","Do you really want to delete the following items?":"Voulez-vous vraiment supprimer les éléments suivants ?","Do you really want to delete the group {groupname}?":"Voulez-vous vraiment supprimer le groupe {groupname} ?","Do you really want to delete the type {typename}?":"Voulez-vous vraiment supprimer le type {typename} ?","Do you really want to delete the user {username}?":"Voulez-vous vraiment supprimer l'utilisateur {username} ?","Do you really want to delete this item?":"Voulez-vous vraiment supprimer cet élément ?","Document":"Document","Drag and drop files from your computer onto this area or click the “Browse” button.":"Glisser et déposer les fichiers depuis votre ordinateur dans la zone ou cliquer sur le bouton “Explore“","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","E-mail":"E-mail","E-mail addresses do not match.":"Les adresses e-mails ne correspondent pas.","Edit":"Modifier","Edit comment":"Modifier le commentaire","Edit field":"Modifier le champ","Edit fieldset":"Modifier le groupe de champs","Edit recurrence":"","Edit values":"Modifier les valeurs","Edit {title}":"Modifier {title}","Email":"E-mail","Email sent":"E-mail envoyé","Embed code error, please follow the instructions and try again.":"Erreur dans le code intégré, veuillez suivre les instructions et essayez de nouveau.","Embeded Google Maps":"Carte Google intégrée","Empty object list":"","Enable editable Blocks":"","End Date":"Date de fin","Enter URL or select an item":"","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.":"Entrer votre adresse e-mail. Elle sera votre nom d'utilisateur. Nous respectons votre vie privée, nous ne donnerons pas votre adresse à un tiers et elle ne sera pas exposée.","Enter full name, e.g. John Smith.":"Entrer votre nom complet (par exemple : John Smith)","Enter map Embed Code":"Entrer le code intégré de la carte","Enter your current password.":"Entrer votre mot de passe actuel.","Enter your email address for verification.":"Entrer votre adresse e-mail pour la vérification.","Enter your new password. Minimum 5 characters.":"Entrer votre nouveau mot de passe. Minimum 5 caractères.","Error":"Erreur","Exclude from navigation":"Exclure de la navigation","Exclude this occurence":"","Excluded from navigation":"Exclut de la navigation","Expand sidebar":"Etendre la barre latérale","Expiration Date":"Date d'expiration","Expiration date":"Date d'expiration","Expired":"Expiré","External URL":"URL externe","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Fichier","File size":"Taille du fichier","Filename":"Nom du fichier","Filter…":"Filtre...","First":"","Fixed width table cells":"Taille de la cellule de la table fixé","Fold":"","Folder":"Dossier","Forbidden":"Interdit","Fourth":"","From":"De","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"License GNU GPL","Global role":"Rôle global","Google Maps Embedded Block":"Bloc intégré de la carte Google","Group":"Groupe","Group created":"Groupe créé","Group roles updated":"","Groupname":"Nom du groupe","Groups":"Groupes","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":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"Historique","History Version Number":"","History of {title}":"Historique de {title}","Home":"Accueil","Home page":"Page d'accueil","ID":"ID","If selected, this item will not appear in the navigation tree":"Si sélectionné, cet élément n'apparaitera pas dans la navigation.","If this date is in the future, the content will not show up in listings and searches until this date.":"Si cette date est dans l'avenir, le contenu n'apparaîtera pas dans les listes et dans les recherches jusqu'à cette 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 you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si vous êtes certain que l'adresse est bonne, mais que vous avez un erreur, veuillez contacter le {site_admin}.","Image":"Image","Image gallery":"","Include this occurence":"","Info":"Info","Inherit permissions from higher levels":"Hériter des permissions depuis un niveau supérieur","Inherited value":"Hériter de la valeur","Insert col after":"Insérer une colonne après","Insert col before":"Insérer une colonne avant","Insert row after":"Insérer une ligne après","Insert row before":"Insérer une ligne avant","Install":"Installer","Installed":"Installé","Installed version":"Version instalée","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Item batch size":"Nombre d'éléments du lot","Item succesfully moved.":"","Item(s) copied.":"Elément(s) copié(s)","Item(s) cut.":"Elément(s) coupé(s)","Item(s) has been updated.":"","Item(s) pasted.":"Elément(s) collé(s)","Item(s) state has been updated.":"","Items":"Eléments","Items must be unique.":"Les éléments doivent être unique.","Label":"","Language":"Langage","Last":"","Last comment date":"Date du dernier commentaire","Last modified":"Dernier modifié","Latest version":"Dernière version","Layout":"","Lead Image":"Image de garde","Left":"Gauche","Link":"Lien","Link more":"Lier plus","Link title":"Titre du lien","Link to":"Lien vers","Link translation for":"","Listing":"Listing","Load more":"","Loading":"","Location":"Localisation","Log In":"Se connecter","Log in":"Se connecter","Login":"Se connecter","Login Failed":"Echec de la connexion","Login Name":"Identifiant","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Faire une table compacte","Manage Translations":"","Manage translations for {title}":"","Map":"Carte","Maps URL":"URL de la carte","Maximum length is {len}.":"","Maximum value is {len}.":"","Message":"Message","Minimum length is {len}.":"La longueur minimum est {len}.","Minimum value is {len}.":"","Moderate Comments":"Modérer les commentaires","Moderate comments":"Modérer les commentaires","Monday and Friday":"","Month day":"","Monthly":"","More":"Plus","Move to bottom of folder":"Déplacer à la fin du dossier","Move to top of folder":"Déplace au début du dossier","Multiple choices?":"","My email address is":"Mon adresse e-mail est","Name":"Nom","Navigate back":"Retour en arrière","Navigation":"","New password":"Nouveau mot de passe","News Item":"Actualité","No":"Non","No image selected":"Aucune image sélectionée","No image set in Lead Image content field":"Aucune image pour le champ de l'image de garde","No image set in image content field":"Aucune image pour le champ image","No items found in this container.":"Aucun élément trouvé dans ce conteneur","No items selected":"Aucun élément sélectionné","No map selected":"Aucune carte sélectionnée","No occurences set":"","No options":"","No results found":"","No results found.":"Aucun resultat trouvé","No selection":"Aucune sélection","No uninstall profile":"Aucun profile de désinstalation","No value":"Aucune valeur","No video selected":"Aucune vidéo selectionnée","No workflow":"Aucun workflow","None":"Aucun","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":"Nombre d'objets actifs","Object Size":"Taille de l'objet","Occurences":"","Ok":"Ok","Open in a new tab":"Ouvrir dans un nouvel onglet","Open menu":"Ouvrir le menu","Open object browser":"","Origin":"Origine","Page":"Page","Parent fieldset":"","Password":"Mot de passe","Password reset":"Réinitialisation du mot de passe","Passwords do not match.":"Les mots de passe ne correspondent pas.","Paste":"Coller","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Informations personnelles","Personal Preferences":"Préférences personnelles","Personal tools":"Outils personnelles","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.":"Personnes responsables de la création du contenu de cet article. Veuillez entrer une liste de noms d'utilisateurs, un par ligne. Le créateur principal doit venir en premier.","Please enter a valid URL by deleting the block and adding a new video block.":"Veuillez saisir une URL valide en supprimant le bloc et en ajoutant un nouveau bloc vidéo.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Veuillez saisir le code d'intégration fourni par Google Maps -> Partager -> Intégrer une carte. Il doit contenir le code <iframe> dessus.","Please fill out the form below to set your password.":"Veuillez remplir le formulaire ci-dessous pour définir votre mot de passe.","Plone Foundation":"Fondation Plone","Plone Site":"Site Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Portrait","Possible values":"","Powered by Plone & Python":"Alimenté par Plone & Python","Preferences":"Préférences","Prettify your code":"","Preview":"Aperçu","Preview Image URL":"","Profile":"Profile","Properties":"Propriétés","Publication date":"Date de publication","Publishing Date":"Date de publication","Query":"","Re-enter the password. Make sure the passwords are identical.":"Entrez à nouveau le mot de passe. Assurez-vous que les mots de passe sont identiques.","Read More…":"Lire la suite...","Rearrange items by…":"Réorganiser les éléments par…","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Reduce complexity":"Réduisez la complexité","Register":"S'enregistrer","Registration form":"Formulaire d'enregistrement","Relevance":"","Remove item":"","Remove recurrence":"","Remove term":"","Remove working copy":"","Rename":"Renomer","Rename Items Loading Message":"","Rename items":"Renommer les éléments","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"Obligatoire","Required input is missing.":"Un champ obligatoire est manquant","Reset term title":"","Results limit":"Limiter les résultats","Results preview":"Aperçu des résultats","Results template":"","Reversed order":"Ordre inversé","Revert to this revision":"Revenir à cette révision","Review state":"Etat de révision","Richtext":"Texte riche","Right":"Droit","Rights":"Droits","Roles":"Rôles","Root":"","Save":"Sauvegarder","Save recurrence":"","Schema":"","Schema updates":"","Search":"Recherche","Search SVG":"","Search Site":"Site de recherche","Search block":"","Search button label":"","Search content":"Recherche de contenu","Search for user or group":"Recherche d'un utilisateur ou un groupe","Search group…":"","Search input label":"","Search results":"Résultats de recherche","Search results for {term}":"Résultats de recherche pour {term}","Search users…":"","Searched for":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"Sélectionnez les colonnes à afficher","Select the transition to be used for modifying the items state.":"Sélectionnez la transition à utiliser pour modifier l'état des éléments.","Selected dates":"","Selected items":"Éléments sélectionnés","Selected items - x of y":"","Selection":"Sélection","Select…":"Sélectionner...","Send":"Envoyer","Set my password":"Définir mon mot de passe","Set your password":"Définir votre mot de passe","Settings":"","Sharing":"Partager","Sharing for {title}":"Partage pour {title}","Short Name":"Nom court","Short name":"Nom court","Show":"Voir","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Rétrécir la barre latérale","Shrink toolbar":"Réduire la barre d'outils","Sign in to start session":"Connectez-vous pour démarrer la session","Site":"Site","Site Administration":"Administration du site","Site Map":"Plan du site","Site Setup":"Configuration du site","Sitemap":"Plan du site","Size":"Taille","Size: {size}":"Taille : {size}","Sorry, something went wrong with your request":"Désolé, quelque chose s'est mal passé avec votre demande","Sort By:":"","Sort on":"Trier sur","Sort on label":"","Sort on options":"","Source":"Source","Specify a youtube video or playlist url":"Spécifiez une URL de vidéo ou de playlist YouTube","Split":"Divisé","Start Date":"Date de début","Start of the recurrence":"","Start password reset":"Lancer la réinitialisation du mot de passe","State":"Etat","Stop compare":"","String":"Chaîne","Stripe alternate rows with color":"Rayez les rangées paires/impaires avec la couleur","Subject":"Sujet","Success":"Succès","Summary":"","Switch to":"","Table":"Table","Table of Contents":"Table des matières","Tags":"Mots clés","Tags to add":"Mots clés à ajouter","Tags to remove":"Mots clés à supprimer","Target memory size per cache in bytes":"Taille de la mémoire par cache en octets","Target number of objects in memory per cache":"Nombre d'objets en mémoire par cache","Text":"Texte","Thank you.":"Merci.","The Database Manager allow you to view database status information":"Le gestionnaire de base de données vous permet d'afficher les informations d'état de la base de données","The URL for your external home page, if you have one.":"L'URL de votre page d'accueil externe, si vous en avez une.","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.":"Le backend ne répond pas, veuillez vérifier si vous avez démarré Plone, vérifiez l'objet de configuration de votre projet apiPath (ou si vous utilisez le proxy interne, devProxyToApiPath) ou la variable d'environnement RAZZLE_API_ PATH de Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Le backend répond, mais les en-têtes CORS ne sont pas configurés correctement et le navigateur a refusé l'accès aux ressources du backend.","The backend server of your website is not anwering, 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 item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"Le processus d'inscription a réussi. Veuillez vérifier votre boîte e-mail pour savoir comment activer votre compte.","The user portrait/avatar":"Portrait / avatar de l'utilisateur","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"Le {plonecms} est {copyright} 2000-{current_year} par la {plonefoundation} et ses amis.","There is a configuration problem on the backend":"Il y a un problème de configuration sur le backend","There were some errors":"Il y a eu quelques erreurs","There were some errors.":"Il y a eu quelques erreurs.","Third":"","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Ce nom sera affiché dans l'URL.","This page does not seem to exist…":"Cette page ne semble pas exister…","Time":"Temps","Title":"Titre","Total active and non-active objects":"Total des objets actifs et non actifs","Total comments":"Nombre de commentaires","Total number of objects in each cache":"Nombre total d'objets dans chaque cache","Total number of objects in memory from all caches":"Nombre total d'objets en mémoire de tous les caches","Total number of objects in the database":"Nombre total d'objets dans la base de données","Translate to {lang}":"Traduire en {lang}","Translation linked":"","Translation linking removed":"","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"Saisissez une URL de vidéo (YouTube, Vimeo ou mp4)","Type text...":"","Type text…":"Saisissez du texte…","Type the title…":"Tapez le titre…","UID":"UID","Unauthorized":"Non autorisé","Unfold":"","Unified":"Unifié","Uninstall":"Désinstaller","Unknown Block":"Bloc inconnu","Unlink translation for":"","Unlock":"","Update":"Mise à jour","Update installed addons":"Mettre à jour les modules installés","Update installed addons:":"Mettre à jour les modules installés :","Updates available":"Mises à jour disponibles","Upload":"Téléchargé","Upload a lead image in the 'Lead Image' content field.":"Téléchargez une image de garde dans le champ «Image de garde».","Upload a new image":"","Upload files":"Télécharger des fichiers","Uploading files":"Téléchargement de fichiers","Uploading image":"","Used for programmatic access to the fieldset.":"Utilisé pour l'accès programmatique au groupe de champs.","User":"Utilisateur","User created":"Utilisateur créé","User name":"Nom d'utilisateur","User roles updated":"","Username":"Nom d'utilisateur","Users":"Utilisateurs","Users and Groups":"Utilisateurs et groupes","Variation":"","Version Overview":"Présentation de la version","Video":"Vidéo","Video URL":"URL de la vidéo","View":"Vue","View changes":"Voir les changements","View this revision":"Voir cette révision","View working copy":"","Viewmode":"Mode d'affichage","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"Avertissement concernant le mode de débogage","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Nous nous excusons pour la gêne occasionnée, mais le backend du site auquel vous accédez n'est pas disponible pour le moment. Veuillez réessayer plus tard.","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.":"Nous nous excusons pour la gêne occasionnée, mais la page à laquelle vous tentiez d'accéder n'est pas à cette adresse. Vous pouvez utiliser les liens ci-dessous pour vous aider à trouver ce que vous recherchez.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Nous nous excusons pour la gêne occasionnée, mais vous ne disposez pas des autorisations sur cette ressource.","We will use this address if you need to recover your password":"Nous utiliserons cette adresse si vous avez besoin de récupérer votre mot de passe","Weeek day of month":"","Weekday":"","Weekly":"","What":"Quoi","When":"Quand","When this date is reached, the content will nolonger be visible in listings and searches.":"Lorsque cette date est atteinte, le contenu ne sera plus visible dans les listes et les recherches.","Who":"Qui","Workflow Change Loading Message":"","Workflow updated.":"Workflow mis à jour.","Yearly":"","Yes":"Oui","You are trying to access a protected resource, please {login} first.":"Vous essayez d'accéder à une ressource protégée, veuillez d'abord {login}.","You are using an outdated browser":"Vous utilisez un navigateur obsolète","You can add a comment by filling out the form below. Plain text formatting.":"Vous pouvez ajouter un commentaire en remplissant le formulaire ci-dessous. Formatage de texte brut.","You can control who can view and edit your item using the list below.":"Vous pouvez contrôler qui peut afficher et modifier votre élément à l'aide de la liste ci-dessous.","You can view the difference of the revisions below.":"Vous pouvez voir la différence des révisions ci-dessous.","You can view the history of your item below.":"Vous pouvez consulter l'historique de votre élément ci-dessous.","You can't paste this content here":"","Your email is required for reset your password.":"Votre e-mail est nécessaire pour réinitialiser votre mot de passe.","Your location - either city and country - or in a company setting, where your office is located.":"L'emplacement, ville et pays, ou nom de l'entreprise, où se trouve votre bureau.","Your password has been set successfully. You may now {link} with your new password.":"Votre mot de passe a été défini avec succès. Vous pouvez maintenant {link} avec votre nouveau mot de passe.","Your preferred language":"Votre langue préférée","box_forgot_password_option":"Mot de passe oublié","common":"commun","compare_to":"","delete":"supprimer","deprecated_browser_notice_message":"Votre navigateur est obslète","description":"description","description_lost_password":"Mot de passe perdu","description_sent_password":"Mot de passe envoyé","draft":"","email":"","event_alldates":"Toutes les dates","event_attendees":"Participants","event_contactname":"Nom du contact","event_contactphone":"Téléphone du contact","event_website":"Site de l'événement","event_what":"Quoi","event_when":"Quand","event_where":"Où","heading_sent_password":"","hero":"hero","html":"html","image":"image","integer":"","intranet":"","label_my_email_address_is":"Mon adresse e-mail est","leadimage":"image de garde","listing":"listing","loading":"","log in":"se connecter","maps":"cartes","maxLength":"","maximum":"","media":"média","minLength":"","minimum":"","mostUsed":"souvent utilisé","no workflow state":"","number":"","of the month":"","or try a different page.":"ou essayez une autre page.","others":"","private":"","published":"","querystring-widget-select":"","results found":"résultats trouvés","return to the site root":"retour à la racine du site","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"trier","table":"table","text":"texte","title":"titre","toc":"toc","url":"","user avatar":"Avatar de l'utilisateur","video":"vidéo","visit_external_website":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} sélectionné","{id} Content Type":"","{id} Schema":"","{title} copied.":"{title} copié.","{title} cut.":"{title} coupé.","{title} has been deleted.":"{title} a été supprimé"}
1
+ {"<p>Add some HTML here</p>":"","Accessibility":"Accessibilité","Account Registration Completed":"Enregistrement de votre compte terminé","Account activation completed":"Activation de votre compte terminé","Action":"Action","Actions":"Actions","Activate and deactivate":"Activé et désactivé","Add":"Ajouter","Add Addons":"Ajouter des modules","Add Content":"Ajouter du contenu","Add Translation…":"","Add User":"Ajouter un utilisateur","Add a description…":"Ajouter une description","Add block":"","Add block…":"","Add criteria":"Ajouter un critère","Add date":"","Add field":"Ajouter un champ","Add fieldset":"Ajouter un groupe de champs","Add group":"Ajouter un groupe","Add new content type":"Ajouter un nouveau type de contenu","Add new group":"Ajouter un nouveau groupe","Add new user":"Ajouter un nouvel utilistateur","Add to Groups":"Ajouter aux groupes","Add vocabulary term":"","Add {type}":"Ajouter {type}","Add-ons Settings":"Paramètres des modules","Additional date":"","Alignment":"Allignement","All":"Tout","Alphabetically":"","Alt text":"Texte pour la balise alt","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"Voulez-vous vraiment supprimer ce champ ?","Are you sure you want to delete this fieldset including all fields?":"Voulez-vous vraiment supprimer ce groupe de champs et tous les champs dedans","Ascending":"Ascendant","Available":"Disponible","Back":"Retour","Base":"Base","Base search query":"","Block":"Bloc","Both email address and password are case sensitive, check that caps lock is not enabled.":"L'adresse e-mail et le mot de passe sont sensibles aux majuscules et minuscules, verifier que le verrouillage des majuscules n'est pas activé","Breadcrumbs":"Fil d'Ariane","Browse":"Explore","Browse the site, drop an image, or type an URL":"Explorer le site, déposer l'image ou écriver l'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.":"","Cache Name":"Nom du cache","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>":"","Cancel":"Annuler","Cell":"Cellule","Center":"Centre","Change Note":"Note de changement","Change Password":"Modifier son mot de passe","Change State":"Modifier l'état","Change workflow state recursively":"Modifier le ","Changes applied.":"","Changes saved":"Changements sauvegardés","Changes saved.":"Changements sauvegardés.","Checkbox":"Case à cocher","Choices":"Choix","Choose Image":"Choisir une image","Choose Target":"Choisir une cible","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"Cliquer pour télécharger l'image en taille réelle","Close":"Fermer","Close menu":"Fermer le menu","Code":"","Collapse item":"","Collection":"Collection","Comment":"Commentaire","Commenter":"Commenter","Comments":"","Compare":"Comparer","Confirm password":"Confirmer le mot de passe","Connection refused":"Connexion refusée","Contact":"Contact","Contact form":"Formulaire de contact","Contained items":"Eléments contenants","Content type created":"Type de contenu créé","Content type deleted":"Type de contenu supprimé","Contents":"Contenus","Controls":"","Copy":"Copier","Copy blocks":"","Copyright":"Droits d'auteur","Copyright statement or other rights information on this item.":"Droits d'auteur ou autres informations sur les droits sur cet élément","Create working copy":"","Created by {creator} on {date}":"","Created on":"Créé le","Creator":"Créateur","Creators":"Créateurs","Criteria":"Critère","Current filters applied":"","Current password":"Mot de passe actuel","Cut":"Couper","Cut blocks":"","Daily":"","Database Information":"Information sur la base de donnée","Database Location":"Localisation de la base de donnée","Database Size":"Taille de la basse de donnée","Database main":"Base de donnée principale","Date":"Date","Date (newest first)":"","Default":"Défaut","Delete":"Supprimer","Delete Group":"Supprimer le groupe","Delete Type":"Supprimer le type","Delete User":"Supprimer l'utilisateur","Delete blocks":"","Delete col":"Supprimer la colonne","Delete row":"Supprimer la ligne","Depth":"","Descending":"Descendant","Description":"Déscription","Diff":"Différence","Difference between revision {one} and {two} of {title}":"Différence entre le révision {one] et {two} de {title}","Distributed under the {license}.":"Distribué sous la {license}.","Divide each row into separate cells":"Diviser chaque colonnes en cellules séparées","Do you really want to delete the following items?":"Voulez-vous vraiment supprimer les éléments suivants ?","Do you really want to delete the group {groupname}?":"Voulez-vous vraiment supprimer le groupe {groupname} ?","Do you really want to delete the type {typename}?":"Voulez-vous vraiment supprimer le type {typename} ?","Do you really want to delete the user {username}?":"Voulez-vous vraiment supprimer l'utilisateur {username} ?","Do you really want to delete this item?":"Voulez-vous vraiment supprimer cet élément ?","Document":"Document","Drag and drop files from your computer onto this area or click the “Browse” button.":"Glisser et déposer les fichiers depuis votre ordinateur dans la zone ou cliquer sur le bouton “Explore“","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","E-mail":"E-mail","E-mail addresses do not match.":"Les adresses e-mails ne correspondent pas.","Edit":"Modifier","Edit comment":"Modifier le commentaire","Edit field":"Modifier le champ","Edit fieldset":"Modifier le groupe de champs","Edit recurrence":"","Edit values":"Modifier les valeurs","Edit {title}":"Modifier {title}","Email":"E-mail","Email sent":"E-mail envoyé","Embed code error, please follow the instructions and try again.":"Erreur dans le code intégré, veuillez suivre les instructions et essayez de nouveau.","Embeded Google Maps":"Carte Google intégrée","Empty object list":"","Enable editable Blocks":"","End Date":"Date de fin","Enter URL or select an item":"","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.":"Entrer votre adresse e-mail. Elle sera votre nom d'utilisateur. Nous respectons votre vie privée, nous ne donnerons pas votre adresse à un tiers et elle ne sera pas exposée.","Enter full name, e.g. John Smith.":"Entrer votre nom complet (par exemple : John Smith)","Enter map Embed Code":"Entrer le code intégré de la carte","Enter your current password.":"Entrer votre mot de passe actuel.","Enter your email address for verification.":"Entrer votre adresse e-mail pour la vérification.","Enter your new password. Minimum 5 characters.":"Entrer votre nouveau mot de passe. Minimum 5 caractères.","Error":"Erreur","Exclude from navigation":"Exclure de la navigation","Exclude this occurence":"","Excluded from navigation":"Exclut de la navigation","Expand sidebar":"Etendre la barre latérale","Expiration Date":"Date d'expiration","Expiration date":"Date d'expiration","Expired":"Expiré","External URL":"URL externe","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Fichier","File size":"Taille du fichier","Filename":"Nom du fichier","Filter…":"Filtre...","First":"","Fixed width table cells":"Taille de la cellule de la table fixé","Fold":"","Folder":"Dossier","Forbidden":"Interdit","Fourth":"","From":"De","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"License GNU GPL","Global role":"Rôle global","Google Maps Embedded Block":"Bloc intégré de la carte Google","Group":"Groupe","Group created":"Groupe créé","Group roles updated":"","Groupname":"Nom du groupe","Groups":"Groupes","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":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"Historique","History Version Number":"","History of {title}":"Historique de {title}","Home":"Accueil","Home page":"Page d'accueil","ID":"ID","If selected, this item will not appear in the navigation tree":"Si sélectionné, cet élément n'apparaitera pas dans la navigation.","If this date is in the future, the content will not show up in listings and searches until this date.":"Si cette date est dans l'avenir, le contenu n'apparaîtera pas dans les listes et dans les recherches jusqu'à cette 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 you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si vous êtes certain que l'adresse est bonne, mais que vous avez un erreur, veuillez contacter le {site_admin}.","Image":"Image","Image gallery":"","Include this occurence":"","Info":"Info","Inherit permissions from higher levels":"Hériter des permissions depuis un niveau supérieur","Inherited value":"Hériter de la valeur","Insert col after":"Insérer une colonne après","Insert col before":"Insérer une colonne avant","Insert row after":"Insérer une ligne après","Insert row before":"Insérer une ligne avant","Install":"Installer","Installed":"Installé","Installed version":"Version instalée","Interval Daily":"","Interval Monthly":"","Interval Weekly":"","Interval Yearly":"","Item batch size":"Nombre d'éléments du lot","Item succesfully moved.":"","Item(s) copied.":"Elément(s) copié(s)","Item(s) cut.":"Elément(s) coupé(s)","Item(s) has been updated.":"","Item(s) pasted.":"Elément(s) collé(s)","Item(s) state has been updated.":"","Items":"Eléments","Items must be unique.":"Les éléments doivent être unique.","Label":"","Language":"Langage","Last":"","Last comment date":"Date du dernier commentaire","Last modified":"Dernier modifié","Latest version":"Dernière version","Layout":"","Lead Image":"Image de garde","Left":"Gauche","Link":"Lien","Link more":"Lier plus","Link title":"Titre du lien","Link to":"Lien vers","Link translation for":"","Listing":"Listing","Load more":"","Loading":"","Location":"Localisation","Log In":"Se connecter","Log in":"Se connecter","Login":"Se connecter","Login Failed":"Echec de la connexion","Login Name":"Identifiant","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Faire une table compacte","Manage Translations":"","Manage translations for {title}":"","Map":"Carte","Maps URL":"URL de la carte","Maximum length is {len}.":"","Maximum value is {len}.":"","Message":"Message","Minimum length is {len}.":"La longueur minimum est {len}.","Minimum value is {len}.":"","Moderate Comments":"Modérer les commentaires","Moderate comments":"Modérer les commentaires","Monday and Friday":"","Month day":"","Monthly":"","More":"Plus","Move to bottom of folder":"Déplacer à la fin du dossier","Move to top of folder":"Déplace au début du dossier","Multiple choices?":"","My email address is":"Mon adresse e-mail est","Name":"Nom","Navigate back":"Retour en arrière","Navigation":"","New password":"Nouveau mot de passe","News Item":"Actualité","No":"Non","No image selected":"Aucune image sélectionée","No image set in Lead Image content field":"Aucune image pour le champ de l'image de garde","No image set in image content field":"Aucune image pour le champ image","No items found in this container.":"Aucun élément trouvé dans ce conteneur","No items selected":"Aucun élément sélectionné","No map selected":"Aucune carte sélectionnée","No occurences set":"","No options":"","No results found":"","No results found.":"Aucun resultat trouvé","No selection":"Aucune sélection","No uninstall profile":"Aucun profile de désinstalation","No value":"Aucune valeur","No video selected":"Aucune vidéo selectionnée","No workflow":"Aucun workflow","None":"Aucun","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":"Nombre d'objets actifs","Object Size":"Taille de l'objet","Occurences":"","Ok":"Ok","Open in a new tab":"Ouvrir dans un nouvel onglet","Open menu":"Ouvrir le menu","Open object browser":"","Origin":"Origine","Page":"Page","Parent fieldset":"","Password":"Mot de passe","Password reset":"Réinitialisation du mot de passe","Passwords do not match.":"Les mots de passe ne correspondent pas.","Paste":"Coller","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Informations personnelles","Personal Preferences":"Préférences personnelles","Personal tools":"Outils personnelles","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.":"Personnes responsables de la création du contenu de cet article. Veuillez entrer une liste de noms d'utilisateurs, un par ligne. Le créateur principal doit venir en premier.","Please enter a valid URL by deleting the block and adding a new video block.":"Veuillez saisir une URL valide en supprimant le bloc et en ajoutant un nouveau bloc vidéo.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Veuillez saisir le code d'intégration fourni par Google Maps -> Partager -> Intégrer une carte. Il doit contenir le code <iframe> dessus.","Please fill out the form below to set your password.":"Veuillez remplir le formulaire ci-dessous pour définir votre mot de passe.","Plone Foundation":"Fondation Plone","Plone Site":"Site Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Portrait","Possible values":"","Powered by Plone & Python":"Alimenté par Plone & Python","Preferences":"Préférences","Prettify your code":"","Preview":"Aperçu","Preview Image URL":"","Profile":"Profile","Properties":"Propriétés","Publication date":"Date de publication","Publishing Date":"Date de publication","Query":"","Re-enter the password. Make sure the passwords are identical.":"Entrez à nouveau le mot de passe. Assurez-vous que les mots de passe sont identiques.","Read More…":"Lire la suite...","Rearrange items by…":"Réorganiser les éléments par…","Recurrence ends":"","Recurrence ends after":"","Recurrence ends on":"","Redo":"","Reduce complexity":"Réduisez la complexité","Register":"S'enregistrer","Registration form":"Formulaire d'enregistrement","Relevance":"","Remove item":"","Remove recurrence":"","Remove term":"","Remove working copy":"","Rename":"Renomer","Rename Items Loading Message":"","Rename items":"Renommer les éléments","Repeat":"","Repeat every":"","Repeat on":"","Replace existing file":"","Reply":"","Required":"Obligatoire","Required input is missing.":"Un champ obligatoire est manquant","Reset term title":"","Results limit":"Limiter les résultats","Results preview":"Aperçu des résultats","Results template":"","Reversed order":"Ordre inversé","Revert to this revision":"Revenir à cette révision","Review state":"Etat de révision","Richtext":"Texte riche","Right":"Droit","Rights":"Droits","Roles":"Rôles","Root":"","Save":"Sauvegarder","Save recurrence":"","Schema":"","Schema updates":"","Search":"Recherche","Search SVG":"","Search Site":"Site de recherche","Search block":"","Search button label":"","Search content":"Recherche de contenu","Search for user or group":"Recherche d'un utilisateur ou un groupe","Search group…":"","Search input label":"","Search results":"Résultats de recherche","Search results for {term}":"Résultats de recherche pour {term}","Search users…":"","Searched for":"","Second":"","Section title":"","Select":"","Select a date to add to recurrence":"","Select columns to show":"Sélectionnez les colonnes à afficher","Select the transition to be used for modifying the items state.":"Sélectionnez la transition à utiliser pour modifier l'état des éléments.","Selected dates":"","Selected items":"Éléments sélectionnés","Selected items - x of y":"","Selection":"Sélection","Select…":"Sélectionner...","Send":"Envoyer","Set my password":"Définir mon mot de passe","Set your password":"Définir votre mot de passe","Settings":"","Sharing":"Partager","Sharing for {title}":"Partage pour {title}","Short Name":"Nom court","Short name":"Nom court","Show":"Voir","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Rétrécir la barre latérale","Shrink toolbar":"Réduire la barre d'outils","Sign in to start session":"Connectez-vous pour démarrer la session","Site":"Site","Site Administration":"Administration du site","Site Map":"Plan du site","Site Setup":"Configuration du site","Sitemap":"Plan du site","Size":"Taille","Size: {size}":"Taille : {size}","Sorry, something went wrong with your request":"Désolé, quelque chose s'est mal passé avec votre demande","Sort By:":"","Sort on":"Trier sur","Sort on label":"","Sort on options":"","Source":"Source","Specify a youtube video or playlist url":"Spécifiez une URL de vidéo ou de playlist YouTube","Split":"Divisé","Start Date":"Date de début","Start of the recurrence":"","Start password reset":"Lancer la réinitialisation du mot de passe","State":"Etat","Stop compare":"","String":"Chaîne","Stripe alternate rows with color":"Rayez les rangées paires/impaires avec la couleur","Subject":"Sujet","Success":"Succès","Summary":"","Switch to":"","Table":"Table","Table of Contents":"Table des matières","Tags":"Mots clés","Tags to add":"Mots clés à ajouter","Tags to remove":"Mots clés à supprimer","Target memory size per cache in bytes":"Taille de la mémoire par cache en octets","Target number of objects in memory per cache":"Nombre d'objets en mémoire par cache","Text":"Texte","Thank you.":"Merci.","The Database Manager allow you to view database status information":"Le gestionnaire de base de données vous permet d'afficher les informations d'état de la base de données","The URL for your external home page, if you have one.":"L'URL de votre page d'accueil externe, si vous en avez une.","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.":"Le backend ne répond pas, veuillez vérifier si vous avez démarré Plone, vérifiez l'objet de configuration de votre projet apiPath (ou si vous utilisez le proxy interne, devProxyToApiPath) ou la variable d'environnement RAZZLE_API_ PATH de Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Le backend répond, mais les en-têtes CORS ne sont pas configurés correctement et le navigateur a refusé l'accès aux ressources du backend.","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 item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"Le processus d'inscription a réussi. Veuillez vérifier votre boîte e-mail pour savoir comment activer votre compte.","The user portrait/avatar":"Portrait / avatar de l'utilisateur","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"Le {plonecms} est {copyright} 2000-{current_year} par la {plonefoundation} et ses amis.","There is a configuration problem on the backend":"Il y a un problème de configuration sur le backend","There were some errors":"Il y a eu quelques erreurs","There were some errors.":"Il y a eu quelques erreurs.","Third":"","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Ce nom sera affiché dans l'URL.","This page does not seem to exist…":"Cette page ne semble pas exister…","Time":"Temps","Title":"Titre","Total active and non-active objects":"Total des objets actifs et non actifs","Total comments":"Nombre de commentaires","Total number of objects in each cache":"Nombre total d'objets dans chaque cache","Total number of objects in memory from all caches":"Nombre total d'objets en mémoire de tous les caches","Total number of objects in the database":"Nombre total d'objets dans la base de données","Translate to {lang}":"Traduire en {lang}","Translation linked":"","Translation linking removed":"","Type":"Type","Type a Video (YouTube, Vimeo or mp4) URL":"Saisissez une URL de vidéo (YouTube, Vimeo ou mp4)","Type text...":"","Type text…":"Saisissez du texte…","Type the title…":"Tapez le titre…","UID":"UID","Unauthorized":"Non autorisé","Undo":"","Unfold":"","Unified":"Unifié","Uninstall":"Désinstaller","Unknown Block":"Bloc inconnu","Unlink translation for":"","Unlock":"","Update":"Mise à jour","Update installed addons":"Mettre à jour les modules installés","Update installed addons:":"Mettre à jour les modules installés :","Updates available":"Mises à jour disponibles","Upload":"Téléchargé","Upload a lead image in the 'Lead Image' content field.":"Téléchargez une image de garde dans le champ «Image de garde».","Upload a new image":"","Upload files":"Télécharger des fichiers","Uploading files":"Téléchargement de fichiers","Uploading image":"","Used for programmatic access to the fieldset.":"Utilisé pour l'accès programmatique au groupe de champs.","User":"Utilisateur","User created":"Utilisateur créé","User name":"Nom d'utilisateur","User roles updated":"","Username":"Nom d'utilisateur","Users":"Utilisateurs","Users and Groups":"Utilisateurs et groupes","Variation":"","Version Overview":"Présentation de la version","Video":"Vidéo","Video URL":"URL de la vidéo","View":"Vue","View changes":"Voir les changements","View this revision":"Voir cette révision","View working copy":"","Viewmode":"Mode d'affichage","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"Avertissement concernant le mode de débogage","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Nous nous excusons pour la gêne occasionnée, mais le backend du site auquel vous accédez n'est pas disponible pour le moment. Veuillez réessayer plus tard.","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.":"Nous nous excusons pour la gêne occasionnée, mais la page à laquelle vous tentiez d'accéder n'est pas à cette adresse. Vous pouvez utiliser les liens ci-dessous pour vous aider à trouver ce que vous recherchez.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Nous nous excusons pour la gêne occasionnée, mais vous ne disposez pas des autorisations sur cette ressource.","We will use this address if you need to recover your password":"Nous utiliserons cette adresse si vous avez besoin de récupérer votre mot de passe","Weeek day of month":"","Weekday":"","Weekly":"","What":"Quoi","When":"Quand","When this date is reached, the content will nolonger be visible in listings and searches.":"Lorsque cette date est atteinte, le contenu ne sera plus visible dans les listes et les recherches.","Who":"Qui","Workflow Change Loading Message":"","Workflow updated.":"Workflow mis à jour.","Yearly":"","Yes":"Oui","You are trying to access a protected resource, please {login} first.":"Vous essayez d'accéder à une ressource protégée, veuillez d'abord {login}.","You are using an outdated browser":"Vous utilisez un navigateur obsolète","You can add a comment by filling out the form below. Plain text formatting.":"Vous pouvez ajouter un commentaire en remplissant le formulaire ci-dessous. Formatage de texte brut.","You can control who can view and edit your item using the list below.":"Vous pouvez contrôler qui peut afficher et modifier votre élément à l'aide de la liste ci-dessous.","You can view the difference of the revisions below.":"Vous pouvez voir la différence des révisions ci-dessous.","You can view the history of your item below.":"Vous pouvez consulter l'historique de votre élément ci-dessous.","You can't paste this content here":"","Your email is required for reset your password.":"Votre e-mail est nécessaire pour réinitialiser votre mot de passe.","Your location - either city and country - or in a company setting, where your office is located.":"L'emplacement, ville et pays, ou nom de l'entreprise, où se trouve votre bureau.","Your password has been set successfully. You may now {link} with your new password.":"Votre mot de passe a été défini avec succès. Vous pouvez maintenant {link} avec votre nouveau mot de passe.","Your preferred language":"Votre langue préférée","box_forgot_password_option":"Mot de passe oublié","common":"commun","compare_to":"","delete":"supprimer","deprecated_browser_notice_message":"Votre navigateur est obslète","description":"description","description_lost_password":"Mot de passe perdu","description_sent_password":"Mot de passe envoyé","draft":"","email":"","event_alldates":"Toutes les dates","event_attendees":"Participants","event_contactname":"Nom du contact","event_contactphone":"Téléphone du contact","event_website":"Site de l'événement","event_what":"Quoi","event_when":"Quand","event_where":"Où","heading_sent_password":"","hero":"hero","html":"html","image":"image","integer":"","intranet":"","label_my_email_address_is":"Mon adresse e-mail est","leadimage":"image de garde","listing":"listing","loading":"","log in":"se connecter","maps":"cartes","maxLength":"","maximum":"","media":"média","minLength":"","minimum":"","mostUsed":"souvent utilisé","no workflow state":"","number":"","of the month":"","or try a different page.":"ou essayez une autre page.","others":"","private":"","published":"","querystring-widget-select":"","results found":"résultats trouvés","return to the site root":"retour à la racine du site","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"trier","table":"table","text":"texte","title":"titre","toc":"toc","url":"","user avatar":"Avatar de l'utilisateur","video":"vidéo","visit_external_website":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} sélectionné","{id} Content Type":"","{id} Schema":"","{title} copied.":"{title} copié.","{title} cut.":"{title} coupé.","{title} has been deleted.":"{title} a été supprimé"}
@@ -1930,6 +1930,11 @@ msgstr "dopo"
1930
1930
  msgid "Recurrence ends on"
1931
1931
  msgstr "il"
1932
1932
 
1933
+ #: components/manage/Form/UndoToolbar
1934
+ # defaultMessage: Redo
1935
+ msgid "Redo"
1936
+ msgstr ""
1937
+
1933
1938
  #: components/manage/Blocks/Table/Edit
1934
1939
  # defaultMessage: Minimalistic table design
1935
1940
  msgid "Reduce complexity"
@@ -2554,8 +2559,8 @@ msgid "The backend is responding, but the CORS headers are not configured proper
2554
2559
  msgstr "Il backend sta rispondendo, ma i CORS headers non sono adeguatamente configurati e il browser ha negato l'accesso alle risorse del backend."
2555
2560
 
2556
2561
  #: components/theme/CorsError/CorsError
2557
- # defaultMessage: The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.
2558
- msgid "The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators."
2562
+ # defaultMessage: 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.
2563
+ msgid "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."
2559
2564
  msgstr "Il server di backend del tuo sito web non risponde, ci scusiamo per l'inconveniente. Prova a ricaricare la pagina e riprova. Se il problema persiste, contattare gli amministratori del sito."
2560
2565
 
2561
2566
  #: components/manage/Blocks/Search/schema
@@ -2735,6 +2740,11 @@ msgstr "UID"
2735
2740
  msgid "Unauthorized"
2736
2741
  msgstr "Non autorizzato"
2737
2742
 
2743
+ #: components/manage/Form/UndoToolbar
2744
+ # defaultMessage: Undo
2745
+ msgid "Undo"
2746
+ msgstr ""
2747
+
2738
2748
  #: components/manage/BlockChooser/BlockChooser
2739
2749
  # defaultMessage: Unfold
2740
2750
  msgid "Unfold"
package/locales/it.json CHANGED
@@ -1 +1 @@
1
- {"<p>Add some HTML here</p>":"<p>Aggiungi dell'HTML qui</p>","Accessibility":"Accessibilità","Account Registration Completed":"Registrazione account completata","Account activation completed":"Attivazione account completata","Action":"Azione","Actions":"Azioni","Activate and deactivate":"Attiva e disattiva","Add":"Aggiungi","Add Addons":"Aggiungi Add-ons","Add Content":"Aggiungi un contenuto","Add Translation…":"Aggiungi traduzione…","Add User":"Aggiungi un utente","Add a description…":"Aggiungi una descrizione…","Add block":"Aggiungi blocco","Add block…":"Aggiungi un blocco…","Add criteria":"Aggiungi un criterio","Add date":"Aggiungi una data","Add field":"Aggiungi campo","Add fieldset":"Aggiungi un nuovo insieme di campi","Add group":"Aggiungi un gruppo","Add new content type":"Aggiungi un nuovo tipo di contenuto","Add new group":"Aggiungi un nuovo gruppo","Add new user":"Aggiungi nuovo utente","Add to Groups":"Aggiungi ai gruppi","Add vocabulary term":"Aggiungi termine","Add {type}":"Aggiungi {type}","Add-ons Settings":"Impostazioni Add-ons","Additional date":"Data aggiuntiva","Alignment":"Allineamento","All":"Tutti","Alphabetically":"Alfabetico","Alt text":"Testo alternativo","Alt text hint":"Lascia vuoto se l'immagine è decorativa.","Alt text hint link text":"Descrivi lo scopo dell'immagine.","Apply working copy":"Applica la copia di lavoro","Are you sure you want to delete this field?":"Sicuro di voler eliminare questo campo?","Are you sure you want to delete this fieldset including all fields?":"Sicuro di voler eliminare questo insieme di campi compresi tutti i campi contenuti?","Ascending":"Crescente","Available":"Disponibile","Back":"Indietro","Base":"Base","Base search query":"Ricerca iniziale","Block":"Blocco","Both email address and password are case sensitive, check that caps lock is not enabled.":"E-mail e password distinguono entrambi le maiuscole dalle minuscole, verifica di non avere il Blocco maiuscole attivato.","Breadcrumbs":"Briciole di pane","Browse":"Sfoglia","Browse the site, drop an image, or type an URL":"Sfoglia i contenuti, rilascia un'immagine o digita un 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.":"Di norma, i permessi di questo elemento vengono ereditati dal contenitore. Se disabiliti questa opzione, verranno considerati solo i permessi di condivisione definiti esplicitamente. Nel sommario, il simbolo {inherited} indica una impostazione ereditata. Analogamente, il simbolo {global} indica un ruolo globale, che è gestito dall'amministratore del sito","Cache Name":"Nome della cache","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Non è possibile modificare il Layout per il tipo <strong>{type}</strong> poichè non ha abilitato il supporto per i <strong>blocchi</strong>","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Non è possibile modificare il Layout per il tipo <strong>{type}</strong> poichè il <strong>Blocks behavior</strong> è abilitato ma in <strong>sola lettura</strong>","Cancel":"Annulla","Cell":"Cella","Center":"Centrato","Change Note":"Cambia Nota","Change Password":"Cambia Password","Change State":"Cambia Stato","Change workflow state recursively":"Cambia stato di workflow ricorsivamente","Changes applied.":"Modifiche applicate.","Changes saved":"Modifiche salvate","Changes saved.":"Modifiche salvate.","Checkbox":"Checkbox","Choices":"Scelta multipla","Choose Image":"Seleziona un'immagine","Choose Target":"Seleziona la destinazione","Choose a file":"Scegli un file","Clear":"Annulla","Clear filters":"Azzera filtri","Click to download full sized image":"Clicca per scaricare l'immagine in dimensione originale","Close":"Chiudi","Close menu":"Chiudi menu","Code":"Codice","Collapse item":"Collassa elemento","Collection":"Collezione","Comment":"Commento","Commenter":"Autore","Comments":"Commenti","Compare":"Confronta","Confirm password":"Conferma password","Connection refused":"Connessione rifiutata","Contact":"Contatti","Contact form":"Form di contatto","Contained items":"Elementi contenuti","Content type created":"Il tipo di contenuto è stato creato","Content type deleted":"Il tipo di contenuto è stato eliminato","Contents":"Contenuti","Controls":"Controlli","Copy":"Copia","Copy blocks":"Copia blocchi","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Informazioni sul copyright o su altri diritti dell'elemento.","Create working copy":"Crea copia di lavoro","Created by {creator} on {date}":"Creato da {creator} il {date}","Created on":"Creato il","Creator":"Autore","Creators":"Autori","Criteria":"Criteri","Current filters applied":"Filtri attualmente applicati","Current password":"Password corrente","Cut":"Taglia","Cut blocks":"Taglia blocchi","Daily":"Giornaliera","Database Information":"Informazioni sul database","Database Location":"Posizione del database","Database Size":"Dimensione del database","Database main":"Database principale","Date":"Data","Date (newest first)":"Data (prima i più recenti)","Default":"Default","Delete":"Elimina","Delete Group":"Elimina gruppo","Delete Type":"Rimuovi tipo di contenuto","Delete User":"Elimina utente","Delete blocks":"Elimina blocchi","Delete col":"Elimina colonna","Delete row":"Elimina riga","Depth":"Profondità di ricerca","Descending":"Decrescente","Description":"Descrizione","Diff":"Diff","Difference between revision {one} and {two} of {title}":"Differenze tra la revisione {one} e {two} di {title}","Distributed under the {license}.":"Distribuito sotto {license}","Divide each row into separate cells":"Dividi ogni fila in celle separate","Do you really want to delete the following items?":"Vuoi veramente eliminare i seguenti elementi?","Do you really want to delete the group {groupname}?":"Vuoi veramente eliminare il gruppo {groupname}?","Do you really want to delete the type {typename}?":"Vuoi veramente eliminare il tipo di contenuto {typename}?","Do you really want to delete the user {username}?":"Vuoi veramente eliminare l'utente {username}?","Do you really want to delete this item?":"Vuoi veramente eliminare questo elemento?","Document":"Pagina","Drag and drop files from your computer onto this area or click the “Browse” button.":"Trascina in quest'area i file dal tuo computer o clicca su “Sfoglia”.","Drop file here to replace the existing file":"Rilascia un file qui per sostituire quello esistente","Drop file here to upload a new file":"Rilascia un file qui per caricare un nuovo file","Drop files here ...":"Rilascia file qui...","E-mail":"E-mail","E-mail addresses do not match.":"Gli indirizzi e-mail non corrispondono","Edit":"Modifica","Edit comment":"Modifica commento","Edit field":"Modifica campo","Edit fieldset":"Modifica insieme di campi","Edit recurrence":"Modifica le regole","Edit values":"Modifica i valori","Edit {title}":"Modifica {title}","Email":"Email","Email sent":"Email inviata","Embed code error, please follow the instructions and try again.":"Errore del codice incorporato, per favore segui le istruzioni e riprova.","Embeded Google Maps":"Google Maps incorporata","Empty object list":"Lista di oggetti vuota","Enable editable Blocks":"Abilita i blocchi editabili","End Date":"Data di fine","Enter URL or select an item":"Inserisci un URL o seleziona un elemento","Enter a username above to search or click 'Show All'":"Inserisci uno username da ricercare, oppure clicca su 'Vedi tutto'","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.":"Inserisci un indirizzo e-mail. Esso sarà il tuo nome utente. Rispettiamo la tua privacy: non daremo l'indirizzo a terzi, né verrà esposto nel portale.","Enter full name, e.g. John Smith.":"Inserisci il tuo nome completo, ad esempio Mario Rossi.","Enter map Embed Code":"Inserisci il codice di incorporamento della mappa","Enter your current password.":"Inserisci la tua password attuale.","Enter your email address for verification.":"Inserisci la tua mail per verifica.","Enter your new password. Minimum 5 characters.":"Inserisci la tua nuova password. Minimo 5 caratteri.","Error":"Errore","Exclude from navigation":"Escludi dalla navigazione","Exclude this occurence":"Escludi questa data","Excluded from navigation":"Escluso dalla navigazione","Expand sidebar":"Espandi la sidebar","Expiration Date":"Data di scadenza","Expiration date":"Data di scadenza","Expired":"Scaduto","External URL":"URL esterno","Facet":"Faccetta","Facet widget":"Widget della faccetta","Facets":"Faccette","Facets on left side":"Faccette nel lato sinistro","Facets on right side":"Faccette nel lato destro","Facets on top":"Faccette in alto","Field":"Campo","File":"File","File size":"Dimensione del file","Filename":"Nome del file","Filter…":"Filtra…","First":"Primo","Fixed width table cells":"Celle della tabella a larghezza fissata","Fold":"Chiudi","Folder":"Cartella","Forbidden":"Proibito","Fourth":"Quarto","From":"Da","Full":"A tutta larghezza","Full Name":"Nome completo","Fullname":"Nome completo","GNU GPL license":"licenza GNU GPL","Global role":"Ruolo globale","Google Maps Embedded Block":"Blocco Google Maps incorporata","Group":"Gruppo","Group created":"Gruppo creato","Group roles updated":"Ruoli del gruppo aggiornati","Groupname":"Nome del gruppo","Groups":"Gruppi","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.":"I gruppi sono raggruppamenti di utenti, come dipartimenti e unità organizzative. I gruppi non sono direttamente collegati a permessi a livello globale, per quello usiamo i ruoli e applichiamo specifici ruoli a certi gruppi. Il simbolo {plong_svg} indica che un ruolo è ereditato dall'appartenenza ad un gruppo.","Header cell":"Cella d'intestazione","Headline":"Intestazione","Hidden facets will still filter the results if proper parameters are passed in URLs":"Le faccette nascoste filtreranno comunque i risultati se saranno passati parametri adeguati nell'URL","Hide Replies":"Nascondi risposte","Hide facet?":"Nascondere la faccetta?","History":"Cronologia","History Version Number":"Numero di versione della cronologia","History of {title}":"Cronologia di {title}","Home":"Home","Home page":"Pagina personale","ID":"ID","If selected, this item will not appear in the navigation tree":"Se attivi l'opzione, questo elemento non apparirà nell'albero di navigazione del sito.","If this date is in the future, the content will not show up in listings and searches until this date.":"Se questa data è in futuro, il contenuto non verrà mostrato negli elenchi e nelle ricerche fino a questa data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Se sei sicuro che questo utente ha chiuso l'oggetto, puoi sbloccarlo. Sarai successivamente in grado di modificarlo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Se sei sicuro di aver inserito l'indirizzo corretto ma ottieni comunque un errore, contatta l' {site_admin}.","Image":"Immagine","Image gallery":"Galleria di immagini","Include this occurence":"Includi questa data","Info":"Info","Inherit permissions from higher levels":"Eredita i permessi dai livelli superiori","Inherited value":"Valore ereditato","Insert col after":"Inserisci colonna dopo","Insert col before":"Inserisci colonna prima","Insert row after":"Inserisci riga sotto","Insert row before":"Inserisci riga sopra","Install":"Installa","Installed":"Installato","Installed version":"Versione installata","Interval Daily":"giorni","Interval Monthly":"mesi","Interval Weekly":"settimane","Interval Yearly":"anni","Item batch size":"Risultati per pagina","Item succesfully moved.":"Elemento spostato correttamente.","Item(s) copied.":"Elemento/i copiato/i.","Item(s) cut.":"Elemento/i tagliato/i.","Item(s) has been updated.":"Elemento/i aggiornati.","Item(s) pasted.":"Elemento/i incollato/i.","Item(s) state has been updated.":"Stato/i aggiornato/i","Items":"Elementi","Items must be unique.":"Gli elementi devono essere unici.","Label":"Etichetta","Language":"Lingua","Last":"Ultimo","Last comment date":"Data ultimo commento","Last modified":"Ultima modifica","Latest version":"Ultima versione","Layout":"Layout","Lead Image":"Immagine di testata","Left":"Sinistra","Link":"Link","Link more":"Link ad altro","Link title":"Link al resto","Link to":"Link a","Link translation for":"Collega traduzione per","Listing":"Elenco","Load more":"Carica altro","Loading":"Caricamento","Location":"Luogo","Log In":"Log In","Log in":"Log in","Login":"Login","Login Failed":"Accesso fallito","Login Name":"Nome utente","Logout":"Logout","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Creato da {creator} il {date}. Questa non è più una copia di lavoro, ma il contenuto principale.","Make the table compact":"Rendi la tabella compatta","Manage Translations":"Gestisci traduzioni","Manage translations for {title}":"Gestisci le traduzioni per {title}","Map":"Mappa","Maps URL":"URL di Maps","Maximum length is {len}.":"La lunghezza massima è {len}.","Maximum value is {len}.":"Il valore massimo è {len}.","Message":"Messaggio","Minimum length is {len}.":"La lunghezza minima è {len}","Minimum value is {len}.":"Il valore minimo è {len}.","Moderate Comments":"Modera i commenti","Moderate comments":"Moderazione dei commenti","Monday and Friday":"lunedi e venerdì","Month day":"Giorno","Monthly":"Mensile","More":"Altro","Move to bottom of folder":"Sposta in fondo alla cartella","Move to top of folder":"Sposta in cima alla cartella","Multiple choices?":"Scelta multipla?","My email address is":"Il mio indirizzo email è","Name":"Nome","Navigate back":"Torna indietro","Navigation":"Navigazione","New password":"Nuova password","News Item":"Notizia","No":"No","No image selected":"Nessuna immagine selezionata","No image set in Lead Image content field":"Nessuna immagine impostata come Immagine di testata","No image set in image content field":"Nessuna immagine impostata","No items found in this container.":"Nessun elemento trovato in questo contenitore.","No items selected":"Nessun elemento selezionato","No map selected":"Nessuna mappa selezionata","No occurences set":"Nessuna ricorrenza impostata","No options":"Nessuna opzione","No results found":"Nessun risultato","No results found.":"La ricerca non ha prodotto risultati.","No selection":"Nessun elemento selezionato","No uninstall profile":"Nessun profilo di disinstallazione","No value":"Nessun valore","No video selected":"Nessun video selezionato","No workflow":"Nessun flusso","None":"Nessuno","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tieni presente che i ruoli qui impostati si applicano direttamente a un utente. Il simbolo {plone_svg} indica un ruolo ereditato dall'appartenenza a un gruppo.","Number of active objects":"Numero degli oggetti attivi","Object Size":"Dimensioni dell'oggetto","Occurences":"occorrenze","Ok":"Ok","Open in a new tab":"Apri in un nuovo tab","Open menu":"Apri menu","Open object browser":"Apri object browser","Origin":"Origine","Page":"Pagina","Parent fieldset":"Fieldset genitore","Password":"Password","Password reset":"Recupera password","Passwords do not match.":"Le password non corrispondono.","Paste":"Incolla","Paste blocks":"Incolla blocchi","Permissions have been updated successfully":"I permesso sono stati aggiornati con successo","Permissions updated":"Permessi aggiornati","Personal Information":"Informazioni Personali","Personal Preferences":"Preferenze Personali","Personal tools":"Strumenti","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.":"Persone responsabili della creazione del contenuto di questo elemento. Inserisci un elenco di nomi, uno per riga. L'autore principale dovrebbe essere messo al primo posto.","Please enter a valid URL by deleting the block and adding a new video block.":"Inserisci un URL valido eliminando il blocco e aggiungendo un nuovo blocco di tipo video.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Per favore inserisci il codice di incorporamento fornito da Google Maps. Per incorporare la mappa di un luogo clicca su 'Condividi' -> 'Incorporare una mappa' -> 'Copia HTML'. Se invece vuoi incorporare una mappa con MyMaps clicca su 'Incorpora nel mio sito' -> 'Copia HTML'. Deve contenere un <iframe>.","Please fill out the form below to set your password.":"Completa il seguente modulo per reimpostare la tua password.","Plone Foundation":"Plone Foundation","Plone Site":"Sito Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Ritratto","Possible values":"Valori possibili","Powered by Plone & Python":"Realizzato con Plone &amp; Python","Preferences":"Preferenze","Prettify your code":"Formatta il tuo codice","Preview":"Anteprima","Preview Image URL":"URL dell'immagine di anteprima","Profile":"Profilo","Properties":"Proprietà","Publication date":"Data di pubblicazione","Publishing Date":"Data di pubblicazione","Query":"Query","Re-enter the password. Make sure the passwords are identical.":"Reinserisci la password. Assicurati che le password siano identiche.","Read More…":"Leggi il resto…","Rearrange items by…":"Riordina elementi per…","Recurrence ends":"Termina","Recurrence ends after":"dopo","Recurrence ends on":"il","Reduce complexity":"Riduci complessità","Register":"Registrati","Registration form":"Form di iscrizione","Relevance":"Rilevanza","Remove item":"Rimuovi elemento","Remove recurrence":"Rimuovi","Remove term":"Rimuovi termine","Remove working copy":"Rimuovi copia di lavoro","Rename":"Rinomina","Rename Items Loading Message":"Aggiornando gli elementi...","Rename items":"Rinomina elementi","Repeat":"Tipo di ricorrenza","Repeat every":"Ogni","Repeat on":"Ripeti ogni","Replace existing file":"Sostituisci file esistente","Reply":"Rispondi","Required":"Obbligatorio","Required input is missing.":"Un campo richiesto è mancante.","Reset term title":"Reimposta titolo del termine","Results limit":"Numero massimo di risultati ","Results preview":"Anteprima dei risultati","Results template":"Template dei risultati","Reversed order":"Ordine inverso","Revert to this revision":"Ripristina questa versione","Review state":"Stato del workflow","Richtext":"Testo formattato","Right":"Destra","Rights":"Diritti","Roles":"Ruoli","Root":"Radice","Save":"Salva","Save recurrence":"Salva la ricorrenza","Schema":"Schema","Schema updates":"Aggiornamenti dello schema","Search":"Ricerca","Search SVG":"Cerca","Search Site":"Cerca nel sito","Search block":"Blocco di ricerca","Search button label":"Etichetta del bottone di ricerca","Search content":"Cerca contenuto","Search for user or group":"Ricerca per nome utente o gruppo","Search group…":"Cerca gruppo…","Search input label":"Etichetta del campo di ricerca","Search results":"Risultati della ricerca","Search results for {term}":"Risultati per {term}","Search users…":"Cerca utenti…","Searched for":"Hai cercato","Second":"Secondo","Section title":"Titolo della sezione","Select":"Seleziona","Select a date to add to recurrence":"Seleziona una data da aggiungere alla ricorrenza","Select columns to show":"Seleziona le colonne da mostrare","Select the transition to be used for modifying the items state.":"Seleziona la transizione da effettuare per cambiare lo stato del contenuto.","Selected dates":"Date selezionate","Selected items":"Elementi selezionati","Selected items - x of y":"su","Selection":"Selezione","Select…":"Seleziona…","Send":"Invia","Set my password":"Imposta la password","Set your password":"Specifica la tua password","Settings":"Impostazioni","Sharing":"Condivisione","Sharing for {title}":"Condivisioni di {title}","Short Name":"Nome Breve","Short name":"Nome breve","Show":"Mostra","Show All":"Mostra tutti","Show Replies":"Mostra risposte","Show item":"Mostra elemento","Show search button?":"Mostrare il bottone di ricerca?","Show search input?":"Mostrare il campo di ricerca?","Show sorting?":"Mostrare l'ordinamento?","Shrink sidebar":"Riduci la sidebar","Shrink toolbar":"Riduci la toolbar","Sign in to start session":"Accedi per iniziare la sessione","Site":"Sito","Site Administration":"Amministratore del sito","Site Map":"Mappa del sito","Site Setup":"Configurazione del sito","Sitemap":"Mappa del sito","Size":"Dimensione","Size: {size}":"Dimensione: {size}","Sorry, something went wrong with your request":"Spiacente, qualcosa è andato storto","Sort By:":"Ordina per:","Sort on":"Ordina per","Sort on label":"Etichetta dell'ordinamento","Sort on options":"Opzioni di ordinamento","Source":"Sorgente","Specify a youtube video or playlist url":"Specifica l'URL di un video o una playlist di YouTube","Split":"Dividi","Start Date":"Data di inizio","Start of the recurrence":"Inizio della ricorrenza","Start password reset":"Rinnova la password","State":"Stato","Stop compare":"Interrompi il confronto","String":"Stringa","Stripe alternate rows with color":"Colore delle righe alternato","Subject":"Oggetto","Success":"Successo","Summary":"Sommario","Switch to":"Vai a","Table":"Tabella","Table of Contents":"Indice dei contenuti","Tags":"Categorie","Tags to add":"Categorie da aggiungere","Tags to remove":"Categorie da rimuovere","Target memory size per cache in bytes":"Dimensionei target della memoria per cache in byte","Target number of objects in memory per cache":"Numero target di oggetti in memoria per cache","Text":"Testo","Thank you.":"Grazie.","The Database Manager allow you to view database status information":"Il Database Manager ti permette di vedere le informazioni di stato del database","The URL for your external home page, if you have one.":"L'indirizzo della tua pagina personale esterna, se ne hai una.","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.":"Il backend non sta rispondendo, verifica di avere avviato Plone, controlla la configurazione di apiPath nel tuo progetto (o se stai usando un proxy interno, devProxyToApiPath) oppure la variabile RAZZLE_API_PATH nell'ambiente di Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Il backend sta rispondendo, ma i CORS headers non sono adeguatamente configurati e il browser ha negato l'accesso alle risorse del backend.","The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"Il server di backend del tuo sito web non risponde, ci scusiamo per l'inconveniente. Prova a ricaricare la pagina e riprova. Se il problema persiste, contattare gli amministratori del sito.","The button presence disables the live search, the query is issued when you press ENTER":"La presenza del bottone disabilita la ricerca al volo, la ricerca verrà effettuata premendo Invio","The item could not be deleted.":"L'elemento non può essere eliminato.","The link address is:":"L'indirizzo del collegamento è:","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"La registrazione è avvenuta correttamente. Per favore controlla la tua casella di posta per informazioni su come attivare il tuo account.","The user portrait/avatar":"L'avatar/ritratto utente","The working copy was discarded":"La copia di lavoro è stata scartata","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"{plonecms} è {copyright} 2000-{current_year} della {plonefoundation} ed amici.","There is a configuration problem on the backend":"C'è un problema di configurazione sul backend","There were some errors":"Si sono verificati degli errori","There were some errors.":"Si sono verificati degli errori.","Third":"Terzo","This has an ongoing working copy in {title}":"Questa è una copia di lavoro in corso di {title}","This is a working copy of {title}":"Questa è una copia di lavoro di {title}","This item was locked by {creator} on {date}":"Questo contenuto è stato bloccato da {creator} il {date}","This name will be displayed in the URL.":"Questo nome verrà mostrato nell'URL.","This page does not seem to exist…":"Questa pagina non esiste…","Time":"Ora","Title":"Titolo","Total active and non-active objects":"Totale degli oggetti attivi e non attivi","Total comments":"Totale dei commenti","Total number of objects in each cache":"Numero totale degli oggetti in ogni cache","Total number of objects in memory from all caches":"Numero totale degli oggetti di tutte le cache","Total number of objects in the database":"Numero totale di oggetti nel database","Translate to {lang}":"Traduci in {lang}","Translation linked":"Traduzioni collegate","Translation linking removed":"Rimosso il collegamento delle traduzioni","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"Digita l'URL di un Video (YouTube, Vimeo or mp4)","Type text...":"","Type text…":"Digita testo…","Type the title…":"Digita il titolo…","UID":"UID","Unauthorized":"Non autorizzato","Unfold":"Apri","Unified":"Unificato","Uninstall":"Disinstalla","Unknown Block":"Blocco sconosciuto","Unlink translation for":"Scollega traduzione per","Unlock":"Sblocca","Update":"Aggiorna","Update installed addons":"Aggiorna gli addons installati","Update installed addons:":"Aggiorna gli addons installati:","Updates available":"Aggiornamenti disponibili","Upload":"Carica","Upload a lead image in the 'Lead Image' content field.":"Carica un'Immagine di testata nel campo del contenuto.","Upload a new image":"Carica una nuova immagine","Upload files":"Carica file","Uploading files":"Caricamento dei files","Uploading image":"Caricamento dell'immagine","Used for programmatic access to the fieldset.":"Usato per l'accesso programmatico al set di campi.","User":"Utente","User created":"Utente creato","User name":"Nome utente","User roles updated":"Ruoli utente aggiornati","Username":"Username","Users":"Utenti","Users and Groups":"Utenti e gruppi","Variation":"Variazione","Version Overview":"Panoramica delle versioni","Video":"Video","Video URL":"URL del video","View":"Visualizza","View changes":"Mostra le modifiche","View this revision":"Mostra questa revisione","View working copy":"Vedi copia di lavoro","Viewmode":"Vista","Vocabulary term":"Termine del vocabolario","Vocabulary term title":"Titolo del termine del vocabolario","Vocabulary terms":"Termini del vocabolario","Warning Regarding debug mode":"Avviso relativo alla modalità di debug","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Ci scusiamo per l'inconveniente, ma il backend del sito a cui stai cercando di accedere non è disponibile al momento. Ti preghiamo di riprovare più tardi.","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.":"Ci scusiamo per l'inconveniente, la pagina cui stai provando ad accedere non esiste a questo indirizzo. Puoi usare il link qui sotto per trovare quello che stavi cercando.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Ci scusiamo per l'inconveniente, ma non hai i permessi per questa risorsa.","We will use this address if you need to recover your password":"Useremo questo indirizzo email nel caso dovessi recuperare la tua password","Weeek day of month":"Il","Weekday":"giorno feriale (lunedì-venerdì)","Weekly":"Settimanale","What":"Cosa","When":"Quando","When this date is reached, the content will nolonger be visible in listings and searches.":"Quando questa data sarà raggiunta, il contenuto non sarà più visibile negli elenchi e nelle ricerche.","Who":"Chi","Workflow Change Loading Message":"Aggiornando gli stati...","Workflow updated.":"Workflow aggiornato.","Yearly":"Annuale","Yes":"Si","You are trying to access a protected resource, please {login} first.":"Stai provando ad accedere ad una risorsa protetta, per favore fai prima il {login}.","You are using an outdated browser":"Stai usando un browser obsoleto","You can add a comment by filling out the form below. Plain text formatting.":"Puoi aggiungere un commento compilando la form sotto. Utilizza il testo semplice.","You can control who can view and edit your item using the list below.":"Puoi controllare chi può visualizzare e modificare l'elemento usando l'elenco che segue.","You can view the difference of the revisions below.":"Puoi visualizzare la differenza delle revisioni qui sotto.","You can view the history of your item below.":"Puoi visualizzare la cronologia del tuo articolo qui sotto.","You can't paste this content here":"Non puoi incollare questo contenuto qui.","Your email is required for reset your password.":"La tua email è necessaria per reimpostare la tua password.","Your location - either city and country - or in a company setting, where your office is located.":"La località in cui vivi (paese e città) oppure, in ambito aziendale, il luogo in cui si trova il tuo ufficio.","Your password has been set successfully. You may now {link} with your new password.":"La tua password è stata reimpostata correttamente. Ora puoi {link} usando la nuova password.","Your preferred language":"La tua lingua preferita.","box_forgot_password_option":"Hai dimenticato la tua password?","common":"Comuni","compare_to":"Confronta con","delete":"Elimina","deprecated_browser_notice_message":"Stai usando {browsername} {browserversion} che è stato deprecato dal suo fornitore. Questo significa che non riceverà aggiornamenti di sicurezza e che non supporterà le attuali funzionalità del web moderno, danneggiando l'esperienza utente. Esegui l'upgrade a un browser moderno.","description":"Descrizione","description_lost_password":"Per ragioni di sicurezza, le password vengono memorizzate in forma crittata e non è quindi possibile spedirtela. Se desideri reimpostare la tua password, completa il modulo sottostante: ti verranno spedite ulteriori istruzioni per completare il processo all'indirizzo e-mail che hai specificato all'iscrizione.","description_sent_password":"La istruzioni per reimpostare la tua password sono state inviate. Dovrebbero arrivare a breve nella tua casella di posta. Una volta ricevuto il messaggio, visita l'indirizzo indicato per reimpostare la password.","draft":"Bozza","email":"email","event_alldates":"Tutte le date","event_attendees":"Partecipanti","event_contactname":"Nome del contatto","event_contactphone":"Telefono del contatto","event_website":"Sito web","event_what":"Cosa","event_when":"Quando","event_where":"Dove","heading_sent_password":"Richiesta di conferma reimpostazione password spedita","hero":"Hero","html":"HTML","image":"Immagine","integer":"intero","intranet":"Pubbliato internamente","label_my_email_address_is":"Il mio indirizzo email è","leadimage":"Immagine di testata","listing":"Elenco","loading":"caricamento","log in":"log in","maps":"Mappa","maxLength":"Lunghezza massima","maximum":"Fine del range (valore stesso incluso)","media":"media","minLength":"Lunghezza minima","minimum":"Inizio del range","mostUsed":"Più usati","no workflow state":"Nessun stato di workflow","number":"numero","of the month":"del mese","or try a different page.":"oppure prova una pagina diversa.","others":"altre","private":"Privato","published":"Pubblicato","querystring-widget-select":"Seleziona…","results found":"risultati trovati","return to the site root":"ritorna alla radice del sito","rrule_and":"e","rrule_approximate":"(approssimativamente)","rrule_at":"alle","rrule_dateFormat":"[day] [month] [year]","rrule_day":"giorno","rrule_days":"giorni","rrule_every":"ogni","rrule_for":"per","rrule_hour":"ora","rrule_hours":"ore","rrule_in":"nel","rrule_last":"ultimo","rrule_minutes":"minuti","rrule_month":"mese","rrule_months":"mesi","rrule_nd":"secondo","rrule_on":"il","rrule_on the":"nel","rrule_or":"oppure","rrule_rd":"terzo","rrule_st":"primo","rrule_th":"*","rrule_the":"il","rrule_time":"volta","rrule_times":"volte","rrule_until":"fino al","rrule_week":"settimana","rrule_weekday":"giorno","rrule_weekdays":"giorni","rrule_weeks":"settimane","rrule_year":"anno","rrule_years":"anni","skiplink-footer":"Salta al footer","skiplink-main-content":"Salta al contenuto","skiplink-navigation":"Salta alla navigazione","sort":"ordina","table":"Tabella","text":"Testo","title":"Titolo","toc":"Indice dei contenuti","url":"URL","user avatar":"Avatar dell'utente","video":"Video","visit_external_website":"Visita il sito web","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Carica {count} file} other {Carica {count} file}}","{count} selected":"{count} selezionati.","{id} Content Type":"{id} Tipo di Contenuto","{id} Schema":"{id} Schema","{title} copied.":"{title} copiato.","{title} cut.":"{title} tagliato.","{title} has been deleted.":"{title} è stato eliminato."}
1
+ {"<p>Add some HTML here</p>":"<p>Aggiungi dell'HTML qui</p>","Accessibility":"Accessibilità","Account Registration Completed":"Registrazione account completata","Account activation completed":"Attivazione account completata","Action":"Azione","Actions":"Azioni","Activate and deactivate":"Attiva e disattiva","Add":"Aggiungi","Add Addons":"Aggiungi Add-ons","Add Content":"Aggiungi un contenuto","Add Translation…":"Aggiungi traduzione…","Add User":"Aggiungi un utente","Add a description…":"Aggiungi una descrizione…","Add block":"Aggiungi blocco","Add block…":"Aggiungi un blocco…","Add criteria":"Aggiungi un criterio","Add date":"Aggiungi una data","Add field":"Aggiungi campo","Add fieldset":"Aggiungi un nuovo insieme di campi","Add group":"Aggiungi un gruppo","Add new content type":"Aggiungi un nuovo tipo di contenuto","Add new group":"Aggiungi un nuovo gruppo","Add new user":"Aggiungi nuovo utente","Add to Groups":"Aggiungi ai gruppi","Add vocabulary term":"Aggiungi termine","Add {type}":"Aggiungi {type}","Add-ons Settings":"Impostazioni Add-ons","Additional date":"Data aggiuntiva","Alignment":"Allineamento","All":"Tutti","Alphabetically":"Alfabetico","Alt text":"Testo alternativo","Alt text hint":"Lascia vuoto se l'immagine è decorativa.","Alt text hint link text":"Descrivi lo scopo dell'immagine.","Apply working copy":"Applica la copia di lavoro","Are you sure you want to delete this field?":"Sicuro di voler eliminare questo campo?","Are you sure you want to delete this fieldset including all fields?":"Sicuro di voler eliminare questo insieme di campi compresi tutti i campi contenuti?","Ascending":"Crescente","Available":"Disponibile","Back":"Indietro","Base":"Base","Base search query":"Ricerca iniziale","Block":"Blocco","Both email address and password are case sensitive, check that caps lock is not enabled.":"E-mail e password distinguono entrambi le maiuscole dalle minuscole, verifica di non avere il Blocco maiuscole attivato.","Breadcrumbs":"Briciole di pane","Browse":"Sfoglia","Browse the site, drop an image, or type an URL":"Sfoglia i contenuti, rilascia un'immagine o digita un 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.":"Di norma, i permessi di questo elemento vengono ereditati dal contenitore. Se disabiliti questa opzione, verranno considerati solo i permessi di condivisione definiti esplicitamente. Nel sommario, il simbolo {inherited} indica una impostazione ereditata. Analogamente, il simbolo {global} indica un ruolo globale, che è gestito dall'amministratore del sito","Cache Name":"Nome della cache","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Non è possibile modificare il Layout per il tipo <strong>{type}</strong> poichè non ha abilitato il supporto per i <strong>blocchi</strong>","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Non è possibile modificare il Layout per il tipo <strong>{type}</strong> poichè il <strong>Blocks behavior</strong> è abilitato ma in <strong>sola lettura</strong>","Cancel":"Annulla","Cell":"Cella","Center":"Centrato","Change Note":"Cambia Nota","Change Password":"Cambia Password","Change State":"Cambia Stato","Change workflow state recursively":"Cambia stato di workflow ricorsivamente","Changes applied.":"Modifiche applicate.","Changes saved":"Modifiche salvate","Changes saved.":"Modifiche salvate.","Checkbox":"Checkbox","Choices":"Scelta multipla","Choose Image":"Seleziona un'immagine","Choose Target":"Seleziona la destinazione","Choose a file":"Scegli un file","Clear":"Annulla","Clear filters":"Azzera filtri","Click to download full sized image":"Clicca per scaricare l'immagine in dimensione originale","Close":"Chiudi","Close menu":"Chiudi menu","Code":"Codice","Collapse item":"Collassa elemento","Collection":"Collezione","Comment":"Commento","Commenter":"Autore","Comments":"Commenti","Compare":"Confronta","Confirm password":"Conferma password","Connection refused":"Connessione rifiutata","Contact":"Contatti","Contact form":"Form di contatto","Contained items":"Elementi contenuti","Content type created":"Il tipo di contenuto è stato creato","Content type deleted":"Il tipo di contenuto è stato eliminato","Contents":"Contenuti","Controls":"Controlli","Copy":"Copia","Copy blocks":"Copia blocchi","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Informazioni sul copyright o su altri diritti dell'elemento.","Create working copy":"Crea copia di lavoro","Created by {creator} on {date}":"Creato da {creator} il {date}","Created on":"Creato il","Creator":"Autore","Creators":"Autori","Criteria":"Criteri","Current filters applied":"Filtri attualmente applicati","Current password":"Password corrente","Cut":"Taglia","Cut blocks":"Taglia blocchi","Daily":"Giornaliera","Database Information":"Informazioni sul database","Database Location":"Posizione del database","Database Size":"Dimensione del database","Database main":"Database principale","Date":"Data","Date (newest first)":"Data (prima i più recenti)","Default":"Default","Delete":"Elimina","Delete Group":"Elimina gruppo","Delete Type":"Rimuovi tipo di contenuto","Delete User":"Elimina utente","Delete blocks":"Elimina blocchi","Delete col":"Elimina colonna","Delete row":"Elimina riga","Depth":"Profondità di ricerca","Descending":"Decrescente","Description":"Descrizione","Diff":"Diff","Difference between revision {one} and {two} of {title}":"Differenze tra la revisione {one} e {two} di {title}","Distributed under the {license}.":"Distribuito sotto {license}","Divide each row into separate cells":"Dividi ogni fila in celle separate","Do you really want to delete the following items?":"Vuoi veramente eliminare i seguenti elementi?","Do you really want to delete the group {groupname}?":"Vuoi veramente eliminare il gruppo {groupname}?","Do you really want to delete the type {typename}?":"Vuoi veramente eliminare il tipo di contenuto {typename}?","Do you really want to delete the user {username}?":"Vuoi veramente eliminare l'utente {username}?","Do you really want to delete this item?":"Vuoi veramente eliminare questo elemento?","Document":"Pagina","Drag and drop files from your computer onto this area or click the “Browse” button.":"Trascina in quest'area i file dal tuo computer o clicca su “Sfoglia”.","Drop file here to replace the existing file":"Rilascia un file qui per sostituire quello esistente","Drop file here to upload a new file":"Rilascia un file qui per caricare un nuovo file","Drop files here ...":"Rilascia file qui...","E-mail":"E-mail","E-mail addresses do not match.":"Gli indirizzi e-mail non corrispondono","Edit":"Modifica","Edit comment":"Modifica commento","Edit field":"Modifica campo","Edit fieldset":"Modifica insieme di campi","Edit recurrence":"Modifica le regole","Edit values":"Modifica i valori","Edit {title}":"Modifica {title}","Email":"Email","Email sent":"Email inviata","Embed code error, please follow the instructions and try again.":"Errore del codice incorporato, per favore segui le istruzioni e riprova.","Embeded Google Maps":"Google Maps incorporata","Empty object list":"Lista di oggetti vuota","Enable editable Blocks":"Abilita i blocchi editabili","End Date":"Data di fine","Enter URL or select an item":"Inserisci un URL o seleziona un elemento","Enter a username above to search or click 'Show All'":"Inserisci uno username da ricercare, oppure clicca su 'Vedi tutto'","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.":"Inserisci un indirizzo e-mail. Esso sarà il tuo nome utente. Rispettiamo la tua privacy: non daremo l'indirizzo a terzi, né verrà esposto nel portale.","Enter full name, e.g. John Smith.":"Inserisci il tuo nome completo, ad esempio Mario Rossi.","Enter map Embed Code":"Inserisci il codice di incorporamento della mappa","Enter your current password.":"Inserisci la tua password attuale.","Enter your email address for verification.":"Inserisci la tua mail per verifica.","Enter your new password. Minimum 5 characters.":"Inserisci la tua nuova password. Minimo 5 caratteri.","Error":"Errore","Exclude from navigation":"Escludi dalla navigazione","Exclude this occurence":"Escludi questa data","Excluded from navigation":"Escluso dalla navigazione","Expand sidebar":"Espandi la sidebar","Expiration Date":"Data di scadenza","Expiration date":"Data di scadenza","Expired":"Scaduto","External URL":"URL esterno","Facet":"Faccetta","Facet widget":"Widget della faccetta","Facets":"Faccette","Facets on left side":"Faccette nel lato sinistro","Facets on right side":"Faccette nel lato destro","Facets on top":"Faccette in alto","Field":"Campo","File":"File","File size":"Dimensione del file","Filename":"Nome del file","Filter…":"Filtra…","First":"Primo","Fixed width table cells":"Celle della tabella a larghezza fissata","Fold":"Chiudi","Folder":"Cartella","Forbidden":"Proibito","Fourth":"Quarto","From":"Da","Full":"A tutta larghezza","Full Name":"Nome completo","Fullname":"Nome completo","GNU GPL license":"licenza GNU GPL","Global role":"Ruolo globale","Google Maps Embedded Block":"Blocco Google Maps incorporata","Group":"Gruppo","Group created":"Gruppo creato","Group roles updated":"Ruoli del gruppo aggiornati","Groupname":"Nome del gruppo","Groups":"Gruppi","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.":"I gruppi sono raggruppamenti di utenti, come dipartimenti e unità organizzative. I gruppi non sono direttamente collegati a permessi a livello globale, per quello usiamo i ruoli e applichiamo specifici ruoli a certi gruppi. Il simbolo {plong_svg} indica che un ruolo è ereditato dall'appartenenza ad un gruppo.","Header cell":"Cella d'intestazione","Headline":"Intestazione","Hidden facets will still filter the results if proper parameters are passed in URLs":"Le faccette nascoste filtreranno comunque i risultati se saranno passati parametri adeguati nell'URL","Hide Replies":"Nascondi risposte","Hide facet?":"Nascondere la faccetta?","History":"Cronologia","History Version Number":"Numero di versione della cronologia","History of {title}":"Cronologia di {title}","Home":"Home","Home page":"Pagina personale","ID":"ID","If selected, this item will not appear in the navigation tree":"Se attivi l'opzione, questo elemento non apparirà nell'albero di navigazione del sito.","If this date is in the future, the content will not show up in listings and searches until this date.":"Se questa data è in futuro, il contenuto non verrà mostrato negli elenchi e nelle ricerche fino a questa data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Se sei sicuro che questo utente ha chiuso l'oggetto, puoi sbloccarlo. Sarai successivamente in grado di modificarlo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Se sei sicuro di aver inserito l'indirizzo corretto ma ottieni comunque un errore, contatta l' {site_admin}.","Image":"Immagine","Image gallery":"Galleria di immagini","Include this occurence":"Includi questa data","Info":"Info","Inherit permissions from higher levels":"Eredita i permessi dai livelli superiori","Inherited value":"Valore ereditato","Insert col after":"Inserisci colonna dopo","Insert col before":"Inserisci colonna prima","Insert row after":"Inserisci riga sotto","Insert row before":"Inserisci riga sopra","Install":"Installa","Installed":"Installato","Installed version":"Versione installata","Interval Daily":"giorni","Interval Monthly":"mesi","Interval Weekly":"settimane","Interval Yearly":"anni","Item batch size":"Risultati per pagina","Item succesfully moved.":"Elemento spostato correttamente.","Item(s) copied.":"Elemento/i copiato/i.","Item(s) cut.":"Elemento/i tagliato/i.","Item(s) has been updated.":"Elemento/i aggiornati.","Item(s) pasted.":"Elemento/i incollato/i.","Item(s) state has been updated.":"Stato/i aggiornato/i","Items":"Elementi","Items must be unique.":"Gli elementi devono essere unici.","Label":"Etichetta","Language":"Lingua","Last":"Ultimo","Last comment date":"Data ultimo commento","Last modified":"Ultima modifica","Latest version":"Ultima versione","Layout":"Layout","Lead Image":"Immagine di testata","Left":"Sinistra","Link":"Link","Link more":"Link ad altro","Link title":"Link al resto","Link to":"Link a","Link translation for":"Collega traduzione per","Listing":"Elenco","Load more":"Carica altro","Loading":"Caricamento","Location":"Luogo","Log In":"Log In","Log in":"Log in","Login":"Login","Login Failed":"Accesso fallito","Login Name":"Nome utente","Logout":"Logout","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Creato da {creator} il {date}. Questa non è più una copia di lavoro, ma il contenuto principale.","Make the table compact":"Rendi la tabella compatta","Manage Translations":"Gestisci traduzioni","Manage translations for {title}":"Gestisci le traduzioni per {title}","Map":"Mappa","Maps URL":"URL di Maps","Maximum length is {len}.":"La lunghezza massima è {len}.","Maximum value is {len}.":"Il valore massimo è {len}.","Message":"Messaggio","Minimum length is {len}.":"La lunghezza minima è {len}","Minimum value is {len}.":"Il valore minimo è {len}.","Moderate Comments":"Modera i commenti","Moderate comments":"Moderazione dei commenti","Monday and Friday":"lunedi e venerdì","Month day":"Giorno","Monthly":"Mensile","More":"Altro","Move to bottom of folder":"Sposta in fondo alla cartella","Move to top of folder":"Sposta in cima alla cartella","Multiple choices?":"Scelta multipla?","My email address is":"Il mio indirizzo email è","Name":"Nome","Navigate back":"Torna indietro","Navigation":"Navigazione","New password":"Nuova password","News Item":"Notizia","No":"No","No image selected":"Nessuna immagine selezionata","No image set in Lead Image content field":"Nessuna immagine impostata come Immagine di testata","No image set in image content field":"Nessuna immagine impostata","No items found in this container.":"Nessun elemento trovato in questo contenitore.","No items selected":"Nessun elemento selezionato","No map selected":"Nessuna mappa selezionata","No occurences set":"Nessuna ricorrenza impostata","No options":"Nessuna opzione","No results found":"Nessun risultato","No results found.":"La ricerca non ha prodotto risultati.","No selection":"Nessun elemento selezionato","No uninstall profile":"Nessun profilo di disinstallazione","No value":"Nessun valore","No video selected":"Nessun video selezionato","No workflow":"Nessun flusso","None":"Nessuno","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tieni presente che i ruoli qui impostati si applicano direttamente a un utente. Il simbolo {plone_svg} indica un ruolo ereditato dall'appartenenza a un gruppo.","Number of active objects":"Numero degli oggetti attivi","Object Size":"Dimensioni dell'oggetto","Occurences":"occorrenze","Ok":"Ok","Open in a new tab":"Apri in un nuovo tab","Open menu":"Apri menu","Open object browser":"Apri object browser","Origin":"Origine","Page":"Pagina","Parent fieldset":"Fieldset genitore","Password":"Password","Password reset":"Recupera password","Passwords do not match.":"Le password non corrispondono.","Paste":"Incolla","Paste blocks":"Incolla blocchi","Permissions have been updated successfully":"I permesso sono stati aggiornati con successo","Permissions updated":"Permessi aggiornati","Personal Information":"Informazioni Personali","Personal Preferences":"Preferenze Personali","Personal tools":"Strumenti","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.":"Persone responsabili della creazione del contenuto di questo elemento. Inserisci un elenco di nomi, uno per riga. L'autore principale dovrebbe essere messo al primo posto.","Please enter a valid URL by deleting the block and adding a new video block.":"Inserisci un URL valido eliminando il blocco e aggiungendo un nuovo blocco di tipo video.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Per favore inserisci il codice di incorporamento fornito da Google Maps. Per incorporare la mappa di un luogo clicca su 'Condividi' -> 'Incorporare una mappa' -> 'Copia HTML'. Se invece vuoi incorporare una mappa con MyMaps clicca su 'Incorpora nel mio sito' -> 'Copia HTML'. Deve contenere un <iframe>.","Please fill out the form below to set your password.":"Completa il seguente modulo per reimpostare la tua password.","Plone Foundation":"Plone Foundation","Plone Site":"Sito Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Ritratto","Possible values":"Valori possibili","Powered by Plone & Python":"Realizzato con Plone &amp; Python","Preferences":"Preferenze","Prettify your code":"Formatta il tuo codice","Preview":"Anteprima","Preview Image URL":"URL dell'immagine di anteprima","Profile":"Profilo","Properties":"Proprietà","Publication date":"Data di pubblicazione","Publishing Date":"Data di pubblicazione","Query":"Query","Re-enter the password. Make sure the passwords are identical.":"Reinserisci la password. Assicurati che le password siano identiche.","Read More…":"Leggi il resto…","Rearrange items by…":"Riordina elementi per…","Recurrence ends":"Termina","Recurrence ends after":"dopo","Recurrence ends on":"il","Redo":"","Reduce complexity":"Riduci complessità","Register":"Registrati","Registration form":"Form di iscrizione","Relevance":"Rilevanza","Remove item":"Rimuovi elemento","Remove recurrence":"Rimuovi","Remove term":"Rimuovi termine","Remove working copy":"Rimuovi copia di lavoro","Rename":"Rinomina","Rename Items Loading Message":"Aggiornando gli elementi...","Rename items":"Rinomina elementi","Repeat":"Tipo di ricorrenza","Repeat every":"Ogni","Repeat on":"Ripeti ogni","Replace existing file":"Sostituisci file esistente","Reply":"Rispondi","Required":"Obbligatorio","Required input is missing.":"Un campo richiesto è mancante.","Reset term title":"Reimposta titolo del termine","Results limit":"Numero massimo di risultati ","Results preview":"Anteprima dei risultati","Results template":"Template dei risultati","Reversed order":"Ordine inverso","Revert to this revision":"Ripristina questa versione","Review state":"Stato del workflow","Richtext":"Testo formattato","Right":"Destra","Rights":"Diritti","Roles":"Ruoli","Root":"Radice","Save":"Salva","Save recurrence":"Salva la ricorrenza","Schema":"Schema","Schema updates":"Aggiornamenti dello schema","Search":"Ricerca","Search SVG":"Cerca","Search Site":"Cerca nel sito","Search block":"Blocco di ricerca","Search button label":"Etichetta del bottone di ricerca","Search content":"Cerca contenuto","Search for user or group":"Ricerca per nome utente o gruppo","Search group…":"Cerca gruppo…","Search input label":"Etichetta del campo di ricerca","Search results":"Risultati della ricerca","Search results for {term}":"Risultati per {term}","Search users…":"Cerca utenti…","Searched for":"Hai cercato","Second":"Secondo","Section title":"Titolo della sezione","Select":"Seleziona","Select a date to add to recurrence":"Seleziona una data da aggiungere alla ricorrenza","Select columns to show":"Seleziona le colonne da mostrare","Select the transition to be used for modifying the items state.":"Seleziona la transizione da effettuare per cambiare lo stato del contenuto.","Selected dates":"Date selezionate","Selected items":"Elementi selezionati","Selected items - x of y":"su","Selection":"Selezione","Select…":"Seleziona…","Send":"Invia","Set my password":"Imposta la password","Set your password":"Specifica la tua password","Settings":"Impostazioni","Sharing":"Condivisione","Sharing for {title}":"Condivisioni di {title}","Short Name":"Nome Breve","Short name":"Nome breve","Show":"Mostra","Show All":"Mostra tutti","Show Replies":"Mostra risposte","Show item":"Mostra elemento","Show search button?":"Mostrare il bottone di ricerca?","Show search input?":"Mostrare il campo di ricerca?","Show sorting?":"Mostrare l'ordinamento?","Shrink sidebar":"Riduci la sidebar","Shrink toolbar":"Riduci la toolbar","Sign in to start session":"Accedi per iniziare la sessione","Site":"Sito","Site Administration":"Amministratore del sito","Site Map":"Mappa del sito","Site Setup":"Configurazione del sito","Sitemap":"Mappa del sito","Size":"Dimensione","Size: {size}":"Dimensione: {size}","Sorry, something went wrong with your request":"Spiacente, qualcosa è andato storto","Sort By:":"Ordina per:","Sort on":"Ordina per","Sort on label":"Etichetta dell'ordinamento","Sort on options":"Opzioni di ordinamento","Source":"Sorgente","Specify a youtube video or playlist url":"Specifica l'URL di un video o una playlist di YouTube","Split":"Dividi","Start Date":"Data di inizio","Start of the recurrence":"Inizio della ricorrenza","Start password reset":"Rinnova la password","State":"Stato","Stop compare":"Interrompi il confronto","String":"Stringa","Stripe alternate rows with color":"Colore delle righe alternato","Subject":"Oggetto","Success":"Successo","Summary":"Sommario","Switch to":"Vai a","Table":"Tabella","Table of Contents":"Indice dei contenuti","Tags":"Categorie","Tags to add":"Categorie da aggiungere","Tags to remove":"Categorie da rimuovere","Target memory size per cache in bytes":"Dimensionei target della memoria per cache in byte","Target number of objects in memory per cache":"Numero target di oggetti in memoria per cache","Text":"Testo","Thank you.":"Grazie.","The Database Manager allow you to view database status information":"Il Database Manager ti permette di vedere le informazioni di stato del database","The URL for your external home page, if you have one.":"L'indirizzo della tua pagina personale esterna, se ne hai una.","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.":"Il backend non sta rispondendo, verifica di avere avviato Plone, controlla la configurazione di apiPath nel tuo progetto (o se stai usando un proxy interno, devProxyToApiPath) oppure la variabile RAZZLE_API_PATH nell'ambiente di Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Il backend sta rispondendo, ma i CORS headers non sono adeguatamente configurati e il browser ha negato l'accesso alle risorse del backend.","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.":"Il server di backend del tuo sito web non risponde, ci scusiamo per l'inconveniente. Prova a ricaricare la pagina e riprova. Se il problema persiste, contattare gli amministratori del sito.","The button presence disables the live search, the query is issued when you press ENTER":"La presenza del bottone disabilita la ricerca al volo, la ricerca verrà effettuata premendo Invio","The item could not be deleted.":"L'elemento non può essere eliminato.","The link address is:":"L'indirizzo del collegamento è:","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"La registrazione è avvenuta correttamente. Per favore controlla la tua casella di posta per informazioni su come attivare il tuo account.","The user portrait/avatar":"L'avatar/ritratto utente","The working copy was discarded":"La copia di lavoro è stata scartata","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"{plonecms} è {copyright} 2000-{current_year} della {plonefoundation} ed amici.","There is a configuration problem on the backend":"C'è un problema di configurazione sul backend","There were some errors":"Si sono verificati degli errori","There were some errors.":"Si sono verificati degli errori.","Third":"Terzo","This has an ongoing working copy in {title}":"Questa è una copia di lavoro in corso di {title}","This is a working copy of {title}":"Questa è una copia di lavoro di {title}","This item was locked by {creator} on {date}":"Questo contenuto è stato bloccato da {creator} il {date}","This name will be displayed in the URL.":"Questo nome verrà mostrato nell'URL.","This page does not seem to exist…":"Questa pagina non esiste…","Time":"Ora","Title":"Titolo","Total active and non-active objects":"Totale degli oggetti attivi e non attivi","Total comments":"Totale dei commenti","Total number of objects in each cache":"Numero totale degli oggetti in ogni cache","Total number of objects in memory from all caches":"Numero totale degli oggetti di tutte le cache","Total number of objects in the database":"Numero totale di oggetti nel database","Translate to {lang}":"Traduci in {lang}","Translation linked":"Traduzioni collegate","Translation linking removed":"Rimosso il collegamento delle traduzioni","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"Digita l'URL di un Video (YouTube, Vimeo or mp4)","Type text...":"","Type text…":"Digita testo…","Type the title…":"Digita il titolo…","UID":"UID","Unauthorized":"Non autorizzato","Undo":"","Unfold":"Apri","Unified":"Unificato","Uninstall":"Disinstalla","Unknown Block":"Blocco sconosciuto","Unlink translation for":"Scollega traduzione per","Unlock":"Sblocca","Update":"Aggiorna","Update installed addons":"Aggiorna gli addons installati","Update installed addons:":"Aggiorna gli addons installati:","Updates available":"Aggiornamenti disponibili","Upload":"Carica","Upload a lead image in the 'Lead Image' content field.":"Carica un'Immagine di testata nel campo del contenuto.","Upload a new image":"Carica una nuova immagine","Upload files":"Carica file","Uploading files":"Caricamento dei files","Uploading image":"Caricamento dell'immagine","Used for programmatic access to the fieldset.":"Usato per l'accesso programmatico al set di campi.","User":"Utente","User created":"Utente creato","User name":"Nome utente","User roles updated":"Ruoli utente aggiornati","Username":"Username","Users":"Utenti","Users and Groups":"Utenti e gruppi","Variation":"Variazione","Version Overview":"Panoramica delle versioni","Video":"Video","Video URL":"URL del video","View":"Visualizza","View changes":"Mostra le modifiche","View this revision":"Mostra questa revisione","View working copy":"Vedi copia di lavoro","Viewmode":"Vista","Vocabulary term":"Termine del vocabolario","Vocabulary term title":"Titolo del termine del vocabolario","Vocabulary terms":"Termini del vocabolario","Warning Regarding debug mode":"Avviso relativo alla modalità di debug","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Ci scusiamo per l'inconveniente, ma il backend del sito a cui stai cercando di accedere non è disponibile al momento. Ti preghiamo di riprovare più tardi.","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.":"Ci scusiamo per l'inconveniente, la pagina cui stai provando ad accedere non esiste a questo indirizzo. Puoi usare il link qui sotto per trovare quello che stavi cercando.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Ci scusiamo per l'inconveniente, ma non hai i permessi per questa risorsa.","We will use this address if you need to recover your password":"Useremo questo indirizzo email nel caso dovessi recuperare la tua password","Weeek day of month":"Il","Weekday":"giorno feriale (lunedì-venerdì)","Weekly":"Settimanale","What":"Cosa","When":"Quando","When this date is reached, the content will nolonger be visible in listings and searches.":"Quando questa data sarà raggiunta, il contenuto non sarà più visibile negli elenchi e nelle ricerche.","Who":"Chi","Workflow Change Loading Message":"Aggiornando gli stati...","Workflow updated.":"Workflow aggiornato.","Yearly":"Annuale","Yes":"Si","You are trying to access a protected resource, please {login} first.":"Stai provando ad accedere ad una risorsa protetta, per favore fai prima il {login}.","You are using an outdated browser":"Stai usando un browser obsoleto","You can add a comment by filling out the form below. Plain text formatting.":"Puoi aggiungere un commento compilando la form sotto. Utilizza il testo semplice.","You can control who can view and edit your item using the list below.":"Puoi controllare chi può visualizzare e modificare l'elemento usando l'elenco che segue.","You can view the difference of the revisions below.":"Puoi visualizzare la differenza delle revisioni qui sotto.","You can view the history of your item below.":"Puoi visualizzare la cronologia del tuo articolo qui sotto.","You can't paste this content here":"Non puoi incollare questo contenuto qui.","Your email is required for reset your password.":"La tua email è necessaria per reimpostare la tua password.","Your location - either city and country - or in a company setting, where your office is located.":"La località in cui vivi (paese e città) oppure, in ambito aziendale, il luogo in cui si trova il tuo ufficio.","Your password has been set successfully. You may now {link} with your new password.":"La tua password è stata reimpostata correttamente. Ora puoi {link} usando la nuova password.","Your preferred language":"La tua lingua preferita.","box_forgot_password_option":"Hai dimenticato la tua password?","common":"Comuni","compare_to":"Confronta con","delete":"Elimina","deprecated_browser_notice_message":"Stai usando {browsername} {browserversion} che è stato deprecato dal suo fornitore. Questo significa che non riceverà aggiornamenti di sicurezza e che non supporterà le attuali funzionalità del web moderno, danneggiando l'esperienza utente. Esegui l'upgrade a un browser moderno.","description":"Descrizione","description_lost_password":"Per ragioni di sicurezza, le password vengono memorizzate in forma crittata e non è quindi possibile spedirtela. Se desideri reimpostare la tua password, completa il modulo sottostante: ti verranno spedite ulteriori istruzioni per completare il processo all'indirizzo e-mail che hai specificato all'iscrizione.","description_sent_password":"La istruzioni per reimpostare la tua password sono state inviate. Dovrebbero arrivare a breve nella tua casella di posta. Una volta ricevuto il messaggio, visita l'indirizzo indicato per reimpostare la password.","draft":"Bozza","email":"email","event_alldates":"Tutte le date","event_attendees":"Partecipanti","event_contactname":"Nome del contatto","event_contactphone":"Telefono del contatto","event_website":"Sito web","event_what":"Cosa","event_when":"Quando","event_where":"Dove","heading_sent_password":"Richiesta di conferma reimpostazione password spedita","hero":"Hero","html":"HTML","image":"Immagine","integer":"intero","intranet":"Pubbliato internamente","label_my_email_address_is":"Il mio indirizzo email è","leadimage":"Immagine di testata","listing":"Elenco","loading":"caricamento","log in":"log in","maps":"Mappa","maxLength":"Lunghezza massima","maximum":"Fine del range (valore stesso incluso)","media":"media","minLength":"Lunghezza minima","minimum":"Inizio del range","mostUsed":"Più usati","no workflow state":"Nessun stato di workflow","number":"numero","of the month":"del mese","or try a different page.":"oppure prova una pagina diversa.","others":"altre","private":"Privato","published":"Pubblicato","querystring-widget-select":"Seleziona…","results found":"risultati trovati","return to the site root":"ritorna alla radice del sito","rrule_and":"e","rrule_approximate":"(approssimativamente)","rrule_at":"alle","rrule_dateFormat":"[day] [month] [year]","rrule_day":"giorno","rrule_days":"giorni","rrule_every":"ogni","rrule_for":"per","rrule_hour":"ora","rrule_hours":"ore","rrule_in":"nel","rrule_last":"ultimo","rrule_minutes":"minuti","rrule_month":"mese","rrule_months":"mesi","rrule_nd":"secondo","rrule_on":"il","rrule_on the":"nel","rrule_or":"oppure","rrule_rd":"terzo","rrule_st":"primo","rrule_th":"*","rrule_the":"il","rrule_time":"volta","rrule_times":"volte","rrule_until":"fino al","rrule_week":"settimana","rrule_weekday":"giorno","rrule_weekdays":"giorni","rrule_weeks":"settimane","rrule_year":"anno","rrule_years":"anni","skiplink-footer":"Salta al footer","skiplink-main-content":"Salta al contenuto","skiplink-navigation":"Salta alla navigazione","sort":"ordina","table":"Tabella","text":"Testo","title":"Titolo","toc":"Indice dei contenuti","url":"URL","user avatar":"Avatar dell'utente","video":"Video","visit_external_website":"Visita il sito web","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Carica {count} file} other {Carica {count} file}}","{count} selected":"{count} selezionati.","{id} Content Type":"{id} Tipo di Contenuto","{id} Schema":"{id} Schema","{title} copied.":"{title} copiato.","{title} cut.":"{title} tagliato.","{title} has been deleted.":"{title} è stato eliminato."}
@@ -1938,6 +1938,11 @@ msgstr "繰り返し"
1938
1938
  msgid "Recurrence ends on"
1939
1939
  msgstr "最終日"
1940
1940
 
1941
+ #: components/manage/Form/UndoToolbar
1942
+ # defaultMessage: Redo
1943
+ msgid "Redo"
1944
+ msgstr ""
1945
+
1941
1946
  #: components/manage/Blocks/Table/Edit
1942
1947
  # defaultMessage: Minimalistic table design
1943
1948
  msgid "Reduce complexity"
@@ -2562,8 +2567,8 @@ msgid "The backend is responding, but the CORS headers are not configured proper
2562
2567
  msgstr "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources. (未翻訳)"
2563
2568
 
2564
2569
  #: components/theme/CorsError/CorsError
2565
- # defaultMessage: The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.
2566
- msgid "The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators."
2570
+ # defaultMessage: 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.
2571
+ msgid "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."
2567
2572
  msgstr "Webサイトのバックエンドサーバが応答しません。ご不便をおかけして申し訳ありません。ページの再読み込みを実行してください。問題が解決しない場合は、サイト管理者にお問い合わせください。"
2568
2573
 
2569
2574
  #: components/manage/Blocks/Search/schema
@@ -2743,6 +2748,11 @@ msgstr "UID"
2743
2748
  msgid "Unauthorized"
2744
2749
  msgstr "権限がありません"
2745
2750
 
2751
+ #: components/manage/Form/UndoToolbar
2752
+ # defaultMessage: Undo
2753
+ msgid "Undo"
2754
+ msgstr ""
2755
+
2746
2756
  #: components/manage/BlockChooser/BlockChooser
2747
2757
  # defaultMessage: Unfold
2748
2758
  msgid "Unfold"