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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/ru/edit_contact.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/edit_contact.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/ruw/edit_contact.inc
 
5
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
6
 
 
7
        This file is part of IlohaMail, and released under GPL.
 
8
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
9
 
 
10
********************************************************/
 
11
 
 
12
$ecStrings[0] = "�������������";
 
13
$ecStrings[1] = "��������";
 
14
$ecStrings[2] = " �������";
 
15
$ecStrings[3] = "���";
 
16
$ecStrings[4] = "Email";
 
17
$ecStrings[5] = "URL";
 
18
$ecStrings[6] = "������";
 
19
$ecStrings[7] = "�����������";
 
20
$ecStrings[8] = "�������� �������";
 
21
$ecStrings[9] = "������� �������";
 
22
$ecStrings[10] = "��������� �������";
 
23
$ecStrings[11] = "�����";
 
24
$ecStrings[12] = "�������. Email";
 
25
$ecStrings[13] = "�������";
 
26
$ecStrings[14] = "������";
 
27
 
 
28
 
 
29
$errors[0] = "���������� �������� �������:  ������ ���� ������.";
 
30
$errors[1] = "������ � ����� ������� ��� ����������.";
 
31
$errors[2] = "������� ";
 
32
$errors[3] = "�����";
 
33
$errors[4] = " ������������� ��� ������ ������.";
 
34
$errors[5] = "������� �� ������ ��� �������� ������.";
 
35
$errors[6] = "�� �������, ��� ������ ������� ������ \"";
 
36
$errors[7] = "\"?";
 
37
 
 
38
?>
 
 
b'\\ No newline at end of file'