Revision 26
Added by Manuela about 7 years ago
ET.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Vaata'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
|
|
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Ei saa eemaldada: selekteeritud fail on kasutuses'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Ei saa faili lahti pakkida'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Ei saa faili üles laadida'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' failid edukalt üles laetud'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Vabandame, see vorm on juba liiga palju kordi selle tunni jooksul saadetud. Palun proovi järgmine tund uuesti.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Sa pead detailid sisestama järgnevatesse lahtritesse'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Lehekülg edukalt lisatud'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Lehekülje päis edukalt lisatud'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Nähtavus'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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 WebsiteBaker. If your server supports <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, you may want use this option for outgoing mails.';
|
|
627 |
$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 WebsiteBaker. If your server supports <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, you may want use this option for outgoing mails.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
Also available in: Unified diff
mismatch in html entities solved