~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/dk/pref_colors.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
include("../lang/eng/pref_colors.inc"); // <-- do not delete
 
3
/********************************************************
 
4
    lang/dk/cp.inc
 
5
    (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
6
 
 
7
    This file is part of IlohaMail, and released under GPL.
 
8
    See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
9
 
 
10
    Translated by Torben Rybner, Ziberex (try@ziberex.dk)
 
11
 
 
12
********************************************************/
 
13
 
 
14
$pcStrings["0"] = "Indtast en HTML farve for hvert komponent.";
 
15
$pcStrings["0.1"] = "Brug ";
 
16
$pcStrings["0.2"] = "oversigten over farvekoder";
 
17
$pcStrings["0.3"] = " for at finde farvekoderne.";
 
18
$pcStrings["1.0"] = "V&aelig;rkt&oslash;jslinie";
 
19
$pcStrings["2.0"] = "Oversigt over foldere";
 
20
$pcStrings["3.0"] = "Hovedbilledet";
 
21
$pcStrings["4.0"] = "Diverse";
 
22
$pcStrings["4.1"] = "Citater: ";
 
23
 
 
24
                            
 
25
$pcPortions = array( "Baggrund: ", "Links: ", "Tekst: ", "Fremh&aelig;v: ");
 
26
 
 
27
?>