change to unix linefeed
This commit is contained in:
parent
698b6697ef
commit
8a334881bd
944
css.css
944
css.css
@ -1,472 +1,472 @@
|
||||
/* Last modified 01-24-05 */
|
||||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #F0F0F0;
|
||||
margin-top: 5px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
color: #333333;
|
||||
font-size: 11px;
|
||||
}
|
||||
a {
|
||||
/*color: #104E8B;*/
|
||||
color: #1089CF;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #474747;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
Common text settings
|
||||
*/
|
||||
p {
|
||||
font-size: 11px;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 2px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
h5 {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
h4 {
|
||||
font-size: 13px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
/*
|
||||
Error box settings
|
||||
*/
|
||||
.alert {
|
||||
color: #CC0000;
|
||||
background-color: #FFFFFF;
|
||||
text-align: center;
|
||||
width: 60%;
|
||||
/*border: solid #8B0000 2px;*/
|
||||
border: solid #CC0000 2px;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Form text box settings
|
||||
*/
|
||||
.textbox {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px; /*color: #36648B;*/
|
||||
color: #05609A;
|
||||
background-color: #FCFCFC;
|
||||
}
|
||||
/*
|
||||
Form button settings
|
||||
*/
|
||||
.button {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
border: solid 1px #7C7A7A;
|
||||
/*color: #36648B;*/
|
||||
color: #05609A;
|
||||
background-color: #E7E7E7;
|
||||
}
|
||||
|
||||
/*
|
||||
Data table head row settings
|
||||
*/
|
||||
.tableTitle {
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
padding-left: 10px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding-right: 5px; /* background-color: #36648B;*/
|
||||
background-color: #05609A;
|
||||
}
|
||||
|
||||
.tableTitle a, .tableTitle a:hover {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*
|
||||
Welcome message settings
|
||||
*/
|
||||
.welcomeBack {
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
/*color: #708090;*/
|
||||
color: #05609A;
|
||||
font-size: 12px;
|
||||
}
|
||||
/*
|
||||
Table border color
|
||||
*/
|
||||
.tableBorder {
|
||||
/* background-color: #36648B; */
|
||||
background-color: #05609A;
|
||||
}
|
||||
|
||||
/*
|
||||
Common data cell settings
|
||||
*/
|
||||
td.cellColor, .cellColor td, .cellColor {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Alternating row colors
|
||||
Got rid of the contextual selector '.cellColor0 td'
|
||||
*/
|
||||
.cellColor0, td.cellColor0 {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
td.cellColor1, .cellColor1 {
|
||||
padding: 2px;
|
||||
background-color: #F8FAEA;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Special Alternating row colors for viruses
|
||||
*/
|
||||
td.cellVirus, .cellVirus0 {
|
||||
padding: 2px;
|
||||
background-color: #FFCCFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
td.cellVirus, .cellVirus1 {
|
||||
padding: 2px;
|
||||
background-color: #FF99FF;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Content Type Column Virus Bolding
|
||||
*/
|
||||
td.typeVirus, .typeVirus td {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
Table data row heading settings
|
||||
*/
|
||||
td.rowHeaders, .rowHeaders td {
|
||||
color: #333333;
|
||||
background-color: #EDEDED;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Summary Table Number values
|
||||
*/
|
||||
td.rowNumValues, .rowNumValues td {
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/*
|
||||
Summary Table Totals
|
||||
*/
|
||||
td.rowTotals, .rowTotals td {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/*
|
||||
Individal time cells for the scheduler
|
||||
*/
|
||||
td.scheduleTimes, .scheduleTimes td {
|
||||
font-size: 11px;
|
||||
color: #333333;
|
||||
text-align: left;
|
||||
background-color: #EDEDED;
|
||||
padding-left: 2px;
|
||||
}
|
||||
/*
|
||||
Date cell for the scheduler
|
||||
*/
|
||||
td.scheduleDate, .scheduleDate td {
|
||||
font-size: 11px;
|
||||
color: #FFFFFF;
|
||||
background-color: #4BB5F2;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
td.scheduleDate a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
/*
|
||||
Resource name cell for the scheduler
|
||||
*/
|
||||
td.resourceName {
|
||||
color: #333333;
|
||||
font-size: 11px;
|
||||
background-color: #EDEDED;
|
||||
padding-left: 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/*
|
||||
Edit form cell settings
|
||||
*/
|
||||
td.formNames {
|
||||
font-size: 11px;
|
||||
background-color: #EDEDED;
|
||||
padding-left: 5px;
|
||||
}
|
||||
/*
|
||||
Reserved cell settings for the scheduler
|
||||
*/
|
||||
td.reservedCell {
|
||||
font-size: 10px;
|
||||
background-color: #C5E7F9;
|
||||
}
|
||||
/*
|
||||
Inactive resource text color
|
||||
*/
|
||||
.inact {
|
||||
color: #BDBDBD;
|
||||
}
|
||||
/*
|
||||
Color of the outermost border on every page
|
||||
*/
|
||||
.mainBorder {
|
||||
border: solid 1px #CCCCCC;
|
||||
}
|
||||
/*
|
||||
Background color of main section on every page
|
||||
*/
|
||||
.mainBkgrdClr {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
/*
|
||||
Alert message settings
|
||||
*/
|
||||
.message {
|
||||
background-color: #FEFEFE;
|
||||
text-align: center;
|
||||
width: 60%;
|
||||
border: solid #E0E0E0 1px;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/*
|
||||
Summary popup box
|
||||
*/
|
||||
.summary_div {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
border: solid #686767 1px;
|
||||
padding: 3px;
|
||||
background-color: #E1E1E1;
|
||||
overflow: visible;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/*
|
||||
Recurring reservation box
|
||||
*/
|
||||
.recur_box {
|
||||
background-color: #D0D4E4;
|
||||
color: #282D42;
|
||||
border: solid 1px #8B94B1;
|
||||
}
|
||||
|
||||
/*
|
||||
Calendar settings
|
||||
*/
|
||||
.monthNameStyle {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
}
|
||||
.dayBoxStyle {
|
||||
font-size: 10px;
|
||||
background-color: #F0F0F0;
|
||||
text-align: center;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
.currentDayBoxStyle {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
font-size: 10px;
|
||||
background-color: #FFFFFF;
|
||||
text-align: center;
|
||||
}
|
||||
.emptyDayStyle {
|
||||
background-color: #D5D8D3;
|
||||
}
|
||||
.dayNamesStyle {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
height: 25px;
|
||||
background-color: #DDCAF6;
|
||||
}
|
||||
.navMonthStyle {
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
.selectBoxStyle {
|
||||
font-size: 11px;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* Reservation tab select */
|
||||
.tab-row td {
|
||||
text-align: center;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.tab-row a {
|
||||
text-decoration:none;
|
||||
}
|
||||
.tab-selected {
|
||||
border-right:solid 1px #CCCCCC;
|
||||
border-top:solid 1px #CCCCCC;
|
||||
border-left:solid 1px #CCCCCC;
|
||||
width:100px;
|
||||
color: #0000ff;
|
||||
height:20px;
|
||||
}
|
||||
.tab-selected a {
|
||||
color: #000000;
|
||||
}
|
||||
.tab-not-selected {
|
||||
border:solid 1px #D1D1D1;
|
||||
width:100px;
|
||||
background-color: #EDEDED;
|
||||
border-bottom: solid 1px #CCCCCC;
|
||||
}
|
||||
.tab-not-selected a {
|
||||
color: #666666;
|
||||
}
|
||||
.tab-filler {
|
||||
border-bottom:solid 1px #CCCCCC;
|
||||
}
|
||||
.tab-main {
|
||||
border-right:solid 1px #CCCCCC;
|
||||
border-left:solid 1px #CCCCCC;
|
||||
border-bottom:solid 1px #CCCCCC;
|
||||
}
|
||||
/*************************************
|
||||
|
||||
/** MyCalendar **/
|
||||
.MyCalCellColor {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.MyCalCellColorEmpty {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.MyCalDayBox {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
width: 140px;
|
||||
height: 120px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.MyCalEmptyDayBox {
|
||||
padding: 2px;
|
||||
background-color: #EEEEEE;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.MyCalCurrentDayBox {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
border: solid 1px #36648B;
|
||||
}
|
||||
|
||||
.MyCalDateNumber, a.MyCalDateNumber {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.MyCalCellColor p, .MyCalDayBox p, .MyCalEmptyDayBox p, .MyCalCurrentDayBox p {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
div.mycal_div {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
/*
|
||||
border-top: solid #BCBB6E 1px;
|
||||
border-left: solid #BCBB6E 1px;
|
||||
border-right: solid #BCBB6E 2px;
|
||||
border-bottom: solid #BCBB6E 2px;
|
||||
background-color: #FEFEDA;
|
||||
*/
|
||||
border-top: solid #7C7C7C 1px;
|
||||
border-left: solid #7C7C7C 1px;
|
||||
border-right: solid #6F6F6F 2px;
|
||||
border-bottom: solid #6F6F6F 2px;
|
||||
background-color: #FEFFFE;
|
||||
padding: 3px;
|
||||
overflow: visible;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #616161;
|
||||
}
|
||||
|
||||
/* SelectUser colors */
|
||||
.SelectUserRowOver, .SelectUserRowOver td, td.SelectUserRowOver {
|
||||
background-color: #A2D9F8;
|
||||
padding: 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* Selected Link */
|
||||
.selectedLink {
|
||||
font-size: 11px;
|
||||
background-color: #D8EFFB;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/* Header Cells */
|
||||
.headerName {
|
||||
border: 1px solid #0F93DF;
|
||||
background-color: #D8EFFB;
|
||||
padding: 2px;
|
||||
width: 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.headerValue {
|
||||
border:solid 1px #0F93DF;
|
||||
border-right: none;
|
||||
padding: 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.stdFont {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.visible {
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
/* Last modified 01-24-05 */
|
||||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #F0F0F0;
|
||||
margin-top: 5px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
color: #333333;
|
||||
font-size: 11px;
|
||||
}
|
||||
a {
|
||||
/*color: #104E8B;*/
|
||||
color: #1089CF;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #474747;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
Common text settings
|
||||
*/
|
||||
p {
|
||||
font-size: 11px;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 2px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
h5 {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
h4 {
|
||||
font-size: 13px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
/*
|
||||
Error box settings
|
||||
*/
|
||||
.alert {
|
||||
color: #CC0000;
|
||||
background-color: #FFFFFF;
|
||||
text-align: center;
|
||||
width: 60%;
|
||||
/*border: solid #8B0000 2px;*/
|
||||
border: solid #CC0000 2px;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Form text box settings
|
||||
*/
|
||||
.textbox {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px; /*color: #36648B;*/
|
||||
color: #05609A;
|
||||
background-color: #FCFCFC;
|
||||
}
|
||||
/*
|
||||
Form button settings
|
||||
*/
|
||||
.button {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
border: solid 1px #7C7A7A;
|
||||
/*color: #36648B;*/
|
||||
color: #05609A;
|
||||
background-color: #E7E7E7;
|
||||
}
|
||||
|
||||
/*
|
||||
Data table head row settings
|
||||
*/
|
||||
.tableTitle {
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
padding-left: 10px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding-right: 5px; /* background-color: #36648B;*/
|
||||
background-color: #05609A;
|
||||
}
|
||||
|
||||
.tableTitle a, .tableTitle a:hover {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*
|
||||
Welcome message settings
|
||||
*/
|
||||
.welcomeBack {
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
/*color: #708090;*/
|
||||
color: #05609A;
|
||||
font-size: 12px;
|
||||
}
|
||||
/*
|
||||
Table border color
|
||||
*/
|
||||
.tableBorder {
|
||||
/* background-color: #36648B; */
|
||||
background-color: #05609A;
|
||||
}
|
||||
|
||||
/*
|
||||
Common data cell settings
|
||||
*/
|
||||
td.cellColor, .cellColor td, .cellColor {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Alternating row colors
|
||||
Got rid of the contextual selector '.cellColor0 td'
|
||||
*/
|
||||
.cellColor0, td.cellColor0 {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
td.cellColor1, .cellColor1 {
|
||||
padding: 2px;
|
||||
background-color: #F8FAEA;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Special Alternating row colors for viruses
|
||||
*/
|
||||
td.cellVirus, .cellVirus0 {
|
||||
padding: 2px;
|
||||
background-color: #FFCCFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
td.cellVirus, .cellVirus1 {
|
||||
padding: 2px;
|
||||
background-color: #FF99FF;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Content Type Column Virus Bolding
|
||||
*/
|
||||
td.typeVirus, .typeVirus td {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
Table data row heading settings
|
||||
*/
|
||||
td.rowHeaders, .rowHeaders td {
|
||||
color: #333333;
|
||||
background-color: #EDEDED;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
}
|
||||
/*
|
||||
Summary Table Number values
|
||||
*/
|
||||
td.rowNumValues, .rowNumValues td {
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/*
|
||||
Summary Table Totals
|
||||
*/
|
||||
td.rowTotals, .rowTotals td {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/*
|
||||
Individal time cells for the scheduler
|
||||
*/
|
||||
td.scheduleTimes, .scheduleTimes td {
|
||||
font-size: 11px;
|
||||
color: #333333;
|
||||
text-align: left;
|
||||
background-color: #EDEDED;
|
||||
padding-left: 2px;
|
||||
}
|
||||
/*
|
||||
Date cell for the scheduler
|
||||
*/
|
||||
td.scheduleDate, .scheduleDate td {
|
||||
font-size: 11px;
|
||||
color: #FFFFFF;
|
||||
background-color: #4BB5F2;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
td.scheduleDate a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
/*
|
||||
Resource name cell for the scheduler
|
||||
*/
|
||||
td.resourceName {
|
||||
color: #333333;
|
||||
font-size: 11px;
|
||||
background-color: #EDEDED;
|
||||
padding-left: 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/*
|
||||
Edit form cell settings
|
||||
*/
|
||||
td.formNames {
|
||||
font-size: 11px;
|
||||
background-color: #EDEDED;
|
||||
padding-left: 5px;
|
||||
}
|
||||
/*
|
||||
Reserved cell settings for the scheduler
|
||||
*/
|
||||
td.reservedCell {
|
||||
font-size: 10px;
|
||||
background-color: #C5E7F9;
|
||||
}
|
||||
/*
|
||||
Inactive resource text color
|
||||
*/
|
||||
.inact {
|
||||
color: #BDBDBD;
|
||||
}
|
||||
/*
|
||||
Color of the outermost border on every page
|
||||
*/
|
||||
.mainBorder {
|
||||
border: solid 1px #CCCCCC;
|
||||
}
|
||||
/*
|
||||
Background color of main section on every page
|
||||
*/
|
||||
.mainBkgrdClr {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
/*
|
||||
Alert message settings
|
||||
*/
|
||||
.message {
|
||||
background-color: #FEFEFE;
|
||||
text-align: center;
|
||||
width: 60%;
|
||||
border: solid #E0E0E0 1px;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/*
|
||||
Summary popup box
|
||||
*/
|
||||
.summary_div {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
border: solid #686767 1px;
|
||||
padding: 3px;
|
||||
background-color: #E1E1E1;
|
||||
overflow: visible;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/*
|
||||
Recurring reservation box
|
||||
*/
|
||||
.recur_box {
|
||||
background-color: #D0D4E4;
|
||||
color: #282D42;
|
||||
border: solid 1px #8B94B1;
|
||||
}
|
||||
|
||||
/*
|
||||
Calendar settings
|
||||
*/
|
||||
.monthNameStyle {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
}
|
||||
.dayBoxStyle {
|
||||
font-size: 10px;
|
||||
background-color: #F0F0F0;
|
||||
text-align: center;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
.currentDayBoxStyle {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
font-size: 10px;
|
||||
background-color: #FFFFFF;
|
||||
text-align: center;
|
||||
}
|
||||
.emptyDayStyle {
|
||||
background-color: #D5D8D3;
|
||||
}
|
||||
.dayNamesStyle {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
height: 25px;
|
||||
background-color: #DDCAF6;
|
||||
}
|
||||
.navMonthStyle {
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
.selectBoxStyle {
|
||||
font-size: 11px;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* Reservation tab select */
|
||||
.tab-row td {
|
||||
text-align: center;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.tab-row a {
|
||||
text-decoration:none;
|
||||
}
|
||||
.tab-selected {
|
||||
border-right:solid 1px #CCCCCC;
|
||||
border-top:solid 1px #CCCCCC;
|
||||
border-left:solid 1px #CCCCCC;
|
||||
width:100px;
|
||||
color: #0000ff;
|
||||
height:20px;
|
||||
}
|
||||
.tab-selected a {
|
||||
color: #000000;
|
||||
}
|
||||
.tab-not-selected {
|
||||
border:solid 1px #D1D1D1;
|
||||
width:100px;
|
||||
background-color: #EDEDED;
|
||||
border-bottom: solid 1px #CCCCCC;
|
||||
}
|
||||
.tab-not-selected a {
|
||||
color: #666666;
|
||||
}
|
||||
.tab-filler {
|
||||
border-bottom:solid 1px #CCCCCC;
|
||||
}
|
||||
.tab-main {
|
||||
border-right:solid 1px #CCCCCC;
|
||||
border-left:solid 1px #CCCCCC;
|
||||
border-bottom:solid 1px #CCCCCC;
|
||||
}
|
||||
/*************************************
|
||||
|
||||
/** MyCalendar **/
|
||||
.MyCalCellColor {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.MyCalCellColorEmpty {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.MyCalDayBox {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
width: 140px;
|
||||
height: 120px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.MyCalEmptyDayBox {
|
||||
padding: 2px;
|
||||
background-color: #EEEEEE;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.MyCalCurrentDayBox {
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
border: solid 1px #36648B;
|
||||
}
|
||||
|
||||
.MyCalDateNumber, a.MyCalDateNumber {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.MyCalCellColor p, .MyCalDayBox p, .MyCalEmptyDayBox p, .MyCalCurrentDayBox p {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
div.mycal_div {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
/*
|
||||
border-top: solid #BCBB6E 1px;
|
||||
border-left: solid #BCBB6E 1px;
|
||||
border-right: solid #BCBB6E 2px;
|
||||
border-bottom: solid #BCBB6E 2px;
|
||||
background-color: #FEFEDA;
|
||||
*/
|
||||
border-top: solid #7C7C7C 1px;
|
||||
border-left: solid #7C7C7C 1px;
|
||||
border-right: solid #6F6F6F 2px;
|
||||
border-bottom: solid #6F6F6F 2px;
|
||||
background-color: #FEFFFE;
|
||||
padding: 3px;
|
||||
overflow: visible;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #616161;
|
||||
}
|
||||
|
||||
/* SelectUser colors */
|
||||
.SelectUserRowOver, .SelectUserRowOver td, td.SelectUserRowOver {
|
||||
background-color: #A2D9F8;
|
||||
padding: 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* Selected Link */
|
||||
.selectedLink {
|
||||
font-size: 11px;
|
||||
background-color: #D8EFFB;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/* Header Cells */
|
||||
.headerName {
|
||||
border: 1px solid #0F93DF;
|
||||
background-color: #D8EFFB;
|
||||
padding: 2px;
|
||||
width: 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.headerValue {
|
||||
border:solid 1px #0F93DF;
|
||||
border-right: none;
|
||||
padding: 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.stdFont {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.visible {
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
144
help.php
144
help.php
@ -1,73 +1,73 @@
|
||||
<?php
|
||||
/**
|
||||
* This is the pop-up help file for the system
|
||||
* This function simply prints out an HTML help file for
|
||||
* users to reference
|
||||
* @author Nick Korbel <lqqkout13@users.sourceforge.net>
|
||||
* @version 07-10-04
|
||||
* @package phpScheduleIt
|
||||
*
|
||||
* Copyright (C) 2003 - 2005 phpScheduleIt
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
|
||||
include_once('config/config.php');
|
||||
|
||||
global $languages;
|
||||
global $lang;
|
||||
global $charset;
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"$charset\"?" . ">\n";
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$languages[$lang][2]?>" lang="<?=$languages[$lang][2]?>">
|
||||
<head>
|
||||
<title>MailZu <?=translate('Help')?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
li {
|
||||
font-size: 12px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
margin-top: 5px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
p {
|
||||
font-size: 12px;
|
||||
margin-left: 25px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
h5 {
|
||||
margin-left: 10px;
|
||||
}
|
||||
a {
|
||||
color: #104E8B;
|
||||
}
|
||||
a:hover {
|
||||
color: #474747;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?
|
||||
$help_file = 'lang/' . $languages[$lang][2] . '.help.php';
|
||||
if (file_exists($help_file)) {
|
||||
include_once($help_file);
|
||||
}
|
||||
else {
|
||||
include_once('lang/en.help.php');
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
<?php
|
||||
/**
|
||||
* This is the pop-up help file for the system
|
||||
* This function simply prints out an HTML help file for
|
||||
* users to reference
|
||||
* @author Nick Korbel <lqqkout13@users.sourceforge.net>
|
||||
* @version 07-10-04
|
||||
* @package phpScheduleIt
|
||||
*
|
||||
* Copyright (C) 2003 - 2005 phpScheduleIt
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
|
||||
include_once('config/config.php');
|
||||
|
||||
global $languages;
|
||||
global $lang;
|
||||
global $charset;
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"$charset\"?" . ">\n";
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$languages[$lang][2]?>" lang="<?=$languages[$lang][2]?>">
|
||||
<head>
|
||||
<title>MailZu <?=translate('Help')?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
li {
|
||||
font-size: 12px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
margin-top: 5px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
p {
|
||||
font-size: 12px;
|
||||
margin-left: 25px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
h5 {
|
||||
margin-left: 10px;
|
||||
}
|
||||
a {
|
||||
color: #104E8B;
|
||||
}
|
||||
a:hover {
|
||||
color: #474747;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?
|
||||
$help_file = 'lang/' . $languages[$lang][2] . '.help.php';
|
||||
if (file_exists($help_file)) {
|
||||
include_once($help_file);
|
||||
}
|
||||
else {
|
||||
include_once('lang/en.help.php');
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
276
lang/fr.help.php
276
lang/fr.help.php
@ -1,138 +1,138 @@
|
||||
<?php
|
||||
/**
|
||||
* French (fr) help translation file.
|
||||
*
|
||||
* @author Samuel Tran <stran2005@users.sourceforge.net>
|
||||
* @version 12/15/2005
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2003 - 2007 MailZu
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all the help file for MailZu. Please save the translated
|
||||
// file as '2 letter language code'.help.php. For example, en.help.php.
|
||||
//
|
||||
// To make MailZu help available in another language, simply translate this
|
||||
// file into your language. If there is no direct translation, please provide the
|
||||
// closest translation.
|
||||
//
|
||||
// This will be included in the body of the help file.
|
||||
//
|
||||
// Please keep the HTML formatting unless you need to change it. Also, please try
|
||||
// to keep the HTML XHTML 1.0 Transitional complaint.
|
||||
///////////////////////////////////////////////////////////
|
||||
?>
|
||||
<div align="center">
|
||||
<h3><a name="top" id="top"></a>Introduction</h3>
|
||||
<p><a href="http://mailzu.net" target="_blank">http://mailzu.net</a></p>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border: solid #CCCCCC 1px">
|
||||
<tr>
|
||||
<td bgcolor="#FAFAFA">
|
||||
<ul>
|
||||
<li><b><a href="#getting_started">Préliminaires</a></b></li>
|
||||
<ul>
|
||||
<li><a href="#logging_in">Connexion</a></li>
|
||||
<li><a href="#language">Choisir ma langue</a></li>
|
||||
<li><a href="#getting_support">Obtenir de l'aide</a></li>
|
||||
</ul>
|
||||
<li><a href="#using_mailzu"><b>Utilisation de MailZu</b></a></li>
|
||||
<ul>
|
||||
<li><a href="#quick_links">Mes liens rapides</a></li>
|
||||
<li><a href="#msg_summary">Résumé de la Quarantaine</a></li>
|
||||
<li><a href="#msg_index">Liste des Messages</a></li>
|
||||
<li><a href="#search">Recherche des Messages</a></li>
|
||||
<li><a href="#msg_view">Affichage des Messages</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="getting_started" id="getting_started"></a>Préliminaires</h4>
|
||||
<p> En haut de chaque page vous trouverez un message de bienvenue et la date du jour.
|
||||
Si votre identification n'est pas affichée dans le message de bienvenue, cliquez sur "Quitter
|
||||
" pour supprimer les cookies de l'utilisateur précédent et <a href="#logging_in">se
|
||||
connecter</a> avec votre identifiant.
|
||||
Cliquer sur le lien "Aide" fait apparaître une fenêtre d'aide. Cliquer sur
|
||||
le lien "Envoi d'un message électronique à l'administrateur" permet de composer un message adressé à
|
||||
l'administrateur système.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="logging_in" id="logging_in"></a>Se connecter</h5>
|
||||
<p>Pour se connecter, l'utilisateur doit fournir son identifiant et mot de passe. L'identifiant
|
||||
peut être votre adresse électronique ('utilisateur@exemple.fr') ou simplement
|
||||
votre nom de compte ('utilisateur'). L'administrateur devrait vous informer du type
|
||||
d'identifiant à utiliser. Selectionner l'option "Maintenir ma connexion" permet d'utiliser
|
||||
des cookies pour vous identifier à chaque fois que vous retournez à la page de connexion, vous évitant
|
||||
de vous connecter à nouveau. <i>Vous devriez utiliser cette option si
|
||||
vous êtes la seule personne utilisant MailZu sur votre poste de travail.</i> Après
|
||||
la connexion, vous serez redirigé vers la <a href="#message_summary">
|
||||
Résumé de la quarantaine</a>.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="language" id="language"></a>Choisir ma langue</h5>
|
||||
<p>Sur la page de connexion, il y a un menu déroulant avec toutes les langues
|
||||
qui sont disponibles.
|
||||
S'il vous plaît, choisissez la langue que vous préférez et tout le texte dans MailZu
|
||||
sera traduit. Cela ne traduira pas le texte qui est inclus dans les messages
|
||||
électronique; seulement le texte de l'interface sera traduit. Vous aurez besoin de vous
|
||||
déconnecter pour choisir une langue différente.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="getting_support" id="getting_support"></a>Obtenir
|
||||
de l'aide</h5>
|
||||
<p>Si vous avez besoin d'assistance pour afficher vos messages en quarantaine ou quelqu'autre
|
||||
problème, n'hésitez pas à utiliser le lien "Envoi d'un message électronique à
|
||||
l'administrateur" situé sur <a href="#quick_links">Mes liens rapides</a>.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p> <p align="right"> </p>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="using_mailzu" id="using_mailzu"></a>Utilisez MailZu</h4>
|
||||
<p>MailZu permet à l'utilisateur d'afficher ses messages en quarantaine organisés par type de messages.
|
||||
Les principaux types de messages qui seront mis en quarantaine sont ceux qui sont considérés
|
||||
comme spam, ou qui contiennent un attachement interdit.
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="quick_links" id="quick_links"></a>Mes liens rapides</h5>
|
||||
<p>Ce menu vous donne accès aux différentes raccourcis de l'application.
|
||||
Le premier lien "Résumé de la Quarantaine" vous donnera un aperçu de votre quarantaine.</p>
|
||||
<p> "Ma Quarantaine" vous conduira à l'index
|
||||
vos messages non sollicités et attachements interdits.</p>
|
||||
<p>"Envoi d'un message électronique à l'administrateur'" est un moyen rapide pour contacter
|
||||
votre support technique si vous avez besoin d'aide.</p>
|
||||
<p>"Aide" vous donne accès à ce document.</p>
|
||||
<p>Le dernier lien, "Quitter" vous déconnectera de votre session courante
|
||||
et vous renverra à la page de connexion.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="msg_summary" id="msg_summary"></a>Résumé de la Quarantaine</h5>
|
||||
<p> Le Résumé de la Quarantaine est la première page après la connexion. Il affiche le nombre de messages
|
||||
dans votre quarantaine par type.
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="msg_index" id="msg_index"></a>Index des Messages</h5>
|
||||
<p> L'index des Messages affiche tous les messages électroniques mises en quarantaine.
|
||||
Pour chaque message mise en quarantaine, l'index affiche l'émetteur, l'object, et la date. En fonction
|
||||
de la quarantaine inspectée, l'index peut afficher plus d'information.</p>
|
||||
<p>Pour trier votre index par un champ particulier, cliquer sur le nom du champ. Cliquer sur le nom du champ
|
||||
à nouveau inversera le sens du tri.</p>
|
||||
<p>Plusieurs boutons sont à votre disposition pour traiter les messages affichés dans l'index. Le bouton
|
||||
'Réémission/Demande de réémission' retire le message de l'index et ré-émet le message comme s'il n'a jamais
|
||||
été mis en quarantaine. Le bouton 'Supprimer' retire seulement le message de l'index.
|
||||
Ces boutons agissent sur le ou les messages sélectionnés à l'aide des cases de sélection.
|
||||
Le bouton 'Supprimer tout' ne tient pas compte des cases sélectionnées et retire tous les messages de la
|
||||
quarantaine sélectionnée.</p>
|
||||
<p>Quand vous visualisez vos requêtes en attente, vous pouvez annuler une requête en cliquant sur
|
||||
'Annule requête'. Le message ne sera plus dans la file d'attente de l'administrateur pour re-émission.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="search" id="search"></a>Recherche de message</h5>
|
||||
<p>Utiliser la fonction de recherche est un moyen rapide de trouver un message que vous pensez avoir été
|
||||
mise en quarantaine. Vous pouvez chercher un message en spécifiant l'émetteur, ou
|
||||
l'objet, or les deux. La recherche ne tient pas compte des majuscules.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="msg_view" id="msg_view"></a>Voir le message</h5>
|
||||
<p>Cela vous permet de voir le contenu du message vous aidant ainsi à déterminer
|
||||
si le message est legitime. La visualisation vous offre d'autres options telles que
|
||||
l'affichage du message original en mode texte ou l'affichage d'en-têtes additionels.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p> <p align="right"> </p>
|
||||
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<?php
|
||||
/**
|
||||
* French (fr) help translation file.
|
||||
*
|
||||
* @author Samuel Tran <stran2005@users.sourceforge.net>
|
||||
* @version 12/15/2005
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2003 - 2007 MailZu
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all the help file for MailZu. Please save the translated
|
||||
// file as '2 letter language code'.help.php. For example, en.help.php.
|
||||
//
|
||||
// To make MailZu help available in another language, simply translate this
|
||||
// file into your language. If there is no direct translation, please provide the
|
||||
// closest translation.
|
||||
//
|
||||
// This will be included in the body of the help file.
|
||||
//
|
||||
// Please keep the HTML formatting unless you need to change it. Also, please try
|
||||
// to keep the HTML XHTML 1.0 Transitional complaint.
|
||||
///////////////////////////////////////////////////////////
|
||||
?>
|
||||
<div align="center">
|
||||
<h3><a name="top" id="top"></a>Introduction</h3>
|
||||
<p><a href="http://mailzu.net" target="_blank">http://mailzu.net</a></p>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border: solid #CCCCCC 1px">
|
||||
<tr>
|
||||
<td bgcolor="#FAFAFA">
|
||||
<ul>
|
||||
<li><b><a href="#getting_started">Préliminaires</a></b></li>
|
||||
<ul>
|
||||
<li><a href="#logging_in">Connexion</a></li>
|
||||
<li><a href="#language">Choisir ma langue</a></li>
|
||||
<li><a href="#getting_support">Obtenir de l'aide</a></li>
|
||||
</ul>
|
||||
<li><a href="#using_mailzu"><b>Utilisation de MailZu</b></a></li>
|
||||
<ul>
|
||||
<li><a href="#quick_links">Mes liens rapides</a></li>
|
||||
<li><a href="#msg_summary">Résumé de la Quarantaine</a></li>
|
||||
<li><a href="#msg_index">Liste des Messages</a></li>
|
||||
<li><a href="#search">Recherche des Messages</a></li>
|
||||
<li><a href="#msg_view">Affichage des Messages</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="getting_started" id="getting_started"></a>Préliminaires</h4>
|
||||
<p> En haut de chaque page vous trouverez un message de bienvenue et la date du jour.
|
||||
Si votre identification n'est pas affichée dans le message de bienvenue, cliquez sur "Quitter
|
||||
" pour supprimer les cookies de l'utilisateur précédent et <a href="#logging_in">se
|
||||
connecter</a> avec votre identifiant.
|
||||
Cliquer sur le lien "Aide" fait apparaître une fenêtre d'aide. Cliquer sur
|
||||
le lien "Envoi d'un message électronique à l'administrateur" permet de composer un message adressé à
|
||||
l'administrateur système.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="logging_in" id="logging_in"></a>Se connecter</h5>
|
||||
<p>Pour se connecter, l'utilisateur doit fournir son identifiant et mot de passe. L'identifiant
|
||||
peut être votre adresse électronique ('utilisateur@exemple.fr') ou simplement
|
||||
votre nom de compte ('utilisateur'). L'administrateur devrait vous informer du type
|
||||
d'identifiant à utiliser. Selectionner l'option "Maintenir ma connexion" permet d'utiliser
|
||||
des cookies pour vous identifier à chaque fois que vous retournez à la page de connexion, vous évitant
|
||||
de vous connecter à nouveau. <i>Vous devriez utiliser cette option si
|
||||
vous êtes la seule personne utilisant MailZu sur votre poste de travail.</i> Après
|
||||
la connexion, vous serez redirigé vers la <a href="#message_summary">
|
||||
Résumé de la quarantaine</a>.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="language" id="language"></a>Choisir ma langue</h5>
|
||||
<p>Sur la page de connexion, il y a un menu déroulant avec toutes les langues
|
||||
qui sont disponibles.
|
||||
S'il vous plaît, choisissez la langue que vous préférez et tout le texte dans MailZu
|
||||
sera traduit. Cela ne traduira pas le texte qui est inclus dans les messages
|
||||
électronique; seulement le texte de l'interface sera traduit. Vous aurez besoin de vous
|
||||
déconnecter pour choisir une langue différente.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="getting_support" id="getting_support"></a>Obtenir
|
||||
de l'aide</h5>
|
||||
<p>Si vous avez besoin d'assistance pour afficher vos messages en quarantaine ou quelqu'autre
|
||||
problème, n'hésitez pas à utiliser le lien "Envoi d'un message électronique à
|
||||
l'administrateur" situé sur <a href="#quick_links">Mes liens rapides</a>.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p> <p align="right"> </p>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="using_mailzu" id="using_mailzu"></a>Utilisez MailZu</h4>
|
||||
<p>MailZu permet à l'utilisateur d'afficher ses messages en quarantaine organisés par type de messages.
|
||||
Les principaux types de messages qui seront mis en quarantaine sont ceux qui sont considérés
|
||||
comme spam, ou qui contiennent un attachement interdit.
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="quick_links" id="quick_links"></a>Mes liens rapides</h5>
|
||||
<p>Ce menu vous donne accès aux différentes raccourcis de l'application.
|
||||
Le premier lien "Résumé de la Quarantaine" vous donnera un aperçu de votre quarantaine.</p>
|
||||
<p> "Ma Quarantaine" vous conduira à l'index
|
||||
vos messages non sollicités et attachements interdits.</p>
|
||||
<p>"Envoi d'un message électronique à l'administrateur'" est un moyen rapide pour contacter
|
||||
votre support technique si vous avez besoin d'aide.</p>
|
||||
<p>"Aide" vous donne accès à ce document.</p>
|
||||
<p>Le dernier lien, "Quitter" vous déconnectera de votre session courante
|
||||
et vous renverra à la page de connexion.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="msg_summary" id="msg_summary"></a>Résumé de la Quarantaine</h5>
|
||||
<p> Le Résumé de la Quarantaine est la première page après la connexion. Il affiche le nombre de messages
|
||||
dans votre quarantaine par type.
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="msg_index" id="msg_index"></a>Index des Messages</h5>
|
||||
<p> L'index des Messages affiche tous les messages électroniques mises en quarantaine.
|
||||
Pour chaque message mise en quarantaine, l'index affiche l'émetteur, l'object, et la date. En fonction
|
||||
de la quarantaine inspectée, l'index peut afficher plus d'information.</p>
|
||||
<p>Pour trier votre index par un champ particulier, cliquer sur le nom du champ. Cliquer sur le nom du champ
|
||||
à nouveau inversera le sens du tri.</p>
|
||||
<p>Plusieurs boutons sont à votre disposition pour traiter les messages affichés dans l'index. Le bouton
|
||||
'Réémission/Demande de réémission' retire le message de l'index et ré-émet le message comme s'il n'a jamais
|
||||
été mis en quarantaine. Le bouton 'Supprimer' retire seulement le message de l'index.
|
||||
Ces boutons agissent sur le ou les messages sélectionnés à l'aide des cases de sélection.
|
||||
Le bouton 'Supprimer tout' ne tient pas compte des cases sélectionnées et retire tous les messages de la
|
||||
quarantaine sélectionnée.</p>
|
||||
<p>Quand vous visualisez vos requêtes en attente, vous pouvez annuler une requête en cliquant sur
|
||||
'Annule requête'. Le message ne sera plus dans la file d'attente de l'administrateur pour re-émission.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="search" id="search"></a>Recherche de message</h5>
|
||||
<p>Utiliser la fonction de recherche est un moyen rapide de trouver un message que vous pensez avoir été
|
||||
mise en quarantaine. Vous pouvez chercher un message en spécifiant l'émetteur, ou
|
||||
l'objet, or les deux. La recherche ne tient pas compte des majuscules.</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p>
|
||||
<h5><a name="msg_view" id="msg_view"></a>Voir le message</h5>
|
||||
<p>Cela vous permet de voir le contenu du message vous aidant ainsi à déterminer
|
||||
si le message est legitime. La visualisation vous offre d'autres options telles que
|
||||
l'affichage du message original en mode texte ou l'affichage d'en-têtes additionels.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Retour en haut</a></p> <p align="right"> </p>
|
||||
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
290
lang/it.help.php
290
lang/it.help.php
@ -1,145 +1,145 @@
|
||||
<?php
|
||||
/**
|
||||
* English (en) help translation file.
|
||||
* This also serves as the base translation file from which to derive
|
||||
* all other translations.
|
||||
*
|
||||
* @author Brian Wong <bwsource@users.sourceforge.net>
|
||||
* @translator Paolo Cravero <pcravero@as2594.net>
|
||||
* @version 01-08-05
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2003 - 2007 MailZu
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all the help file for MailZu. Please save the translated
|
||||
// file as '2 letter language code'.help.php. For example, en.help.php.
|
||||
//
|
||||
// To make MailZu help available in another language, simply translate this
|
||||
// file into your language. If there is no direct translation, please provide the
|
||||
// closest translation.
|
||||
//
|
||||
// This will be included in the body of the help file.
|
||||
//
|
||||
// Please keep the HTML formatting unless you need to change it. Also, please try
|
||||
// to keep the HTML XHTML 1.0 Transitional complaint.
|
||||
///////////////////////////////////////////////////////////
|
||||
?>
|
||||
<div align="center">
|
||||
<h3><a name="top" id="top"></a>Introduzione a MailZu</h3>
|
||||
<p><a href="http://mailzu.net" target="_blank">http://mailzu.net</a></p>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border: solid #CCCCCC 1px">
|
||||
<tr>
|
||||
<td bgcolor="#FAFAFA">
|
||||
<ul>
|
||||
<li><b><a href="#getting_started">Introduzione</a></b></li>
|
||||
<ul>
|
||||
<li><a href="#logging_in">Autenticazione</a></li>
|
||||
<li><a href="#language">Scelta della lingua</a></li>
|
||||
<li><a href="#getting_support">Come richiedere assistenza</a></li>
|
||||
</ul>
|
||||
<li><a href="#using_mailzu"><b>Utilizzo di MailZu</b></a></li>
|
||||
<ul>
|
||||
<li><a href="#quick_links">Menu</a></li>
|
||||
<li><a href="#msg_summary">Statistiche Quarantena</a></li>
|
||||
<li><a href="#msg_index">Quarantena</a></li>
|
||||
<li><a href="#search">Funzioni di Ricerca</a></li>
|
||||
<li><a href="#msg_view">Visualizzazione Messaggio</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="getting_started" id="getting_started"></a>Introduzione</h4>
|
||||
<p>In cima ad ogni pagina viene mostrato un messaggio di benvenuto e la data odierna.
|
||||
Se l'utente visualizzato nel messaggio di benvenuto non è corretto, cliccare
|
||||
"Esci" per rimuovere eventuali cookie residui ed <a href="#logging_in">autenticarsi</a> con le
|
||||
proprie credenziali.
|
||||
Il link "Aiuto" apre una pagina di aiuto in un'altra finestra. Se disponibile,
|
||||
il link "Scrivi all'Amministratore" inizia la composizione di un email da inviare all'
|
||||
amministratore del sistema.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="logging_in" id="logging_in"></a>Autenticazione</h5>
|
||||
<p>L'autenticazione avviene tramite login e password. Il login può
|
||||
essere l'indirizzo email completo ('utente@dominio.it') o solo il proprio nome utente ('login'),
|
||||
in funzione delle impostazioni del proprio sistema. La modalità corretta di accesso deve
|
||||
essere comunicata dall'Amministratore/Assistenza.<BR>Con l'opzione "Ricorda le credenziali"
|
||||
il sistema utilizza i cookie per identificare l'utente ad ogni accesso futuro, senza richiedere
|
||||
più login e password. <i>Utilizzare questa opzione solo se la postazione non è
|
||||
condivisa con altri utenti!</i><br>Dopo l'autenticazione appare la <a href="#message_summary">pagina principale</a>.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="language" id="language"></a>Scelta della Lingua</h5>
|
||||
<p>Nella pagina di login si può scegliere la lingua con cui navigare nella
|
||||
propria quarantena. Solamente le lingue impostate dall'amministratore saranno
|
||||
indicate come disponibili. Con la scelta della lingua i messaggi di MailZu
|
||||
appariranno tradotti. Non verranno invece tradotti i messaggi email eventualmente
|
||||
presenti in quarantena.<BR>
|
||||
Per cambiare la lingua è necessario uscire e rientrare da MailZu.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="getting_support" id="getting_support"></a>Come richiedere assistenza
|
||||
</h5>
|
||||
<p>Per ricevere assistenza sull'utilizzo della quarantena delegata si prega di
|
||||
contattare il servizio di Assistenza o l'Amministratore. Se disponibile si
|
||||
può inviare una email all'Amministratore tramite il link del menu di sinistra.
|
||||
<p>
|
||||
<p align="right"><a href="#top">Torna su</a></p> <p align="right"> </p>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="using_mailzu" id="using_mailzu"></a>Utilizzo di MailZu</h4>
|
||||
<p>MailZu è una interfaccia Web per gestire la quarantena personale in sistemi
|
||||
antispam. I messaggi bloccati in quarantena sono tipicamente spam o contengono
|
||||
degli allegati non permessi.
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="quick_links" id="quick_links"></a>Menu</h5>
|
||||
<p>Il Menu riporta i link alle funzioni principali di questa applicazione.
|
||||
Il primo, "Statistiche Quarantena" visualizza un riassunto del contenuto
|
||||
della propria quarantena.
|
||||
</p>
|
||||
<p> "Quarantena" mostra l'elenco dei messaggi individuati come spam e/o
|
||||
con allegati non permessi.</p>
|
||||
<p>"Scrivi all'Amministratore" (se disponibile) è un modo rapido
|
||||
per entrare in contatto con l'Assistenza (per posta elettronica).</p>
|
||||
<p>"Aiuto" apre questo documento.</p>
|
||||
<p>L'ultimo link, "Esci", chiude la sessione corrente e riporta la navigazione
|
||||
alla pagina di login.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="msg_summary" id="message_summary"></a>Statistiche Quarantena</h5>
|
||||
<p>Le statistiche della propria quarantena compaiono nella prima pagina dopo il login.
|
||||
Forniscono un panorama sul numero e tipo di messaggi in quarantena.
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="msg_index" id="msg_index"></a>Quarantena</h5>
|
||||
<p> La pagina di quarantena mostra l'elenco dei messaggi presenti in quarantena.
|
||||
Per ogni email bloccato il riassunto mostra il mittente, l'oggetto, la data e il
|
||||
punteggio.</p>
|
||||
<p>Con un click sul titolo delle colonne è possibile cambiare l'ordinamento
|
||||
della visualizzazione. Con un secondo click sullo stesso titolo si inverte l'ordine.</p>
|
||||
<p>L'interfaccia propone più pulsanti per la gestione dei messaggi visualizzati.
|
||||
L'azione "Sblocca" rimuove i messaggi dalla quarantena e li consegna al
|
||||
destinatario come se non fossero stati intercettati. La funzione "Cancella"
|
||||
elimina definitivamente un messaggio dalla quarantena, senza consegnarlo al destinatario.
|
||||
Queste funzioni vengono applicate solo ai messaggi spuntati. La funzione "Cancella
|
||||
Tutti" ignora le eventuali spunte ed elimina tutti i messaggi dalla quarantena.</p>
|
||||
<p>Dall'elenco delle richieste in sospeso è possibile annullare una richiesta cliccando
|
||||
su 'Cancella la Richiesta'. In questo modo il messaggio verrà rimosso dalla coda in
|
||||
attesa di revisione da parte dell'Amministratore.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="search" id="search"></a>Funzioni di ricerca</h5>
|
||||
<p>La funzione di ricerca permette di impostare un filtro nella visualizzazione dei messaggi.
|
||||
È possibile specificare il mittente, l'oggetto o il tipo di messaggio (spam o non
|
||||
permesso). La ricerca non distingue tra maiuscole e minuscole.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="msg_view" id="msg_view"></a>Messaggio</h5>
|
||||
<p>La vista Messaggio mostra una anteprima del messaggio trattenuto in quarantena per determinare
|
||||
se si tratta effettivamente di spam. Questa pagina consente di visualizzare tutte le intestazioni
|
||||
("Intestazioni Si/no") e il "Messaggio Originale".
|
||||
The Message View allows you to see the contents of the message to help
|
||||
</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p> <p align="right"> </p>
|
||||
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<?php
|
||||
/**
|
||||
* English (en) help translation file.
|
||||
* This also serves as the base translation file from which to derive
|
||||
* all other translations.
|
||||
*
|
||||
* @author Brian Wong <bwsource@users.sourceforge.net>
|
||||
* @translator Paolo Cravero <pcravero@as2594.net>
|
||||
* @version 01-08-05
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2003 - 2007 MailZu
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all the help file for MailZu. Please save the translated
|
||||
// file as '2 letter language code'.help.php. For example, en.help.php.
|
||||
//
|
||||
// To make MailZu help available in another language, simply translate this
|
||||
// file into your language. If there is no direct translation, please provide the
|
||||
// closest translation.
|
||||
//
|
||||
// This will be included in the body of the help file.
|
||||
//
|
||||
// Please keep the HTML formatting unless you need to change it. Also, please try
|
||||
// to keep the HTML XHTML 1.0 Transitional complaint.
|
||||
///////////////////////////////////////////////////////////
|
||||
?>
|
||||
<div align="center">
|
||||
<h3><a name="top" id="top"></a>Introduzione a MailZu</h3>
|
||||
<p><a href="http://mailzu.net" target="_blank">http://mailzu.net</a></p>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="5" style="border: solid #CCCCCC 1px">
|
||||
<tr>
|
||||
<td bgcolor="#FAFAFA">
|
||||
<ul>
|
||||
<li><b><a href="#getting_started">Introduzione</a></b></li>
|
||||
<ul>
|
||||
<li><a href="#logging_in">Autenticazione</a></li>
|
||||
<li><a href="#language">Scelta della lingua</a></li>
|
||||
<li><a href="#getting_support">Come richiedere assistenza</a></li>
|
||||
</ul>
|
||||
<li><a href="#using_mailzu"><b>Utilizzo di MailZu</b></a></li>
|
||||
<ul>
|
||||
<li><a href="#quick_links">Menu</a></li>
|
||||
<li><a href="#msg_summary">Statistiche Quarantena</a></li>
|
||||
<li><a href="#msg_index">Quarantena</a></li>
|
||||
<li><a href="#search">Funzioni di Ricerca</a></li>
|
||||
<li><a href="#msg_view">Visualizzazione Messaggio</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="getting_started" id="getting_started"></a>Introduzione</h4>
|
||||
<p>In cima ad ogni pagina viene mostrato un messaggio di benvenuto e la data odierna.
|
||||
Se l'utente visualizzato nel messaggio di benvenuto non è corretto, cliccare
|
||||
"Esci" per rimuovere eventuali cookie residui ed <a href="#logging_in">autenticarsi</a> con le
|
||||
proprie credenziali.
|
||||
Il link "Aiuto" apre una pagina di aiuto in un'altra finestra. Se disponibile,
|
||||
il link "Scrivi all'Amministratore" inizia la composizione di un email da inviare all'
|
||||
amministratore del sistema.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="logging_in" id="logging_in"></a>Autenticazione</h5>
|
||||
<p>L'autenticazione avviene tramite login e password. Il login può
|
||||
essere l'indirizzo email completo ('utente@dominio.it') o solo il proprio nome utente ('login'),
|
||||
in funzione delle impostazioni del proprio sistema. La modalità corretta di accesso deve
|
||||
essere comunicata dall'Amministratore/Assistenza.<BR>Con l'opzione "Ricorda le credenziali"
|
||||
il sistema utilizza i cookie per identificare l'utente ad ogni accesso futuro, senza richiedere
|
||||
più login e password. <i>Utilizzare questa opzione solo se la postazione non è
|
||||
condivisa con altri utenti!</i><br>Dopo l'autenticazione appare la <a href="#message_summary">pagina principale</a>.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="language" id="language"></a>Scelta della Lingua</h5>
|
||||
<p>Nella pagina di login si può scegliere la lingua con cui navigare nella
|
||||
propria quarantena. Solamente le lingue impostate dall'amministratore saranno
|
||||
indicate come disponibili. Con la scelta della lingua i messaggi di MailZu
|
||||
appariranno tradotti. Non verranno invece tradotti i messaggi email eventualmente
|
||||
presenti in quarantena.<BR>
|
||||
Per cambiare la lingua è necessario uscire e rientrare da MailZu.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="getting_support" id="getting_support"></a>Come richiedere assistenza
|
||||
</h5>
|
||||
<p>Per ricevere assistenza sull'utilizzo della quarantena delegata si prega di
|
||||
contattare il servizio di Assistenza o l'Amministratore. Se disponibile si
|
||||
può inviare una email all'Amministratore tramite il link del menu di sinistra.
|
||||
<p>
|
||||
<p align="right"><a href="#top">Torna su</a></p> <p align="right"> </p>
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
<h4><a name="using_mailzu" id="using_mailzu"></a>Utilizzo di MailZu</h4>
|
||||
<p>MailZu è una interfaccia Web per gestire la quarantena personale in sistemi
|
||||
antispam. I messaggi bloccati in quarantena sono tipicamente spam o contengono
|
||||
degli allegati non permessi.
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="quick_links" id="quick_links"></a>Menu</h5>
|
||||
<p>Il Menu riporta i link alle funzioni principali di questa applicazione.
|
||||
Il primo, "Statistiche Quarantena" visualizza un riassunto del contenuto
|
||||
della propria quarantena.
|
||||
</p>
|
||||
<p> "Quarantena" mostra l'elenco dei messaggi individuati come spam e/o
|
||||
con allegati non permessi.</p>
|
||||
<p>"Scrivi all'Amministratore" (se disponibile) è un modo rapido
|
||||
per entrare in contatto con l'Assistenza (per posta elettronica).</p>
|
||||
<p>"Aiuto" apre questo documento.</p>
|
||||
<p>L'ultimo link, "Esci", chiude la sessione corrente e riporta la navigazione
|
||||
alla pagina di login.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="msg_summary" id="message_summary"></a>Statistiche Quarantena</h5>
|
||||
<p>Le statistiche della propria quarantena compaiono nella prima pagina dopo il login.
|
||||
Forniscono un panorama sul numero e tipo di messaggi in quarantena.
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="msg_index" id="msg_index"></a>Quarantena</h5>
|
||||
<p> La pagina di quarantena mostra l'elenco dei messaggi presenti in quarantena.
|
||||
Per ogni email bloccato il riassunto mostra il mittente, l'oggetto, la data e il
|
||||
punteggio.</p>
|
||||
<p>Con un click sul titolo delle colonne è possibile cambiare l'ordinamento
|
||||
della visualizzazione. Con un secondo click sullo stesso titolo si inverte l'ordine.</p>
|
||||
<p>L'interfaccia propone più pulsanti per la gestione dei messaggi visualizzati.
|
||||
L'azione "Sblocca" rimuove i messaggi dalla quarantena e li consegna al
|
||||
destinatario come se non fossero stati intercettati. La funzione "Cancella"
|
||||
elimina definitivamente un messaggio dalla quarantena, senza consegnarlo al destinatario.
|
||||
Queste funzioni vengono applicate solo ai messaggi spuntati. La funzione "Cancella
|
||||
Tutti" ignora le eventuali spunte ed elimina tutti i messaggi dalla quarantena.</p>
|
||||
<p>Dall'elenco delle richieste in sospeso è possibile annullare una richiesta cliccando
|
||||
su 'Cancella la Richiesta'. In questo modo il messaggio verrà rimosso dalla coda in
|
||||
attesa di revisione da parte dell'Amministratore.
|
||||
</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="search" id="search"></a>Funzioni di ricerca</h5>
|
||||
<p>La funzione di ricerca permette di impostare un filtro nella visualizzazione dei messaggi.
|
||||
È possibile specificare il mittente, l'oggetto o il tipo di messaggio (spam o non
|
||||
permesso). La ricerca non distingue tra maiuscole e minuscole.</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p>
|
||||
<h5><a name="msg_view" id="msg_view"></a>Messaggio</h5>
|
||||
<p>La vista Messaggio mostra una anteprima del messaggio trattenuto in quarantena per determinare
|
||||
se si tratta effettivamente di spam. Questa pagina consente di visualizzare tutte le intestazioni
|
||||
("Intestazioni Si/no") e il "Messaggio Originale".
|
||||
The Message View allows you to see the contents of the message to help
|
||||
</p>
|
||||
<p align="right"><a href="#top">Torna su</a></p> <p align="right"> </p>
|
||||
|
||||
<hr width="95%" size="1" noshade="noshade" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
642
lang/it.lang.php
642
lang/it.lang.php
@ -1,321 +1,321 @@
|
||||
<?php
|
||||
/**
|
||||
* Italian (it) translation file.
|
||||
* Based on phpScheduleIt translation file.
|
||||
* This also serves as the base translation file from which to derive
|
||||
* all other translations.
|
||||
*
|
||||
* @author Paolo Cravero <pcravero@as2594.net>
|
||||
* @version 08-25-05
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2005 - MailZu
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all of the strings that are used throughout phpScheduleit.
|
||||
// Please save the translated file as '2 letter language code'.lang.php. For example, en.lang.php.
|
||||
//
|
||||
// To make phpScheduleIt available in another language, simply translate each
|
||||
// of the following strings into the appropriate one for the language. If there
|
||||
// is no direct translation, please provide the closest translation. Please be sure
|
||||
// to make the proper additions the /config/langs.php file (instructions are in the file).
|
||||
// Also, please add a help translation for your language using en.help.php as a base.
|
||||
//
|
||||
// You will probably keep all sprintf (%s) tags in their current place. These tags
|
||||
// are there as a substitution placeholder. Please check the output after translating
|
||||
// to be sure that the sentences make sense.
|
||||
//
|
||||
// + Please use single quotes ' around all $strings. If you need to use the ' character, please enter it as \'
|
||||
// + Please use double quotes " around all $email. If you need to use the " character, please enter it as \"
|
||||
//
|
||||
// + For all $dates please use the PHP strftime() syntax
|
||||
// http://us2.php.net/manual/en/function.strftime.php
|
||||
//
|
||||
// + Non-intuitive parts of this file will be explained with comments. If you
|
||||
// have any questions, please email lqqkout13@users.sourceforge.net
|
||||
// or post questions in the Developers forum on SourceForge
|
||||
// http://sourceforge.net/forum/forum.php?forum_id=331297
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
////////////////////////////////
|
||||
/* Do not modify this section */
|
||||
////////////////////////////////
|
||||
global $strings; //
|
||||
global $email; //
|
||||
global $dates; //
|
||||
global $charset; //
|
||||
global $letters; //
|
||||
global $days_full; //
|
||||
global $days_abbr; //
|
||||
global $days_two; //
|
||||
global $days_letter; //
|
||||
global $months_full; //
|
||||
global $months_abbr; //
|
||||
global $days_letter; //
|
||||
/******************************/
|
||||
|
||||
// Charset for this language
|
||||
// 'iso-8859-1' will work for most languages
|
||||
$charset = 'iso-8859-1';
|
||||
|
||||
/***
|
||||
DAY NAMES
|
||||
All of these arrays MUST start with Sunday as the first element
|
||||
and go through the seven day week, ending on Saturday
|
||||
***/
|
||||
// The full day name
|
||||
$days_full = array('Domenica', 'Lunedi', 'Martedi', 'Mercoledi', 'Giovedi', 'Venerdi', 'Sabato');
|
||||
// The three letter abbreviation
|
||||
$days_abbr = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab');
|
||||
// The two letter abbreviation
|
||||
$days_two = array('Do', 'Lu', 'Ma', 'Me', 'Gi', 'Ve', 'Sa');
|
||||
// The one letter abbreviation
|
||||
$days_letter = array('D', 'L', 'm', 'M', 'G', 'V', 'S');
|
||||
|
||||
/***
|
||||
MONTH NAMES
|
||||
All of these arrays MUST start with January as the first element
|
||||
and go through the twelve months of the year, ending on December
|
||||
***/
|
||||
// The full month name
|
||||
$months_full = array('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre');
|
||||
// The three letter month name
|
||||
$months_abbr = array('Gen', 'Feb', 'Mar', 'Apr', 'MaG', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic');
|
||||
|
||||
// All letters of the alphabet starting with A and ending with Z
|
||||
$letters = array ('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
|
||||
|
||||
/***
|
||||
DATE FORMATTING
|
||||
All of the date formatting must use the PHP strftime() syntax
|
||||
You can include any text/HTML formatting in the translation
|
||||
***/
|
||||
// General date formatting used for all date display unless otherwise noted
|
||||
$dates['general_date'] = '%d/%m/%Y';
|
||||
// General datetime formatting used for all datetime display unless otherwise noted
|
||||
// The hour:minute:second will always follow this format
|
||||
$dates['general_datetime'] = '%d/%m/%Y @';
|
||||
// Date on top-right of each page
|
||||
$dates['header'] = '%A, %d %B %Y';
|
||||
|
||||
/***
|
||||
STRING TRANSLATIONS
|
||||
All of these strings should be translated from the English value (right side of the equals sign) to the new language.
|
||||
- Please keep the keys (between the [] brackets) as they are. The keys will not always be the same as the value.
|
||||
- Please keep the sprintf formatting (%s) placeholders where they are unless you are sure it needs to be moved.
|
||||
- Please keep the HTML and punctuation as-is unless you know that you want to change it.
|
||||
***/
|
||||
$strings['hours'] = 'ore';
|
||||
$strings['minutes'] = 'minuti';
|
||||
// The common abbreviation to hint that a user should enter the month as 2 digits
|
||||
$strings['mm'] = 'mm';
|
||||
// The common abbreviation to hint that a user should enter the day as 2 digits
|
||||
$strings['dd'] = 'gg';
|
||||
// The common abbreviation to hint that a user should enter the year as 4 digits
|
||||
$strings['yyyy'] = 'aaaa';
|
||||
$strings['am'] = 'am';
|
||||
$strings['pm'] = 'pm';
|
||||
|
||||
$strings['Administrator'] = 'Amministratore';
|
||||
$strings['Welcome Back'] = 'Benvenuto, %s';
|
||||
$strings['Log Out'] = 'Esci';
|
||||
$strings['Help'] = 'Aiuto';
|
||||
|
||||
$strings['Admin Email'] = 'Admin Email';
|
||||
|
||||
$strings['Default'] = 'Default';
|
||||
$strings['Reset'] = 'Reset';
|
||||
$strings['Edit'] = 'Modifica';
|
||||
$strings['Delete'] = 'Cancella';
|
||||
$strings['Cancel'] = 'Annulla';
|
||||
$strings['View'] = 'Visualizza';
|
||||
$strings['Modify'] = 'Modifica';
|
||||
$strings['Save'] = 'Salva';
|
||||
$strings['Back'] = 'Indietro';
|
||||
$strings['BackMessageIndex'] = 'Elenco Messaggi';
|
||||
$strings['ToggleHeaders'] = 'Intestazioni Si/No';
|
||||
$strings['ViewOriginal'] = 'Messaggio Originale';
|
||||
$strings['Next'] = 'succ.';
|
||||
$strings['Close Window'] = 'Close Window';
|
||||
$strings['Search'] = 'Cerca';
|
||||
$strings['Clear'] = 'Pulisci';
|
||||
|
||||
$strings['Days to Show'] = 'Days to Show';
|
||||
$strings['Reservation Offset'] = 'Reservation Offset';
|
||||
$strings['Hidden'] = 'Hidden';
|
||||
$strings['Show Summary'] = 'Show Summary';
|
||||
$strings['Add Schedule'] = 'Add Schedule';
|
||||
$strings['Edit Schedule'] = 'Edit Schedule';
|
||||
$strings['No'] = 'No';
|
||||
$strings['Yes'] = 'Yes';
|
||||
$strings['Name'] = 'Name';
|
||||
$strings['First Name'] = 'First Name';
|
||||
$strings['Last Name'] = 'Last Name';
|
||||
$strings['Resource Name'] = 'Resource Name';
|
||||
$strings['Email'] = 'Email';
|
||||
$strings['Institution'] = 'Institution';
|
||||
$strings['Phone'] = 'Phone';
|
||||
$strings['Password'] = 'Password';
|
||||
$strings['Permissions'] = 'Permissions';
|
||||
$strings['View information about'] = 'View information about %s %s';
|
||||
$strings['Send email to'] = 'Send email to %s %s';
|
||||
$strings['Reset password for'] = 'Reset password for %s %s';
|
||||
$strings['Edit permissions for'] = 'Edit permissions for %s %s';
|
||||
$strings['Position'] = 'Position';
|
||||
$strings['Password (6 char min)'] = 'Password (%s char min)'; // @since 1.1.0
|
||||
$strings['Re-Enter Password'] = 'Re-Enter Password';
|
||||
|
||||
$strings['Date'] = 'Date';
|
||||
$strings['Email Users'] = 'Email Users';
|
||||
$strings['Subject'] = 'Oggetto';
|
||||
$strings['Message'] = 'Messaggio';
|
||||
$strings['Send Email'] = 'Send Email';
|
||||
$strings['problem sending email'] = 'Sorry, there was a problem sending your email. Please try again later.';
|
||||
$strings['The email sent successfully.'] = 'The email sent successfully.';
|
||||
$strings['Email address'] = 'Email address';
|
||||
$strings['Please Log In'] = 'Inserire le proprie credenziali';
|
||||
$strings['Keep me logged in'] = 'Ricorda le credenziali <br/>(richiede i cookies)';
|
||||
$strings['Password'] = 'Password';
|
||||
$strings['Log In'] = 'Entra';
|
||||
$strings['Get online help'] = 'Get online help';
|
||||
$strings['Language'] = 'Lingua';
|
||||
$strings['(Default)'] = '(Default)';
|
||||
|
||||
$strings['Email Administrator'] = 'Scrivi all\'amministratore';
|
||||
|
||||
$strings['N/A'] = 'N/A';
|
||||
$strings['Summary'] = 'Summary';
|
||||
|
||||
$strings['View stats for schedule'] = 'View stats for schedule:';
|
||||
$strings['At A Glance'] = 'At A Glance';
|
||||
$strings['Total Users'] = 'Total Users:';
|
||||
$strings['Total Resources'] = 'Total Resources:';
|
||||
$strings['Total Reservations'] = 'Total Reservations:';
|
||||
$strings['Max Reservation'] = 'Max Reservation:';
|
||||
$strings['Min Reservation'] = 'Min Reservation:';
|
||||
$strings['Avg Reservation'] = 'Avg Reservation:';
|
||||
$strings['Most Active Resource'] = 'Most Active Resource:';
|
||||
$strings['Most Active User'] = 'Most Active User:';
|
||||
$strings['System Stats'] = 'System Stats';
|
||||
$strings['phpScheduleIt version'] = 'phpScheduleIt version:';
|
||||
$strings['Database backend'] = 'Database backend:';
|
||||
$strings['Database name'] = 'Database name:';
|
||||
$strings['PHP version'] = 'PHP version:';
|
||||
$strings['Server OS'] = 'Server OS:';
|
||||
$strings['Server name'] = 'Server name:';
|
||||
$strings['phpScheduleIt root directory'] = 'phpScheduleIt root directory:';
|
||||
$strings['Using permissions'] = 'Using permissions:';
|
||||
$strings['Using logging'] = 'Using logging:';
|
||||
$strings['Log file'] = 'Log file:';
|
||||
$strings['Admin email address'] = 'Admin email address:';
|
||||
$strings['Tech email address'] = 'Tech email address:';
|
||||
$strings['CC email addresses'] = 'CC email addresses:';
|
||||
$strings['Reservation start time'] = 'Reservation start time:';
|
||||
$strings['Reservation end time'] = 'Reservation end time:';
|
||||
$strings['Days shown at a time'] = 'Days shown at a time:';
|
||||
$strings['Reservations'] = 'Reservations';
|
||||
$strings['Return to top'] = 'Return to top';
|
||||
$strings['for'] = 'for';
|
||||
|
||||
$strings['Per page'] = 'Per page:';
|
||||
$strings['Page'] = 'Page:';
|
||||
|
||||
$strings['You are not logged in!'] = 'You are not logged in!';
|
||||
|
||||
$strings['Setup'] = 'Setup';
|
||||
$strings['Invalid User Name/Password.'] = 'Login e/o Password errati.';
|
||||
|
||||
$strings['Valid username is required'] = 'Valid username is required';
|
||||
|
||||
$strings['Close'] = 'Close';
|
||||
|
||||
$strings['Admin'] = 'Admin';
|
||||
|
||||
$strings['My Quick Links'] = 'Menu';
|
||||
|
||||
$strings['Go to first page'] = 'Vai alla prima pagina';
|
||||
$strings['Go to last page'] = 'Vai all\'ultima pagina';
|
||||
$strings['Sort by descending order'] = 'Sort by descending order';
|
||||
$strings['Sort by ascending order'] = 'Sort by ascending order';
|
||||
$strings['Spam Quarantine'] = 'Quarantena Spam';
|
||||
$strings['Message View'] = 'Visualizzazione Messaggio';
|
||||
$strings['Attachment Quarantine'] = 'Quarantena Allegati';
|
||||
$strings['No such content type'] = 'No such content type';
|
||||
$strings['No message was selected'] = 'Nessun messaggio selezionato ...';
|
||||
$strings['Unknown action type'] = 'Tipo di richiesta sconosciuta ...';
|
||||
$strings['A problem occured when trying to release the following messages'] = 'Si è verificato un problema cercando di sbloccare i seguenti messaggi';
|
||||
$strings['A problem occured when trying to delete the following messages'] = 'Si è verificato un problema cercando di cancellare i seguenti messaggi';
|
||||
$strings['Please release the following messages'] = 'Per cortesia vogliate sbloccare i seguenti messaggi';
|
||||
$strings['To'] = 'A';
|
||||
$strings['From'] = 'Da';
|
||||
$strings['Subject'] = 'Oggetto';
|
||||
$strings['Date'] = 'Data';
|
||||
$strings['Score'] = 'Punteggio';
|
||||
$strings['Mail ID'] = 'ID Messaggio';
|
||||
$strings['Status'] = 'Stato';
|
||||
$strings['Print'] = 'Stampa';
|
||||
$strings['CloseWindow'] = 'Chiudi';
|
||||
$strings['Unknown server type'] = 'Tipo di server sconosciuto ...';
|
||||
$strings['Showing messages'] = "Messaggi dal %s al %s (%s in totale)\r\n";
|
||||
$strings['View this message'] = 'Apri questo messaggio';
|
||||
$strings['Message Unavailable'] = 'Messaggio non disponibile';
|
||||
$strings['My Quarantine'] = 'Quarantena';
|
||||
$strings['Site Quarantine'] = 'Quarantena globale';
|
||||
$strings['Message Processing'] = 'Elaborazione Messaggio';
|
||||
$strings['Quarantine Summary'] = 'Statistiche Quarantena';
|
||||
$strings['Site Quarantine Summary'] = 'Statistiche Quarantena globale';
|
||||
$strings['Login'] = 'Login';
|
||||
$strings['spam(s)'] = 'spam';
|
||||
$strings['attachment(s)'] = 'allegati';
|
||||
$strings['pending release request(s)'] = 'richiesta/e di sblocco accodate';
|
||||
$strings['virus(es)'] = 'virus(es)';
|
||||
$strings['bad header(s)'] = 'intestazione/i difettosa/e';
|
||||
$strings['You have to type some text'] = 'E\' obbligatorio inserire del testo';
|
||||
$strings['Release'] = 'Sblocca';
|
||||
$strings['Release/Request release'] = 'Sblocca/Richiedi sblocco';
|
||||
$strings['Request release'] = 'Richiedi slocco';
|
||||
$strings['Delete'] = 'Cancella';
|
||||
$strings['Delete All'] = 'Cancella Tutti';
|
||||
$strings['Send report and go back'] = 'Invia il rapporto e torna alla pagina precedente';
|
||||
$strings['Go back'] = "Indietro";
|
||||
$strings['Select All'] = "Seleziona Tutti";
|
||||
$strings['Clear All'] = "Deseleziona Tutti";
|
||||
$strings['Access Denied'] = "Accesso Negato ";
|
||||
$strings['My Pending Requests'] = "Richieste in sospeso";
|
||||
$strings['Site Pending Requests'] = "Richieste in sospeso (globali)";
|
||||
$strings['Cancel Request'] = "Cancella la Richiesta";
|
||||
$strings['User is not allowed to login'] = "Utente non autorizzato al servizio";
|
||||
$strings['Authentication successful'] = "Autenticazione riuscita";
|
||||
$strings['Authentication failed'] = "Autenticazione fallita";
|
||||
$strings['LDAP connection failed'] = "Connessione al server LDAP/AD fallita";
|
||||
$strings['Logout successful'] = "Logout riuscito";
|
||||
$strings['IMAP Authentication: no match'] = "Autenticazione IMAP: non trovato";
|
||||
$strings['Search for messages whose:'] = "Cerca i messaggi che:";
|
||||
$strings['Content Type'] = "Content Type";
|
||||
$strings['Clear search results'] = "Azzera il risultato della ricerca";
|
||||
$strings['contains'] = "contiene";
|
||||
$strings['doesn\'t contain'] = "non contiene";
|
||||
$strings['equals'] = "uguale a";
|
||||
$strings['doesn\'t equal'] = "diverso da";
|
||||
$strings['All'] = "Tutti";
|
||||
$strings['Spam'] = "Spam";
|
||||
$strings['Banned'] = "Non permesso";
|
||||
$strings['Bad Header'] = "Intestazione Difettosa";
|
||||
$strings['Bad Headers'] = "Intestazioni Difettose";
|
||||
$strings['Pending Requests'] = 'Richieste in sospeso';
|
||||
$strings['Virus'] = "Virus";
|
||||
$strings['Viruses'] = "Viruses";
|
||||
$strings['last'] = "ultima";
|
||||
$strings['first'] = "prima";
|
||||
$strings['previous'] = "prec.";
|
||||
$strings['There was an error executing your query'] = 'E\' stato riscontrato un errore durante la ricerca sul database:';
|
||||
$strings['There are no matching records.'] = 'Nessun record trovato.';
|
||||
$strings['Domain'] = 'Dominio';
|
||||
$strings['Total'] = 'Totali';
|
||||
$strings['X-Amavis-Alert'] = 'X-Amavis-Alert';
|
||||
$strings['Loading Summary...'] = 'Caricamento in corso...';
|
||||
$strings['Retrieving Messages...'] = 'Download dei messaggi...';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* Italian (it) translation file.
|
||||
* Based on phpScheduleIt translation file.
|
||||
* This also serves as the base translation file from which to derive
|
||||
* all other translations.
|
||||
*
|
||||
* @author Paolo Cravero <pcravero@as2594.net>
|
||||
* @version 08-25-05
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2005 - MailZu
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all of the strings that are used throughout phpScheduleit.
|
||||
// Please save the translated file as '2 letter language code'.lang.php. For example, en.lang.php.
|
||||
//
|
||||
// To make phpScheduleIt available in another language, simply translate each
|
||||
// of the following strings into the appropriate one for the language. If there
|
||||
// is no direct translation, please provide the closest translation. Please be sure
|
||||
// to make the proper additions the /config/langs.php file (instructions are in the file).
|
||||
// Also, please add a help translation for your language using en.help.php as a base.
|
||||
//
|
||||
// You will probably keep all sprintf (%s) tags in their current place. These tags
|
||||
// are there as a substitution placeholder. Please check the output after translating
|
||||
// to be sure that the sentences make sense.
|
||||
//
|
||||
// + Please use single quotes ' around all $strings. If you need to use the ' character, please enter it as \'
|
||||
// + Please use double quotes " around all $email. If you need to use the " character, please enter it as \"
|
||||
//
|
||||
// + For all $dates please use the PHP strftime() syntax
|
||||
// http://us2.php.net/manual/en/function.strftime.php
|
||||
//
|
||||
// + Non-intuitive parts of this file will be explained with comments. If you
|
||||
// have any questions, please email lqqkout13@users.sourceforge.net
|
||||
// or post questions in the Developers forum on SourceForge
|
||||
// http://sourceforge.net/forum/forum.php?forum_id=331297
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
////////////////////////////////
|
||||
/* Do not modify this section */
|
||||
////////////////////////////////
|
||||
global $strings; //
|
||||
global $email; //
|
||||
global $dates; //
|
||||
global $charset; //
|
||||
global $letters; //
|
||||
global $days_full; //
|
||||
global $days_abbr; //
|
||||
global $days_two; //
|
||||
global $days_letter; //
|
||||
global $months_full; //
|
||||
global $months_abbr; //
|
||||
global $days_letter; //
|
||||
/******************************/
|
||||
|
||||
// Charset for this language
|
||||
// 'iso-8859-1' will work for most languages
|
||||
$charset = 'iso-8859-1';
|
||||
|
||||
/***
|
||||
DAY NAMES
|
||||
All of these arrays MUST start with Sunday as the first element
|
||||
and go through the seven day week, ending on Saturday
|
||||
***/
|
||||
// The full day name
|
||||
$days_full = array('Domenica', 'Lunedi', 'Martedi', 'Mercoledi', 'Giovedi', 'Venerdi', 'Sabato');
|
||||
// The three letter abbreviation
|
||||
$days_abbr = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab');
|
||||
// The two letter abbreviation
|
||||
$days_two = array('Do', 'Lu', 'Ma', 'Me', 'Gi', 'Ve', 'Sa');
|
||||
// The one letter abbreviation
|
||||
$days_letter = array('D', 'L', 'm', 'M', 'G', 'V', 'S');
|
||||
|
||||
/***
|
||||
MONTH NAMES
|
||||
All of these arrays MUST start with January as the first element
|
||||
and go through the twelve months of the year, ending on December
|
||||
***/
|
||||
// The full month name
|
||||
$months_full = array('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre');
|
||||
// The three letter month name
|
||||
$months_abbr = array('Gen', 'Feb', 'Mar', 'Apr', 'MaG', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic');
|
||||
|
||||
// All letters of the alphabet starting with A and ending with Z
|
||||
$letters = array ('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
|
||||
|
||||
/***
|
||||
DATE FORMATTING
|
||||
All of the date formatting must use the PHP strftime() syntax
|
||||
You can include any text/HTML formatting in the translation
|
||||
***/
|
||||
// General date formatting used for all date display unless otherwise noted
|
||||
$dates['general_date'] = '%d/%m/%Y';
|
||||
// General datetime formatting used for all datetime display unless otherwise noted
|
||||
// The hour:minute:second will always follow this format
|
||||
$dates['general_datetime'] = '%d/%m/%Y @';
|
||||
// Date on top-right of each page
|
||||
$dates['header'] = '%A, %d %B %Y';
|
||||
|
||||
/***
|
||||
STRING TRANSLATIONS
|
||||
All of these strings should be translated from the English value (right side of the equals sign) to the new language.
|
||||
- Please keep the keys (between the [] brackets) as they are. The keys will not always be the same as the value.
|
||||
- Please keep the sprintf formatting (%s) placeholders where they are unless you are sure it needs to be moved.
|
||||
- Please keep the HTML and punctuation as-is unless you know that you want to change it.
|
||||
***/
|
||||
$strings['hours'] = 'ore';
|
||||
$strings['minutes'] = 'minuti';
|
||||
// The common abbreviation to hint that a user should enter the month as 2 digits
|
||||
$strings['mm'] = 'mm';
|
||||
// The common abbreviation to hint that a user should enter the day as 2 digits
|
||||
$strings['dd'] = 'gg';
|
||||
// The common abbreviation to hint that a user should enter the year as 4 digits
|
||||
$strings['yyyy'] = 'aaaa';
|
||||
$strings['am'] = 'am';
|
||||
$strings['pm'] = 'pm';
|
||||
|
||||
$strings['Administrator'] = 'Amministratore';
|
||||
$strings['Welcome Back'] = 'Benvenuto, %s';
|
||||
$strings['Log Out'] = 'Esci';
|
||||
$strings['Help'] = 'Aiuto';
|
||||
|
||||
$strings['Admin Email'] = 'Admin Email';
|
||||
|
||||
$strings['Default'] = 'Default';
|
||||
$strings['Reset'] = 'Reset';
|
||||
$strings['Edit'] = 'Modifica';
|
||||
$strings['Delete'] = 'Cancella';
|
||||
$strings['Cancel'] = 'Annulla';
|
||||
$strings['View'] = 'Visualizza';
|
||||
$strings['Modify'] = 'Modifica';
|
||||
$strings['Save'] = 'Salva';
|
||||
$strings['Back'] = 'Indietro';
|
||||
$strings['BackMessageIndex'] = 'Elenco Messaggi';
|
||||
$strings['ToggleHeaders'] = 'Intestazioni Si/No';
|
||||
$strings['ViewOriginal'] = 'Messaggio Originale';
|
||||
$strings['Next'] = 'succ.';
|
||||
$strings['Close Window'] = 'Close Window';
|
||||
$strings['Search'] = 'Cerca';
|
||||
$strings['Clear'] = 'Pulisci';
|
||||
|
||||
$strings['Days to Show'] = 'Days to Show';
|
||||
$strings['Reservation Offset'] = 'Reservation Offset';
|
||||
$strings['Hidden'] = 'Hidden';
|
||||
$strings['Show Summary'] = 'Show Summary';
|
||||
$strings['Add Schedule'] = 'Add Schedule';
|
||||
$strings['Edit Schedule'] = 'Edit Schedule';
|
||||
$strings['No'] = 'No';
|
||||
$strings['Yes'] = 'Yes';
|
||||
$strings['Name'] = 'Name';
|
||||
$strings['First Name'] = 'First Name';
|
||||
$strings['Last Name'] = 'Last Name';
|
||||
$strings['Resource Name'] = 'Resource Name';
|
||||
$strings['Email'] = 'Email';
|
||||
$strings['Institution'] = 'Institution';
|
||||
$strings['Phone'] = 'Phone';
|
||||
$strings['Password'] = 'Password';
|
||||
$strings['Permissions'] = 'Permissions';
|
||||
$strings['View information about'] = 'View information about %s %s';
|
||||
$strings['Send email to'] = 'Send email to %s %s';
|
||||
$strings['Reset password for'] = 'Reset password for %s %s';
|
||||
$strings['Edit permissions for'] = 'Edit permissions for %s %s';
|
||||
$strings['Position'] = 'Position';
|
||||
$strings['Password (6 char min)'] = 'Password (%s char min)'; // @since 1.1.0
|
||||
$strings['Re-Enter Password'] = 'Re-Enter Password';
|
||||
|
||||
$strings['Date'] = 'Date';
|
||||
$strings['Email Users'] = 'Email Users';
|
||||
$strings['Subject'] = 'Oggetto';
|
||||
$strings['Message'] = 'Messaggio';
|
||||
$strings['Send Email'] = 'Send Email';
|
||||
$strings['problem sending email'] = 'Sorry, there was a problem sending your email. Please try again later.';
|
||||
$strings['The email sent successfully.'] = 'The email sent successfully.';
|
||||
$strings['Email address'] = 'Email address';
|
||||
$strings['Please Log In'] = 'Inserire le proprie credenziali';
|
||||
$strings['Keep me logged in'] = 'Ricorda le credenziali <br/>(richiede i cookies)';
|
||||
$strings['Password'] = 'Password';
|
||||
$strings['Log In'] = 'Entra';
|
||||
$strings['Get online help'] = 'Get online help';
|
||||
$strings['Language'] = 'Lingua';
|
||||
$strings['(Default)'] = '(Default)';
|
||||
|
||||
$strings['Email Administrator'] = 'Scrivi all\'amministratore';
|
||||
|
||||
$strings['N/A'] = 'N/A';
|
||||
$strings['Summary'] = 'Summary';
|
||||
|
||||
$strings['View stats for schedule'] = 'View stats for schedule:';
|
||||
$strings['At A Glance'] = 'At A Glance';
|
||||
$strings['Total Users'] = 'Total Users:';
|
||||
$strings['Total Resources'] = 'Total Resources:';
|
||||
$strings['Total Reservations'] = 'Total Reservations:';
|
||||
$strings['Max Reservation'] = 'Max Reservation:';
|
||||
$strings['Min Reservation'] = 'Min Reservation:';
|
||||
$strings['Avg Reservation'] = 'Avg Reservation:';
|
||||
$strings['Most Active Resource'] = 'Most Active Resource:';
|
||||
$strings['Most Active User'] = 'Most Active User:';
|
||||
$strings['System Stats'] = 'System Stats';
|
||||
$strings['phpScheduleIt version'] = 'phpScheduleIt version:';
|
||||
$strings['Database backend'] = 'Database backend:';
|
||||
$strings['Database name'] = 'Database name:';
|
||||
$strings['PHP version'] = 'PHP version:';
|
||||
$strings['Server OS'] = 'Server OS:';
|
||||
$strings['Server name'] = 'Server name:';
|
||||
$strings['phpScheduleIt root directory'] = 'phpScheduleIt root directory:';
|
||||
$strings['Using permissions'] = 'Using permissions:';
|
||||
$strings['Using logging'] = 'Using logging:';
|
||||
$strings['Log file'] = 'Log file:';
|
||||
$strings['Admin email address'] = 'Admin email address:';
|
||||
$strings['Tech email address'] = 'Tech email address:';
|
||||
$strings['CC email addresses'] = 'CC email addresses:';
|
||||
$strings['Reservation start time'] = 'Reservation start time:';
|
||||
$strings['Reservation end time'] = 'Reservation end time:';
|
||||
$strings['Days shown at a time'] = 'Days shown at a time:';
|
||||
$strings['Reservations'] = 'Reservations';
|
||||
$strings['Return to top'] = 'Return to top';
|
||||
$strings['for'] = 'for';
|
||||
|
||||
$strings['Per page'] = 'Per page:';
|
||||
$strings['Page'] = 'Page:';
|
||||
|
||||
$strings['You are not logged in!'] = 'You are not logged in!';
|
||||
|
||||
$strings['Setup'] = 'Setup';
|
||||
$strings['Invalid User Name/Password.'] = 'Login e/o Password errati.';
|
||||
|
||||
$strings['Valid username is required'] = 'Valid username is required';
|
||||
|
||||
$strings['Close'] = 'Close';
|
||||
|
||||
$strings['Admin'] = 'Admin';
|
||||
|
||||
$strings['My Quick Links'] = 'Menu';
|
||||
|
||||
$strings['Go to first page'] = 'Vai alla prima pagina';
|
||||
$strings['Go to last page'] = 'Vai all\'ultima pagina';
|
||||
$strings['Sort by descending order'] = 'Sort by descending order';
|
||||
$strings['Sort by ascending order'] = 'Sort by ascending order';
|
||||
$strings['Spam Quarantine'] = 'Quarantena Spam';
|
||||
$strings['Message View'] = 'Visualizzazione Messaggio';
|
||||
$strings['Attachment Quarantine'] = 'Quarantena Allegati';
|
||||
$strings['No such content type'] = 'No such content type';
|
||||
$strings['No message was selected'] = 'Nessun messaggio selezionato ...';
|
||||
$strings['Unknown action type'] = 'Tipo di richiesta sconosciuta ...';
|
||||
$strings['A problem occured when trying to release the following messages'] = 'Si è verificato un problema cercando di sbloccare i seguenti messaggi';
|
||||
$strings['A problem occured when trying to delete the following messages'] = 'Si è verificato un problema cercando di cancellare i seguenti messaggi';
|
||||
$strings['Please release the following messages'] = 'Per cortesia vogliate sbloccare i seguenti messaggi';
|
||||
$strings['To'] = 'A';
|
||||
$strings['From'] = 'Da';
|
||||
$strings['Subject'] = 'Oggetto';
|
||||
$strings['Date'] = 'Data';
|
||||
$strings['Score'] = 'Punteggio';
|
||||
$strings['Mail ID'] = 'ID Messaggio';
|
||||
$strings['Status'] = 'Stato';
|
||||
$strings['Print'] = 'Stampa';
|
||||
$strings['CloseWindow'] = 'Chiudi';
|
||||
$strings['Unknown server type'] = 'Tipo di server sconosciuto ...';
|
||||
$strings['Showing messages'] = "Messaggi dal %s al %s (%s in totale)\r\n";
|
||||
$strings['View this message'] = 'Apri questo messaggio';
|
||||
$strings['Message Unavailable'] = 'Messaggio non disponibile';
|
||||
$strings['My Quarantine'] = 'Quarantena';
|
||||
$strings['Site Quarantine'] = 'Quarantena globale';
|
||||
$strings['Message Processing'] = 'Elaborazione Messaggio';
|
||||
$strings['Quarantine Summary'] = 'Statistiche Quarantena';
|
||||
$strings['Site Quarantine Summary'] = 'Statistiche Quarantena globale';
|
||||
$strings['Login'] = 'Login';
|
||||
$strings['spam(s)'] = 'spam';
|
||||
$strings['attachment(s)'] = 'allegati';
|
||||
$strings['pending release request(s)'] = 'richiesta/e di sblocco accodate';
|
||||
$strings['virus(es)'] = 'virus(es)';
|
||||
$strings['bad header(s)'] = 'intestazione/i difettosa/e';
|
||||
$strings['You have to type some text'] = 'E\' obbligatorio inserire del testo';
|
||||
$strings['Release'] = 'Sblocca';
|
||||
$strings['Release/Request release'] = 'Sblocca/Richiedi sblocco';
|
||||
$strings['Request release'] = 'Richiedi slocco';
|
||||
$strings['Delete'] = 'Cancella';
|
||||
$strings['Delete All'] = 'Cancella Tutti';
|
||||
$strings['Send report and go back'] = 'Invia il rapporto e torna alla pagina precedente';
|
||||
$strings['Go back'] = "Indietro";
|
||||
$strings['Select All'] = "Seleziona Tutti";
|
||||
$strings['Clear All'] = "Deseleziona Tutti";
|
||||
$strings['Access Denied'] = "Accesso Negato ";
|
||||
$strings['My Pending Requests'] = "Richieste in sospeso";
|
||||
$strings['Site Pending Requests'] = "Richieste in sospeso (globali)";
|
||||
$strings['Cancel Request'] = "Cancella la Richiesta";
|
||||
$strings['User is not allowed to login'] = "Utente non autorizzato al servizio";
|
||||
$strings['Authentication successful'] = "Autenticazione riuscita";
|
||||
$strings['Authentication failed'] = "Autenticazione fallita";
|
||||
$strings['LDAP connection failed'] = "Connessione al server LDAP/AD fallita";
|
||||
$strings['Logout successful'] = "Logout riuscito";
|
||||
$strings['IMAP Authentication: no match'] = "Autenticazione IMAP: non trovato";
|
||||
$strings['Search for messages whose:'] = "Cerca i messaggi che:";
|
||||
$strings['Content Type'] = "Content Type";
|
||||
$strings['Clear search results'] = "Azzera il risultato della ricerca";
|
||||
$strings['contains'] = "contiene";
|
||||
$strings['doesn\'t contain'] = "non contiene";
|
||||
$strings['equals'] = "uguale a";
|
||||
$strings['doesn\'t equal'] = "diverso da";
|
||||
$strings['All'] = "Tutti";
|
||||
$strings['Spam'] = "Spam";
|
||||
$strings['Banned'] = "Non permesso";
|
||||
$strings['Bad Header'] = "Intestazione Difettosa";
|
||||
$strings['Bad Headers'] = "Intestazioni Difettose";
|
||||
$strings['Pending Requests'] = 'Richieste in sospeso';
|
||||
$strings['Virus'] = "Virus";
|
||||
$strings['Viruses'] = "Viruses";
|
||||
$strings['last'] = "ultima";
|
||||
$strings['first'] = "prima";
|
||||
$strings['previous'] = "prec.";
|
||||
$strings['There was an error executing your query'] = 'E\' stato riscontrato un errore durante la ricerca sul database:';
|
||||
$strings['There are no matching records.'] = 'Nessun record trovato.';
|
||||
$strings['Domain'] = 'Dominio';
|
||||
$strings['Total'] = 'Totali';
|
||||
$strings['X-Amavis-Alert'] = 'X-Amavis-Alert';
|
||||
$strings['Loading Summary...'] = 'Caricamento in corso...';
|
||||
$strings['Retrieving Messages...'] = 'Download dei messaggi...';
|
||||
?>
|
||||
|
@ -1,324 +1,324 @@
|
||||
<?php
|
||||
/**
|
||||
* Turkish (tr) translation file.
|
||||
* Based on phpScheduleIt translation file.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @author Samuel Tran <stran2005@users.sourceforge.net>
|
||||
* @author Brian Wong <bwsource@users.sourceforge.net>
|
||||
* @author Nicolas Peyrussie <peyrouz@users.sourceforge.net>
|
||||
* @author Jeremy Fowler <jfowler06@users.sourceforge.net>
|
||||
* @author Kerem ERSOY <kerem@sibernet.com.tr>
|
||||
* @version 28-03-10
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2010 MailZu, KeremE
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all of the strings that are used throughout phpScheduleit.
|
||||
// Please save the translated file as '2 letter language code'.lang.php. For example, en.lang.php.
|
||||
//
|
||||
// To make phpScheduleIt available in another language, simply translate each
|
||||
// of the following strings into the appropriate one for the language. If there
|
||||
// is no direct translation, please provide the closest translation. Please be sure
|
||||
// to make the proper additions the /config/langs.php file (instructions are in the file).
|
||||
// Also, please add a help translation for your language using en.help.php as a base.
|
||||
//
|
||||
// You will probably keep all sprintf (%s) tags in their current place. These tags
|
||||
// are there as a substitution placeholder. Please check the output after translating
|
||||
// to be sure that the sentences make sense.
|
||||
//
|
||||
// + Please use single quotes ' around all $strings. If you need to use the ' character, please enter it as \'
|
||||
// + Please use double quotes " around all $email. If you need to use the " character, please enter it as \"
|
||||
//
|
||||
// + For all $dates please use the PHP strftime() syntax
|
||||
// http://us2.php.net/manual/en/function.strftime.php
|
||||
//
|
||||
// + Non-intuitive parts of this file will be explained with comments. If you
|
||||
// have any questions, please email lqqkout13@users.sourceforge.net
|
||||
// or post questions in the Developers forum on SourceForge
|
||||
// http://sourceforge.net/forum/forum.php?forum_id=331297
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
////////////////////////////////
|
||||
/* Do not modify this section */
|
||||
////////////////////////////////
|
||||
global $strings; //
|
||||
global $email; //
|
||||
global $dates; //
|
||||
global $charset; //
|
||||
global $letters; //
|
||||
global $days_full; //
|
||||
global $days_abbr; //
|
||||
global $days_two; //
|
||||
global $days_letter; //
|
||||
global $months_full; //
|
||||
global $months_abbr; //
|
||||
global $days_letter; //
|
||||
/******************************/
|
||||
|
||||
// Charset for this language
|
||||
// 'iso-8859-1' will work for most languages
|
||||
$charset = 'UTF-8';
|
||||
|
||||
/***
|
||||
DAY NAMES
|
||||
All of these arrays MUST start with Sunday as the first element
|
||||
and go through the seven day week, ending on Saturday
|
||||
***/
|
||||
// The full day name
|
||||
$days_full = array('Pazar', 'Pazartesi', 'Salı', 'Çarşamma', 'Perşembe', 'Cuma', 'Cumartesi');
|
||||
// The three letter abbreviation
|
||||
$days_abbr = array('Pzr', 'Pts', 'Sal', 'Car', 'Per', 'Cum', 'Cts');
|
||||
// The two letter abbreviation
|
||||
$days_two = array('Pz', 'Pt', 'Sa', 'Ca', 'Pe', 'Cu', 'Ct');
|
||||
// The one letter abbreviation
|
||||
$days_letter = array('P', 'T', 'S', 'C', 'P', 'C', 'S');
|
||||
|
||||
/***
|
||||
MONTH NAMES
|
||||
All of these arrays MUST start with January as the first element
|
||||
and go through the twelve months of the year, ending on December
|
||||
***/
|
||||
// The full month name
|
||||
$months_full = array('Ocak', 'Subat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık');
|
||||
// The three letter month name
|
||||
$months_abbr = array('Ock', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Ekm', 'Kas', 'Ara');
|
||||
|
||||
// All letters of the alphabet starting with A and ending with Z
|
||||
$letters = array ('A', 'B', 'C', 'Ç', 'D', 'E', 'F', 'G', 'Ğ', 'H', 'I', 'İ', 'J', 'K', 'L', 'M', 'N', 'O', 'Ö', 'P', 'Q', 'R', 'S', 'Ş', 'T', 'U', 'Ü', 'V', 'W', 'X', 'Y', 'Z');
|
||||
|
||||
/***
|
||||
DATE FORMATTING
|
||||
All of the date formatting must use the PHP strftime() syntax
|
||||
You can include any text/HTML formatting in the translation
|
||||
***/
|
||||
// General date formatting used for all date display unless otherwise noted
|
||||
$dates['general_date'] = '%d/%m/%Y';
|
||||
// General datetime formatting used for all datetime display unless otherwise noted
|
||||
// The hour:minute:second will always follow this format
|
||||
$dates['general_datetime'] = '%d/%m/%Y @';
|
||||
$dates['header'] = ' %d-%B-%Y, %A';
|
||||
|
||||
/***
|
||||
STRING TRANSLATIONS
|
||||
All of these strings should be translated from the English value (right side of the equals sign) to the new language.
|
||||
- Please keep the keys (between the [] brackets) as they are. The keys will not always be the same as the value.
|
||||
- Please keep the sprintf formatting (%s) placeholders where they are unless you are sure it needs to be moved.
|
||||
- Please keep the HTML and punctuation as-is unless you know that you want to change it.
|
||||
***/
|
||||
$strings['hours'] = 'saat';
|
||||
$strings['minutes'] = 'dakika';
|
||||
// The common abbreviation to hint that a user should enter the month as 2 digits
|
||||
$strings['mm'] = 'aa';
|
||||
// The common abbreviation to hint that a user should enter the day as 2 digits
|
||||
$strings['dd'] = 'gg';
|
||||
// The common abbreviation to hint that a user should enter the year as 4 digits
|
||||
$strings['yyyy'] = 'yyyy';
|
||||
$strings['am'] = 'am';
|
||||
$strings['pm'] = 'pm';
|
||||
|
||||
$strings['Administrator'] = 'Yönetici';
|
||||
$strings['Welcome Back'] = 'Hoş geldiniz, %s';
|
||||
$strings['Log Out'] = 'Çıkış';
|
||||
$strings['Help'] = 'Yardım';
|
||||
|
||||
$strings['Admin Email'] = 'Yönetici E-posta';
|
||||
|
||||
$strings['Default'] = 'Varsayılan';
|
||||
$strings['Reset'] = 'Sıfırla';
|
||||
$strings['Edit'] = 'Düzenle';
|
||||
$strings['Delete'] = 'Sil';
|
||||
$strings['Cancel'] = 'İptal';
|
||||
$strings['View'] = 'Görünüm';
|
||||
$strings['Modify'] = 'Değiştir';
|
||||
$strings['Save'] = 'Kaydet';
|
||||
$strings['Back'] = 'Geri';
|
||||
$strings['BackMessageIndex'] = 'Mesaj Listesine Dön';
|
||||
$strings['ToggleHeaders'] = 'Başlıkları Aç/Kapa';
|
||||
$strings['ViewOriginal'] = 'Kaynak Kodunu Görüntüle';
|
||||
$strings['Next'] = 'ileri';
|
||||
$strings['Close Window'] = 'Pencereyi kapat';
|
||||
$strings['Search'] = 'Arama';
|
||||
$strings['Clear'] = 'Temizle';
|
||||
|
||||
$strings['Days to Show'] = 'Görüntülenecek gün adedi';
|
||||
$strings['Reservation Offset'] = 'Rezervasyon Süresi';
|
||||
$strings['Hidden'] = 'Gizli';
|
||||
$strings['Show Summary'] = 'Özet göster';
|
||||
$strings['Add Schedule'] = 'Program ekle';
|
||||
$strings['Edit Schedule'] = 'Program değiştir';
|
||||
$strings['No'] = 'Hayır';
|
||||
$strings['Yes'] = 'Evet';
|
||||
$strings['Name'] = 'İsim';
|
||||
$strings['First Name'] = 'Ad';
|
||||
$strings['Last Name'] = 'Soyad';
|
||||
$strings['Resource Name'] = 'Kaynak adı';
|
||||
$strings['Email'] = 'E-posta';
|
||||
$strings['Institution'] = 'Kuruluş';
|
||||
$strings['Phone'] = 'Telefon';
|
||||
$strings['Password'] = 'Şifre';
|
||||
$strings['Permissions'] = 'İzinler';
|
||||
$strings['View information about'] = '%s %s bilgilerini görüntüle';
|
||||
$strings['Send email to'] = '%s %s e-posta yolla';
|
||||
$strings['Reset password for'] = '%s %s şifresini değiştir';
|
||||
$strings['Edit permissions for'] = '%s %s izinlerini güncelle';
|
||||
$strings['Position'] = 'Pozisyon';
|
||||
$strings['Password (6 char min)'] = 'Şifre (%s karakter min.)'; // @since 1.1.0
|
||||
$strings['Re-Enter Password'] = 'Şifre tekrar';
|
||||
|
||||
$strings['Date'] = 'Tarih';
|
||||
$strings['Email Users'] = 'E-mail Kullanıcıları';
|
||||
$strings['Subject'] = 'Konu';
|
||||
$strings['Message'] = 'Mesaj';
|
||||
$strings['Send Email'] = 'E-posta gönder';
|
||||
$strings['problem sending email'] = 'Sorry, there was a problem sending your email. Please try again later.';
|
||||
$strings['The email sent successfully.'] = 'The email sent successfully.';
|
||||
$strings['Email address'] = 'Email address';
|
||||
$strings['Please Log In'] = 'Please Log In';
|
||||
$strings['Keep me logged in'] = 'Giriş bilgilerimi kaydet <br/>(Çerezleri aktive etmelisiniz)';
|
||||
$strings['Password'] = 'Şifre';
|
||||
$strings['Log In'] = 'Sisteme Giriş';
|
||||
$strings['Get online help'] = 'Çevrimiçi Destek';
|
||||
$strings['Language'] = 'Dil';
|
||||
$strings['(Default)'] = '(Varsayılan)';
|
||||
|
||||
$strings['Email Administrator'] = 'E-posta yöneticisi';
|
||||
|
||||
$strings['N/A'] = 'Yok';
|
||||
$strings['Summary'] = 'Özet';
|
||||
|
||||
$strings['View stats for schedule'] = 'Program istatistiklerini görüntüle:';
|
||||
$strings['At A Glance'] = 'Bir Bakışta';
|
||||
$strings['Total Users'] = 'Toplam kullanıcı:';
|
||||
$strings['Total Resources'] = 'Toplam kaynak:';
|
||||
$strings['Total Reservations'] = 'Toplam rezervasyonlar:';
|
||||
$strings['Max Reservation'] = 'Max Rezervasyon:';
|
||||
$strings['Min Reservation'] = 'Min Rezervation:';
|
||||
$strings['Avg Reservation'] = 'Ort Rezervation:';
|
||||
$strings['Most Active Resource'] = 'Most Active Resource:';
|
||||
$strings['Most Active User'] = 'En Aktif Kullanıcı:';
|
||||
$strings['System Stats'] = 'Sistem İstatistikleri';
|
||||
$strings['phpScheduleIt version'] = 'phpScheduleIt version:';
|
||||
$strings['Database backend'] = 'Veritabanı :';
|
||||
$strings['Database name'] = 'Veritabanı adı:';
|
||||
$strings['PHP version'] = 'PHP Sürümü:';
|
||||
$strings['Server OS'] = 'Sunucu İşletim Sistemi:';
|
||||
$strings['Server name'] = 'Sunucu adı:';
|
||||
$strings['phpScheduleIt root directory'] = 'phpScheduleIt kök dizini:';
|
||||
$strings['Using permissions'] = 'Kullanılan izinler:';
|
||||
$strings['Using logging'] = 'Loglama açık:';
|
||||
$strings['Log file'] = 'Log dosyası:';
|
||||
$strings['Admin email address'] = 'Yönetici eposta adresi:';
|
||||
$strings['Tech email address'] = 'Teknik e-posta adresi:';
|
||||
$strings['CC email addresses'] = 'Kopya iletilecek e-posta adresi:';
|
||||
$strings['Reservation start time'] = 'Rezervasyon başlangıç zamanı';
|
||||
$strings['Reservation end time'] = 'Reservasyon bitiş zamanı:';
|
||||
$strings['Days shown at a time'] = 'Bir sferde görüntlenecek gün ededi:';
|
||||
$strings['Reservations'] = 'Rezervasyonlar';
|
||||
$strings['Return to top'] = 'En başa dön';
|
||||
$strings['for'] = 'için';
|
||||
|
||||
$strings['Per page'] = 'Her sayfada:';
|
||||
$strings['Page'] = 'Sayfa:';
|
||||
|
||||
$strings['You are not logged in!'] = 'Sisteme giriş yapmadınız!';
|
||||
|
||||
$strings['Setup'] = 'Kurulum';
|
||||
$strings['Invalid User Name/Password.'] = 'Geçersiz kullanıcı adı/şifre';
|
||||
|
||||
$strings['Valid username is required'] = 'Geçerli bir kulanıcı adı gerekiyor';
|
||||
|
||||
$strings['Close'] = 'Kapat';
|
||||
|
||||
$strings['Admin'] = 'Yönetici';
|
||||
|
||||
$strings['My Quick Links'] = 'Kısa Yollarım';
|
||||
|
||||
$strings['Go to first page'] = 'İlk sayfaya git';
|
||||
$strings['Go to last page'] = 'Son sayfaya git';
|
||||
$strings['Sort by descending order'] = 'Küçüğe doğru sırala';
|
||||
$strings['Sort by ascending order'] = 'Büyüğü doğru sırala';
|
||||
$strings['Spam Quarantine'] = 'Spam Karantinası';
|
||||
$strings['Message View'] = 'Messaj Görüntüsü';
|
||||
$strings['Attachment Quarantine'] = 'Eklenti Karantinası';
|
||||
$strings['No such content type'] = 'İçerik bulunamadı';
|
||||
$strings['No message was selected'] = 'Hiç bir mesaj seçilmemiş ...';
|
||||
$strings['Unknown action type'] = 'Unknown action type ...';
|
||||
$strings['A problem occured when trying to release the following messages'] = 'A problem occured when trying to release the following messages';
|
||||
$strings['A problem occured when trying to delete the following messages'] = 'A problem occured when trying to delete the following messages';
|
||||
$strings['Please release the following messages'] = 'Lütfen bu mesajları serbest bırakın';
|
||||
$strings['To'] = 'Kime';
|
||||
$strings['From'] = 'Kimden';
|
||||
$strings['Subject'] = 'Konu';
|
||||
$strings['Date'] = 'Tarih';
|
||||
$strings['Score'] = 'Skor';
|
||||
$strings['Mail ID'] = 'Mail Kimliği';
|
||||
$strings['Status'] = 'Durum';
|
||||
$strings['Print'] = 'Yazdır';
|
||||
$strings['CloseWindow'] = 'Kapat';
|
||||
$strings['Unknown server type'] = 'Bilinmeyen sunucu türü ...';
|
||||
$strings['Showing messages'] = " Grüntülenen mesajlar: %s ile %s arası (toplam %s adet)\r\n";
|
||||
$strings['View this message'] = 'Bu mesajı Görüntüle';
|
||||
$strings['Message Unavailable'] = 'Message Görüntülnemiyor';
|
||||
$strings['My Quarantine'] = 'Karantinam';
|
||||
$strings['Site Quarantine'] = 'Karantinadakilerin Tümü';
|
||||
$strings['Message Processing'] = 'Mesaj İşleniyor';
|
||||
$strings['Quarantine Summary'] = 'Karantinam (Özet)';
|
||||
$strings['Site Quarantine Summary'] = 'Karantinadakilerin Tümü (Özet)';
|
||||
$strings['Login'] = 'Giriş Yap';
|
||||
$strings['spam(s)'] = 'spam(lar)';
|
||||
$strings['attachment(s)'] = 'eklenti(ler)';
|
||||
$strings['pending release request(s)'] = 'bekleyen bırakma istek(leri)';
|
||||
$strings['virus(es)'] = 'virus(ler)';
|
||||
$strings['bad header(s)'] = ' başlık(lar)';
|
||||
$strings['You have to type some text'] = 'Açıklama girmelisiniz';
|
||||
$strings['Release'] = 'Spam Değil';
|
||||
$strings['Release/Request release'] = 'Spam Değil/Serbest bırak';
|
||||
$strings['Request release'] = 'Spam değil';
|
||||
$strings['Delete'] = 'Sil';
|
||||
$strings['Delete All'] = 'Tümünü Sil';
|
||||
$strings['Send report and go back'] = 'Rapor gönder ve geri dön';
|
||||
$strings['Go back'] = "Geri git";
|
||||
$strings['Select All'] = "Tümünü Seç";
|
||||
$strings['Clear All'] = "Tümünü Bırak";
|
||||
$strings['Access Denied'] = "Ulaşım engellendi";
|
||||
$strings['My Pending Requests'] = "Bekleyen İsteklerim";
|
||||
$strings['Site Pending Requests'] = "Site Bekleyen İstekler";
|
||||
$strings['Cancel Request'] = "İsteği iptal et";
|
||||
$strings['User is not allowed to login'] = "Kullanıcının giriş izni yok";
|
||||
$strings['Authentication successful'] = "Giriş işlemi başarılı";
|
||||
$strings['Authentication failed'] = "Giriş işleminde hata oldu";
|
||||
$strings['LDAP connection failed'] = "LDAP/AD connection failed";
|
||||
$strings['Logout successful'] = "Çıkış işlemi başarılı";
|
||||
$strings['IMAP Authentication: no match'] = "IMAP Authentication: no match";
|
||||
$strings['Search for messages whose:'] = "Aranan mesaj kriterleri:";
|
||||
$strings['Content Type'] = "İçerik Türü";
|
||||
$strings['Clear search results'] = "Arama sonuçlarını temizle";
|
||||
$strings['contains'] = "içerir";
|
||||
$strings['doesn\'t contain'] = "içermez";
|
||||
$strings['equals'] = "eşittir";
|
||||
$strings['doesn\'t equal'] = "eşit değildir";
|
||||
$strings['All'] = "Tümü";
|
||||
$strings['Spam'] = "Spam";
|
||||
$strings['Banned'] = "Yasaklı";
|
||||
$strings['Virus'] = "Virus";
|
||||
$strings['Viruses'] = "Virusler";
|
||||
$strings['Bad Header'] = "Hatalı Zarf";
|
||||
$strings['Bad Headers'] = "Hatalı Zarflar";
|
||||
$strings['Pending Requests'] = "Bekleyen İstekler";
|
||||
$strings['last'] = "son";
|
||||
$strings['first'] = "ilk";
|
||||
$strings['previous'] = "Önceki";
|
||||
$strings['There was an error executing your query'] = 'Sorgunuz yürütürken bir hata oluştu:';
|
||||
$strings['There are no matching records.'] = 'Belirlediğiniz kriterlere uyan kayıt bulunamadı.';
|
||||
$strings['Domain'] = 'Alan adı';
|
||||
$strings['Total'] = 'Toplam';
|
||||
$strings['X-Amavis-Alert'] = 'X-Amavis-Alarm';
|
||||
$strings['Loading Summary...'] = 'Özet yükleniyor...';
|
||||
$strings['Retrieving Messages...'] = 'Mesajlar getirliyor...';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* Turkish (tr) translation file.
|
||||
* Based on phpScheduleIt translation file.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @author Samuel Tran <stran2005@users.sourceforge.net>
|
||||
* @author Brian Wong <bwsource@users.sourceforge.net>
|
||||
* @author Nicolas Peyrussie <peyrouz@users.sourceforge.net>
|
||||
* @author Jeremy Fowler <jfowler06@users.sourceforge.net>
|
||||
* @author Kerem ERSOY <kerem@sibernet.com.tr>
|
||||
* @version 28-03-10
|
||||
* @package Languages
|
||||
*
|
||||
* Copyright (C) 2010 MailZu, KeremE
|
||||
* License: GPL, see LICENSE
|
||||
*/
|
||||
///////////////////////////////////////////////////////////
|
||||
// INSTRUCTIONS
|
||||
///////////////////////////////////////////////////////////
|
||||
// This file contains all of the strings that are used throughout phpScheduleit.
|
||||
// Please save the translated file as '2 letter language code'.lang.php. For example, en.lang.php.
|
||||
//
|
||||
// To make phpScheduleIt available in another language, simply translate each
|
||||
// of the following strings into the appropriate one for the language. If there
|
||||
// is no direct translation, please provide the closest translation. Please be sure
|
||||
// to make the proper additions the /config/langs.php file (instructions are in the file).
|
||||
// Also, please add a help translation for your language using en.help.php as a base.
|
||||
//
|
||||
// You will probably keep all sprintf (%s) tags in their current place. These tags
|
||||
// are there as a substitution placeholder. Please check the output after translating
|
||||
// to be sure that the sentences make sense.
|
||||
//
|
||||
// + Please use single quotes ' around all $strings. If you need to use the ' character, please enter it as \'
|
||||
// + Please use double quotes " around all $email. If you need to use the " character, please enter it as \"
|
||||
//
|
||||
// + For all $dates please use the PHP strftime() syntax
|
||||
// http://us2.php.net/manual/en/function.strftime.php
|
||||
//
|
||||
// + Non-intuitive parts of this file will be explained with comments. If you
|
||||
// have any questions, please email lqqkout13@users.sourceforge.net
|
||||
// or post questions in the Developers forum on SourceForge
|
||||
// http://sourceforge.net/forum/forum.php?forum_id=331297
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
////////////////////////////////
|
||||
/* Do not modify this section */
|
||||
////////////////////////////////
|
||||
global $strings; //
|
||||
global $email; //
|
||||
global $dates; //
|
||||
global $charset; //
|
||||
global $letters; //
|
||||
global $days_full; //
|
||||
global $days_abbr; //
|
||||
global $days_two; //
|
||||
global $days_letter; //
|
||||
global $months_full; //
|
||||
global $months_abbr; //
|
||||
global $days_letter; //
|
||||
/******************************/
|
||||
|
||||
// Charset for this language
|
||||
// 'iso-8859-1' will work for most languages
|
||||
$charset = 'UTF-8';
|
||||
|
||||
/***
|
||||
DAY NAMES
|
||||
All of these arrays MUST start with Sunday as the first element
|
||||
and go through the seven day week, ending on Saturday
|
||||
***/
|
||||
// The full day name
|
||||
$days_full = array('Pazar', 'Pazartesi', 'Salı', 'Çarşamma', 'Perşembe', 'Cuma', 'Cumartesi');
|
||||
// The three letter abbreviation
|
||||
$days_abbr = array('Pzr', 'Pts', 'Sal', 'Car', 'Per', 'Cum', 'Cts');
|
||||
// The two letter abbreviation
|
||||
$days_two = array('Pz', 'Pt', 'Sa', 'Ca', 'Pe', 'Cu', 'Ct');
|
||||
// The one letter abbreviation
|
||||
$days_letter = array('P', 'T', 'S', 'C', 'P', 'C', 'S');
|
||||
|
||||
/***
|
||||
MONTH NAMES
|
||||
All of these arrays MUST start with January as the first element
|
||||
and go through the twelve months of the year, ending on December
|
||||
***/
|
||||
// The full month name
|
||||
$months_full = array('Ocak', 'Subat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık');
|
||||
// The three letter month name
|
||||
$months_abbr = array('Ock', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Ekm', 'Kas', 'Ara');
|
||||
|
||||
// All letters of the alphabet starting with A and ending with Z
|
||||
$letters = array ('A', 'B', 'C', 'Ç', 'D', 'E', 'F', 'G', 'Ğ', 'H', 'I', 'İ', 'J', 'K', 'L', 'M', 'N', 'O', 'Ö', 'P', 'Q', 'R', 'S', 'Ş', 'T', 'U', 'Ü', 'V', 'W', 'X', 'Y', 'Z');
|
||||
|
||||
/***
|
||||
DATE FORMATTING
|
||||
All of the date formatting must use the PHP strftime() syntax
|
||||
You can include any text/HTML formatting in the translation
|
||||
***/
|
||||
// General date formatting used for all date display unless otherwise noted
|
||||
$dates['general_date'] = '%d/%m/%Y';
|
||||
// General datetime formatting used for all datetime display unless otherwise noted
|
||||
// The hour:minute:second will always follow this format
|
||||
$dates['general_datetime'] = '%d/%m/%Y @';
|
||||
$dates['header'] = ' %d-%B-%Y, %A';
|
||||
|
||||
/***
|
||||
STRING TRANSLATIONS
|
||||
All of these strings should be translated from the English value (right side of the equals sign) to the new language.
|
||||
- Please keep the keys (between the [] brackets) as they are. The keys will not always be the same as the value.
|
||||
- Please keep the sprintf formatting (%s) placeholders where they are unless you are sure it needs to be moved.
|
||||
- Please keep the HTML and punctuation as-is unless you know that you want to change it.
|
||||
***/
|
||||
$strings['hours'] = 'saat';
|
||||
$strings['minutes'] = 'dakika';
|
||||
// The common abbreviation to hint that a user should enter the month as 2 digits
|
||||
$strings['mm'] = 'aa';
|
||||
// The common abbreviation to hint that a user should enter the day as 2 digits
|
||||
$strings['dd'] = 'gg';
|
||||
// The common abbreviation to hint that a user should enter the year as 4 digits
|
||||
$strings['yyyy'] = 'yyyy';
|
||||
$strings['am'] = 'am';
|
||||
$strings['pm'] = 'pm';
|
||||
|
||||
$strings['Administrator'] = 'Yönetici';
|
||||
$strings['Welcome Back'] = 'Hoş geldiniz, %s';
|
||||
$strings['Log Out'] = 'Çıkış';
|
||||
$strings['Help'] = 'Yardım';
|
||||
|
||||
$strings['Admin Email'] = 'Yönetici E-posta';
|
||||
|
||||
$strings['Default'] = 'Varsayılan';
|
||||
$strings['Reset'] = 'Sıfırla';
|
||||
$strings['Edit'] = 'Düzenle';
|
||||
$strings['Delete'] = 'Sil';
|
||||
$strings['Cancel'] = 'İptal';
|
||||
$strings['View'] = 'Görünüm';
|
||||
$strings['Modify'] = 'Değiştir';
|
||||
$strings['Save'] = 'Kaydet';
|
||||
$strings['Back'] = 'Geri';
|
||||
$strings['BackMessageIndex'] = 'Mesaj Listesine Dön';
|
||||
$strings['ToggleHeaders'] = 'Başlıkları Aç/Kapa';
|
||||
$strings['ViewOriginal'] = 'Kaynak Kodunu Görüntüle';
|
||||
$strings['Next'] = 'ileri';
|
||||
$strings['Close Window'] = 'Pencereyi kapat';
|
||||
$strings['Search'] = 'Arama';
|
||||
$strings['Clear'] = 'Temizle';
|
||||
|
||||
$strings['Days to Show'] = 'Görüntülenecek gün adedi';
|
||||
$strings['Reservation Offset'] = 'Rezervasyon Süresi';
|
||||
$strings['Hidden'] = 'Gizli';
|
||||
$strings['Show Summary'] = 'Özet göster';
|
||||
$strings['Add Schedule'] = 'Program ekle';
|
||||
$strings['Edit Schedule'] = 'Program değiştir';
|
||||
$strings['No'] = 'Hayır';
|
||||
$strings['Yes'] = 'Evet';
|
||||
$strings['Name'] = 'İsim';
|
||||
$strings['First Name'] = 'Ad';
|
||||
$strings['Last Name'] = 'Soyad';
|
||||
$strings['Resource Name'] = 'Kaynak adı';
|
||||
$strings['Email'] = 'E-posta';
|
||||
$strings['Institution'] = 'Kuruluş';
|
||||
$strings['Phone'] = 'Telefon';
|
||||
$strings['Password'] = 'Şifre';
|
||||
$strings['Permissions'] = 'İzinler';
|
||||
$strings['View information about'] = '%s %s bilgilerini görüntüle';
|
||||
$strings['Send email to'] = '%s %s e-posta yolla';
|
||||
$strings['Reset password for'] = '%s %s şifresini değiştir';
|
||||
$strings['Edit permissions for'] = '%s %s izinlerini güncelle';
|
||||
$strings['Position'] = 'Pozisyon';
|
||||
$strings['Password (6 char min)'] = 'Şifre (%s karakter min.)'; // @since 1.1.0
|
||||
$strings['Re-Enter Password'] = 'Şifre tekrar';
|
||||
|
||||
$strings['Date'] = 'Tarih';
|
||||
$strings['Email Users'] = 'E-mail Kullanıcıları';
|
||||
$strings['Subject'] = 'Konu';
|
||||
$strings['Message'] = 'Mesaj';
|
||||
$strings['Send Email'] = 'E-posta gönder';
|
||||
$strings['problem sending email'] = 'Sorry, there was a problem sending your email. Please try again later.';
|
||||
$strings['The email sent successfully.'] = 'The email sent successfully.';
|
||||
$strings['Email address'] = 'Email address';
|
||||
$strings['Please Log In'] = 'Please Log In';
|
||||
$strings['Keep me logged in'] = 'Giriş bilgilerimi kaydet <br/>(Çerezleri aktive etmelisiniz)';
|
||||
$strings['Password'] = 'Şifre';
|
||||
$strings['Log In'] = 'Sisteme Giriş';
|
||||
$strings['Get online help'] = 'Çevrimiçi Destek';
|
||||
$strings['Language'] = 'Dil';
|
||||
$strings['(Default)'] = '(Varsayılan)';
|
||||
|
||||
$strings['Email Administrator'] = 'E-posta yöneticisi';
|
||||
|
||||
$strings['N/A'] = 'Yok';
|
||||
$strings['Summary'] = 'Özet';
|
||||
|
||||
$strings['View stats for schedule'] = 'Program istatistiklerini görüntüle:';
|
||||
$strings['At A Glance'] = 'Bir Bakışta';
|
||||
$strings['Total Users'] = 'Toplam kullanıcı:';
|
||||
$strings['Total Resources'] = 'Toplam kaynak:';
|
||||
$strings['Total Reservations'] = 'Toplam rezervasyonlar:';
|
||||
$strings['Max Reservation'] = 'Max Rezervasyon:';
|
||||
$strings['Min Reservation'] = 'Min Rezervation:';
|
||||
$strings['Avg Reservation'] = 'Ort Rezervation:';
|
||||
$strings['Most Active Resource'] = 'Most Active Resource:';
|
||||
$strings['Most Active User'] = 'En Aktif Kullanıcı:';
|
||||
$strings['System Stats'] = 'Sistem İstatistikleri';
|
||||
$strings['phpScheduleIt version'] = 'phpScheduleIt version:';
|
||||
$strings['Database backend'] = 'Veritabanı :';
|
||||
$strings['Database name'] = 'Veritabanı adı:';
|
||||
$strings['PHP version'] = 'PHP Sürümü:';
|
||||
$strings['Server OS'] = 'Sunucu İşletim Sistemi:';
|
||||
$strings['Server name'] = 'Sunucu adı:';
|
||||
$strings['phpScheduleIt root directory'] = 'phpScheduleIt kök dizini:';
|
||||
$strings['Using permissions'] = 'Kullanılan izinler:';
|
||||
$strings['Using logging'] = 'Loglama açık:';
|
||||
$strings['Log file'] = 'Log dosyası:';
|
||||
$strings['Admin email address'] = 'Yönetici eposta adresi:';
|
||||
$strings['Tech email address'] = 'Teknik e-posta adresi:';
|
||||
$strings['CC email addresses'] = 'Kopya iletilecek e-posta adresi:';
|
||||
$strings['Reservation start time'] = 'Rezervasyon başlangıç zamanı';
|
||||
$strings['Reservation end time'] = 'Reservasyon bitiş zamanı:';
|
||||
$strings['Days shown at a time'] = 'Bir sferde görüntlenecek gün ededi:';
|
||||
$strings['Reservations'] = 'Rezervasyonlar';
|
||||
$strings['Return to top'] = 'En başa dön';
|
||||
$strings['for'] = 'için';
|
||||
|
||||
$strings['Per page'] = 'Her sayfada:';
|
||||
$strings['Page'] = 'Sayfa:';
|
||||
|
||||
$strings['You are not logged in!'] = 'Sisteme giriş yapmadınız!';
|
||||
|
||||
$strings['Setup'] = 'Kurulum';
|
||||
$strings['Invalid User Name/Password.'] = 'Geçersiz kullanıcı adı/şifre';
|
||||
|
||||
$strings['Valid username is required'] = 'Geçerli bir kulanıcı adı gerekiyor';
|
||||
|
||||
$strings['Close'] = 'Kapat';
|
||||
|
||||
$strings['Admin'] = 'Yönetici';
|
||||
|
||||
$strings['My Quick Links'] = 'Kısa Yollarım';
|
||||
|
||||
$strings['Go to first page'] = 'İlk sayfaya git';
|
||||
$strings['Go to last page'] = 'Son sayfaya git';
|
||||
$strings['Sort by descending order'] = 'Küçüğe doğru sırala';
|
||||
$strings['Sort by ascending order'] = 'Büyüğü doğru sırala';
|
||||
$strings['Spam Quarantine'] = 'Spam Karantinası';
|
||||
$strings['Message View'] = 'Messaj Görüntüsü';
|
||||
$strings['Attachment Quarantine'] = 'Eklenti Karantinası';
|
||||
$strings['No such content type'] = 'İçerik bulunamadı';
|
||||
$strings['No message was selected'] = 'Hiç bir mesaj seçilmemiş ...';
|
||||
$strings['Unknown action type'] = 'Unknown action type ...';
|
||||
$strings['A problem occured when trying to release the following messages'] = 'A problem occured when trying to release the following messages';
|
||||
$strings['A problem occured when trying to delete the following messages'] = 'A problem occured when trying to delete the following messages';
|
||||
$strings['Please release the following messages'] = 'Lütfen bu mesajları serbest bırakın';
|
||||
$strings['To'] = 'Kime';
|
||||
$strings['From'] = 'Kimden';
|
||||
$strings['Subject'] = 'Konu';
|
||||
$strings['Date'] = 'Tarih';
|
||||
$strings['Score'] = 'Skor';
|
||||
$strings['Mail ID'] = 'Mail Kimliği';
|
||||
$strings['Status'] = 'Durum';
|
||||
$strings['Print'] = 'Yazdır';
|
||||
$strings['CloseWindow'] = 'Kapat';
|
||||
$strings['Unknown server type'] = 'Bilinmeyen sunucu türü ...';
|
||||
$strings['Showing messages'] = " Grüntülenen mesajlar: %s ile %s arası (toplam %s adet)\r\n";
|
||||
$strings['View this message'] = 'Bu mesajı Görüntüle';
|
||||
$strings['Message Unavailable'] = 'Message Görüntülnemiyor';
|
||||
$strings['My Quarantine'] = 'Karantinam';
|
||||
$strings['Site Quarantine'] = 'Karantinadakilerin Tümü';
|
||||
$strings['Message Processing'] = 'Mesaj İşleniyor';
|
||||
$strings['Quarantine Summary'] = 'Karantinam (Özet)';
|
||||
$strings['Site Quarantine Summary'] = 'Karantinadakilerin Tümü (Özet)';
|
||||
$strings['Login'] = 'Giriş Yap';
|
||||
$strings['spam(s)'] = 'spam(lar)';
|
||||
$strings['attachment(s)'] = 'eklenti(ler)';
|
||||
$strings['pending release request(s)'] = 'bekleyen bırakma istek(leri)';
|
||||
$strings['virus(es)'] = 'virus(ler)';
|
||||
$strings['bad header(s)'] = ' başlık(lar)';
|
||||
$strings['You have to type some text'] = 'Açıklama girmelisiniz';
|
||||
$strings['Release'] = 'Spam Değil';
|
||||
$strings['Release/Request release'] = 'Spam Değil/Serbest bırak';
|
||||
$strings['Request release'] = 'Spam değil';
|
||||
$strings['Delete'] = 'Sil';
|
||||
$strings['Delete All'] = 'Tümünü Sil';
|
||||
$strings['Send report and go back'] = 'Rapor gönder ve geri dön';
|
||||
$strings['Go back'] = "Geri git";
|
||||
$strings['Select All'] = "Tümünü Seç";
|
||||
$strings['Clear All'] = "Tümünü Bırak";
|
||||
$strings['Access Denied'] = "Ulaşım engellendi";
|
||||
$strings['My Pending Requests'] = "Bekleyen İsteklerim";
|
||||
$strings['Site Pending Requests'] = "Site Bekleyen İstekler";
|
||||
$strings['Cancel Request'] = "İsteği iptal et";
|
||||
$strings['User is not allowed to login'] = "Kullanıcının giriş izni yok";
|
||||
$strings['Authentication successful'] = "Giriş işlemi başarılı";
|
||||
$strings['Authentication failed'] = "Giriş işleminde hata oldu";
|
||||
$strings['LDAP connection failed'] = "LDAP/AD connection failed";
|
||||
$strings['Logout successful'] = "Çıkış işlemi başarılı";
|
||||
$strings['IMAP Authentication: no match'] = "IMAP Authentication: no match";
|
||||
$strings['Search for messages whose:'] = "Aranan mesaj kriterleri:";
|
||||
$strings['Content Type'] = "İçerik Türü";
|
||||
$strings['Clear search results'] = "Arama sonuçlarını temizle";
|
||||
$strings['contains'] = "içerir";
|
||||
$strings['doesn\'t contain'] = "içermez";
|
||||
$strings['equals'] = "eşittir";
|
||||
$strings['doesn\'t equal'] = "eşit değildir";
|
||||
$strings['All'] = "Tümü";
|
||||
$strings['Spam'] = "Spam";
|
||||
$strings['Banned'] = "Yasaklı";
|
||||
$strings['Virus'] = "Virus";
|
||||
$strings['Viruses'] = "Virusler";
|
||||
$strings['Bad Header'] = "Hatalı Zarf";
|
||||
$strings['Bad Headers'] = "Hatalı Zarflar";
|
||||
$strings['Pending Requests'] = "Bekleyen İstekler";
|
||||
$strings['last'] = "son";
|
||||
$strings['first'] = "ilk";
|
||||
$strings['previous'] = "Önceki";
|
||||
$strings['There was an error executing your query'] = 'Sorgunuz yürütürken bir hata oluştu:';
|
||||
$strings['There are no matching records.'] = 'Belirlediğiniz kriterlere uyan kayıt bulunamadı.';
|
||||
$strings['Domain'] = 'Alan adı';
|
||||
$strings['Total'] = 'Toplam';
|
||||
$strings['X-Amavis-Alert'] = 'X-Amavis-Alarm';
|
||||
$strings['Loading Summary...'] = 'Özet yükleniyor...';
|
||||
$strings['Retrieving Messages...'] = 'Mesajlar getirliyor...';
|
||||
?>
|
||||
|
File diff suppressed because it is too large
Load Diff
1256
lib/Pager.class.php
1256
lib/Pager.class.php
File diff suppressed because it is too large
Load Diff
2078
lib/Smtp.class.php
2078
lib/Smtp.class.php
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user