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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cz/edit_folders.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/eng/edit_folders.inc
 
4
        (C)2001-2002 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/edit_folders.inc");
 
13
 
 
14
$efStrings[0] = "Spr�va schr�nek";
 
15
$efStrings[1] = "Vyvo�en� nov� schr�nky";
 
16
$efStrings[2] = "Vytvo�it schr�nku: ";
 
17
$efStrings[3] = "Vytvo�it";
 
18
$efStrings[4] = "Smaz�n� schr�nky";
 
19
$efStrings[5] = "Smazat";
 
20
$efStrings[6] = "P�ejmenov�n� schr�nky";
 
21
$efStrings[7] = "P�ejmenovat";
 
22
$efStrings[8] = "Aktivovan� schr�nky";
 
23
$efStrings[9] = "Aktivace";
 
24
$efStrings[10] = "Deaktivovan� schr�nky";
 
25
$efStrings[11] = "Deaktivace";
 
26
 
 
27
 
 
28
$errors[0] = "Vytvo�en� chr�nky: ";
 
29
$errors[1] = "Nelze vytvo�it schr�nku: ";
 
30
$errors[2] = "Smaz�n� schr�nky: ";
 
31
$errors[3] = "Nelze smazat schr�nku: ";
 
32
$errors[4] = "P�ejmenov�n� schr�nky: ";
 
33
$errors[5] = "Nelze p�ejmenovat schr�nku: ";
 
34
$errors[6] = "Podpora schr�nek je dostupn� pouze u IMAP p��stupu.";
 
35
 
 
36
?>
 
 
b'\\ No newline at end of file'