20 lines
699 B
PHP
20 lines
699 B
PHP
<?php $TRANSLATIONS = array(
|
|
"read more" => "læs mere",
|
|
"INSTALL" => "INSTALLER",
|
|
"Apps Repository" => "Applikation arkiv",
|
|
"Cannot connect to apps repository" => "Kan ikke oprette forbindelse til applikations arkivet",
|
|
"Name" => "Navn",
|
|
"Modified" => "Ændret",
|
|
"Administration" => "Administration",
|
|
"System Settings" => "System indstillinger",
|
|
"Users" => "Brugere",
|
|
"Groups" => "Grupper",
|
|
"Password" => "Kodeord",
|
|
"remove" => "slet",
|
|
"Create group" => "Lav gruppe",
|
|
"Force new password:" => "Tving ny adgangskode",
|
|
"Set" => "Indstil",
|
|
"Do you really want to delete user" => "Vil du virkelig slette denne bruger?",
|
|
"Do you really want to delete group" => "Vil du virkelig slette denne gruppe?"
|
|
);
|