Adds missing language keys
This commit is contained in:
@@ -10,7 +10,7 @@ data-ng-class="{'fileupload-processing': processing() || loadingFiles}">
|
||||
<span class="fileinput-button umb-upload-button-big"
|
||||
ng-class="{disabled: disabled}">
|
||||
<i class="icon icon-page-up"></i>
|
||||
<p>Click to upload</p>
|
||||
<p><localize key="media_clickToUpload">Click to upload</localize></p>
|
||||
<input type="file" name="files[]" multiple ng-disabled="disabled">
|
||||
</span>
|
||||
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
|
||||
</a>
|
||||
|
||||
<a href ng-click="clickHandler(img, $event, true)" ng-show="img.contentTypeAlias === 'Folder'" class="selector-overlay">Select
|
||||
<a href ng-click="clickHandler(img, $event, true)" ng-show="img.contentTypeAlias === 'Folder'" class="selector-overlay">
|
||||
<localize key="buttons_select">Select</localize>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<div class="umb-upload-drop-zone" ng-show="dropping || files.length">
|
||||
<div class="info" ng-show="dropping">
|
||||
<i class="icon icon-parachute-drop"></i>
|
||||
<p>Drop your files here...</p>
|
||||
<p>
|
||||
<localize key="media_dropFilesHere">Drop your files here...</localize>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div ng-show="files.length">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<umb-panel>
|
||||
<umb-header tabs="content.tabs">
|
||||
|
||||
<div class="span5">
|
||||
<div class="span7">
|
||||
<umb-content-name
|
||||
placeholder="@placeholders_entername"
|
||||
ng-model="content.name"/>
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<umb-options-menu ng-show="currentNode"
|
||||
current-node="currentNode"
|
||||
current-section="{{currentSection}}">
|
||||
current-section="{{currentSection}}">
|
||||
</umb-options-menu>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
<input type="checkbox" id="clearFiles-{{model.id}}" name="clearFiles" ng-model="clearFiles" />
|
||||
<label for="clearFiles-{{model.id}}">Clear files</label>
|
||||
<label for="clearFiles-{{model.id}}">
|
||||
<localize key="content_uploadClear">Clear files</localize>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
ng-hide="dropping"
|
||||
ng-class="{disabled: disabled}">
|
||||
<i class="icon icon-page-up"></i>
|
||||
<p>Click to upload</p>
|
||||
<p><localize key="media_clickToUpload">Click to upload</localize></p>
|
||||
<input type="file" name="files[]" multiple ng-disabled="disabled">
|
||||
</span>
|
||||
|
||||
|
||||
@@ -84,7 +84,10 @@
|
||||
<key alias="alternativeUrls">Alternative links</key>
|
||||
<key alias="clickToEdit">Klik på musen for at redigere dette punkt</key>
|
||||
<key alias="createBy">Oprettet af</key>
|
||||
<key alias="createByDesc" version="7.0">Oprindelig forfatter</key>
|
||||
<key alias="updatedBy" version="7.0">Opdateret af</key>
|
||||
<key alias="createDate">Oprettet den</key>
|
||||
<key alias="createDateDesc" version="7.0">tidspunkt for oprettelse</key>
|
||||
<key alias="documentType">Dokumenttype</key>
|
||||
<key alias="editing">Redigerer</key>
|
||||
<key alias="expireDate">Nedtagningsdato</key>
|
||||
@@ -110,11 +113,19 @@
|
||||
<key alias="type">Type</key>
|
||||
<key alias="unPublish">Fortryd udgivelse</key>
|
||||
<key alias="updateDate">Sidst redigeret</key>
|
||||
<key alias="updateDateDesc" version="7.0">Tidspunkt for seneste redigering</key>
|
||||
<key alias="uploadClear">Fjern fil</key>
|
||||
<key alias="urls">Link til dokument</key>
|
||||
|
||||
<key alias="childItems" version="7.0">Undersider</key>
|
||||
<key alias="target" version="7.0">Åben i vindue</key>
|
||||
</area>
|
||||
|
||||
<area alias="media">
|
||||
<key alias="clickToUpload">Klik for at uploade</key>
|
||||
<key alias="dropFilesHere">Slip filerne her...</key>
|
||||
</area>
|
||||
|
||||
<area alias="create">
|
||||
<key alias="chooseNode">Hvor ønsker du at oprette den nye %0%</key>
|
||||
<key alias="createUnder">Opret under</key>
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
<key alias="unPublish">Unpublish</key>
|
||||
<key alias="updateDate">Last edited</key>
|
||||
<key alias="updateDateDesc" version="7.0">Date/time this document was edited</key>
|
||||
<key alias="uploadClear">Remove file</key>
|
||||
<key alias="uploadClear">Remove file(s)</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>
|
||||
@@ -168,6 +168,10 @@
|
||||
<key alias="childItems" version="7.0">Child items</key>
|
||||
<key alias="target" version="7.0">Target</key>
|
||||
</area>
|
||||
<area alias="media">
|
||||
<key alias="clickToUpload">Click to upload</key>
|
||||
<key alias="dropFilesHere">Drop your files here...</key>
|
||||
</area>
|
||||
<area alias="create">
|
||||
<key alias="chooseNode">Where do you want to create the new %0%</key>
|
||||
<key alias="createUnder">Create an item under</key>
|
||||
|
||||
Reference in New Issue
Block a user