Project

General

Profile

1
<?php
2
/**
3
 *
4
 * @category        framework
5
 * @package         language
6
 * @author          WebsiteBaker Project
7
 * @copyright       2004-2009, Ryan Djurovich
8
 * @copyright       2009-2011, Website Baker Org. e.V.
9
 * @link			http://www.websitebaker2.org/
10
 * @license         http://www.gnu.org/licenses/gpl.html
11
 * @platform        WebsiteBaker 2.8.x
12
 * @requirements    PHP 5.2.2 and higher
13
 * @version         $Id: CA.php 2116 2014-12-12 15:15:12Z darkviper $
14
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/languages/CA.php $
15
 * @lastmodified    $Date: 2014-12-12 16:15:12 +0100 (Fri, 12 Dec 2014) $
16
 *
17
 */
18

    
19
// Must include code to stop this file being access directly
20
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
21

    
22
// Define that this file is loaded
23
if(!defined('LANGUAGE_LOADED')) {
24
define('LANGUAGE_LOADED', true);
25
}
26

    
27
// Set the language information
28
$language_code = 'CA';
29
$language_name = 'Catalan';
30
$language_version = '2.8';
31
$language_platform = '2.8.x';
32
$language_author = 'Carles Escrig (simkin)';
33
$language_license = 'GNU General Public License';
34

    
35
/* MENU */
36
$MENU['ACCESS'] = 'Accés';
37
$MENU['ADDON'] = 'Add-on';
38
$MENU['ADDONS'] = 'Afegits';
39
$MENU['ADMINTOOLS'] = 'Admin-Tools';
40
$MENU['BREADCRUMB'] = 'You are here: ';
41
$MENU['FORGOT'] = 'Demanar Dades del Compte';
42
$MENU['GROUP'] = 'Group';
43
$MENU['GROUPS'] = 'Grups';
44
$MENU['HELP'] = 'Ajuda';
45
$MENU['LANGUAGES'] = 'Idiomes';
46
$MENU['LOGIN'] = 'Entrar';
47
$MENU['LOGOUT'] = 'Eixir';
48
$MENU['MEDIA'] = 'Fitxers';
49
$MENU['MODULES'] = 'Mòduls';
50
$MENU['PAGES'] = 'Pàgines';
51
$MENU['PREFERENCES'] = 'Perfil';
52
$MENU['SETTINGS'] = 'Paràmetres';
53
$MENU['START'] = 'Inici';
54
$MENU['TEMPLATES'] = 'Plantilles';
55
$MENU['USERS'] = 'Usuaris';
56
$MENU['VIEW'] = 'Veure';
57

    
58
/* TEXT */
59
$TEXT['ACCOUNT_SIGNUP'] = 'Registre de Compte';
60
$TEXT['ACTIONS'] = 'Accions';
61
$TEXT['ACTIVE'] = 'Actiu';
62
$TEXT['ADD'] = 'Afegeix';
63
$TEXT['ADDON'] = 'Add-On';
64
$TEXT['ADD_SECTION'] = 'Afegeix Secció';
65
$TEXT['ADMIN'] = 'Admin';
66
$TEXT['ADMINISTRATION'] = 'Administració';
67
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
68
$TEXT['ADMINISTRATOR'] = 'Administrator';
69
$TEXT['ADMINISTRATORS'] = 'Administradors';
70
$TEXT['ADVANCED'] = 'Avançat';
71
$TEXT['ALLOWED_FILETYPES_ON_UPLOAD'] = 'Allowed filetypes on upload';
72
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
73
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Permetre Diverses Seleccions';
74
$TEXT['ALL_WORDS'] = 'Totes les Paraules';
75
$TEXT['ANCHOR'] = 'Anchor';
76
$TEXT['ANONYMOUS'] = 'Anònim';
77
$TEXT['ANY_WORDS'] = 'Qualsevol Paraula';
78
$TEXT['APP_NAME'] = 'Application Name';
79
$TEXT['ARE_YOU_SURE'] = 'Esteu segur?';
80
$TEXT['AUTHOR'] = 'Autor';
81
$TEXT['BACK'] = 'Arrere';
82
$TEXT['BACKUP'] = 'Backup';
83
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
84
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
85
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
86
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
87
$TEXT['BASIC'] = 'Bàsic';
88
$TEXT['BLOCK'] = 'Bloc';
89
$TEXT['CALENDAR'] = 'Calender';
90
$TEXT['CANCEL'] = 'Cancel·la';
91
$TEXT['CAN_DELETE_HIMSELF'] = 'Can delete himself';
92
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
93
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
94
$TEXT['CHANGE'] = 'Canvia';
95
$TEXT['CHANGES'] = 'Canvis';
96
$TEXT['CHANGE_SETTINGS'] = 'Canvia Paràmetres';
97
$TEXT['CHARSET'] = 'Charset';
98
$TEXT['CHECKBOX_GROUP'] = 'Grup de quadres de verificació';
99
$TEXT['CLOSE'] = 'Tanca';
100
$TEXT['CODE'] = 'Codi';
101
$TEXT['CODE_SNIPPET'] = 'Code-snippet';
102
$TEXT['COLLAPSE'] = 'Contrau';
103
$TEXT['COMMENT'] = 'Comentari';
104
$TEXT['COMMENTING'] = 'Comentaris';
105
$TEXT['COMMENTS'] = 'Comentaris';
106
$TEXT['CREATE_FOLDER'] = 'Crea Carpeta';
107
$TEXT['CURRENT'] = 'Actual';
108
$TEXT['CURRENT_FOLDER'] = 'Carpeta Actual';
109
$TEXT['CURRENT_PAGE'] = 'Pàgina Actual';
110
$TEXT['CURRENT_PASSWORD'] = 'Contrasenya Actual';
111
$TEXT['CUSTOM'] = 'Personalitzat';
112
$TEXT['DATABASE'] = 'Base de Dades';
113
$TEXT['DATE'] = 'Data';
114
$TEXT['DATE_FORMAT'] = 'Format de Data';
115
$TEXT['DEFAULT'] = 'Per defecte';
116
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
117
$TEXT['DEFAULT_TEXT'] = 'Text per defecte';
118
$TEXT['DELETE'] = 'Esborra';
119
$TEXT['DELETED'] = 'Esborrat';
120
$TEXT['DELETE_DATE'] = 'Delete date';
121
$TEXT['DELETE_ZIP'] = 'Delete zip archive after unpacking';
122
$TEXT['DESCRIPTION'] = 'Descripció';
123
$TEXT['DESIGNED_FOR'] = 'Dissenyat Per';
124
$TEXT['DEV_INFOS'] = 'Developer Informations';
125
$TEXT['DIRECTORIES'] = 'Directoris';
126
$TEXT['DIRECTORY_MODE'] = 'Mode Directori';
127
$TEXT['DISABLED'] = 'Inhabilitat';
128
$TEXT['DISPLAY_NAME'] = 'Nom a Mostrar';
129
$TEXT['EMAIL'] = 'Correu';
130
$TEXT['EMAIL_ADDRESS'] = 'Adreça de Correu';
131
$TEXT['EMPTY_TRASH'] = 'Buida la Paperera';
132
$TEXT['ENABLED'] = 'Habilitat';
133
$TEXT['END'] = 'Fi';
134
$TEXT['ERROR'] = 'Error';
135
$TEXT['EXACT_MATCH'] = 'Coincidència Exacta';
136
$TEXT['EXECUTE'] = 'Execució';
137
$TEXT['EXPAND'] = 'Expandeix';
138
$TEXT['EXTENSION'] = 'Extension';
139
$TEXT['FIELD'] = 'Camp';
140
$TEXT['FILE'] = 'fitxer';
141
$TEXT['FILES'] = 'fitxers';
142
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Permisos del Sistema de Fitxers';
143
$TEXT['FILE_MODE'] = 'Mode Fitxer';
144
$TEXT['FINISH_PUBLISHING'] = 'Fi de Publicació';
145
$TEXT['FOLDER'] = 'carpeta';
146
$TEXT['FOLDERS'] = 'carpetes';
147
$TEXT['FOOTER'] = 'Peu';
148
$TEXT['FORGOTTEN_DETAILS'] = 'Heu oblidat la contrasenya?';
149
$TEXT['FORGOT_DETAILS'] = 'Heu oblidat els Detalls?';
150
$TEXT['FROM'] = 'des de';
151
$TEXT['FRONTEND'] = 'Frontal';
152
$TEXT['FULL_NAME'] = 'Nom Complet';
153
$TEXT['FUNCTION'] = 'Function';
154
$TEXT['GROUP'] = 'Grup';
155
$TEXT['HEADER'] = 'Capçalera';
156
$TEXT['HEADING'] = 'Encapçalament';
157
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
158
$TEXT['HEIGHT'] = 'Alçada';
159
$TEXT['HIDDEN'] = 'Amagat';
160
$TEXT['HIDE'] = 'Amaga';
161
$TEXT['HIDE_ADVANCED'] = 'Oculta Opcions Avançades';
162
$TEXT['HOME'] = 'Inici';
163
$TEXT['HOMEPAGE_REDIRECTION'] = 'Redirecció de Pàgina Inicial';
164
$TEXT['HOME_FOLDER'] = 'Personal Folder';
165
$TEXT['HOME_FOLDERS'] = 'Personal Folders';
166
$TEXT['HOST'] = 'Servidor';
167
$TEXT['ICON'] = 'Icona';
168
$TEXT['IMAGE'] = 'Imatge';
169
$TEXT['INLINE'] = 'Inserida';
170
$TEXT['INSTALL'] = 'Instal·la';
171
$TEXT['INSTALLATION'] = 'Instal·lació';
172
$TEXT['INSTALLATION_PATH'] = 'Ruta d\'Instal·lació';
173
$TEXT['INSTALLATION_URL'] = 'URL d\'Instal·lació';
174
$TEXT['INSTALLED'] = 'installed';
175
$TEXT['INTRO'] = 'Entrada';
176
$TEXT['INTRO_PAGE'] = 'Pàgina d\'Entrada';
177
$TEXT['INVALID_SIGNS'] = 'must begin with a letter or has invalid signs';
178
$TEXT['KEYWORDS'] = 'Paraules Clau';
179
$TEXT['LANGUAGE'] = 'Idioma';
180
$TEXT['LAST_UPDATED_BY'] = 'Última Actualització Per';
181
$TEXT['LENGTH'] = 'Longitud';
182
$TEXT['LEVEL'] = 'Nivell';
183
$TEXT['LICENSE'] = 'License';
184
$TEXT['LINK'] = 'Enllaç';
185
$TEXT['LINUX_UNIX_BASED'] = 'Basat en Linux/Unix';
186
$TEXT['LIST_OPTIONS'] = 'Llista Opcions';
187
$TEXT['LOGGED_IN'] = 'Identificat';
188
$TEXT['LOGIN'] = 'Identificació';
189
$TEXT['LONG'] = 'Llarg';
190
$TEXT['LONG_TEXT'] = 'Text Llarg';
191
$TEXT['LOOP'] = 'Repetició';
192
$TEXT['MAIN'] = 'Principal';
193
$TEXT['MAINTENANCE_OFF'] = 'Maintenance off';
194
$TEXT['MAINTENANCE_ON'] = 'Maintenance on';
195
$TEXT['MANAGE'] = 'Administreu';
196
$TEXT['MANAGE_GROUPS'] = 'Administra els Grups';
197
$TEXT['MANAGE_USERS'] = 'Administra els Usuaris';
198
$TEXT['MATCH'] = 'Coincidir';
199
$TEXT['MATCHING'] = 'Matching';
200
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
201
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Trameses Màx. Per Hora';
202
$TEXT['MEDIA_DIRECTORY'] = 'Directori de Fitxers';
203
$TEXT['MENU'] = 'Menú';
204
$TEXT['MENU_ICON_0'] = 'Menu-Icon normal';
205
$TEXT['MENU_ICON_1'] = 'Menu-Icon hover';
206
$TEXT['MENU_TITLE'] = 'Títol del Menú';
207
$TEXT['MESSAGE'] = 'Missatge';
208
$TEXT['MODIFY'] = 'Modifica';
209
$TEXT['MODIFY_CONTENT'] = 'Modifica Contingut';
210
$TEXT['MODIFY_SETTINGS'] = 'Modifica Paràmetres';
211
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
212
$TEXT['MODULE_PERMISSIONS'] = 'Permisos de Mòdul';
213
$TEXT['MORE'] = 'Més';
214
$TEXT['MOVE_DOWN'] = 'Mou Avall';
215
$TEXT['MOVE_UP'] = 'Mou Amunt';
216
$TEXT['MULTILINGUAL'] = 'MULTILINGUAL';
217
$TEXT['MULTIPLE_MENUS'] = 'Diversos Menús';
218
$TEXT['MULTISELECT'] = 'Multi-selecció';
219
$TEXT['NAME'] = 'Nom';
220
$TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with current password';
221
$TEXT['NEED_TO_LOGIN'] = 'Voleu identificar-vos?';
222
$TEXT['NEW_PASSWORD'] = 'Nova Contrasenya';
223
$TEXT['NEW_WINDOW'] = 'Nova Finestra';
224
$TEXT['NEXT'] = 'Següent';
225
$TEXT['NEXT_PAGE'] = 'Pàgina Següent';
226
$TEXT['NO'] = 'No';
227
$TEXT['NONE'] = 'Cap';
228
$TEXT['NONE_FOUND'] = 'No s\'ha trobat cap';
229
$TEXT['NOT_FOUND'] = 'No Trobat';
230
$TEXT['NOT_INSTALLED'] = 'not installed';
231
$TEXT['NO_IMAGE_SELECTED'] = 'no image selected';
232
$TEXT['NO_RESULTS'] = 'Cap Resultat';
233
$TEXT['NO_SELECTION'] = 'no selection';
234
$TEXT['OF'] = 'De';
235
$TEXT['ON'] = 'A';
236
$TEXT['OPEN'] = 'Open';
237
$TEXT['OPTION'] = 'Opció';
238
$TEXT['OTHERS'] = 'Altres';
239
$TEXT['OUT_OF'] = 'Fora De';
240
$TEXT['OVERWRITE_EXISTING'] = 'Sobreescriure';
241
$TEXT['PAGE'] = 'Pàgina';
242
$TEXT['PAGES_DIRECTORY'] = 'Directori de Pàgines';
243
$TEXT['PAGES_PERMISSION'] = 'Pages Permission';
244
$TEXT['PAGES_PERMISSIONS'] = 'Pages Permissions';
245
$TEXT['PAGE_EXTENSION'] = 'Extensió de Pàgina';
246
$TEXT['PAGE_ICON'] = 'Page Image';
247
$TEXT['PAGE_ICON_DIR'] = 'Path pages/menu images';
248
$TEXT['PAGE_LANGUAGES'] = 'Idiomes de la pàgina';
249
$TEXT['PAGE_LEVEL_LIMIT'] = 'Límit de Nivell de Pàgina';
250
$TEXT['PAGE_SPACER'] = 'Separador de Pàgina';
251
$TEXT['PAGE_TITLE'] = 'Títol de la Pàgina';
252
$TEXT['PAGE_TRASH'] = 'Paperera';
253
$TEXT['PARENT'] = 'Mare';
254
$TEXT['PASSWORD'] = 'Contrasenya';
255
$TEXT['PATH'] = 'Ruta';
256
$TEXT['PHP_ERROR_LEVEL'] = 'Nivell d\'Informe d\'Error de PHP';
257
$TEXT['PLEASE_LOGIN'] = 'Please login';
258
$TEXT['PLEASE_SELECT'] = 'Per favor trieu';
259
$TEXT['POST'] = 'Missatge';
260
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
261
$TEXT['POST_FOOTER'] = 'Post Footer';
262
$TEXT['POST_HEADER'] = 'Post Header';
263
$TEXT['PREVIOUS'] = 'Anterior';
264
$TEXT['PREVIOUS_PAGE'] = 'Pàgina Anterior';
265
$TEXT['PRIVATE'] = 'Privat';
266
$TEXT['PRIVATE_VIEWERS'] = 'Visualitzadors Privats';
267
$TEXT['PROFILES_EDIT'] = 'Change the profile';
268
$TEXT['PUBLIC'] = 'Públic';
269
$TEXT['PUBL_END_DATE'] = 'End date';
270
$TEXT['PUBL_START_DATE'] = 'Start date';
271
$TEXT['RADIO_BUTTON_GROUP'] = 'Grup de Botons';
272
$TEXT['READ'] = 'Lectura';
273
$TEXT['READ_MORE'] = 'Llegir Més';
274
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
275
$TEXT['REGISTERED'] = 'Registrat';
276
$TEXT['REGISTERED_VIEWERS'] = 'Visualitzadors Registrats';
277
$TEXT['RELOAD'] = 'Recarrega';
278
$TEXT['REMEMBER_ME'] = 'Recorda les meues dades';
279
$TEXT['RENAME'] = 'Reanomena';
280
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'No upload for this filetypes';
281
$TEXT['REQUIRED'] = 'Requerit';
282
$TEXT['REQUIREMENT'] = 'Requirement';
283
$TEXT['RESET'] = 'Reinicia';
284
$TEXT['RESIZE'] = 'Redimensiona';
285
$TEXT['RESIZE_IMAGE_TO'] = 'Redimensiona Imatge A';
286
$TEXT['RESTORE'] = 'Restore';
287
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
288
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
289
$TEXT['RESULTS'] = 'Resultats';
290
$TEXT['RESULTS_FOOTER'] = 'Peu de Resultats';
291
$TEXT['RESULTS_FOR'] = 'Resultats De';
292
$TEXT['RESULTS_HEADER'] = 'Capçalera de Resultats';
293
$TEXT['RESULTS_LOOP'] = 'Bucle de Resultats';
294
$TEXT['RETYPE_NEW_PASSWORD'] = 'Nova Contrasenya (de nou)';
295
$TEXT['RETYPE_PASSWORD'] = 'Contrasenya (de nou)';
296
$TEXT['SAME_WINDOW'] = 'La Mateixa Finestra';
297
$TEXT['SAVE'] = 'Desa';
298
$TEXT['SEARCH'] = 'Cerca';
299
$TEXT['SEARCHING'] = 'Recerca';
300
$TEXT['SECTION'] = 'Secció';
301
$TEXT['SECTION_BLOCKS'] = 'Blocs de la Secció';
302
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
303
$TEXT['SELECT_BOX'] = 'Quadre de Selecció';
304
$TEXT['SEND_DETAILS'] = 'Envia les Dades';
305
$TEXT['SEPARATE'] = 'Separada';
306
$TEXT['SEPERATOR'] = 'Separador';
307
$TEXT['SERVER_EMAIL'] = 'Correu del Servidor';
308
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Sistema Operatiu del Servidor';
309
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
310
$TEXT['SETTINGS'] = 'Paràmetres';
311
$TEXT['SHORT'] = 'Curt';
312
$TEXT['SHORT_TEXT'] = 'Text Curt';
313
$TEXT['SHOW'] = 'Mostra';
314
$TEXT['SHOW_ADVANCED'] = 'Mostra Opcions Avançades';
315
$TEXT['SIGNUP'] = 'Registre';
316
$TEXT['SIZE'] = 'Mida';
317
$TEXT['SMART_LOGIN'] = 'Identificació Ràpida';
318
$TEXT['START'] = 'Inici';
319
$TEXT['START_PUBLISHING'] = 'Inici de Publicació';
320
$TEXT['SUBJECT'] = 'Assumpte';
321
$TEXT['SUBMISSIONS'] = 'Trameses';
322
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Trameses Emmagatzemades a la Base de Dades';
323
$TEXT['SUBMISSION_ID'] = 'ID de Tramesa';
324
$TEXT['SUBMITTED'] = 'Tramés';
325
$TEXT['SUCCESS'] = 'Èxit';
326
$TEXT['SYSTEM_DEFAULT'] = 'Per Defecte del Sistema';
327
$TEXT['SYSTEM_PERMISSIONS'] = 'Permisos de Sistema';
328
$TEXT['TABLE_PREFIX'] = 'Prefix de Taula';
329
$TEXT['TARGET'] = 'Destí';
330
$TEXT['TARGET_FOLDER'] = 'Carpeta de destí';
331
$TEXT['TEMPLATE'] = 'Plantilla';
332
$TEXT['TEMPLATE_PERMISSIONS'] = 'Permisos de Plantilla';
333
$TEXT['TEXT'] = 'Text';
334
$TEXT['TEXTAREA'] = 'Àrea de text';
335
$TEXT['TEXTFIELD'] = 'Camp de text';
336
$TEXT['THEME'] = 'Backend-Theme';
337
$TEXT['THEME_COPY_CURRENT'] = 'Copy backend theme.';
338
$TEXT['THEME_CURRENT'] = 'current active theme';
339
$TEXT['THEME_IMPORT_HTT'] = 'Import additional templates';
340
$TEXT['THEME_NEW_NAME'] = 'Name of the new Theme';
341
$TEXT['THEME_NOMORE_HTT'] = 'no more available';
342
$TEXT['THEME_SELECT_HTT'] = 'select templates';
343
$TEXT['THEME_START_COPY'] = 'copy';
344
$TEXT['THEME_START_IMPORT'] = 'import';
345
$TEXT['TIME'] = 'Temps';
346
$TEXT['TIMEZONE'] = 'Fus Horari';
347
$TEXT['TIME_FORMAT'] = 'Format de Temps';
348
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
349
$TEXT['TITLE'] = 'Títol';
350
$TEXT['TO'] = 'a';
351
$TEXT['TOP_FRAME'] = 'Top Frame';
352
$TEXT['TRASH_EMPTIED'] = 'Paperera Buidada';
353
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
354
$TEXT['TYPE'] = 'Tipus';
355
$TEXT['UNDER_CONSTRUCTION'] = 'En Construcció';
356
$TEXT['UNINSTALL'] = 'Desinstal·la';
357
$TEXT['UNKNOWN'] = 'Desconegut';
358
$TEXT['UNLIMITED'] = 'Il·limitat';
359
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
360
$TEXT['UP'] = 'Amunt';
361
$TEXT['UPGRADE'] = 'Upgrade';
362
$TEXT['UPLOAD_FILES'] = 'Penja Fitxer(s)';
363
$TEXT['URL'] = 'URL';
364
$TEXT['USER'] = 'Usuari';
365
$TEXT['USERNAME'] = 'Loginname';
366
$TEXT['USERS_ACTIVE'] = 'User is set active';
367
$TEXT['USERS_CAN_SELFDELETE'] = 'User can delete himself';
368
$TEXT['USERS_CHANGE_SETTINGS'] = 'User can change his own settings';
369
$TEXT['USERS_DELETED'] = 'User is marked as deleted';
370
$TEXT['USERS_FLAGS'] = 'User-Flags';
371
$TEXT['USERS_PROFILE_ALLOWED'] = 'User can create extended profile';
372
$TEXT['VERIFICATION'] = 'Verification';
373
$TEXT['VERSION'] = 'Versió';
374
$TEXT['VIEW'] = 'Veure';
375
$TEXT['VIEW_DELETED_PAGES'] = 'Mostra Pàgines Esborrades';
376
$TEXT['VIEW_DETAILS'] = 'Veure Detalls';
377
$TEXT['VISIBILITY'] = 'Visibilitat';
378
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
379
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
380
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
381
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
382
$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.';
383
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
384
$TEXT['WBMAILER_SMTP'] = 'SMTP';
385
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
386
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
387
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
388
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
389
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname';
390
$TEXT['WEBSITE'] = 'Pàgina Web';
391
$TEXT['WEBSITE_DESCRIPTION'] = 'Descripció del Lloc Web';
392
$TEXT['WEBSITE_FOOTER'] = 'Peu del Lloc Web';
393
$TEXT['WEBSITE_HEADER'] = 'Capçalera del Lloc Web';
394
$TEXT['WEBSITE_KEYWORDS'] = 'Paraules clau del Lloc Web';
395
$TEXT['WEBSITE_TITLE'] = 'Títol del Lloc Web';
396
$TEXT['WELCOME_BACK'] = 'Benvingut de nou';
397
$TEXT['WIDTH'] = 'Amplada';
398
$TEXT['WINDOW'] = 'Finestra';
399
$TEXT['WINDOWS'] = 'Windows';
400
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permisos d\'escriptura de fitxer per a tothom';
401
$TEXT['WRITE'] = 'Escriptura';
402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
403
$TEXT['WYSIWYG_STYLE'] = 'Estil WYSIWYG';
404
$TEXT['YES'] = 'Sí';
405

    
406
/* HEADING */
407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
409
$HEADING['ADD_GROUP'] = 'Afegeix Grup';
410
$HEADING['ADD_GROUPS'] = 'Add Groups';
411
$HEADING['ADD_HEADING'] = 'Afegeix Encapçalament';
412
$HEADING['ADD_PAGE'] = 'Afegeix Pàgina';
413
$HEADING['ADD_USER'] = 'Afegeix Usuari';
414
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
415
$HEADING['BROWSE_MEDIA'] = 'Explorar Fitxers';
416
$HEADING['CREATE_FOLDER'] = 'Crea Carpeta';
417
$HEADING['DEFAULT_SETTINGS'] = 'Paràmetres per Defecte';
418
$HEADING['DELETED_PAGES'] = 'Pàgines Esborrades';
419
$HEADING['FILESYSTEM_SETTINGS'] = 'Paràmetres del Sistema de Fitxers';
420
$HEADING['GENERAL_SETTINGS'] = 'Paràmetres Generals';
421
$HEADING['INSTALL_LANGUAGE'] = 'Instal·la Idioma';
422
$HEADING['INSTALL_MODULE'] = 'Instal·la Mòdul';
423
$HEADING['INSTALL_TEMPLATE'] = 'Instal·la Plantilla';
424
$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
425
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
426
$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
427
$HEADING['LANGUAGE_DETAILS'] = 'Detalls de l\'Idioma';
428
$HEADING['MANAGE_SECTIONS'] = 'Administra les Seccions';
429
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modifica els Paràmetres Avançats de la Pàgina';
430
$HEADING['MODIFY_DELETE_GROUP'] = 'Modifica/Esborra Grup';
431
$HEADING['MODIFY_DELETE_PAGE'] = 'Modifica/Esborra Pàgina';
432
$HEADING['MODIFY_DELETE_USER'] = 'Modifica/Esborra Usuari';
433
$HEADING['MODIFY_GROUP'] = 'Modifica Grup';
434
$HEADING['MODIFY_GROUPS'] = 'Modify Groups';
435
$HEADING['MODIFY_INTRO_PAGE'] = 'Modifica Pàgina Introductòria';
436
$HEADING['MODIFY_PAGE'] = 'Modifica Pàgina';
437
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modifica els Paràmetres de la Pàgina';
438
$HEADING['MODIFY_USER'] = 'Modifica Usuari';
439
$HEADING['MODULE_DETAILS'] = 'Detalls del Mòdul';
440
$HEADING['MY_EMAIL'] = 'El meu Correu';
441
$HEADING['MY_PASSWORD'] = 'La meua Contrasenya';
442
$HEADING['MY_SETTINGS'] = 'Els meus Paràmetres';
443
$HEADING['SEARCH_SETTINGS'] = 'Paràmetres de Cerca';
444
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
445
$HEADING['TEMPLATE_DETAILS'] = 'Detalls de la Plantilla';
446
$HEADING['UNINSTALL_LANGUAGE'] = 'Desinstal·la Idioma';
447
$HEADING['UNINSTALL_MODULE'] = 'Desinstal·la Mòdul';
448
$HEADING['UNINSTALL_TEMPLATE'] = 'Desinstal·la Plantilla';
449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
450
$HEADING['UPLOAD_FILES'] = 'Penja Fitxer(s)';
451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

    
453
/* MESSAGE */
454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
457
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
458
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
459
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
460
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
461
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
462
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
463
$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
464
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
465
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
466
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'No teniu privilegis suficients per estar ací';
467
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'La contrasenya no es pot reiniciar més d\'un cop per hora, disculpeu';
468
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'No ha estat possible enviar la contrasenya, per favor contacteu amb l\'administrador del sistema';
469
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'El correu que heu introduït no s\'ha trobat a la base de dades';
470
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Per favor introduïu la vostra adreça de correu a baix';
471
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your loginname and password have been sent to your email address';
472
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
473
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Ho sentim, no teniu permisos per a veure aquesta pàgina';
474
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Ja està instal·lat';
475
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'No s\'ha pogut escriure al directori de destí';
476
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.';
477
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'No s\'ha pogut desinstal·lar';
478
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal·lar: s\'està usant el fitxer seleccionat';
479
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
480
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
481
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
482
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
483
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'No s\'ha pogut descomprimir el fitxer';
484
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'No s\'ha pogut penjar el fitxer';
485
$MESSAGE['GENERIC_COMPARE'] = ' successfully';
486
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Error opening file.';
487
$MESSAGE['GENERIC_FAILED_COMPARE'] = ' failed';
488
$MESSAGE['GENERIC_FILE_TYPE'] = 'Per favor recordeu que el fitxer que pengeu ha d\'estar en un dels següents formats:';
489
$MESSAGE['GENERIC_FILE_TYPES'] = 'Per favor recordeu que els fitxers que pengeu han d\'estar en un dels següents formats:';
490
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Per favor torneu arrere i completeu tots els camps';
491
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
492
$MESSAGE['GENERIC_INSTALLED'] = 'Instal·lat amb èxit';
493
$MESSAGE['GENERIC_INVALID'] = 'El fitxer que heu penjat no és vàlid';
494
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
495
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
496
$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
497
$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
498
$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
499
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
500
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
501
$MESSAGE['GENERIC_NOT_COMPARE'] = ' not possibly';
502
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'No està instal·lat';
503
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
504
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
505
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Per favor torneu-ho a intentar prompte...';
506
$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
507
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
508
$MESSAGE['GENERIC_UNINSTALLED'] = 'Desinstal·lat amb èxit';
509
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
510
$MESSAGE['GENERIC_VERSION_COMPARE'] = 'Version comparison';
511
$MESSAGE['GENERIC_VERSION_GT'] = 'Upgrade necessary!';
512
$MESSAGE['GENERIC_VERSION_LT'] = 'Downgrade';
513
$MESSAGE['GENERIC_WEBSITE_LOCKED'] = 'this site is temporarily down for maintenance';
514
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Lloc Web en Construcció';
515
$MESSAGE['GROUPS_ADDED'] = 'Grup afegit amb èxit';
516
$MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Esteu segur de voler esborrar el grup seleccionat (i qualsevol usuari que pertanyi a aquest)?';
517
$MESSAGE['GROUPS_DELETED'] = 'Grup esborrat amb èxit';
518
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'El nom del grup és buit';
519
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists';
520
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No s\'han trobat grups';
521
$MESSAGE['GROUPS_SAVED'] = 'Grup desat amb èxit';
522
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Loginname or password incorrect';
523
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your loginname and password below';
524
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Per favor introduïu una contrasenya';
525
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'La contrasenya és massa llarga';
526
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'La contrasenya és massa curta';
527
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a loginname';
528
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied loginname to long';
529
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied loginname to short';
530
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'No heu introduït una extensió de fitxer';
531
$MESSAGE['MEDIA_BLANK_NAME'] = 'No heu introduït un nou nom';
532
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'No es pot esborrar la carpeta seleccionada';
533
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'No es pot esborrar el fitxer seleccionat';
534
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'No s\'ha pogut canviar el nom';
535
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Esteu segur que voleu esborrar el següent fitxer o carpeta?';
536
$MESSAGE['MEDIA_DELETED_DIR'] = 'Carpeta esborrada amb èxit';
537
$MESSAGE['MEDIA_DELETED_FILE'] = 'Fitxer esborrat amb èxit';
538
$MESSAGE['MEDIA_DIR_ACCESS_DENIED'] = 'Specified directory does not exist or is not allowed.';
539
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
540
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'No es pot incloure ../ al nom de la carpeta';
541
$MESSAGE['MEDIA_DIR_EXISTS'] = 'Ja existeix una carpeta amb el nom que heu introduït';
542
$MESSAGE['MEDIA_DIR_MADE'] = 'Carpeta creada amb èxit';
543
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'No s\'ha pogut crear la carpeta';
544
$MESSAGE['MEDIA_FILE_EXISTS'] = 'Ja existeix un fitxer amb el nom que heu introduït';
545
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'Fitxer no trobat';
546
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'No es pot incloure ../ al nom';
547
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'No es pot usar index.php com a nom';
548
$MESSAGE['MEDIA_NONE_FOUND'] = 'No s\'han trobat fitxers a la carpeta actual';
549
$MESSAGE['MEDIA_NO_FILE_UPLOADED'] = 'No file was recieved';
550
$MESSAGE['MEDIA_RENAMED'] = 'S\'ha canviat el nom amb èxit';
551
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' fitxer s\'ha penjat amb èxit';
552
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'No es pot tenir ../ a la carpeta de destí';
553
$MESSAGE['MEDIA_UPLOADED'] = ' fitxers han estat penjats amb èxit';
554
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Ho sentim, aquest formulari ha estat enviat massa vegades durant l\'última hora. Per favor torneu-ho a intentar d\'ací una hora.';
555
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href="mailto:{{SERVER_EMAIL}}">{{SERVER_EMAIL}}</a>';
556
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Heu d\'introduir les dades per als següents camps';
557
$MESSAGE['PAGES_ADDED'] = 'Pàgina afegida amb èxit';
558
$MESSAGE['PAGES_ADDED_HEADING'] = 'Capçalera de pàgina afegida amb èxit';
559
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Per favor introduïu un títol per al menú';
560
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Per favor introduïu un títol de pàgina';
561
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Error creant el fitxer d\'accés al directori /pages (privilegis insuficients)';
562
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Error esborrant el fitxer d\'accés al directori /pages (privilegis insuficients)';
563
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Error re-ordenant pàgina';
564
$MESSAGE['PAGES_DELETED'] = 'Pàgina esborrada amb èxit';
565
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Esteu segur de voler esborrar la pàgina seleccionada';
566
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'No teniu permisos per a modificar aquesta pàgina';
567
$MESSAGE['PAGES_INTRO_LINK'] = 'Premeu ACÍ per a modificar la pàgina d\'entrada';
568
$MESSAGE['PAGES_INTRO_NOT_WRITABLE'] = 'No s\'ha pogut escriure al fitxer /pages/intro.php (privilegis insuficients)';
569
$MESSAGE['PAGES_INTRO_SAVED'] = 'Pàgina d\'entrada desada amb èxit';
570
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Última modificació per';
571
$MESSAGE['PAGES_NOT_FOUND'] = 'No s\'ha trobat la pàgina';
572
$MESSAGE['PAGES_NOT_SAVED'] = 'Error desant la pàgina';
573
$MESSAGE['PAGES_PAGE_EXISTS'] = 'Existeix una pàgina amb el mateix títol o similar';
574
$MESSAGE['PAGES_REORDERED'] = 'Pàgina re-ordenada amb èxit';
575
$MESSAGE['PAGES_RESTORED'] = 'Pàgina restaurada amb èxit';
576
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Torna a les pàgines';
577
$MESSAGE['PAGES_SAVED'] = 'Pàgina desada amb èxit';
578
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Paràmetres de pàgina desats amb èxit';
579
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Propietats de la secció desades amb èxit';
580
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'La contrasenya (actual) que heu introduït és incorrecta';
581
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Dades desades amb èxit';
582
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Correu actualitzat amb èxit';
583
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used';
584
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Contrasenya canviada amb èxit';
585
$MESSAGE['RECORD_MODIFIED_FAILED'] = 'The change of the record has missed.';
586
$MESSAGE['RECORD_MODIFIED_SAVED'] = 'The changed record was updated successfully.';
587
$MESSAGE['RECORD_NEW_FAILED'] = 'Adding a new record has missed.';
588
$MESSAGE['RECORD_NEW_SAVED'] = 'New record was added successfully.';
589
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Avís: Prémer aquest botó reinicia tots els canvis no desats';
590
$MESSAGE['SETTINGS_SAVED'] = 'Paràmetres desats amb èxit';
591
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'No ha estat possible obrir el fitxer de configuració';
592
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'No es pot escriure al fitxer de configuració';
593
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Avís: açò només és recomana per a entorns de proves';
594
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
595
A new user was registered.
596

    
597
Loginname: {LOGIN_NAME}
598
UserId: {LOGIN_ID}
599
E-Mail: {LOGIN_EMAIL}
600
IP-Adress: {LOGIN_IP}
601
Registration date: {SIGNUP_DATE}
602
----------------------------------------
603
This message was automatic generated!
604

    
605
';
606
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
607
Hello {LOGIN_DISPLAY_NAME},
608

    
609
This mail was sent because the \'forgot password\' function has been applied to your account.
610

    
611
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
612

    
613
Loginname: {LOGIN_NAME}
614
Password: {LOGIN_PASSWORD}
615

    
616
Your password has been reset to the one above.
617
This means that your old password will no longer work anymore!
618
If you\'ve got any questions or problems within the new login-data
619
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
620
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
621

    
622
Regards
623
------------------------------------
624
This message was automatic generated
625

    
626
';
627
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
628
Hello {LOGIN_DISPLAY_NAME},
629

    
630
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
631

    
632
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
633
Loginname: {LOGIN_NAME}
634
Password: {LOGIN_PASSWORD}
635

    
636
Regards
637

    
638
Please:
639
if you have received this message by an error, please delete it immediately!
640
-------------------------------------
641
This message was automatic generated!
642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Heu d\'Introduir una adreça de correu';
647
$MESSAGE['START_CURRENT_USER'] = 'Actualment esteu identificat com a:';
648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Atenció, el Directori d\'Instal·lació Encara Existeix!';
649
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
650
$MESSAGE['START_WELCOME_MESSAGE'] = 'Benvingut/da al Panell de Control de WebsiteBaker';
651
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Avís: per a canviar la plantilla heu d\'anar a la secció Paràmetres';
652
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.';
653
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.';
654
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!';
655
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
656
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!';
657
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
658
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
659
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
660
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
661
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini';
662
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded';
663
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder';
664
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded';
665
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded';
666
$MESSAGE['USERS_ADDED'] = 'Usuari afegit amb èxit';
667
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!';
668
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Avís: Només hauríeu d\'introduir valors als camps superiors si voleu canviar aquestes contrasenyes d\'usuari';
669
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Esteu segur de voler esborrar l\'usuari seleccionat?';
670
$MESSAGE['USERS_DELETED'] = 'Usuari esborrat amb èxit';
671
$MESSAGE['USERS_EMAIL_TAKEN'] = 'L\'adreça de correu que heu introduït ja està en ús';
672
$MESSAGE['USERS_INVALID_EMAIL'] = 'L\'adreça de correu introduïda és invàlida';
673
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for Loginname found';
674
$MESSAGE['USERS_NO_GROUP'] = 'No s\'ha seleccionat cap grup';
675
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'La contrasenya introduïda no coincideix';
676
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'La contrasenya introduïda és massa curta';
677
$MESSAGE['USERS_SAVED'] = 'Usuari desat amb èxit';
678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

    
681
/* OVERVIEW */
682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
683
$OVERVIEW['GROUPS'] = 'Administreu els grups d\'usuaris i els seus permisos de sistema...';
684
$OVERVIEW['HELP'] = 'Teniu una pregunta? Trobeu la vostra resposta...';
685
$OVERVIEW['LANGUAGES'] = 'Administreu els idiomes de WebsiteBaker...';
686
$OVERVIEW['MEDIA'] = 'Administreu la carpeta de fitxers...';
687
$OVERVIEW['MODULES'] = 'Administreu els mòduls de WebsiteBaker...';
688
$OVERVIEW['PAGES'] = 'Administreu les pàgines de la vostra web...';
689
$OVERVIEW['PREFERENCES'] = 'Canvieu les preferències com l\'adreça de correu electrònic, contrasenya, etc... ';
690
$OVERVIEW['SETTINGS'] = 'Canvieu els paràmetres de WebsiteBaker...';
691
$OVERVIEW['START'] = 'Índex d\'Administració';
692
$OVERVIEW['TEMPLATES'] = 'Canvieu l\'aspecte i estil de la vostra pàgina amb plantilles...';
693
$OVERVIEW['USERS'] = 'Administreu els usuaris que poden identificar-se a WebsiteBaker...';
694
$OVERVIEW['VIEW'] = 'Veure i navegar ràpidament la vostra pàgina web en una nova finestra...';
(2-2/23)