v8: Add package contributors (#4385)

This commit is contained in:
Bjarne Fyrstenborg
2019-02-14 16:00:58 +01:00
committed by Sebastiaan Janssen
parent a8f4cf73d8
commit 280a6d79b4
14 changed files with 150 additions and 41 deletions

View File

@@ -555,6 +555,7 @@
<key alias="comment">Kommentar</key>
<key alias="confirm">Bekræft</key>
<key alias="constrainProportions">Behold proportioner</key>
<key alias="content">Indhold</key>
<key alias="continue">Fortsæt</key>
<key alias="copy">Kopiér</key>
<key alias="create">Opret</key>
@@ -840,20 +841,22 @@ Mange hilsner fra Umbraco robotten
<key alias="notifications">Notificeringer</key>
</area>
<area alias="packager">
<key alias="actions">Handlinger</key>
<key alias="created">Oprettet</key>
<key alias="createPackage">Opret pakke</key>
<key alias="chooseLocalPackageText">Vælg pakken fra din computer. Umbraco pakker er oftest en ".zip" fil</key>
<key alias="deletewarning">Dette vil slette pakken</key>
<key alias="dropHere">Slip her for at uploade</key>
<key alias="includeAllChildNodes">Inkludér alle underliggende sider</key>
<key alias="orClickHereToUpload">eller klik her for at vælge pakkefil</key>
<key alias="uploadPackage">Upload pakke</key>
<key alias="localPackageDescription">Installer en lokal pakke ved at vælge den fra din computer. Installer kun pakker fra kilder, du kender og stoler på</key>
<key alias="uploadAnother">Upload en anden pakke</key>
<key alias="cancelAndUploadAnother">Annuller og upload en anden pakke</key>
<key alias="packageLicense">Licens</key>
<key alias="accept">Jeg accepterer</key>
<key alias="termsOfUse">betingelser for anvendelse</key>
<key alias="packageInstall">Installér pakke</key>
<key alias="pathToFile">Sti til fil</key>
<key alias="pathToFileDescription">Absolut sti til fil (f.eks.: /bin/umbraco.bin)</key>
<key alias="installed">Installeret</key>
<key alias="installedPackages">Installeret pakker</key>
<key alias="installLocal">Installér lokal</key>
@@ -862,6 +865,15 @@ Mange hilsner fra Umbraco robotten
<key alias="noPackagesCreated">Der er ikke blevet oprettet nogle pakker endnu</key>
<key alias="noPackages">Du har ingen pakker installeret</key>
<key alias="noPackagesDescription"><![CDATA[Du har ikke nogen pakker installeret. Du kan enten installere en lokal pakke ved at vælge den fra din computer eller gennemse de tilgængelige pakker ved hjælp af ikonet <strong>'Pakker'</strong> øverst til højre på din skærm]]></key>
<key alias="packageActions">Pakkehandlinger</key>
<key alias="packageAuthorUrl">Forfatter URL</key>
<key alias="packageContent">Pakkeindhold</key>
<key alias="packageFiles">Pakkefiler</key>
<key alias="packageIconUrl">Ikon URL</key>
<key alias="packageInstall">Installér pakke</key>
<key alias="packageLicense">Licens</key>
<key alias="packageLicenseUrl">Licens URL</key>
<key alias="packageProperties">Pakkeegenskaber</key>
<key alias="packageSearch">Søg efter pakker</key>
<key alias="packageSearchResults">Resultater for</key>
<key alias="packageNoResults">Vi kunne ikke finde resultater for</key>

View File

@@ -559,7 +559,6 @@
<key alias="tableSplitNotSplittable">You cannot split a cell that hasn't been merged.</key>
</area>
<area alias="general">
<key alias="options">Options</key>
<key alias="about">About</key>
<key alias="action">Action</key>
<key alias="actions">Actions</key>
@@ -579,6 +578,7 @@
<key alias="confirm">Confirm</key>
<key alias="constrain">Constrain</key>
<key alias="constrainProportions">Constrain proportions</key>
<key alias="content">Content</key>
<key alias="continue">Continue</key>
<key alias="copy">Copy</key>
<key alias="create">Create</key>
@@ -637,6 +637,7 @@
<key alias="off">Off</key>
<key alias="ok">OK</key>
<key alias="open">Open</key>
<key alias="options">Options</key>
<key alias="on">On</key>
<key alias="or">or</key>
<key alias="orderBy">Order by</key>
@@ -1078,6 +1079,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="notifications">Notifications</key>
</area>
<area alias="packager">
<key alias="actions">Actions</key>
<key alias="created">Created</key>
<key alias="createPackage">Create package</key>
<key alias="chooseLocalPackageText"><![CDATA[
@@ -1086,15 +1088,17 @@ To manage your website, simply open the Umbraco back office and start adding con
]]></key>
<key alias="deletewarning">This will delete the package</key>
<key alias="dropHere">Drop to upload</key>
<key alias="includeAllChildNodes">Include all child nodes</key>
<key alias="orClickHereToUpload">or click here to choose package file</key>
<key alias="uploadPackage">Upload package</key>
<key alias="localPackageDescription">Install a local package by selecting it from your machine. Only install packages from sources you know and trust</key>
<key alias="uploadAnother">Upload another package</key>
<key alias="cancelAndUploadAnother">Cancel and upload another package</key>
<key alias="packageLicense">License</key>
<key alias="accept">I accept</key>
<key alias="termsOfUse">terms of use</key>
<key alias="packageInstall">Install package</key>
<key alias="pathToFile">Path to file</key>
<key alias="pathToFileDescription">Absolute path to file (ie: /bin/umbraco.bin)</key>
<key alias="installed">Installed</key>
<key alias="installedPackages">Installed packages</key>
<key alias="installLocal">Install local</key>
@@ -1103,6 +1107,15 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="noPackagesCreated">No packages have been created yet</key>
<key alias="noPackages">You dont have any packages installed</key>
<key alias="noPackagesDescription"><![CDATA[You dont have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the <strong>'Packages'</strong> icon in the top right of your screen]]></key>
<key alias="packageActions">Package Actions</key>
<key alias="packageAuthorUrl">Author URL</key>
<key alias="packageContent">Package Content</key>
<key alias="packageFiles">Package Files</key>
<key alias="packageIconUrl">Icon URL</key>
<key alias="packageInstall">Install package</key>
<key alias="packageLicense">License</key>
<key alias="packageLicenseUrl">License URL</key>
<key alias="packageProperties">Package Properties</key>
<key alias="packageSearch">Search for packages</key>
<key alias="packageSearchResults">Results for</key>
<key alias="packageNoResults">We couldnt find anything for</key>

View File

@@ -582,6 +582,7 @@
<key alias="confirm">Confirm</key>
<key alias="constrain">Constrain</key>
<key alias="constrainProportions">Constrain proportions</key>
<key alias="content">Content</key>
<key alias="continue">Continue</key>
<key alias="copy">Copy</key>
<key alias="create">Create</key>
@@ -1079,6 +1080,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="notifications">Notifications</key>
</area>
<area alias="packager">
<key alias="actions">Actions</key>
<key alias="created">Created</key>
<key alias="createPackage">Create package</key>
<key alias="chooseLocalPackageText"><![CDATA[
@@ -1087,15 +1089,16 @@ To manage your website, simply open the Umbraco back office and start adding con
]]></key>
<key alias="deletewarning">This will delete the package</key>
<key alias="dropHere">Drop to upload</key>
<key alias="includeAllChildNodes">Include all child nodes</key>
<key alias="orClickHereToUpload">or click here to choose package file</key>
<key alias="uploadPackage">Upload package</key>
<key alias="localPackageDescription">Install a local package by selecting it from your machine. Only install packages from sources you know and trust</key>
<key alias="uploadAnother">Upload another package</key>
<key alias="cancelAndUploadAnother">Cancel and upload another package</key>
<key alias="packageLicense">License</key>
<key alias="accept">I accept</key>
<key alias="termsOfUse">terms of use</key>
<key alias="packageInstall">Install package</key>
<key alias="pathToFile">Path to file</key>
<key alias="pathToFileDescription">Absolute path to file (ie: /bin/umbraco.bin)</key>
<key alias="installed">Installed</key>
<key alias="installedPackages">Installed packages</key>
<key alias="installLocal">Install local</key>
@@ -1104,6 +1107,15 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="noPackagesCreated">No packages have been created yet</key>
<key alias="noPackages">You dont have any packages installed</key>
<key alias="noPackagesDescription"><![CDATA[You dont have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the <strong>'Packages'</strong> icon in the top right of your screen]]></key>
<key alias="packageActions">Package Actions</key>
<key alias="packageAuthorUrl">Author URL</key>
<key alias="packageContent">Package Content</key>
<key alias="packageFiles">Package Files</key>
<key alias="packageIconUrl">Icon URL</key>
<key alias="packageInstall">Install package</key>
<key alias="packageLicense">License</key>
<key alias="packageLicenseUrl">License URL</key>
<key alias="packageProperties">Package Properties</key>
<key alias="packageSearch">Search for packages</key>
<key alias="packageSearchResults">Results for</key>
<key alias="packageNoResults">We couldnt find anything for</key>