diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/da.php | 2 | ||||
-rw-r--r-- | core/routes.php | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/core/l10n/da.php b/core/l10n/da.php index 8aa68335458..9c7fdc889f8 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -153,7 +153,7 @@ $TRANSLATIONS = array( "Database tablespace" => "Database tabelplads", "Database host" => "Databasehost", "Finish setup" => "Afslut opsætning", -"Finishing …" => "Færdigbehandling ...", +"Finishing …" => "Færdigbehandler ...", "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Programmet forudsætter at JavaScript er aktiveret for at kunne afvikles korrekt. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Aktiver JavaScript</a> og genindlæs siden..", "%s is available. Get more information on how to update." => "%s er tilgængelig. Få mere information om, hvordan du opdaterer.", "Log out" => "Log ud", diff --git a/core/routes.php b/core/routes.php index 5009243d59f..f8454877e03 100644 --- a/core/routes.php +++ b/core/routes.php @@ -7,6 +7,7 @@ */ // Post installation check +/** @var $this OC_Router */ $this->create('post_setup_check', '/post-setup-check') ->action('OC_Setup', 'postSetupCheck'); @@ -61,7 +62,7 @@ $this->create('core_tags_delete', '/tags/{type}/delete') ->action('OC\Core\Tags\Controller', 'deleteTags') ->requirements(array('type')); // oC JS config -$this->create('js_config', '/core/js/config.js') +$this->create('js_config', '/core/js/oc.js') ->actionInclude('core/js/config.php'); // Routing $this->create('core_ajax_routes', '/core/routes.json') |