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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cz/bookmarks.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/bookmarks.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/bookmarks.inc");
 
13
 
 
14
$bmStrings["bookmarks"] = "Obl�ben�";
 
15
$bmStrings["identities"] = "Identity";
 
16
$bmStrings["edit"] = "Upravit";
 
17
$bmStrings["name"] = "Jm�no";
 
18
$bmStrings["url"] = "URL";
 
19
$bmStrings["category"] = "Kategorie";
 
20
$bmStrings["other"] = "Uve�te-&gt;";
 
21
$bmStrings["comments"] = "Koment��";
 
22
$bmStrings["add"] = "P�idat";
 
23
$bmStrings["new"] = "Nov� z�znam";
 
24
$bmStrings["edit_url"] = "Upravit z�znam";
 
25
$bmStrings["delete"] = "Smazat";
 
26
 
 
27
$bmError[1] = "Vy�adov�no jm�no nebo URL";
 
28
$bmError[2] = "Toto roz���en� bylo zak�z�no.";
 
29
?>
 
 
b'\\ No newline at end of file'