Project

General

Profile

« Previous | Next » 

Revision 821

Added by thorn over 16 years ago

fixed language-files

View differences:

SE.php
4 4

  
5 5
/*
6 6

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

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

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

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

  
24 24
*/
25 25

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

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

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

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

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

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

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

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

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

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

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

  
563
?>
565
?>

Also available in: Unified diff