Project

General

Profile

« Previous | Next » 

Revision 634

Added by Matthias almost 17 years ago

Replaced all special chars in language files with htmlentities or unicode.

Added some missing lines in language files.

View differences:

CA.php
38 38

  
39 39
// Menu titles
40 40
$MENU['START'] = 'Inici';
41
$MENU['PAGES'] = 'P?gines';
41
$MENU['PAGES'] = 'Pàgines';
42 42
$MENU['MEDIA'] = 'Fitxers';
43 43
$MENU['ADDONS'] = 'Afegits';
44
$MENU['MODULES'] = 'M?duls';
44
$MENU['MODULES'] = 'Mòduls';
45 45
$MENU['TEMPLATES'] = 'Plantilles';
46 46
$MENU['LANGUAGES'] = 'Idiomes';
47 47
$MENU['PREFERENCES'] = 'Perfil';
48
$MENU['SETTINGS'] = 'Par?metres';
48
$MENU['SETTINGS'] = 'Paràmetres';
49 49
$MENU['ADMINTOOLS'] = 'Admin-Tools'; //needs to be translated
50
$MENU['ACCESS'] = 'Acc?s';
50
$MENU['ACCESS'] = 'Accés';
51 51
$MENU['USERS'] = 'Usuaris';
52 52
$MENU['GROUPS'] = 'Grups';
53 53
$MENU['HELP'] = 'Ajuda';
......
57 57
$MENU['FORGOT'] = 'Demanar Dades del Compte';
58 58

  
59 59
// Section overviews
60
$OVERVIEW['START'] = '?ndex d\'Administraci?';
61
$OVERVIEW['PAGES'] = 'Administreu les p?gines de la vostra web...';
60
$OVERVIEW['START'] = 'Índex d\'Administració';
61
$OVERVIEW['PAGES'] = 'Administreu les pàgines de la vostra web...';
62 62
$OVERVIEW['MEDIA'] = 'Administreu la carpeta de fitxers...';
63
$OVERVIEW['MODULES'] = 'Administreu els m?duls de Website Baker...';
64
$OVERVIEW['TEMPLATES'] = 'Canvieu l\'aspecte i estil de la vostra p?gina amb plantilles...';
63
$OVERVIEW['MODULES'] = 'Administreu els mòduls de Website Baker...';
64
$OVERVIEW['TEMPLATES'] = 'Canvieu l\'aspecte i estil de la vostra pàgina amb plantilles...';
65 65
$OVERVIEW['LANGUAGES'] = 'Administreu els idiomes de Website Baker...';
66
$OVERVIEW['PREFERENCES'] = 'Canvieu les prefer?ncies com l\'adre?a de correu electr?nic, contrasenya, etc... ';
67
$OVERVIEW['SETTINGS'] = 'Canvieu els par?metres de Website Baker...';
66
$OVERVIEW['PREFERENCES'] = 'Canvieu les preferències com l\'adre&ccdil;a de correu electrònic, contrasenya, etc... ';
67
$OVERVIEW['SETTINGS'] = 'Canvieu els paràmetres de Website Baker...';
68 68
$OVERVIEW['USERS'] = 'Administreu els usuaris que poden identificar-se a Website Baker...';
69 69
$OVERVIEW['GROUPS'] = 'Administreu els grups d\'usuaris i els seus permisos de sistema...';
70 70
$OVERVIEW['HELP'] = 'Teniu una pregunta? Trobeu la vostra resposta...';
71
$OVERVIEW['VIEW'] = 'Veure i navegar r?pidament la vostra p?gina web en una nova finestra...';
71
$OVERVIEW['VIEW'] = 'Veure i navegar ràpidament la vostra pàgina web en una nova finestra...';
72
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated
72 73

  
73 74
// Headings
74
$HEADING['MODIFY_DELETE_PAGE'] = 'Modifica/Esborra P?gina';
75
$HEADING['DELETED_PAGES'] = 'P?gines Esborrades';
76
$HEADING['ADD_PAGE'] = 'Afegeix P?gina';
77
$HEADING['ADD_HEADING'] = 'Afegeix Encap?alament';
78
$HEADING['MODIFY_PAGE'] = 'Modifica P?gina';
79
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modifica els Par?metres de la P?gina';
80
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modifica els Par?metres Avan?ats de la P?gina';
75
$HEADING['MODIFY_DELETE_PAGE'] = 'Modifica/Esborra Pàgina';
76
$HEADING['DELETED_PAGES'] = 'Pàgines Esborrades';
77
$HEADING['ADD_PAGE'] = 'Afegeix Pàgina';
78
$HEADING['ADD_HEADING'] = 'Afegeix Encap&ccdil;alament';
79
$HEADING['MODIFY_PAGE'] = 'Modifica Pàgina';
80
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modifica els Paràmetres de la Pàgina';
81
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modifica els Paràmetres Avan&ccdil;ats de la Pàgina';
81 82
$HEADING['MANAGE_SECTIONS'] = 'Administra les Seccions';
82
$HEADING['MODIFY_INTRO_PAGE'] = 'Modifica P?gina Introduct?ria';
83
$HEADING['MODIFY_INTRO_PAGE'] = 'Modifica Pàgina Introductòria';
83 84

  
84 85
$HEADING['BROWSE_MEDIA'] = 'Explorar Fitxers';
85 86
$HEADING['CREATE_FOLDER'] = 'Crea Carpeta';
86 87
$HEADING['UPLOAD_FILES'] = 'Penja Fitxer(s)';
87 88

  
88
$HEADING['INSTALL_MODULE'] = 'Instal?la M?dul';
89
$HEADING['UNINSTALL_MODULE'] = 'Desinstal?la M?dul';
90
$HEADING['MODULE_DETAILS'] = 'Detalls del M?dul';
89
$HEADING['INSTALL_MODULE'] = 'Instal·la Mòdul';
90
$HEADING['UNINSTALL_MODULE'] = 'Desinstal·la Mòdul';
91
$HEADING['MODULE_DETAILS'] = 'Detalls del Mòdul';
91 92

  
92
$HEADING['INSTALL_TEMPLATE'] = 'Instal?la Plantilla';
93
$HEADING['UNINSTALL_TEMPLATE'] = 'Desinstal?la Plantilla';
93
$HEADING['INSTALL_TEMPLATE'] = 'Instal·la Plantilla';
94
$HEADING['UNINSTALL_TEMPLATE'] = 'Desinstal·la Plantilla';
94 95
$HEADING['TEMPLATE_DETAILS'] = 'Detalls de la Plantilla';
95 96

  
96
$HEADING['INSTALL_LANGUAGE'] = 'Instal?la Idioma';
97
$HEADING['UNINSTALL_LANGUAGE'] = 'Desinstal?la Idioma';
97
$HEADING['INSTALL_LANGUAGE'] = 'Instal·la Idioma';
98
$HEADING['UNINSTALL_LANGUAGE'] = 'Desinstal·la Idioma';
98 99
$HEADING['LANGUAGE_DETAILS'] = 'Detalls de l\'Idioma';
99 100

  
100
$HEADING['MY_SETTINGS'] = 'Els meus Par?metres';
101
$HEADING['MY_SETTINGS'] = 'Els meus Paràmetres';
101 102
$HEADING['MY_EMAIL'] = 'El meu Correu';
102 103
$HEADING['MY_PASSWORD'] = 'La meua Contrasenya';
103 104

  
104
$HEADING['GENERAL_SETTINGS'] = 'Par?metres Generals';
105
$HEADING['DEFAULT_SETTINGS'] = 'Par?metres per Defecte';
106
$HEADING['SEARCH_SETTINGS'] = 'Par?metres de Cerca';
107
$HEADING['FILESYSTEM_SETTINGS'] = 'Par?metres del Sistema de Fitxers';
105
$HEADING['GENERAL_SETTINGS'] = 'Paràmetres Generals';
106
$HEADING['DEFAULT_SETTINGS'] = 'Paràmetres per Defecte';
107
$HEADING['SEARCH_SETTINGS'] = 'Paràmetres de Cerca';
108
$HEADING['FILESYSTEM_SETTINGS'] = 'Paràmetres del Sistema de Fitxers';
108 109
$HEADING['SERVER_SETTINGS'] = 'Server Settings'; //needs to be translated
109 110
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; //needs to be translated
110 111
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools'; //needs to be translated
......
120 121
// Other text
121 122
$TEXT['ADD'] = 'Afegeix';
122 123
$TEXT['MODIFY'] = 'Modifica';
123
$TEXT['SETTINGS'] = 'Par?metres';
124
$TEXT['SETTINGS'] = 'Paràmetres';
124 125
$TEXT['DELETE'] = 'Esborra';
125 126
$TEXT['SAVE'] = 'Desa';
126 127
$TEXT['RESET'] = 'Reinicia';
127
$TEXT['LOGIN'] = 'Identificaci?';
128
$TEXT['LOGIN'] = 'Identificació';
128 129
$TEXT['RELOAD'] = 'Recarrega';
129
$TEXT['CANCEL'] = 'Cancel?la';
130
$TEXT['CANCEL'] = 'Cancel·la';
130 131
$TEXT['NAME'] = 'Nom';
131 132
$TEXT['PLEASE_SELECT'] = 'Per favor trieu';
132
$TEXT['TITLE'] = 'T?tol';
133
$TEXT['TITLE'] = 'Títol';
133 134
$TEXT['PARENT'] = 'Mare';
134 135
$TEXT['TYPE'] = 'Tipus';
135 136
$TEXT['VISIBILITY'] = 'Visibilitat';
136 137
$TEXT['PRIVATE'] = 'Privat';
137
$TEXT['PUBLIC'] = 'P?blic';
138
$TEXT['PUBLIC'] = 'Públic';
138 139
$TEXT['NONE'] = 'Cap';
139 140
$TEXT['NONE_FOUND'] = 'No s\'ha trobat cap';
140 141
$TEXT['CURRENT'] = 'Actual';
141 142
$TEXT['CHANGE'] = 'Canvia';
142 143
$TEXT['WINDOW'] = 'Finestra';
143
$TEXT['DESCRIPTION'] = 'Descripci?';
144
$TEXT['DESCRIPTION'] = 'Descripció';
144 145
$TEXT['KEYWORDS'] = 'Paraules clau';
145 146
$TEXT['ADMINISTRATORS'] = 'Administradors';
146 147
$TEXT['PRIVATE_VIEWERS'] = 'Visualitzadors Privats';
......
149 150
$TEXT['MOVE_UP'] = 'Mou Amunt';
150 151
$TEXT['MOVE_DOWN'] = 'Mou Avall';
151 152
$TEXT['RENAME'] = 'Reanomena';
152
$TEXT['MODIFY_SETTINGS'] = 'Modifica Par?metres';
153
$TEXT['MODIFY_SETTINGS'] = 'Modifica Paràmetres';
153 154
$TEXT['MODIFY_CONTENT'] = 'Modifica Contingut';
154 155
$TEXT['VIEW'] = 'Veure';
155 156
$TEXT['UP'] = 'Amunt';
......
159 160
$TEXT['USERNAME'] = 'Nom d\'Usuari';
160 161
$TEXT['PASSWORD'] = 'Contrasenya';
161 162
$TEXT['HOME'] = 'Inici';
162
$TEXT['TARGET_FOLDER'] = 'Carpeta de dest?';
163
$TEXT['TARGET_FOLDER'] = 'Carpeta de destí';
163 164
$TEXT['OVERWRITE_EXISTING'] = 'Sobreescriure';
164 165
$TEXT['FILE'] = 'fitxer';
165 166
$TEXT['FILES'] = 'fitxers';
......
170 171
$TEXT['CURRENT_FOLDER'] = 'Carpeta Actual';
171 172
$TEXT['TO'] = 'a';
172 173
$TEXT['FROM'] = 'des de';
173
$TEXT['INSTALL'] = 'Instal?la';
174
$TEXT['UNINSTALL'] = 'Desinstal?la';
174
$TEXT['INSTALL'] = 'Instal·la';
175
$TEXT['UNINSTALL'] = 'Desinstal·la';
175 176
$TEXT['VIEW_DETAILS'] = 'Veure Detalls';
176 177
$TEXT['DISPLAY_NAME'] = 'Nom a Mostrar';
177 178
$TEXT['AUTHOR'] = 'Autor';
178
$TEXT['VERSION'] = 'Versi?';
179
$TEXT['VERSION'] = 'Versió';
179 180
$TEXT['DESIGNED_FOR'] = 'Dissenyat Per';
180
$TEXT['DESCRIPTION'] = 'Descripci?';
181
$TEXT['DESCRIPTION'] = 'Descripció';
181 182
$TEXT['EMAIL'] = 'Correu';
182 183
$TEXT['LANGUAGE'] = 'Idioma';
183 184
$TEXT['TIMEZONE'] = 'Fus Horari';
......
190 191
$TEXT['RETYPE_PASSWORD'] = 'Contrasenya (de nou)';
191 192
$TEXT['GROUP'] = 'Grup';
192 193
$TEXT['SYSTEM_PERMISSIONS'] = 'Permisos de Sistema';
193
$TEXT['MODULE_PERMISSIONS'] = 'Permisos de M?dul';
194
$TEXT['SHOW_ADVANCED'] = 'Mostra Opcions Avan?ades';
195
$TEXT['HIDE_ADVANCED'] = 'Oculta Opcions Avan?ades';
196
$TEXT['BASIC'] = 'B?sic';
197
$TEXT['ADVANCED'] = 'Avan?at';
198
$TEXT['WEBSITE'] = 'P?gina Web';
194
$TEXT['MODULE_PERMISSIONS'] = 'Permisos de Mòdul';
195
$TEXT['SHOW_ADVANCED'] = 'Mostra Opcions Avan&ccdil;ades';
196
$TEXT['HIDE_ADVANCED'] = 'Oculta Opcions Avan&ccdil;ades';
197
$TEXT['BASIC'] = 'Bàsic';
198
$TEXT['ADVANCED'] = 'Avan&ccdil;at';
199
$TEXT['WEBSITE'] = 'Pàgina Web';
199 200
$TEXT['DEFAULT'] = 'Per defecte';
200 201
$TEXT['KEYWORDS'] = 'Paraules Clau';
201 202
$TEXT['TEXT'] = 'Text'; //needs to be translated
202
$TEXT['HEADER'] = 'Cap?alera';
203
$TEXT['HEADER'] = 'Cap&ccdil;alera';
203 204
$TEXT['FOOTER'] = 'Peu';
204 205
$TEXT['TEMPLATE'] = 'Plantilla';
205
$TEXT['INSTALLATION'] = 'Instal?laci?';
206
$TEXT['INSTALLATION'] = 'Instal·lació';
206 207
$TEXT['DATABASE'] = 'Base de Dades';
207 208
$TEXT['HOST'] = 'Servidor';
208 209
$TEXT['INTRO'] = 'Entrada';
209
$TEXT['PAGE'] = 'P?gina';
210
$TEXT['PAGE'] = 'Pàgina';
210 211
$TEXT['SIGNUP'] = 'Registre';
211 212
$TEXT['PHP_ERROR_LEVEL'] = 'Nivell d\'Informe d\'Error de PHP';
212 213
$TEXT['ADMIN'] = 'Admin'; //needs to be translated
......
216 217
$TEXT['EXTENSION'] = 'Extensions';
217 218
$TEXT['TABLE_PREFIX'] = 'Prefix de Taula';
218 219
$TEXT['CHANGES'] = 'Canvis';
219
$TEXT['ADMINISTRATION'] = 'Administraci?';
220
$TEXT['ADMINISTRATION'] = 'Administració';
220 221
$TEXT['FORGOT_DETAILS'] = 'Heu oblidat els Detalls?';
221 222
$TEXT['LOGGED_IN'] = 'Identificat';
222 223
$TEXT['WELCOME_BACK'] = 'Benvingut de nou';
223 224
$TEXT['FULL_NAME'] = 'Nom Complet';
224 225
$TEXT['ACCOUNT_SIGNUP'] = 'Registre de Compte';
225
$TEXT['LINK'] = 'Enlla?';
226
$TEXT['LINK'] = 'Enlla&ccdil;';
226 227
$TEXT['ANCHOR'] = 'Anchor'; //needs to be translated
227
$TEXT['TARGET'] = 'Dest?';
228
$TEXT['TARGET'] = 'Destí';
228 229
$TEXT['NEW_WINDOW'] = 'Nova Finestra';
229 230
$TEXT['SAME_WINDOW'] = 'La Mateixa Finestra';
230 231
$TEXT['TOP_FRAME'] = 'Top Frame'; //needs to be translated
231
$TEXT['PAGE_LEVEL_LIMIT'] = 'L?mit de Nivell de P?gina';
232
$TEXT['SUCCESS'] = '?xit';
232
$TEXT['PAGE_LEVEL_LIMIT'] = 'Límit de Nivell de Pàgina';
233
$TEXT['SUCCESS'] = 'Èxit';
233 234
$TEXT['ERROR'] = 'Error'; //needs to be translated
234 235
$TEXT['ARE_YOU_SURE'] = 'Esteu segur?';
235
$TEXT['YES'] = 'S?';
236
$TEXT['YES'] = 'Sí';
236 237
$TEXT['NO'] = 'No'; //needs to be translated
237 238
$TEXT['SYSTEM_DEFAULT'] = 'Per Defecte del Sistema';
238
$TEXT['PAGE_TITLE'] = 'T?tol de la P?gina';
239
$TEXT['MENU_TITLE'] = 'T?tol del Men?';
239
$TEXT['PAGE_TITLE'] = 'Títol de la Pàgina';
240
$TEXT['MENU_TITLE'] = 'Títol del Menú';
240 241
$TEXT['ACTIONS'] = 'Accions';
241 242
$TEXT['UNKNOWN'] = 'Desconegut';
242 243
$TEXT['BLOCK'] = 'Bloc';
......
248 249
$TEXT['COMMENTING'] = 'Comentaris';
249 250
$TEXT['SHORT'] = 'Curt';
250 251
$TEXT['LONG'] = 'Llarg';
251
$TEXT['LOOP'] = 'Repetici?';
252
$TEXT['LOOP'] = 'Repetició';
252 253
$TEXT['FIELD'] = 'Camp';
253 254
$TEXT['REQUIRED'] = 'Requerit';
254 255
$TEXT['LENGTH'] = 'Longitud';
......
257 258
$TEXT['MATCH'] = 'Coincidir';
258 259
$TEXT['ALL_WORDS'] = 'Totes les Paraules';
259 260
$TEXT['ANY_WORDS'] = 'Qualsevol Paraula';
260
$TEXT['EXACT_MATCH'] = 'Coincid?ncia Exacta';
261
$TEXT['EXACT_MATCH'] = 'Coincidència Exacta';
261 262
$TEXT['SHOW'] = 'Mostra';
262 263
$TEXT['HIDE'] = 'Amaga';
263
$TEXT['START_PUBLISHING'] = 'Inici de Publicaci?';
264
$TEXT['FINISH_PUBLISHING'] = 'Fi de Publicaci?';
264
$TEXT['START_PUBLISHING'] = 'Inici de Publicació';
265
$TEXT['FINISH_PUBLISHING'] = 'Fi de Publicació';
265 266
$TEXT['DATE'] = 'Data';
266 267
$TEXT['START'] = 'Inici';
267 268
$TEXT['END'] = 'Fi';
268 269
$TEXT['IMAGE'] = 'Imatge';
269 270
$TEXT['ICON'] = 'Icona';
270
$TEXT['SECTION'] = 'Secci?';
271
$TEXT['SECTION'] = 'Secció';
271 272
$TEXT['DATE_FORMAT'] = 'Format de Data';
272 273
$TEXT['TIME_FORMAT'] = 'Format de Temps';
273 274
$TEXT['RESULTS'] = 'Resultats';
......
275 276
$TEXT['MANAGE'] = 'Administreu';
276 277
$TEXT['CODE'] = 'Codi';
277 278
$TEXT['WIDTH'] = 'Amplada';
278
$TEXT['HEIGHT'] = 'Al?ada';
279
$TEXT['MORE'] = 'M?s';
280
$TEXT['READ_MORE'] = 'Llegir M?s';
281
$TEXT['CHANGE_SETTINGS'] = 'Canvia Par?metres';
282
$TEXT['CURRENT_PAGE'] = 'P?gina Actual';
279
$TEXT['HEIGHT'] = 'Al&ccdil;ada';
280
$TEXT['MORE'] = 'Més';
281
$TEXT['READ_MORE'] = 'Llegir Més';
282
$TEXT['CHANGE_SETTINGS'] = 'Canvia Paràmetres';
283
$TEXT['CURRENT_PAGE'] = 'Pàgina Actual';
283 284
$TEXT['CLOSE'] = 'Tanca';
284
$TEXT['INTRO_PAGE'] = 'P?gina d\'Entrada';
285
$TEXT['INSTALLATION_URL'] = 'URL d\'Instal?laci?';
286
$TEXT['INSTALLATION_PATH'] = 'Ruta d\'Instal?laci?';
287
$TEXT['PAGE_EXTENSION'] = 'Extensi? de P?gina';
285
$TEXT['INTRO_PAGE'] = 'Pàgina d\'Entrada';
286
$TEXT['INSTALLATION_URL'] = 'URL d\'Instal·lació';
287
$TEXT['INSTALLATION_PATH'] = 'Ruta d\'Instal·lació';
288
$TEXT['PAGE_EXTENSION'] = 'Extensió de Pàgina';
288 289
$TEXT['NO_RESULTS'] = 'Cap Resultat';
289
$TEXT['WEBSITE_TITLE'] = 'T?tol del Lloc Web';
290
$TEXT['WEBSITE_DESCRIPTION'] = 'Descripci? del Lloc Web';
290
$TEXT['WEBSITE_TITLE'] = 'Títol del Lloc Web';
291
$TEXT['WEBSITE_DESCRIPTION'] = 'Descripció del Lloc Web';
291 292
$TEXT['WEBSITE_KEYWORDS'] = 'Paraules clau del Lloc Web';
292
$TEXT['WEBSITE_HEADER'] = 'Cap?alera del Lloc Web';
293
$TEXT['WEBSITE_HEADER'] = 'Cap&ccdil;alera del Lloc Web';
293 294
$TEXT['WEBSITE_FOOTER'] = 'Peu del Lloc Web';
294
$TEXT['RESULTS_HEADER'] = 'Cap?alera de Resultats';
295
$TEXT['RESULTS_HEADER'] = 'Cap&ccdil;alera de Resultats';
295 296
$TEXT['RESULTS_LOOP'] = 'Bucle de Resultats';
296 297
$TEXT['RESULTS_FOOTER'] = 'Peu de Resultats';
297 298
$TEXT['LEVEL'] = 'Nivell';
298 299
$TEXT['NOT_FOUND'] = 'No Trobat';
299
$TEXT['PAGE_SPACER'] = 'Separador de P?gina';
300
$TEXT['PAGE_SPACER'] = 'Separador de Pàgina';
300 301
$TEXT['MATCHING'] = 'Matching'; //needs to be translated
301 302
$TEXT['TEMPLATE_PERMISSIONS'] = 'Permisos de Plantilla';
302
$TEXT['PAGES_DIRECTORY'] = 'Directori de P?gines';
303
$TEXT['PAGES_DIRECTORY'] = 'Directori de Pàgines';
303 304
$TEXT['MEDIA_DIRECTORY'] = 'Directori de Fitxers';
304 305
$TEXT['FILE_MODE'] = 'Mode Fitxer';
305 306
$TEXT['USER'] = 'Usuari';
306 307
$TEXT['OTHERS'] = 'Altres';
307 308
$TEXT['READ'] = 'Lectura';
308 309
$TEXT['WRITE'] = 'Escriptura';
309
$TEXT['EXECUTE'] = 'Execuci?';
310
$TEXT['SMART_LOGIN'] = 'Identificaci? R?pida';
310
$TEXT['EXECUTE'] = 'Execució';
311
$TEXT['SMART_LOGIN'] = 'Identificació Ràpida';
311 312
$TEXT['REMEMBER_ME'] = 'Recorda les meues dades';
312 313
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Permisos del Sistema de Fitxers';
313 314
$TEXT['DIRECTORIES'] = 'Directoris';
314 315
$TEXT['DIRECTORY_MODE'] = 'Mode Directori';
315 316
$TEXT['LIST_OPTIONS'] = 'Llista Opcions';
316
$TEXT['OPTION'] = 'Opci?';
317
$TEXT['OPTION'] = 'Opció';
317 318
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Permetre Diverses Seleccions';
318 319
$TEXT['TEXTFIELD'] = 'Camp de text';
319
$TEXT['TEXTAREA'] = '?rea de text';
320
$TEXT['SELECT_BOX'] = 'Quadre de Selecci?';
321
$TEXT['CHECKBOX_GROUP'] = 'Grup de quadres de verificaci?';
320
$TEXT['TEXTAREA'] = 'Àrea de text';
321
$TEXT['SELECT_BOX'] = 'Quadre de Selecció';
322
$TEXT['CHECKBOX_GROUP'] = 'Grup de quadres de verificació';
322 323
$TEXT['RADIO_BUTTON_GROUP'] = 'Grup de Botons';
323 324
$TEXT['SIZE'] = 'Mida';
324 325
$TEXT['DEFAULT_TEXT'] = 'Text per defecte';
325 326
$TEXT['SEPERATOR'] = 'Separador';
326 327
$TEXT['BACK'] = 'Arrere';
327
$TEXT['UNDER_CONSTRUCTION'] = 'En Construcci?';
328
$TEXT['MULTISELECT'] = 'Multi-selecci?';
328
$TEXT['UNDER_CONSTRUCTION'] = 'En Construcció';
329
$TEXT['MULTISELECT'] = 'Multi-selecció';
329 330
$TEXT['SHORT_TEXT'] = 'Text Curt';
330 331
$TEXT['LONG_TEXT'] = 'Text Llarg';
331
$TEXT['HOMEPAGE_REDIRECTION'] = 'Redirecci? de P?gina Inicial';
332
$TEXT['HEADING'] = 'Encap?alament';
333
$TEXT['MULTIPLE_MENUS'] = 'Diversos Men?s';
332
$TEXT['HOMEPAGE_REDIRECTION'] = 'Redirecció de Pàgina Inicial';
333
$TEXT['HEADING'] = 'Encap&ccdil;alament';
334
$TEXT['MULTIPLE_MENUS'] = 'Diversos Menús';
334 335
$TEXT['REGISTERED'] = 'Registrat';
335 336
$TEXT['START'] = 'Inici';
336
$TEXT['SECTION_BLOCKS'] = 'Blocs de la Secci?';
337
$TEXT['SECTION_BLOCKS'] = 'Blocs de la Secció';
337 338
$TEXT['REGISTERED_VIEWERS'] = 'Visualitzadors Registrats';
338 339
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; //needs to be translated
339 340
$TEXT['SUBMISSION_ID'] = 'ID de Tramesa';
340 341
$TEXT['SUBMISSIONS'] = 'Trameses';
341
$TEXT['SUBMITTED'] = 'Tram?s';
342
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Trameses M?x. Per Hora';
342
$TEXT['SUBMITTED'] = 'Tramés';
343
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Trameses Màx. Per Hora';
343 344
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Trameses Emmagatzemades a la Base de Dades';
344
$TEXT['EMAIL_ADDRESS'] = 'Adre?a de Correu';
345
$TEXT['EMAIL_ADDRESS'] = 'Adre&ccdil;a de Correu';
345 346
$TEXT['CUSTOM'] = 'Personalitzat';
346
$TEXT['ANONYMOUS'] = 'An?nim';
347
$TEXT['ANONYMOUS'] = 'Anònim';
347 348
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Sistema Operatiu del Servidor';
348 349
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Permisos d\'escriptura de fitxer per a tothom';
349 350
$TEXT['LINUX_UNIX_BASED'] = 'Basat en Linux/Unix';
......
354 355
$TEXT['INLINE'] = 'Inserida';
355 356
$TEXT['SEPARATE'] = 'Separada';
356 357
$TEXT['DELETED'] = 'Esborrat';
357
$TEXT['VIEW_DELETED_PAGES'] = 'Mostra P?gines Esborrades';
358
$TEXT['VIEW_DELETED_PAGES'] = 'Mostra Pàgines Esborrades';
358 359
$TEXT['EMPTY_TRASH'] = 'Buida la Paperera';
359 360
$TEXT['TRASH_EMPTIED'] = 'Paperera Buidada';
360
$TEXT['ADD_SECTION'] = 'Afegeix Secci?';
361
$TEXT['ADD_SECTION'] = 'Afegeix Secció';
361 362
$TEXT['POST_HEADER'] = 'Post Header'; //needs to be translated
362 363
$TEXT['POST_FOOTER'] = 'Post Footer'; //needs to be translated
363 364
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page'; //needs to be translated
364 365
$TEXT['RESIZE_IMAGE_TO'] = 'Redimensiona Imatge A';
365
$TEXT['UNLIMITED'] = 'Il?limitat';
366
$TEXT['UNLIMITED'] = 'Il·limitat';
366 367
$TEXT['OF'] = 'De';
367 368
$TEXT['OUT_OF'] = 'Fora De';
368
$TEXT['NEXT'] = 'Seg?ent';
369
$TEXT['NEXT'] = 'Següent';
369 370
$TEXT['PREVIOUS'] = 'Anterior';
370
$TEXT['NEXT_PAGE'] = 'P?gina Seg?ent';
371
$TEXT['PREVIOUS_PAGE'] = 'P?gina Anterior';
371
$TEXT['NEXT_PAGE'] = 'Pàgina Següent';
372
$TEXT['PREVIOUS_PAGE'] = 'Pàgina Anterior';
372 373
$TEXT['ON'] = 'A';
373
$TEXT['LAST_UPDATED_BY'] = '?ltima Actualitzaci? Per';
374
$TEXT['LAST_UPDATED_BY'] = 'Última Actualització Per';
374 375
$TEXT['RESULTS_FOR'] = 'Resultats De';
375 376
$TEXT['TIME'] = 'Temps';
376 377
$TEXT['WYSIWYG_STYLE'] = 'Estil WYSIWYG';
377 378
$TEXT['WYSIWYG_EDITOR'] = "WYSIWYG Editor"; //needs to be translated
378 379
$TEXT['SERVER_EMAIL'] = 'Correu del Servidor';
379
$TEXT['MENU'] = 'Men?';
380
$TEXT['MENU'] = 'Menú';
380 381
$TEXT['MANAGE_GROUPS'] = 'Administra els Grups';
381 382
$TEXT['MANAGE_USERS'] = 'Administra els Usuaris';
382
$TEXT['PAGE_LANGUAGES'] = 'Idiomes de la p?gina';
383
$TEXT['PAGE_LANGUAGES'] = 'Idiomes de la pàgina';
383 384
$TEXT['HIDDEN'] = 'Amagat';
384 385
$TEXT['MAIN'] = 'Principal';
385 386
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload'; //needs to be translated
......
417 418
$TEXT['PLEASE_LOGIN'] = 'Please login'; //needs to be translated
418 419

  
419 420
// Success/error messages
420
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Ho sentim, no teniu permisos per a veure aquesta p?gina';
421
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Ho sentim, no teniu permisos per a veure aquesta pàgina';
421 422
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; //needs to be translated
422 423

  
423
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'No teniu privilegis suficients per estar ac?';
424
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'No teniu privilegis suficients per estar ací';
424 425

  
425
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Per favor introdu?u el vostre nom d\'usuari i contrasenya a baix';
426
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Per favor introdu?u un nom d\'usuari';
427
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Per favor introdu?u una contrasenya';
428
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'El nom d\'usuari ?s massa curt';
429
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'La contrasenya ?s massa curta';
430
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'El nom d\'usuari ?s massa llarg';
431
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'La contrasenya ?s massa llarga';
426
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Per favor introduïu el vostre nom d\'usuari i contrasenya a baix';
427
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Per favor introduïu un nom d\'usuari';
428
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Per favor introduïu una contrasenya';
429
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'El nom d\'usuari és massa curt';
430
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'La contrasenya és massa curta';
431
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'El nom d\'usuari és massa llarg';
432
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'La contrasenya és massa llarga';
432 433
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Nom d\'usuari o contrasenya incorrectes';
433 434

  
434
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Heu d\'Introduir una adre?a de correu';
435
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Heu d\'Introduir una adre&ccdil;a de correu';
435 436

  
436
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Per favor introdu?u la vostra adre?a de correu a baix';
437
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'El correu que heu introdu?t no s\'ha trobat a la base de dades';
437
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Per favor introduïu la vostra adre&ccdil;a de correu a baix';
438
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'El correu que heu introduït no s\'ha trobat a la base de dades';
438 439
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'No ha estat possible enviar la contrasenya, per favor contacteu amb l\'administrador del sistema';
439
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'El nom d\'usuari i contrasenya han estat enviats a la vostra adre?a de correu';
440
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'La contrasenya no es pot reiniciar m?s d\'un cop per hora, disculpeu';
440
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'El nom d\'usuari i contrasenya han estat enviats a la vostra adre&ccdil;a de correu';
441
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'La contrasenya no es pot reiniciar més d\'un cop per hora, disculpeu';
441 442

  
442 443
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Benvingut/da al Panell de Control de Website Baker';
443
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Atenci?, el Directori d\'Instal?laci? Encara Existeix!';
444
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Atenció, el Directori d\'Instal·lació Encara Existeix!';
444 445
$MESSAGE['START']['CURRENT_USER'] = 'Actualment esteu identificat com a:';
445 446

  
446
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'No ha estat possible obrir el fitxer de configuraci?';
447
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'No es pot escriure al fitxer de configuraci?';
448
$MESSAGE['SETTINGS']['SAVED'] = 'Par?metres desats amb ?xit';
449
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Av?s: Pr?mer aquest bot? reinicia tots els canvis no desats';
450
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Av?s: a?? nom?s ?s recomana per a entorns de proves';
447
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'No ha estat possible obrir el fitxer de configuració';
448
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'No es pot escriure al fitxer de configuració';
449
$MESSAGE['SETTINGS']['SAVED'] = 'Paràmetres desats amb èxit';
450
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Avís: Prémer aquest botó reinicia tots els canvis no desats';
451
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Avís: a&ccdil;ò només és recomana per a entorns de proves';
451 452

  
452
$MESSAGE['USERS']['ADDED'] = 'Usuari afegit amb ?xit';
453
$MESSAGE['USERS']['SAVED'] = 'Usuari desat amb ?xit';
454
$MESSAGE['USERS']['DELETED'] = 'Usuari esborrat amb ?xit';
453
$MESSAGE['USERS']['ADDED'] = 'Usuari afegit amb èxit';
454
$MESSAGE['USERS']['SAVED'] = 'Usuari desat amb èxit';
455
$MESSAGE['USERS']['DELETED'] = 'Usuari esborrat amb èxit';
455 456
$MESSAGE['USERS']['NO_GROUP'] = 'No s\'ha seleccionat cap grup';
456
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'El nom d\'usuari introdu?t ?s massa curt';
457
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'La contrasenya introdu?da ?s massa curta';
458
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'La contrasenya introdu?da no coincideix';
459
$MESSAGE['USERS']['INVALID_EMAIL'] = 'L\'adre?a de correu introdu?da ?s inv?lida';
460
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'L\'adre?a de correu que heu introdu?t ja est? en ?s';
461
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'El nom d\'usuari introdu?t ja est? en ?s';
462
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Av?s: Nom?s haur?eu d\'introduir valors als camps superiors si voleu canviar aquestes contrasenyes d\'usuari';
457
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'El nom d\'usuari introduït és massa curt';
458
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'La contrasenya introduïda és massa curta';
459
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'La contrasenya introduïda no coincideix';
460
$MESSAGE['USERS']['INVALID_EMAIL'] = 'L\'adre&ccdil;a de correu introduïda és invàlida';
461
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'L\'adre&ccdil;a de correu que heu introduït ja està en ús';
462
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'El nom d\'usuari introduït ja està en ús';
463
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Avís: Només hauríeu d\'introduir valors als camps superiors si voleu canviar aquestes contrasenyes d\'usuari';
463 464
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Esteu segur de voler esborrar l\'usuari seleccionat?';
464 465

  
465
$MESSAGE['GROUPS']['ADDED'] = 'Grup afegit amb ?xit';
466
$MESSAGE['GROUPS']['SAVED'] = 'Grup desat amb ?xit';
467
$MESSAGE['GROUPS']['DELETED'] = 'Grup esborrat amb ?xit';
468
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'El nom del grup ?s buit';
466
$MESSAGE['GROUPS']['ADDED'] = 'Grup afegit amb èxit';
467
$MESSAGE['GROUPS']['SAVED'] = 'Grup desat amb èxit';
468
$MESSAGE['GROUPS']['DELETED'] = 'Grup esborrat amb èxit';
469
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'El nom del grup és buit';
469 470
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Esteu segur de voler esborrar el grup seleccionat (i qualsevol usuari que pertanyi a aquest)?';
470 471
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No s\'han trobat grups';
471 472
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists';
472 473

  
473
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Dades desades amb ?xit';
474
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Correu actualitzat amb ?xit';
475
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'La contrasenya (actual) que heu introdu?t ?s incorrecta';
476
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Contrasenya canviada amb ?xit';
474
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Dades desades amb èxit';
475
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Correu actualitzat amb èxit';
476
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'La contrasenya (actual) que heu introduït és incorrecta';
477
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Contrasenya canviada amb èxit';
477 478

  
478
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Av?s: per a canviar la plantilla heu d\'anar a la secci? Par?metres';
479
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Avís: per a canviar la plantilla heu d\'anar a la secció Paràmetres';
479 480

  
480 481
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'No es pot incloure ../ al nom de la carpeta';
481 482
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
482
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'No es pot tenir ../ a la carpeta de dest?';
483
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'No es pot tenir ../ a la carpeta de destí';
483 484
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'No es pot incloure ../ al nom';
484 485
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'No es pot usar index.php com a nom';
485 486
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No s\'han trobat fitxers a la carpeta actual';
486 487
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'Fitxer no trobat';
487
$MESSAGE['MEDIA']['DELETED_FILE'] = 'Fitxer esborrat amb ?xit';
488
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Carpeta esborrada amb ?xit';
489
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Esteu segur que voleu esborrar el seg?ent fitxer o carpeta?';
488
$MESSAGE['MEDIA']['DELETED_FILE'] = 'Fitxer esborrat amb èxit';
489
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Carpeta esborrada amb èxit';
490
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Esteu segur que voleu esborrar el següent fitxer o carpeta?';
490 491
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'No es pot esborrar el fitxer seleccionat';
491 492
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'No es pot esborrar la carpeta seleccionada';
492
$MESSAGE['MEDIA']['BLANK_NAME'] = 'No heu introdu?t un nou nom';
493
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'No heu introdu?t una extensi? de fitxer';
494
$MESSAGE['MEDIA']['RENAMED'] = 'S\'ha canviat el nom amb ?xit';
493
$MESSAGE['MEDIA']['BLANK_NAME'] = 'No heu introduït un nou nom';
494
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'No heu introduït una extensió de fitxer';
495
$MESSAGE['MEDIA']['RENAMED'] = 'S\'ha canviat el nom amb èxit';
495 496
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'No s\'ha pogut canviar el nom';
496
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'Ja existeix un fitxer amb el nom que heu introdu?t';
497
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'Ja existeix una carpeta amb el nom que heu introdu?t';
498
$MESSAGE['MEDIA']['DIR_MADE'] = 'Carpeta creada amb ?xit';
497
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'Ja existeix un fitxer amb el nom que heu introduït';
498
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'Ja existeix una carpeta amb el nom que heu introduït';
499
$MESSAGE['MEDIA']['DIR_MADE'] = 'Carpeta creada amb èxit';
499 500
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'No s\'ha pogut crear la carpeta';
500
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' fitxer s\'ha penjat amb ?xit';
501
$MESSAGE['MEDIA']['UPLOADED'] = ' fitxers han estat penjats amb ?xit';
501
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' fitxer s\'ha penjat amb èxit';
502
$MESSAGE['MEDIA']['UPLOADED'] = ' fitxers han estat penjats amb èxit';
502 503

  
503
$MESSAGE['PAGES']['ADDED'] = 'P?gina afegida amb ?xit';
504
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Cap?alera de p?gina afegida amb ?xit';
505
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'Existeix una p?gina amb el mateix t?tol o similar';
506
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creant el fitxer d\'acc?s al directori /pages (privilegis insuficients)';
507
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error esborrant el fitxer d\'acc?s al directori /pages (privilegis insuficients)';
508
$MESSAGE['PAGES']['NOT_FOUND'] = 'No s\'ha trobat la p?gina';
509
$MESSAGE['PAGES']['SAVED'] = 'P?gina desada amb ?xit';
510
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Par?metres de p?gina desats amb ?xit';
511
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error desant la p?gina';
512
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Esteu segur de voler esborrar la p?gina seleccionada';
513
$MESSAGE['PAGES']['DELETED'] = 'P?gina esborrada amb ?xit';
514
$MESSAGE['PAGES']['RESTORED'] = 'P?gina restaurada amb ?xit';
515
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Per favor introdu?u un t?tol de p?gina';
516
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Per favor introdu?u un t?tol per al men?';
517
$MESSAGE['PAGES']['REORDERED'] = 'P?gina re-ordenada amb ?xit';
518
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordenant p?gina';
519
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'No teniu permisos per a modificar aquesta p?gina';
504
$MESSAGE['PAGES']['ADDED'] = 'Pàgina afegida amb èxit';
505
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Cap&ccdil;alera de pàgina afegida amb èxit';
506
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'Existeix una pàgina amb el mateix títol o similar';
507
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creant el fitxer d\'accés al directori /pages (privilegis insuficients)';
508
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error esborrant el fitxer d\'accés al directori /pages (privilegis insuficients)';
509
$MESSAGE['PAGES']['NOT_FOUND'] = 'No s\'ha trobat la pàgina';
510
$MESSAGE['PAGES']['SAVED'] = 'Pàgina desada amb èxit';
511
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Paràmetres de pàgina desats amb èxit';
512
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error desant la pàgina';
513
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Esteu segur de voler esborrar la pàgina seleccionada';
514
$MESSAGE['PAGES']['DELETED'] = 'Pàgina esborrada amb èxit';
515
$MESSAGE['PAGES']['RESTORED'] = 'Pàgina restaurada amb èxit';
516
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Per favor introduïu un títol de pàgina';
517
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Per favor introduïu un títol per al menú';
518
$MESSAGE['PAGES']['REORDERED'] = 'Pàgina re-ordenada amb èxit';
519
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordenant pàgina';
520
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'No teniu permisos per a modificar aquesta pàgina';
520 521
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'No s\'ha pogut escriure al fitxer /pages/intro.php (privilegis insuficients)';
521
$MESSAGE['PAGES']['INTRO_SAVED'] = 'P?gina d\'entrada desada amb ?xit';
522
$MESSAGE['PAGES']['LAST_MODIFIED'] = '?ltima modificaci? per';
523
$MESSAGE['PAGES']['INTRO_LINK'] = 'Premeu AC? per a modificar la p?gina d\'entrada';
524
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Propietats de la secci? desades amb ?xit';
525
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Torna a les p?gines';
522
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Pàgina d\'entrada desada amb èxit';
523
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Última modificació per';
524
$MESSAGE['PAGES']['INTRO_LINK'] = 'Premeu ACÍ per a modificar la pàgina d\'entrada';
525
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Propietats de la secció desades amb èxit';
526
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Torna a les pàgines';
526 527

  
527 528
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Per favor torneu arrere i completeu tots els camps';
528
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Per favor recordeu que el fitxer que pengeu ha d\'estar en un dels seg?ents formats:';
529
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Per favor recordeu que els fitxers que pengeu han d\'estar en un dels seg?ents formats:';
529
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Per favor recordeu que el fitxer que pengeu ha d\'estar en un dels següents formats:';
530
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Per favor recordeu que els fitxers que pengeu han d\'estar en un dels següents formats:';
530 531
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'No s\'ha pogut penjar el fitxer';
531
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Ja est? instal?lat';
532
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'No est? instal?lat';
533
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'No s\'ha pogut desinstal?lar';
532
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Ja està instal·lat';
533
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'No està instal·lat';
534
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'No s\'ha pogut desinstal·lar';
534 535
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'No s\'ha pogut descomprimir el fitxer';
535
$MESSAGE['GENERIC']['INSTALLED'] = 'Instal?lat amb ?xit';
536
$MESSAGE['GENERIC']['INSTALLED'] = 'Instal·lat amb èxit';
536 537
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully'; //needs to be translated
537
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Desinstal?lat amb ?xit';
538
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No s\'ha pogut escriure al directori de dest?';
539
$MESSAGE['GENERIC']['INVALID'] = 'El fitxer que heu penjat no ?s v?lid';
540
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal?lar: s\'est? usant el fitxer seleccionat';
541
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Lloc Web en Construcci?';
538
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Desinstal·lat amb èxit';
539
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No s\'ha pogut escriure al directori de destí';
540
$MESSAGE['GENERIC']['INVALID'] = 'El fitxer que heu penjat no és vàlid';
541
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal·lar: s\'està usant el fitxer seleccionat';
542
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Lloc Web en Construcció';
542 543
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Per favor torneu-ho a intentar prompte...';
543 544
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; //needs to be translated
544 545
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.'; //needs to be translated
545 546

  
546
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Heu d\'introduir les dades per als seg?ents camps';
547
$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.';
547
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Heu d\'introduir les dades per als següents camps';
548
$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.';
548 549
$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
549 550

  
550 551
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded'; //needs to be translated

Also available in: Unified diff