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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/ro/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/eng/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] = "Modifica";
 
13
$ecStrings[1] = "Adauga";
 
14
$ecStrings[2] = "Contacte";
 
15
$ecStrings[3] = "Nume";
 
16
$ecStrings[4] = "Email";
 
17
$ecStrings[5] = "URL";
 
18
$ecStrings[6] = "Grup";
 
19
$ecStrings[7] = "Comentarii";
 
20
$ecStrings[8] = "Telefon Acasa";
 
21
$ecStrings[9] = "Telefon Serviciu";
 
22
$ecStrings[10] = "Telefon Mobil";
 
23
$ecStrings[11] = "Adresa";
 
24
$ecStrings[12] = "Alt Email";
 
25
$ecStrings[13] = "Sterge";
 
26
$ecStrings[14] = "Altele";
 
27
 
 
28
 
 
29
$errors[0] = "Adaugare contact esuata:  eroare baza de date.";
 
30
$errors[1] = "Datele introduse pentru aceasta adresa exista deja in baza de date.";
 
31
$errors[2] = "Clic ";
 
32
$errors[3] = "aici";
 
33
$errors[4] = "daca vreti sa modificati aceste date";
 
34
$errors[5] = "Nu s-a gasit Contact, sau acces nepermis.";
 
35
$errors[6] = "Sunteti sigur ca doriti sa stergeti aceste date \"";
 
36
$errors[7] = "\"?";
 
37
 
 
38
?>
 
 
b'\\ No newline at end of file'