2011-06-21 00:08:44 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"read more" => "læs mere",
|
|
|
|
"INSTALL" => "INSTALLER",
|
|
|
|
"Apps Repository" => "Applikation arkiv",
|
2011-06-21 18:01:47 +04:00
|
|
|
"Cannot connect to apps repository" => "Kan ikke oprette forbindelse til applikations arkivet",
|
2011-06-21 00:22:58 +04:00
|
|
|
"Name" => "Navn",
|
|
|
|
"Modified" => "Ændret",
|
|
|
|
"Administration" => "Administration",
|
|
|
|
"System Settings" => "System indstillinger",
|
2011-07-30 12:20:05 +04:00
|
|
|
"Users" => "Brugere",
|
|
|
|
"Groups" => "Grupper",
|
2011-06-21 00:22:58 +04:00
|
|
|
"Password" => "Kodeord",
|
|
|
|
"remove" => "slet",
|
|
|
|
"Create group" => "Lav gruppe",
|
|
|
|
"Force new password:" => "Tving ny adgangskode",
|
|
|
|
"Set" => "Indstil",
|
2011-06-21 18:01:47 +04:00
|
|
|
"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?"
|
2011-06-21 00:08:44 +04:00
|
|
|
);
|