summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Util.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/legacy/OC_Util.php')
-rw-r--r--lib/private/legacy/OC_Util.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index ab386ab6172..fd55962447e 100644
--- a/lib/private/legacy/OC_Util.php
+++ b/lib/private/legacy/OC_Util.php
@@ -297,6 +297,17 @@ class OC_Util {
self::initLocalStorageRootFS();
}
+ /** @var \OCP\Files\Config\IMountProviderCollection $mountProviderCollection */
+ $mountProviderCollection = \OC::$server->query(\OCP\Files\Config\IMountProviderCollection::class);
+ /** @var \OCP\Files\Mount\IMountPoint[] $rootMountProviders */
+ $rootMountProviders = $mountProviderCollection->getRootMounts();
+
+ /** @var \OC\Files\Mount\Manager $mountManager */
+ $mountManager = \OC\Files\Filesystem::getMountManager();
+ foreach ($rootMountProviders as $rootMountProvider) {
+ $mountManager->addMount($rootMountProvider);
+ }
+
if ($user != '' && !\OC::$server->getUserManager()->userExists($user)) {
\OC::$server->getEventLogger()->end('setup_fs');
return false;
132' href='#n132'>132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
#   <mikkelbjerglarsen@gmail.com>, 2011.
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011, 2012.
# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
"POT-Creation-Date: 2012-05-09 12:29+0200\n"
"PO-Revision-Date: 2012-05-09 10:31+0000\n"
"Last-Translator: icewind <icewind1991@gmail.com>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

#: ajax/vcategories/add.php:23 ajax/vcategories/delete.php:23
msgid "Application name not provided."
msgstr ""

#: ajax/vcategories/add.php:29
msgid "No category to add?"
msgstr ""

#: ajax/vcategories/add.php:36
msgid "This category already exists: "
msgstr ""

#: lostpassword/index.php:26
msgid "Owncloud password reset"
msgstr "Nulstil adgangskode til Owncloud"

#: lostpassword/index.php:27
msgid "ownCloud password reset"
msgstr ""

#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
msgstr "Anvend følgende link til at nulstille din adgangskode: {link}"

#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
msgstr "Du vil modtage et link til at nulstille dit kodeord via email."

#: lostpassword/templates/lostpassword.php:5
msgid "Requested"
msgstr "Forespugt"

#: lostpassword/templates/lostpassword.php:8
msgid "Login failed!"
msgstr "Login fejlede!"

#: lostpassword/templates/lostpassword.php:11 templates/installation.php:25
#: templates/login.php:9
msgid "Username"
msgstr "Brugernavn"

#: lostpassword/templates/lostpassword.php:15
msgid "Request reset"
msgstr "Anmod om nulstilling"

#: lostpassword/templates/resetpassword.php:4
msgid "Your password was reset"
msgstr "Dit kodeord blev nulstillet"

#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
msgstr "Til login-side"

#: lostpassword/templates/resetpassword.php:8
msgid "New password"
msgstr "Nyt kodeord"

#: lostpassword/templates/resetpassword.php:11
msgid "Reset password"
msgstr "Nulstil kodeord"

#: strings.php:5
msgid "Personal"
msgstr "Personlig"

#: strings.php:6
msgid "Users"
msgstr "Brugere"

#: strings.php:7
msgid "Apps"
msgstr "Apps"

#: strings.php:8
msgid "Admin"
msgstr "Admin"

#: strings.php:9
msgid "Help"
msgstr "Hjælp"

#: templates/403.php:12
msgid "Access forbidden"
msgstr ""

#: templates/404.php:12
msgid "Cloud not found"
msgstr "Sky ikke fundet"

#: templates/edit_categories_dialog.php:4
msgid "Edit categories"
msgstr ""

#: templates/edit_categories_dialog.php:14
msgid "Add"
msgstr ""

#: templates/installation.php:23
msgid "Create an <strong>admin account</strong>"
msgstr "Opret en <strong>administratorkonto</strong>"

#: templates/installation.php:29 templates/login.php:13
msgid "Password"
msgstr "Kodeord"

#: templates/installation.php:35
msgid "Advanced"
msgstr "Avanceret"

#: templates/installation.php:37
msgid "Data folder"
msgstr "Datamappe"

#: templates/installation.php:44
msgid "Configure the database"
msgstr "Konfigurer databasen"

#: templates/installation.php:49 templates/installation.php:60
#: templates/installation.php:70
msgid "will be used"
msgstr "vil blive brugt"

#: templates/installation.php:82
msgid "Database user"
msgstr "Databasebruger"

#: templates/installation.php:86
msgid "Database password"
msgstr "Databasekodeord"

#: templates/installation.php:90
msgid "Database name"
msgstr "Navn på database"

#: templates/installation.php:96
msgid "Database host"
msgstr "Databasehost"

#: templates/installation.php:101
msgid "Finish setup"
msgstr "Afslut opsætning"

#: templates/layout.guest.php:37
msgid "web services under your control"
msgstr "Webtjenester under din kontrol"

#: templates/layout.user.php:35
msgid "Log out"
msgstr "Log ud"

#: templates/layout.user.php:47 templates/layout.user.php:48
msgid "Settings"
msgstr "Indstillinger"

#: templates/login.php:6
msgid "Lost your password?"
msgstr "Mistet dit kodeord?"

#: templates/login.php:17
msgid "remember"
msgstr "husk"

#: templates/login.php:18
msgid "Log in"
msgstr "Log ind"

#: templates/logout.php:1
msgid "You are logged out."
msgstr "Du er nu logget ud."

#: templates/part.pagenavi.php:3
msgid "prev"
msgstr "forrige"

#: templates/part.pagenavi.php:20
msgid "next"
msgstr "næste"