Revision 821
Added by thorn over 16 years ago
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äyttäjät'; |
51 | 53 |
$MENU['USERS'] = 'Käyttäjät'; |
52 | 54 |
$MENU['GROUPS'] = 'Ryhmä'; |
... | ... | |
69 | 71 |
$OVERVIEW['GROUPS'] = 'käyttäjäryhmä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ää'; |
120 | 122 |
|
121 | 123 |
// Other text |
122 |
$TEXT['OPEN'] = 'Open'; //needs to be translated
|
|
124 |
$TEXT['OPEN'] = 'Open'; |
|
123 | 125 |
$TEXT['ADD'] = 'Lisää'; |
124 | 126 |
$TEXT['MODIFY'] = 'Muokkaa'; |
125 | 127 |
$TEXT['SETTINGS'] = 'Asetukset'; |
... | ... | |
211 | 213 |
$TEXT['PAGE'] = 'Sivu'; |
212 | 214 |
$TEXT['SIGNUP'] = 'Rekisterö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ä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ö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äyttöjärjestelmä'; |
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ä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ökalu'; |
... | ... | |
400 | 402 |
$TEXT['VERIFICATION'] = 'Varmistus'; |
401 | 403 |
$TEXT['DEFAULT_CHARSET'] = 'Oletusmerkrkistö'; |
402 | 404 |
$TEXT['CHARSET'] = 'Merkistö'; |
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ät riitä...'; |
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ät riitä...'; |
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äytössä, 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ö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žnosti'; |
48 | 50 |
$MENU['SETTINGS'] = 'Nastavení'; |
49 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
|
|
51 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; |
|
50 | 52 |
$MENU['ACCESS'] = 'Přístup'; |
51 | 53 |
$MENU['USERS'] = 'Uživatelé'; |
52 | 54 |
$MENU['GROUPS'] = 'Skupiny'; |
... | ... | |
69 | 71 |
$OVERVIEW['GROUPS'] = 'Spravovat skupiny uživatelů a jejich oprávnění...'; |
70 | 72 |
$OVERVIEW['HELP'] = 'Máte otázku? Hledejte odpověď...'; |
71 | 73 |
$OVERVIEW['VIEW'] = 'Rychle prohlédhout stránky v novém okně...'; |
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ěnit/Smazat stránku'; |
... | ... | |
107 | 109 |
$HEADING['SEARCH_SETTINGS'] = 'Nastavení vyhledávání'; |
108 | 110 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Nastavení systému souborů'; |
109 | 111 |
$HEADING['SERVER_SETTINGS'] = 'Nastavení serveru'; |
110 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
|
|
112 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; |
|
111 | 113 |
$HEADING['ADMINISTRATION_TOOLS'] = 'Nástroje administrace'; |
112 | 114 |
|
113 | 115 |
$HEADING['MODIFY_DELETE_USER'] = 'Změnit/Smazat uživatele'; |
... | ... | |
119 | 121 |
$HEADING['MODIFY_GROUP'] = 'Změ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řidat'; |
124 | 126 |
$TEXT['MODIFY'] = 'Změnit'; |
125 | 127 |
$TEXT['SETTINGS'] = 'Nastavení'; |
... | ... | |
225 | 227 |
$TEXT['FULL_NAME'] = 'Celé jméno'; |
226 | 228 |
$TEXT['ACCOUNT_SIGNUP'] = 'Registrace účtu'; |
227 | 229 |
$TEXT['LINK'] = 'Odkaz'; |
228 |
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
|
|
230 |
$TEXT['ANCHOR'] = 'Anchor'; |
|
229 | 231 |
$TEXT['TARGET'] = 'Směřuje do'; |
230 | 232 |
$TEXT['NEW_WINDOW'] = 'nového okna'; |
231 | 233 |
$TEXT['SAME_WINDOW'] = 'původního okna'; |
... | ... | |
400 | 402 |
$TEXT['VERIFICATION'] = 'Verifikace'; |
401 | 403 |
$TEXT['DEFAULT_CHARSET'] = 'Výchozí kódová stránka'; |
402 | 404 |
$TEXT['CHARSET'] = 'Kódová strá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áte oprávnění prohlížet tuto stránku'; |
... | ... | |
553 | 555 |
|
554 | 556 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Musíte vyplnit následující pole'; |
555 | 557 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Omlouváme se, ale tento formulář dosáhl limitu povolených odeslání pro tuto hodinu. Prosím zkuste to znovu v další hodině..'; |
556 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Kontrolní kód (známý jako Captcha) neodpovídá. Pokud máte problémy s přečtením tohoto kódu, kontaktujte '.SERVER_EMAIL; |
|
558 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Kontrolní kód (známý jako Captcha) neodpovídá. Pokud máte problémy s přečtením tohoto kódu, kontaktujte '.SERVER_EMAIL.'';
|
|
557 | 559 |
|
558 | 560 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Vyberte která rozšíření si přejete přehrát'; |
559 | 561 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Moduly byly úspěšně přehrány'; |
560 | 562 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Šablony byly úspěšně přehrány'; |
561 | 563 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Jazyky byly úspěšně přehrá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åk'; |
47 | 49 |
$MENU['PREFERENCES'] = 'Mina uppgifter'; |
48 | 50 |
$MENU['SETTINGS'] = 'Inställningar'; |
49 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
|
|
51 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; |
|
50 | 52 |
$MENU['ACCESS'] = 'Rättigheter'; |
51 | 53 |
$MENU['USERS'] = 'Användare'; |
52 | 54 |
$MENU['GROUPS'] = 'Grupper'; |
... | ... | |
69 | 71 |
$OVERVIEW['GROUPS'] = 'Behandla användargrupper och deras systemåtkomst...'; |
70 | 72 |
$OVERVIEW['HELP'] = 'Hitta svar på dina frågor (på engelska)...'; |
71 | 73 |
$OVERVIEW['VIEW'] = 'Titta på dina sidor i ett nytt fö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'] = 'Ändra/radera sida'; |
... | ... | |
107 | 109 |
$HEADING['SEARCH_SETTINGS'] = 'Sökinställningar'; |
108 | 110 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Inställningar för Filsystem'; |
109 | 111 |
$HEADING['SERVER_SETTINGS'] = 'Server Instä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'] = 'Ändra/radera användare'; |
... | ... | |
119 | 121 |
$HEADING['MODIFY_GROUP'] = 'Ä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ägg till'; |
124 | 126 |
$TEXT['MODIFY'] = 'Ändra'; |
125 | 127 |
$TEXT['SETTINGS'] = 'Inställningar'; |
... | ... | |
177 | 179 |
$TEXT['VIEW_DETAILS'] = 'Visa detaljer'; |
178 | 180 |
$TEXT['DISPLAY_NAME'] = 'Visa namn'; |
179 | 181 |
$TEXT['AUTHOR'] = 'Författare'; |
180 |
$TEXT['VERSION'] = 'Version'; //needs to be translated
|
|
182 |
$TEXT['VERSION'] = 'Version'; |
|
181 | 183 |
$TEXT['DESIGNED_FOR'] = 'Skapad fö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å'; |
214 |
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
|
|
216 |
$TEXT['ADMIN'] = 'Admin'; |
|
215 | 217 |
$TEXT['PATH'] = 'Sökvä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'] = 'Ändelse'; |
219 | 221 |
$TEXT['TABLE_PREFIX'] = 'Tabell prefix'; |
220 | 222 |
$TEXT['CHANGES'] = 'Ändringar'; |
221 |
$TEXT['ADMINISTRATION'] = 'Administration'; //needs to be translated
|
|
223 |
$TEXT['ADMINISTRATION'] = 'Administration'; |
|
222 | 224 |
$TEXT['FORGOT_DETAILS'] = 'Glömt dina uppgifter?'; |
223 | 225 |
$TEXT['LOGGED_IN'] = 'Inloggad'; |
224 | 226 |
$TEXT['WELCOME_BACK'] = 'Vä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ålfönster'; |
230 | 232 |
$TEXT['NEW_WINDOW'] = 'Nytt fönster'; |
231 | 233 |
$TEXT['SAME_WINDOW'] = 'Samma fönster'; |
... | ... | |
241 | 243 |
$TEXT['MENU_TITLE'] = 'Menyns titel'; |
242 | 244 |
$TEXT['ACTIONS'] = 'Åtgärder'; |
243 | 245 |
$TEXT['UNKNOWN'] = 'Okänd'; |
244 |
$TEXT['BLOCK'] = 'Block'; //needs to be translated
|
|
246 |
$TEXT['BLOCK'] = 'Block'; |
|
245 | 247 |
$TEXT['SEARCH'] = 'Sök'; |
246 | 248 |
$TEXT['SEARCHING'] = 'Söker'; |
247 | 249 |
$TEXT['POST'] = 'Nyhet'; |
... | ... | |
250 | 252 |
$TEXT['COMMENTING'] = 'Kommenterar'; |
251 | 253 |
$TEXT['SHORT'] = 'Ingress'; |
252 | 254 |
$TEXT['LONG'] = 'Brödtext'; |
253 |
$TEXT['LOOP'] = 'Loop'; //needs to be translated
|
|
255 |
$TEXT['LOOP'] = 'Loop'; |
|
254 | 256 |
$TEXT['FIELD'] = 'Fält'; |
255 | 257 |
$TEXT['REQUIRED'] = 'Obligatoriskt'; |
256 | 258 |
$TEXT['LENGTH'] = 'Lä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äng'; |
286 | 288 |
$TEXT['INTRO_PAGE'] = 'Förstasida'; |
287 |
$TEXT['INSTALLATION_URL'] = 'Installation URL'; //needs to be translated
|
|
289 |
$TEXT['INSTALLATION_URL'] = 'Installation URL'; |
|
288 | 290 |
$TEXT['INSTALLATION_PATH'] = 'Installation sökväg'; |
289 | 291 |
$TEXT['PAGE_EXTENSION'] = 'Sidors filändelse'; |
290 | 292 |
$TEXT['NO_RESULTS'] = 'Inget resultat'; |
... | ... | |
299 | 301 |
$TEXT['LEVEL'] = 'Nivå'; |
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å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ä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'] = 'Ändra filnamn vid uppladdning'; |
388 | 390 |
$TEXT['APP_NAME'] = 'Namn på applikation'; |
389 | 391 |
$TEXT['SESSION_IDENTIFIER'] = 'Sessionsidentifierare'; |
390 |
$TEXT['BACKUP'] = 'Backup'; //needs to be translated
|
|
392 |
$TEXT['BACKUP'] = 'Backup'; |
|
391 | 393 |
$TEXT['RESTORE'] = 'Återställ'; |
392 | 394 |
$TEXT['BACKUP_DATABASE'] = 'Backup av databas'; |
393 | 395 |
$TEXT['RESTORE_DATABASE'] = 'Återstä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ärr, du har inte tillåtelse att titta på 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åtelse att vara här'; |
432 | 434 |
|
... | ... | |
546 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kan inte skriva i målmappen'; |
547 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Filen du laddade upp är ogilltig'; |
548 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan inte avinstallera: filen används just nu'; |
549 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Websidan är under uppbygnad';
|
|
551 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
|
|
550 | 552 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Vänligen kom tillbaka snart...'; |
551 | 553 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Vänligen ha tålamod, det här kan ta en stund.'; |
552 | 554 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Fel vid öppnande av fil.'; |
553 | 555 |
|
554 | 556 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Du måste fylla i följande fält'; |
555 | 557 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Tyvärr, detta formulär har skickats för många gånger inom denna timme. Försök igen om ett tag.'; |
556 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Verifieringsnumret (också känt som Captcha) som du angav är felaktigt. Om du har problem med att läsa ut Captcha, vänligen sänd email till: '.SERVER_EMAIL; |
|
558 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Verifieringsnumret (också känt som Captcha) som du angav är felaktigt. Om du har problem med att läsa ut Captcha, vänligen sänd email till: '.SERVER_EMAIL.'';
|
|
557 | 559 |
|
558 | 560 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Vänligen välj vilka tillä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å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á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ódulos'; |
45 | 47 |
$MENU['TEMPLATES'] = 'Plantillas'; |
46 | 48 |
$MENU['LANGUAGES'] = 'Lenguajes'; |
47 | 49 |
$MENU['PREFERENCES'] = 'Preferencias'; |
48 | 50 |
$MENU['SETTINGS'] = 'Configuració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ágina'; |
... | ... | |
107 | 109 |
$HEADING['SEARCH_SETTINGS'] = 'Configuración del Search'; |
108 | 110 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Configuración del sistema de Ficheros'; |
109 | 111 |
$HEADING['SERVER_SETTINGS'] = 'Configuració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ó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ón'; |
... | ... | |
180 | 182 |
$TEXT['VERSION'] = 'Versión'; |
181 | 183 |
$TEXT['DESIGNED_FOR'] = 'Diseñado para'; |
182 | 184 |
$TEXT['DESCRIPTION'] = 'Descripció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ñ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ó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á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ó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áginas'; |
234 | 236 |
$TEXT['SUCCESS'] = 'Éxito'; |
235 |
$TEXT['ERROR'] = 'Error'; //needs to be translated
|
|
237 |
$TEXT['ERROR'] = 'Error'; |
|
236 | 238 |
$TEXT['ARE_YOU_SURE'] = '¿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ítulo de la Página'; |
241 | 243 |
$TEXT['MENU_TITLE'] = 'Título del Menú'; |
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ón'; |
319 | 321 |
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Selecciones Mú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ón'; |
323 | 325 |
$TEXT['CHECKBOX_GROUP'] = 'Grupo de Checkbox '; |
324 | 326 |
$TEXT['RADIO_BUTTON_GROUP'] = 'Gupo Botó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á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ágina'; |
... | ... | |
400 | 402 |
$TEXT['VERIFICATION'] = 'Verificació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ón, no tiene permiso para ver esta pá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í'; |
432 | 434 |
|
... | ... | |
546 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No se pudo escribir en el directorio'; |
547 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Archivo inválido'; |
548 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Desinstalación erronea: el archivo seleccionado está en uso'; |
549 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONTRUCTION'] = 'Web En Construcció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úmero de verificación que ha introducido es incorrecto. Si estás teniendo problemas leyéndolo, por favor, envíe un e-mail a: '.SERVER_EMAIL; |
|
558 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'El número de verificación que ha introducido es incorrecto. Si estás teniendo problemas leyéndolo, por favor, envíe un e-mail a: '.SERVER_EMAIL.'';
|
|
557 | 559 |
|
558 | 560 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Por favor, seleccione qué add-on quiere que se recargue'; |
559 | 561 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Mó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èles'; |
46 | 48 |
$MENU['LANGUAGES'] = 'Langages'; |
47 | 49 |
$MENU['PREFERENCES'] = 'Préférences'; |
48 | 50 |
$MENU['SETTINGS'] = 'Réglages'; |
49 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
|
|
51 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; |
|
50 | 52 |
$MENU['ACCESS'] = 'Accè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çu du site dans une nouvelle fenê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églages de recherche'; |
108 | 110 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Réglages des fichiers systèmes'; |
109 | 111 |
$HEADING['SERVER_SETTINGS'] = 'Ré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églages'; |
... | ... | |
132 | 134 |
$TEXT['NAME'] = 'Nom'; |
133 | 135 |
$TEXT['PLEASE_SELECT'] = 'Sé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é'; |
138 | 140 |
$TEXT['PRIVATE'] = 'Privé'; |
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être'; |
145 |
$TEXT['DESCRIPTION'] = 'Description'; //needs to be translated
|
|
147 |
$TEXT['DESCRIPTION'] = 'Description'; |
|
146 | 148 |
$TEXT['KEYWORDS'] = 'Mots clés'; |
147 | 149 |
$TEXT['ADMINISTRATORS'] = 'Administrateurs'; |
148 | 150 |
$TEXT['PRIVATE_VIEWERS'] = 'Utilisateurs privés'; |
... | ... | |
177 | 179 |
$TEXT['VIEW_DETAILS'] = 'Propriété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éé 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ête'; |
205 | 207 |
$TEXT['FOOTER'] = 'Pied de page'; |
206 | 208 |
$TEXT['TEMPLATE'] = 'Modèle'; |
207 |
$TEXT['INSTALLATION'] = 'Installation'; //needs to be translated
|
|
209 |
$TEXT['INSTALLATION'] = 'Installation'; |
|
208 | 210 |
$TEXT['DATABASE'] = 'Base de données'; |
209 | 211 |
$TEXT['HOST'] = 'Hô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é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é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és ?'; |
223 | 225 |
$TEXT['LOGGED_IN'] = 'Connecté'; |
224 | 226 |
$TEXT['WELCOME_BACK'] = 'Re-Bienvenue'; |
225 | 227 |
$TEXT['FULL_NAME'] = 'Nom complet'; |
226 | 228 |
$TEXT['ACCOUNT_SIGNUP'] = 'Cré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être'; |
231 | 233 |
$TEXT['SAME_WINDOW'] = 'Même fenê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ération réussie'; |
235 | 237 |
$TEXT['ERROR'] = 'Erreur'; |
... | ... | |
239 | 241 |
$TEXT['SYSTEM_DEFAULT'] = 'Système par dé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é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ébut'; |
269 | 271 |
$TEXT['END'] = 'Fin'; |
270 | 272 |
$TEXT['IMAGE'] = 'Image'; |
... | ... | |
275 | 277 |
$TEXT['RESULTS'] = 'Résultats'; |
276 | 278 |
$TEXT['RESIZE'] = 'Redimensionner'; |
277 | 279 |
$TEXT['MANAGE'] = 'Gé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èles'; |
304 | 306 |
$TEXT['PAGES_DIRECTORY'] = 'Répertoire des pages'; |
305 | 307 |
$TEXT['MEDIA_DIRECTORY'] = 'Répertoire des fichiers media'; |
... | ... | |
315 | 317 |
$TEXT['DIRECTORIES'] = 'Répertoires'; |
316 | 318 |
$TEXT['DIRECTORY_MODE'] = 'Propriétés ré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élection multiple'; |
320 | 322 |
$TEXT['TEXTFIELD'] = 'Champ de texte'; |
321 | 323 |
$TEXT['TEXTAREA'] = 'Zone de texte'; |
... | ... | |
337 | 339 |
$TEXT['START'] = 'Débuter'; |
338 | 340 |
$TEXT['SECTION_BLOCKS'] = 'Bloc de rubrique'; |
339 | 341 |
$TEXT['REGISTERED_VIEWERS'] = 'Utilisateurs enregistré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é le système'; |
350 | 352 |
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permissions d\'écriture sur fichier'; |
351 | 353 |
$TEXT['LINUX_UNIX_BASED'] = 'Basé 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 à 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é'; |
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ées'; |
393 | 395 |
$TEXT['RESTORE_DATABASE'] = 'Restauration de la base de donné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érification'; |
401 | 403 |
$TEXT['DEFAULT_CHARSET'] = 'Encodage par dé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ésolé, 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 être ici'; |
432 | 434 |
|
... | ... | |
537 | 539 |
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Les fichiers chargés doivent être aux formats suivants : '; |
538 | 540 |
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Impossible de charger le fichier'; |
539 | 541 |
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Déjà installé'; |
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ésinstaller'; |
542 | 544 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Impossible de dézipper le fichier'; |
543 | 545 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Installation réussie avec succès'; |
... | ... | |
553 | 555 |
|
554 | 556 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Vous devez renseigner les champs suivants'; |
555 | 557 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Désolé mais vous avez utilisé ce formulaire trop de fois durant cette heure. Merci de réessayer à l\'heure suivante'; |
556 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Le numéro de vérification (Captcha) que vous avez entré est incorrect. Si vous rencontrez des problèmes quant à la lecture de ce numéro, merci d\'envoyer un email à : '.SERVER_EMAIL; |
|
558 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Le numéro de vérification (Captcha) que vous avez entré est incorrect. Si vous rencontrez des problèmes quant à la lecture de ce numéro, merci d\'envoyer un email à : '.SERVER_EMAIL.'';
|
|
557 | 559 |
|
558 | 560 |
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Sélectionnez les ADD-ON que vous souhaitez réinstaller'; |
559 | 561 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules réinstallés avec succès'; |
560 | 562 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Modèles réinstallés avec succès'; |
561 | 563 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Langages réinstallés avec succè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ääs'; |
51 | 53 |
$MENU['USERS'] = 'Kasutajad'; |
52 | 54 |
$MENU['GROUPS'] = 'Grupid'; |
... | ... | |
54 | 56 |
$MENU['VIEW'] = 'Vaata'; |
55 | 57 |
$MENU['LOGOUT'] = 'Logi Vä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 ülevaade'; |
61 | 63 |
$OVERVIEW['PAGES'] = 'Halda oma veebisaidi lehekü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 õiguseid...'; |
70 | 72 |
$OVERVIEW['HELP'] = 'On kü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ü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'; |
Also available in: Unified diff
fixed language-files