Project

General

Profile

« Previous | Next » 

Revision 821

Added by thorn over 16 years ago

fixed language-files

View differences:

CA.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'] = 'Idiomes';
47 49
$MENU['PREFERENCES'] = 'Perfil';
48 50
$MENU['SETTINGS'] = 'Par&agrave;metres';
49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
50 52
$MENU['ACCESS'] = 'Acc&eacute;s';
51 53
$MENU['USERS'] = 'Usuaris';
52 54
$MENU['GROUPS'] = 'Grups';
......
63 65
$OVERVIEW['MODULES'] = 'Administreu els m&ograve;duls de Website Baker...';
64 66
$OVERVIEW['TEMPLATES'] = 'Canvieu l\'aspecte i estil de la vostra p&agrave;gina amb plantilles...';
65 67
$OVERVIEW['LANGUAGES'] = 'Administreu els idiomes de Website Baker...';
66
$OVERVIEW['PREFERENCES'] = 'Canvieu les prefer&egrave;ncies com l\'adre&ccdil;a de correu electr&ograve;nic, contrasenya, etc... ';
68
$OVERVIEW['PREFERENCES'] = 'Canvieu les prefer&egrave;ncies com l\'adre&ccedil;a de correu electr&ograve;nic, contrasenya, etc... ';
67 69
$OVERVIEW['SETTINGS'] = 'Canvieu els par&agrave;metres de Website Baker...';
68 70
$OVERVIEW['USERS'] = 'Administreu els usuaris que poden identificar-se a Website Baker...';
69 71
$OVERVIEW['GROUPS'] = 'Administreu els grups d\'usuaris i els seus permisos de sistema...';
70 72
$OVERVIEW['HELP'] = 'Teniu una pregunta? Trobeu la vostra resposta...';
71 73
$OVERVIEW['VIEW'] = 'Veure i navegar r&agrave;pidament la vostra p&agrave;gina web en una nova finestra...';
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'] = 'Modifica/Esborra P&agrave;gina';
76 78
$HEADING['DELETED_PAGES'] = 'P&agrave;gines Esborrades';
77 79
$HEADING['ADD_PAGE'] = 'Afegeix P&agrave;gina';
78
$HEADING['ADD_HEADING'] = 'Afegeix Encap&ccdil;alament';
80
$HEADING['ADD_HEADING'] = 'Afegeix Encap&ccedil;alament';
79 81
$HEADING['MODIFY_PAGE'] = 'Modifica P&agrave;gina';
80 82
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modifica els Par&agrave;metres de la P&agrave;gina';
81
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modifica els Par&agrave;metres Avan&ccdil;ats de la P&agrave;gina';
83
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modifica els Par&agrave;metres Avan&ccedil;ats de la P&agrave;gina';
82 84
$HEADING['MANAGE_SECTIONS'] = 'Administra les Seccions';
83 85
$HEADING['MODIFY_INTRO_PAGE'] = 'Modifica P&agrave;gina Introduct&ograve;ria';
84 86

  
......
106 108
$HEADING['DEFAULT_SETTINGS'] = 'Par&agrave;metres per Defecte';
107 109
$HEADING['SEARCH_SETTINGS'] = 'Par&agrave;metres de Cerca';
108 110
$HEADING['FILESYSTEM_SETTINGS'] = 'Par&agrave;metres del Sistema de Fitxers';
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'] = 'Modifica/Esborra Usuari';
114 116
$HEADING['ADD_USER'] = 'Afegeix Usuari';
......
119 121
$HEADING['MODIFY_GROUP'] = 'Modifica Grup';
120 122

  
121 123
// Other text
122
$TEXT['OPEN'] = 'Open'; //needs to be translated
124
$TEXT['OPEN'] = 'Open';
123 125
$TEXT['ADD'] = 'Afegeix';
124 126
$TEXT['MODIFY'] = 'Modifica';
125 127
$TEXT['SETTINGS'] = 'Par&agrave;metres';
......
143 145
$TEXT['CHANGE'] = 'Canvia';
144 146
$TEXT['WINDOW'] = 'Finestra';
145 147
$TEXT['DESCRIPTION'] = 'Descripci&oacute;';
146
$TEXT['KEYWORDS'] = 'Paraules clau';
148
$TEXT['KEYWORDS'] = 'Paraules Clau';
147 149
$TEXT['ADMINISTRATORS'] = 'Administradors';
148 150
$TEXT['PRIVATE_VIEWERS'] = 'Visualitzadors Privats';
149 151
$TEXT['EXPAND'] = 'Expandeix';
......
193 195
$TEXT['GROUP'] = 'Grup';
194 196
$TEXT['SYSTEM_PERMISSIONS'] = 'Permisos de Sistema';
195 197
$TEXT['MODULE_PERMISSIONS'] = 'Permisos de M&ograve;dul';
196
$TEXT['SHOW_ADVANCED'] = 'Mostra Opcions Avan&ccdil;ades';
197
$TEXT['HIDE_ADVANCED'] = 'Oculta Opcions Avan&ccdil;ades';
198
$TEXT['SHOW_ADVANCED'] = 'Mostra Opcions Avan&ccedil;ades';
199
$TEXT['HIDE_ADVANCED'] = 'Oculta Opcions Avan&ccedil;ades';
198 200
$TEXT['BASIC'] = 'B&agrave;sic';
199
$TEXT['ADVANCED'] = 'Avan&ccdil;at';
201
$TEXT['ADVANCED'] = 'Avan&ccedil;at';
200 202
$TEXT['WEBSITE'] = 'P&agrave;gina Web';
201 203
$TEXT['DEFAULT'] = 'Per defecte';
202 204
$TEXT['KEYWORDS'] = 'Paraules Clau';
203
$TEXT['TEXT'] = 'Text'; //needs to be translated
204
$TEXT['HEADER'] = 'Cap&ccdil;alera';
205
$TEXT['TEXT'] = 'Text';
206
$TEXT['HEADER'] = 'Cap&ccedil;alera';
205 207
$TEXT['FOOTER'] = 'Peu';
206 208
$TEXT['TEMPLATE'] = 'Plantilla';
207 209
$TEXT['INSTALLATION'] = 'Instal&middot;laci&oacute;';
......
211 213
$TEXT['PAGE'] = 'P&agrave;gina';
212 214
$TEXT['SIGNUP'] = 'Registre';
213 215
$TEXT['PHP_ERROR_LEVEL'] = 'Nivell d\'Informe d\'Error de PHP';
214
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
216
$TEXT['ADMIN'] = 'Admin';
215 217
$TEXT['PATH'] = 'Ruta';
216
$TEXT['URL'] = 'URL'; //needs to be translated
218
$TEXT['URL'] = 'URL';
217 219
$TEXT['FRONTEND'] = 'Frontal';
218 220
$TEXT['EXTENSION'] = 'Extensions';
219 221
$TEXT['TABLE_PREFIX'] = 'Prefix de Taula';
......
224 226
$TEXT['WELCOME_BACK'] = 'Benvingut de nou';
225 227
$TEXT['FULL_NAME'] = 'Nom Complet';
226 228
$TEXT['ACCOUNT_SIGNUP'] = 'Registre de Compte';
227
$TEXT['LINK'] = 'Enlla&ccdil;';
228
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
229
$TEXT['LINK'] = 'Enlla&ccedil;';
230
$TEXT['ANCHOR'] = 'Anchor';
229 231
$TEXT['TARGET'] = 'Dest&iacute;';
230 232
$TEXT['NEW_WINDOW'] = 'Nova Finestra';
231 233
$TEXT['SAME_WINDOW'] = 'La Mateixa Finestra';
232
$TEXT['TOP_FRAME'] = 'Top Frame'; //needs to be translated
234
$TEXT['TOP_FRAME'] = 'Top Frame';
233 235
$TEXT['PAGE_LEVEL_LIMIT'] = 'L&iacute;mit de Nivell de P&agrave;gina';
234 236
$TEXT['SUCCESS'] = '&Egrave;xit';
235
$TEXT['ERROR'] = 'Error'; //needs to be translated
237
$TEXT['ERROR'] = 'Error';
236 238
$TEXT['ARE_YOU_SURE'] = 'Esteu segur?';
237 239
$TEXT['YES'] = 'S&iacute;';
238
$TEXT['NO'] = 'No'; //needs to be translated
240
$TEXT['NO'] = 'No';
239 241
$TEXT['SYSTEM_DEFAULT'] = 'Per Defecte del Sistema';
240 242
$TEXT['PAGE_TITLE'] = 'T&iacute;tol de la P&agrave;gina';
241 243
$TEXT['MENU_TITLE'] = 'T&iacute;tol del Men&uacute;';
......
277 279
$TEXT['MANAGE'] = 'Administreu';
278 280
$TEXT['CODE'] = 'Codi';
279 281
$TEXT['WIDTH'] = 'Amplada';
280
$TEXT['HEIGHT'] = 'Al&ccdil;ada';
282
$TEXT['HEIGHT'] = 'Al&ccedil;ada';
281 283
$TEXT['MORE'] = 'M&eacute;s';
282 284
$TEXT['READ_MORE'] = 'Llegir M&eacute;s';
283 285
$TEXT['CHANGE_SETTINGS'] = 'Canvia Par&agrave;metres';
......
291 293
$TEXT['WEBSITE_TITLE'] = 'T&iacute;tol del Lloc Web';
292 294
$TEXT['WEBSITE_DESCRIPTION'] = 'Descripci&oacute; del Lloc Web';
293 295
$TEXT['WEBSITE_KEYWORDS'] = 'Paraules clau del Lloc Web';
294
$TEXT['WEBSITE_HEADER'] = 'Cap&ccdil;alera del Lloc Web';
296
$TEXT['WEBSITE_HEADER'] = 'Cap&ccedil;alera del Lloc Web';
295 297
$TEXT['WEBSITE_FOOTER'] = 'Peu del Lloc Web';
296
$TEXT['RESULTS_HEADER'] = 'Cap&ccdil;alera de Resultats';
298
$TEXT['RESULTS_HEADER'] = 'Cap&ccedil;alera de Resultats';
297 299
$TEXT['RESULTS_LOOP'] = 'Bucle de Resultats';
298 300
$TEXT['RESULTS_FOOTER'] = 'Peu de Resultats';
299 301
$TEXT['LEVEL'] = 'Nivell';
300 302
$TEXT['NOT_FOUND'] = 'No Trobat';
301 303
$TEXT['PAGE_SPACER'] = 'Separador de P&agrave;gina';
302
$TEXT['MATCHING'] = 'Matching'; //needs to be translated
304
$TEXT['MATCHING'] = 'Matching';
303 305
$TEXT['TEMPLATE_PERMISSIONS'] = 'Permisos de Plantilla';
304 306
$TEXT['PAGES_DIRECTORY'] = 'Directori de P&agrave;gines';
305 307
$TEXT['MEDIA_DIRECTORY'] = 'Directori de Fitxers';
......
331 333
$TEXT['SHORT_TEXT'] = 'Text Curt';
332 334
$TEXT['LONG_TEXT'] = 'Text Llarg';
333 335
$TEXT['HOMEPAGE_REDIRECTION'] = 'Redirecci&oacute; de P&agrave;gina Inicial';
334
$TEXT['HEADING'] = 'Encap&ccdil;alament';
336
$TEXT['HEADING'] = 'Encap&ccedil;alament';
335 337
$TEXT['MULTIPLE_MENUS'] = 'Diversos Men&uacute;s';
336 338
$TEXT['REGISTERED'] = 'Registrat';
337 339
$TEXT['START'] = 'Inici';
338 340
$TEXT['SECTION_BLOCKS'] = 'Blocs de la Secci&oacute;';
339 341
$TEXT['REGISTERED_VIEWERS'] = 'Visualitzadors Registrats';
340
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; //needs to be translated
342
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
341 343
$TEXT['SUBMISSION_ID'] = 'ID de Tramesa';
342 344
$TEXT['SUBMISSIONS'] = 'Trameses';
343 345
$TEXT['SUBMITTED'] = 'Tram&eacute;s';
344 346
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Trameses M&agrave;x. Per Hora';
345 347
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Trameses Emmagatzemades a la Base de Dades';
346
$TEXT['EMAIL_ADDRESS'] = 'Adre&ccdil;a de Correu';
348
$TEXT['EMAIL_ADDRESS'] = 'Adre&ccedil;a de Correu';
347 349
$TEXT['CUSTOM'] = 'Personalitzat';
348 350
$TEXT['ANONYMOUS'] = 'An&ograve;nim';
349 351
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Sistema Operatiu del Servidor';
350 352
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permisos d\'escriptura de fitxer per a tothom';
351 353
$TEXT['LINUX_UNIX_BASED'] = 'Basat en Linux/Unix';
352
$TEXT['WINDOWS'] = 'Windows'; //needs to be translated
354
$TEXT['WINDOWS'] = 'Windows';
353 355
$TEXT['HOME_FOLDER'] = 'Carpeta de l\'usuari';
354 356
$TEXT['HOME_FOLDERS'] = 'Carpetes dels usuaris';
355 357
$TEXT['PAGE_TRASH'] = 'Paperera';
......
360 362
$TEXT['EMPTY_TRASH'] = 'Buida la Paperera';
361 363
$TEXT['TRASH_EMPTIED'] = 'Paperera Buidada';
362 364
$TEXT['ADD_SECTION'] = 'Afegeix Secci&oacute;';
363
$TEXT['POST_HEADER'] = 'Post Header'; //needs to be translated
364
$TEXT['POST_FOOTER'] = 'Post Footer'; //needs to be translated
365
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page'; //needs to be translated
365
$TEXT['POST_HEADER'] = 'Post Header';
366
$TEXT['POST_FOOTER'] = 'Post Footer';
367
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
366 368
$TEXT['RESIZE_IMAGE_TO'] = 'Redimensiona Imatge A';
367 369
$TEXT['UNLIMITED'] = 'Il&middot;limitat';
368 370
$TEXT['OF'] = 'De';
......
376 378
$TEXT['RESULTS_FOR'] = 'Resultats De';
377 379
$TEXT['TIME'] = 'Temps';
378 380
$TEXT['WYSIWYG_STYLE'] = 'Estil WYSIWYG';
379
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor'; //needs to be translated
381
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
380 382
$TEXT['SERVER_EMAIL'] = 'Correu del Servidor';
381 383
$TEXT['MENU'] = 'Men&uacute;';
382 384
$TEXT['MANAGE_GROUPS'] = 'Administra els Grups';
......
384 386
$TEXT['PAGE_LANGUAGES'] = 'Idiomes de la p&agrave;gina';
385 387
$TEXT['HIDDEN'] = 'Amagat';
386 388
$TEXT['MAIN'] = 'Principal';
387
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload'; //needs to be translated
388
$TEXT['APP_NAME'] = 'Application Name'; //needs to be translated
389
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier'; //needs to be translated
390
$TEXT['BACKUP'] = 'Backup'; //needs to be translated
391
$TEXT['RESTORE'] = 'Restore'; //needs to be translated
392
$TEXT['BACKUP_DATABASE'] = 'Backup Database'; //needs to be translated
393
$TEXT['RESTORE_DATABASE'] = 'Restore Database'; //needs to be translated
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_MEDIA'] = 'Backup Media'; //needs to be translated
397
$TEXT['RESTORE_MEDIA'] = 'Restore Media'; //needs to be translated
398
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool'; //needs to be translated
399
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification'; //needs to be translated
400
$TEXT['VERIFICATION'] = 'Verification'; //needs to be translated
401
$TEXT['DEFAULT_CHARSET'] = 'Default Charset'; //needs to be translated
402
$TEXT['CHARSET'] = 'Charset'; //needs to be translated
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 
389
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
390
$TEXT['APP_NAME'] = 'Application Name';
391
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
392
$TEXT['BACKUP'] = 'Backup';
393
$TEXT['RESTORE'] = 'Restore';
394
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
395
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
396
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
397
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
398
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
399
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
400
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
401
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
402
$TEXT['VERIFICATION'] = 'Verification';
403
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
404
$TEXT['CHARSET'] = 'Charset';
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'] = 'Ho sentim, no teniu permisos per a veure aquesta p&agrave;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'] = 'No teniu privilegis suficients per estar ac&iacute;';
432 434

  
......
439 441
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'La contrasenya &eacute;s massa llarga';
440 442
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Nom d\'usuari o contrasenya incorrectes';
441 443

  
442
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Heu d\'Introduir una adre&ccdil;a de correu';
444
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Heu d\'Introduir una adre&ccedil;a de correu';
443 445

  
444
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Per favor introdu&iuml;u la vostra adre&ccdil;a de correu a baix';
446
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Per favor introdu&iuml;u la vostra adre&ccedil;a de correu a baix';
445 447
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'El correu que heu introdu&iuml;t no s\'ha trobat a la base de dades';
446 448
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'No ha estat possible enviar la contrasenya, per favor contacteu amb l\'administrador del sistema';
447
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'El nom d\'usuari i contrasenya han estat enviats a la vostra adre&ccdil;a de correu';
449
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'El nom d\'usuari i contrasenya han estat enviats a la vostra adre&ccedil;a de correu';
448 450
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'La contrasenya no es pot reiniciar m&eacute;s d\'un cop per hora, disculpeu';
449 451

  
450 452
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Benvingut/da al Panell de Control de Website Baker';
......
455 457
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'No es pot escriure al fitxer de configuraci&oacute;';
456 458
$MESSAGE['SETTINGS']['SAVED'] = 'Par&agrave;metres desats amb &egrave;xit';
457 459
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Av&iacute;s: Pr&eacute;mer aquest bot&oacute; reinicia tots els canvis no desats';
458
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Av&iacute;s: a&ccdil;&ograve; nom&eacute;s &eacute;s recomana per a entorns de proves';
460
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Av&iacute;s: a&ccedil;&ograve; nom&eacute;s &eacute;s recomana per a entorns de proves';
459 461

  
460 462
$MESSAGE['USERS']['ADDED'] = 'Usuari afegit amb &egrave;xit';
461 463
$MESSAGE['USERS']['SAVED'] = 'Usuari desat amb &egrave;xit';
......
464 466
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'El nom d\'usuari introdu&iuml;t &eacute;s massa curt';
465 467
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'La contrasenya introdu&iuml;da &eacute;s massa curta';
466 468
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'La contrasenya introdu&iuml;da no coincideix';
467
$MESSAGE['USERS']['INVALID_EMAIL'] = 'L\'adre&ccdil;a de correu introdu&iuml;da &eacute;s inv&agrave;lida';
468
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'L\'adre&ccdil;a de correu que heu introdu&iuml;t ja est&agrave; en &uacute;s';
469
$MESSAGE['USERS']['INVALID_EMAIL'] = 'L\'adre&ccedil;a de correu introdu&iuml;da &eacute;s inv&agrave;lida';
470
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'L\'adre&ccedil;a de correu que heu introdu&iuml;t ja est&agrave; en &uacute;s';
469 471
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'El nom d\'usuari introdu&iuml;t ja est&agrave; en &uacute;s';
470 472
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Av&iacute;s: Nom&eacute;s haur&iacute;eu d\'introduir valors als camps superiors si voleu canviar aquestes contrasenyes d\'usuari';
471 473
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Esteu segur de voler esborrar l\'usuari seleccionat?';
......
509 511
$MESSAGE['MEDIA']['UPLOADED'] = ' fitxers han estat penjats amb &egrave;xit';
510 512

  
511 513
$MESSAGE['PAGES']['ADDED'] = 'P&agrave;gina afegida amb &egrave;xit';
512
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Cap&ccdil;alera de p&agrave;gina afegida amb &egrave;xit';
514
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Cap&ccedil;alera de p&agrave;gina afegida amb &egrave;xit';
513 515
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'Existeix una p&agrave;gina amb el mateix t&iacute;tol o similar';
514 516
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creant el fitxer d\'acc&eacute;s al directori /pages (privilegis insuficients)';
515 517
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error esborrant el fitxer d\'acc&eacute;s al directori /pages (privilegis insuficients)';
......
541 543
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'No s\'ha pogut desinstal&middot;lar';
542 544
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'No s\'ha pogut descomprimir el fitxer';
543 545
$MESSAGE['GENERIC']['INSTALLED'] = 'Instal&middot;lat amb &egrave;xit';
544
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully'; //needs to be translated
546
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully';
545 547
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Desinstal&middot;lat amb &egrave;xit';
546 548
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No s\'ha pogut escriure al directori de dest&iacute;';
547 549
$MESSAGE['GENERIC']['INVALID'] = 'El fitxer que heu penjat no &eacute;s v&agrave;lid';
548 550
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal&middot;lar: s\'est&agrave; usant el fitxer seleccionat';
549 551
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Lloc Web en Construcci&oacute;';
550 552
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Per favor torneu-ho a intentar prompte...';
551
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; //needs to be translated
552
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.'; //needs to be translated
553
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
554
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.';
553 555

  
554 556
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Heu d\'introduir les dades per als seg&uuml;ents camps';
555 557
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Ho sentim, aquest formulari ha estat enviat massa vegades durant l\'&uacute;ltima hora. Per favor torneu-ho a intentar d\'ac&iacute; una hora.';
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; //needs to be translated
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
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded'; //needs to be translated
559
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully'; //needs to be translated
560
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; //needs to be translated
561
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; //needs to be translated
560
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded';
561
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully';
562
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
563
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
562 564

  
563 565
?>

Also available in: Unified diff