Revision 660
Added by thorn almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 | 14 |
02-Feb-2008 Christian Sommer |
15 | 15 |
# fixed wrong redirect in /admin/images |
16 |
02-Feb-2008 Thomas Hornik |
|
16 |
02-Feb-2008 Thomas Hornik |
|
17 |
+ Added missing text in languages files for jscalendar |
|
17 | 18 |
! settings: pages-directory '/' will be converted to '' (empty string) on save. |
18 | 19 |
! changed last remaining call to my_htmlspecialchars() to htmlspecialchars() |
19 | 20 |
# fixed path in jscalendar-css |
trunk/wb/admin/pages/sections.php | ||
---|---|---|
196 | 196 |
</td> |
197 | 197 |
<?php } // jscalendar-stuff following ?> |
198 | 198 |
<td><input type="text" id="start_date<?php echo $section['section_id']; ?>" name="start_date<?php echo $section['section_id']; ?>" value="<?php if($section['publ_start']==0) print ""; else print date($jscal_format, $section['publ_start'])?>" style="width: 120px;" /> |
199 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="trigger_start<?php echo $section['section_id']; ?>" style="cursor: pointer;" title="Calendar" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
200 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="delete date" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.section_properties.start_date<?php echo $section['section_id']; ?>.value=''" />
|
|
199 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="trigger_start<?php echo $section['section_id']; ?>" style="cursor: pointer;" title="<?php echo $TEXT['CALENDAR']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
200 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="<?php echo $TEXT['DELETE_DATE']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.section_properties.start_date<?php echo $section['section_id']; ?>.value=''" />
|
|
201 | 201 |
</td> |
202 | 202 |
<td><input type="text" id="end_date<?php echo $section['section_id']; ?>" name="end_date<?php echo $section['section_id']; ?>" value="<?php if($section['publ_end']==0) print ""; else print date($jscal_format, $section['publ_end'])?>" style="width: 120px;" /> |
203 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="trigger_stop<?php echo $section['section_id']; ?>" style="cursor: pointer;" title="Calendar" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
204 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="delete date" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.section_properties.end_date<?php echo $section['section_id']; ?>.value=''"/>
|
|
203 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="trigger_stop<?php echo $section['section_id']; ?>" style="cursor: pointer;" title="<?php echo $TEXT['CALENDAR']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
204 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="<?php echo $TEXT['DELETE_DATE']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.section_properties.end_date<?php echo $section['section_id']; ?>.value=''"/>
|
|
205 | 205 |
</td> |
206 | 206 |
<td width="20"> |
207 | 207 |
<?php if($section['position'] != 1) { ?> |
trunk/wb/languages/FI.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/EN.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; |
406 |
$TEXT['CALENDAR'] = 'Calender'; |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
trunk/wb/languages/PT_br.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/ES.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/FR.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/SE.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/ET.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/HR.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/NL.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/HU.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/IT.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/LV.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/CA.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/DA.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/TR.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated |
406 |
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated |
|
407 |
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; //needs to be translated |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated |
trunk/wb/languages/DE.php | ||
---|---|---|
403 | 403 |
$TEXT['MAX_EXCERPT'] = 'Max Anzahl Treffer'; |
404 | 404 |
$TEXT['PUBL_START_DATE'] = 'Start Datum'; |
405 | 405 |
$TEXT['PUBL_END_DATE'] = 'End Datum'; |
406 |
$TEXT['CALENDAR'] = 'Kalender'; |
|
407 |
$TEXT['DELETE_DATE'] = 'Datum löschen'; |
|
406 | 408 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Bitte gebe Standard "VON" Adresse und einen Senddernamen an. Als Absender Adresse empfiehlt sich ein Format wie: <strong>admin@DeineWebseite.de</strong>. Manche E-Mail-Provider (z.B. <em>mail.de</em>) stellen keine E-Mails zu, die nicht über den Provider selbst verschickt wurden, in der Absenderadresse aber den Namen des E-Mail-Providers <em>name@mail.de</em> enthalten. Die Standard Werte werden nur verwendet, wenn keine anderen Werte von Website Baker gesetzt wurden. Wenn Dein Service Provider <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> anbietet, solltest Du diese Option für ausgehende E-Mails verwenden.'; |
407 | 409 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Standard "VON" Adresse'; |
408 | 410 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Standard Absender Name'; |
trunk/wb/modules/news/modify_post.php | ||
---|---|---|
116 | 116 |
<td><?php echo $TEXT['PUBL_START_DATE']; ?>:</td> |
117 | 117 |
<td> |
118 | 118 |
<input type="text" id="publishdate" name="publishdate" value="<?php if($fetch_content['published_when']==0) print date($jscal_format, strtotime((date('Y-m-d')))); else print date($jscal_format, $fetch_content['published_when']);?>" style="width: 120px;" /> |
119 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="publishdate_trigger" style="cursor: pointer;" title="Calendar" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
120 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="delete date" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.modify.publishdate.value=''" />
|
|
119 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="publishdate_trigger" style="cursor: pointer;" title="<?php echo $TEXT['CALENDAR']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
120 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="<?php echo $TEXT['DELETE_DATE']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.modify.publishdate.value=''" />
|
|
121 | 121 |
</td> |
122 | 122 |
</tr> |
123 | 123 |
<tr> |
124 | 124 |
<td><?php echo $TEXT['PUBL_END_DATE']; ?>:</td> |
125 | 125 |
<td> |
126 | 126 |
<input type="text" id="enddate" name="enddate" value="<?php if($fetch_content['published_until']==0) print ""; else print date($jscal_format, $fetch_content['published_until'])?>" style="width: 120px;" /> |
127 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="enddate_trigger" style="cursor: pointer;" title="Calendar" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
128 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="delete date" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.modify.enddate.value=''" />
|
|
127 |
<img src="<?php echo ADMIN_URL ?>/images/clock_16.png" id="enddate_trigger" style="cursor: pointer;" title="<?php echo $TEXT['CALENDAR']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" />
|
|
128 |
<img src="<?php echo ADMIN_URL ?>/images/clock_del_16.png" style="cursor: pointer;" title="<?php echo $TEXT['DELETE_DATE']; ?>" onmouseover="this.style.background='lightgrey';" onmouseout="this.style.background=''" onclick="document.modify.enddate.value=''" />
|
|
129 | 129 |
</td> |
130 | 130 |
</tr> |
131 | 131 |
</table> |
Also available in: Unified diff
Added missing text in languages files for jscalendar