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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/es/calendar.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
/********************************************************
 
3
        lang/<lang>/calendar.inc
 
4
        (C)2003 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        This file is part of IlohaMail, and released under GPL.
 
7
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
8
 
 
9
********************************************************/
 
10
 
 
11
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
12
include("../lang/eng/calendar.inc");
 
13
 
 
14
$calStr["add_schedule"] = "Agregar Apunte";
 
15
$calStr["edit_schedule"] = "Editar Apunte";
 
16
$calStr["weekof"] = "Semana del: %d";
 
17
$calStr["title"] = "T�tulo:";
 
18
$calStr["color"] = "Color:";
 
19
$calStr["colors"] = array("#990000"=>"Rojo Oscuro", "#FF0000"=>"Rojo", "#000099"=>"Azul Profundo", "#0000FF"=>"Azul", 
 
20
                                        "#006600"=>"Verde Oscuro", "#00FF00"=>"Verde", "#9900FF"=>"Rosado", "#00FFFF"=>"Cyan",
 
21
                                        "#FF6600"=>"Naranja", "#FFFF00"=>"Amarillo", "#FF00FF"=>"Magenta", ""=>"Sin color");
 
22
$calStr["starts"] = "Comienza a:";
 
23
$calStr["ends"] = "Finaliza a:";
 
24
$calStr["from"] = "desde:";
 
25
$calStr["until"] = "hasta:";
 
26
$calStr["repeat_on"] = "Repetir en";
 
27
$calStr["of"] = "de cada";
 
28
$calStr["weeks"] = array(1=>"primer semana", 2=>"segunda semana", 3=>"tercer semana", 4=>"cuarta semana"); 
 
29
$calStr["week_blurb"] = "...de cada mes (hasta la fecha de finalizacion).<br>Se repetir� todas las semanas si no indica nada.";
 
30
$calStr["monthly"] = "Repetir mensualmente";
 
31
$calStr["yearly"] = "Repetir anualmente";
 
32
$calStr["place"] = "Lugar:";
 
33
$calStr["description"] = "Descripci�n:";
 
34
$calStr["add"] = "Agregar";
 
35
$calStr["update"] = "Actualizar";
 
36
$calStr["Delete"] = "Borrar";
 
37
$calStr["go"] = "&nbsp;Ir&nbsp;";
 
38
$calStr["disabled"] = "El calendario est� deshabilitado.";
 
39
?>