diff --git a/src/App_Plugins/RobotsMeta/lang/da-DK.xml b/src/App_Plugins/RobotsMeta/lang/da-DK.xml new file mode 100644 index 0000000..88dafd3 --- /dev/null +++ b/src/App_Plugins/RobotsMeta/lang/da-DK.xml @@ -0,0 +1,13 @@ + + + + Indekser denne side og følg links + Tillader indeksering af denne side, samt at følge links på siden + Indekser ikke denne side, men følg links + Tillader ikke indeksering af denne side, men tillader at følge links på siden + Indekser ikke denne side og følg ikke links + Tillader hverken indeksering af siden, eller at følge links på siden + Indstilling + Valgt indstilling + + diff --git a/src/App_Plugins/RobotsMeta/lang/en-GB.xml b/src/App_Plugins/RobotsMeta/lang/en-GB.xml new file mode 100644 index 0000000..d64b1e2 --- /dev/null +++ b/src/App_Plugins/RobotsMeta/lang/en-GB.xml @@ -0,0 +1,13 @@ + + + + Index this, and follow links + Will allow indexing of this page, and allow the search engine to follow links + Dont index this, but follow links + Will disallow indexing of this page, but will allow the search engine to follow links + Index none + Will disallow indexing of this page, and disallow it to follow links + Value + Selected value + + diff --git a/src/App_Plugins/RobotsMeta/lang/en-US.xml b/src/App_Plugins/RobotsMeta/lang/en-US.xml new file mode 100644 index 0000000..1aeded6 --- /dev/null +++ b/src/App_Plugins/RobotsMeta/lang/en-US.xml @@ -0,0 +1,13 @@ + + + + Index this, and follow links + Will allow indexing of this page, and allow the search engine to follow links + Dont index this, but follow links + Will disallow indexing of this page, but will allow the search engine to follow links + Index none + Will disallow indexing of this page, and disallow it to follow links + Value + Selected value + + diff --git a/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.controller.js b/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.controller.js index 0d57c5a..78e454b 100644 --- a/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.controller.js +++ b/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.controller.js @@ -2,20 +2,26 @@ function ($scope) { $scope.listValues = [ { + dictionaryKeyForName: "robotsMetaTag_indexFollowName", + dictionaryKeyForDescription: "robotsMetaTag_indexFollowDescription", name: "Index this, and follow links", description: "Will allow indexing of this page, and allow the search engine to follow links", value: "index,follow,noodp" }, { + dictionaryKeyForName: "robotsMetaTag_noindexFollowName", + dictionaryKeyForDescription: "robotsMetaTag_noindexFollowDescription", name: "Dont index this, but follow links", description: "Will disallow indexing of this page, but will allow the search engine to follow links", value: "noindex,follow,noodp" }, { + dictionaryKeyForName: "robotsMetaTag_noindexNofollowName", + dictionaryKeyForDescription: "robotsMetaTag_noindexNofollowDescription", name: "Index none", description: "Will disallow indexing of this page, and disallow it to follow links", value: "noindex,nofollow,noodp" } ]; - }); \ No newline at end of file + }); diff --git a/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.html b/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.html index a489c56..c312d36 100644 --- a/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.html +++ b/src/App_Plugins/RobotsMeta/propertyeditors/robotsmetaeditor.html @@ -3,13 +3,17 @@
  • - Selected value: {{model.value}} + Selected value: {{model.value}}
    - \ No newline at end of file +