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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/ro/prefs.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/prefs.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/eng/prefs.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
$prefHeaderStrings[0] = "Preferinte";
 
13
$prefHeaderStrings[1] = "General";
 
14
$prefHeaderStrings[2] = "Culori";
 
15
 
 
16
                                                                                        
 
17
$prefsStrings["0.0"] = "Identitate";
 
18
$prefsStrings["0.1"] = "Nume: ";
 
19
$prefsStrings["0.2"] = "Email: ";
 
20
$prefsStrings["1.0"] = "International";
 
21
$prefsStrings["1.1"] = "Interfata: ";
 
22
$prefsStrings["1.2"] = "Set Caractere: ";
 
23
$prefsStrings["1.3"] = "Zona Timp/Data: ";
 
24
$prefsStrings["2.0"] = "Optiuni vizualiare";
 
25
$prefsStrings["2.1"] = "Afisare pana la ";
 
26
$prefsStrings["2.2"] = " articole";
 
27
$prefsStrings["2.3"] = "Afisare marime";
 
28
$prefsStrings["2.4"] = "Sortare dupa: ";
 
29
$prefsStrings["2.5"] = "";
 
30
$prefsStrings["2.6"] = "Ordine sortare: ";
 
31
$prefsStrings["2.7"] = "";
 
32
$prefsStrings["2.8"] = "Afisare lista directoare";
 
33
$prefsStrings["3.0"] = "Optiuni Auto-Salvare";
 
34
$prefsStrings["3.1"] = "Salvare articole trimise.";
 
35
$prefsStrings["3.2"] = "Salvarea mesajelor trimise in directorul: ";
 
36
$prefsStrings["3.3"] = "";
 
37
$prefsStrings["3.4"] = "Stergerea automata a <b>Mesaje sterse</b>Automatically delete trash";
 
38
$prefsStrings["3.5"] = "Muta articole sterse in directorul: ";
 
39
$prefsStrings["3.6"] = "";
 
40
$prefsStrings["3.7"] = "Directorul Radacina: ";
 
41
$prefsStrings["3.8"] = "Altul";
 
42
$prefsStrings["4.0"] = "Optiuni vizualizare mesaj";
 
43
$prefsStrings["4.1"] = "Vizualizare in cadru (frame)";
 
44
$prefsStrings["4.2"] = "Coloreaza citatele";
 
45
$prefsStrings["4.3"] = "Selectarea acestor optiuni poate duce la incetinirea aplicatiei!";
 
46
$prefsStrings["4.4"] = "Convertire URL-uri in legaturi";
 
47
$prefsStrings["4.5"] = "Afisarea mesajelor HTML";
 
48
$prefsStrings["4.6"] = "Afisarea imaginilor in mesaj";
 
49
$prefsStrings["5.0"] = "Semnatura";
 
50
$prefsStrings["5.1"] = "Afisarea semnaturii implicita";
 
51
$prefsStrings["5.2"] = "";
 
52
 
 
53
 
 
54
$sort_fields=array("DATE"=>"Data", "SUBJECT"=>"Subiect", "SIZE"=>"Marime");
 
55
$sort_orders=array("ASC"=>"Ascendent", "DESC"=>"Descendent");
 
56
 
 
57
$prefsButtonStrings = array( 0=> "Update", 1=>"Aplica", 2=> "Anulare", 3=> "Implicit");
 
58
 
 
59
$prefs_new_user = "Se pare ca va logati pentru prima oara ...Bine ati venit!<br>";
 
60
$prefs_new_user .= "Va rugam sa faceti setarile dorite, dupa care apasati \"Apply\"";
 
61
?>
 
 
b'\\ No newline at end of file'