From 2ef48a3355de8f84b11267aef70b18930e6f54e0 Mon Sep 17 00:00:00 2001
From: diachedelic askjdkasj lasjd askjdkasj lasjd Database not found! Please check that the information in the 'connection string' of the \"web.config\" file is correct. To proceed, please edit the 'web.config' file (using Visual Studio or your favourite text editor), scroll to the bottom, add the connection string for your database in the key named 'umbracoDbDSN' and save the file. Click the retry button when done. Press the upgrade button to upgrade your database to Umbraco %0% Don't worry - no content will be deleted and everything will continue working afterwards!
';
var newElement = angular.element(template);
diff --git a/src/Umbraco.Web.UI.Client/src/common/mocks/resources/_module.js b/src/Umbraco.Web.UI.Client/src/common/mocks/editors/_module.js
similarity index 100%
rename from src/Umbraco.Web.UI.Client/src/common/mocks/resources/_module.js
rename to src/Umbraco.Web.UI.Client/src/common/mocks/editors/_module.js
diff --git a/src/Umbraco.Web.UI.Client/src/common/mocks/editors/prevalues.mocks.js b/src/Umbraco.Web.UI.Client/src/common/mocks/editors/prevalues.mocks.js
new file mode 100644
index 0000000000..3e5b102887
--- /dev/null
+++ b/src/Umbraco.Web.UI.Client/src/common/mocks/editors/prevalues.mocks.js
@@ -0,0 +1,21 @@
+angular.module('umbraco.mocks').
+ factory('prevaluesMocks', ['$httpBackend', 'mocksUtils', function ($httpBackend, mocksUtils) {
+ 'use strict';
+
+ function getRichTextConfiguration(status, data, headers) {
+ if (!mocksUtils.checkAuth()) {
+ return [401, null, null];
+ }
+ else {
+ return [200, { "plugins": [{ "name": "code", "useOnFrontend": true }, { "name": "paste", "useOnFrontend": true }, { "name": "umbracolink", "useOnFrontend": true }], "commands": [{ "icon": "images/editor/code.gif", "command": "code", "alias": "code", "userInterface": "false", "frontEndCommand": "code", "value": "", "priority": 1, "isStylePicker": false }, { "icon": "images/editor/removeformat.gif", "command": "removeformat", "alias": "removeformat", "userInterface": "false", "frontEndCommand": "removeformat", "value": "", "priority": 2, "isStylePicker": false }, { "icon": "images/editor/undo.gif", "command": "undo", "alias": "undo", "userInterface": "false", "frontEndCommand": "undo", "value": "", "priority": 11, "isStylePicker": false }, { "icon": "images/editor/redo.gif", "command": "redo", "alias": "redo", "userInterface": "false", "frontEndCommand": "redo", "value": "", "priority": 12, "isStylePicker": false }, { "icon": "images/editor/cut.gif", "command": "cut", "alias": "cut", "userInterface": "false", "frontEndCommand": "cut", "value": "", "priority": 13, "isStylePicker": false }, { "icon": "images/editor/copy.gif", "command": "copy", "alias": "copy", "userInterface": "false", "frontEndCommand": "copy", "value": "", "priority": 14, "isStylePicker": false }, { "icon": "images/editor/showStyles.png", "command": "styleselect", "alias": "styleselect", "userInterface": "false", "frontEndCommand": "styleselect", "value": "", "priority": 20, "isStylePicker": false }, { "icon": "images/editor/bold.gif", "command": "bold", "alias": "bold", "userInterface": "false", "frontEndCommand": "bold", "value": "", "priority": 21, "isStylePicker": false }, { "icon": "images/editor/italic.gif", "command": "italic", "alias": "italic", "userInterface": "false", "frontEndCommand": "italic", "value": "", "priority": 22, "isStylePicker": false }, { "icon": "images/editor/underline.gif", "command": "underline", "alias": "underline", "userInterface": "false", "frontEndCommand": "underline", "value": "", "priority": 23, "isStylePicker": false }, { "icon": "images/editor/strikethrough.gif", "command": "strikethrough", "alias": "strikethrough", "userInterface": "false", "frontEndCommand": "strikethrough", "value": "", "priority": 24, "isStylePicker": false }, { "icon": "images/editor/justifyleft.gif", "command": "justifyleft", "alias": "justifyleft", "userInterface": "false", "frontEndCommand": "alignleft", "value": "", "priority": 31, "isStylePicker": false }, { "icon": "images/editor/justifycenter.gif", "command": "justifycenter", "alias": "justifycenter", "userInterface": "false", "frontEndCommand": "aligncenter", "value": "", "priority": 32, "isStylePicker": false }, { "icon": "images/editor/justifyright.gif", "command": "justifyright", "alias": "justifyright", "userInterface": "false", "frontEndCommand": "alignright", "value": "", "priority": 33, "isStylePicker": false }, { "icon": "images/editor/justifyfull.gif", "command": "justifyfull", "alias": "justifyfull", "userInterface": "false", "frontEndCommand": "alignfull", "value": "", "priority": 34, "isStylePicker": false }, { "icon": "images/editor/bullist.gif", "command": "bullist", "alias": "bullist", "userInterface": "false", "frontEndCommand": "bullist", "value": "", "priority": 41, "isStylePicker": false }, { "icon": "images/editor/numlist.gif", "command": "numlist", "alias": "numlist", "userInterface": "false", "frontEndCommand": "numlist", "value": "", "priority": 42, "isStylePicker": false }, { "icon": "images/editor/outdent.gif", "command": "outdent", "alias": "outdent", "userInterface": "false", "frontEndCommand": "outdent", "value": "", "priority": 43, "isStylePicker": false }, { "icon": "images/editor/indent.gif", "command": "indent", "alias": "indent", "userInterface": "false", "frontEndCommand": "indent", "value": "", "priority": 44, "isStylePicker": false }, { "icon": "images/editor/link.gif", "command": "link", "alias": "mcelink", "userInterface": "true", "frontEndCommand": "link", "value": "", "priority": 51, "isStylePicker": false }, { "icon": "images/editor/unLink.gif", "command": "unlink", "alias": "unlink", "userInterface": "false", "frontEndCommand": "unlink", "value": "", "priority": 52, "isStylePicker": false }, { "icon": "images/editor/anchor.gif", "command": "anchor", "alias": "mceinsertanchor", "userInterface": "false", "frontEndCommand": "anchor", "value": "", "priority": 53, "isStylePicker": false }, { "icon": "images/editor/image.gif", "command": "image", "alias": "mceimage", "userInterface": "true", "frontEndCommand": "umbmediapicker", "value": "", "priority": 61, "isStylePicker": false }, { "icon": "images/editor/insMacro.gif", "command": "umbracomacro", "alias": "umbracomacro", "userInterface": "true", "frontEndCommand": "umbmacro", "value": "", "priority": 62, "isStylePicker": false }, { "icon": "images/editor/table.gif", "command": "table", "alias": "mceinserttable", "userInterface": "true", "frontEndCommand": "table", "value": "", "priority": 63, "isStylePicker": false }, { "icon": "images/editor/media.gif", "command": "umbracoembed", "alias": "umbracoembed", "userInterface": "true", "frontEndCommand": "umbembeddialog", "value": "", "priority": 66, "isStylePicker": false }, { "icon": "images/editor/hr.gif", "command": "hr", "alias": "inserthorizontalrule", "userInterface": "false", "frontEndCommand": "hr", "value": "", "priority": 71, "isStylePicker": false }, { "icon": "images/editor/sub.gif", "command": "sub", "alias": "subscript", "userInterface": "false", "frontEndCommand": "sub", "value": "", "priority": 72, "isStylePicker": false }, { "icon": "images/editor/sup.gif", "command": "sup", "alias": "superscript", "userInterface": "false", "frontEndCommand": "sup", "value": "", "priority": 73, "isStylePicker": false }, { "icon": "images/editor/charmap.gif", "command": "charmap", "alias": "mcecharmap", "userInterface": "false", "frontEndCommand": "charmap", "value": "", "priority": 74, "isStylePicker": false }], "validElements": "+a[id|style|rel|rev|charset|hreflang|dir|lang|tabindex|accesskey|type|name|href|target|title|class|onfocus|onblur|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup],-strong/-b[class|style],-em/-i[class|style],-strike[class|style],-u[class|style],#p[id|style|dir|class|align],-ol[class|reversed|start|style|type],-ul[class|style],-li[class|style],br[class],img[id|dir|lang|longdesc|usemap|style|class|src|onmouseover|onmouseout|border|alt=|title|hspace|vspace|width|height|align|umbracoorgwidth|umbracoorgheight|onresize|onresizestart|onresizeend|rel],-sub[style|class],-sup[style|class],-blockquote[dir|style|class],-table[border=0|cellspacing|cellpadding|width|height|class|align|summary|style|dir|id|lang|bgcolor|background|bordercolor],-tr[id|lang|dir|class|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor],tbody[id|class],thead[id|class],tfoot[id|class],#td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope],-th[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|scope],caption[id|lang|dir|class|style],-div[id|dir|class|align|style],-span[class|align|style],-pre[class|align|style],address[class|align|style],-h1[id|dir|class|align],-h2[id|dir|class|align],-h3[id|dir|class|align],-h4[id|dir|class|align],-h5[id|dir|class|align],-h6[id|style|dir|class|align],hr[class|style],dd[id|class|title|style|dir|lang],dl[id|class|title|style|dir|lang],dt[id|class|title|style|dir|lang],object[class|id|width|height|codebase|*],param[name|value|_value|class],embed[type|width|height|src|class|*],map[name|class],area[shape|coords|href|alt|target|class],bdo[class],button[class],iframe[*]", "inValidElements": "font", "customConfig": { "entity_encoding": "raw", "spellchecker_rpc_url": "GoogleSpellChecker.ashx" } }, null];
+ }
+ }
+
+ return {
+ register: function() {
+ $httpBackend
+ .whenGET(mocksUtils.urlRegex('/umbraco/UmbracoApi/RichTextPreValue/GetConfiguration'))
+ .respond(getRichTextConfiguration);
+ }
+ };
+ }]);
\ No newline at end of file
diff --git a/src/Umbraco.Web.UI.Client/src/common/mocks/resources/_utils.js b/src/Umbraco.Web.UI.Client/src/common/mocks/resources/_utils.js
index 0bebbe2e4a..31eeb07865 100644
--- a/src/Umbraco.Web.UI.Client/src/common/mocks/resources/_utils.js
+++ b/src/Umbraco.Web.UI.Client/src/common/mocks/resources/_utils.js
@@ -68,7 +68,7 @@ angular.module('umbraco.mocks').
id: 2,
properties: [
{ alias: "valTest", label: "Validation test", view: "validationtest", value: "asdfasdf" },
- { alias: "bodyText", label: "Body Text", description: "Here you enter the primary article contents", view: "rte", value: "
One-level paths in domains are supported, eg. 'example.com/en'. However, they should be avoided. Better use the culture setting above.",
+ "assignDomain_domainUpdated": "Domain '%0%' has been updated",
+ "assignDomain_orEdit": "Edit Current Domains",
+ "assignDomain_inherit": "Inherit",
+ "assignDomain_setLanguage": "Culture",
+ "assignDomain_setLanguageHelp": "Set the culture for nodes below the current node,
or inherit culture from parent nodes. Will also apply
to the current node, unless a domain below applies too.",
+ "assignDomain_setDomains": "Domains",
+ "auditTrails_atViewingFor": "Viewing for",
+ "buttons_select": "Select",
+ "buttons_somethingElse": "Do something else",
+ "buttons_bold": "Bold",
+ "buttons_deindent": "Cancel Paragraph Indent",
+ "buttons_formFieldInsert": "Insert form field",
+ "buttons_graphicHeadline": "Insert graphic headline",
+ "buttons_htmlEdit": "Edit Html",
+ "buttons_indent": "Indent Paragraph",
+ "buttons_italic": "Italic",
+ "buttons_justifyCenter": "Center",
+ "buttons_justifyLeft": "Justify Left",
+ "buttons_justifyRight": "Justify Right",
+ "buttons_linkInsert": "Insert Link",
+ "buttons_linkLocal": "Insert local link (anchor)",
+ "buttons_listBullet": "Bullet List",
+ "buttons_listNumeric": "Numeric List",
+ "buttons_macroInsert": "Insert macro",
+ "buttons_pictureInsert": "Insert picture",
+ "buttons_relations": "Edit relations",
+ "buttons_save": "Save",
+ "buttons_saveAndPublish": "Save and publish",
+ "buttons_saveToPublish": "Save and send for approval",
+ "buttons_showPage": "Preview",
+ "buttons_showPageDisabled": "Preview is disabled because there's no template assigned",
+ "buttons_styleChoose": "Choose style",
+ "buttons_styleShow": "Show styles",
+ "buttons_tableInsert": "Insert table",
+ "changeDocType_changeDocTypeInstruction": "To change the document type for the selected content, first select from the list of valid types for this location.",
+ "changeDocType_changeDocTypeInstruction2": "Then confirm and/or amend the mapping of properties from the current type to the new, and click Save.",
+ "changeDocType_contentRepublished": "The content has been re-published.",
+ "changeDocType_currentProperty": "Current Property",
+ "changeDocType_currentType": "Current type",
+ "changeDocType_docTypeCannotBeChanged": "The document type cannot be changed, as there are no alternatives valid for this location.",
+ "changeDocType_docTypeChanged": "Document Type Changed",
+ "changeDocType_mapProperties": "Map Properties",
+ "changeDocType_mapToProperty": "Map to Property",
+ "changeDocType_newTemplate": "New Template",
+ "changeDocType_newType": "New Type",
+ "changeDocType_none": "none",
+ "changeDocType_selectedContent": "Content",
+ "changeDocType_selectNewDocType": "Select New Document Type",
+ "changeDocType_successMessage": "The document type of the selected content has been successfully changed to [new type] and the following properties mapped:",
+ "changeDocType_to": "to",
+ "changeDocType_validationErrorPropertyWithMoreThanOneMapping": "Could not complete property mapping as one or more properties have more than one mapping defined.",
+ "changeDocType_validDocTypesNote": "Only alternate types valid for the current location are displayed.",
+ "content_about": "About this page",
+ "content_alias": "Alias",
+ "content_alternativeTextHelp": "(how would you describe the picture over the phone)",
+ "content_alternativeUrls": "Alternative Links",
+ "content_clickToEdit": "Click to edit this item",
+ "content_createBy": "Created by",
+ "content_createByDesc": "Original autho",
+ "content_updatedBy": "Updated by",
+ "content_createDate": "Created",
+ "content_createDateDesc": "Date/time this document was created",
+ "content_documentType": "Document Type",
+ "content_editing": "Editing",
+ "content_expireDate": "Remove at",
+ "content_itemChanged": "This item has been changed after publication",
+ "content_itemNotPublished": "This item is not published",
+ "content_lastPublished": "Last published",
+ "content_mediatype": "Media Type",
+ "content_mediaLinks": "Link to media item(s)",
+ "content_membergroup": "Member Group",
+ "content_memberrole": "Role",
+ "content_membertype": "Member Type",
+ "content_noDate": "No date chosen",
+ "content_nodeName": "Page Title",
+ "content_otherElements": "Properties",
+ "content_parentNotPublished": "This document is published but is not visible because the parent '%0%' is unpublished",
+ "content_parentNotPublishedAnomaly": "Oops: this document is published but is not in the cache (internal error)",
+ "content_publish": "Publish",
+ "content_publishStatus": "Publication Status",
+ "content_releaseDate": "Publish at",
+ "content_removeDate": "Clear Date",
+ "content_sortDone": "Sortorder is updated",
+ "content_sortHelp": "To sort the nodes, simply drag the nodes or click one of the column headers. You can select multiple nodes by holding the 'shift' or 'control' key while selecting",
+ "content_statistics": "Statistics",
+ "content_titleOptional": "Title (optional)",
+ "content_type": "Type",
+ "content_unPublish": "Unpublish",
+ "content_updateDate": "Last edited",
+ "content_updateDateDesc": "Date/time this document was created",
+ "content_uploadClear": "Remove file",
+ "content_urls": "Link to document",
+ "content_memberof": "Member of group(s)",
+ "content_notmemberof": "Not a member of group(s)",
+ "content_childItems": "Child items",
+ "create_chooseNode": "Where do you want to create the new %0%",
+ "create_createUnder": "Create a page under",
+ "create_updateData": "Choose a type and a title",
+ "create_noDocumentTypes": "There are no allowed document types available. You must enable these in the settings section under 'document types'.",
+ "create_noMediaTypes": "There are no allowed media types available. You must enable these in the settings section under 'media types'.",
+ "dashboard_browser": "Browse your website",
+ "dashboard_dontShowAgain": "- Hide",
+ "dashboard_nothinghappens": "If umbraco isn't opening, you might need to allow popups from this site",
+ "dashboard_openinnew": "has opened in a new window",
+ "dashboard_restart": "Restart",
+ "dashboard_visit": "Visit",
+ "dashboard_welcome": "Welcome",
+ "defaultdialogs_anchorInsert": "Name",
+ "defaultdialogs_assignDomain": "Manage hostnames",
+ "defaultdialogs_closeThisWindow": "Close this window",
+ "defaultdialogs_confirmdelete": "Are you sure you want to delete",
+ "defaultdialogs_confirmdisable": "Are you sure you want to disable",
+ "defaultdialogs_confirmEmptyTrashcan": "Please check this box to confirm deletion of %0% item(s)",
+ "defaultdialogs_confirmlogout": "Are you sure?",
+ "defaultdialogs_confirmSure": "Are you sure?",
+ "defaultdialogs_cut": "Cut",
+ "defaultdialogs_editdictionary": "Edit Dictionary Item",
+ "defaultdialogs_editlanguage": "Edit Language",
+ "defaultdialogs_insertAnchor": "Insert local link",
+ "defaultdialogs_insertCharacter": "Insert character",
+ "defaultdialogs_insertgraphicheadline": "Insert graphic headline",
+ "defaultdialogs_insertimage": "Insert picture",
+ "defaultdialogs_insertlink": "Insert link",
+ "defaultdialogs_insertMacro": "Click to add a Macro",
+ "defaultdialogs_inserttable": "Insert table",
+ "defaultdialogs_lastEdited": "Last Edited",
+ "defaultdialogs_link": "Link",
+ "defaultdialogs_linkinternal": "Internal link:",
+ "defaultdialogs_linklocaltip": "When using local links, insert '#' infront of link",
+ "defaultdialogs_linknewwindow": "Open in new window?",
+ "defaultdialogs_macroContainerSettings": "Macro Settings",
+ "defaultdialogs_macroDoesNotHaveProperties": "This macro does not contain any properties you can edit",
+ "defaultdialogs_paste": "Paste",
+ "defaultdialogs_permissionsEdit": "Edit Permissions for",
+ "defaultdialogs_recycleBinDeleting": "The items in the recycle bin are now being deleted. Please do not close this window while this operation takes place",
+ "defaultdialogs_recycleBinIsEmpty": "The recycle bin is now empty",
+ "defaultdialogs_recycleBinWarning": "When items are deleted from the recycle bin, they will be gone forever",
+ "defaultdialogs_regexSearchError": "regexlib.com's webservice is currently experiencing some problems, which we have no control over. We are very sorry for this inconvenience.",
+ "defaultdialogs_regexSearchHelp": "Search for a regular expression to add validation to a form field. Exemple: 'email, 'zip-code' 'url'",
+ "defaultdialogs_removeMacro": "Remove Macro",
+ "defaultdialogs_requiredField": "Required Field",
+ "defaultdialogs_sitereindexed": "Site is reindexed",
+ "defaultdialogs_siterepublished": "The website cache has been refreshed. All publish content is now uptodate. While all unpublished content is still unpublished",
+ "defaultdialogs_siterepublishHelp": "The website cache will be refreshed. All published content will be updated, while unpublished content will stay unpublished.",
+ "defaultdialogs_tableColumns": "Number of columns",
+ "defaultdialogs_tableRows": "Number of rows",
+ "defaultdialogs_templateContentAreaHelp": "Set a placeholder id by setting an ID on your placeholder you can inject content into this template from child templates, by refering this ID using a <asp:content /> element.",
+ "defaultdialogs_templateContentPlaceHolderHelp": "Select a placeholder id from the list below. You can only choose Id's from the current template's master.",
+ "defaultdialogs_thumbnailimageclickfororiginal": "Click on the image to see full size",
+ "defaultdialogs_treepicker": "Pick item",
+ "defaultdialogs_viewCacheItem": "View Cache Item",
+ "dictionaryItem_description": " Edit the different language versions for the dictionary item '%0%' below
You can add additional languages under the 'languages' in the menu on the left ",
+ "dictionaryItem_displayName": "Culture Name",
+ "placeholders_username": "Enter your username",
+ "placeholders_password": "Enter your password",
+ "placeholders_name": "Enter a name...",
+ "placeholders_search": "Type to search...",
+ "placeholders_filter": "Type to filter...",
+ "editcontenttype_allowedchildnodetypes": "Allowed child nodetypes",
+ "editcontenttype_create": "Create",
+ "editcontenttype_deletetab": "Delete tab",
+ "editcontenttype_description": "Description",
+ "editcontenttype_newtab": "New tab",
+ "editcontenttype_tab": "Tab",
+ "editcontenttype_thumbnail": "Thumbnail",
+ "editcontenttype_iscontainercontenttype": "Use as container content type",
+ "editdatatype_addPrevalue": "Add prevalue",
+ "editdatatype_dataBaseDatatype": "Database datatype",
+ "editdatatype_guid": "Property editor GUID",
+ "editdatatype_renderControl": "Property editor",
+ "editdatatype_rteButtons": "Buttons",
+ "editdatatype_rteEnableAdvancedSettings": "Enable advanced settings for",
+ "editdatatype_rteEnableContextMenu": "Enable context menu",
+ "editdatatype_rteMaximumDefaultImgSize": "Maximum default size of inserted images",
+ "editdatatype_rteRelatedStylesheets": "Related stylesheets",
+ "editdatatype_rteShowLabel": "Show label",
+ "editdatatype_rteWidthAndHeight": "Width and height",
+ "errorHandling_errorButDataWasSaved": "Your data has been saved, but before you can publish this page there are some errors you need to fix first:",
+ "errorHandling_errorChangingProviderPassword": "The current MemberShip Provider does not support changing password (EnablePasswordRetrieval need to be true)",
+ "errorHandling_errorExistsWithoutTab": "%0% already exists",
+ "errorHandling_errorHeader": "There were errors:",
+ "errorHandling_errorHeaderWithoutTab": "There were errors:",
+ "errorHandling_errorInPasswordFormat": "The password should be a minimum of %0% characters long and contain at least %1% non-alpha numeric character(s)",
+ "errorHandling_errorIntegerWithoutTab": "%0% must be an integer",
+ "errorHandling_errorMandatory": "The %0% field in the %1% tab is mandatory",
+ "errorHandling_errorMandatoryWithoutTab": "%0% is a mandatory field",
+ "errorHandling_errorRegExp": "%0% at %1% is not in a correct format",
+ "errorHandling_errorRegExpWithoutTab": "%0% is not in a correct format",
+ "errors_dissallowedMediaType": "The specified file type has been dissallowed by the administrator",
+ "errors_codemirroriewarning": "NOTE! Even though CodeMirror is enabled by configuration, it is disabled in Internet Explorer because it's not stable enough.",
+ "errors_contentTypeAliasAndNameNotNull": "Please fill both alias and name on the new propertytype!",
+ "errors_filePermissionsError": "There is a problem with read/write access to a specific file or folder",
+ "errors_missingTitle": "Please enter a title",
+ "errors_missingType": "Please choose a type",
+ "errors_pictureResizeBiggerThanOrg": "You're about to make the picture larger than the original size. Are you sure that you want to proceed?",
+ "errors_pythonErrorHeader": "Error in python script",
+ "errors_pythonErrorText": "The python script has not been saved, because it contained error(s)",
+ "errors_startNodeDoesNotExists": "Startnode deleted, please contact your administrator",
+ "errors_stylesMustMarkBeforeSelect": "Please mark content before changing style",
+ "errors_stylesNoStylesOnPage": "No active styles available",
+ "errors_tableColMergeLeft": "Please place cursor at the left of the two cells you wish to merge",
+ "errors_tableSplitNotSplittable": "You cannot split a cell that hasn't been merged.",
+ "errors_xsltErrorHeader": "Error in XSLT source",
+ "errors_xsltErrorText": "The XSLT has not been saved, because it contained error(s)",
+ "general_about": "About",
+ "general_action": "Action",
+ "general_add": "Add",
+ "general_alias": "Alias",
+ "general_areyousure": "Are you sure?",
+ "general_border": "Border",
+ "general_by": "or",
+ "general_cancel": "Cancel",
+ "general_cellMargin": "Cell margin",
+ "general_choose": "Choose",
+ "general_close": "Close",
+ "general_closewindow": "Close Window",
+ "general_comment": "Comment",
+ "general_confirm": "Confirm",
+ "general_constrainProportions": "Constrain proportions",
+ "general_continue": "Continue",
+ "general_copy": "Copy",
+ "general_create": "Create",
+ "general_database": "Database",
+ "general_date": "Date",
+ "general_default": "Default",
+ "general_delete": "Delete",
+ "general_deleted": "Deleted",
+ "general_deleting": "Deleting...",
+ "general_design": "Design",
+ "general_dimensions": "Dimensions",
+ "general_down": "Down",
+ "general_download": "Download",
+ "general_edit": "Edit",
+ "general_edited": "Edited",
+ "general_elements": "Elements",
+ "general_email": "Email",
+ "general_error": "Error",
+ "general_findDocument": "Find",
+ "general_height": "Height",
+ "general_help": "Help",
+ "general_icon": "Icon",
+ "general_import": "Import",
+ "general_innerMargin": "Inner margin",
+ "general_insert": "Insert",
+ "general_install": "Install",
+ "general_justify": "Justify",
+ "general_language": "Language",
+ "general_layout": "Layout",
+ "general_loading": "Loading",
+ "general_locked": "Locked",
+ "general_login": "Login",
+ "general_logoff": "Log off",
+ "general_logout": "Logout",
+ "general_macro": "Macro",
+ "general_move": "Move",
+ "general_name": "Name",
+ "general_new": "New",
+ "general_next": "Next",
+ "general_no": "No",
+ "general_of": "of",
+ "general_ok": "OK",
+ "general_open": "Open",
+ "general_or": "or",
+ "general_password": "Password",
+ "general_path": "Path",
+ "general_placeHolderID": "Placeholder ID",
+ "general_pleasewait": "One moment please...",
+ "general_previous": "Previous",
+ "general_properties": "Properties",
+ "general_reciept": "Email to receive form data",
+ "general_recycleBin": "Recycle Bin",
+ "general_remaining": "Remaining",
+ "general_rename": "Rename",
+ "general_renew": "Renew",
+ "general_required": "Required",
+ "general_retry": "Retry",
+ "general_rights": "Permissions",
+ "general_search": "Search",
+ "general_server": "Server",
+ "general_show": "Show",
+ "general_showPageOnSend": "Show page on Send",
+ "general_size": "Size",
+ "general_sort": "Sort",
+ "general_type": "Type",
+ "general_typeToSearch": "Type to search...",
+ "general_up": "Up",
+ "general_update": "Update",
+ "general_upgrade": "Upgrade",
+ "general_upload": "Upload",
+ "general_url": "Url",
+ "general_user": "User",
+ "general_username": "Username",
+ "general_value": "Value",
+ "general_view": "View",
+ "general_welcome": "Welcome...",
+ "general_width": "Width",
+ "general_yes": "Yes",
+ "general_folder": "Folder",
+ "general_searchResults": "Search results",
+ "graphicheadline_backgroundcolor": "Background color",
+ "graphicheadline_bold": "Bold",
+ "graphicheadline_color": "Text color",
+ "graphicheadline_font": "Font",
+ "graphicheadline_text": "Text",
+ "headers_page": "Page",
+ "installer_databaseErrorCannotConnect": "The installer cannot connect to the database.",
+ "installer_databaseErrorWebConfig": "Could not save the web.config file. Please modify the connection string manually.",
+ "installer_databaseFound": "Your database has been found and is identified as",
+ "installer_databaseHeader": "Database configuration",
+ "installer_databaseInstall": " Press the install button to install the Umbraco %0% database ",
+ "installer_databaseInstallDone": "Umbraco %0% has now been copied to your database. Press Next to proceed.",
+ "installer_databaseNotFound": "
More information on editing web.config here.
Please contact your ISP if necessary. If you're installing on a local machine or server you might need information from your system administrator.",
+ "installer_databaseUpgrade": "
Press Next to proceed. ",
+ "installer_databaseUpToDate": "Your current database is up-to-date!. Click next to continue the configuration wizard",
+ "installer_defaultUserChangePass": "The Default users' password needs to be changed!",
+ "installer_defaultUserDisabled": "The Default user has been disabled or has no access to umbraco!
No further actions needs to be taken. Click Next to proceed.", + "installer_defaultUserPassChanged": "The Default user's password has been successfully changed since the installation!
No further actions needs to be taken. Click Next to proceed.", + "installer_defaultUserPasswordChanged": "The password is changed!", + "installer_defaultUserText": "
umbraco creates a default user with a login ('admin') and password ('default'). It's important that the password is changed to something unique.
This step will check the default user's password and suggest if it needs to be changed.
", + "installer_greatStart": "Get a great start, watch our introduction videos", + "installer_licenseText": "By clicking the next button (or modifying the umbracoConfigurationStatus in web.config), you accept the license for this software as specified in the box below. Notice that this umbraco distribution consists of two different licenses, the open source MIT license for the framework and the umbraco freeware license that covers the UI.", + "installer_None": "Not installed yet.", + "installer_permissionsAffectedFolders": "Affected files and folders", + "installer_permissionsAffectedFoldersMoreInfo": "More information on setting up permissions for umbraco here", + "installer_permissionsAffectedFoldersText": "You need to grant ASP.NET modify permissions to the following files/folders", + "installer_permissionsAlmostPerfect": "Your permission settings are almost perfect!'Runway' is a simple website providing some basic document types and templates. The installer can set up Runway for you automatically, but you can easily edit, extend or remove it. It's not necessary and you can perfectly use Umbraco without it. However, Runway offers an easy foundation based on best practices to get you started faster than ever. If you choose to install Runway, you can optionally select basic building blocks called Runway Modules to enhance your Runway pages.
Included with Runway: Home page, Getting Started page, Installing Modules page.© 2001 - %0%
umbraco.org
Hi %0%
This is an automated mail to inform you that the task '%1%' has been performed on the page '%2%' by the user '%3%'
Have a nice day!
Cheers from the umbraco robot