D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
nb-NO
/
controllers
/
Filename :
services.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'operation.startActionSuccess' => 'Tjeneste startet', 'operation.stopActionSuccess' => 'Tjeneste stanset', 'operation.restartActionSuccess' => 'Tjeneste startet på nytt', 'operation.changeStartupActionSuccess' => 'Oppstarttypen til tjenesten ble endret', 'list.title' => 'Tjenester', 'operation.startServiceMessage' => 'Vennligst sørg for nok tid til starting av tjenesten.', 'operation.stopServiceMessage' => 'Vennligst sørg for nok tid til stopping av tjenesten.', 'operation.restartServiceMessage' => 'Vennligst sørg for nok tid til omstart av tjenesten.', 'operation.unableFetchFormData' => 'Kunne ikke hente skjemadata: %%error%%', 'operation.startActionError' => 'Kunne ikke starte tjenesten: %%error%%', 'operation.stopActionError' => 'Kunne ikke stoppe tjenesten: %%error%%', 'operation.restartActionError' => 'Kunne ikke starte tjenesten på nytt: %%error%%', 'operation.changeStartupActionError' => 'Kan ikke endre oppstartstype for tjeneste: %%error%%', ];