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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cat/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/cat/pref_colors.inc        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
        This file is part of IlohaMail, and released under GPL. See COPYING,
 
6
        or http://www.fsf.org/copyleft/gpl.html
 
7
********************************************************/
 
8
$pcStrings["0"] = "posa el codi de color HTML per cada component.";
 
9
$pcStrings["0.1"] = "Usa el ";
 
10
$pcStrings["0.2"] = "gr&agrave;fic de colors de codi";
 
11
$pcStrings["0.3"] = " per trobar el codi de color correcte.";
 
12
$pcStrings["1.0"] = "Barra d'eines";
 
13
$pcStrings["2.0"] = "Llista de Carpetes";
 
14
$pcStrings["3.0"] = "Principal";
 
15
$pcStrings["4.0"] = "miscel&middot;lani";
 
16
$pcStrings["4.1"] = "Cites: ";
 
17
 
 
18
$pcPortions = array( "Fons: ", "Vincles: ", "Text: ", "Remarcat: ");
 
19
?>