From a2f45a38f71967a603338c6014c89b755e468e27 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 20:56:57 +0700 Subject: [PATCH 01/39] Adding & changing keys for the views localization check --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 95 ++++++++++++++++--- 1 file changed, 82 insertions(+), 13 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index d99cd8f43f..04b1ddce30 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -177,6 +177,8 @@ Target This translates to the following time on the server: What does this mean?]]> + Add another text box + Remove this text box Click to upload @@ -323,6 +325,7 @@ Un-Link your account Select editor + Select snippet Related stylesheets Show label Width and height + All property types & property data + using this data type will be deleted permanently, please confirm you want to delete these as well + Yes, delete + and all property types & property data using this data type + Select the folder to move + to in the tree structure below + was moved underneath Your data has been saved, but before you can publish this page there are some errors you need to fix first: @@ -449,6 +459,7 @@ Deleted Deleting... Design + Dictionary Dimensions Down Download @@ -458,6 +469,7 @@ Email Error Find + First Height Help Icon @@ -468,6 +480,7 @@ Invalid Justify Language + Last Layout Loading Locked @@ -495,6 +508,7 @@ Email to receive form data Recycle Bin Remaining + Remove Rename Renew Required @@ -806,6 +820,39 @@ To manage your website, simply open the Umbraco back office and start adding con Choose Package from your machine, by clicking the Browse
button and locating the package. Umbraco packages usually have a ".zip" extension. ]]> + Drop to upload + or click here to choose package file + Upload package + Install a local package by selecting it from your machine. Only install packages from sources you know and trust + Upload another package + Cancel and upload another package + License + I accept + terms of use + Install package + Finish + Installed packages + You don’t have any packages installed + 'Packages' icon in the top right of your screen]]> + Search for packages + Results for + We couldn’t find anything for + Please try searching for another package or browse through the categories + Popular + New releases + has + karma points + Information + Owner + Contributors + Created + Current version + .NET version + Downloads + Likes + Compatibility + This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be gauranteed for versions reported below 100% + External sources Author Demonstration Documentation @@ -818,7 +865,7 @@ To manage your website, simply open the Umbraco back office and start adding con Package options Package readme Package repository - Confirm uninstall + Confirm package uninstall Package was uninstalled The package was successfully uninstalled Uninstall package @@ -833,14 +880,15 @@ To manage your website, simply open the Umbraco back office and start adding con Package version history View package website Package already installed - This package cannot be installed, it requires a minimum Umbraco version of %0% + This package cannot be installed, it requires a minimum Umbraco version of Uninstalling... Downloading... Importing... Installing... Restarting, please wait... All done, your browser will now refresh, please wait... - Please click finish to complete installation and reload page. + Please click 'Finish' to complete installation and reload page. + Uploading package... Paste with full formatting (Not recommended) @@ -908,6 +956,10 @@ To manage your website, simply open the Umbraco back office and start adding con Reset + Define crop + Give the crop an alias and it's default width and height + Save crop + Add new crop Current version @@ -1116,6 +1168,7 @@ To manage your website, simply open the Umbraco back office and start adding con Query builder + Build a query items returned, in I want @@ -1261,34 +1314,42 @@ To manage your website, simply open the Umbraco back office and start adding con + Add fallback field + Add default value Alternative field Alternative Text Casing Encoding Choose field Convert line breaks - Replaces line breaks with html-tag <br> + Replaces line breaks with 'br' html tag Custom Fields - Yes, Date only + Date only + Format and encoding Format as date + Format the value as a date, or a date with time, accoring to the active culture HTML encode Will replace special characters by their HTML equivalent. Will be inserted after the field value Will be inserted before the field value Lowercase + Modify output None + Output sample Insert after field Insert before field Recursive + Yes, make it recursive Remove Paragraph tags - Will remove any <P> in the beginning and end of the text + Will remove any paragraph tag in the beginning and end of the text + Separator Standard Fields Uppercase URL encode Will format special characters in URLs Will only be used when the field values above are empty This field will only be used if the primary field is empty - Yes, with time. Separator: + Date and time Tasks assigned to you @@ -1425,12 +1486,20 @@ To manage your website, simply open the Umbraco back office and start adding con Session expires in - Validation - Validate as email - Validate as a number - Validate as a Url - ...or enter a custom validation - Field is mandatory + Validation + Validate as email + Validate as a number + Validate as a Url + ...or enter a custom validation + Field is mandatory + Enter a regular expression + You need to add at least + You can only have + items + items selected + Invalid date + Not a number + Invalid email
- +
@@ -48,12 +48,12 @@
- +
@@ -66,15 +66,15 @@
- Yes, make it recursive + Yes, make it recursive
-
Format and encoding
+
Format and encoding
@@ -82,13 +82,13 @@
- Date only - Date and time - + Date only + Date and time +
@@ -99,11 +99,11 @@
- Uppercase - Lowercase + Uppercase + Lowercase
@@ -114,8 +114,8 @@
HTML @@ -124,14 +124,14 @@
-
Modify output
+
Modify output
@@ -143,8 +143,8 @@
@@ -158,12 +158,12 @@
- Yes, convert line breaks + Yes, convert line breaks
@@ -174,12 +174,12 @@
- Yes, remove paragraph tags + Yes, remove paragraph tags
@@ -188,7 +188,7 @@
- +
{{ vm.generateOutputSample() }}
@@ -196,4 +196,4 @@
-
\ No newline at end of file +
From e4ae40c2fe4b5544f7a7d1a62995a7b89470c09e Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:43:16 +0700 Subject: [PATCH 16/39] Localizing hardcoded strings --- .../src/views/components/umb-mini-list-view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/umb-mini-list-view.html b/src/Umbraco.Web.UI.Client/src/views/components/umb-mini-list-view.html index 2bd438d6d6..9959d7b345 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/umb-mini-list-view.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/umb-mini-list-view.html @@ -11,7 +11,7 @@ - Back / + Back / -
\ No newline at end of file + From 8ad13f685380be742c5a9b7b12fadf8283839aa6 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:44:21 +0700 Subject: [PATCH 17/39] Localizing hardcoded strings --- .../src/views/components/umb-node-preview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html b/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html index 747610d8e2..02bce43611 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/umb-node-preview.html @@ -5,8 +5,8 @@
{{ description }}
- Open - Remove + Open + Remove
-
\ No newline at end of file +
From c7ae379fd1aae08d9d868cc5b699f1b367765c8b Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:46:14 +0700 Subject: [PATCH 18/39] Localizing hardcoded strings --- src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html b/src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html index fe75a54982..debd3ccb8c 100644 --- a/src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html +++ b/src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html @@ -14,15 +14,15 @@

- All property types & property data - using this data type will be deleted permanently, please confirm you want to delete these as well. + All property types & property data + using this data type will be deleted permanently, please confirm you want to delete these as well.


From e27a882d2bc9a4a1b2a5cc638efb0104851f0fd5 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:47:02 +0700 Subject: [PATCH 19/39] Localizing hardcoded strings --- src/Umbraco.Web.UI.Client/src/views/datatypes/edit.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/datatypes/edit.html b/src/Umbraco.Web.UI.Client/src/views/datatypes/edit.html index 9f52357c31..f35f511053 100644 --- a/src/Umbraco.Web.UI.Client/src/views/datatypes/edit.html +++ b/src/Umbraco.Web.UI.Client/src/views/datatypes/edit.html @@ -12,7 +12,6 @@ - Required + Required
From ecce68da0a857dd49398198cd3374ca7cc7b37ad Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:47:42 +0700 Subject: [PATCH 20/39] Localizing hardcoded strings --- src/Umbraco.Web.UI.Client/src/views/datatypes/move.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/datatypes/move.html b/src/Umbraco.Web.UI.Client/src/views/datatypes/move.html index 9725c7ec5f..09390cdb81 100644 --- a/src/Umbraco.Web.UI.Client/src/views/datatypes/move.html +++ b/src/Umbraco.Web.UI.Client/src/views/datatypes/move.html @@ -4,7 +4,7 @@

- Select the folder to move {{currentNode.name}} to in the tree structure below + Select the folder to move {{currentNode.name}} to in the tree structure below

@@ -17,7 +17,7 @@
-
{{currentNode.name}} was moved underneath {{target.name}}
+
{{currentNode.name}} was moved underneath {{target.name}}
From 1b875b0c67575676ec71af895d36a8831c24cea4 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:49:13 +0700 Subject: [PATCH 21/39] Localizing hardcoded strings --- src/Umbraco.Web.UI.Client/src/views/media/move.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/media/move.html b/src/Umbraco.Web.UI.Client/src/views/media/move.html index 2a56e3de3c..52be1832f0 100644 --- a/src/Umbraco.Web.UI.Client/src/views/media/move.html +++ b/src/Umbraco.Web.UI.Client/src/views/media/move.html @@ -50,7 +50,7 @@
From 9236bcbcd8ae017afcd75e41691abde6b7ccfbcc Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:50:44 +0700 Subject: [PATCH 22/39] Localizing hardcoded strings --- .../views/packager/views/install-local.html | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/packager/views/install-local.html b/src/Umbraco.Web.UI.Client/src/views/packager/views/install-local.html index 1ef87baf83..df9680f0ca 100644 --- a/src/Umbraco.Web.UI.Client/src/views/packager/views/install-local.html +++ b/src/Umbraco.Web.UI.Client/src/views/packager/views/install-local.html @@ -24,7 +24,7 @@ - Drop to upload + Drop to upload
- - or click here to choose files + - or click here to choose files
@@ -42,9 +42,9 @@ -

Upload package

+

Upload package

- Install a local package by selecting it from your machine. Only install packages from sources you know and trust. + Install a local package by selecting it from your machine. Only install packages from sources you know and trust.

@@ -55,7 +55,7 @@ - ← Upload another package + Upload another package @@ -68,7 +68,7 @@
-

Uploading package

+

Uploading package

@@ -90,7 +90,7 @@ - ← Cancel and upload another package + Cancel and upload another package @@ -111,22 +111,22 @@

{{ vm.localPackage.name }}

- Author + Author {{ vm.localPackage.author }}
- Version + Version {{ vm.localPackage.version }}
- License + License {{ vm.localPackage.license }}
- Read me + Read me
@@ -134,14 +134,14 @@
@@ -153,7 +153,7 @@
- This package cannot be installed, it requires a minimum Umbraco version of {{vm.localPackage.umbracoVersion}} + This package cannot be installed, it requires a minimum Umbraco version of {{vm.localPackage.umbracoVersion}}

{{vm.installState.status}}

@@ -168,7 +168,7 @@ class="btn btn-success flex-inline mt3" ng-click="vm.reloadPage()"> - Finish + Finish
From ffa557b0977fba9acb7c74d44635b58580001c0b Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:51:49 +0700 Subject: [PATCH 23/39] Localizing hardcoded strings --- .../src/views/packager/views/installed.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/packager/views/installed.html b/src/Umbraco.Web.UI.Client/src/views/packager/views/installed.html index d8b960f25b..c306632e59 100644 --- a/src/Umbraco.Web.UI.Client/src/views/packager/views/installed.html +++ b/src/Umbraco.Web.UI.Client/src/views/packager/views/installed.html @@ -5,7 +5,7 @@
-
Installed packages
+
Installed packages
@@ -24,7 +24,7 @@
@@ -36,8 +36,8 @@ -

You don’t have any packages installed.

-

You don’t have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the "Package" icon in the top right of your screen."

+

You don’t have any packages installed.

+

You don’t have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the "Packages" icon in the top right of your screen.

@@ -47,7 +47,7 @@ - ← Take me back + Take me back @@ -66,22 +66,22 @@

{{ vm.package.name }}

- Author + Author {{ vm.package.author }}
- Version + Version {{ vm.package.version }}
- License + License {{ vm.package.license }}
- Read me + Read me
{{ vm.package.readme }}
@@ -89,14 +89,14 @@
From 79846264332541d5f4c6f536229675ff7c3ac3a1 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:52:57 +0700 Subject: [PATCH 24/39] Localizing hardcoded strings --- .../src/views/packager/views/repo.html | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html b/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html index 7aaae549da..007e8b96a4 100644 --- a/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html +++ b/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html @@ -7,7 +7,7 @@
@@ -26,7 +26,7 @@
-

Popular

+

Popular

@@ -58,8 +58,8 @@
-

New Releases

-

Results for '{{ vm.searchQuery }}'

+

New Releases

+

Results for '{{ vm.searchQuery }}'

@@ -105,8 +105,8 @@ -

We couldn't find anything for '{{ vm.searchQuery }}'

-

Please try searching for another package or browse through the categories.

+

We couldn't find anything for '{{ vm.searchQuery }}'

+

Please try searching for another package or browse through the categories.

@@ -119,7 +119,7 @@ - ← Take me back + Take me back @@ -155,7 +155,7 @@
+ ng-click="vm.downloadPackage(vm.package)">Install package
-
Information
+
Information
-
Owner:
+
Owner:
{{vm.package.ownerInfo.owner}}
-
Contributors:
+
Contributors:
{{ contributor }}
-
Created:
+
Created:
{{vm.package.created | date:'yyyy-MM-dd HH:mm:ss'}}
-
Current version:
+
Current version:
{{vm.package.latestVersion}}
-
.Net Version:
+
.Net Version:
{{vm.package.information.netVersion}}
-
License:
+
License:
{{vm.package.licenseName}}
-
Downloads:
+
Downloads:
{{vm.package.downloads}}
-
Likes:
+
Likes:
{{vm.package.likes}}
@@ -231,8 +231,8 @@
-
Compatibility
-
This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be gauranteed for versions reported below 100%
+
Compatibility
+
This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be gauranteed for versions reported below 100%
{{compatibility.version}} @@ -247,7 +247,7 @@
-
External sources
+
External sources
@@ -269,7 +269,7 @@
- ← Take me back + Take me back @@ -295,17 +295,17 @@
- Version + Version {{ vm.localPackage.version }}
- License + License {{ vm.localPackage.license }}
- Read me + Read me
@@ -313,7 +313,7 @@
@@ -333,7 +333,7 @@
- This package cannot be installed, it requires a minimum Umbraco version of {{vm.localPackage.umbracoVersion}} + This package cannot be installed, it requires a minimum Umbraco version of {{vm.localPackage.umbracoVersion}}
@@ -346,7 +346,7 @@
From e31daef4fae02f5b427b852a36cee1c90fea1e19 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:54:26 +0700 Subject: [PATCH 25/39] Localizing hardcoded strings --- .../src/views/partialviewmacros/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/create.html b/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/create.html index d4cad68087..febaaab646 100644 --- a/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/create.html +++ b/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/create.html @@ -40,7 +40,7 @@
-
Select snippet
+
Select snippet
  • From 940caba2c40a2fb10d41e844fe83f5d48fe19bc4 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:55:11 +0700 Subject: [PATCH 26/39] Localizing hardcoded strings --- .../src/views/partialviewmacros/edit.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/edit.html b/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/edit.html index 28e720c736..4e0c899a6c 100644 --- a/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/edit.html +++ b/src/Umbraco.Web.UI.Client/src/views/partialviewmacros/edit.html @@ -29,7 +29,7 @@ type="button" class="umb-era-button umb-button--s" ng-click="vm.openInsertOverlay()"> - Insert + Insert @@ -37,9 +37,9 @@
@@ -49,7 +49,7 @@ style="margin-right: 10px;" class="umb-era-button umb-button--s" ng-click="vm.openQueryBuilderOverlay()"> - Query builder + Query builder
@@ -120,4 +120,4 @@ view="vm.queryBuilderOverlay.view"> -
\ No newline at end of file +
From 5293b3bcc7405e1d9b06868bc83a237759f93a36 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:56:15 +0700 Subject: [PATCH 27/39] Localizing hardcoded strings --- .../src/views/partialviews/edit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.html b/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.html index 45ef1d38a4..8aebb555cf 100644 --- a/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.html +++ b/src/Umbraco.Web.UI.Client/src/views/partialviews/edit.html @@ -29,7 +29,7 @@ type="button" class="umb-era-button umb-button--s" ng-click="vm.openInsertOverlay()"> - Insert + Insert @@ -37,9 +37,9 @@
@@ -49,7 +49,7 @@ style="margin-right: 10px;" class="umb-era-button umb-button--s" ng-click="vm.openQueryBuilderOverlay()"> - Query builder + Query builder
From dbf2538aae640c61b96d2dc6959cd5694b8892cc Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:57:43 +0700 Subject: [PATCH 28/39] Localizing hardcoded strings --- .../propertyeditors/colorpicker/colorpicker.prevalues.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/colorpicker.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/colorpicker.prevalues.html index d5ea996299..a772f830c5 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/colorpicker.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/colorpicker.prevalues.html @@ -1,12 +1,12 @@ -
+
- +
{{item.value}}
- +
From 508a4c32b4c0ea07cfde7e358faea729a18970fd Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:58:30 +0700 Subject: [PATCH 29/39] Localizing hardcoded strings --- .../views/propertyeditors/contentpicker/contentpicker.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html index 900cf6b416..58df5532ad 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html @@ -30,11 +30,11 @@
- You need to add at least {{model.config.minNumber}} items + You need to add at least {{model.config.minNumber}} items
- You can only have {{model.config.maxNumber}} items selected + You can only have {{model.config.maxNumber}} items selected
From d6b9b41776c75799bce97bfc991688742304a3e6 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 22:59:51 +0700 Subject: [PATCH 30/39] Localizing hardcoded strings --- .../src/views/propertyeditors/datepicker/datepicker.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.html index 003e2ada60..9b299a5e28 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.html @@ -14,9 +14,9 @@
- Required + Required {{datePickerForm.datepicker.errorMsg}} - Invalid date + Invalid date

This translates to the following time on the server: {{serverTime}}
From c83009c879a1a4e59129fcd9cd2c2a799f03d18a Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:00:38 +0700 Subject: [PATCH 31/39] Localizing hardcoded strings --- .../src/views/propertyeditors/decimal/decimal.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html index 64730bbfb2..1a53c21a45 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/decimal/decimal.html @@ -1,4 +1,4 @@ -

+
- Not a number + Not a number {{propertyForm.requiredField.errorMsg}} -
\ No newline at end of file +
From 11ccc88bc813a4568f6b44e6ecf96cb26fccc55e Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:01:32 +0700 Subject: [PATCH 32/39] Localizing hardcoded strings --- .../src/views/propertyeditors/email/email.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html index 8ccf5a6df1..c4ddb26441 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html @@ -1,4 +1,4 @@ -
+
- Required - Invalid email + Required + Invalid email -
\ No newline at end of file +
From 5e2aa7fa688952a21ec42d419cf871cb9bb5bf94 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:02:47 +0700 Subject: [PATCH 33/39] Localizing hardcoded strings --- .../imagecropper/imagecropper.prevalues.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.prevalues.html index 3299ae9437..328a2269de 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.prevalues.html @@ -16,34 +16,34 @@
-

Define crop

+

Define crop

- Give the crop an alias and it's default width and height. + Give the crop an alias and it's default width and height.

- +
- - Size + × -
- - Cancel + + Cancel
- +
From c466514e7fb3fddafc1993a2293f190fc7e54bca Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:03:34 +0700 Subject: [PATCH 34/39] Localizing hardcoded strings --- .../src/views/propertyeditors/integer/integer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html index 2108340d5c..98c1818db4 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html @@ -1,4 +1,4 @@ -
+
- Not a number + Not a number {{propertyForm.requiredField.errorMsg}} -
\ No newline at end of file +
From dae20cc986b3dc2eb2762dbd8a3f90c3e6234a74 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:04:44 +0700 Subject: [PATCH 35/39] Localizing hardcoded strings --- .../views/propertyeditors/membergroups/membergroups.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/membergroups/membergroups.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/membergroups/membergroups.html index bffe8682c2..38d33045a0 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/membergroups/membergroups.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/membergroups/membergroups.html @@ -1,6 +1,6 @@ -
+
-
Not a member of group(s)
+
Not a member of group(s)
-
Member of group(s)
+
Member of group(s)
-
\ No newline at end of file +
From c35e842391d8a7b0b7d488da4024532ceacd01e2 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:05:33 +0700 Subject: [PATCH 36/39] Localizing hardcoded strings --- .../propertyeditors/multipletextbox/multipletextbox.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html index 447af77bc4..7aba2d9432 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html @@ -1,20 +1,20 @@ -
+
-
- -
\ No newline at end of file +
From ca7c43d9448fa3a75575e542e2b111c5bfadc222 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:06:38 +0700 Subject: [PATCH 37/39] Localizing hardcoded strings --- .../src/views/propertyeditors/rte/rte.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.html index 656f5b7490..774f860c31 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.html @@ -1,5 +1,5 @@ -
-
Loading...
+
+
Loading...
From d7e522132e4f8a3dda52a43a849267e00728c65f Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:07:48 +0700 Subject: [PATCH 38/39] Localizing hardcoded strings --- .../src/views/propertyeditors/textarea/textarea.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textarea/textarea.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textarea/textarea.html index 0d1fae3f6f..aba4c52ed3 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textarea/textarea.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textarea/textarea.html @@ -1,3 +1,3 @@ - -Required - \ No newline at end of file + +Required + From 552c2ed4dc35de56215b7bb38bea0eec9d630373 Mon Sep 17 00:00:00 2001 From: Alexander Bryukhov Date: Tue, 20 Jun 2017 23:08:36 +0700 Subject: [PATCH 39/39] Localizing hardcoded strings --- .../src/views/propertyeditors/textbox/textbox.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html index c55fc350fa..1848574f8b 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html @@ -1,9 +1,9 @@ -
+
- Required + Required