PHP Classes

File: WIAdmin/WICore/WILang/be.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WICore/WILang/be.php   Download  
File: WIAdmin/WICore/WILang/be.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 870 bytes
 

Contents

Class file image Download
<?php

// Danish
return array(

   
// front page

   
"site_name" => "Debate.com",

   
"current_topics" => "Se Aktuelle emner",

   
"admin" => "Admin",

   
"info" => "Info",

       
//users
   
"add_user" => "Tilføj bruger",

   
"username" => "brugernavn",

   
"email" => "Email",

   
"register_date" => "Registrer Date",

   
"confirmed" => "Bekræftet",

   
"action" => "Action",

   
"no" => "Nej",

   
"yes" => "Ja",

   
"edit" => "Rediger",

   
"details" => "Detaljer",

   
"ban" => "Ban",

   
"unban" => "Ophæv udelukkelse",

   
"delete" => "Slet",

   
"change_role" => "Skift Rolle",

   
"loading" => "Indlæser",

   
"first_name" => "Fornavn",

   
"last_name" => "efternavn",

   
"address" => "Adresse",

   
"phone" => "telefon",

   
"last_login" => "Sidste login",

   
"ok" => "Ok",

   
"pick_user_role" => "Pick User rolle",

   
"select_role" => "Select Rolle",

   
"cancel" => "Annuller",

   
"add" => "Tilføj",



);