localization fixes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="umb-panel">
|
||||
<div class="umb-panel-body no-header with-footer">
|
||||
<umb-pane>
|
||||
<umb-control-group label="@content_url">
|
||||
<umb-control-group label="@general_url">
|
||||
<input id="url" class="umb-editor input-block-level" type="text" ng-model="form.url" ng-keyup="$event.keyCode == 13 ? showPreview() : null" required />
|
||||
<input type="button" ng-click="showPreview()" class="btn" localize="value" value="@general_retrieve" />
|
||||
</umb-control-group>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<form ng-controller="Umbraco.Overlays.EmbedOverlay as vm">
|
||||
|
||||
<umb-control-group label="@content_url">
|
||||
<umb-control-group label="@general_url">
|
||||
<input id="url" class="umb-editor input-block-level" type="text" style="margin-bottom: 10px;" ng-model="model.embed.url" ng-keyup="$event.keyCode == 13 ? vm.showPreview() : null" required />
|
||||
<input type="button" ng-click="vm.showPreview()" class="btn" localize="value" value="@general_retrieve" />
|
||||
</umb-control-group>
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
<umb-button
|
||||
type="button"
|
||||
label-key="general_upload"
|
||||
label="Upload"
|
||||
action="upload()"
|
||||
disabled="disabled">
|
||||
</umb-button>
|
||||
|
||||
@@ -568,6 +568,7 @@
|
||||
<Content Include="Config\Lang\zh-CN.user.xml" />
|
||||
<Content Include="Umbraco\Config\Lang\cs.xml" />
|
||||
<Content Include="Umbraco\ClientRedirect.aspx" />
|
||||
<Content Include="Umbraco\Config\Lang\tr.xml" />
|
||||
<Content Include="Umbraco\Config\Lang\zh_tw.xml" />
|
||||
<Content Include="Umbraco\create.aspx" />
|
||||
<Content Include="Umbraco\Developer\Packages\installer.aspx" />
|
||||
|
||||
@@ -170,7 +170,6 @@
|
||||
<key alias="updateDate">Last edited</key>
|
||||
<key alias="updateDateDesc" version="7.0">Date/time this document was edited</key>
|
||||
<key alias="uploadClear">Remove file(s)</key>
|
||||
<key alias="url">URL</key>
|
||||
<key alias="urls">Link to document</key>
|
||||
<key alias="memberof">Member of group(s)</key>
|
||||
<key alias="notmemberof">Not a member of group(s)</key>
|
||||
|
||||
@@ -169,7 +169,6 @@
|
||||
<key alias="updateDate">Last edited</key>
|
||||
<key alias="updateDateDesc" version="7.0">Date/time this document was edited</key>
|
||||
<key alias="uploadClear">Remove file(s)</key>
|
||||
<key alias="url">URL</key>
|
||||
<key alias="urls">Link to document</key>
|
||||
<key alias="memberof">Member of group(s)</key>
|
||||
<key alias="notmemberof">Not a member of group(s)</key>
|
||||
|
||||
@@ -215,7 +215,6 @@
|
||||
<key alias="updateDateDesc" version="7.0">Дата/время редактирования документа</key>
|
||||
<key alias="updatedBy" version="7.0">Обновлено</key>
|
||||
<key alias="uploadClear">Удалить файл</key>
|
||||
<key alias="url">Интернет-ссылка</key>
|
||||
<key alias="urls">Ссылка на документ</key>
|
||||
<key alias="addTextBox">Добавить новое поле текста</key>
|
||||
<key alias="removeTextBox">Удалить это поле текста</key>
|
||||
@@ -575,7 +574,7 @@
|
||||
<key alias="update">Обновить</key>
|
||||
<key alias="upgrade">Обновление</key>
|
||||
<key alias="upload">Загрузить</key>
|
||||
<key alias="url">URL</key>
|
||||
<key alias="url">Интернет-ссылка</key>
|
||||
<key alias="user">Пользователь</key>
|
||||
<key alias="username">Имя пользователя</key>
|
||||
<key alias="value">Значение</key>
|
||||
|
||||
Reference in New Issue
Block a user