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