/usr/share/IlohaMail/lang/ro/prefs.inc is in ilohamail 0.8.14-0rc3sid6.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <?php
include("../lang/eng/prefs.inc"); // <-- do not delete
/********************************************************
lang/eng/prefs.inc
(C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
This file is part of IlohaMail, and released under GPL.
See COPYING, or http://www.fsf.org/copyleft/gpl.html
********************************************************/
$prefHeaderStrings[0] = "Preferinte";
$prefHeaderStrings[1] = "General";
$prefHeaderStrings[2] = "Culori";
$prefsStrings["0.0"] = "Identitate";
$prefsStrings["0.1"] = "Nume: ";
$prefsStrings["0.2"] = "Email: ";
$prefsStrings["1.0"] = "International";
$prefsStrings["1.1"] = "Interfata: ";
$prefsStrings["1.2"] = "Set Caractere: ";
$prefsStrings["1.3"] = "Zona Timp/Data: ";
$prefsStrings["2.0"] = "Optiuni vizualiare";
$prefsStrings["2.1"] = "Afisare pana la ";
$prefsStrings["2.2"] = " articole";
$prefsStrings["2.3"] = "Afisare marime";
$prefsStrings["2.4"] = "Sortare dupa: ";
$prefsStrings["2.5"] = "";
$prefsStrings["2.6"] = "Ordine sortare: ";
$prefsStrings["2.7"] = "";
$prefsStrings["2.8"] = "Afisare lista directoare";
$prefsStrings["3.0"] = "Optiuni Auto-Salvare";
$prefsStrings["3.1"] = "Salvare articole trimise.";
$prefsStrings["3.2"] = "Salvarea mesajelor trimise in directorul: ";
$prefsStrings["3.3"] = "";
$prefsStrings["3.4"] = "Stergerea automata a <b>Mesaje sterse</b>Automatically delete trash";
$prefsStrings["3.5"] = "Muta articole sterse in directorul: ";
$prefsStrings["3.6"] = "";
$prefsStrings["3.7"] = "Directorul Radacina: ";
$prefsStrings["3.8"] = "Altul";
$prefsStrings["4.0"] = "Optiuni vizualizare mesaj";
$prefsStrings["4.1"] = "Vizualizare in cadru (frame)";
$prefsStrings["4.2"] = "Coloreaza citatele";
$prefsStrings["4.3"] = "Selectarea acestor optiuni poate duce la incetinirea aplicatiei!";
$prefsStrings["4.4"] = "Convertire URL-uri in legaturi";
$prefsStrings["4.5"] = "Afisarea mesajelor HTML";
$prefsStrings["4.6"] = "Afisarea imaginilor in mesaj";
$prefsStrings["5.0"] = "Semnatura";
$prefsStrings["5.1"] = "Afisarea semnaturii implicita";
$prefsStrings["5.2"] = "";
$sort_fields=array("DATE"=>"Data", "SUBJECT"=>"Subiect", "SIZE"=>"Marime");
$sort_orders=array("ASC"=>"Ascendent", "DESC"=>"Descendent");
$prefsButtonStrings = array( 0=> "Update", 1=>"Aplica", 2=> "Anulare", 3=> "Implicit");
$prefs_new_user = "Se pare ca va logati pentru prima oara ...Bine ati venit!<br>";
$prefs_new_user .= "Va rugam sa faceti setarile dorite, dupa care apasati \"Apply\"";
?>
|