#, fuzzy msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" "Content-Type: text/plain; charset=UTF-8\n" msgctxt "control.association.description" msgid "" "The association control is used to allow objects in the repository to be " "picked and ultimately associated with the node being edited. The control " "uses the JavaScript Alfresco.ObjectFinder component to allow the user to " "browse the repository and pick objects." msgstr "" msgctxt "control.association.param.allowNavigationToContentChildren" msgid "" "Determines whether the picker can navigate the children of content nodes, " "the default is false." msgstr "" msgctxt "control.association.param.compactMode" msgid "Determines whether the picker will be shown in compact mode" msgstr "" msgctxt "control.association.param.displayMode" msgid "" "Determines the way to display current values,when set to \"list\" the " "current items are shown in a richlist withbuttons to manage the current " "items" msgstr "" msgctxt "control.association.param.editorAppearance" msgid "full" msgstr "" msgctxt "control.association.param.forceEditable" msgid "Forces the control to be editable" msgstr "" msgctxt "control.association.param.selectActionLabel" msgid "The label of the button that launches the picker" msgstr "" msgctxt "control.association.param.selectActionLabelId" msgid "" "The resource bundle key of the label of the button that launches the picker" msgstr "" msgctxt "control.association.param.selectedValueContextProperty" msgid "" "The name of a component bindingproperty or urlparameter that contains the " "values of the items topre-select in thepicker" msgstr "" msgctxt "control.association.param.showTargetLink" msgid "" "Determines whether a link to the document detailspage will berendered to " "content items\" only applicable whendisplayMode is set to\"items\")" msgstr "" msgctxt "control.association.param.startLocation" msgid "" "Determines where to start the picker, the value can beany ofthevalues below, " "the default is \"{company home}\". CustomizedstartLocations can also be " "implemented, see NodeLocatorService formore details.{companyhome}: The " "'Company Home' space{userhome}: Thecurrent users home space{siteshome}: The " "'Sites' space{doclib}: Theroot of the Document Library for the site the item " "is part of.If theitem is not part of a site the default is used. For " "\"create\"formsthe\"item\" is considered to be the location the new item " "isbeingcreatedin{self}: The item being edited for \"edit\" forms and " "thelocation theitem isbeing created in for \"create\" forms. Thisoptional=" "\"true\"lywilltypically used with cm:folder types andsub-types{parent}: " "Theparent of the item being edited or the parentof the locationthe newitem " "is being created in{ancestor}: Anancestor node, same as {parent}without " "parameters. A typeparametercan limit the ancestor node to acertain type or " "aspectparameter canlimit to an ancestor node with acertain aspectapplied. " "The node andaspect parameters can be combined.A NodeRef e.g.workspace://" "SpacesStore/abcd-12345: Starts the pickerin a specificlocation represented " "by the NodeRefAn XPath e.g./app:company_home/app:dictionary: Starts the " "picker in aspecificlocation represented by the XPath" msgstr "" msgctxt "control.association.param.startLocationParams" msgid "Query string formatted parameters for startLocation" msgstr "" msgctxt "control.authority.description" msgid "" "The authority control is used to search for users and/orgroups in " "therepository." msgstr "" msgctxt "control.authority.param.compactMode" msgid "Determines whether the picker will be shown in compact mode" msgstr "" msgctxt "control.authority.param.forceEditable" msgid "Forces the control to be editable" msgstr "" msgctxt "control.autocomplete-association.description" msgid "" "The autocomplete association control renders an autocomplete for model " "association" msgstr "" msgctxt "control.autocomplete-association.param.ds" msgid "The autocomplete data source (for association is not mandatory)" msgstr "" msgctxt "control.autocomplete-association.param.maxLength" msgid "" "Defines the maximum number of characters the user can enter, maps directly " "to the standard HTML 'maxlength' attribute" msgstr "" msgctxt "control.autocomplete-association.param.parent" msgid "Indicate a parent field that autocomplete depens on" msgstr "" msgctxt "control.autocomplete-association.param.size" msgid "" "Defines the number of characters the text field can display, maps directly " "to the standard HTML 'size' attribute" msgstr "" msgctxt "control.autocomplete-association.param.style" msgid "Allows CSS rules to applied directly to the text field" msgstr "" msgctxt "control.autocomplete.description" msgid "" "The autocomplete control renders an autocomplete for standard text field" msgstr "" msgctxt "control.autocomplete.param.ds" msgid "The autocomplete data source" msgstr "" msgctxt "control.autocomplete.param.local" msgid "Indicate that ds is on share side" msgstr "" msgctxt "control.autocomplete.param.maxLength" msgid "" "Defines the maximum number of characters the user can enter, maps directly " "to the standard HTML 'maxlength' attribute" msgstr "" msgctxt "control.autocomplete.param.parent" msgid "Indicate a parent field that autocomplete depens on" msgstr "" msgctxt "control.autocomplete.param.saveTitle" msgid "Should autocomplete save title instead of value" msgstr "" msgctxt "control.autocomplete.param.showPage" msgid "Should autocomplete show pagination" msgstr "" msgctxt "control.autocomplete.param.showTooltip" msgid "Should autocomplete show tooltip" msgstr "" msgctxt "control.autocomplete.param.size" msgid "" "Defines the number of characters the text field can display, maps directly " "to the standard HTML 'size' attribute" msgstr "" msgctxt "control.autocomplete.param.style" msgid "Allows CSS rules to applied directly to the text field" msgstr "" msgctxt "control.category.description" msgid "" "The category control is used to allow the user to selectcategories forthe " "node being edited. The control uses the JavaScriptAlfresco.ObjectPicker " "component to allow the user to browse thecategory hierarchy" msgstr "" msgctxt "control.category.param.compactMode" msgid "Determines whether the picker will be shown in compact mode" msgstr "" msgctxt "control.category.param.forceEditable" msgid "Forces the control to be editable" msgstr "" msgctxt "control.category.param.parentNodeRef" msgid "" "The nodeRef of the category to start the picker,defaults to theroot of the " "category tree" msgstr "" msgctxt "control.category.param.showSubCategoriesOption" msgid "" "Shows a checkbox allowing sub-categories to beincluded in anadvanced search" msgstr "" msgctxt "control.checkbox.description" msgid "The checkbox control renders a standard HTML checkboxcontrol." msgstr "" msgctxt "control.checkbox.param.forceEditable" msgid "Forces the control to be editable" msgstr "" msgctxt "control.checkbox.param.style" msgid "AllowsCSS rules to applied directly to the checkbox" msgstr "" msgctxt "control.checkbox.param.styleClass" msgid "Allows a custom CSS class to be applied to the checkbox" msgstr "" msgctxt "control.content.description" msgid "" "The content control renders an input area appropriate forthe mime typeof the " "content. Plain text content is shown in astandard textareawhereas rich text " "content i.e. HTML is rendered in aTinyMCE control,the list of mime types " "considered to be plain andrich content areconfigurable\" see below). If the " "mime type of thecontent is notrecognized the control is automatically hidden." " Thecontent controlis also only rendered when the form is in \"edit\" " "or\"create\" mode." msgstr "" msgctxt "control.content.param.columns" msgid "" "The number of columns the textarea will have\" when editing plain text " "content" msgstr "" msgctxt "control.content.param.editorAppearance" msgid "" "The preset set of configuration options to use for theTinyMCEcontrol\" when " "editing rich text content), accepted values are\"full\",\"explorer\", " "\"webeditor\" and \"custom\". If ommitted a defaultconfiguration is used" msgstr "" msgctxt "control.content.param.editorHeight" msgid "" "The height in pixels of the TinyMCE control\" when editing rich textcontent)" msgstr "" msgctxt "control.content.param.editorParameters" msgid "" "Used when the \"custom\" preset is used for the\"editorAppearance\"parameter." " The value of this parameter is sentdirectly to TinyMCE soshould contain " "valid TinyMCE configurationoptions." msgstr "" msgctxt "control.content.param.editorWidth" msgid "" "The width in pixels of the TinyMCE control\" when editing rich textcontent)" msgstr "" msgctxt "control.content.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.content.param.forceEditor" msgid "" "Forces the textarea to be displayed if the mime type of the contentis not " "recognized or not specified, default is false" msgstr "" msgctxt "control.content.param.plainMimeTypes" msgid "" "Comma separated list of mime types thatrepresent plain text,default is " "\"text/plain,text/xml\"" msgstr "" msgctxt "control.content.param.richMimeTypes" msgid "" "Comma separated list of mime types thatrepresent rich text,default is \"text/" "html,text/xhtml\"" msgstr "" msgctxt "control.content.param.rows" msgid "" "The number of rows the textarea will have\" when editing plain text content" msgstr "" msgctxt "control.content.param.style" msgid "" "AllowsCSS rules to applied directly to the textarea\" when editingplain " "textcontent)" msgstr "" msgctxt "control.content.param.styleClass" msgid "" "Allows a custom CSS class to be applied to the textarea\" when editingplain " "text content)" msgstr "" msgctxt "control.date.description" msgid "" "The date control renders a date field allowing free formentry of datesas " "well as a calendar widget allowing dates to beselected visually.If " "appropriate a time field is also rendered." msgstr "" msgctxt "control.date.param.forceEditable" msgid "Forces the control to be editable" msgstr "" msgctxt "control.date.param.showTime" msgid "Determines whether the time entry field should be displayed" msgstr "" msgctxt "control.encoding.description" msgid "The encoding control renders a selectable list ofencodings." msgstr "" msgctxt "control.encoding.param.property" msgid "" "Thename of a content property to retrieve the current encoding " "from,ifomitted the field.value value is used" msgstr "" msgctxt "control.encoding.param.style" msgid "AllowsCSS rules to applied directly to the select list" msgstr "" msgctxt "control.encoding.param.styleClass" msgid "Allows a custom CSS class to be applied to the select list" msgstr "" msgctxt "control.hidden.description" msgid "" "The hidden control renders a standard HMTL inputtype=\"hidden\" control,the " "value is either taken from the value of thegiven contextPropertyparameter, " "from a URL argument with the name ofthe field or from thefield's value." msgstr "" msgctxt "control.hidden.param.contextProperty" msgid "The name of a contextproperty to retrieve the value from" msgstr "" msgctxt "control.info.description" msgid "" "The info control renders the field as if the form is inview moderegardless " "of the actual mode the form is in, this can beuseful whenthe data needs to " "be present on an edit form but notrendered as adisabled input control." msgstr "" msgctxt "control.invisible.description" msgid "" "The invisible control literally renders nothing at all,it can be usedwhen a " "form definition needs to be requested andreturned but notdisplayed." msgstr "" msgctxt "control.mimetype.description" msgid "The mimetype control renders a selectable list ofmimetypes." msgstr "" msgctxt "control.mimetype.param.property" msgid "" "The name of a content property to retrieve the current mimetype " "from,ifomitted the field.value value is used" msgstr "" msgctxt "control.mimetype.param.style" msgid "Allows CSS rules to applied directly to the select list" msgstr "" msgctxt "control.mimetype.param.styleClass" msgid "Allows a custom CSS class to be applied to the select list" msgstr "" msgctxt "control.number.description" msgid "" "The number control renders a standard HTML text fieldintended foraccepting " "numbers. The only difference between thiscontrol and thetextfield.ftl " "control is the addition of a default CSSclass called\"number\" applied to " "the input element. The \"number\" CSSclass reducesthe width of the input " "element, further custom CSSclasses can stillbe applied to the control." msgstr "" msgctxt "control.number.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.number.param.maxLength" msgid "" "Defines the maximum number of characters the user can enter, mapsdirectly to " "the standard HTML 'maxlength' attribute" msgstr "" msgctxt "control.number.param.size" msgid "" "Definesthe number of characters the text field can display, maps directly " "tothe standard HTML 'size' attribute" msgstr "" msgctxt "control.number.param.style" msgid "AllowsCSS rules to applied directly to the text field" msgstr "" msgctxt "control.number.param.styleClass" msgid "Allows a custom CSS class to be applied to the text field" msgstr "" msgctxt "control.period.description" msgid "" "The period control renders a selectable list of periodsand anexpression " "entry field." msgstr "" msgctxt "control.period.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.richtext.description" msgid "The rich text control renders a TinyMCE editor." msgstr "" msgctxt "control.richtext.param.editorAppearance" msgid "" "The preset set of configuration options to use for theTinyMCEcontrol, " "accepted values are \"full\", \"explorer\", \"webeditor\"and\"custom\". If " "ommitted a default configuration is used" msgstr "" msgctxt "control.richtext.param.editorHeight" msgid "" "The height in pixels of the TinyMCE control\" when editing rich textcontent)" msgstr "" msgctxt "control.richtext.param.editorParameters" msgid "" "Used when the \"custom\" preset is used for the\"editorAppearance\"parameter." " The value of this parameter is sentdirectly to TinyMCE soshould contain " "valid TinyMCE configurationoptions." msgstr "" msgctxt "control.richtext.param.editorWidth" msgid "" "The width in pixels of the TinyMCE control\" when editing rich textcontent)" msgstr "" msgctxt "control.richtext.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.selectmany.description" msgid "" "The selectmany control renders a standard HTML selectlist allowingmultiple " "selections." msgstr "" msgctxt "control.selectmany.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.selectmany.param.options" msgid "" "A comma separated list of options todisplay, for " "example\"First,Second,Third\". If a value for an optionalso needs to " "bespecified the \"First|1,Second|2,Third|3\" format canbe used." msgstr "" msgctxt "control.selectmany.param.size" msgid "" "Thesizeof the list i.e. how many options are always visible, thedefault is5." msgstr "" msgctxt "control.selectmany.param.style" msgid "AllowsCSS rules to applied directly to the select list" msgstr "" msgctxt "control.selectmany.param.styleClass" msgid "Allows a custom CSS class to be applied to the select list" msgstr "" msgctxt "control.selectone.description" msgid "The selectone control renders a standard HTML selectlist." msgstr "" msgctxt "control.selectone.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.selectone.param.options" msgid "" "A comma separated list of options todisplay, for " "example\"First,Second,Third\". If a value for an optionalso needs to " "bespecified the \"1|First,2|Second,3|Third\" format canbe used. In thelatter " "case message bundle IDs can also be specifiedin place of anexplicit display " "value, e.g.\"1|{label.second},2|{label.second},3|{label.third}\"." msgstr "" msgctxt "control.selectone.param.size" msgid "" "Thesizeof the list i.e. how many options are always visible, default is1." msgstr "" msgctxt "control.selectone.param.style" msgid "AllowsCSS rules to applied directly to the select list" msgstr "" msgctxt "control.selectone.param.styleClass" msgid "Allows a custom CSS class to be applied to the select list" msgstr "" msgctxt "control.size.description" msgid "" "The size control renders a read only human readablerepresentation ofthe " "content size." msgstr "" msgctxt "control.size.param.property" msgid "" "Thename of a content property to retrieve the current content sizefrom,if " "omitted the field.value value is use" msgstr "" msgctxt "control.textarea.description" msgid "The textarea control renders a standard HTML textareafield." msgstr "" msgctxt "control.textarea.param.activateLinks" msgid "" "When set to \"true\" and the form is in \"view\" mode thecontrolwill attempt " "to display links as active hyperlinks" msgstr "" msgctxt "control.textarea.param.columns" msgid "Thenumber of columns the textarea will have" msgstr "" msgctxt "control.textarea.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.textarea.param.rows" msgid "Thenumber of rows the textarea will have" msgstr "" msgctxt "control.textarea.param.style" msgid "AllowsCSS rules to applied directly to the textarea" msgstr "" msgctxt "control.textarea.param.styleClass" msgid "Allows a custom CSS class to be applied to the textarea" msgstr "" msgctxt "control.textfield.description" msgid "The textfield control renders a standard HTML text field." msgstr "" msgctxt "control.textfield.param.activateLinks" msgid "" "When set to \"true\" and the form is in \"view\" mode thecontrolwill attempt " "to display links as active hyperlinks" msgstr "" msgctxt "control.textfield.param.forceEditable" msgid "Forces the control to be editable, default is false" msgstr "" msgctxt "control.textfield.param.maxLength" msgid "" "Defines the maximum number of characters the user can enter, mapsdirectly to " "the standard HTML 'maxlength' attribute" msgstr "" msgctxt "control.textfield.param.size" msgid "" "Definesthe number of characters the text field can display, maps directly " "tothe standard HTML 'size' attribute" msgstr "" msgctxt "control.textfield.param.style" msgid "AllowsCSS rules to applied directly to the text field" msgstr "" msgctxt "control.textfield.param.styleClass" msgid "Allows a custom CSS class to be applied to the text field" msgstr ""