Project

General

Profile

« Previous | Next » 

Revision 821

Added by thorn about 16 years ago

fixed language-files

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.7.0 -------------------------------------
14 14
13-Apr-2008 Thomas Hornik
15
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
15
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
16
#	fixed language-files
16 17
10-Apr-2008 Christian Sommer
17 18
!	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
18 19
09-Apr-2008 Christian Sommer
trunk/wb/languages/FI.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
46 48
$MENU['LANGUAGES'] = 'Kielet';
47 49
$MENU['PREFERENCES'] = 'Omat tiedot';
48 50
$MENU['SETTINGS'] = 'Asetukset';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'K&auml;ytt&auml;j&auml;t';
51 53
$MENU['USERS'] = 'K&auml;ytt&auml;j&auml;t';
52 54
$MENU['GROUPS'] = 'Ryhm&auml;';
......
69 71
$OVERVIEW['GROUPS'] = 'k&auml;ytt&auml;j&auml;ryhm&auml;t...';
70 72
$OVERVIEW['HELP'] = 'Kysymykset, vastaukset...';
71 73
$OVERVIEW['VIEW'] = 'Tarkastele sivuja...';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
74
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
73 75

  
74 76
// Headings
75 77
$HEADING['MODIFY_DELETE_PAGE'] = 'Muokka/poista sivu';
......
119 121
$HEADING['MODIFY_GROUP'] = 'Muokkaa ryhm&auml;&auml;';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'Lis&auml;&auml;';
124 126
$TEXT['MODIFY'] = 'Muokkaa';
125 127
$TEXT['SETTINGS'] = 'Asetukset';
......
211 213
$TEXT['PAGE'] = 'Sivu';
212 214
$TEXT['SIGNUP'] = 'Rekister&ouml;ityminen';
213 215
$TEXT['PHP_ERROR_LEVEL'] = 'PHP:n virheraportointitapa';
214
$TEXT['ADMIN'] = 'Admin';  //needs to be translated
216
$TEXT['ADMIN'] = 'Admin';
215 217
$TEXT['PATH'] = 'Polku';
216
$TEXT['URL'] = 'URL';  //needs to be translated
218
$TEXT['URL'] = 'URL';
217 219
$TEXT['FRONTEND'] = 'Johdanto';
218 220
$TEXT['EXTENSION'] = 'Liite';
219 221
$TEXT['TABLE_PREFIX'] = 'Taulukon ominaisuudet';
220 222
$TEXT['CHANGES'] = 'Muutokset';
221
$TEXT['ADMINISTRATION'] = 'Administration';  //needs to be translated
223
$TEXT['ADMINISTRATION'] = 'Administration';
222 224
$TEXT['FORGOT_DETAILS'] = 'Peruuta tiedot?';
223 225
$TEXT['LOGGED_IN'] = 'Kirjautunut';
224 226
$TEXT['WELCOME_BACK'] = 'N&auml;kemiin';
225 227
$TEXT['FULL_NAME'] = 'Nimi';
226 228
$TEXT['ACCOUNT_SIGNUP'] = 'Kirjaunut';
227 229
$TEXT['LINK'] = 'Linkki';
228
$TEXT['ANCHOR'] = 'Anchor';  //needs to be translated
230
$TEXT['ANCHOR'] = 'Anchor';
229 231
$TEXT['TARGET'] = 'Kohde';
230 232
$TEXT['NEW_WINDOW'] = 'Uuteen ikkunaan';
231 233
$TEXT['SAME_WINDOW'] = 'Nykyiseen ikkunaan';
......
337 339
$TEXT['START'] = 'Alku';
338 340
$TEXT['SECTION_BLOCKS'] = 'Osa';
339 341
$TEXT['REGISTERED_VIEWERS'] = 'Rekister&ouml;ity';
340
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; //needs to be translated
342
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
341 343
$TEXT['SUBMISSION_ID'] = 'Alasivun ID';
342 344
$TEXT['SUBMISSIONS'] = 'Alasivu';
343 345
$TEXT['SUBMITTED'] = 'Siirretty alisivuksi';
......
349 351
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Palvelimen k&auml;ytt&ouml;j&auml;rjestelm&auml;';
350 352
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Kirjoitusoikeudet';
351 353
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix';
352
$TEXT['WINDOWS'] = 'Windows'; //needs to be translated
354
$TEXT['WINDOWS'] = 'Windows';
353 355
$TEXT['HOME_FOLDER'] = 'Kotikansio';
354 356
$TEXT['HOME_FOLDERS'] = 'Kotikansiot';
355 357
$TEXT['PAGE_TRASH'] = 'Roskakori';
......
365 367
$TEXT['POSTS_PER_PAGE'] = 'Osaa sivulla';
366 368
$TEXT['RESIZE_IMAGE_TO'] = 'Muuta kuvan koko';
367 369
$TEXT['UNLIMITED'] = 'Rajaton';
368
$TEXT['OF'] = 'Of'; //needs to be translated
369
$TEXT['OUT_OF'] = 'Out Of'; //needs to be translated
370
$TEXT['OF'] = 'Of';
371
$TEXT['OUT_OF'] = 'Out Of';
370 372
$TEXT['NEXT'] = 'Seuraava';
371 373
$TEXT['PREVIOUS'] = 'Edellinen';
372 374
$TEXT['NEXT_PAGE'] = 'Seuraava sivu';
373 375
$TEXT['PREVIOUS_PAGE'] = 'Edellinen sivu';
374
$TEXT['ON'] = 'On'; //needs to be translated
376
$TEXT['ON'] = 'On';
375 377
$TEXT['LAST_UPDATED_BY'] = 'P&auml;ivitetty';
376 378
$TEXT['RESULTS_FOR'] = 'Tulokset';
377 379
$TEXT['TIME'] = 'Aika';
......
391 393
$TEXT['RESTORE'] = 'Palauta';
392 394
$TEXT['BACKUP_DATABASE'] = 'Varmista tietokanta';
393 395
$TEXT['RESTORE_DATABASE'] = 'Palauta tietokanta';
394
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; //needs to be translated
395
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; //needs to be translated
396
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
397
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
396 398
$TEXT['BACKUP_MEDIA'] = 'Varmista...';
397 399
$TEXT['RESTORE_MEDIA'] = 'Palauta...';
398 400
$TEXT['ADMINISTRATION_TOOL'] = 'Ty&ouml;kalu';
......
400 402
$TEXT['VERIFICATION'] = 'Varmistus';
401 403
$TEXT['DEFAULT_CHARSET'] = 'Oletusmerkrkist&ouml;';
402 404
$TEXT['CHARSET'] = 'Merkist&ouml;';
403
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; //needs to be translated
404
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated
405
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; //needs to be translated
406
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated
407
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated
408
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated
409
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated
410
$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
411
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated
412
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated
413
$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.'; //needs to be translated
414
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; //needs to be translated
415
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; //needs to be translated
416
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; //needs to be translated
417
$TEXT['WBMAILER_SMTP'] = 'SMTP'; //needs to be translated
418
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; //needs to be translated
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; //needs to be translated
420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; //needs to be translated
421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; //needs to be translated
422
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
423
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; //needs to be translated
424
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; //needs to be translated
425
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; //needs to be translated 
405
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
406
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
407
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
408
$TEXT['PUBL_START_DATE'] = 'Start date';
409
$TEXT['PUBL_END_DATE'] = 'End date';
410
$TEXT['CALENDAR'] = 'Calender';
411
$TEXT['DELETE_DATE'] = 'Delete date';
412
$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.';
413
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
414
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
415
$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.';
416
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
417
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
418
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
419
$TEXT['WBMAILER_SMTP'] = 'SMTP';
420
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
421
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
422
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
423
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
424
$TEXT['PLEASE_LOGIN'] = 'Please login';
425
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
426
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
426 428

  
427 429
// Success/error messages
428 430
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Oikeutesi eiv&auml;t riit&auml;...';
429
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; //needs to be translated
431
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
430 432

  
431 433
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Oikeutesi eiv&auml;t riit&auml;...';
432 434

  
......
546 548
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kohdekansioon ei voi kirjoittaa';
547 549
$MESSAGE['GENERIC']['INVALID'] = 'Ladatussa tiedostossa virhe';
548 550
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Tiedosto k&auml;yt&ouml;ss&auml;, tiedostoa ei voi poistaa';
549
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Sivusto valmisteilla';
551
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
550 552
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Tervetuluoa my&ouml;hemmin...';
551 553
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Hetkinen...';
552 554
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Virhe tiedostoa avattaessa.';
trunk/wb/languages/EN.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
553 555

  
554 556
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields';
555 557
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
556
$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: '.SERVER_EMAIL;
558
$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: '.SERVER_EMAIL.'';
557 559

  
558 560
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded';
559 561
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully';
trunk/wb/languages/CS.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
46 48
$MENU['LANGUAGES'] = 'Jazyky';
47 49
$MENU['PREFERENCES'] = 'Mo&#382;nosti';
48 50
$MENU['SETTINGS'] = 'Nastaven&iacute;';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'P&#345;&iacute;stup';
51 53
$MENU['USERS'] = 'U&#382;ivatel&eacute;';
52 54
$MENU['GROUPS'] = 'Skupiny';
......
69 71
$OVERVIEW['GROUPS'] = 'Spravovat skupiny u&#382;ivatel&#367; a jejich opr&aacute;vn&#283;n&iacute;...';
70 72
$OVERVIEW['HELP'] = 'M&aacute;te ot&aacute;zku? Hledejte odpov&#283;&#271;...';
71 73
$OVERVIEW['VIEW'] = 'Rychle prohl&eacute;dhout str&aacute;nky v nov&eacute;m okn&#283;...';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
74
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
73 75

  
74 76
// Headings
75 77
$HEADING['MODIFY_DELETE_PAGE'] = 'Zm&#283;nit/Smazat str&aacute;nku';
......
107 109
$HEADING['SEARCH_SETTINGS'] = 'Nastaven&iacute; vyhled&aacute;v&aacute;n&iacute;';
108 110
$HEADING['FILESYSTEM_SETTINGS'] = 'Nastaven&iacute; syst&eacute;mu soubor&#367;';
109 111
$HEADING['SERVER_SETTINGS'] = 'Nastaven&iacute; serveru';
110
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
112
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
111 113
$HEADING['ADMINISTRATION_TOOLS'] = 'N&aacute;stroje administrace';
112 114

  
113 115
$HEADING['MODIFY_DELETE_USER'] = 'Zm&#283;nit/Smazat u&#382;ivatele';
......
119 121
$HEADING['MODIFY_GROUP'] = 'Zm&#283;nit skupinu';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'P&#345;idat';
124 126
$TEXT['MODIFY'] = 'Zm&#283;nit';
125 127
$TEXT['SETTINGS'] = 'Nastaven&iacute;';
......
225 227
$TEXT['FULL_NAME'] = 'Cel&eacute; jm&eacute;no';
226 228
$TEXT['ACCOUNT_SIGNUP'] = 'Registrace &uacute;&#269;tu';
227 229
$TEXT['LINK'] = 'Odkaz';
228
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
230
$TEXT['ANCHOR'] = 'Anchor';
229 231
$TEXT['TARGET'] = 'Sm&#283;&#345;uje do';
230 232
$TEXT['NEW_WINDOW'] = 'nov&eacute;ho okna';
231 233
$TEXT['SAME_WINDOW'] = 'p&#367;vodn&iacute;ho okna';
......
400 402
$TEXT['VERIFICATION'] = 'Verifikace';
401 403
$TEXT['DEFAULT_CHARSET'] = 'V&yacute;choz&iacute; k&oacute;dov&aacute; str&aacute;nka';
402 404
$TEXT['CHARSET'] = 'K&oacute;dov&aacute; str&aacute;nka';
403
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; //needs to be translated
404
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated
405
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; //needs to be translated
406
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated
407
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated
408
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated
409
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated
410
$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
411
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated
412
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated
413
$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.'; //needs to be translated
414
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; //needs to be translated
415
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; //needs to be translated
416
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; //needs to be translated
417
$TEXT['WBMAILER_SMTP'] = 'SMTP'; //needs to be translated
418
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; //needs to be translated
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; //needs to be translated
420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; //needs to be translated
421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; //needs to be translated
422
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
423
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; //needs to be translated
424
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; //needs to be translated
425
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; //needs to be translated 
405
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
406
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
407
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
408
$TEXT['PUBL_START_DATE'] = 'Start date';
409
$TEXT['PUBL_END_DATE'] = 'End date';
410
$TEXT['CALENDAR'] = 'Calender';
411
$TEXT['DELETE_DATE'] = 'Delete date';
412
$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.';
413
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
414
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
415
$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.';
416
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
417
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
418
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
419
$TEXT['WBMAILER_SMTP'] = 'SMTP';
420
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
421
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
422
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
423
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
424
$TEXT['PLEASE_LOGIN'] = 'Please login';
425
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
426
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
426 428

  
427 429
// Success/error messages
428 430
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Nem&aacute;te opr&aacute;vn&#283;n&iacute; prohl&iacute;&#382;et tuto str&aacute;nku';
......
553 555

  
554 556
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Mus&iacute;te vyplnit n&aacute;sleduj&iacute;c&iacute; pole';
555 557
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Omlouv&aacute;me se, ale tento formul&aacute;&#345; dos&aacute;hl limitu povolen&yacute;ch odesl&aacute;n&iacute; pro tuto hodinu. Pros&iacute;m zkuste to znovu v dal&scaron;&iacute; hodin&#283;..';
556
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Kontroln&iacute; k&oacute;d (zn&aacute;m&yacute; jako Captcha) neodpov&iacute;d&aacute;. Pokud m&aacute;te probl&eacute;my s p&#345;e&#269;ten&iacute;m tohoto k&oacute;du, kontaktujte '.SERVER_EMAIL;
558
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Kontroln&iacute; k&oacute;d (zn&aacute;m&yacute; jako Captcha) neodpov&iacute;d&aacute;. Pokud m&aacute;te probl&eacute;my s p&#345;e&#269;ten&iacute;m tohoto k&oacute;du, kontaktujte '.SERVER_EMAIL.'';
557 559

  
558 560
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Vyberte kter&aacute; roz&scaron;&iacute;&#345;en&iacute; si p&#345;ejete p&#345;ehr&aacute;t';
559 561
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Moduly byly &uacute;sp&#283;&scaron;n&#283; p&#345;ehr&aacute;ny';
560 562
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = '&Scaron;ablony byly &uacute;sp&#283;&scaron;n&#283; p&#345;ehr&aacute;ny';
561 563
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Jazyky byly &uacute;sp&#283;&scaron;n&#283; p&#345;ehr&aacute;ny';
562 564

  
563
?>
565
?>
trunk/wb/languages/SE.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
46 48
$MENU['LANGUAGES'] = 'Spr&aring;k';
47 49
$MENU['PREFERENCES'] = 'Mina uppgifter';
48 50
$MENU['SETTINGS'] = 'Inst&auml;llningar';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'R&auml;ttigheter';
51 53
$MENU['USERS'] = 'Anv&auml;ndare';
52 54
$MENU['GROUPS'] = 'Grupper';
......
69 71
$OVERVIEW['GROUPS'] = 'Behandla anv&auml;ndargrupper och deras system&aring;tkomst...';
70 72
$OVERVIEW['HELP'] = 'Hitta svar p&aring; dina fr&aring;gor (p&aring; engelska)...';
71 73
$OVERVIEW['VIEW'] = 'Titta p&aring; dina sidor i ett nytt f&ouml;nster...';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
74
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
73 75

  
74 76
// Headings
75 77
$HEADING['MODIFY_DELETE_PAGE'] = '&Auml;ndra/radera sida';
......
107 109
$HEADING['SEARCH_SETTINGS'] = 'S&ouml;kinst&auml;llningar';
108 110
$HEADING['FILESYSTEM_SETTINGS'] = 'Inst&auml;llningar f&ouml;r Filsystem';
109 111
$HEADING['SERVER_SETTINGS'] = 'Server Inst&auml;llningar';
110
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
112
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
111 113
$HEADING['ADMINISTRATION_TOOLS'] = 'Administrationsverktyg';
112 114

  
113 115
$HEADING['MODIFY_DELETE_USER'] = '&Auml;ndra/radera anv&auml;ndare';
......
119 121
$HEADING['MODIFY_GROUP'] = '&Auml;ndra grupp';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'L&auml;gg till';
124 126
$TEXT['MODIFY'] = '&Auml;ndra';
125 127
$TEXT['SETTINGS'] = 'Inst&auml;llningar';
......
177 179
$TEXT['VIEW_DETAILS'] = 'Visa detaljer';
178 180
$TEXT['DISPLAY_NAME'] = 'Visa namn';
179 181
$TEXT['AUTHOR'] = 'F&ouml;rfattare';
180
$TEXT['VERSION'] = 'Version'; //needs to be translated
182
$TEXT['VERSION'] = 'Version';
181 183
$TEXT['DESIGNED_FOR'] = 'Skapad f&ouml;r';
182 184
$TEXT['DESCRIPTION'] = 'Beskrivning';
183 185
$TEXT['EMAIL'] = 'E-post';
......
200 202
$TEXT['WEBSITE'] = 'Websida';
201 203
$TEXT['DEFAULT'] = 'Standard';
202 204
$TEXT['KEYWORDS'] = 'Nyckelord';
203
$TEXT['TEXT'] = 'Text'; //needs to be translated
205
$TEXT['TEXT'] = 'Text';
204 206
$TEXT['HEADER'] = 'Huvud';
205 207
$TEXT['FOOTER'] = 'Fot';
206 208
$TEXT['TEMPLATE'] = 'Mall';
207
$TEXT['INSTALLATION'] = 'Installation'; //needs to be translated
209
$TEXT['INSTALLATION'] = 'Installation';
208 210
$TEXT['DATABASE'] = 'Databas';
209
$TEXT['HOST'] = 'Host'; //needs to be translated
211
$TEXT['HOST'] = 'Host';
210 212
$TEXT['INTRO'] = 'Inledning';
211 213
$TEXT['PAGE'] = 'Sida';
212 214
$TEXT['SIGNUP'] = 'Registrera';
213 215
$TEXT['PHP_ERROR_LEVEL'] = 'PHP felrapport niv&aring;';
214
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
216
$TEXT['ADMIN'] = 'Admin';
215 217
$TEXT['PATH'] = 'S&ouml;kv&auml;g';
216
$TEXT['URL'] = 'URL'; //needs to be translated
217
$TEXT['FRONTEND'] = 'Front-end'; //needs to be translated
218
$TEXT['URL'] = 'URL';
219
$TEXT['FRONTEND'] = 'Front-end';
218 220
$TEXT['EXTENSION'] = '&Auml;ndelse';
219 221
$TEXT['TABLE_PREFIX'] = 'Tabell prefix';
220 222
$TEXT['CHANGES'] = '&Auml;ndringar';
221
$TEXT['ADMINISTRATION'] = 'Administration'; //needs to be translated
223
$TEXT['ADMINISTRATION'] = 'Administration';
222 224
$TEXT['FORGOT_DETAILS'] = 'Gl&ouml;mt dina uppgifter?';
223 225
$TEXT['LOGGED_IN'] = 'Inloggad';
224 226
$TEXT['WELCOME_BACK'] = 'V&auml;lkommen tillbaka';
225 227
$TEXT['FULL_NAME'] = 'Ditt hela namn';
226 228
$TEXT['ACCOUNT_SIGNUP'] = 'Kontoregistrering';
227
$TEXT['LINK'] = 'Link'; //needs to be translated
228
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
229
$TEXT['LINK'] = 'Link';
230
$TEXT['ANCHOR'] = 'Anchor';
229 231
$TEXT['TARGET'] = 'M&aring;lf&ouml;nster';
230 232
$TEXT['NEW_WINDOW'] = 'Nytt f&ouml;nster';
231 233
$TEXT['SAME_WINDOW'] = 'Samma f&ouml;nster';
......
241 243
$TEXT['MENU_TITLE'] = 'Menyns titel';
242 244
$TEXT['ACTIONS'] = '&Aring;tg&auml;rder';
243 245
$TEXT['UNKNOWN'] = 'Ok&auml;nd';
244
$TEXT['BLOCK'] = 'Block'; //needs to be translated
246
$TEXT['BLOCK'] = 'Block';
245 247
$TEXT['SEARCH'] = 'S&ouml;k';
246 248
$TEXT['SEARCHING'] = 'S&ouml;ker';
247 249
$TEXT['POST'] = 'Nyhet';
......
250 252
$TEXT['COMMENTING'] = 'Kommenterar';
251 253
$TEXT['SHORT'] = 'Ingress';
252 254
$TEXT['LONG'] = 'Br&ouml;dtext';
253
$TEXT['LOOP'] = 'Loop'; //needs to be translated
255
$TEXT['LOOP'] = 'Loop';
254 256
$TEXT['FIELD'] = 'F&auml;lt';
255 257
$TEXT['REQUIRED'] = 'Obligatoriskt';
256 258
$TEXT['LENGTH'] = 'L&auml;ngd';
......
265 267
$TEXT['START_PUBLISHING'] = 'Starta publicering';
266 268
$TEXT['FINISH_PUBLISHING'] = 'Avsluta publicering';
267 269
$TEXT['DATE'] = 'Datum';
268
$TEXT['START'] = 'Start'; //needs to be translated
270
$TEXT['START'] = 'Start';
269 271
$TEXT['END'] = 'Stopp';
270 272
$TEXT['IMAGE'] = 'Bild';
271
$TEXT['ICON'] = 'Icon'; //needs to be translated
273
$TEXT['ICON'] = 'Icon';
272 274
$TEXT['SECTION'] = 'Sektion';
273 275
$TEXT['DATE_FORMAT'] = 'Datumformat';
274 276
$TEXT['TIME_FORMAT'] = 'Tidsformat';
......
284 286
$TEXT['CURRENT_PAGE'] = 'Nuvarande sida';
285 287
$TEXT['CLOSE'] = 'St&auml;ng';
286 288
$TEXT['INTRO_PAGE'] = 'F&ouml;rstasida';
287
$TEXT['INSTALLATION_URL'] = 'Installation URL'; //needs to be translated
289
$TEXT['INSTALLATION_URL'] = 'Installation URL';
288 290
$TEXT['INSTALLATION_PATH'] = 'Installation s&ouml;kv&auml;g';
289 291
$TEXT['PAGE_EXTENSION'] = 'Sidors fil&auml;ndelse';
290 292
$TEXT['NO_RESULTS'] = 'Inget resultat';
......
299 301
$TEXT['LEVEL'] = 'Niv&aring;';
300 302
$TEXT['NOT_FOUND'] = 'Hittades inte';
301 303
$TEXT['PAGE_SPACER'] = 'Mellanrum sida';
302
$TEXT['MATCHING'] = 'Matching'; //needs to be translated
304
$TEXT['MATCHING'] = 'Matching';
303 305
$TEXT['TEMPLATE_PERMISSIONS'] = 'Till&aring;telse mallar';
304 306
$TEXT['PAGES_DIRECTORY'] = 'Sidors mapp';
305 307
$TEXT['MEDIA_DIRECTORY'] = 'Media mapp';
......
324 326
$TEXT['RADIO_BUTTON_GROUP'] = 'Radioknapp flera';
325 327
$TEXT['SIZE'] = 'Storlek';
326 328
$TEXT['DEFAULT_TEXT'] = 'Standardtext';
327
$TEXT['SEPERATOR'] = 'Separator'; //needs to be translated
329
$TEXT['SEPERATOR'] = 'Separator';
328 330
$TEXT['BACK'] = 'Tillbaka';
329 331
$TEXT['UNDER_CONSTRUCTION'] = 'Under uppbygnad.... Kommer snart';
330 332
$TEXT['MULTISELECT'] = 'Flerval';
......
349 351
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Serveroperativsystem';
350 352
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Skrivr&auml;ttigheter filer';
351 353
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix';
352
$TEXT['WINDOWS'] = 'Windows'; //needs to be translated
354
$TEXT['WINDOWS'] = 'Windows';
353 355
$TEXT['HOME_FOLDER'] = 'Hemmapp';
354 356
$TEXT['HOME_FOLDERS'] = 'Hemmappar';
355 357
$TEXT['PAGE_TRASH'] = 'Papperskorg';
......
387 389
$TEXT['RENAME_FILES_ON_UPLOAD'] = '&Auml;ndra filnamn vid uppladdning';
388 390
$TEXT['APP_NAME'] = 'Namn p&aring; applikation';
389 391
$TEXT['SESSION_IDENTIFIER'] = 'Sessionsidentifierare';
390
$TEXT['BACKUP'] = 'Backup'; //needs to be translated
392
$TEXT['BACKUP'] = 'Backup';
391 393
$TEXT['RESTORE'] = '&Aring;terst&auml;ll';
392 394
$TEXT['BACKUP_DATABASE'] = 'Backup av databas';
393 395
$TEXT['RESTORE_DATABASE'] = '&Aring;terst&auml;ll databas';
......
400 402
$TEXT['VERIFICATION'] = 'Verifikation';
401 403
$TEXT['DEFAULT_CHARSET'] = 'Standardtypsnitt';
402 404
$TEXT['CHARSET'] = 'Typsnitt';
403
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; //needs to be translated
404
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated
405
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; //needs to be translated
406
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated
407
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated
408
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated
409
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated
410
$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
411
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated
412
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated
413
$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.'; //needs to be translated
414
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; //needs to be translated
415
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; //needs to be translated
416
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; //needs to be translated
417
$TEXT['WBMAILER_SMTP'] = 'SMTP'; //needs to be translated
418
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; //needs to be translated
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; //needs to be translated
420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; //needs to be translated
421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; //needs to be translated
422
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
423
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; //needs to be translated
424
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; //needs to be translated
425
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; //needs to be translated 
405
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
406
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
407
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
408
$TEXT['PUBL_START_DATE'] = 'Start date';
409
$TEXT['PUBL_END_DATE'] = 'End date';
410
$TEXT['CALENDAR'] = 'Calender';
411
$TEXT['DELETE_DATE'] = 'Delete date';
412
$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.';
413
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
414
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
415
$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.';
416
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
417
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
418
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
419
$TEXT['WBMAILER_SMTP'] = 'SMTP';
420
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
421
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
422
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
423
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
424
$TEXT['PLEASE_LOGIN'] = 'Please login';
425
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
426
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
426 428

  
427 429
// Success/error messages
428 430
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Tyv&auml;rr, du har inte till&aring;telse att titta p&aring; denna sida';
429
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; //needs to be translated
431
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
430 432

  
431 433
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Du har inte till&aring;telse att vara h&auml;r';
432 434

  
......
546 548
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kan inte skriva i m&aring;lmappen';
547 549
$MESSAGE['GENERIC']['INVALID'] = 'Filen du laddade upp &auml;r ogilltig';
548 550
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan inte avinstallera: filen anv&auml;nds just nu';
549
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Websidan &auml;r under uppbygnad';
551
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
550 552
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'V&auml;nligen kom tillbaka snart...';
551 553
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'V&auml;nligen ha t&aring;lamod, det h&auml;r kan ta en stund.';
552 554
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Fel vid &ouml;ppnande av fil.';
553 555

  
554 556
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Du m&aring;ste fylla i f&ouml;ljande f&auml;lt';
555 557
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Tyv&auml;rr, detta formul&auml;r har skickats f&ouml;r m&aring;nga g&aring;nger inom denna timme. F&ouml;rs&ouml;k igen om ett tag.';
556
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Verifieringsnumret (ocks&aring; k&auml;nt som Captcha) som du angav &auml;r felaktigt. Om du har problem med att l&auml;sa ut Captcha, v&auml;nligen s&auml;nd email till: '.SERVER_EMAIL;
558
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Verifieringsnumret (ocks&aring; k&auml;nt som Captcha) som du angav &auml;r felaktigt. Om du har problem med att l&auml;sa ut Captcha, v&auml;nligen s&auml;nd email till: '.SERVER_EMAIL.'';
557 559

  
558 560
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'V&auml;nligen v&auml;lj vilka till&auml;gg du vill ladda om';
559 561
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Moduler laddades om';
560 562
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Mallar laddades om';
561 563
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Spr&aring;k laddades om';
562 564

  
563
?>
565
?>
trunk/wb/languages/ES.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
39 41
// Menu titles
40 42
$MENU['START'] = 'Inicio';
41 43
$MENU['PAGES'] = 'P&aacute;ginas';
42
$MENU['MEDIA'] = 'Media'; //needs to be translated
43
$MENU['ADDONS'] = 'Add-ons'; //needs to be translated
44
$MENU['MEDIA'] = 'Media';
45
$MENU['ADDONS'] = 'Add-ons';
44 46
$MENU['MODULES'] = 'M&oacute;dulos';
45 47
$MENU['TEMPLATES'] = 'Plantillas';
46 48
$MENU['LANGUAGES'] = 'Lenguajes';
47 49
$MENU['PREFERENCES'] = 'Preferencias';
48 50
$MENU['SETTINGS'] = 'Configuraci&oacute;n';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'Acceso';
51 53
$MENU['USERS'] = 'Usuarios';
52 54
$MENU['GROUPS'] = 'Grupos';
......
69 71
$OVERVIEW['GROUPS'] = 'Administrar groups de usuarios y sus permisos...';
70 72
$OVERVIEW['HELP'] = 'Respuestas a tus preguntas...';
71 73
$OVERVIEW['VIEW'] = 'Ver y explorar tu sitio en una nueva ventana...';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
74
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
73 75

  
74 76
// Headings
75 77
$HEADING['MODIFY_DELETE_PAGE'] = 'Modificar/Eliminar P&aacute;gina';
......
107 109
$HEADING['SEARCH_SETTINGS'] = 'Configuraci&oacute;n del Search';
108 110
$HEADING['FILESYSTEM_SETTINGS'] = 'Configuraci&oacute;n del sistema de Ficheros';
109 111
$HEADING['SERVER_SETTINGS'] = 'Configuraci&oacute;n del Servidor';
110
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
112
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
111 113
$HEADING['ADMINISTRATION_TOOLS'] = 'Herramientas de administraci&oacute;n';
112 114

  
113 115
$HEADING['MODIFY_DELETE_USER'] = 'Modificar/Eliminar Usuario';
......
119 121
$HEADING['MODIFY_GROUP'] = 'Modificar Grupo';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'Agregar';
124 126
$TEXT['MODIFY'] = 'Modificar';
125 127
$TEXT['SETTINGS'] = 'Configuraci&oacute;n';
......
180 182
$TEXT['VERSION'] = 'Versi&oacute;n';
181 183
$TEXT['DESIGNED_FOR'] = 'Dise&ntilde;ado para';
182 184
$TEXT['DESCRIPTION'] = 'Descripci&oacute;n';
183
$TEXT['EMAIL'] = 'Email'; //needs to be translated
185
$TEXT['EMAIL'] = 'Email';
184 186
$TEXT['LANGUAGE'] = 'Lenguaje';
185 187
$TEXT['TIMEZONE'] = 'Huso Horario';
186 188
$TEXT['CURRENT_PASSWORD'] = 'Contrase&ntilde;a Actual';
......
197 199
$TEXT['HIDE_ADVANCED'] = 'Ocultar Opciones Avanzadas';
198 200
$TEXT['BASIC'] = 'Basico';
199 201
$TEXT['ADVANCED'] = 'Avanzado';
200
$TEXT['WEBSITE'] = 'Website'; //needs to be translated
202
$TEXT['WEBSITE'] = 'Website';
201 203
$TEXT['DEFAULT'] = 'Original';
202 204
$TEXT['KEYWORDS'] = 'Palabras Clave';
203 205
$TEXT['TEXT'] = 'Texto';
......
206 208
$TEXT['TEMPLATE'] = 'Plantilla';
207 209
$TEXT['INSTALLATION'] = 'Instalaci&oacute;n';
208 210
$TEXT['DATABASE'] = 'Base de datos';
209
$TEXT['HOST'] = 'Host'; //needs to be translated
210
$TEXT['INTRO'] = 'Intro'; //needs to be translated
211
$TEXT['HOST'] = 'Host';
212
$TEXT['INTRO'] = 'Intro';
211 213
$TEXT['PAGE'] = 'P&aacute;gina';
212 214
$TEXT['SIGNUP'] = 'Firmar';
213 215
$TEXT['PHP_ERROR_LEVEL'] = 'Nivel de Reporte de Errores de PHP';
214
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
216
$TEXT['ADMIN'] = 'Admin';
215 217
$TEXT['PATH'] = 'Ruta de acceso';
216
$TEXT['URL'] = 'URL'; //needs to be translated
217
$TEXT['FRONTEND'] = 'Front-end'; //needs to be translated
218
$TEXT['URL'] = 'URL';
219
$TEXT['FRONTEND'] = 'Front-end';
218 220
$TEXT['EXTENSION'] = 'Extensi&oacute;n';
219 221
$TEXT['TABLE_PREFIX'] = 'Prefijo de tablas';
220 222
$TEXT['CHANGES'] = 'Cambios';
......
225 227
$TEXT['FULL_NAME'] = 'Nombre Completo';
226 228
$TEXT['ACCOUNT_SIGNUP'] = 'Abrir Cuenta';
227 229
$TEXT['LINK'] = 'Enlace';
228
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
230
$TEXT['ANCHOR'] = 'Anchor';
229 231
$TEXT['TARGET'] = 'Objetivo';
230 232
$TEXT['NEW_WINDOW'] = 'Nueva Ventana';
231 233
$TEXT['SAME_WINDOW'] = 'Misma Ventana';
232 234
$TEXT['TOP_FRAME'] = 'Marco Superior';
233 235
$TEXT['PAGE_LEVEL_LIMIT'] = 'Niveles de P&aacute;ginas';
234 236
$TEXT['SUCCESS'] = '&Eacute;xito';
235
$TEXT['ERROR'] = 'Error'; //needs to be translated
237
$TEXT['ERROR'] = 'Error';
236 238
$TEXT['ARE_YOU_SURE'] = '&iquest;Esta seguro?';
237 239
$TEXT['YES'] = 'Si';
238
$TEXT['NO'] = 'No'; //needs to be translated
240
$TEXT['NO'] = 'No';
239 241
$TEXT['SYSTEM_DEFAULT'] = 'Original del Sistema';
240 242
$TEXT['PAGE_TITLE'] = 'T&iacute;tulo de la P&aacute;gina';
241 243
$TEXT['MENU_TITLE'] = 'T&iacute;tulo del Men&uacute;';
242 244
$TEXT['ACTIONS'] = 'Acciones';
243 245
$TEXT['UNKNOWN'] = 'Desconocido';
244
$TEXT['BLOCK'] = 'Block'; //needs to be translated
246
$TEXT['BLOCK'] = 'Block';
245 247
$TEXT['SEARCH'] = 'Buscar';
246 248
$TEXT['SEARCHING'] = 'Buscando';
247
$TEXT['POST'] = 'Post'; //needs to be translated
249
$TEXT['POST'] = 'Post';
248 250
$TEXT['COMMENT'] = 'Comentario';
249 251
$TEXT['COMMENTS'] = 'Comentarios';
250 252
$TEXT['COMMENTING'] = 'Comentando';
......
318 320
$TEXT['OPTION'] = 'Opci&oacute;n';
319 321
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Selecciones M&uacute;ltiples';
320 322
$TEXT['TEXTFIELD'] = 'Campo de texto';
321
$TEXT['TEXTAREA'] = 'Textarea'; //needs to be translated
323
$TEXT['TEXTAREA'] = 'Textarea';
322 324
$TEXT['SELECT_BOX'] = 'Caja de selecci&oacute;n';
323 325
$TEXT['CHECKBOX_GROUP'] = 'Grupo de Checkbox ';
324 326
$TEXT['RADIO_BUTTON_GROUP'] = 'Gupo Bot&oacute;n de Radio';
......
349 351
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Sistema Operativo del Servidor';
350 352
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permisos de escritura para todos';
351 353
$TEXT['LINUX_UNIX_BASED'] = 'basado en Linux/Unix ';
352
$TEXT['WINDOWS'] = 'Windows'; //needs to be translated
354
$TEXT['WINDOWS'] = 'Windows';
353 355
$TEXT['HOME_FOLDER'] = 'Carpeta Inicio';
354 356
$TEXT['HOME_FOLDERS'] = 'Carpetas Inicio';
355 357
$TEXT['PAGE_TRASH'] = 'Papelera en P&aacute;gina';
......
378 380
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG';
379 381
$TEXT['WYSIWYG_EDITOR'] = 'Editor WYSIWYG';
380 382
$TEXT['SERVER_EMAIL'] = 'Servidor de Email';
381
$TEXT['MENU'] = 'Menu'; //needs to be translated
383
$TEXT['MENU'] = 'Menu';
382 384
$TEXT['MANAGE_GROUPS'] = 'Administrar Grupos';
383 385
$TEXT['MANAGE_USERS'] = 'Administrar Usuarios';
384 386
$TEXT['PAGE_LANGUAGES'] = 'Lenguages de P&aacute;gina';
......
400 402
$TEXT['VERIFICATION'] = 'Verificaci&oacute;n';
401 403
$TEXT['DEFAULT_CHARSET'] = 'Conjunto de caracteres por defecto';
402 404
$TEXT['CHARSET'] = 'Conjunto de Caraceteres';
403
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; //needs to be translated
404
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated
405
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; //needs to be translated
406
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated
407
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated
408
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated
409
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated
410
$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
411
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated
412
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated
413
$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.'; //needs to be translated
414
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; //needs to be translated
415
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; //needs to be translated
416
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; //needs to be translated
417
$TEXT['WBMAILER_SMTP'] = 'SMTP'; //needs to be translated
418
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; //needs to be translated
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; //needs to be translated
420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; //needs to be translated
421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; //needs to be translated
422
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
423
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; //needs to be translated
424
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; //needs to be translated
425
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; //needs to be translated 
405
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
406
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
407
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
408
$TEXT['PUBL_START_DATE'] = 'Start date';
409
$TEXT['PUBL_END_DATE'] = 'End date';
410
$TEXT['CALENDAR'] = 'Calender';
411
$TEXT['DELETE_DATE'] = 'Delete date';
412
$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.';
413
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
414
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
415
$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.';
416
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
417
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
418
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
419
$TEXT['WBMAILER_SMTP'] = 'SMTP';
420
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
421
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
422
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
423
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
424
$TEXT['PLEASE_LOGIN'] = 'Please login';
425
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
426
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
426 428

  
427 429
// Success/error messages
428 430
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Perd&oacute;n, no tiene permiso para ver esta p&aacute;gina';
429
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; //needs to be translated
431
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
430 432

  
431 433
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Privilegios insuficientes para estar aqu&iacute;';
432 434

  
......
546 548
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No se pudo escribir en el directorio';
547 549
$MESSAGE['GENERIC']['INVALID'] = 'Archivo inv&aacute;lido';
548 550
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Desinstalaci&oacute;n erronea: el archivo seleccionado est&aacute; en uso';
549
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Web En Construcci&oacute;n';
551
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
550 552
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Vuelva pronto...';
551 553
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Por favor, sea paciente. Esto puede tardar un rato.';
552 554
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error abriendo fichero.';
553 555

  
554 556
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Debe completar los siguiente campos';
555 557
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Disculpe este formulario ha sido enviado demasiadas veces seguidas. Vuelva a intentarlo en una hora.';
556
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'El n&uacute;mero de verificaci&oacute;n que ha introducido es incorrecto. Si est&aacute;s teniendo problemas ley&eacute;ndolo, por favor, env&iacute;e un e-mail a: '.SERVER_EMAIL;
558
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'El n&uacute;mero de verificaci&oacute;n que ha introducido es incorrecto. Si est&aacute;s teniendo problemas ley&eacute;ndolo, por favor, env&iacute;e un e-mail a: '.SERVER_EMAIL.'';
557 559

  
558 560
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Por favor, seleccione qu&eacute; add-on quiere que se recargue';
559 561
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'M&oacute;dulos recargados correctamente';
trunk/wb/languages/FR.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
39 41
// Menu titles
40 42
$MENU['START'] = 'Accueil';
41 43
$MENU['PAGES'] = 'Contenu';
42
$MENU['MEDIA'] = 'Media'; //needs to be translated
44
$MENU['MEDIA'] = 'Media';
43 45
$MENU['ADDONS'] = 'Ajouts';
44
$MENU['MODULES'] = 'Modules'; //needs to be translated
46
$MENU['MODULES'] = 'Modules';
45 47
$MENU['TEMPLATES'] = 'Mod&egrave;les';
46 48
$MENU['LANGUAGES'] = 'Langages';
47 49
$MENU['PREFERENCES'] = 'Pr&eacute;f&eacute;rences';
48 50
$MENU['SETTINGS'] = 'R&eacute;glages';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'Acc&egrave;s';
51 53
$MENU['USERS'] = 'Utilisateurs';
52 54
$MENU['GROUPS'] = 'Groupes';
......
69 71
$OVERVIEW['GROUPS'] = 'Gestions des groupes d\'utilisateurs et des permissions';
70 72
$OVERVIEW['HELP'] = 'Aide et FAQ sur l\'utilisation du site';
71 73
$OVERVIEW['VIEW'] = 'Aper&ccedil;u du site dans une nouvelle fen&ecirc;tre';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
74
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
73 75

  
74 76
// Headings
75 77
$HEADING['MODIFY_DELETE_PAGE'] = 'Modifier/Supprimer une page';
......
107 109
$HEADING['SEARCH_SETTINGS'] = 'R&eacute;glages de recherche';
108 110
$HEADING['FILESYSTEM_SETTINGS'] = 'R&eacute;glages des fichiers syst&egrave;mes';
109 111
$HEADING['SERVER_SETTINGS'] = 'R&eacute;glages Serveur';
110
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
112
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
111 113
$HEADING['ADMINISTRATION_TOOLS'] = 'Outils d\'Administration';
112 114

  
113 115
$HEADING['MODIFY_DELETE_USER'] = 'Modifier/Supprimer un utilisateur';
......
119 121
$HEADING['MODIFY_GROUP'] = 'Modifier un groupe';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'Ajouter';
124 126
$TEXT['MODIFY'] = 'Modifier';
125 127
$TEXT['SETTINGS'] = 'R&eacute;glages';
......
132 134
$TEXT['NAME'] = 'Nom';
133 135
$TEXT['PLEASE_SELECT'] = 'S&eacute;lectionnez';
134 136
$TEXT['TITLE'] = 'Titre';
135
$TEXT['PARENT'] = 'Parent'; //needs to be translated
136
$TEXT['TYPE'] = 'Type'; //needs to be translated
137
$TEXT['PARENT'] = 'Parent';
138
$TEXT['TYPE'] = 'Type';
137 139
$TEXT['VISIBILITY'] = 'Visibilit&eacute;';
138 140
$TEXT['PRIVATE'] = 'Priv&eacute;';
139
$TEXT['PUBLIC'] = 'Public'; //needs to be translated
141
$TEXT['PUBLIC'] = 'Public';
140 142
$TEXT['NONE'] = 'Aucun';
141 143
$TEXT['NONE_FOUND'] = 'Introuvable';
142 144
$TEXT['CURRENT'] = 'Courant';
143 145
$TEXT['CHANGE'] = 'Changer';
144 146
$TEXT['WINDOW'] = 'Fen&ecirc;tre';
145
$TEXT['DESCRIPTION'] = 'Description'; //needs to be translated
147
$TEXT['DESCRIPTION'] = 'Description';
146 148
$TEXT['KEYWORDS'] = 'Mots cl&eacute;s';
147 149
$TEXT['ADMINISTRATORS'] = 'Administrateurs';
148 150
$TEXT['PRIVATE_VIEWERS'] = 'Utilisateurs priv&eacute;s';
......
177 179
$TEXT['VIEW_DETAILS'] = 'Propri&eacute;t&eacute;s';
178 180
$TEXT['DISPLAY_NAME'] = 'Afficher le nom';
179 181
$TEXT['AUTHOR'] = 'Auteur';
180
$TEXT['VERSION'] = 'Version'; //needs to be translated
182
$TEXT['VERSION'] = 'Version';
181 183
$TEXT['DESIGNED_FOR'] = 'Cr&eacute;&eacute; par';
182
$TEXT['DESCRIPTION'] = 'Description'; //needs to be translated
183
$TEXT['EMAIL'] = 'Email'; //needs to be translated
184
$TEXT['DESCRIPTION'] = 'Description';
185
$TEXT['EMAIL'] = 'Email';
184 186
$TEXT['LANGUAGE'] = 'Langage';
185 187
$TEXT['TIMEZONE'] = 'Fuseau horaire';
186 188
$TEXT['CURRENT_PASSWORD'] = 'Mot de passe actuel';
......
204 206
$TEXT['HEADER'] = 'Ent&ecirc;te';
205 207
$TEXT['FOOTER'] = 'Pied de page';
206 208
$TEXT['TEMPLATE'] = 'Mod&egrave;le';
207
$TEXT['INSTALLATION'] = 'Installation'; //needs to be translated
209
$TEXT['INSTALLATION'] = 'Installation';
208 210
$TEXT['DATABASE'] = 'Base de donn&eacute;es';
209 211
$TEXT['HOST'] = 'H&ocirc;te';
210
$TEXT['INTRO'] = 'Intro'; //needs to be translated
211
$TEXT['PAGE'] = 'Page'; //needs to be translated
212
$TEXT['INTRO'] = 'Intro';
213
$TEXT['PAGE'] = 'Page';
212 214
$TEXT['SIGNUP'] = 'Cr&eacute;er un compte';
213 215
$TEXT['PHP_ERROR_LEVEL'] = 'Niveau d\'erreur PHP';
214
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
216
$TEXT['ADMIN'] = 'Admin';
215 217
$TEXT['PATH'] = 'Chemin';
216
$TEXT['URL'] = 'URL'; //needs to be translated
218
$TEXT['URL'] = 'URL';
217 219
$TEXT['FRONTEND'] = 'Page d\'Accueil';
218
$TEXT['EXTENSION'] = 'Extension'; //needs to be translated
220
$TEXT['EXTENSION'] = 'Extension';
219 221
$TEXT['TABLE_PREFIX'] = 'Pr&eacute;fixe de la table';
220 222
$TEXT['CHANGES'] = 'Changements';
221
$TEXT['ADMINISTRATION'] = 'Administration'; //needs to be translated
223
$TEXT['ADMINISTRATION'] = 'Administration';
222 224
$TEXT['FORGOT_DETAILS'] = 'Identifiants oubli&eacute;s ?';
223 225
$TEXT['LOGGED_IN'] = 'Connect&eacute;';
224 226
$TEXT['WELCOME_BACK'] = 'Re-Bienvenue';
225 227
$TEXT['FULL_NAME'] = 'Nom complet';
226 228
$TEXT['ACCOUNT_SIGNUP'] = 'Cr&eacute;er un compte';
227 229
$TEXT['LINK'] = 'Lien';
228
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
230
$TEXT['ANCHOR'] = 'Anchor';
229 231
$TEXT['TARGET'] = 'Cible';
230 232
$TEXT['NEW_WINDOW'] = 'Nouvelle fen&ecirc;tre';
231 233
$TEXT['SAME_WINDOW'] = 'M&ecirc;me fen&ecirc;tre';
232
$TEXT['TOP_FRAME'] = 'Top Frame'; //needs to be translated
234
$TEXT['TOP_FRAME'] = 'Top Frame';
233 235
$TEXT['PAGE_LEVEL_LIMIT'] = 'Limite de niveau de page';
234 236
$TEXT['SUCCESS'] = 'Op&eacute;ration r&eacute;ussie';
235 237
$TEXT['ERROR'] = 'Erreur';
......
239 241
$TEXT['SYSTEM_DEFAULT'] = 'Syst&egrave;me par d&eacute;faut';
240 242
$TEXT['PAGE_TITLE'] = 'Titre de la page';
241 243
$TEXT['MENU_TITLE'] = 'Titre du menu';
242
$TEXT['ACTIONS'] = 'Actions'; //needs to be translated
244
$TEXT['ACTIONS'] = 'Actions';
243 245
$TEXT['UNKNOWN'] = 'Inconnu';
244 246
$TEXT['BLOCK'] = 'Bloc';
245 247
$TEXT['SEARCH'] = 'Rechercher';
......
249 251
$TEXT['COMMENTS'] = 'Commentaires';
250 252
$TEXT['COMMENTING'] = 'Commentaire en cours';
251 253
$TEXT['SHORT'] = 'Court';
252
$TEXT['LONG'] = 'Long'; //needs to be translated
254
$TEXT['LONG'] = 'Long';
253 255
$TEXT['LOOP'] = 'Boucle';
254 256
$TEXT['FIELD'] = 'Champ';
255 257
$TEXT['REQUIRED'] = 'Obligatoire';
256 258
$TEXT['LENGTH'] = 'Longueur';
257
$TEXT['MESSAGE'] = 'Message'; //needs to be translated
259
$TEXT['MESSAGE'] = 'Message';
258 260
$TEXT['SUBJECT'] = 'Sujet';
259 261
$TEXT['MATCH'] = 'montrer';
260 262
$TEXT['ALL_WORDS'] = 'Tous les mots';
......
264 266
$TEXT['HIDE'] = 'Cacher';
265 267
$TEXT['START_PUBLISHING'] = 'D&eacute;but de publication';
266 268
$TEXT['FINISH_PUBLISHING'] = 'Fin de publication';
267
$TEXT['DATE'] = 'Date'; //needs to be translated
269
$TEXT['DATE'] = 'Date';
268 270
$TEXT['START'] = 'D&eacute;but';
269 271
$TEXT['END'] = 'Fin';
270 272
$TEXT['IMAGE'] = 'Image';
......
275 277
$TEXT['RESULTS'] = 'R&eacute;sultats';
276 278
$TEXT['RESIZE'] = 'Redimensionner';
277 279
$TEXT['MANAGE'] = 'G&eacute;rer';
278
$TEXT['CODE'] = 'Code'; //needs to be translated
280
$TEXT['CODE'] = 'Code';
279 281
$TEXT['WIDTH'] = 'Largeur';
280 282
$TEXT['HEIGHT'] = 'Hauteur';
281 283
$TEXT['MORE'] = 'Plus';
......
299 301
$TEXT['LEVEL'] = 'Niveau';
300 302
$TEXT['NOT_FOUND'] = 'Impossible de trouver';
301 303
$TEXT['PAGE_SPACER'] = 'Ecart de page';
302
$TEXT['MATCHING'] = 'Matching'; //needs to be translated
304
$TEXT['MATCHING'] = 'Matching';
303 305
$TEXT['TEMPLATE_PERMISSIONS'] = 'Permissions sur les mod&egrave;les';
304 306
$TEXT['PAGES_DIRECTORY'] = 'R&eacute;pertoire des pages';
305 307
$TEXT['MEDIA_DIRECTORY'] = 'R&eacute;pertoire des fichiers media';
......
315 317
$TEXT['DIRECTORIES'] = 'R&eacute;pertoires';
316 318
$TEXT['DIRECTORY_MODE'] = 'Propri&eacute;t&eacute;s r&eacute;pertoire';
317 319
$TEXT['LIST_OPTIONS'] = 'Liste des options';
318
$TEXT['OPTION'] = 'Option'; //needs to be translated
320
$TEXT['OPTION'] = 'Option';
319 321
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Autoriser la s&eacute;lection multiple';
320 322
$TEXT['TEXTFIELD'] = 'Champ de texte';
321 323
$TEXT['TEXTAREA'] = 'Zone de texte';
......
337 339
$TEXT['START'] = 'D&eacute;buter';
338 340
$TEXT['SECTION_BLOCKS'] = 'Bloc de rubrique';
339 341
$TEXT['REGISTERED_VIEWERS'] = 'Utilisateurs enregistr&eacute;s';
340
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; //needs to be translated
342
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
341 343
$TEXT['SUBMISSION_ID'] = 'Soummission ID';
342 344
$TEXT['SUBMISSIONS'] = 'Soummissions';
343 345
$TEXT['SUBMITTED'] = 'Soumis';
......
349 351
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Serveur sur lequel est bas&eacute; le syst&egrave;me';
350 352
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permissions d\'&eacute;criture sur fichier';
351 353
$TEXT['LINUX_UNIX_BASED'] = 'Bas&eacute; sur Linux/Unix';
352
$TEXT['WINDOWS'] = 'Windows'; //needs to be translated
354
$TEXT['WINDOWS'] = 'Windows';
353 355
$TEXT['HOME_FOLDER'] = 'Fichier d\'Accueil';
354 356
$TEXT['HOME_FOLDERS'] = 'Fichiers d\'Accueil';
355 357
$TEXT['PAGE_TRASH'] = 'Page &agrave; la corbeille';
......
378 380
$TEXT['WYSIWYG_STYLE'] = 'Style WYSIWYG';
379 381
$TEXT['WYSIWYG_EDITOR'] = 'Editeur WYSIWYG';
380 382
$TEXT['SERVER_EMAIL'] = 'Serveur email';
381
$TEXT['MENU'] = 'Menu'; //needs to be translated
383
$TEXT['MENU'] = 'Menu';
382 384
$TEXT['MANAGE_GROUPS'] = 'Gestion des groupes';
383 385
$TEXT['MANAGE_USERS'] = 'Gestion des utilisateurs';
384 386
$TEXT['PAGE_LANGUAGES'] = 'Langages';
385 387
$TEXT['HIDDEN'] = 'Cach&eacute;';
386 388
$TEXT['MAIN'] = 'Principal';
387 389
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Renommer les fichiers au chargement';
388
$TEXT['APP_NAME'] = 'Nom de l\application';
390
$TEXT['APP_NAME'] = 'Nom de lapplication';
389 391
$TEXT['SESSION_IDENTIFIER'] = 'Identifiant de session';
390 392
$TEXT['BACKUP'] = 'Sauvegarde';
391 393
$TEXT['RESTORE'] = 'Restaurer';
392 394
$TEXT['BACKUP_DATABASE'] = 'Sauvegarde de la base de donn&eacute;es';
393 395
$TEXT['RESTORE_DATABASE'] = 'Restauration de la base de donn&eacute;es';
394
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; //needs to be translated
395
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; //needs to be translated
396
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
397
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
396 398
$TEXT['BACKUP_MEDIA'] = 'Sauvegarde des fichiers medias';
397 399
$TEXT['RESTORE_MEDIA'] = 'Restauration des fichiers medias';
398 400
$TEXT['ADMINISTRATION_TOOL'] = 'Outils d\'administration';
......
400 402
$TEXT['VERIFICATION'] = 'V&eacute;rification';
401 403
$TEXT['DEFAULT_CHARSET'] = 'Encodage par d&eacute;faut';
402 404
$TEXT['CHARSET'] = 'Encodage';
403
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; //needs to be translated
404
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; //needs to be translated
405
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; //needs to be translated
406
$TEXT['PUBL_START_DATE'] = 'Start date'; //needs to be translated
407
$TEXT['PUBL_END_DATE'] = 'End date'; //needs to be translated
408
$TEXT['CALENDAR'] = 'Calender'; //needs to be translated
409
$TEXT['DELETE_DATE'] = 'Delete date'; //needs to be translated
410
$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
411
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; //needs to be translated
412
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; //needs to be translated
413
$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.'; //needs to be translated
414
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; //needs to be translated
415
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; //needs to be translated
416
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; //needs to be translated
417
$TEXT['WBMAILER_SMTP'] = 'SMTP'; //needs to be translated
418
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; //needs to be translated
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; //needs to be translated
420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; //needs to be translated
421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; //needs to be translated
422
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
423
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; //needs to be translated
424
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; //needs to be translated
425
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; //needs to be translated 
405
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
406
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
407
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
408
$TEXT['PUBL_START_DATE'] = 'Start date';
409
$TEXT['PUBL_END_DATE'] = 'End date';
410
$TEXT['CALENDAR'] = 'Calender';
411
$TEXT['DELETE_DATE'] = 'Delete date';
412
$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.';
413
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
414
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
415
$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.';
416
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
417
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
418
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
419
$TEXT['WBMAILER_SMTP'] = 'SMTP';
420
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
421
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
422
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
423
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
424
$TEXT['PLEASE_LOGIN'] = 'Please login';
425
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
426
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
427
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
426 428

  
427 429
// Success/error messages
428 430
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'D&eacute;sol&eacute;, vous n\'avez pas les droits pour visualiser cette page';
429
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; //needs to be translated
431
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
430 432

  
431 433
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Droits insuffisants pour &ecirc;tre ici';
432 434

  
......
537 539
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Les fichiers charg&eacute;s doivent &ecirc;tre aux formats suivants : ';
538 540
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Impossible de charger le fichier';
539 541
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'D&eacute;j&agrave; install&eacute;';
540
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed'; //needs to be translated
542
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed';
541 543
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Impossible de d&eacute;sinstaller';
542 544
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Impossible de d&eacute;zipper le fichier';
543 545
$MESSAGE['GENERIC']['INSTALLED'] = 'Installation r&eacute;ussie avec succ&egrave;s';
......
553 555

  
554 556
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Vous devez renseigner les champs suivants';
555 557
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'D&eacute;sol&eacute; mais vous avez utilis&eacute; ce formulaire trop de fois durant cette heure. Merci de r&eacute;essayer &agrave; l\'heure suivante';
556
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Le num&eacute;ro de v&eacute;rification (Captcha) que vous avez entr&eacute; est incorrect. Si vous rencontrez des probl&egrave;mes quant &agrave; la lecture de ce num&eacute;ro, merci d\'envoyer un email &agrave; : '.SERVER_EMAIL;
558
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Le num&eacute;ro de v&eacute;rification (Captcha) que vous avez entr&eacute; est incorrect. Si vous rencontrez des probl&egrave;mes quant &agrave; la lecture de ce num&eacute;ro, merci d\'envoyer un email &agrave; : '.SERVER_EMAIL.'';
557 559

  
558 560
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'S&eacute;lectionnez les ADD-ON que vous souhaitez r&eacute;installer';
559 561
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules r&eacute;install&eacute;s avec succ&egrave;s';
560 562
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Mod&egrave;les r&eacute;install&eacute;s avec succ&egrave;s';
561 563
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Langages r&eacute;install&eacute;s avec succ&egrave;s';
562 564

  
563
?>
565
?>
trunk/wb/languages/ET.php
4 4

  
5 5
/*
6 6

  
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 9

  
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
10
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 14

  
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
15
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 19

  
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/
25 25

  
26
// use languageedit-module to modify this file
27

  
26 28
// Define that this file is loaded
27 29
if(!defined('LANGUAGE_LOADED')) {
28
	define('LANGUAGE_LOADED', true);
30
define('LANGUAGE_LOADED', true);
29 31
}
30 32

  
31 33
// Set the language information
......
37 39
$language_license = 'GNU General Public License';
38 40

  
39 41
// Menu titles
40
$MENU['START'] = 'Start'; //needs to be translated
42
$MENU['START'] = 'Start';
41 43
$MENU['PAGES'] = 'Lehed';
42 44
$MENU['MEDIA'] = 'Meedia';
43 45
$MENU['ADDONS'] = 'Lisad';
......
46 48
$MENU['LANGUAGES'] = 'Keeled';
47 49
$MENU['PREFERENCES'] = 'Valikud';
48 50
$MENU['SETTINGS'] = 'Seaded';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'Ligip&auml;&auml;s';
51 53
$MENU['USERS'] = 'Kasutajad';
52 54
$MENU['GROUPS'] = 'Grupid';
......
54 56
$MENU['VIEW'] = 'Vaata';
55 57
$MENU['LOGOUT'] = 'Logi V&auml;lja';
56 58
$MENU['LOGIN'] = 'Logi Sisse';
57
$MENU['FORGOT'] = 'Retrieve Login Details'; //needs to be translated
59
$MENU['FORGOT'] = 'Retrieve Login Details';
58 60

  
59 61
// Section overviews
60 62
$OVERVIEW['START'] = 'Administratsiooni &uuml;levaade';
61 63
$OVERVIEW['PAGES'] = 'Halda oma veebisaidi lehek&uuml;lgi...';
62 64
$OVERVIEW['MEDIA'] = 'Halda faile mis on media kaustas...';
63 65
$OVERVIEW['MODULES'] = 'Halda Website Bakeri mooduleid...';
64
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...'; //needs to be translated
66
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...';
65 67
$OVERVIEW['LANGUAGES'] = 'Halda Website Bakeri keeli...';
66 68
$OVERVIEW['PREFERENCES'] = 'Muuda eelistusi nagu emaili aadress, parool, jne... ';
67 69
$OVERVIEW['SETTINGS'] = 'Muuda seadeid Website Bakeri jaoks...';
......
69 71
$OVERVIEW['GROUPS'] = 'Halda kasutajate gruppe ja nende &otilde;iguseid...';
70 72
$OVERVIEW['HELP'] = 'On k&uuml;simusi? Leia oma vastus...';
71 73
$OVERVIEW['VIEW'] = 'Kiirelt vaata ja lehitse oma veebisaiti uues aknas...';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
74
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
73 75

  
74 76
// Headings
75 77
$HEADING['MODIFY_DELETE_PAGE'] = 'Muuda/Kustuta Leht';
76 78
$HEADING['DELETED_PAGES'] = 'Kustutatud Lehed';
77 79
$HEADING['ADD_PAGE'] = 'Lisa Leht';
78
$HEADING['ADD_HEADING'] = 'Add Heading'; //needs to be translated
80
$HEADING['ADD_HEADING'] = 'Add Heading';
79 81
$HEADING['MODIFY_PAGE'] = 'Muuda Lehte';
80 82
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Muuda Lehe Seadeid';
81 83
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Muuda Arenenud Lehe Seadeid';
......
106 108
$HEADING['DEFAULT_SETTINGS'] = 'Vaikimisi Seaded';
107 109
$HEADING['SEARCH_SETTINGS'] = 'Otsingu Seaded';
108 110
$HEADING['FILESYSTEM_SETTINGS'] = 'Failis&uuml;steemi Seaded';
109
$HEADING['SERVER_SETTINGS'] = 'Server Settings'; //needs to be translated
110
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
111
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools'; //needs to be translated
111
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
112
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
113
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
112 114

  
113 115
$HEADING['MODIFY_DELETE_USER'] = 'Muuda/Kustuta Kasutaja';
114 116
$HEADING['ADD_USER'] = 'Lisa Kasutaja';
......
119 121
$HEADING['MODIFY_GROUP'] = 'Muuda Gruppi';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'Lisa';
124 126
$TEXT['MODIFY'] = 'Muuda';
125 127
$TEXT['SETTINGS'] = 'Seaded';
......
180 182
$TEXT['VERSION'] = 'Versioon';
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff