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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cz/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"] = "P�idat pl�n";
 
15
$calStr["edit_schedule"] = "Upravit pl�n";
 
16
$calStr["weekof"] = "T�den: %d";
 
17
$calStr["title"] = "N�zev:";
 
18
$calStr["color"] = "Barva:";
 
19
$calStr["colors"] = array("#990000"=>"Tmav� �erven�", "#FF0000"=>"�erven�", "#000099"=>"Tmav� modr�", "#0000FF"=>"Modr�", 
 
20
                                        "#006600"=>"Tmav� zelen�", "#00FF00"=>"Zelen�", "#9900FF"=>"Purpurov�", "#00FFFF"=>"Azurov�",
 
21
                                        "#FF6600"=>"Oran�ov�", "#FFFF00"=>"�lut�", "#FF00FF"=>"Fialov�", ""=>"Bez barvy");
 
22
$calStr["starts"] = "Za��n�:";
 
23
$calStr["ends"] = "Kon��:";
 
24
$calStr["from"] = "od:";
 
25
$calStr["until"] = "do:";
 
26
$calStr["repeat_on"] = "Opakovat";
 
27
$calStr["of"] = "ka�d�";
 
28
$calStr["weeks"] = array(1=>"prvn� t�den", 2=>"druh� t�den", 3=>"t�et� t�den", 4=>"�tvrt� t�den"); 
 
29
$calStr["week_blurb"] = "...ka�d� m�s�c (do data ukon�en�).<br>M��e se opakovat ka�d� t�den pokud nen� ��dn� vybr�n.";
 
30
$calStr["monthly"] = "Opakovat ka�d� m�s�c";
 
31
$calStr["yearly"] = "Opakovat ka�d� rok";
 
32
$calStr["place"] = "M�sto:";
 
33
$calStr["description"] = "Popis:";
 
34
$calStr["add"] = "P�idat";
 
35
$calStr["update"] = "Aktualizovat";
 
36
$calStr["Delete"] = "Smazat";
 
37
$calStr["go"] = "Zobraz";
 
38
$calStr["disabled"] = "Funkce kalend��e byla zak�z�na.";
 
39
?>
 
 
b'\\ No newline at end of file'