diff options
Diffstat (limited to 'core')
150 files changed, 460 insertions, 307 deletions
diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index 1bff58cfc4e..788125f0cfe 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -85,7 +85,7 @@ class AvatarController extends Controller { IL10N $l10n, IUserManager $userManager, IUserSession $userSession, - Folder $userFolder, + Folder $userFolder = null, ILogger $logger) { parent::__construct($appName, $request); @@ -101,6 +101,7 @@ class AvatarController extends Controller { /** * @NoAdminRequired * @NoCSRFRequired + * @PublicPage * * @param string $userId * @param int $size diff --git a/core/css/fixes.css b/core/css/fixes.css index 7b4540395a8..3cb89c6599f 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -15,3 +15,4 @@ select { display: none; visibility: hidden; } + diff --git a/core/css/header.css b/core/css/header.css index d3e9e7cd490..f80db22f0cd 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -38,7 +38,7 @@ z-index: 2000; height: 45px; line-height: 2.5em; - background-color: #1d2d44; + background-color: #0082c9; box-sizing: border-box; } @@ -80,7 +80,7 @@ #header .logo-icon { /* display logo so appname can be shown next to it */ display: inline-block; - background-image: url(../img/logo-icon.svg); + background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; width: 62px; height: 34px; @@ -291,7 +291,7 @@ #settings { float: right; - color: #bbb; + color: #ddd; cursor: pointer; } #settings .icon-loading-small-dark { @@ -330,17 +330,22 @@ top: 45px; z-index: 2000; display: none; - background-color: rgba(0, 0, 0, .97); + background: rgb(255, 255, 255); + border: 1px solid rgb(204, 204, 204); box-shadow: 0 1px 10px rgba(50, 50, 50, .7); border-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; box-sizing: border-box; } +#expanddiv:after { + border-color: rgba(0, 0, 0, 0); + border-bottom-color: rgba(255, 255, 255, 1); +} #expanddiv a { display: block; height: 40px; - color: #fff; + color: #000; padding: 4px 12px 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; opacity: .7; diff --git a/core/css/icons.css b/core/css/icons.css index 8bf4c204c94..22b699b97ec 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -49,14 +49,14 @@ .icon-loading-dark:after, .icon-loading-small:after, .icon-loading-small-dark:after { - border: 1px solid rgba(85, 85, 85, 0.5); - border-top-color: #555; + border: 2px solid rgba(150, 150, 150, .5); + border-top-color: rgb(100, 100, 100); } .icon-loading-dark:after, .icon-loading-small-dark:after { - border: 1px solid rgba(187, 187, 187, 0.5); - border-top-color: #BBB; + border: 2px solid rgba(187, 187, 187, .5); + border-top-color: #bbb; } .icon-loading-small:after, @@ -353,6 +353,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/filetypes/folder.svg'); } +.icon-filetype-folder-drag-accept { + background-image: url('../img/filetypes/folder-drag-accept.svg')!important; +} + .icon-home { background-image: url('../img/places/home.svg'); } diff --git a/core/css/inputs.css b/core/css/inputs.css index edec870dfbc..cad627ac311 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -296,19 +296,19 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label { /* Primary action button, use sparingly */ .primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary { - border: 1px solid #1d2d44; - background-color: #35537a; + border: 1px solid #0082c9; + background-color: #00a2e9; color: #ddd; } .primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover, .primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus { - background-color: #304d76; + background-color: #0092d9; color: #fff; } .primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active, .primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled, .primary:disabled:hover, input[type="submit"].primary:disabled:hover, input[type="button"].primary:disabled:hover, button.primary:disabled:hover, .button.primary:disabled:hover, .primary:disabled:focus, input[type="submit"].primary:disabled:focus, input[type="button"].primary:disabled:focus, button.primary:disabled:focus, .button.primary:disabled:focus { - background-color: #1d2d44; + background-color: #00a2e9; color: #bbb; } diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css index f76595ab3fd..db0e5b0357e 100644 --- a/core/css/jquery-ui-fixes.css +++ b/core/css/jquery-ui-fixes.css @@ -16,8 +16,8 @@ color: #333333; } .ui-widget-header { - border: 1px solid #1d2d44; - background: #1d2d44 url('images/ui-bg_flat_35_1d2d44_40x100.png') 50% 50% repeat-x; + border: 1px solid #0082c9; + background: #0082c9; color: #ffffff; } .ui-widget-header a { @@ -59,15 +59,15 @@ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { - border: 1px solid #1d2d44; + border: 1px solid #0082c9; background: #f8f8f8 url('images/ui-bg_glass_100_f8f8f8_1x400.png') 50% 50% repeat-x; font-weight: bold; - color: #1d2d44; + color: #0082c9; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { - color: #1d2d44; + color: #0082c9; } /* Interaction Cues diff --git a/core/css/styles.css b/core/css/styles.css index e339c888ec7..c1bd76acbcf 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -25,6 +25,7 @@ body { #body-login { text-align: center; + background-color: #0082c9; background-image: url('../img/background.jpg'); background-position: 50% 50%; background-repeat: no-repeat; @@ -117,7 +118,8 @@ a.two-factor-cancel { width: 155px; max-width: 50%; cursor: text; - background-color: #112; + background-color: transparent; + border: 1px solid rgba(255, 255, 255, .5); } /* CONTENT ------------------------------------------------------------------ */ @@ -343,8 +345,8 @@ a.two-factor-cancel { display: inline-block; position: relative; left: 15px; - top: -21px; - width: 252px; + top: -23px; + width: 250px; } /* tipsy for the strengthify wrapper looks better with following font settings */ @@ -568,9 +570,8 @@ label.infield { } /* Fixes for log in page, TODO should be removed some time */ -#body-login .update, -#body-login .error { - margin: 35px auto; +#body-login ul.error-wide { + margin-top: 35px; } #body-login .warning { margin: 0 7px 5px 4px; @@ -651,7 +652,7 @@ td.avatar { margin: 0 auto; max-width: 60%; z-index: 8000; - background-color: #fc4; + background-color: #fff; border: 0; padding: 1px 8px; display: none; @@ -680,6 +681,7 @@ td.avatar { position: absolute; right: 0; top: 0; + margin-top: 2px; } #notification .row.closeable { padding-right: 20px; diff --git a/core/doc/admin/index.html b/core/doc/admin/index.html index 7785f2ce2f1..ac24d0503bf 100644 --- a/core/doc/admin/index.html +++ b/core/doc/admin/index.html @@ -1,2 +1,2 @@ Here goes the admin documentation. -In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a> +In the meantime go to <a href="https://nextcloud.com/support/" target="_blank">nextcloud.com/support/</a> diff --git a/core/doc/user/index.html b/core/doc/user/index.html index ede62f05aee..409495a42c9 100644 --- a/core/doc/user/index.html +++ b/core/doc/user/index.html @@ -1,2 +1,2 @@ Here goes the user documentation -In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a> +In the meantime go to <a href="https://nextcloud.com/support/" target="_blank">nextcloud.com/support/</a> diff --git a/core/img/actions/checkbox-checked.png b/core/img/actions/checkbox-checked.png Binary files differindex a8a07193ab7..58e9f8ba00b 100644 --- a/core/img/actions/checkbox-checked.png +++ b/core/img/actions/checkbox-checked.png diff --git a/core/img/actions/checkbox-checked.svg b/core/img/actions/checkbox-checked.svg index c648957429e..bceb9297ad7 100644 --- a/core/img/actions/checkbox-checked.svg +++ b/core/img/actions/checkbox-checked.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1"> <path d="m2.5 2.5h11v11h-11z" fill="#fff"/> - <path d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm8.924 2.0664l1.433 1.4316-6.3648 6.365-4.2422-4.2439 1.4141-1.414 2.8281 2.8301 4.9318-4.9688z" fill="#55739a"/> + <path d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm8.924 2.0664l1.433 1.4316-6.3648 6.365-4.2422-4.2439 1.4141-1.414 2.8281 2.8301 4.9318-4.9688z" fill="#0082c9"/> </svg> diff --git a/core/img/actions/logout.png b/core/img/actions/logout.png Binary files differindex ad230de98f4..77391066789 100644 --- a/core/img/actions/logout.png +++ b/core/img/actions/logout.png diff --git a/core/img/actions/logout.svg b/core/img/actions/logout.svg index 96bd2072849..4965ded1b97 100644 --- a/core/img/actions/logout.svg +++ b/core/img/actions/logout.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path style="block-progression:tb;color:#000000;text-transform:none;text-indent:0" fill="#fff" d="m8.0001 0.00045c-0.4714 0-0.96103 0.5419-0.95 1v6c-0.00747 0.52831 0.42163 1 0.95 1s0.95747-0.47169 0.95-1v-6c0.014622-0.6051-0.4786-1-0.95-1zm-3.3438 2.5c-0.0872 0.0193-0.1716 0.051-0.25 0.0938-2.9995 1.5715-3.9184 4.7979-3.125 7.4688 0.7934 2.67 3.2799 4.937 6.6875 4.937 3.3592 0 5.8772-2.149 6.7192-4.781 0.841-2.6321-0.058-5.8234-3.125-7.594-0.434-0.2536-1.059-0.0899-1.313 0.3437-0.2536 0.4336-0.09 1.0589 0.344 1.3125 2.3908 1.3798 2.8825 3.4944 2.2812 5.375-0.6012 1.8806-2.344 3.4375-4.9062 3.4375-2.5759 0-4.2976-1.6502-4.875-3.5938-0.5776-1.9436-0.047-4.0481 2.1873-5.2188 0.3787-0.2063 0.5791-0.6925 0.4558-1.1057-0.1232-0.4133-0.5572-0.7103-0.987-0.6755-0.0313-0.0015-0.0626-0.0015-0.0938 0z"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <path style="block-progression:tb;color:#000000;text-transform:none;text-indent:0" d="m8.0001 0c-0.4714 0-0.96103 0.5419-0.95 1v6c-0.00747 0.52831 0.42163 1 0.95 1s0.95747-0.47169 0.95-1v-6c0.014622-0.6051-0.4786-1-0.95-1zm-3.3438 2.5c-0.087186 0.019294-0.17163 0.050959-0.25 0.09375-2.9995 1.5715-3.9184 4.7979-3.125 7.4688 0.7934 2.67 3.2799 4.937 6.6875 4.937 3.3592 0 5.8772-2.149 6.7192-4.781 0.841-2.6321-0.058-5.8234-3.125-7.594-0.434-0.2536-1.059-0.0899-1.313 0.3437-0.2536 0.4336-0.09 1.0589 0.344 1.3125 2.3908 1.3798 2.8825 3.4944 2.2812 5.375-0.6012 1.8806-2.344 3.4375-4.9062 3.4375-2.5759 0-4.2976-1.6502-4.875-3.5938-0.5776-1.9435-0.047-4.048 2.1873-5.2187 0.3787-0.2063 0.5791-0.6925 0.4558-1.1057-0.1232-0.4133-0.5572-0.7103-0.987-0.6755-0.0313-0.0015-0.0626-0.0015-0.0938 0z"/> </svg> diff --git a/core/img/actions/radio-checked.png b/core/img/actions/radio-checked.png Binary files differindex 94933b7b69c..f3d06115693 100644 --- a/core/img/actions/radio-checked.png +++ b/core/img/actions/radio-checked.png diff --git a/core/img/actions/radio-checked.svg b/core/img/actions/radio-checked.svg index 31011c0ea22..734bb0523bd 100644 --- a/core/img/actions/radio-checked.svg +++ b/core/img/actions/radio-checked.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1"> <path d="m8 1.5c-3.5899 0-6.5 2.9101-6.5 6.5s2.9101 6.5 6.5 6.5 6.5-2.9101 6.5-6.5-2.91-6.5-6.5-6.5z" fill="#fff"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7 7 7 0 0 0 -7 -7zm0 1a6 6 0 0 1 6 6 6 6 0 0 1 -6 6 6 6 0 0 1 -6 -6 6 6 0 0 1 6 -6zm0 2c-2.2091 0-4 1.7909-4 4 0 2.209 1.7909 4 4 4 2.209 0 4-1.791 4-4 0-2.2091-1.791-4-4-4z" fill="#55739a"/> + <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7 7 7 0 0 0 -7 -7zm0 1a6 6 0 0 1 6 6 6 6 0 0 1 -6 6 6 6 0 0 1 -6 -6 6 6 0 0 1 6 -6zm0 2c-2.2091 0-4 1.7909-4 4 0 2.209 1.7909 4 4 4 2.209 0 4-1.791 4-4 0-2.2091-1.791-4-4-4z" fill="#0082c9"/> </svg> diff --git a/core/img/background.jpg b/core/img/background.jpg Binary files differindex ab1d7e6d7a8..155f4ad53fb 100644 --- a/core/img/background.jpg +++ b/core/img/background.jpg diff --git a/core/img/favicon-mask.svg b/core/img/favicon-mask.svg index 24dff74ef89..f2984c55027 100644 --- a/core/img/favicon-mask.svg +++ b/core/img/favicon-mask.svg @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" height="16" width="16" enable-background="new 0 0 595.275 311.111" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 16 15.999999"><g transform="matrix(.125 0 0 .125 0 14)"><path d="m20-112c-11.08 0-20 8.92-20 20v88c0 11.08 8.92 20 20 20h88c11.08 0 20-8.92 20-20v-88c0-11.08-8.92-20-20-20h-88zm38.328 29.125c8.932 0 16.156 7.2089 16.156 16.141 0 1.2073-0.14055 2.3846-0.39062 3.5156-3.0889-1.4114-6.51-2.2188-10.125-2.2188-7.389 0-14 3.3102-18.484 8.5-2.0669-2.7134-3.2969-6.1152-3.2969-9.7969 0-8.932 7.2089-16.141 16.141-16.141zm-21.078 7.4688c1.7281 0 3.325 0.4979 4.6562 1.3906-0.98881 2.2266-1.5625 4.6906-1.5625 7.2812-0.000001 0.481 0.0253 0.96598 0.0625 1.4375-0.3285-0.02-0.63611-0.03125-0.96875-0.03125-3.4468 0-6.6932 0.9166-9.5 2.5-0.68798-1.2188-1.0781-2.6502-1.0781-4.1562 0-4.6514 3.7392-8.4219 8.3906-8.4219zm39.828 5.7969c8.4592 0 15.31 6.5054 16.016 14.781-2.7381 0.1835-5.3124 0.95225-7.625 2.1562-2.2297-4.0909-5.6126-7.4636-9.6875-9.7188 0.34758-1.3914 0.53125-2.8444 0.53125-4.3438 0-0.9636-0.10364-1.8898-0.25-2.8125 0.33833-0.0212 0.67198-0.0625 1.0156-0.0625zm-13.109 6.0156c12.498 0 22.609 10.11 22.609 22.609 0 12.498-10.11 22.609-22.609 22.609s-22.609-10.111-22.609-22.609c0-12.499 10.111-22.609 22.609-22.609zm-24.531 0.09375c0.41458 0 0.827 0.0345 1.2344 0.0625 0.5497 2.9515 1.8386 5.6671 3.6406 7.9219-3.0103 4.063-4.7813 9.0916-4.7813 14.531 0.000001 1.1378 0.06803 2.2628 0.21875 3.3594-0.48017-0.0664-0.95496-0.125-1.4531-0.125-4.1218 0-7.6921 2.3232-9.4688 5.75-4.2144-3.202-6.9375-8.2451-6.9375-13.953 0-9.6963 7.8507-17.547 17.547-17.547zm54.953 10.453c9.6963 0 17.547 7.8038 17.547 17.5-0.00001 9.6964-7.8507 17.547-17.547 17.547-5.1793 0-9.8376-2.2339-13.047-5.7969 4.3686-4.417 7.0625-10.492 7.0625-17.188 0-3.5761-0.75792-6.9842-2.1406-10.047 2.435-1.2747 5.1808-2.0156 8.125-2.0156zm-74.219 2.3125h0.01563c0.15552 0.0017 0.31393 0.02738 0.46875 0.03125-0.38539 1.5224-0.60937 3.1094-0.60937 4.75 0 6.4567 3.1766 12.183 8.0469 15.703-0.31205 1.0019-0.46875 2.0524-0.46875 3.1562 0 2.1267 0.62812 4.1265 1.7031 5.7969-2.6015 1.7904-5.7566 2.8594-9.1562 2.8594-8.9316 0-16.172-7.2555-16.172-16.187 0-8.9267 7.2462-16.102 16.172-16.109zm94.969 13.859c4.8964 0 8.8594 3.9786 8.8594 8.875 0 4.8965-3.963 8.8281-8.8594 8.8281-2.6882 0-5.0703-1.1975-6.6875-3.0781 3.2872-3.4734 5.3281-8.1468 5.3281-13.297 0-0.40912-0.0217-0.80036-0.0469-1.2031 0.45554-0.0724 0.92976-0.125 1.4062-0.125zm-76.844 0.95312c0.6229 0 1.2103 0.0663 1.7969 0.1875 1.0023 4.5568 3.2654 8.6601 6.4219 11.875-1.2936 3.2941-4.4657 5.6406-8.2187 5.6406-4.8962 0-8.8438-3.9788-8.8438-8.875s3.9476-8.8281 8.8438-8.8281z"/></g></svg> +<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 595.275 311.111" xml:space="preserve" height="16" width="16" version="1.1" y="0px" x="0px" viewBox="0 0 16 15.999999"><path d="m2.5 0c-1.385 0-2.5 1.115-2.5 2.5v11c0 1.385 1.115 2.5 2.5 2.5h11c1.385 0 2.5-1.115 2.5-2.5v-11c0-1.385-1.115-2.5-2.5-2.5h-11zm5.5117 4.6699c1.5543-0.0001 2.8603 1.0589 3.2693 2.4863 0.356-0.7558 1.114-1.2909 1.998-1.291 1.219-0.0002 2.221 1.0021 2.221 2.2207 0 1.2188-1.002 2.2211-2.221 2.2211-0.884 0-1.642-0.5375-1.998-1.2933-0.409 1.4273-1.7151 2.4863-3.2693 2.4863-1.563 0-2.8765-1.07-3.2773-2.5098-0.3499 0.7701-1.1186 1.3168-2.0137 1.3168-1.2185 0-2.2209-1.0025-2.2207-2.2211 0.0001-1.2183 1.0024-2.2205 2.2207-2.2207 0.895 0.0001 1.6657 0.5465 2.0156 1.3164 0.401-1.4395 1.7126-2.5096 3.2754-2.5097v-0.002zm0 1.3047c-1.1734 0.0002-2.1112 0.9377-2.1113 2.1113-0.0002 1.1737 0.9377 2.1111 2.1113 2.1111 1.1738 0 2.1113-0.9373 2.1113-2.1111 0-1.1737-0.9377-2.1114-2.1113-2.1113zm-5.291 1.1934c-0.5141 0-0.9179 0.4038-0.918 0.9179-0.0001 0.5143 0.4038 0.916 0.918 0.9161 0.5142-0.0001 0.9161-0.4018 0.916-0.9161 0-0.5141-0.4018-0.9179-0.916-0.9179zm10.558 0c-0.514 0-0.918 0.4038-0.918 0.9179 0 0.5143 0.404 0.916 0.918 0.9161 0.515 0.0001 0.918-0.4017 0.918-0.9161 0-0.5142-0.403-0.918-0.918-0.9179z"/></svg> diff --git a/core/img/favicon-touch.png b/core/img/favicon-touch.png Binary files differindex 27019a4ddef..635806813a6 100644 --- a/core/img/favicon-touch.png +++ b/core/img/favicon-touch.png diff --git a/core/img/favicon-touch.svg b/core/img/favicon-touch.svg index 8d548ef0359..73f672bc9c0 100644 --- a/core/img/favicon-touch.svg +++ b/core/img/favicon-touch.svg @@ -1,4 +1,2 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 595.275 311.111" xml:space="preserve" height="128" width="128" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 127.99999" xmlns:dc="http://purl.org/dc/elements/1.1/"> -<rect rx="20" ry="20" height="128" width="128" y="-.0000015" x="0" fill="#1d2d44"/><path style="block-progression:tb;color:#000000;enable-background:accumulate;text-transform:none;text-indent:0" d="m58.332 29.124c-8.9317 0-16.148 7.216-16.148 16.148 0 3.6817 1.226 7.0702 3.2929 9.7836 4.4839-5.1898 11.102-8.4855 18.491-8.4855 3.615 0 7.0431 0.805 10.132 2.2164 0.25008-1.131 0.37996-2.3072 0.37996-3.5145 0-8.9317-7.216-16.148-16.148-16.148zm-21.087 7.472c-4.6514 0-8.3905 3.7708-8.3905 8.4222 0 1.506 0.38852 2.929 1.0765 4.1478 2.8068-1.5834 6.0519-2.5013 9.4987-2.5013 0.33264 0 0.65304 0.012 0.98154 0.032-0.0372-0.47152-0.06328-0.9438-0.06328-1.4248 0-2.5907 0.56269-5.0557 1.5515-7.2823-1.3313-0.89272-2.9263-1.3931-4.6544-1.3931zm39.831 5.7942c-0.34364 0-0.67487 0.042-1.0132 0.0632 0.14636 0.92272 0.25328 1.8544 0.25328 2.818 0 1.4994-0.19068 2.9463-0.53826 4.3377 4.0749 2.2551 7.459 5.6294 9.6887 9.7203 2.3126-1.204 4.8925-1.9695 7.6306-2.153-0.70568-8.2758-7.5618-14.786-16.021-14.786zm-13.108 6.0158c-12.498 0-22.607 10.108-22.607 22.607 0 12.498 10.108 22.607 22.607 22.607s22.607-10.109 22.607-22.607c0-12.499-10.109-22.607-22.607-22.607zm-24.538 0.0948c-9.6962 0-17.541 7.8447-17.541 17.541 0 5.708 2.7196 10.761 6.934 13.963 1.7767-3.4268 5.3452-5.7625 9.467-5.7625 0.49817 0 0.97633 0.0604 1.4565 0.1268-0.15072-1.0966-0.22164-2.2184-0.22164-3.3562 0-5.4397 1.7707-10.47 4.781-14.533-1.802-2.2548-3.0915-4.9641-3.6412-7.9156-0.40737-0.028-0.82022-0.0632-1.2348-0.0632zm54.966 10.449c-2.9442 0-5.7022 0.75168-8.1372 2.0264 1.3827 3.0627 2.153 6.4609 2.153 10.037 0 6.6958-2.6921 12.776-7.0607 17.193 3.2093 3.563 7.8657 5.7942 13.045 5.7942 9.6962 0 17.541-7.8446 17.541-17.541 0-9.6962-7.8447-17.509-17.541-17.509zm-74.216 2.3115c-8.933-0.001-16.18 7.183-16.18 16.115s7.2474 16.179 16.179 16.179c3.3996 0 6.5489-1.0592 9.1504-2.8496-1.075-1.6704-1.7098-3.6675-1.7098-5.7942 0-1.1038 0.16288-2.1643 0.47493-3.1662-4.8703-3.5197-8.0422-9.2473-8.0422-15.704 0-1.6406 0.2162-3.227 0.60159-4.7494-0.15996-0.004-0.3138-0.032-0.47494-0.032zm94.955 13.868c-0.47649 0-0.93756 0.0544-1.3931 0.1268 0.0252 0.40276 0.0316 0.79408 0.0316 1.2032 0 5.1501-2.0321 9.8246-5.3193 13.298 1.6172 1.8806 3.9926 3.0712 6.6808 3.0712 4.8964 0 8.8654-3.9373 8.8654-8.8338 0-4.8964-3.969-8.8654-8.8654-8.8654zm-76.844 0.94984c-4.8962 0-8.8338 3.9376-8.8338 8.8338s3.9376 8.8654 8.8338 8.8654c3.753 0 6.9386-2.3418 8.2322-5.6359-3.1565-3.2149-5.4251-7.3162-6.4274-11.873-0.58657-0.1212-1.1819-0.19-1.8048-0.19z" fill="#fff"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 595.275 311.111" xml:space="preserve" height="128" width="128" version="1.1" y="0px" x="0px" viewBox="0 0 128 127.99999"><rect rx="20" ry="20" height="128" width="128" y="-.0000015" x="0" fill="#0082c9"/><path style="enable-background:accumulate;color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;image-rendering:auto;white-space:normal;text-indent:0;text-transform:none;text-decoration-style:solid" d="m64.091 37.368c-12.502 0.0012-23 8.5614-26.208 20.078-2.7996-6.1595-8.9621-10.525-16.122-10.525-9.7464 0.0011-17.76 8.015-17.761 17.762-0.0019 9.7488 8.0127 17.764 17.761 17.766 7.1608-0.000868 13.319-4.3688 16.119-10.529 3.2064 11.518 13.708 20.08 26.212 20.081 12.434 0.00096 22.881-8.4681 26.153-19.887 2.845 6.0464 8.9128 10.334 15.991 10.335 9.7502 0.0017 17.766-8.0148 17.765-17.766-0.00094-9.7488-8.0163-17.764-17.765-17.762-7.0781 0.00082-13.149 4.288-15.994 10.335-3.274-11.42-13.717-19.889-26.151-19.888zm0 10.427c9.3893-0.000624 16.889 7.4978 16.89 16.888 0.00047 9.3908-7.5 16.892-16.89 16.891-9.3893-0.000912-16.887-7.5015-16.887-16.891 0.000988-9.3886 7.4986-16.887 16.887-16.888zm-42.33 9.552c4.113 0.000472 7.3344 3.222 7.3349 7.3352 0.000728 4.1141-3.221 7.3384-7.3349 7.3389-4.1139-0.00048-7.3356-3.2248-7.3349-7.3389 0.000472-4.1132 3.2218-7.3348 7.3349-7.3352zm84.474 0c4.1138-0.00072 7.338 3.2211 7.3385 7.3352 0.00098 4.115-3.2236 7.3396-7.3385 7.3389-4.114-0.00048-7.3357-3.2248-7.335-7.3389 0.00047-4.1132 3.222-7.3348 7.335-7.3352z" fill="#fff"/></svg> diff --git a/core/img/favicon.ico b/core/img/favicon.ico Binary files differindex 2e75f57f00d..cadd9d3471b 100644 --- a/core/img/favicon.ico +++ b/core/img/favicon.ico diff --git a/core/img/favicon.png b/core/img/favicon.png Binary files differindex 8067350ef47..3988dce0b41 100644 --- a/core/img/favicon.png +++ b/core/img/favicon.png diff --git a/core/img/favicon.svg b/core/img/favicon.svg index 319fd434dc5..2bd731a38c2 100644 --- a/core/img/favicon.svg +++ b/core/img/favicon.svg @@ -1,4 +1,2 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 595.275 311.111" xml:space="preserve" height="32" width="32" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 31.999997" xmlns:dc="http://purl.org/dc/elements/1.1/"> -<rect rx="5" ry="5" height="32" width="32" y="-.0000052588" x="0" fill="#1d2d44"/><path style="block-progression:tb;color:#000000;enable-background:accumulate;text-transform:none;text-indent:0" d="m14.583 7.281c-2.2329 0-4.0369 1.804-4.0369 4.0369 0 0.92043 0.30649 1.7676 0.82322 2.4459 1.121-1.2974 2.7754-2.1214 4.6227-2.1214 0.90376 0 1.7608 0.20125 2.533 0.55409 0.06252-0.28275 0.09499-0.57681 0.09499-0.87863 0-2.2329-1.804-4.0369-4.0369-4.0369zm-5.2718 1.8681c-1.1629 0-2.0976 0.94269-2.0976 2.1055 0 0.3765 0.09713 0.73224 0.26913 1.0369 0.70171-0.39584 1.513-0.62533 2.3747-0.62533 0.08316 0 0.16326 0.003 0.24538 0.008-0.0093-0.11788-0.01582-0.23595-0.01582-0.3562 0-0.64768 0.14067-1.2639 0.38786-1.8206-0.33282-0.22318-0.73157-0.34828-1.1636-0.34828zm9.9578 1.4486c-0.08591 0-0.16872 0.0105-0.2533 0.0158 0.03659 0.23068 0.06332 0.46361 0.06332 0.70449 0 0.37486-0.04767 0.73658-0.13456 1.0844 1.0187 0.56378 1.8648 1.4073 2.4222 2.4301 0.57816-0.301 1.2231-0.49238 1.9077-0.53826-0.17642-2.0689-1.8904-3.6966-4.0053-3.6966zm-3.277 1.504c-3.1245 0-5.6517 2.527-5.6517 5.6517 0 3.1244 2.527 5.6517 5.6517 5.6517s5.6517-2.5273 5.6517-5.6517c0-3.1248-2.5272-5.6517-5.6517-5.6517zm-6.1346 0.0237c-2.4241 0-4.3852 1.9612-4.3852 4.3852 0 1.427 0.67991 2.6902 1.7335 3.4908 0.44418-0.85669 1.3363-1.4406 2.3668-1.4406 0.12454 0 0.24408 0.0151 0.36412 0.0317-0.03768-0.27414-0.05541-0.55461-0.05541-0.83905 0-1.3599 0.44267-2.6175 1.1952-3.6332-0.45049-0.56371-0.77288-1.241-0.91029-1.9789-0.10184-0.007-0.20505-0.0158-0.30871-0.0158zm13.741 2.6121c-0.73606 0-1.4255 0.18792-2.0343 0.5066 0.34567 0.76568 0.53826 1.6152 0.53826 2.5092 0 1.674-0.67302 3.1939-1.7652 4.2982 0.80233 0.89076 1.9664 1.4486 3.2612 1.4486 2.4241 0 4.3852-1.9612 4.3852-4.3852 0-2.4241-1.9612-4.3773-4.3852-4.3773zm-18.554 0.57788c-2.2321-0.001-4.044 1.795-4.044 4.028s1.8119 4.0449 4.0449 4.0449c0.84991 0 1.6372-0.2648 2.2876-0.7124-0.26875-0.41761-0.42744-0.91688-0.42744-1.4486 0-0.27596 0.04072-0.54107 0.11873-0.79156-1.2176-0.87992-2.0106-2.3118-2.0106-3.9261 0-0.41016 0.05405-0.80676 0.1504-1.1873-0.03999-0.001-0.07845-0.008-0.11874-0.008zm23.739 3.467c-0.11912 0-0.23439 0.0136-0.34828 0.0317 0.0063 0.10069 0.0079 0.19852 0.0079 0.30079 0 1.2875-0.50802 2.4561-1.3298 3.3245 0.4043 0.47015 0.99816 0.76781 1.6702 0.76781 1.2241 0 2.2164-0.98433 2.2164-2.2084s-0.99225-2.2164-2.2164-2.2164zm-19.211 0.23746c-1.224 0-2.2084 0.9844-2.2084 2.2084s0.98439 2.2164 2.2084 2.2164c0.93825 0 1.7346-0.58546 2.058-1.409-0.78913-0.80372-1.3563-1.8291-1.6069-2.9683-0.14664-0.0303-0.29548-0.0475-0.45119-0.0475z" fill="#fff"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 595.275 311.111" xml:space="preserve" height="32" width="32" version="1.1" y="0px" x="0px" viewBox="0 0 32 31.999997"><rect rx="5" ry="5" height="32" width="32" y="-.0000052588" x="0" fill="#0082c9"/><path style="enable-background:accumulate;color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;image-rendering:auto;white-space:normal;text-indent:0;text-transform:none;text-decoration-style:solid" d="m16.023 9.342c-3.1256 0.0003-5.7501 2.1404-6.552 5.0194-0.69991-1.5399-2.2405-2.6312-4.0305-2.6314-2.4366 0.000277-4.44 2.0038-4.4403 4.4405-0.00048201 2.4372 2.0032 4.4411 4.4403 4.4414 1.7902-0.000217 3.3298-1.0922 4.0296-2.6323 0.80161 2.8795 3.427 5.02 6.553 5.0203 3.1085 0.00024 5.7201-2.117 6.5383-4.9719 0.71125 1.5116 2.2282 2.5836 3.9976 2.5838 2.4376 0.000431 4.4416-2.0037 4.4412-4.4414-0.000235-2.4372-2.0041-4.4409-4.4412-4.4405-1.7695 0.000205-3.2873 1.072-3.9985 2.5838-0.8182-2.8548-3.4289-4.9721-6.5374-4.9719zm0 2.6067c2.3473-0.000156 4.2224 1.8745 4.2226 4.2219 0.000118 2.3477-1.875 4.223-4.2226 4.2228-2.3473-0.000228-4.2219-1.8754-4.2217-4.2228 0.000247-2.3471 1.8747-4.2216 4.2217-4.2219zm-10.583 2.388c1.0283 0.000118 1.8336 0.8055 1.8337 1.8338 0.000182 1.0285-0.80524 1.8346-1.8337 1.8347-1.0285-0.00012-1.8339-0.8062-1.8337-1.8347 0.000118-1.0283 0.80546-1.8337 1.8337-1.8338zm21.119 0c1.0285-0.00018 1.8345 0.80527 1.8346 1.8338 0.000245 1.0288-0.8059 1.8349-1.8346 1.8347-1.0285-0.00012-1.8339-0.8062-1.8338-1.8347 0.000118-1.0283 0.80549-1.8337 1.8338-1.8338z" fill="#fff"/></svg> diff --git a/core/img/filetypes/folder-drag-accept.png b/core/img/filetypes/folder-drag-accept.png Binary files differindex 1124a02982f..44a3720fef4 100644 --- a/core/img/filetypes/folder-drag-accept.png +++ b/core/img/filetypes/folder-drag-accept.png diff --git a/core/img/filetypes/folder-drag-accept.svg b/core/img/filetypes/folder-drag-accept.svg index 025e58c517d..24fdd57efb3 100644 --- a/core/img/filetypes/folder-drag-accept.svg +++ b/core/img/filetypes/folder-drag-accept.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm0.5391 3h12v8h-12v-8z" fill-rule="evenodd" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm0.5391 3h12v8h-12v-8z" fill-rule="evenodd" fill="#0082c9"/> </svg> diff --git a/core/img/filetypes/folder-external.png b/core/img/filetypes/folder-external.png Binary files differindex dd8343d245a..79dcbeaf731 100644 --- a/core/img/filetypes/folder-external.png +++ b/core/img/filetypes/folder-external.png diff --git a/core/img/filetypes/folder-external.svg b/core/img/filetypes/folder-external.svg index d5d4ef73edf..3985d05990a 100644 --- a/core/img/filetypes/folder-external.svg +++ b/core/img/filetypes/folder-external.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm6.5157 3.793h3.5704v3.3847l-1.192-1.1269-1.7847 1.6914-1.1894-1.1289 1.7851-1.6914-1.1894-1.1289zm-2.3809 0.5644h1.7852l0.5957 0.5645h-2.3809v4.5141h4.7593v-2.2583l0.596 0.5645v1.6938c0 0.312-0.266 0.564-0.596 0.564h-4.7593c-0.3297 0-0.5957-0.252-0.5957-0.564v-4.5141c0-0.3126 0.266-0.5645 0.5957-0.5645z" fill-rule="evenodd" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm6.5157 3.793h3.5704v3.3847l-1.192-1.1269-1.7847 1.6914-1.1894-1.1289 1.7851-1.6914-1.1894-1.1289zm-2.3809 0.5644h1.7852l0.5957 0.5645h-2.3809v4.5141h4.7593v-2.2583l0.596 0.5645v1.6938c0 0.312-0.266 0.564-0.596 0.564h-4.7593c-0.3297 0-0.5957-0.252-0.5957-0.564v-4.5141c0-0.3126 0.266-0.5645 0.5957-0.5645z" fill-rule="evenodd" fill="#0082c9"/> </svg> diff --git a/core/img/filetypes/folder-public.png b/core/img/filetypes/folder-public.png Binary files differindex 3da67f85f79..b9181f640b2 100644 --- a/core/img/filetypes/folder-public.png +++ b/core/img/filetypes/folder-public.png diff --git a/core/img/filetypes/folder-public.svg b/core/img/filetypes/folder-public.svg index bd7039750dc..b69052d18cd 100644 --- a/core/img/filetypes/folder-public.svg +++ b/core/img/filetypes/folder-public.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm8.3829 3.5c0.4252 0 0.8512 0.1603 1.1742 0.4824 0.644 0.6442 0.644 1.7035 0 2.3477l-1.0492 1.0469c0.0442-0.3929-0.0174-0.7896-0.1876-1.1524l0.5648-0.5644c0.284-0.2844 0.284-0.7215 0-1.0059-0.285-0.2844-0.7218-0.2844-1.0062 0l-1.6757 1.6758c-0.2844 0.2843-0.2844 0.7215 0 1.0058 0.0593 0.0594 0.1291 0.1003 0.1992 0.1348l-0.6914 0.6913c-0.0646-0.048-0.1193-0.098-0.1778-0.156-0.6441-0.6443-0.6441-1.7017 0-2.3458l1.6758-1.6778c0.3221-0.3221 0.7483-0.4824 1.1739-0.4824zm-1.0157 2.3379c0.0646 0.0478 0.1193 0.0978 0.1778 0.1562 0.6438 0.6438 0.6431 1.7015 0 2.3459v0.002l-1.6758 1.676c-0.6442 0.644-1.7035 0.644-2.3477 0-0.6442-0.645-0.6442-1.704 0-2.3481l1.0488-1.0469c-0.0438 0.3929 0.0174 0.7896 0.1876 1.1524l-0.5645 0.5646c-0.2844 0.284-0.2844 0.721 0 1.006 0.2844 0.284 0.7215 0.284 1.0059 0l1.6757-1.6761c0.2844-0.2843 0.2844-0.7215 0-1.0058-0.0593-0.0594-0.1291-0.1003-0.1992-0.1348l0.6914-0.6914z" fill-rule="evenodd" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm8.3829 3.5c0.4252 0 0.8512 0.1603 1.1742 0.4824 0.644 0.6442 0.644 1.7035 0 2.3477l-1.0492 1.0469c0.0442-0.3929-0.0174-0.7896-0.1876-1.1524l0.5648-0.5644c0.284-0.2844 0.284-0.7215 0-1.0059-0.285-0.2844-0.7218-0.2844-1.0062 0l-1.6757 1.6758c-0.2844 0.2843-0.2844 0.7215 0 1.0058 0.0593 0.0594 0.1291 0.1003 0.1992 0.1348l-0.6914 0.6913c-0.0646-0.048-0.1193-0.098-0.1778-0.156-0.6441-0.6443-0.6441-1.7017 0-2.3458l1.6758-1.6778c0.3221-0.3221 0.7483-0.4824 1.1739-0.4824zm-1.0157 2.3379c0.0646 0.0478 0.1193 0.0978 0.1778 0.1562 0.6438 0.6438 0.6431 1.7015 0 2.3459v0.002l-1.6758 1.676c-0.6442 0.644-1.7035 0.644-2.3477 0-0.6442-0.645-0.6442-1.704 0-2.3481l1.0488-1.0469c-0.0438 0.3929 0.0174 0.7896 0.1876 1.1524l-0.5645 0.5646c-0.2844 0.284-0.2844 0.721 0 1.006 0.2844 0.284 0.7215 0.284 1.0059 0l1.6757-1.6761c0.2844-0.2843 0.2844-0.7215 0-1.0058-0.0593-0.0594-0.1291-0.1003-0.1992-0.1348l0.6914-0.6914z" fill-rule="evenodd" fill="#0082c9"/> </svg> diff --git a/core/img/filetypes/folder-shared.png b/core/img/filetypes/folder-shared.png Binary files differindex d24e1d7af4e..1cc6de7a029 100644 --- a/core/img/filetypes/folder-shared.png +++ b/core/img/filetypes/folder-shared.png diff --git a/core/img/filetypes/folder-shared.svg b/core/img/filetypes/folder-shared.svg index 5e0d4fde7a2..0cbbcc2d4a5 100644 --- a/core/img/filetypes/folder-shared.svg +++ b/core/img/filetypes/folder-shared.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm8.6521 3.4941c0.679 0 1.227 0.5503 1.227 1.2286 0 0.6782-0.548 1.2285-1.227 1.2285-0.3022 0-0.5806-0.1097-0.7946-0.291l-2.3692 1.207c0.003 0.035 0.0078 0.0714 0.0078 0.1074 0 0.0641-0.0081 0.1281-0.0175 0.1895l2.3476 1.1989c0.2182-0.198 0.5079-0.32 0.8259-0.32 0.679 0 1.229 0.552 1.229 1.23 0 0.679-0.55 1.227-1.229 1.227-0.678 0-1.2282-0.548-1.2282-1.227 0-0.022 0.0027-0.046 0.0039-0.068l-2.4317-1.2362c-0.2039 0.1512-0.4574 0.2382-0.7304 0.2382-0.6783 0-1.2266-0.5483-1.2266-1.2265 0-0.6783 0.5483-1.2266 1.2266-1.2266 0.3043 0 0.5842 0.1096 0.7988 0.293l2.3672-1.2071c-0.0033-0.0366-0.0078-0.0757-0.0078-0.1132 0-0.6783 0.5502-1.2266 1.2282-1.2266v-0.0059z" fill-rule="evenodd" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm8.6521 3.4941c0.679 0 1.227 0.5503 1.227 1.2286 0 0.6782-0.548 1.2285-1.227 1.2285-0.3022 0-0.5806-0.1097-0.7946-0.291l-2.3692 1.207c0.003 0.035 0.0078 0.0714 0.0078 0.1074 0 0.0641-0.0081 0.1281-0.0175 0.1895l2.3476 1.1989c0.2182-0.198 0.5079-0.32 0.8259-0.32 0.679 0 1.229 0.552 1.229 1.23 0 0.679-0.55 1.227-1.229 1.227-0.678 0-1.2282-0.548-1.2282-1.227 0-0.022 0.0027-0.046 0.0039-0.068l-2.4317-1.2362c-0.2039 0.1512-0.4574 0.2382-0.7304 0.2382-0.6783 0-1.2266-0.5483-1.2266-1.2265 0-0.6783 0.5483-1.2266 1.2266-1.2266 0.3043 0 0.5842 0.1096 0.7988 0.293l2.3672-1.2071c-0.0033-0.0366-0.0078-0.0757-0.0078-0.1132 0-0.6783 0.5502-1.2266 1.2282-1.2266v-0.0059z" fill-rule="evenodd" fill="#0082c9"/> </svg> diff --git a/core/img/filetypes/folder-starred.png b/core/img/filetypes/folder-starred.png Binary files differindex 4b847bf69ea..99d79c14a1d 100644 --- a/core/img/filetypes/folder-starred.png +++ b/core/img/filetypes/folder-starred.png diff --git a/core/img/filetypes/folder-starred.svg b/core/img/filetypes/folder-starred.svg index de5ef5723da..0ab790cf9d5 100644 --- a/core/img/filetypes/folder-starred.svg +++ b/core/img/filetypes/folder-starred.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm6.545 2.8867l1.0722 2.6836 2.9219 0.2305-2.2227 1.8476 0.6857 2.8516-2.4454-1.543-2.5 1.533 0.7109-2.8025-2.2285-1.9043 2.8848-0.1875 1.1211-2.709z" fill-rule="evenodd" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm6.545 2.8867l1.0722 2.6836 2.9219 0.2305-2.2227 1.8476 0.6857 2.8516-2.4454-1.543-2.5 1.533 0.7109-2.8025-2.2285-1.9043 2.8848-0.1875 1.1211-2.709z" fill-rule="evenodd" fill="#0082c9"/> </svg> diff --git a/core/img/filetypes/folder.png b/core/img/filetypes/folder.png Binary files differindex e811e9cdfdc..2262998cb3c 100644 --- a/core/img/filetypes/folder.png +++ b/core/img/filetypes/folder.png diff --git a/core/img/filetypes/folder.svg b/core/img/filetypes/folder.svg index e9d96d40490..42e29900c55 100644 --- a/core/img/filetypes/folder.svg +++ b/core/img/filetypes/folder.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)" fill="#55739a"> - <path d="m200.2 999.72c-0.28913 0-0.53125 0.2421-0.53125 0.53117v12.784c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53124-0.2327 0.53124-0.5312l0.0004-10.474c0-0.2889-0.24211-0.5338-0.53124-0.5338l-7.5457 0.0005-2.3076-2.3078z" fill-rule="evenodd" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)" fill="#0082c9"> + <path d="m200.2 999.72c-0.28913 0-0.53125 0.2421-0.53125 0.53117v12.784c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53124-0.2327 0.53124-0.5312l0.0004-10.474c0-0.2889-0.24211-0.5338-0.53124-0.5338l-7.5457 0.0005-2.3076-2.3078z" fill-rule="evenodd" fill="#0082c9"/> </g> </svg> diff --git a/core/img/filetypes/package-x-generic.png b/core/img/filetypes/package-x-generic.png Binary files differindex 68117e0d070..389b44cc2a3 100644 --- a/core/img/filetypes/package-x-generic.png +++ b/core/img/filetypes/package-x-generic.png diff --git a/core/img/filetypes/package-x-generic.svg b/core/img/filetypes/package-x-generic.svg index d183f3bbe0e..e0fdc563eea 100644 --- a/core/img/filetypes/package-x-generic.svg +++ b/core/img/filetypes/package-x-generic.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)" fill="#35537a"> - <path d="m4 3-2 2v7.539c0 0.259 0.2021 0.461 0.4609 0.461h11.078c0.259 0 0.461-0.202 0.461-0.461v-7.539l-2-2zm1 1h6l1 1h-8z" fill-rule="evenodd" transform="matrix(1.1538 0 0 1.1538 198.51 997.42)" fill="#55739a"/> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)" fill="#0082c9"> + <path d="m4 3-2 2v7.539c0 0.259 0.2021 0.461 0.4609 0.461h11.078c0.259 0 0.461-0.202 0.461-0.461v-7.539l-2-2zm1 1h6l1 1h-8z" fill-rule="evenodd" transform="matrix(1.1538 0 0 1.1538 198.51 997.42)" fill="#0082c9"/> </g> </svg> diff --git a/core/img/logo-icon-175px.png b/core/img/logo-icon-175px.png Binary files differindex 67e76498670..6397f61cd68 100644 --- a/core/img/logo-icon-175px.png +++ b/core/img/logo-icon-175px.png diff --git a/core/img/logo-icon.png b/core/img/logo-icon.png Binary files differindex 6874c83673f..4ffb2bb953a 100644 --- a/core/img/logo-icon.png +++ b/core/img/logo-icon.png diff --git a/core/img/logo-icon.svg b/core/img/logo-icon.svg index c1fb4c8274f..5474ed71665 100644 --- a/core/img/logo-icon.svg +++ b/core/img/logo-icon.svg @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="34" viewBox="0 0 62.001102 34" width="62" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" enable-background="new 0 0 595.275 311.111"><path style="block-progression:tb;color:#000000;enable-background:accumulate;text-transform:none;text-indent:0" fill="#fff" d="m29.639 2.9681c-3.7216 0-6.7285 3.0067-6.7285 6.7285 0 1.5341 0.51084 2.946 1.372 4.0766 1.8683-2.1625 4.6259-3.5357 7.7047-3.5357 1.5063 0 2.9346 0.33542 4.2217 0.92347 0.10421-0.47126 0.15832-0.96132 0.15832-1.4644 0-3.7216-3.0067-6.7285-6.7285-6.7285zm-8.787 3.1134c-1.9381 0-3.4961 1.5712-3.4961 3.5093 0 0.62751 0.16189 1.2204 0.44855 1.7283 1.1695-0.65976 2.5216-1.0422 3.9579-1.0422 0.1386 0 0.2721 0.005 0.40898 0.01333-0.0155-0.19647-0.02637-0.39325-0.02637-0.59368 0-1.0795 0.23446-2.1065 0.64646-3.0343-0.55472-0.37197-1.2193-0.58046-1.9394-0.58046zm16.597 2.4143c-0.14319 0-0.2812 0.0175-0.42218 0.02633 0.06099 0.38448 0.10553 0.77268 0.10553 1.1742 0 0.62476-0.07941 1.2277-0.22428 1.8074 1.6979 0.93961 3.108 2.3456 4.037 4.0502 0.9636-0.50168 2.0385-0.82063 3.1794-0.89712-0.29404-3.4483-3.1508-6.161-6.6755-6.161zm-5.4618 2.5066c-5.2076 0-9.4197 4.2117-9.4197 9.4197 0 5.2076 4.2117 9.4197 9.4197 9.4197s9.4197-4.2121 9.4197-9.4197c0-5.208-4.2121-9.4197-9.4197-9.4197zm-10.224 0.0395c-4.0401 0-7.3089 3.2686-7.3089 7.3089 0 2.3784 1.1332 4.4838 2.8892 5.818 0.7403-1.4279 2.2272-2.4011 3.9446-2.4011 0.20757 0 0.40681 0.02517 0.60688 0.05284-0.0628-0.45692-0.09235-0.92432-0.09235-1.3985 0-2.2666 0.7378-4.3626 1.9921-6.0555-0.75084-0.93952-1.2881-2.0684-1.5172-3.2982-0.16974-0.01167-0.34177-0.02633-0.51451-0.02633zm22.903 4.3538c-1.2267 0-2.3759 0.3132-3.3905 0.84434 0.57613 1.2762 0.89712 2.6921 0.89712 4.1821 0 2.7899-1.1217 5.3234-2.942 7.1638 1.3372 1.4846 3.2774 2.4143 5.4355 2.4143 4.0401 0 7.3089-3.2686 7.3089-7.3089 0-4.0401-3.2686-7.2955-7.3089-7.2955zm-30.923 0.96301c-3.7221-0.000417-6.7418 2.9929-6.7418 6.7147 0 3.7217 3.0198 6.7414 6.7414 6.7414 1.4165 0 2.7288-0.44134 3.8127-1.1874-0.44792-0.69601-0.71243-1.5281-0.71243-2.4143 0-0.45993 0.06787-0.90185 0.19789-1.3192-2.0293-1.4666-3.351-3.8531-3.351-6.5435 0-0.68359 0.09008-1.3446 0.25067-1.979-0.06665-0.0017-0.13075-0.01333-0.1979-0.01333zm39.565 5.7785c-0.19853 0-0.39065 0.02266-0.58046 0.05284 0.01047 0.16782 0.01318 0.33087 0.01318 0.50134 0 2.1459-0.84668 4.0936-2.2164 5.5409 0.67384 0.78359 1.6636 1.2797 2.7837 1.2797 2.0402 0 3.694-1.6406 3.694-3.6808s-1.6538-3.694-3.694-3.694zm-32.019 0.39577c-2.0401 0-3.6808 1.6407-3.6808 3.6808s1.6407 3.694 3.6808 3.694c1.5638 0 2.8911-0.97576 3.4302-2.3483-1.3153-1.3396-2.2605-3.0484-2.6781-4.9471-0.24441-0.0505-0.49247-0.07917-0.75201-0.07917z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" height="34" width="62" enable-background="new 0 0 196.6 72" y="0px" x="0px" viewBox="0 0 62.000002 34"><path style="color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;image-rendering:auto;white-space:normal;text-indent:0;enable-background:accumulate;text-transform:none;text-decoration-style:solid" fill="#fff" d="m31.6 4.0001c-5.95 0.0006-10.947 4.0745-12.473 9.5549-1.333-2.931-4.266-5.0088-7.674-5.0092-4.6384 0.0005-8.4524 3.8142-8.453 8.4532-0.0008321 4.6397 3.8137 8.4544 8.4534 8.455 3.4081-0.000409 6.3392-2.0792 7.6716-5.011 1.5261 5.4817 6.5242 9.5569 12.475 9.5569 5.918 0.000457 10.89-4.0302 12.448-9.4649 1.3541 2.8776 4.242 4.9184 7.6106 4.9188 4.6406 0.000828 8.4558-3.8144 8.4551-8.455-0.000457-4.6397-3.8154-8.454-8.4551-8.4533-3.3687 0.0008566-6.2587 2.0412-7.6123 4.9188-1.559-5.4338-6.528-9.4644-12.446-9.464zm0 4.9623c4.4687-0.000297 8.0384 3.5683 8.0389 8.0371 0.000228 4.4693-3.5696 8.0391-8.0389 8.0388-4.4687-0.000438-8.0375-3.5701-8.0372-8.0388 0.000457-4.4682 3.5689-8.0366 8.0372-8.0371zm-20.147 4.5456c1.9576 0.000226 3.4908 1.5334 3.4911 3.491 0.000343 1.958-1.533 3.4925-3.4911 3.4927-1.958-0.000228-3.4913-1.5347-3.4911-3.4927 0.0002284-1.9575 1.5334-3.4907 3.4911-3.491zm40.205 0c1.9579-0.000343 3.4925 1.533 3.4927 3.491 0.000457 1.9584-1.5343 3.493-3.4927 3.4927-1.958-0.000228-3.4914-1.5347-3.4911-3.4927 0.000221-1.9575 1.5335-3.4907 3.4911-3.491z"/></svg> diff --git a/core/img/logo-mail.gif b/core/img/logo-mail.gif Binary files differindex 32ba878b80b..7c14cb8d1af 100644 --- a/core/img/logo-mail.gif +++ b/core/img/logo-mail.gif diff --git a/core/img/logo-mail.png b/core/img/logo-mail.png Binary files differnew file mode 100644 index 00000000000..517b821e4be --- /dev/null +++ b/core/img/logo-mail.png diff --git a/core/img/logo.png b/core/img/logo.png Binary files differindex f71068d78fc..df32e1c7eab 100644 --- a/core/img/logo.png +++ b/core/img/logo.png diff --git a/core/img/logo.svg b/core/img/logo.svg index 71abed92fca..102fc2f9a4a 100644 --- a/core/img/logo.svg +++ b/core/img/logo.svg @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="120" width="252" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" enable-background="new 0 0 595.275 311.111" viewBox="0 0 252.00001 119.99799" xmlns:dc="http://purl.org/dc/elements/1.1/"><path style="block-progression:tb;color:#000000;enable-background:accumulate;text-transform:none;text-indent:0" d="m151.66 0.77195c-11.241 0-20.322 9.0815-20.322 20.322 0 4.6335 1.5429 8.898 4.1442 12.313 5.6431-6.5315 13.972-10.679 23.271-10.679 4.5496 0 8.8639 1.0131 12.751 2.7893 0.31474-1.4234 0.47817-2.9037 0.47817-4.4231 0.01-11.24-9.08-20.322-20.32-20.322zm-26.53 9.404c-5.8539 0-10.56 4.7456-10.56 10.599 0 1.8953 0.48899 3.6862 1.3548 5.22 3.5325-1.9927 7.6164-3.148 11.954-3.148 0.41864 0 0.82186 0.01699 1.2353 0.03985-0.0468-0.59343-0.0797-1.1878-0.0797-1.7931 0-3.2605 0.70816-6.3627 1.9525-9.165-1.6754-1.1235-3.6828-1.7533-5.8576-1.7533zm50.128 7.2921c-0.43247 0-0.84934 0.05309-1.2751 0.0797 0.18418 1.1613 0.31878 2.3339 0.31878 3.5464 0 1.8871-0.24 3.708-0.67741 5.4591 5.1284 2.8381 9.3873 7.0847 12.193 12.233 2.9105-1.5152 6.1573-2.4787 9.6033-2.7096-0.8881-10.415-9.5166-18.609-20.163-18.609zm-16.497 7.5711c-15.729 0-28.451 12.721-28.451 28.451 0 15.729 12.721 28.451 28.451 28.451s28.451-12.723 28.451-28.451c0-15.73-12.722-28.451-28.451-28.451zm-30.882 0.11954c-12.203 0-22.076 9.8727-22.076 22.076 0 7.1836 3.4227 13.543 8.7266 17.573 2.236-4.3127 6.727-7.2523 11.914-7.2523 0.62695 0 1.2287 0.07599 1.833 0.15939-0.18969-1.3801-0.27893-2.792-0.27893-4.2239 0-6.846 2.2284-13.177 6.017-18.29-2.2678-2.8377-3.8907-6.2474-4.5825-9.9619-0.51269-0.03551-1.0323-0.0797-1.5541-0.0797zm69.18 13.149c-3.7054 0-7.1763 0.94599-10.241 2.5503 1.7401 3.8545 2.7096 8.1312 2.7096 12.632 0 8.4268-3.3881 16.079-8.886 21.637 4.039 4.4841 9.8991 7.2921 16.417 7.2921 12.203 0 22.076-9.8727 22.076-22.076s-9.8727-22.036-22.076-22.036zm-93.403 2.9089c-11.241 0-20.362 9.0413-20.362 20.282s9.121 20.362 20.362 20.362c4.2785 0 8.2419-1.333 11.516-3.5863-1.3529-2.1023-2.1518-4.6156-2.1518-7.2921 0-1.3892 0.20497-2.7238 0.59771-3.9848-6.1294-4.4296-10.121-11.638-10.121-19.764 0-2.0648 0.27209-4.0613 0.75711-5.9772-0.20132-0.0058-0.39495-0.03985-0.59772-0.03985zm119.5 17.453c-0.59968 0-1.1799 0.06831-1.7533 0.15939 0.0316 0.50688 0.0398 0.99939 0.0398 1.5142 0 6.4816-2.5574 12.364-6.6944 16.736 2.0353 2.3668 5.0248 3.8652 8.4079 3.8652 6.1623 0 11.157-4.9552 11.157-11.117 0-6.1623-4.9951-11.157-11.157-11.157zm-96.71 1.1954c-6.162 0-11.118 4.9555-11.118 11.117 0 6.162 4.9555 11.157 11.118 11.157 4.7232 0 8.7323-2.9472 10.36-7.0929-3.9726-4.046-6.8276-9.2077-8.0891-14.943-0.73821-0.15266-1.4875-0.23909-2.2713-0.23909zm122.21 9.3642v22.036h-11.675c-7.6322 0-13.827 6.2347-13.827 13.867 0 7.6311 6.195 13.827 13.827 13.827h4.5426c2.239 0 4.4748-1.0874 6.2561-2.7495s3.1409-3.9644 3.1878-6.535c0.0801-4.4122 0-17.254 0-17.254v-23.191h-2.3112zm-106.75 9.9619v30.483c0 5.1232 4.2011 9.2845 9.3244 9.2845v-2.3112c-3.8766 0-7.0132-3.0967-7.0132-6.9733v-29.055c-0.80461-0.4325-1.5514-0.93449-2.3112-1.4345zm-23.112 2.8292c-4.0935 3.9059-6.6546 9.4053-6.6546 15.501 0 11.827 9.6118 21.438 21.438 21.438v-2.3112c-10.579 0-19.127-8.5469-19.127-19.127 0-5.6905 2.4839-10.805 6.4155-14.305-0.73485-0.33851-1.4155-0.73502-2.0721-1.1954zm-27.216 9.165c-7.6322 0-13.827 6.1949-13.827 13.827v12.791h2.3112v-12.791c0-6.3852 5.1309-11.556 11.516-11.556 6.3864 0 11.556 5.1706 11.556 11.556v12.791h2.3112v-12.791c0-7.6322-6.2338-13.827-13.867-13.827zm77.583 0.0797c-7.6326 0-13.827 6.2344-13.827 13.867s6.1945 13.867 13.827 13.867c7.6326 0 13.867-6.2344 13.867-13.867s-6.2344-13.867-13.867-13.867zm-154.29 0.0398c-7.645 0-13.88 6.195-13.88 13.825 0 7.632 6.235 13.827 13.867 13.827s13.827-6.1952 13.827-13.827c0-7.632-6.1952-13.827-13.827-13.827zm20.761 1.036v17.334c0 5.1234 4.1622 9.2845 9.2845 9.2845 3.4912 0 6.5716-1.9303 8.1688-4.7817 1.5857 2.8514 4.6384 4.7817 8.1289 4.7817 5.1233 0 9.3243-4.1611 9.3243-9.2845v-17.339h-2.3247v17.334c0 3.8764-3.1366 6.9733-7.0132 6.9733s-6.9733-3.0969-6.9733-6.9733v-17.339h-2.3114v17.334c0 3.8766-3.1352 6.9733-7.0132 6.9733-3.8753 0-6.9733-3.0969-6.9733-6.9733v-17.339h-2.3112zm153.45 0v12.791c0 7.6311 6.195 13.827 13.827 13.827 7.6322 0 13.867-6.1959 13.867-13.827v-12.789h-2.3112v12.791c0 6.3837-5.1707 11.516-11.556 11.516-6.3851 0-11.516-5.1322-11.516-11.516v-12.789h-2.3112zm-19.924 1.2353c6.3856 0 11.556 5.1702 11.556 11.556 0 6.3856-5.1702 11.556-11.556 11.556-6.3856 0-11.516-5.1702-11.516-11.556 0-6.3856 5.1304-11.556 11.516-11.556zm67.821 0h11.675c0.009 1.5271 0.0728 12.046 0 16.059-0.0326 1.7858-1.0121 3.5776-2.4307 4.9013-1.4186 1.3236-3.2544 2.1119-4.702 2.1119h-4.5426c-6.3851 0-11.516-5.1322-11.516-11.516 0-6.3852 5.1309-11.556 11.516-11.556zm-222.11 0.0399c6.385 0 11.516 5.131 11.516 11.516s-5.131 11.516-11.516 11.516-11.556-5.131-11.556-11.516 5.1708-11.516 11.556-11.516z" fill="#FFF"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" height="120" width="252" enable-background="new 0 0 196.6 72" y="0px" x="0px" viewBox="0 0 252.00001 120.00171"><path style="color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;image-rendering:auto;white-space:normal;text-indent:0;enable-background:accumulate;text-transform:none;text-decoration-style:solid" fill="#fff" d="m126.19 3.19c-26.05 0.0025-47.917 17.835-54.6 41.827-5.832-12.832-18.671-21.926-33.588-21.927-20.305 0.002-37 16.697-37.002 37.002-0.00364 20.309 16.693 37.008 37.002 37.01 14.918-0.0018 27.748-9.1014 33.58-21.935 6.6801 23.995 28.558 41.832 54.608 41.834 25.904 0.002 47.668-17.641 54.486-41.43 5.9271 12.596 18.568 21.529 33.314 21.531 20.313 0.0036 37.013-16.697 37.01-37.01-0.002-20.309-16.701-37.006-37.01-37.002-14.746 0.0017-27.395 8.933-33.321 21.531-6.81-23.79-28.57-41.433-54.47-41.431zm0 21.721c19.561-0.0013 35.186 15.62 35.188 35.181 0.001 19.563-15.625 35.19-35.188 35.188-19.56-0.001-35.182-15.627-35.18-35.188 0.002-19.559 15.62-35.179 35.18-35.181zm-88.188 19.9c8.5689 0.00099 15.28 6.7122 15.281 15.281 0.0015 8.5707-6.7103 15.288-15.281 15.289-8.5707-0.001-15.283-6.718-15.281-15.289 0.001-8.5689 6.7122-15.28 15.281-15.281zm175.99 0c8.5705-0.0015 15.288 6.7103 15.289 15.281 0.002 8.5726-6.7159 15.29-15.289 15.289-8.5708-0.001-15.283-6.718-15.281-15.289 0.00097-8.5689 6.7124-15.28 15.281-15.281z"/></svg> diff --git a/core/js/config.php b/core/js/config.php index dc84d1cf2bf..197047ed8b8 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -43,7 +43,7 @@ header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); $l = \OC::$server->getL10N('core'); // Enable OC_Defaults support -$defaults = new OC_Defaults(); +$defaults = \OC::$server->getThemingDefaults(); // Get the config $apps_paths = array(); diff --git a/core/js/setup.js b/core/js/setup.js index 636e41fddea..1aad7663223 100644 --- a/core/js/setup.js +++ b/core/js/setup.js @@ -110,7 +110,8 @@ $(document).ready(function() { t('core', 'So-so password'), t('core', 'Good password'), t('core', 'Strong password') - ] + ], + drawTitles: true, }); // centers the database chooser if it is too wide diff --git a/core/js/share.js b/core/js/share.js index 61483f4cf4d..cd399dd3cee 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -442,7 +442,6 @@ OC.Share = _.extend(OC.Share || {}, { }); $(document).ready(function() { - if(typeof monthNames != 'undefined'){ // min date should always be the next day var minDate = new Date(); diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js index 59f7ffcae03..ff83b40e0a0 100644 --- a/core/js/sharedialoglinkshareview.js +++ b/core/js/sharedialoglinkshareview.js @@ -30,7 +30,14 @@ ' <input type="checkbox" value="1" name="allowPublicUpload" id="sharingDialogAllowPublicUpload-{{cid}}" class="checkbox publicUploadCheckbox" {{{publicUploadChecked}}} />' + '<label for="sharingDialogAllowPublicUpload-{{cid}}">{{publicUploadLabel}}</label>' + '</div>' + - ' {{/if}}' + + ' {{#if hideFileList}}' + + '<div id="hideFileListWrapper">' + + ' <span class="icon-loading-small hidden"></span>' + + ' <input type="checkbox" value="1" name="hideFileList" id="sharingDialogHideFileList-{{cid}}" class="checkbox hideFileListCheckbox" {{{hideFileListChecked}}} />' + + '<label for="sharingDialogHideFileList-{{cid}}">{{hideFileListLabel}}</label>' + + '</div>' + + ' {{/if}}' + + ' {{/if}}' + ' {{#if showPasswordCheckBox}}' + '<input type="checkbox" name="showPassword" id="showPassword-{{cid}}" class="checkbox showPasswordCheckbox" {{#if isPasswordSet}}checked="checked"{{/if}} value="1" />' + '<label for="showPassword-{{cid}}">{{enablePasswordLabel}}</label>' + @@ -75,6 +82,7 @@ 'click .linkCheckbox': 'onLinkCheckBoxChange', 'click .linkText': 'onLinkTextClick', 'change .publicUploadCheckbox': 'onAllowPublicUploadChange', + 'change .hideFileListCheckbox': 'onHideFileListChange', 'click .showPasswordCheckbox': 'onShowPasswordClick' }, @@ -93,6 +101,10 @@ view.render(); }); + this.model.on('change:hideFileListStatus', function() { + view.render(); + }); + this.model.on('change:linkShare', function() { view.render(); }); @@ -110,6 +122,7 @@ 'onPasswordKeyUp', 'onLinkTextClick', 'onShowPasswordClick', + 'onHideFileListChange', 'onAllowPublicUploadChange' ); }, @@ -210,6 +223,20 @@ }); }, + onHideFileListChange: function () { + var $checkbox = this.$('.hideFileListCheckbox'); + $checkbox.siblings('.icon-loading-small').removeClass('hidden').addClass('inlineblock'); + + var permissions = OC.PERMISSION_UPDATE | OC.PERMISSION_CREATE | OC.PERMISSION_READ; + if ($checkbox.is(':checked')) { + permissions = OC.PERMISSION_UPDATE | OC.PERMISSION_CREATE; + } + + this.model.saveLinkShare({ + permissions: permissions + }); + }, + render: function() { var linkShareTemplate = this.template(); var resharingAllowed = this.model.sharePermissionPossible(); @@ -237,6 +264,13 @@ publicUploadChecked = 'checked="checked"'; } + var hideFileList = publicUploadChecked; + + var hideFileListChecked = ''; + if(this.model.isHideFileListSet()) { + hideFileListChecked = 'checked="checked"'; + } + var isLinkShare = this.model.get('linkShare').isLinkShare; var isPasswordSet = !!this.model.get('linkShare').password; var showPasswordCheckBox = isLinkShare @@ -246,6 +280,7 @@ this.$el.html(linkShareTemplate({ cid: this.cid, shareAllowed: true, + hideFileList: hideFileList, isLinkShare: isLinkShare, shareLinkURL: this.model.get('linkShare').link, linkShareLabel: t('core', 'Share link'), @@ -257,7 +292,9 @@ showPasswordCheckBox: showPasswordCheckBox, publicUpload: publicUpload && isLinkShare, publicUploadChecked: publicUploadChecked, + hideFileListChecked: hideFileListChecked, publicUploadLabel: t('core', 'Allow editing'), + hideFileListLabel: t('core', 'Hide file listing'), mailPublicNotificationEnabled: isLinkShare && this.configModel.isMailPublicNotificationEnabled(), mailPrivatePlaceholder: t('core', 'Email link to person'), mailButtonText: t('core', 'Send') diff --git a/core/js/shareitemmodel.js b/core/js/shareitemmodel.js index 3ced66a1a78..56ed3f0039b 100644 --- a/core/js/shareitemmodel.js +++ b/core/js/shareitemmodel.js @@ -275,6 +275,13 @@ /** * @returns {boolean} */ + isHideFileListSet: function() { + return this.get('hideFileListStatus'); + }, + + /** + * @returns {boolean} + */ isFolder: function() { return this.get('itemType') === 'folder'; }, @@ -685,6 +692,16 @@ }); } + var hideFileListStatus = false; + if(!_.isUndefined(data.shares)) { + $.each(data.shares, function (key, value) { + if (value.share_type === OC.Share.SHARE_TYPE_LINK) { + hideFileListStatus = (value.permissions & OC.PERMISSION_READ) ? false : true; + return true; + } + }); + } + /** @type {OC.Share.Types.ShareInfo[]} **/ var shares = _.map(data.shares, function(share) { // properly parse some values because sometimes the server @@ -757,7 +774,8 @@ shares: shares, linkShare: linkShare, permissions: permissions, - allowPublicUploadStatus: allowPublicUploadStatus + allowPublicUploadStatus: allowPublicUploadStatus, + hideFileListStatus: hideFileListStatus }; }, diff --git a/core/js/update.js b/core/js/update.js index 31b97c56894..e692a7312b8 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -76,7 +76,7 @@ } else { span.append(t('core', 'The update was unsuccessful. ' + 'Please report this issue to the ' + - '<a href="https://github.com/owncloud/core/issues" target="_blank">ownCloud community</a>.')); + '<a href="https://github.com/nextcloud/server/issues" target="_blank">Nextcloud community</a>.')); } span.appendTo($el); }); @@ -100,7 +100,7 @@ } else { // FIXME: use product name $('<span>') - .append(t('core', 'The update was successful. Redirecting you to ownCloud now.')) + .append(t('core', 'The update was successful. Redirecting you to Nextcloud now.')) .appendTo($el); setTimeout(function () { OC.redirect(OC.webroot + '/'); diff --git a/core/l10n/ast.js b/core/l10n/ast.js index c538630150b..edb72d12205 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -252,7 +252,7 @@ OC.L10N.register( "New password" : "Contraseña nueva", "New Password" : "Contraseña nueva", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instalación d'ownCloud ta en mou d'usuariu únicu.", + "This Nextcloud instance is currently in single user mode." : "Esta instalación d'Nextcloud ta en mou d'usuariu únicu.", "This means only administrators can use the instance." : "Esto quier dicir que namái pue usala un alministrador.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.", "Thank you for your patience." : "Gracies pola to paciencia.", diff --git a/core/l10n/ast.json b/core/l10n/ast.json index ac640aac204..58bd5f3fa85 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -250,7 +250,7 @@ "New password" : "Contraseña nueva", "New Password" : "Contraseña nueva", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instalación d'ownCloud ta en mou d'usuariu únicu.", + "This Nextcloud instance is currently in single user mode." : "Esta instalación d'Nextcloud ta en mou d'usuariu únicu.", "This means only administrators can use the instance." : "Esto quier dicir que namái pue usala un alministrador.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.", "Thank you for your patience." : "Gracies pola to paciencia.", diff --git a/core/l10n/bg_BG.js b/core/l10n/bg_BG.js index 7bcda5ed922..716f1a1faa8 100644 --- a/core/l10n/bg_BG.js +++ b/core/l10n/bg_BG.js @@ -206,7 +206,7 @@ OC.L10N.register( "New password" : "Нова парола", "New Password" : "Нова Парола", "Reset password" : "Възстановяване на паролата", - "This ownCloud instance is currently in single user mode." : "В момента този ownCloud е в режим допускащ само един потребител.", + "This Nextcloud instance is currently in single user mode." : "В момента този Nextcloud е в режим допускащ само един потребител.", "This means only administrators can use the instance." : "Това означава, че само администраторът може да го използва.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Свържи се със системния си администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.", "Thank you for your patience." : "Благодарим за търпението.", diff --git a/core/l10n/bg_BG.json b/core/l10n/bg_BG.json index b5f76d3eca8..c6b9019e403 100644 --- a/core/l10n/bg_BG.json +++ b/core/l10n/bg_BG.json @@ -204,7 +204,7 @@ "New password" : "Нова парола", "New Password" : "Нова Парола", "Reset password" : "Възстановяване на паролата", - "This ownCloud instance is currently in single user mode." : "В момента този ownCloud е в режим допускащ само един потребител.", + "This Nextcloud instance is currently in single user mode." : "В момента този Nextcloud е в режим допускащ само един потребител.", "This means only administrators can use the instance." : "Това означава, че само администраторът може да го използва.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Свържи се със системния си администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.", "Thank you for your patience." : "Благодарим за търпението.", diff --git a/core/l10n/bs.js b/core/l10n/bs.js index 65e1ad654b0..5a75a6a4ae4 100644 --- a/core/l10n/bs.js +++ b/core/l10n/bs.js @@ -184,7 +184,7 @@ OC.L10N.register( "New password" : "Nova lozinka", "New Password" : "Nova Lozinka", "Reset password" : "Resetuj lozinku", - "This ownCloud instance is currently in single user mode." : "Ova ownCloud instanca je trenutno u jednokorisničkom načinu rada.", + "This Nextcloud instance is currently in single user mode." : "Ova Nextcloud instanca je trenutno u jednokorisničkom načinu rada.", "This means only administrators can use the instance." : "To znači da tu instancu mogu koristiti samo administratori.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sistema ako se ova poruka ponavlja ili se pojavila neočekivano.", "Thank you for your patience." : "Hvala vam na strpljenju", diff --git a/core/l10n/bs.json b/core/l10n/bs.json index d91ac7ecd58..5cbd301ee5a 100644 --- a/core/l10n/bs.json +++ b/core/l10n/bs.json @@ -182,7 +182,7 @@ "New password" : "Nova lozinka", "New Password" : "Nova Lozinka", "Reset password" : "Resetuj lozinku", - "This ownCloud instance is currently in single user mode." : "Ova ownCloud instanca je trenutno u jednokorisničkom načinu rada.", + "This Nextcloud instance is currently in single user mode." : "Ova Nextcloud instanca je trenutno u jednokorisničkom načinu rada.", "This means only administrators can use the instance." : "To znači da tu instancu mogu koristiti samo administratori.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sistema ako se ova poruka ponavlja ili se pojavila neočekivano.", "Thank you for your patience." : "Hvala vam na strpljenju", diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 6c6a4a064f5..889b595e323 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -234,7 +234,7 @@ OC.L10N.register( "New password" : "Contrasenya nova", "New Password" : "Contrasenya nova", "Reset password" : "Reinicialitza la contrasenya", - "This ownCloud instance is currently in single user mode." : "La instància ownCloud està en mode d'usuari únic.", + "This Nextcloud instance is currently in single user mode." : "La instància Nextcloud està en mode d'usuari únic.", "This means only administrators can use the instance." : "Això significa que només els administradors poden usar la instància.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", "Thank you for your patience." : "Gràcies per la paciència.", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 8cd1572c256..5400a51c8fc 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -232,7 +232,7 @@ "New password" : "Contrasenya nova", "New Password" : "Contrasenya nova", "Reset password" : "Reinicialitza la contrasenya", - "This ownCloud instance is currently in single user mode." : "La instància ownCloud està en mode d'usuari únic.", + "This Nextcloud instance is currently in single user mode." : "La instància Nextcloud està en mode d'usuari únic.", "This means only administrators can use the instance." : "Això significa que només els administradors poden usar la instància.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", "Thank you for your patience." : "Gràcies per la paciència.", diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index e887b3c1c7c..9502428a77f 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nové heslo", "New Password" : "Nové heslo", "Reset password" : "Obnovit heslo", - "This ownCloud instance is currently in single user mode." : "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", + "This Nextcloud instance is currently in single user mode." : "Tato instalace Nextcloudu je momentálně v jednouživatelském módu.", "This means only administrators can use the instance." : "To znamená, že pouze správci systému mohou aplikaci používat.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", "Thank you for your patience." : "Děkujeme za vaši trpělivost.", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 81c98662604..0d459bb6691 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -290,7 +290,7 @@ "New password" : "Nové heslo", "New Password" : "Nové heslo", "Reset password" : "Obnovit heslo", - "This ownCloud instance is currently in single user mode." : "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", + "This Nextcloud instance is currently in single user mode." : "Tato instalace Nextcloudu je momentálně v jednouživatelském módu.", "This means only administrators can use the instance." : "To znamená, že pouze správci systému mohou aplikaci používat.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", "Thank you for your patience." : "Děkujeme za vaši trpělivost.", diff --git a/core/l10n/da.js b/core/l10n/da.js index bd92f63ea16..5f4e11ea7ab 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -279,7 +279,7 @@ OC.L10N.register( "New password" : "Ny adgangskode", "New Password" : "Ny adgangskode", "Reset password" : "Nulstil kodeord", - "This ownCloud instance is currently in single user mode." : "Denne ownCloud instans er lige nu i enkeltbruger tilstand.", + "This Nextcloud instance is currently in single user mode." : "Denne Nextcloud instans er lige nu i enkeltbruger tilstand.", "This means only administrators can use the instance." : "Det betyder at det kun er administrator, som kan benytte ownCloud.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", "Thank you for your patience." : "Tak for din tålmodighed.", diff --git a/core/l10n/da.json b/core/l10n/da.json index b4c8b790b58..04fda2aab4b 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -277,7 +277,7 @@ "New password" : "Ny adgangskode", "New Password" : "Ny adgangskode", "Reset password" : "Nulstil kodeord", - "This ownCloud instance is currently in single user mode." : "Denne ownCloud instans er lige nu i enkeltbruger tilstand.", + "This Nextcloud instance is currently in single user mode." : "Denne Nextcloud instans er lige nu i enkeltbruger tilstand.", "This means only administrators can use the instance." : "Det betyder at det kun er administrator, som kan benytte ownCloud.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", "Thank you for your patience." : "Tak for din tålmodighed.", diff --git a/core/l10n/de.js b/core/l10n/de.js index 52e1639efff..89f55c9fb65 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -135,7 +135,7 @@ OC.L10N.register( "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a> zu finden.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest im Moment PHP {version}. Wir empfehlen ein Upgrade deiner PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese deine Distribution diese unterstützt.", - "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit ownCloud von einem vertrauten Proxy aus zu verbinden. Solltest du ownCloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für ownCloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit Nextcloud von einem vertrauten Proxy aus zu verbinden. Solltest du Nextcloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für Nextcloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Schau in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien ...</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", @@ -186,7 +186,7 @@ OC.L10N.register( "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Teilen", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Mit Benutzern anderer Nextclouds unter Verwendung der Syntax benutzername@beispiel.com/nextcloud teilen", "Share with users…" : "Mit Benutzern teilen…", "Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…", @@ -219,9 +219,9 @@ OC.L10N.register( "An error occurred." : "Es ist ein Fehler aufgetreten.", "Please reload the page." : "Bitte lade die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud Community</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", - "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", + "The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Du wirst nun zu Nextcloud weitergeleitet.", "Searching other places" : "Andere Orte durchsuchen", "No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"], @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Neues Passwort", "New Password" : "Neues Passwort", "Reset password" : "Passwort zurücksetzen", - "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", "This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Deine Geduld.", @@ -315,7 +315,7 @@ OC.L10N.register( "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", "Detailed logs" : "Detaillierte Fehlermeldungen", "Update needed" : "Update wird benötigt", - "Please use the command line updater because you have a big instance." : "Da du eine große Instanz von Owncloud besitzt, nutze bitte den Updater über die Kommandozeile.", + "Please use the command line updater because you have a big instance." : "Da du eine große Instanz von Nextcloud besitzt, nutze bitte den Updater über die Kommandozeile.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schaue bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." diff --git a/core/l10n/de.json b/core/l10n/de.json index d713c507248..e8aa82bd292 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -133,7 +133,7 @@ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a> zu finden.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest im Moment PHP {version}. Wir empfehlen ein Upgrade deiner PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese deine Distribution diese unterstützt.", - "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit ownCloud von einem vertrauten Proxy aus zu verbinden. Solltest du ownCloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für ownCloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit Nextcloud von einem vertrauten Proxy aus zu verbinden. Solltest du Nextcloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für Nextcloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Schau in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien ...</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", @@ -184,7 +184,7 @@ "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Teilen", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Mit Benutzern anderer Nextclouds unter Verwendung der Syntax benutzername@beispiel.com/nextcloud teilen", "Share with users…" : "Mit Benutzern teilen…", "Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…", @@ -217,9 +217,9 @@ "An error occurred." : "Es ist ein Fehler aufgetreten.", "Please reload the page." : "Bitte lade die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud Community</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", - "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", + "The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Du wirst nun zu Nextcloud weitergeleitet.", "Searching other places" : "Andere Orte durchsuchen", "No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"], @@ -290,7 +290,7 @@ "New password" : "Neues Passwort", "New Password" : "Neues Passwort", "Reset password" : "Passwort zurücksetzen", - "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", "This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Deine Geduld.", @@ -313,7 +313,7 @@ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", "Detailed logs" : "Detaillierte Fehlermeldungen", "Update needed" : "Update wird benötigt", - "Please use the command line updater because you have a big instance." : "Da du eine große Instanz von Owncloud besitzt, nutze bitte den Updater über die Kommandozeile.", + "Please use the command line updater because you have a big instance." : "Da du eine große Instanz von Nextcloud besitzt, nutze bitte den Updater über die Kommandozeile.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schaue bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." diff --git a/core/l10n/de_AT.js b/core/l10n/de_AT.js index 229bb06ff94..b3219335c57 100644 --- a/core/l10n/de_AT.js +++ b/core/l10n/de_AT.js @@ -133,7 +133,7 @@ OC.L10N.register( "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a> zu finden.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest im Moment PHP {version}. Wir empfehlen ein Upgrade deiner PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese deine Distribution diese unterstützt.", - "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit ownCloud von einem vertrauten Proxy aus zu verbinden. Solltest du ownCloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für ownCloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit Nextcloud von einem vertrauten Proxy aus zu verbinden. Solltest du Nextcloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für Nextcloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Schau in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien ...</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", @@ -183,7 +183,7 @@ OC.L10N.register( "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Teilen", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Mit Benutzern anderer Nextclouds unter Verwendung der Syntax benutzername@beispiel.com/nextcloud teilen", "Share with users…" : "Mit Benutzern teilen…", "Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…", @@ -215,9 +215,9 @@ OC.L10N.register( "An error occurred." : "Es ist ein Fehler aufgetreten.", "Please reload the page." : "Bitte lade die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud Community</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", - "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", + "The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Du wirst nun zu Nextcloud weitergeleitet.", "Searching other places" : "Andere Orte durchsuchen", "No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"], @@ -287,7 +287,7 @@ OC.L10N.register( "New password" : "Neues Passwort", "New Password" : "Neues Passwort", "Reset password" : "Passwort zurücksetzen", - "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", "This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Deine Geduld.", diff --git a/core/l10n/de_AT.json b/core/l10n/de_AT.json index d799ff265f5..e5fcf66f676 100644 --- a/core/l10n/de_AT.json +++ b/core/l10n/de_AT.json @@ -131,7 +131,7 @@ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a> zu finden.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest im Moment PHP {version}. Wir empfehlen ein Upgrade deiner PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese deine Distribution diese unterstützt.", - "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit ownCloud von einem vertrauten Proxy aus zu verbinden. Solltest du ownCloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für ownCloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Header-Einstellungen des Reverse Proxy sind falsch, oder du versuchst, dich mit Nextcloud von einem vertrauten Proxy aus zu verbinden. Solltest du Nextcloud nicht von einem vertrauten Proxy aus benutzen wollen, dann stellt die momentane Situation ein Sicherheitsproblem da und erlaubt Hackern, eine für Nextcloud sichtbare IP-Adresse zu nutzen. Weitere Informationen findest du in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Schau in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien ...</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", @@ -181,7 +181,7 @@ "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Teilen", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Mit Benutzern anderer Nextclouds unter Verwendung der Syntax benutzername@beispiel.com/nextcloud teilen", "Share with users…" : "Mit Benutzern teilen…", "Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…", @@ -213,9 +213,9 @@ "An error occurred." : "Es ist ein Fehler aufgetreten.", "Please reload the page." : "Bitte lade die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud Community</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", - "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", + "The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Du wirst nun zu Nextcloud weitergeleitet.", "Searching other places" : "Andere Orte durchsuchen", "No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"], @@ -285,7 +285,7 @@ "New password" : "Neues Passwort", "New Password" : "Neues Passwort", "Reset password" : "Passwort zurücksetzen", - "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", "This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Deine Geduld.", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 9e379c2c025..5f458a0bf82 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -135,7 +135,7 @@ OC.L10N.register( "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom ist von PHP nicht lesbar, wovon aus Sicherheitsgründen dringend abgeraten wird. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese ihre Distribution diese unterstützt.", - "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Einstellung der Reverse Proxy Kopfzeile is falsch oder Sie greifen über einen gesicherten Proxy auf ownCloud zu. Falls Sie nicht über einen gesicherten Proxy auf ownCloud zugreifen handelt es sich um eine Sicherheitslücke, die es Angreifern erlaubt ihre IP-Adresse ownCloud gegenüber als sichtbar darzustellen. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Einstellung der Reverse Proxy Kopfzeile is falsch oder Sie greifen über einen gesicherten Proxy auf Nextcloud zu. Falls Sie nicht über einen gesicherten Proxy auf Nextcloud zugreifen handelt es sich um eine Sicherheitslücke, die es Angreifern erlaubt ihre IP-Adresse Nextcloud gegenüber als sichtbar darzustellen. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcache ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nud \"memcached\" und nicht \"memcache\". Siehe <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached Wiki über beide Module</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu behen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien...</a> / <a href=\"{rescanEndpoint}\">Erneut scannen…</a>)", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", @@ -186,7 +186,7 @@ OC.L10N.register( "{sharee} (at {server})" : "{sharee} (über {server})", "{sharee} (remote)" : "{sharee} (entfernt)", "Share" : "Teilen", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Mit Benutzern anderer Nextclouds unter Verwendung der Syntax benutzername@beispiel.com/nextcloud teilen", "Share with users…" : "Mit Benutzern teilen…", "Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…", @@ -219,9 +219,9 @@ OC.L10N.register( "An error occurred." : "Ein Fehler ist aufgetreten.", "Please reload the page." : "Bitte laden Sie die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud Community</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", - "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", + "The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Sie werden nun zu Nextcloud weitergeleitet.", "Searching other places" : "Andere Orte durchsuchen", "No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis in anderen Ordnern","{count} Suchergebnisse in anderen Ordnern"], @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Neues Passwort", "New Password" : "Neues Passwort", "Reset password" : "Passwort zurücksetzen", - "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", "This means only administrators can use the instance." : "Das bedeutet, dass diese Instanz nur von Administratoren benutzt werden kann.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Ihre Geduld.", @@ -315,7 +315,7 @@ OC.L10N.register( "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:", "Detailed logs" : "Detaillierte Fehlermeldungen", "Update needed" : "Update erforderlich", - "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Owncloud besitzt, nutzen Sie bitte den Updater über die Kommandozeile.", + "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzt, nutzen Sie bitte den Updater über die Kommandozeile.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index bcdf1f52795..02ce33a2451 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -133,7 +133,7 @@ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom ist von PHP nicht lesbar, wovon aus Sicherheitsgründen dringend abgeraten wird. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese ihre Distribution diese unterstützt.", - "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Einstellung der Reverse Proxy Kopfzeile is falsch oder Sie greifen über einen gesicherten Proxy auf ownCloud zu. Falls Sie nicht über einen gesicherten Proxy auf ownCloud zugreifen handelt es sich um eine Sicherheitslücke, die es Angreifern erlaubt ihre IP-Adresse ownCloud gegenüber als sichtbar darzustellen. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Die Einstellung der Reverse Proxy Kopfzeile is falsch oder Sie greifen über einen gesicherten Proxy auf Nextcloud zu. Falls Sie nicht über einen gesicherten Proxy auf Nextcloud zugreifen handelt es sich um eine Sicherheitslücke, die es Angreifern erlaubt ihre IP-Adresse Nextcloud gegenüber als sichtbar darzustellen. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcache ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nud \"memcached\" und nicht \"memcache\". Siehe <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached Wiki über beide Module</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu behen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien...</a> / <a href=\"{rescanEndpoint}\">Erneut scannen…</a>)", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", @@ -184,7 +184,7 @@ "{sharee} (at {server})" : "{sharee} (über {server})", "{sharee} (remote)" : "{sharee} (entfernt)", "Share" : "Teilen", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Mit Benutzern anderer Nextclouds unter Verwendung der Syntax benutzername@beispiel.com/nextcloud teilen", "Share with users…" : "Mit Benutzern teilen…", "Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", "Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…", @@ -217,9 +217,9 @@ "An error occurred." : "Ein Fehler ist aufgetreten.", "Please reload the page." : "Bitte laden Sie die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud Community</a>.", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", - "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", + "The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Sie werden nun zu Nextcloud weitergeleitet.", "Searching other places" : "Andere Orte durchsuchen", "No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis in anderen Ordnern","{count} Suchergebnisse in anderen Ordnern"], @@ -290,7 +290,7 @@ "New password" : "Neues Passwort", "New Password" : "Neues Passwort", "Reset password" : "Passwort zurücksetzen", - "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", "This means only administrators can use the instance." : "Das bedeutet, dass diese Instanz nur von Administratoren benutzt werden kann.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Ihre Geduld.", @@ -313,7 +313,7 @@ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:", "Detailed logs" : "Detaillierte Fehlermeldungen", "Update needed" : "Update erforderlich", - "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Owncloud besitzt, nutzen Sie bitte den Updater über die Kommandozeile.", + "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzt, nutzen Sie bitte den Updater über die Kommandozeile.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." diff --git a/core/l10n/el.js b/core/l10n/el.js index 63f5491340f..e93d3ead58e 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -249,7 +249,7 @@ OC.L10N.register( "New password" : "Νέο συνθηματικό", "New Password" : "Νέος Κωδικός", "Reset password" : "Επαναφορά συνθηματικού", - "This ownCloud instance is currently in single user mode." : "Αυτή η εγκατάσταση ownCloud είναι τώρα σε κατάσταση ενός χρήστη.", + "This Nextcloud instance is currently in single user mode." : "Αυτή η εγκατάσταση Nextcloud είναι τώρα σε κατάσταση ενός χρήστη.", "This means only administrators can use the instance." : "Αυτό σημαίνει ότι μόνο διαχειριστές μπορούν να χρησιμοποιήσουν την εγκατάσταση.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.", "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας.", diff --git a/core/l10n/el.json b/core/l10n/el.json index f3c1c78bc50..15d1c513bc9 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -247,7 +247,7 @@ "New password" : "Νέο συνθηματικό", "New Password" : "Νέος Κωδικός", "Reset password" : "Επαναφορά συνθηματικού", - "This ownCloud instance is currently in single user mode." : "Αυτή η εγκατάσταση ownCloud είναι τώρα σε κατάσταση ενός χρήστη.", + "This Nextcloud instance is currently in single user mode." : "Αυτή η εγκατάσταση Nextcloud είναι τώρα σε κατάσταση ενός χρήστη.", "This means only administrators can use the instance." : "Αυτό σημαίνει ότι μόνο διαχειριστές μπορούν να χρησιμοποιήσουν την εγκατάσταση.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.", "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας.", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 76045cf033d..7c26149b5dd 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "New password", "New Password" : "New Password", "Reset password" : "Reset password", - "This ownCloud instance is currently in single user mode." : "This ownCloud instance is currently in single user mode.", + "This Nextcloud instance is currently in single user mode." : "This Nextcloud instance is currently in single user mode.", "This means only administrators can use the instance." : "This means only administrators can use the instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", "Thank you for your patience." : "Thank you for your patience.", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index d71ff3f8ada..ec6d2a0171a 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -290,7 +290,7 @@ "New password" : "New password", "New Password" : "New Password", "Reset password" : "Reset password", - "This ownCloud instance is currently in single user mode." : "This ownCloud instance is currently in single user mode.", + "This Nextcloud instance is currently in single user mode." : "This Nextcloud instance is currently in single user mode.", "This means only administrators can use the instance." : "This means only administrators can use the instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", "Thank you for your patience." : "Thank you for your patience.", diff --git a/core/l10n/es.js b/core/l10n/es.js index 3469d182018..140962d95bd 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nueva contraseña", "New Password" : "Contraseña nueva", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instalación de Nextcloud se encuentra en modo de usuario único.", "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", "Thank you for your patience." : "Gracias por su paciencia.", diff --git a/core/l10n/es.json b/core/l10n/es.json index 8070e3f40ff..98963ed02ac 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -290,7 +290,7 @@ "New password" : "Nueva contraseña", "New Password" : "Contraseña nueva", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instalación de Nextcloud se encuentra en modo de usuario único.", "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", "Thank you for your patience." : "Gracias por su paciencia.", diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index c03dd6e04a2..4c74dd544b7 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -149,7 +149,7 @@ OC.L10N.register( "Use the following link to reset your password: {link}" : "Usá este enlace para restablecer tu contraseña: {link}", "New password" : "Nueva contraseña:", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instancia de ownCloud está en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instancia de Nextcloud está en modo de usuario único.", "This means only administrators can use the instance." : "Esto significa que solo administradores pueden usar esta instancia.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte su administrador de sistema si este mensaje persiste o aparece inesperadamente.", "Thank you for your patience." : "Gracias por su paciencia." diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json index 53897d2e631..20ab136d422 100644 --- a/core/l10n/es_AR.json +++ b/core/l10n/es_AR.json @@ -147,7 +147,7 @@ "Use the following link to reset your password: {link}" : "Usá este enlace para restablecer tu contraseña: {link}", "New password" : "Nueva contraseña:", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instancia de ownCloud está en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instancia de Nextcloud está en modo de usuario único.", "This means only administrators can use the instance." : "Esto significa que solo administradores pueden usar esta instancia.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte su administrador de sistema si este mensaje persiste o aparece inesperadamente.", "Thank you for your patience." : "Gracias por su paciencia." diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 91229d3bb01..95e0ea90026 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -143,7 +143,7 @@ OC.L10N.register( "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", "New password" : "Nueva contraseña", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instalación de Nextcloud se encuentra en modo de usuario único.", "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", "Thank you for your patience." : "Gracias por su paciencia." diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 916cc8a8dd2..fede18f9603 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -141,7 +141,7 @@ "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", "New password" : "Nueva contraseña", "Reset password" : "Restablecer contraseña", - "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instalación de Nextcloud se encuentra en modo de usuario único.", "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", "Thank you for your patience." : "Gracias por su paciencia." diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index 8ed6c99f237..6c7756edacc 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -241,7 +241,7 @@ OC.L10N.register( "New password" : "Uus parool", "New Password" : "Uus parool", "Reset password" : "Nulli parool", - "This ownCloud instance is currently in single user mode." : "See ownCloud on momendil seadistatud ühe kasutaja jaoks.", + "This Nextcloud instance is currently in single user mode." : "See Nextcloud on momendil seadistatud ühe kasutaja jaoks.", "This means only administrators can use the instance." : "See tähendab, et seda saavad kasutada ainult administraatorid.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", "Thank you for your patience." : "Täname kannatlikkuse eest.", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index 2c69f262315..04792f257b9 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -239,7 +239,7 @@ "New password" : "Uus parool", "New Password" : "Uus parool", "Reset password" : "Nulli parool", - "This ownCloud instance is currently in single user mode." : "See ownCloud on momendil seadistatud ühe kasutaja jaoks.", + "This Nextcloud instance is currently in single user mode." : "See Nextcloud on momendil seadistatud ühe kasutaja jaoks.", "This means only administrators can use the instance." : "See tähendab, et seda saavad kasutada ainult administraatorid.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", "Thank you for your patience." : "Täname kannatlikkuse eest.", diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 05b0077ed5c..bcc0abc4b6b 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -201,7 +201,7 @@ OC.L10N.register( "New password" : "Pasahitz berria", "New Password" : "Pasahitz Berria", "Reset password" : "Berrezarri pasahitza", - "This ownCloud instance is currently in single user mode." : "ownCloud instantzia hau erabiltzaile bakar moduan dago.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud instantzia hau erabiltzaile bakar moduan dago.", "This means only administrators can use the instance." : "Honek administradoreak bakarrik erabili dezakeela esan nahi du.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Jarri harremanetan zure sistema administratzailearekin mezu hau irauten badu edo bat-batean agertu bada.", "Thank you for your patience." : "Milesker zure patzientziagatik.", diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 0e24727650f..2dba89d5814 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -199,7 +199,7 @@ "New password" : "Pasahitz berria", "New Password" : "Pasahitz Berria", "Reset password" : "Berrezarri pasahitza", - "This ownCloud instance is currently in single user mode." : "ownCloud instantzia hau erabiltzaile bakar moduan dago.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud instantzia hau erabiltzaile bakar moduan dago.", "This means only administrators can use the instance." : "Honek administradoreak bakarrik erabili dezakeela esan nahi du.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Jarri harremanetan zure sistema administratzailearekin mezu hau irauten badu edo bat-batean agertu bada.", "Thank you for your patience." : "Milesker zure patzientziagatik.", diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js index d491cf213fc..bf0bbefef21 100644 --- a/core/l10n/fi_FI.js +++ b/core/l10n/fi_FI.js @@ -284,7 +284,7 @@ OC.L10N.register( "New password" : "Uusi salasana", "New Password" : "Uusi salasana", "Reset password" : "Palauta salasana", - "This ownCloud instance is currently in single user mode." : "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", + "This Nextcloud instance is currently in single user mode." : "Tämä Nextcloud-asennus on parhaillaan single user -tilassa.", "This means only administrators can use the instance." : "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json index e3f7fb28a8c..ee0c7436a45 100644 --- a/core/l10n/fi_FI.json +++ b/core/l10n/fi_FI.json @@ -282,7 +282,7 @@ "New password" : "Uusi salasana", "New Password" : "Uusi salasana", "Reset password" : "Palauta salasana", - "This ownCloud instance is currently in single user mode." : "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", + "This Nextcloud instance is currently in single user mode." : "Tämä Nextcloud-asennus on parhaillaan single user -tilassa.", "This means only administrators can use the instance." : "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 192da2e19a7..fc4240e89a0 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nouveau mot de passe", "New Password" : "Nouveau mot de passe", "Reset password" : "Réinitialiser le mot de passe", - "This ownCloud instance is currently in single user mode." : "Cette instance de ownCloud est actuellement en mode utilisateur unique.", + "This Nextcloud instance is currently in single user mode." : "Cette instance de Nextcloud est actuellement en mode utilisateur unique.", "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", "Thank you for your patience." : "Merci de votre patience.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 039f47ebaf2..b7934e8e6ed 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -290,7 +290,7 @@ "New password" : "Nouveau mot de passe", "New Password" : "Nouveau mot de passe", "Reset password" : "Réinitialiser le mot de passe", - "This ownCloud instance is currently in single user mode." : "Cette instance de ownCloud est actuellement en mode utilisateur unique.", + "This Nextcloud instance is currently in single user mode." : "Cette instance de Nextcloud est actuellement en mode utilisateur unique.", "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", "Thank you for your patience." : "Merci de votre patience.", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 1e8f8ed18a1..fc3737da248 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -230,7 +230,7 @@ OC.L10N.register( "New password" : "Novo contrasinal", "New Password" : "Novo contrasinal", "Reset password" : "Restabelecer o contrasinal", - "This ownCloud instance is currently in single user mode." : "Esta instancia do ownCloud está actualmente en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instancia do Nextcloud está actualmente en modo de usuario único.", "This means only administrators can use the instance." : "Isto significa que só os administradores poden utilizar a instancia.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", "Thank you for your patience." : "Grazas pola súa paciencia.", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 4c9ad4ea925..0b13b38e7c6 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -228,7 +228,7 @@ "New password" : "Novo contrasinal", "New Password" : "Novo contrasinal", "Reset password" : "Restabelecer o contrasinal", - "This ownCloud instance is currently in single user mode." : "Esta instancia do ownCloud está actualmente en modo de usuario único.", + "This Nextcloud instance is currently in single user mode." : "Esta instancia do Nextcloud está actualmente en modo de usuario único.", "This means only administrators can use the instance." : "Isto significa que só os administradores poden utilizar a instancia.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", "Thank you for your patience." : "Grazas pola súa paciencia.", diff --git a/core/l10n/he.js b/core/l10n/he.js index b37b9d0eee4..f36d502ddef 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "ססמה חדשה", "New Password" : "סיסמא חדשה", "Reset password" : "איפוס ססמה", - "This ownCloud instance is currently in single user mode." : "הפעלת ownCloud זו עובדת כרגע במצב של משתמש יחיד.", + "This Nextcloud instance is currently in single user mode." : "הפעלת Nextcloud זו עובדת כרגע במצב של משתמש יחיד.", "This means only administrators can use the instance." : "לפיכך רק מנהלים יכולים להשתמש בהפעלה זו.", "Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ", "Thank you for your patience." : "תודה על הסבלנות.", diff --git a/core/l10n/he.json b/core/l10n/he.json index 1824733eb8d..96e7c1c0293 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -290,7 +290,7 @@ "New password" : "ססמה חדשה", "New Password" : "סיסמא חדשה", "Reset password" : "איפוס ססמה", - "This ownCloud instance is currently in single user mode." : "הפעלת ownCloud זו עובדת כרגע במצב של משתמש יחיד.", + "This Nextcloud instance is currently in single user mode." : "הפעלת Nextcloud זו עובדת כרגע במצב של משתמש יחיד.", "This means only administrators can use the instance." : "לפיכך רק מנהלים יכולים להשתמש בהפעלה זו.", "Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ", "Thank you for your patience." : "תודה על הסבלנות.", diff --git a/core/l10n/hr.js b/core/l10n/hr.js index d2c6c1757f2..4f41d252ea6 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -196,7 +196,7 @@ OC.L10N.register( "New password" : "Nova lozinka", "New Password" : "Nova lozinka", "Reset password" : "Resetirajte lozinku", - "This ownCloud instance is currently in single user mode." : "Ova ownCloud instanca je trenutno u načinu rada za jednog korisnika.", + "This Nextcloud instance is currently in single user mode." : "Ova Nextcloud instanca je trenutno u načinu rada za jednog korisnika.", "This means only administrators can use the instance." : "To znači da tu instancu mogu koristiti samo administratori.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.", "Thank you for your patience." : "Hvala vam na strpljenju", diff --git a/core/l10n/hr.json b/core/l10n/hr.json index 6b1196c1c08..f33a917cf2b 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -194,7 +194,7 @@ "New password" : "Nova lozinka", "New Password" : "Nova lozinka", "Reset password" : "Resetirajte lozinku", - "This ownCloud instance is currently in single user mode." : "Ova ownCloud instanca je trenutno u načinu rada za jednog korisnika.", + "This Nextcloud instance is currently in single user mode." : "Ova Nextcloud instanca je trenutno u načinu rada za jednog korisnika.", "This means only administrators can use the instance." : "To znači da tu instancu mogu koristiti samo administratori.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.", "Thank you for your patience." : "Hvala vam na strpljenju", diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js index 3bf38c15eb7..4c1d5e018d2 100644 --- a/core/l10n/hu_HU.js +++ b/core/l10n/hu_HU.js @@ -291,7 +291,7 @@ OC.L10N.register( "New password" : "Új jelszó", "New Password" : "Új jelszó", "Reset password" : "Jelszó-visszaállítás", - "This ownCloud instance is currently in single user mode." : "Ez az ownCloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", + "This Nextcloud instance is currently in single user mode." : "Ez az Nextcloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", "This means only administrators can use the instance." : "Ez azt jelenti, hogy csak az adminisztrátor használhatja ezt a példányt", "Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse fel a rendszergazdáját!", "Thank you for your patience." : "Köszönjük a türelmét!", diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json index 83d7fd157d5..a2a25d52e4b 100644 --- a/core/l10n/hu_HU.json +++ b/core/l10n/hu_HU.json @@ -289,7 +289,7 @@ "New password" : "Új jelszó", "New Password" : "Új jelszó", "Reset password" : "Jelszó-visszaállítás", - "This ownCloud instance is currently in single user mode." : "Ez az ownCloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", + "This Nextcloud instance is currently in single user mode." : "Ez az Nextcloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", "This means only administrators can use the instance." : "Ez azt jelenti, hogy csak az adminisztrátor használhatja ezt a példányt", "Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse fel a rendszergazdáját!", "Thank you for your patience." : "Köszönjük a türelmét!", diff --git a/core/l10n/id.js b/core/l10n/id.js index 6b7e0255276..63a5656a54c 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -248,7 +248,7 @@ OC.L10N.register( "New password" : "Sandi baru", "New Password" : "Sandi Baru", "Reset password" : "Setel ulang sandi", - "This ownCloud instance is currently in single user mode." : "ownCloud ini sedang dalam mode pengguna tunggal.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud ini sedang dalam mode pengguna tunggal.", "This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.", "Thank you for your patience." : "Terima kasih atas kesabaran anda.", diff --git a/core/l10n/id.json b/core/l10n/id.json index f2d6b1a18c5..36a091db6bd 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -246,7 +246,7 @@ "New password" : "Sandi baru", "New Password" : "Sandi Baru", "Reset password" : "Setel ulang sandi", - "This ownCloud instance is currently in single user mode." : "ownCloud ini sedang dalam mode pengguna tunggal.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud ini sedang dalam mode pengguna tunggal.", "This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.", "Thank you for your patience." : "Terima kasih atas kesabaran anda.", diff --git a/core/l10n/is.js b/core/l10n/is.js index 4d840d81c3f..ba1302f872e 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -272,7 +272,7 @@ OC.L10N.register( "New password" : "Nýtt lykilorð", "New Password" : "Nýtt lykilorð", "Reset password" : "Endursetja lykilorð", - "This ownCloud instance is currently in single user mode." : "Þetta ownCloud eintak er nú í eins-notanda ham.", + "This Nextcloud instance is currently in single user mode." : "Þetta Nextcloud eintak er nú í eins-notanda ham.", "This means only administrators can use the instance." : "Þetta þýðir aðeins stjórnendur geta notað eintakið.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hafðu samband við kerfisstjóra ef þessi skilaboð eru viðvarandi eða birtust óvænt.", "Thank you for your patience." : "Þakka þér fyrir biðlundina.", diff --git a/core/l10n/is.json b/core/l10n/is.json index b19e8e87c2e..4cc30e343ab 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -270,7 +270,7 @@ "New password" : "Nýtt lykilorð", "New Password" : "Nýtt lykilorð", "Reset password" : "Endursetja lykilorð", - "This ownCloud instance is currently in single user mode." : "Þetta ownCloud eintak er nú í eins-notanda ham.", + "This Nextcloud instance is currently in single user mode." : "Þetta Nextcloud eintak er nú í eins-notanda ham.", "This means only administrators can use the instance." : "Þetta þýðir aðeins stjórnendur geta notað eintakið.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hafðu samband við kerfisstjóra ef þessi skilaboð eru viðvarandi eða birtust óvænt.", "Thank you for your patience." : "Þakka þér fyrir biðlundina.", diff --git a/core/l10n/it.js b/core/l10n/it.js index 6769455e669..f9cc4368239 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nuova password", "New Password" : "Nuova password", "Reset password" : "Ripristina la password", - "This ownCloud instance is currently in single user mode." : "Questa istanza di ownCloud è in modalità utente singolo.", + "This Nextcloud instance is currently in single user mode." : "Questa istanza di Nextcloud è in modalità utente singolo.", "This means only administrators can use the instance." : "Ciò significa che solo gli amministratori possono utilizzare l'istanza.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", "Thank you for your patience." : "Grazie per la pazienza.", diff --git a/core/l10n/it.json b/core/l10n/it.json index ac6d16d90b9..ae3024d5af1 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -290,7 +290,7 @@ "New password" : "Nuova password", "New Password" : "Nuova password", "Reset password" : "Ripristina la password", - "This ownCloud instance is currently in single user mode." : "Questa istanza di ownCloud è in modalità utente singolo.", + "This Nextcloud instance is currently in single user mode." : "Questa istanza di Nextcloud è in modalità utente singolo.", "This means only administrators can use the instance." : "Ciò significa che solo gli amministratori possono utilizzare l'istanza.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", "Thank you for your patience." : "Grazie per la pazienza.", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index a45c8620c6e..b517c59ff51 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -291,7 +291,7 @@ OC.L10N.register( "New password" : "新しいパスワードを入力", "New Password" : "新しいパスワード", "Reset password" : "パスワードをリセット", - "This ownCloud instance is currently in single user mode." : "このownCloudインスタンスは、現在シングルユーザーモードです。", + "This Nextcloud instance is currently in single user mode." : "このNextcloudインスタンスは、現在シングルユーザーモードです。", "This means only administrators can use the instance." : "これは、管理者のみがインスタンスを利用できることを意味しています。", "Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に問い合わせてください。", "Thank you for your patience." : "しばらくお待ちください。", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index b5e9ba9b9d0..ec1c01386e8 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -289,7 +289,7 @@ "New password" : "新しいパスワードを入力", "New Password" : "新しいパスワード", "Reset password" : "パスワードをリセット", - "This ownCloud instance is currently in single user mode." : "このownCloudインスタンスは、現在シングルユーザーモードです。", + "This Nextcloud instance is currently in single user mode." : "このNextcloudインスタンスは、現在シングルユーザーモードです。", "This means only administrators can use the instance." : "これは、管理者のみがインスタンスを利用できることを意味しています。", "Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に問い合わせてください。", "Thank you for your patience." : "しばらくお待ちください。", diff --git a/core/l10n/kn.js b/core/l10n/kn.js index 16031e94317..51dfa18ce40 100644 --- a/core/l10n/kn.js +++ b/core/l10n/kn.js @@ -154,7 +154,7 @@ OC.L10N.register( "New password" : "ಹೊಸ ಗುಪ್ತಪದ", "New Password" : "ಹೊಸ ಗುಪ್ತಪದ", "Reset password" : "ಗುಪ್ತ ಪದವನ್ನು ಮರುಹೊಂದಿಸಿ", - "This ownCloud instance is currently in single user mode." : "ಪ್ರಸ್ತುತ ಕ್ರಮದಲ್ಲಿ, ಈ OwnCloud ನ್ನು ಕೇವಲ ಒಬ್ಬನೇ ಬಳಕೆದಾರ ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ.", + "This Nextcloud instance is currently in single user mode." : "ಪ್ರಸ್ತುತ ಕ್ರಮದಲ್ಲಿ, ಈ Nextcloud ನ್ನು ಕೇವಲ ಒಬ್ಬನೇ ಬಳಕೆದಾರ ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ.", "This means only administrators can use the instance." : "ಇದರ ಅರ್ಥ, ಸದ್ಯದ ನಿದರ್ಶನದಲ್ಲಿ ನಿರ್ವಾಹಕರು ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ.", "Thank you for your patience." : "ನಿಮ್ಮ ತಾಳ್ಮೆಗೆ ಧನ್ಯವಾದಗಳು.", "Start update" : "ನವೀಕರಿಣವನ್ನು ಆರಂಭಿಸಿ" diff --git a/core/l10n/kn.json b/core/l10n/kn.json index c4d48a9323a..b734093df1f 100644 --- a/core/l10n/kn.json +++ b/core/l10n/kn.json @@ -152,7 +152,7 @@ "New password" : "ಹೊಸ ಗುಪ್ತಪದ", "New Password" : "ಹೊಸ ಗುಪ್ತಪದ", "Reset password" : "ಗುಪ್ತ ಪದವನ್ನು ಮರುಹೊಂದಿಸಿ", - "This ownCloud instance is currently in single user mode." : "ಪ್ರಸ್ತುತ ಕ್ರಮದಲ್ಲಿ, ಈ OwnCloud ನ್ನು ಕೇವಲ ಒಬ್ಬನೇ ಬಳಕೆದಾರ ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ.", + "This Nextcloud instance is currently in single user mode." : "ಪ್ರಸ್ತುತ ಕ್ರಮದಲ್ಲಿ, ಈ Nextcloud ನ್ನು ಕೇವಲ ಒಬ್ಬನೇ ಬಳಕೆದಾರ ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ.", "This means only administrators can use the instance." : "ಇದರ ಅರ್ಥ, ಸದ್ಯದ ನಿದರ್ಶನದಲ್ಲಿ ನಿರ್ವಾಹಕರು ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ.", "Thank you for your patience." : "ನಿಮ್ಮ ತಾಳ್ಮೆಗೆ ಧನ್ಯವಾದಗಳು.", "Start update" : "ನವೀಕರಿಣವನ್ನು ಆರಂಭಿಸಿ" diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 396ba18f6b1..b1e6db780d6 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -268,7 +268,7 @@ OC.L10N.register( "New password" : "새 암호", "New Password" : "새 암호", "Reset password" : "암호 재설정", - "This ownCloud instance is currently in single user mode." : "ownCloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", "This means only administrators can use the instance." : "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.", "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오", "Thank you for your patience." : "기다려 주셔서 감사합니다.", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 6562827894d..d7a9f9e6065 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -266,7 +266,7 @@ "New password" : "새 암호", "New Password" : "새 암호", "Reset password" : "암호 재설정", - "This ownCloud instance is currently in single user mode." : "ownCloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", "This means only administrators can use the instance." : "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.", "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오", "Thank you for your patience." : "기다려 주셔서 감사합니다.", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index d8b9522ebf9..6baf96cdc67 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -188,7 +188,7 @@ OC.L10N.register( "New password" : "Naujas slaptažodis", "New Password" : "Naujas slaptažodis", "Reset password" : "Atkurti slaptažodį", - "This ownCloud instance is currently in single user mode." : "Ši ownCloud sistema yra vieno naudotojo veiksenoje.", + "This Nextcloud instance is currently in single user mode." : "Ši Nextcloud sistema yra vieno naudotojo veiksenoje.", "This means only administrators can use the instance." : "Tai reiškia, kad tik administratorius gali naudotis sistema.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", "Thank you for your patience." : "Dėkojame už jūsų kantrumą." diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 337a6ef2273..1610a21ad10 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -186,7 +186,7 @@ "New password" : "Naujas slaptažodis", "New Password" : "Naujas slaptažodis", "Reset password" : "Atkurti slaptažodį", - "This ownCloud instance is currently in single user mode." : "Ši ownCloud sistema yra vieno naudotojo veiksenoje.", + "This Nextcloud instance is currently in single user mode." : "Ši Nextcloud sistema yra vieno naudotojo veiksenoje.", "This means only administrators can use the instance." : "Tai reiškia, kad tik administratorius gali naudotis sistema.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", "Thank you for your patience." : "Dėkojame už jūsų kantrumą." diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index f98af93b7d4..df5effe3cfe 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -268,7 +268,7 @@ OC.L10N.register( "New password" : "Nytt passord", "New Password" : "Nytt passord", "Reset password" : "Tilbakestill passord", - "This ownCloud instance is currently in single user mode." : "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.", + "This Nextcloud instance is currently in single user mode." : "Denne Nextcloud-instansen er for øyeblikket i enbrukermodus.", "This means only administrators can use the instance." : "Dette betyr at kun administratorer kan bruke instansen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.", "Thank you for your patience." : "Takk for din tålmodighet.", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index d5616e66949..4ab032f4c89 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -266,7 +266,7 @@ "New password" : "Nytt passord", "New Password" : "Nytt passord", "Reset password" : "Tilbakestill passord", - "This ownCloud instance is currently in single user mode." : "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.", + "This Nextcloud instance is currently in single user mode." : "Denne Nextcloud-instansen er for øyeblikket i enbrukermodus.", "This means only administrators can use the instance." : "Dette betyr at kun administratorer kan bruke instansen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.", "Thank you for your patience." : "Takk for din tålmodighet.", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index e291a8da92d..c4728656774 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nieuw wachtwoord", "New Password" : "Nieuw wachtwoord", "Reset password" : "Reset wachtwoord", - "This ownCloud instance is currently in single user mode." : "Deze ownCloud werkt momenteel in enkele gebruiker modus.", + "This Nextcloud instance is currently in single user mode." : "Deze Nextcloud werkt momenteel in enkele gebruiker modus.", "This means only administrators can use the instance." : "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", "Thank you for your patience." : "Bedankt voor uw geduld.", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index f2b0164df79..5802cec37fc 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -290,7 +290,7 @@ "New password" : "Nieuw wachtwoord", "New Password" : "Nieuw wachtwoord", "Reset password" : "Reset wachtwoord", - "This ownCloud instance is currently in single user mode." : "Deze ownCloud werkt momenteel in enkele gebruiker modus.", + "This Nextcloud instance is currently in single user mode." : "Deze Nextcloud werkt momenteel in enkele gebruiker modus.", "This means only administrators can use the instance." : "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", "Thank you for your patience." : "Bedankt voor uw geduld.", diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 2ceb127d812..621611aefc5 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -247,7 +247,7 @@ OC.L10N.register( "New password" : "Senhal novèl", "New Password" : "Senhal novèl", "Reset password" : "Reïnicializar lo senhal", - "This ownCloud instance is currently in single user mode." : "Aquesta instància de ownCloud es actualament en mòde utilizaire unic.", + "This Nextcloud instance is currently in single user mode." : "Aquesta instància de Nextcloud es actualament en mòde utilizaire unic.", "This means only administrators can use the instance." : "Aquò significa que sols los administrators pòdon utilizar l'instància.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contactatz vòstre administrator sistèma se aqueste messatge persistís o apareis de faiçon imprevista.", "Thank you for your patience." : "Mercé de vòstra paciéncia.", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index c2cdb42af58..5bd42d03f59 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -245,7 +245,7 @@ "New password" : "Senhal novèl", "New Password" : "Senhal novèl", "Reset password" : "Reïnicializar lo senhal", - "This ownCloud instance is currently in single user mode." : "Aquesta instància de ownCloud es actualament en mòde utilizaire unic.", + "This Nextcloud instance is currently in single user mode." : "Aquesta instància de Nextcloud es actualament en mòde utilizaire unic.", "This means only administrators can use the instance." : "Aquò significa que sols los administrators pòdon utilizar l'instància.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contactatz vòstre administrator sistèma se aqueste messatge persistís o apareis de faiçon imprevista.", "Thank you for your patience." : "Mercé de vòstra paciéncia.", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index da251abd079..50a9b458cf1 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -273,7 +273,7 @@ OC.L10N.register( "New password" : "Nowe hasło", "New Password" : "Nowe hasło", "Reset password" : "Zresetuj hasło", - "This ownCloud instance is currently in single user mode." : "Ta instalacja ownCloud działa obecnie w trybie pojedynczego użytkownika.", + "This Nextcloud instance is currently in single user mode." : "Ta instalacja Nextcloud działa obecnie w trybie pojedynczego użytkownika.", "This means only administrators can use the instance." : "To oznacza, że tylko administratorzy mogą w tej chwili używać aplikacji.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Skontaktuj się z administratorem, jeśli ten komunikat pojawił się nieoczekiwanie lub wyświetla się ciągle.", "Thank you for your patience." : "Dziękuję za cierpliwość.", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index 9f06fcf2d66..96391c796d9 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -271,7 +271,7 @@ "New password" : "Nowe hasło", "New Password" : "Nowe hasło", "Reset password" : "Zresetuj hasło", - "This ownCloud instance is currently in single user mode." : "Ta instalacja ownCloud działa obecnie w trybie pojedynczego użytkownika.", + "This Nextcloud instance is currently in single user mode." : "Ta instalacja Nextcloud działa obecnie w trybie pojedynczego użytkownika.", "This means only administrators can use the instance." : "To oznacza, że tylko administratorzy mogą w tej chwili używać aplikacji.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Skontaktuj się z administratorem, jeśli ten komunikat pojawił się nieoczekiwanie lub wyświetla się ciągle.", "Thank you for your patience." : "Dziękuję za cierpliwość.", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index e793cab7836..9c6eb290076 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nova senha", "New Password" : "Nova Senha", "Reset password" : "Redefinir senha", - "This ownCloud instance is currently in single user mode." : "Nesta instância ownCloud está em modo de usuário único.", + "This Nextcloud instance is currently in single user mode." : "Nesta instância Nextcloud está em modo de usuário único.", "This means only administrators can use the instance." : "Isso significa que apenas os administradores podem usar esta instância.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", "Thank you for your patience." : "Obrigado pela sua paciência.", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index c6a944e1775..a11081b1400 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -290,7 +290,7 @@ "New password" : "Nova senha", "New Password" : "Nova Senha", "Reset password" : "Redefinir senha", - "This ownCloud instance is currently in single user mode." : "Nesta instância ownCloud está em modo de usuário único.", + "This Nextcloud instance is currently in single user mode." : "Nesta instância Nextcloud está em modo de usuário único.", "This means only administrators can use the instance." : "Isso significa que apenas os administradores podem usar esta instância.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", "Thank you for your patience." : "Obrigado pela sua paciência.", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 4b7d47d4b7b..d5c6b465f69 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nova palavra-passe", "New Password" : "Nova palavra-passe", "Reset password" : "Repor palavra-passe", - "This ownCloud instance is currently in single user mode." : "Esta instância do ownCloud está atualmente configurada no modo de único utilizador.", + "This Nextcloud instance is currently in single user mode." : "Esta instância do Nextcloud está atualmente configurada no modo de único utilizador.", "This means only administrators can use the instance." : "Isto significa que apenas os administradores podem utilizar a instância.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou apareceu inesperadamente.", "Thank you for your patience." : "Obrigado pela sua paciência.", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index c392bd51edb..53e01e0290c 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -290,7 +290,7 @@ "New password" : "Nova palavra-passe", "New Password" : "Nova palavra-passe", "Reset password" : "Repor palavra-passe", - "This ownCloud instance is currently in single user mode." : "Esta instância do ownCloud está atualmente configurada no modo de único utilizador.", + "This Nextcloud instance is currently in single user mode." : "Esta instância do Nextcloud está atualmente configurada no modo de único utilizador.", "This means only administrators can use the instance." : "Isto significa que apenas os administradores podem utilizar a instância.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou apareceu inesperadamente.", "Thank you for your patience." : "Obrigado pela sua paciência.", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 619d007c851..49686b672c8 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Новый пароль", "New Password" : "Новый пароль", "Reset password" : "Сбросить пароль", - "This ownCloud instance is currently in single user mode." : "Сервер ownCloud в настоящее время работает в однопользовательском режиме.", + "This Nextcloud instance is currently in single user mode." : "Сервер Nextcloud в настоящее время работает в однопользовательском режиме.", "This means only administrators can use the instance." : "Это значит, что только администраторы могут использовать сервер.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", "Thank you for your patience." : "Спасибо за терпение.", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 9fe8d22feae..622a01fefb1 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -290,7 +290,7 @@ "New password" : "Новый пароль", "New Password" : "Новый пароль", "Reset password" : "Сбросить пароль", - "This ownCloud instance is currently in single user mode." : "Сервер ownCloud в настоящее время работает в однопользовательском режиме.", + "This Nextcloud instance is currently in single user mode." : "Сервер Nextcloud в настоящее время работает в однопользовательском режиме.", "This means only administrators can use the instance." : "Это значит, что только администраторы могут использовать сервер.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", "Thank you for your patience." : "Спасибо за терпение.", diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js index c80c7c4b881..38a179fd671 100644 --- a/core/l10n/sk_SK.js +++ b/core/l10n/sk_SK.js @@ -269,7 +269,7 @@ OC.L10N.register( "New password" : "Nové heslo", "New Password" : "Nové heslo", "Reset password" : "Obnovenie hesla", - "This ownCloud instance is currently in single user mode." : "Táto inštancia ownCloudu je teraz v jednopoužívateľskom móde.", + "This Nextcloud instance is currently in single user mode." : "Táto inštancia Nextcloudu je teraz v jednopoužívateľskom móde.", "This means only administrators can use the instance." : "Len správca systému môže používať túto inštanciu.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.", "Thank you for your patience." : "Ďakujeme za Vašu trpezlivosť.", diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json index 4db4aad62a2..2937f78224e 100644 --- a/core/l10n/sk_SK.json +++ b/core/l10n/sk_SK.json @@ -267,7 +267,7 @@ "New password" : "Nové heslo", "New Password" : "Nové heslo", "Reset password" : "Obnovenie hesla", - "This ownCloud instance is currently in single user mode." : "Táto inštancia ownCloudu je teraz v jednopoužívateľskom móde.", + "This Nextcloud instance is currently in single user mode." : "Táto inštancia Nextcloudu je teraz v jednopoužívateľskom móde.", "This means only administrators can use the instance." : "Len správca systému môže používať túto inštanciu.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.", "Thank you for your patience." : "Ďakujeme za Vašu trpezlivosť.", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 156cb8901e4..a916422df60 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -289,7 +289,7 @@ OC.L10N.register( "New password" : "Novo geslo", "New Password" : "Novo geslo", "Reset password" : "Ponastavi geslo", - "This ownCloud instance is currently in single user mode." : "Ta seja oblaka ownCloud je trenutno v načinu enega sočasnega uporabnika.", + "This Nextcloud instance is currently in single user mode." : "Ta seja oblaka Nextcloud je trenutno v načinu enega sočasnega uporabnika.", "This means only administrators can use the instance." : "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", "Thank you for your patience." : "Hvala za potrpežljivost!", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 1f374bef52a..055c0bafbd1 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -287,7 +287,7 @@ "New password" : "Novo geslo", "New Password" : "Novo geslo", "Reset password" : "Ponastavi geslo", - "This ownCloud instance is currently in single user mode." : "Ta seja oblaka ownCloud je trenutno v načinu enega sočasnega uporabnika.", + "This Nextcloud instance is currently in single user mode." : "Ta seja oblaka Nextcloud je trenutno v načinu enega sočasnega uporabnika.", "This means only administrators can use the instance." : "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", "Thank you for your patience." : "Hvala za potrpežljivost!", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index 049f33d3355..56daafc2851 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Fjalëkalim i ri", "New Password" : "Fjalëkalim i Ri", "Reset password" : "Ricaktoni fjalëkalimin", - "This ownCloud instance is currently in single user mode." : "Kjo instancë ownCloud është aktualisht në gjendje me përdorues të vetëm.", + "This Nextcloud instance is currently in single user mode." : "Kjo instancë Nextcloud është aktualisht në gjendje me përdorues të vetëm.", "This means only administrators can use the instance." : "Kjo do të thotë që instancën mund ta përdorin vetëm administratorët.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Nëse ky mesazh shfaqet vazhdimisht ose u shfaq papritmas, lidhuni me përgjegjësin e sistemit.", "Thank you for your patience." : "Ju faleminderit për durimin.", diff --git a/core/l10n/sq.json b/core/l10n/sq.json index d6dee599bf7..b2eaff4ce7f 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -290,7 +290,7 @@ "New password" : "Fjalëkalim i ri", "New Password" : "Fjalëkalim i Ri", "Reset password" : "Ricaktoni fjalëkalimin", - "This ownCloud instance is currently in single user mode." : "Kjo instancë ownCloud është aktualisht në gjendje me përdorues të vetëm.", + "This Nextcloud instance is currently in single user mode." : "Kjo instancë Nextcloud është aktualisht në gjendje me përdorues të vetëm.", "This means only administrators can use the instance." : "Kjo do të thotë që instancën mund ta përdorin vetëm administratorët.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Nëse ky mesazh shfaqet vazhdimisht ose u shfaq papritmas, lidhuni me përgjegjësin e sistemit.", "Thank you for your patience." : "Ju faleminderit për durimin.", diff --git a/core/l10n/sr@latin.js b/core/l10n/sr@latin.js index 498b569b9ad..6c5b6cac63e 100644 --- a/core/l10n/sr@latin.js +++ b/core/l10n/sr@latin.js @@ -193,7 +193,7 @@ OC.L10N.register( "New password" : "Nova lozinka", "New Password" : "Nova lozinka", "Reset password" : "Resetuj lozinku", - "This ownCloud instance is currently in single user mode." : "Ova instanca ownCloud-a je trenutno u režimu rada jednog korisnika.", + "This Nextcloud instance is currently in single user mode." : "Ova instanca Nextcloud-a je trenutno u režimu rada jednog korisnika.", "This means only administrators can use the instance." : "Ovo znači da samo administratori mogu da koriste ovu instancu.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte Vašeg sistem administratora ako se ova poruka često ili iznenada pojavljuje.", "Thank you for your patience." : "Hvala Vam na strpljenju.", diff --git a/core/l10n/sr@latin.json b/core/l10n/sr@latin.json index 0062e4da477..c3a09af1960 100644 --- a/core/l10n/sr@latin.json +++ b/core/l10n/sr@latin.json @@ -191,7 +191,7 @@ "New password" : "Nova lozinka", "New Password" : "Nova lozinka", "Reset password" : "Resetuj lozinku", - "This ownCloud instance is currently in single user mode." : "Ova instanca ownCloud-a je trenutno u režimu rada jednog korisnika.", + "This Nextcloud instance is currently in single user mode." : "Ova instanca Nextcloud-a je trenutno u režimu rada jednog korisnika.", "This means only administrators can use the instance." : "Ovo znači da samo administratori mogu da koriste ovu instancu.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte Vašeg sistem administratora ako se ova poruka često ili iznenada pojavljuje.", "Thank you for your patience." : "Hvala Vam na strpljenju.", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index e7cb586306b..abc3a916707 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "Nytt lösenord", "New Password" : "Nytt lösenord", "Reset password" : "Återställ lösenordet", - "This ownCloud instance is currently in single user mode." : "Denna ownCloud instans är för närvarande i enanvändarläge", + "This Nextcloud instance is currently in single user mode." : "Denna Nextcloud instans är för närvarande i enanvändarläge", "This means only administrators can use the instance." : "Detta betyder att endast administartörer kan använda instansen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör ifall detta meddelande fortsätter eller visas oväntat.", "Thank you for your patience." : "Tack för ditt tålamod.", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 352bea7de70..a0c32823747 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -290,7 +290,7 @@ "New password" : "Nytt lösenord", "New Password" : "Nytt lösenord", "Reset password" : "Återställ lösenordet", - "This ownCloud instance is currently in single user mode." : "Denna ownCloud instans är för närvarande i enanvändarläge", + "This Nextcloud instance is currently in single user mode." : "Denna Nextcloud instans är för närvarande i enanvändarläge", "This means only administrators can use the instance." : "Detta betyder att endast administartörer kan använda instansen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör ifall detta meddelande fortsätter eller visas oväntat.", "Thank you for your patience." : "Tack för ditt tålamod.", diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js index 019a2cf7290..1b1a3522ed0 100644 --- a/core/l10n/th_TH.js +++ b/core/l10n/th_TH.js @@ -270,7 +270,7 @@ OC.L10N.register( "New password" : "รหัสผ่านใหม่", "New Password" : "รหัสผ่านใหม่", "Reset password" : "เปลี่ยนรหัสผ่านใหม่", - "This ownCloud instance is currently in single user mode." : "ขณะนี้ ownCloud อยู่ในโหมดผู้ใช้คนเดียว", + "This Nextcloud instance is currently in single user mode." : "ขณะนี้ Nextcloud อยู่ในโหมดผู้ใช้คนเดียว", "This means only administrators can use the instance." : "ซึ่งหมายความว่าผู้ดูแลระบบสามารถใช้อินสแตนซ์", "Contact your system administrator if this message persists or appeared unexpectedly." : "ติดต่อผู้ดูแลระบบของคุณหากข้อความนี้ยังคงมีอยู่หรือปรากฏโดยไม่คาดคิด", "Thank you for your patience." : "ขอบคุณสำหรับความอดทนของคุณ เราจะนำความคิดเห็นของท่านมาปรับปรุงระบบให้ดียิ่งขึ้น", diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json index f33e83bc934..dae1b778c13 100644 --- a/core/l10n/th_TH.json +++ b/core/l10n/th_TH.json @@ -268,7 +268,7 @@ "New password" : "รหัสผ่านใหม่", "New Password" : "รหัสผ่านใหม่", "Reset password" : "เปลี่ยนรหัสผ่านใหม่", - "This ownCloud instance is currently in single user mode." : "ขณะนี้ ownCloud อยู่ในโหมดผู้ใช้คนเดียว", + "This Nextcloud instance is currently in single user mode." : "ขณะนี้ Nextcloud อยู่ในโหมดผู้ใช้คนเดียว", "This means only administrators can use the instance." : "ซึ่งหมายความว่าผู้ดูแลระบบสามารถใช้อินสแตนซ์", "Contact your system administrator if this message persists or appeared unexpectedly." : "ติดต่อผู้ดูแลระบบของคุณหากข้อความนี้ยังคงมีอยู่หรือปรากฏโดยไม่คาดคิด", "Thank you for your patience." : "ขอบคุณสำหรับความอดทนของคุณ เราจะนำความคิดเห็นของท่านมาปรับปรุงระบบให้ดียิ่งขึ้น", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 3aef2c006d3..360b36c8709 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -274,7 +274,7 @@ OC.L10N.register( "New password" : "Yeni parola", "New Password" : "Yeni Parola", "Reset password" : "Parolayı sıfırla", - "This ownCloud instance is currently in single user mode." : "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", + "This Nextcloud instance is currently in single user mode." : "Bu Nextcloud örneği şu anda tek kullanıcı kipinde.", "This means only administrators can use the instance." : "Bu, örneği sadece yöneticiler kullanabilir demektir.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", "Thank you for your patience." : "Sabrınız için teşekkür ederiz.", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index b27488088e7..652371c6147 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -272,7 +272,7 @@ "New password" : "Yeni parola", "New Password" : "Yeni Parola", "Reset password" : "Parolayı sıfırla", - "This ownCloud instance is currently in single user mode." : "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", + "This Nextcloud instance is currently in single user mode." : "Bu Nextcloud örneği şu anda tek kullanıcı kipinde.", "This means only administrators can use the instance." : "Bu, örneği sadece yöneticiler kullanabilir demektir.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", "Thank you for your patience." : "Sabrınız için teşekkür ederiz.", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index f3aa26f271a..a4a7c0fccbe 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -281,7 +281,7 @@ OC.L10N.register( "New password" : "Новий пароль", "New Password" : "Новий пароль", "Reset password" : "Скинути пароль", - "This ownCloud instance is currently in single user mode." : "Сервер ownCloud в даний час працює в однокористувацькому режимі.", + "This Nextcloud instance is currently in single user mode." : "Сервер Nextcloud в даний час працює в однокористувацькому режимі.", "This means only administrators can use the instance." : "Це означає, що тільки адміністратори можуть використовувати сервер.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.", "Thank you for your patience." : "Дякуємо за ваше терпіння.", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 50aa2c815d6..1b3aa335789 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -279,7 +279,7 @@ "New password" : "Новий пароль", "New Password" : "Новий пароль", "Reset password" : "Скинути пароль", - "This ownCloud instance is currently in single user mode." : "Сервер ownCloud в даний час працює в однокористувацькому режимі.", + "This Nextcloud instance is currently in single user mode." : "Сервер Nextcloud в даний час працює в однокористувацькому режимі.", "This means only administrators can use the instance." : "Це означає, що тільки адміністратори можуть використовувати сервер.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.", "Thank you for your patience." : "Дякуємо за ваше терпіння.", diff --git a/core/l10n/vi.js b/core/l10n/vi.js index 5fabd2e6940..4aaaa4b9512 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -141,7 +141,7 @@ OC.L10N.register( "Use the following link to reset your password: {link}" : "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", "New password" : "Mật khẩu mới", "Reset password" : "Khôi phục mật khẩu", - "This ownCloud instance is currently in single user mode." : "OwnCloud trong trường hợp này đang ở chế độ người dùng duy nhất.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud trong trường hợp này đang ở chế độ người dùng duy nhất.", "This means only administrators can use the instance." : "Điều này có nghĩa chỉ có người quản trị có thể sử dụng trong trường hợp này.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.", "Thank you for your patience." : "Cảm ơn sự kiên nhẫn của bạn." diff --git a/core/l10n/vi.json b/core/l10n/vi.json index ca107dd661e..56bc3a5eebb 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -139,7 +139,7 @@ "Use the following link to reset your password: {link}" : "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", "New password" : "Mật khẩu mới", "Reset password" : "Khôi phục mật khẩu", - "This ownCloud instance is currently in single user mode." : "OwnCloud trong trường hợp này đang ở chế độ người dùng duy nhất.", + "This Nextcloud instance is currently in single user mode." : "Nextcloud trong trường hợp này đang ở chế độ người dùng duy nhất.", "This means only administrators can use the instance." : "Điều này có nghĩa chỉ có người quản trị có thể sử dụng trong trường hợp này.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.", "Thank you for your patience." : "Cảm ơn sự kiên nhẫn của bạn." diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index e3ca88348c2..137dede0e1a 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -292,7 +292,7 @@ OC.L10N.register( "New password" : "新密码", "New Password" : "新密码", "Reset password" : "重置密码", - "This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。", + "This Nextcloud instance is currently in single user mode." : "当前Nextcloud实例运行在单用户模式下。", "This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。", "Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。", "Thank you for your patience." : "感谢让你久等了。", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 5eb4c468ffc..016b9f719c7 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -290,7 +290,7 @@ "New password" : "新密码", "New Password" : "新密码", "Reset password" : "重置密码", - "This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。", + "This Nextcloud instance is currently in single user mode." : "当前Nextcloud实例运行在单用户模式下。", "This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。", "Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。", "Thank you for your patience." : "感谢让你久等了。", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 137b77cdb22..dcc27010235 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -272,7 +272,7 @@ OC.L10N.register( "New password" : "新密碼", "New Password" : "新密碼", "Reset password" : "重設密碼", - "This ownCloud instance is currently in single user mode." : "這個 ownCloud 伺服器目前運作於單一使用者模式", + "This Nextcloud instance is currently in single user mode." : "這個 Nextcloud 伺服器目前運作於單一使用者模式", "This means only administrators can use the instance." : "這表示只有系統管理員能夠使用", "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員", "Thank you for your patience." : "感謝您的耐心", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index b110f66e1ee..eafb362b4d9 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -270,7 +270,7 @@ "New password" : "新密碼", "New Password" : "新密碼", "Reset password" : "重設密碼", - "This ownCloud instance is currently in single user mode." : "這個 ownCloud 伺服器目前運作於單一使用者模式", + "This Nextcloud instance is currently in single user mode." : "這個 Nextcloud 伺服器目前運作於單一使用者模式", "This means only administrators can use the instance." : "這表示只有系統管理員能夠使用", "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員", "Thank you for your patience." : "感謝您的耐心", diff --git a/core/shipped.json b/core/shipped.json index a3abe22d8d5..ed9cf52fa72 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -32,6 +32,7 @@ "systemtags", "systemtags_management", "templateeditor", + "theming", "updatenotification", "user_external", "user_ldap", diff --git a/core/templates/installation.php b/core/templates/installation.php index 7f179bfa5d6..a4dbb078344 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -52,7 +52,6 @@ script('core', [ <label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label> <input type="checkbox" id="show" name="show"> <label for="show" class="svg"></label> - <div class="strengthify-wrapper"></div> </p> </fieldset> diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index b19095dee8e..d42a392f40f 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -19,7 +19,7 @@ <meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>"> <link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>"> <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>"> - <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="#1d2d44"> + <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="#0082c9"> <?php foreach($_['cssfiles'] as $cssfile): ?> <link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>"> <?php endforeach; ?> diff --git a/core/templates/singleuser.user.php b/core/templates/singleuser.user.php index bf076eb8d61..ba01c9385f2 100644 --- a/core/templates/singleuser.user.php +++ b/core/templates/singleuser.user.php @@ -1,6 +1,6 @@ <ul> <li class='update'> - <?php p($l->t('This ownCloud instance is currently in single user mode.')) ?><br><br> + <?php p($l->t('This Nextcloud instance is currently in single user mode.')) ?><br><br> <?php p($l->t('This means only administrators can use the instance.')) ?><br><br> <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?> <br><br> diff --git a/core/vendor/strengthify/.bower.json b/core/vendor/strengthify/.bower.json index d0baec6ed73..4da982f2403 100644 --- a/core/vendor/strengthify/.bower.json +++ b/core/vendor/strengthify/.bower.json @@ -1,6 +1,6 @@ { "name": "strengthify", - "version": "0.4.2", + "version": "0.5.1", "homepage": "https://github.com/MorrisJobke/strengthify", "authors": [ "Morris Jobke <hey@morrisjobke.de>" @@ -8,13 +8,13 @@ "description": "Combine jQuery and zxcvbn to create a password strength meter.", "main": "jquery.strengthify.js", "license": "MIT", - "_release": "0.4.2", + "_release": "0.5.1", "_resolution": { "type": "version", - "tag": "v0.4.2", - "commit": "b3df9344d829063564cdced3c6328b001bc4bad1" + "tag": "0.5.1", + "commit": "fd8bc41992bb37e16495a8e4c266951b93f8467d" }, "_source": "git://github.com/MorrisJobke/strengthify.git", - "_target": "0.4.2", + "_target": "0.5.1", "_originalSource": "strengthify" }
\ No newline at end of file diff --git a/core/vendor/strengthify/jquery.strengthify.js b/core/vendor/strengthify/jquery.strengthify.js index 26d06a5d301..1019aab2976 100644 --- a/core/vendor/strengthify/jquery.strengthify.js +++ b/core/vendor/strengthify/jquery.strengthify.js @@ -2,14 +2,16 @@ * Strengthify - show the weakness of a password (uses zxcvbn for this) * https://github.com/MorrisJobke/strengthify * - * Version: 0.4.2 - * Author: Morris Jobke (github.com/MorrisJobke) + * Version: 0.5.1 + * Author: Morris Jobke (github.com/MorrisJobke) - original + * Eve Ragins @ Eve Corp (github.com/eve-corp) + * * * License: * * The MIT License (MIT) * - * Copyright (c) 2013-2015 Morris Jobke <morris.jobke@gmail.com> + * Copyright (c) 2013-2016 Morris Jobke <morris.jobke@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in @@ -30,108 +32,183 @@ */ /* global jQuery */ -(function ($) { - $.fn.strengthify = function(paramOptions) { - var me = this, - defaults = { - zxcvbn: 'zxcvbn/zxcvbn.js', - titles: [ - 'Weakest', - 'Weak', - 'So-so', - 'Good', - 'Perfect' - ] - }, - options = $.extend(defaults, paramOptions), - drawStrengthify = function() { - var password = $(me).val(), - // hide strengthigy if no input is provided - opacity = (password === '') ? 0 : 1, - // calculate result - result = zxcvbn(password), - css = '', - // cache jQuery selections - $container = $('.strengthify-container'), - $wrapper = $('.strengthify-wrapper'); - - $wrapper.children().css( - 'opacity', - opacity - ).css( - '-ms-filter', - '"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')"' - ); - - // style strengthify bar - // possible scores: 0-4 - switch(result.score) { - case 0: - case 1: - css = 'password-bad'; - break; - case 2: - css = 'password-medium'; - break; - case 3: - case 4: - css = 'password-good'; - break; - } - - $container - .attr('class', css + ' strengthify-container') - // possible scores: 0-4 - .css( - 'width', - // if score is '0' it will be changed to '1' to - // not hide strengthify if the password is extremely weak - ((result.score === 0 ? 1 : result.score) * 25) + '%' - ); - - // set a title for the wrapper - $wrapper.attr( - 'title', - options.titles[result.score] - ).tooltip({ - placement: 'bottom', - trigger: 'manual', - }).tooltip( - 'show' - ); - - if(opacity === 0) { - $wrapper.tooltip( - 'hide' - ); - } - - // reset state for empty string password - if(password === '') { - $container.css('width', 0); - } - - }; - - // add elements - $('.strengthify-wrapper') - .append('<div class="strengthify-bg" />') - .append('<div class="strengthify-container" />') - .append('<div class="strengthify-separator" style="left: 25%" />') - .append('<div class="strengthify-separator" style="left: 50%" />') - .append('<div class="strengthify-separator" style="left: 75%" />'); - - me.parents().on('scroll', drawStrengthify); - - $.ajax({ - cache: true, - dataType: 'script', - url: options.zxcvbn - }).done(function() { - me.bind('keyup input change', drawStrengthify); - }); - - return me; - }; - -}(jQuery)); +(function($) { + $.fn.strengthify = function(paramOptions) { + "use strict"; + + var defaults = { + zxcvbn: 'zxcvbn/zxcvbn.js', + titles: [ + 'Weakest', + 'Weak', + 'So-so', + 'Good', + 'Perfect' + ], + tilesOptions:{ + tooltip: true, + element: false + }, + drawTitles: false, + drawMessage: false, + drawBars: true + }; + + return this.each(function() { + var options = $.extend(defaults, paramOptions); + + if (!options.drawTitles + && !options.drawMessage + && !options.drawBars) + console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"); + + function getWrapperFor(id) { + return $('div[data-strengthifyFor="' + id + '"]'); + }; + + function drawStrengthify() { + var password = $(this).val(), + elemId = $(this).attr('id'), + // hide strengthify if no input is provided + opacity = (password === '') ? 0 : 1, + // calculate result + result = zxcvbn(password), + // setup some vars for later + css = '', + bsLevel = '', + message = '', + // cache jQuery selections + $wrapper = getWrapperFor(elemId), + $container = $wrapper.find('.strengthify-container'), + $message = $wrapper.find('[data-strengthifyMessage]'); + + + $wrapper.children() + .css('opacity', opacity) + .css('-ms-filter', + '"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')"' + ); + + // style strengthify bar + // possible scores: 0-4 + switch (result.score) { + case 0: + case 1: + css = 'password-bad'; + bsLevel = 'danger'; + message = result.feedback ? result.feedback.suggestions.join('<br/>') : ""; + break; + case 2: + bsLevel = 'warning'; + message = result.feedback ? result.feedback.suggestions.join('<br/>') : ""; + css = 'password-medium'; + break; + case 3: + css = 'password-good'; + bsLevel = 'info'; + message = "Getting better."; + case 4: + css = 'password-good'; + bsLevel = 'success'; + message = "Looks good."; + break; + } + + if ($message) { + $message.removeAttr('class'); + $message.addClass('bg-' + bsLevel); + + // reset state for empty string password + if (password === '') { + message = ''; + } + $message.html(message); + } + if ($container) { + $container + .attr('class', css + ' strengthify-container') + // possible scores: 0-4 + .css( + 'width', + // if score is '0' it will be changed to '1' to + // not hide strengthify if the password is extremely weak + ((result.score === 0 ? 1 : result.score) * 25) + '%' + ); + + // reset state for empty string password + if (password === '') { + $container.css('width', 0); + } + } + + if (options.drawTitles) { + // set a title for the wrapper + if(options.tilesOptions.tooltip){ + $wrapper.attr( + 'title', + options.titles[result.score] + ).tooltip({ + placement: 'bottom', + trigger: 'manual', + }).tooltip( + 'fixTitle' + ).tooltip( + 'show' + ); + + if (opacity === 0) { + $wrapper.tooltip( + 'hide' + ); + } + } + + if(options.tilesOptions.element){ + $wrapper.find(".strengthify-tiles").text(options.titles[result.score]); + } + } + }; + + function init() { + var $elem = $(this), + elemId = $elem.attr('id'); + var drawSelf = drawStrengthify.bind(this); + + // add elements + $elem.after('<div class="strengthify-wrapper" data-strengthifyFor="' + $elem.attr('id') + '"></div>'); + + if (options.drawBars) { + getWrapperFor(elemId) + .append('<div class="strengthify-bg" />') + .append('<div class="strengthify-container" />') + .append('<div class="strengthify-separator" style="left: 25%" />') + .append('<div class="strengthify-separator" style="left: 50%" />') + .append('<div class="strengthify-separator" style="left: 75%" />'); + } + + if (options.drawMessage) { + getWrapperFor(elemId).append('<div data-strengthifyMessage></div>'); + } + + if (options.drawTitles && options.tilesOptions) { + getWrapperFor(elemId).append('<div class="strengthify-tiles"></div>'); + } + + $elem.parent().on('scroll', drawSelf); + + $.ajax({ + cache: true, + dataType: 'script', + url: options.zxcvbn + }).done(function() { + $elem.bind('keyup input change', drawSelf); + }); + }; + + init.call(this); + + //return me; + }); + }; + +} (jQuery)); diff --git a/core/vendor/strengthify/strengthify.css b/core/vendor/strengthify/strengthify.css index 5555cbdf334..e8486fb0881 100644 --- a/core/vendor/strengthify/strengthify.css +++ b/core/vendor/strengthify/strengthify.css @@ -1,11 +1,15 @@ /** * Strengthify - show the weakness of a password (uses zxcvbn for this) * https://github.com/MorrisJobke/strengthify - * Version: 0.4.2 + * Version: 0.5.1 * License: The MIT License (MIT) - * Copyright (c) 2013 Morris Jobke <morris.jobke@gmail.com> + * Copyright (c) 2013-2016 Morris Jobke <morris.jobke@gmail.com> */ +.strengthify-wrapper { + position: relative; +} + .strengthify-wrapper > * { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); @@ -15,7 +19,7 @@ transition:all .5s ease-in-out; } -.strengthify-bg, .strengthify-container, .strengthify-wrapper, .strengthify-separator { +.strengthify-bg, .strengthify-container, .strengthify-separator { height: 3px; } @@ -46,3 +50,11 @@ .password-good { background-color: #3C3; } + +div[data-strengthifyMessage] { + padding: 3px 8px; +} + +.strengthify-tiles{ + float: right; +} |