~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to Kernel/Language/sv.pm

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2007-04-14 17:58:55 UTC
  • mto: (20.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20070414175855-9ne0w01yu1q44ch0
Tags: upstream-2.1.7
Import upstream version 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Kernel/Language/nb_SW.pm - Swedish language translation
3
3
# Copyright (C) 2004 Mats Eric Olausson <mats@synergy.se>
4
4
# --
5
 
# $Id: sv.pm,v 1.13 2005/10/15 12:08:12 martin Exp $
 
5
# $Id: sv.pm,v 1.26.2.2 2007/01/09 03:42:37 martin Exp $
6
6
# --
7
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
8
8
# the enclosed file COPYING for license information (GPL). If you
9
9
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
10
10
# --
 
11
 
11
12
package Kernel::Language::sv;
12
13
 
13
14
use strict;
14
15
 
15
16
use vars qw($VERSION);
16
 
$VERSION = q$Revision: 1.13 $;
 
17
$VERSION = q$Revision: 1.26.2.2 $;
17
18
$VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
18
19
 
19
 
# --
20
20
sub Data {
21
21
    my $Self = shift;
22
22
    my %Param = @_;
23
23
 
24
24
    # $$START$$
25
 
    # Last translation file sync: Thu Jul 28 22:14:53 2005
 
25
    # Last translation file sync: Thu Oct  5 06:05:15 2006
26
26
 
27
27
    # possible charsets
28
28
    $Self->{Charset} = ['iso-8859-1', 'iso-8859-15', ];
29
29
    # date formats (%A=WeekDay;%B=LongMonth;%T=Time;%D=Day;%M=Month;%Y=Jear;)
30
30
    $Self->{DateFormat} = '%D/%M %Y %T';
31
31
    $Self->{DateFormatLong} = '%A %D. %B %Y %T';
 
32
    $Self->{DateFormatShort} = '%D.%M.%Y';
32
33
    $Self->{DateInputFormat} = '%D.%M.%Y';
33
34
    $Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
34
35
 
66
67
      'year' => '',
67
68
      'years' => '',
68
69
      'year(s)' => '�r',
 
70
      'second(s)' => '',
 
71
      'seconds' => '',
 
72
      'second' => '',
69
73
      'wrote' => 'skrev',
70
74
      'Message' => 'Meddelande',
71
75
      'Error' => 'Fel',
181
185
      'You have %s new message(s)!' => 'Du har %s nya meddelanden!',
182
186
      'You have %s reminder ticket(s)!' => 'Du har %s p�minnelse-�rende(n)!',
183
187
      'The recommended charset for your language is %s!' => 'Den rekommenderade teckenupps�ttningen f�r ditt spr�k �r %s!',
184
 
      'Passwords dosn\'t match! Please try it again!' => '',
 
188
      'Passwords doesn\'t match! Please try it again!' => '',
185
189
      'Password is already in use! Please use an other password!' => '',
186
190
      'Password is already used! Please use an other password!' => '',
187
191
      'You need to activate %s first to use it!' => '',
189
193
      'Word' => 'Ord',
190
194
      'Ignore' => 'Ignorera',
191
195
      'replace with' => 'Ers�tt med',
192
 
      'Welcome to OTRS' => 'V�lkommen till OTRS',
 
196
      'Welcome to OTRS' => '',
193
197
      'There is no account with that login name.' => 'Det finns inget konto med detta namn.',
194
198
      'Login failed! Your username or password was entered incorrectly.' => 'Inloggningen misslyckades! Angivet anv�ndarnamn och/eller l�senord �r inte korrekt.',
195
199
      'Please contact your admin' => 'V�nligen kontakta administrat�ren',
196
200
      'Logout successful. Thank you for using OTRS!' => 'Utloggningen lyckades.  Tack f�r att du anv�nde OTRS!',
197
201
      'Invalid SessionID!' => 'Ogiltigt SessionID!',
198
202
      'Feature not active!' => 'Funktion inte aktiverad!',
 
203
      'License' => 'Licens',
199
204
      'Take this Customer' => '',
200
205
      'Take this User' => 'V�lj denna anv�ndare',
201
206
      'possible' => 'm�jlig',
202
207
      'reject' => 'Avvisas',
 
208
      'reverse' => '',
203
209
      'Facility' => 'Innr�ttning',
204
210
      'Timeover' => 'Tids�vertr�delse',
205
211
      'Pending till' => 'V�ntande tills',
213
219
      'Cc: (%s) added database email!' => '',
214
220
      '(Click here to add)' => '(Klicka h�r f�r att l�gga till)',
215
221
      'Preview' => 'Forhandsvisning',
 
222
      'Package not correctly deployed! You should reinstall the Package again!' => '',
216
223
      'Added User "%s"' => '',
217
224
      'Contract' => '',
218
225
      'Online Customer: %s' => '',
228
235
      'Sign' => '',
229
236
      'Crypted' => '',
230
237
      'Crypt' => '',
 
238
      'Office' => '',
 
239
      'Phone' => '',
 
240
      'Fax' => '',
 
241
      'Mobile' => '',
 
242
      'Zip' => '',
 
243
      'City' => '',
 
244
      'Country' => '',
 
245
      'installed' => '',
 
246
      'uninstalled' => '',
 
247
      'printed at' => '',
231
248
 
232
249
      # Template: AAAMonth
233
250
      'Jan' => 'jan',
242
259
      'Oct' => 'okt',
243
260
      'Nov' => 'nov',
244
261
      'Dec' => 'dec',
 
262
      'January' => '',
 
263
      'February' => '',
 
264
      'March' => '',
 
265
      'April' => '',
 
266
      'June' => '',
 
267
      'July' => '',
 
268
      'August' => '',
 
269
      'September' => '',
 
270
      'October' => '',
 
271
      'November' => '',
 
272
      'December' => '',
245
273
 
246
274
      # Template: AAANavBar
247
275
      'Admin-Area' => 'Admin-omr�de',
253
281
      'Agent Mailbox' => '',
254
282
      'Stats' => 'Statistik',
255
283
      'Stats-Area' => '',
256
 
      'FAQ-Area' => 'FAQ-omr�de',
257
 
      'FAQ' => '',
258
 
      'FAQ-Search' => '',
259
 
      'FAQ-Article' => '',
260
284
      'New Article' => 'Ny artikel',
261
 
      'FAQ-State' => '',
262
285
      'Admin' => '',
263
286
      'A web calendar' => '',
264
287
      'WebMail' => '',
298
321
      'Spelling Dictionary' => 'Stavningslexikon',
299
322
      'Select your default spelling dictionary.' => 'V�lj standard ordbok for stavningskontroll.',
300
323
      'Max. shown Tickets a page in Overview.' => 'Max. visade �renden per sida i �versikt.',
301
 
      'Can\'t update password, passwords dosn\'t match! Please try it again!' => '',
 
324
      'Can\'t update password, passwords doesn\'t match! Please try it again!' => '',
302
325
      'Can\'t update password, invalid characters!' => '',
303
326
      'Can\'t update password, need min. 8 characters!' => '',
304
327
      'Can\'t update password, need 2 lower and 2 upper characters!' => '',
306
329
      'Can\'t update password, need min. 2 characters!' => '',
307
330
      'Password is needed!' => '',
308
331
 
 
332
      # Template: AAAStats
 
333
      'Stat' => '',
 
334
      'Please fill out the required fields!' => '',
 
335
      'Please select a file!' => '',
 
336
      'Please select an object!' => '',
 
337
      'Please select a graph size!' => '',
 
338
      'Please select one element for the X-axis!' => '',
 
339
      'You have to select two or more attributes from the select field!' => '',
 
340
      'Please select only one element or turn of the button \'Fixed\' where the select field is marked!' => '',
 
341
      'If you use a checkbox you have to select some attributes of the select field!' => '',
 
342
      'Please insert a value in the selected input field or turn off the \'Fixed\' checkbox!' => '',
 
343
      'The selected end time is before the start time!' => '',
 
344
      'You have to select one or more attributes from the select field!' => '',
 
345
      'The selected Date isn\'t valid!' => '',
 
346
      'Please select only one or two elements via the checkbox!' => '',
 
347
      'If you use a time scale element you can only select one element!' => '',
 
348
      'You have an error in your time selection!' => '',
 
349
      'Your reporting time interval is to small, please use a larger time scale!' => '',
 
350
      'The selected start time is before the allowed start time!' => '',
 
351
      'The selected end time is after the allowed end time!' => '',
 
352
      'The selected time period is larger than the allowed time period!' => '',
 
353
      'Common Specification' => '',
 
354
      'Xaxis' => '',
 
355
      'Value Series' => '',
 
356
      'Restrictions' => '',
 
357
      'graph-lines' => '',
 
358
      'graph-bars' => '',
 
359
      'graph-hbars' => '',
 
360
      'graph-points' => '',
 
361
      'graph-lines-points' => '',
 
362
      'graph-area' => '',
 
363
      'graph-pie' => '',
 
364
      'extended' => '',
 
365
      'Agent/Owner' => '',
 
366
      'Created by Agent/Owner' => '',
 
367
      'Created Priority' => '',
 
368
      'Created State' => '',
 
369
      'Create Time' => '',
 
370
      'CustomerUserLogin' => '',
 
371
      'Close Time' => '',
 
372
 
309
373
      # Template: AAATicket
310
374
      'Lock' => 'L�s',
311
375
      'Unlock' => 'L�s upp',
327
391
      'Pending' => 'V�ntande',
328
392
      'Owner' => '�gare',
329
393
      'Owner Update' => '',
 
394
      'Responsible' => '',
 
395
      'Responsible Update' => '',
330
396
      'Sender' => 'Avs�ndare',
331
397
      'Article' => 'Artikel',
332
398
      'Ticket' => '�rende',
333
399
      'Createtime' => 'Tidpunkt f�r skapande',
334
400
      'plain' => 'r�',
335
 
      'eMail' => '',
 
401
      'Email' => '',
336
402
      'email' => '',
337
403
      'Close' => 'St�ng',
338
404
      'Action' => '�tg�rd',
409
475
      'Mark as Spam!' => '',
410
476
      'My Queues' => '',
411
477
      'Shown Tickets' => '',
 
478
      'Your email with ticket number "<OTRS_TICKET>" is merged to "<OTRS_MERGE_TO_TICKET>".' => '',
412
479
      'New ticket notification' => 'Meddelande om nyskapat �rende',
413
480
      'Send me a notification if there is a new ticket in "My Queues".' => '',
414
481
      'Follow up notification' => 'Meddelande om uppf�ljning',
417
484
      'Send me a notification if a ticket is unlocked by the system.' => 'Skicka mig ett meddelande ifall systemet tar bort l�set p� ett �rende.',
418
485
      'Move notification' => 'Meddelande om �ndring av k�',
419
486
      'Send me a notification if a ticket is moved into one of "My Queues".' => '',
420
 
      'Your queue selection of your favorite queues. You also get notified about this queues via email if enabled.' => '',
 
487
      'Your queue selection of your favourite queues. You also get notified about those queues via email if enabled.' => '',
421
488
      'Custom Queue' => 'Utvald k�',
422
489
      'QueueView refresh time' => 'Automatisk uppdateringsintervall f� K�-bild',
423
490
      'Screen after new ticket' => 'Sk�rm efter inmatning av nytt �rende',
425
492
      'Closed Tickets' => 'L�sta �renden',
426
493
      'Show closed tickets.' => 'Visa l�sta �renden.',
427
494
      'Max. shown Tickets a page in QueueView.' => 'Max. visade �renden per sida i K�-bild.',
 
495
      'CompanyTickets' => '',
 
496
      'MyTickets' => '',
 
497
      'New Ticket' => '',
 
498
      'Create new Ticket' => '',
 
499
      'Customer called' => '',
 
500
      'phone call' => '',
428
501
      'Responses' => 'Svar',
429
502
      'Responses <-> Queue' => '',
430
503
      'Auto Responses' => '',
484
557
      'to get the first 5 lines of the email' => 'f�r att f� fram de f�rsta 5 raderna av emailen',
485
558
      'to get the from line of the email' => 'f�r att f� fram avs�ndarraden i emailen',
486
559
      'to get the realname of the sender (if given)' => 'f�r att f� fram avs�ndarens fulla namn (om m�jligt)',
487
 
      'Options of the ticket data (e. g. &lt;OTRS_TICKET_Number&gt;, &lt;OTRS_TICKET_ID&gt;, &lt;OTRS_TICKET_Queue&gt;, &lt;OTRS_TICKET_State&gt;)' => '',
 
560
      'Options of the ticket data (e. g. <OTRS_TICKET_Number>, <OTRS_TICKET_ID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)' => '',
 
561
      'Config options (e. g. <OTRS_CONFIG_HttpType>)' => 'Konfigurationsval (t.ex. <OTRS_CONFIG_HttpType>)',
488
562
 
489
563
      # Template: AdminCustomerUserForm
490
564
      'The message being composed has been closed.  Exiting.' => 'Det tilh�rande redigeringsf�nstret har st�ngts. Avslutar.',
496
570
      'Source' => 'K�lla',
497
571
      'This values are read only.' => '',
498
572
      'This values are required.' => '',
499
 
      'Customer user will be needed to have an customer histor and to to login via customer panels.' => '',
 
573
      'Customer user will be needed to have a customer history and to login via customer panel.' => '',
500
574
 
501
575
      # Template: AdminCustomerUserGroupChangeForm
502
576
      'Customer Users <-> Groups Management' => '',
533
607
      'Customer User Login' => 'kundanv�ndare loginnamn',
534
608
      '(e. g. U5150)' => 't.ex. U5150',
535
609
      'Agent' => '',
536
 
      'TicketFreeText' => '',
537
610
      'Ticket Lock' => '',
 
611
      'TicketFreeFields' => '',
538
612
      'Times' => 'Tider',
539
613
      'No time settings.' => 'Inga tidsinst�llningar.',
540
614
      'Ticket created' => '�rende skapat',
547
621
      'New Customer' => '',
548
622
      'New Ticket Lock' => '',
549
623
      'CustomerUser' => 'Kundanv�ndare',
 
624
      'New TicketFreeFields' => '',
550
625
      'Add Note' => 'L�gg till anteckning',
551
626
      'CMD' => '',
552
627
      'This command will be executed. ARG[0] will be the ticket number. ARG[1] the ticket id.' => '',
553
628
      'Delete tickets' => '',
554
629
      'Warning! This tickets will be removed from the database! This tickets are lost!' => '',
555
 
      'Modules' => '',
 
630
      'Send Notification' => '',
556
631
      'Param 1' => '',
557
632
      'Param 2' => '',
558
633
      'Param 3' => '',
559
634
      'Param 4' => '',
560
635
      'Param 5' => '',
561
636
      'Param 6' => '',
 
637
      'Send no notifications' => '',
 
638
      'Yes means, send no agent and customer notifications on changes.' => '',
 
639
      'No means, send agent and customer notifications on changes.' => '',
562
640
      'Save' => '',
 
641
      '%s Tickets affected! Do you really want to use this job?' => '',
563
642
 
564
643
      # Template: AdminGroupForm
565
644
      'Group Management' => 'grupphantering',
580
659
      'Notification Management' => 'Meddelandehantering',
581
660
      'Notification' => '',
582
661
      'Notifications are sent to an agent or a customer.' => 'Meddelanden skickats till agenter eller kunder.',
583
 
      'Config options (e. g. &lt;OTRS_CONFIG_HttpType&gt;)' => 'Konfigurationsval (t.ex. &lt;OTRS_CONFIG_HttpType&gt;)',
584
 
      'Ticket owner options (e. g. &lt;OTRS_OWNER_USERFIRSTNAME&gt;)' => 'ger tillgang till data f�r agenten som st�r som �gare till �rendet (t.ex. &lt;OTRS_OWNER_USERFIRSTNAME&gt;)',
585
 
      'Options of the current user who requested this action (e. g. &lt;OTRS_CURRENT_USERFIRSTNAME&gt;)' => 'ger tillg�ng till data f�r agenten som utf�r handlingen (t.ex. &lt;OTRS_CURRENT_USERFIRSTNAME&gt;)',
586
 
      'Options of the current customer user data (e. g. &lt;OTRS_CUSTOMER_DATA_USERFIRSTNAME&gt;)' => 'ger tillg�ng till data f�r g�llande kund (t.ex. &lt;OTRS_CUSTOMER_DATA_USERFIRSTNAME&gt;)',
 
662
      'Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)' => 'ger tillgang till data f�r agenten som st�r som �gare till �rendet (t.ex. <OTRS_OWNER_UserFirstname>)',
 
663
      'Options of the current user who requested this action (e. g. <OTRS_CURRENT_UserFirstname>)' => 'ger tillg�ng till data f�r agenten som utf�r handlingen (t.ex. <OTRS_CURRENT_UserFirstname>)',
 
664
      'Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_UserFirstname>)' => 'ger tillg�ng till data f�r g�llande kund (t.ex. <OTRS_CUSTOMER_DATA_UserFirstname>)',
 
665
      'Options of the ticket data (e. g. <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_ID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)' => '',
587
666
 
588
667
      # Template: AdminPackageManager
589
668
      'Package Manager' => '',
590
669
      'Uninstall' => '',
591
 
      'Verion' => '',
 
670
      'Version' => '',
592
671
      'Do you really want to uninstall this package?' => '',
 
672
      'Reinstall' => '',
 
673
      'Do you really want to reinstall this package (all manual changes get lost)?' => '',
593
674
      'Install' => '',
594
675
      'Package' => '',
595
676
      'Online Repository' => '',
596
 
      'Version' => '',
597
677
      'Vendor' => '',
598
678
      'Upgrade' => '',
599
679
      'Local Repository' => '',
601
681
      'Overview' => '�versikt',
602
682
      'Download' => '',
603
683
      'Rebuild' => '',
604
 
      'Reinstall' => '',
 
684
      'Download file from package!' => '',
 
685
      'Required' => '',
 
686
      'PrimaryKey' => '',
 
687
      'AutoIncrement' => '',
 
688
      'SQL' => '',
 
689
      'Diff' => '',
 
690
 
 
691
      # Template: AdminPerformanceLog
 
692
      'Performance Log' => '',
 
693
      'Logfile too large!' => '',
 
694
      'Logfile too large, you need to reset it!' => '',
 
695
      'Range' => '',
 
696
      'Interface' => '',
 
697
      'Requests' => '',
 
698
      'Min Response' => '',
 
699
      'Max Response' => '',
 
700
      'Average Response' => '',
605
701
 
606
702
      # Template: AdminPGPForm
607
703
      'PGP Management' => '',
612
708
      'Expires' => '',
613
709
      'In this way you can directly edit the keyring configured in SysConfig.' => '',
614
710
 
615
 
      # Template: AdminPOP3Form
 
711
      # Template: AdminPOP3
616
712
      'POP3 Account Management' => 'Administration av POP3-Konto',
617
713
      'Host' => '',
 
714
      'List' => '',
618
715
      'Trusted' => 'Betrodd',
619
716
      'Dispatching' => 'F�rdelning',
620
717
      'All incoming emails with one account will be dispatched in the selected queue!' => 'Inkommande email fr�n POP3-konton sorteras till vald k�!',
621
 
      'If your account is trusted, the already existing x-otrs header at arrival time (for priority, ...) will be used! PostMaster filter will be used anyway.' => '',
 
718
      'If your account is trusted, the already existing X-OTRS header at arrival time (for priority, ...) will be used! PostMaster filter will be used anyway.' => '',
622
719
 
623
720
      # Template: AdminPostMasterFilter
624
721
      'PostMaster Filter Management' => '',
633
730
      # Template: AdminQueueAutoResponseForm
634
731
      'Queue <-> Auto Responses Management' => '',
635
732
 
636
 
      # Template: AdminQueueAutoResponseTable
637
 
 
638
733
      # Template: AdminQueueForm
639
734
      'Queue Management' => 'K�hantering',
640
735
      'Sub-Queue of' => 'Underk� till',
649
744
      'Customer State Notify' => 'Meddelande om status�ndring f�r Kund',
650
745
      'Customer Owner Notify' => 'Meddelande om byte av �gare av Kund',
651
746
      'If an agent locks a ticket and he/she will not send an answer within this time, the ticket will be unlock automatically. So the ticket is viewable for all other agents.' => 'Ifall ett �rende som �r l�st av en agent men �nd� inte blir besvarat inom denna tid, kommer l�set automatiskt att tas bort.',
652
 
      'If a ticket will not be answered in thos time, just only this ticket will be shown.' => 'Ifall ett �rende inte blir besvarat inom denna tid, visas enbart detta �rende.',
 
747
      'If a ticket will not be answered in this time, just only this ticket will be shown.' => 'Ifall ett �rende inte blir besvarat inom denna tid, visas enbart detta �rende.',
653
748
      'If a ticket is closed and the customer sends a follow up the ticket will be locked for the old owner.' => 'Ifall en kund skickar uppf�ljningsmail p� ett l�st �rende, blir �rendet l�st till f�rra �garen.',
654
749
      'Will be the sender address of this queue for email answers.' => 'Avs�ndaradress f�r email i denna K�.',
655
750
      'The salutation for email answers.' => 'H�lsningsfras f�r email-svar.',
707
802
      # Template: AdminSalutationForm
708
803
      'Salutation Management' => 'Hantering av H�lsningsfraser',
709
804
      'customer realname' => 'Fullt kundnamn',
 
805
      'All Agent variables.' => '',
710
806
      'for agent firstname' => 'f�r agents f�rnamn',
711
807
      'for agent lastname' => 'f�r agents efternamn',
712
808
      'for agent user id' => 'f�r agents anv�ndar-id',
714
810
 
715
811
      # Template: AdminSelectBoxForm
716
812
      'Select Box' => 'SQL-access',
717
 
      'SQL' => '',
718
813
      'Limit' => '',
719
814
      'Select Box Result' => 'Select Box Resultat',
720
815
 
724
819
      'Uniq' => '',
725
820
      'kill all sessions' => 'Terminera alla sessioner',
726
821
      'Session' => '',
 
822
      'Content' => '',
727
823
      'kill session' => 'Terminera session',
728
824
 
729
825
      # Template: AdminSignatureForm
730
826
      'Signature Management' => 'Signaturhantering',
731
827
 
732
828
      # Template: AdminSMIMEForm
733
 
      'SMIME Management' => '',
 
829
      'S/MIME Management' => '',
734
830
      'Add Certificate' => '',
735
831
      'Add Private Key' => '',
736
832
      'Secret' => '',
756
852
      # Template: AdminSysConfigEdit
757
853
      'Config Options' => '',
758
854
      'Default' => '',
759
 
      'Content' => '',
760
855
      'New' => 'Nytt',
761
856
      'New Group' => '',
762
857
      'Group Ro' => '',
763
858
      'New Group Ro' => '',
764
859
      'NavBarName' => '',
 
860
      'NavBar' => '',
765
861
      'Image' => '',
766
862
      'Prio' => '',
767
863
      'Block' => '',
768
 
      'NavBar' => '',
769
864
      'AccessKey' => '',
770
865
 
771
866
      # Template: AdminSystemAddressForm
772
867
      'System Email Addresses Management' => 'Hantera System-emailadresser',
773
 
      'Email' => '',
774
868
      'Realname' => 'Fullst�ndigt namn',
775
869
      'All incoming emails with this "Email" (To:) will be dispatched in the selected queue!' => 'Alla inkommande mail till denna adressat (To:) delas ut till vald k�.',
776
870
 
777
871
      # Template: AdminUserForm
778
872
      'User Management' => 'Anv�ndarhantering',
 
873
      'Login as' => '',
779
874
      'Firstname' => 'F�rnamn',
780
875
      'Lastname' => 'Efternamn',
781
876
      'User will be needed to handle tickets.' => 'Anv�ndare kr�vs f�r att hantera �renden.',
805
900
      'Select' => 'V�lj',
806
901
      'Results' => 'Resultat',
807
902
      'Total hits' => 'Totalt hittade',
808
 
      'Site' => 'plats',
 
903
      'Page' => 'Sida',
809
904
      'Detail' => '',
810
905
 
811
906
      # Template: AgentLookup
823
918
      'or' => 'eller',
824
919
      'Apply these changes' => 'Verkst�ll �ndringar',
825
920
 
 
921
      # Template: AgentStatsDelete
 
922
      'Do you really want to delete this Object?' => '',
 
923
 
 
924
      # Template: AgentStatsEditRestrictions
 
925
      'Select the restrictions to characterise the stat' => '',
 
926
      'Fixed' => '',
 
927
      'Please select only one Element or turn of the button \'Fixed\'.' => '',
 
928
      'Absolut Period' => '',
 
929
      'Between' => '',
 
930
      'Relative Period' => '',
 
931
      'The last' => '',
 
932
      'Finish' => '',
 
933
      'Here you can make restrictions to your stat.' => '',
 
934
      'If you remove the hook in the "Fixed" checkbox, the agent generating the stat can change the attributs of the corresponding element.' => '',
 
935
 
 
936
      # Template: AgentStatsEditSpecification
 
937
      'Insert of the common specifications' => '',
 
938
      'Permissions' => '',
 
939
      'Format' => '',
 
940
      'Graphsize' => '',
 
941
      'Sum rows' => '',
 
942
      'Sum columns' => '',
 
943
      'Cache' => '',
 
944
      'Required Field' => '',
 
945
      'Selection needed' => '',
 
946
      'Explanation' => '',
 
947
      'In this form you can select the basic specifications.' => '',
 
948
      'Attribute' => '',
 
949
      'Title of the stat.' => '',
 
950
      'Here you can insert a description of the stat.' => '',
 
951
      'Dynamic-Object' => '',
 
952
      'Here you can select the dynamic object you want to use.' => '',
 
953
      '(Note: It depends on your installation how many dynamic objects you can use)' => '',
 
954
      'Static-File' => '',
 
955
      'For very complex stats it is possible to include a hardcoded file.' => '',
 
956
      'If a new hardcoded file is available this attribute will be shown and you can select one.' => '',
 
957
      'Permission settings. You can select one or more groups to make the configurated stat visible for different agents.' => '',
 
958
      'Multiple selection of the output format.' => '',
 
959
      'If you use a graph as output format you have to select at least one graph size.' => '',
 
960
      'If you need the sum of every row select yes' => '',
 
961
      'If you need the sum of every column select yes.' => '',
 
962
      'Most of the stats can be cached. This will speed up the presentation of this stat.' => '',
 
963
      '(Note: Useful for big databases and low performance server)' => '',
 
964
      'With an invalid stat it isn\'t feasible to generate a stat.' => '',
 
965
      'This is useful if you want that no one can get the result of the stat or the stat isn\'t ready configurated.' => '',
 
966
 
 
967
      # Template: AgentStatsEditValueSeries
 
968
      'Select the elements for the value series' => '',
 
969
      'Scale' => '',
 
970
      'minimal' => '',
 
971
      'Please remember, that the scale for value series has to be larger than the scale for the X-axis (e.g. X-Axis => Month, ValueSeries => Year).' => '',
 
972
      'Here you can the value series. You have the possibility to select one or two elements. Then you can select the attributes of elements. Each attribute will be shown as single value series. If you don\'t select any attribute all attributes of the element will be used if you generate a stat. As well a new attribute is added since the last configuration.' => '',
 
973
 
 
974
      # Template: AgentStatsEditXaxis
 
975
      'Select the element, which will be used at the X-axis' => '',
 
976
      'maximal period' => '',
 
977
      'minimal scale' => '',
 
978
      'Here you can define the x-axis. You can select one element via the radio button. Than you you have to select two or more attributes of the element. If you make no selection all attributes of the element will be used if you generate a stat. As well a new attribute is added since the last configuration.' => '',
 
979
 
 
980
      # Template: AgentStatsImport
 
981
      'Import' => '',
 
982
      'File is not a Stats config' => '',
 
983
      'No File selected' => '',
 
984
 
 
985
      # Template: AgentStatsOverview
 
986
      'Object' => '',
 
987
 
 
988
      # Template: AgentStatsPrint
 
989
      'Print' => 'Skriv ut',
 
990
      'No Element selected.' => '',
 
991
 
 
992
      # Template: AgentStatsView
 
993
      'Export Config' => '',
 
994
      'Informations about the Stat' => '',
 
995
      'Exchange Axis' => '',
 
996
      'Configurable params of static stat' => '',
 
997
      'No element selected.' => '',
 
998
      'maximal period form' => '',
 
999
      'to' => '',
 
1000
      'Start' => '',
 
1001
      'With the input and select fields you can configurate the stat at your needs. Which elements of a stat you can edit depends on your stats administrator who configurated the stat.' => '',
 
1002
 
826
1003
      # Template: AgentTicketBounce
827
1004
      'A message should have a To: recipient!' => 'Ett meddelande m�ste ha en mottagare i Till:-f�ltet!',
828
1005
      'You need a email address (e. g. customer@example.com) in To:!' => 'I Till-f�ltet m�ste anges en giltig emailadress (t.ex. kund@exempeldomain.se)!',
830
1007
      'Bounce to' => 'Skicka �ver till',
831
1008
      'Next ticket state' => 'N�sta �rendestatus',
832
1009
      'Inform sender' => 'Informera avs�ndare',
833
 
      'Your email with ticket number "<OTRS_TICKET>" is bounced to "<OTRS_BOUNCE_TO>". Contact this address for further informations.' => 'Emailen med �rendenummer "<OTRS_TICKET>" har skickats �ver till "<OTRS_BOUNCE_TO>". V�nligen kontakta denna adress f�r vidare h�nvisningar.',
834
1010
      'Send mail!' => 'Skicka mail!',
835
1011
 
836
1012
      # Template: AgentTicketBulk
844
1020
      'A message should have a body!' => 'Ett meddelande m�ste inneh�lla en meddelandetext!',
845
1021
      'You need to account time!' => 'Du m�ste redovisa tiden!',
846
1022
      'Close ticket' => 'St�ng �rende',
847
 
      'Note Text' => 'Anteckingstext',
848
 
      'Close type' => 'St�ngningstillst�nd',
 
1023
      'Ticket locked!' => '�rendet l�st',
 
1024
      'Ticket unlock!' => '�rendet uppl�st',
 
1025
      'Previous Owner' => 'Tidigare �gare',
 
1026
      'Inform Agent' => '',
 
1027
      'Optional' => '',
 
1028
      'Inform involved Agents' => '',
 
1029
      'Attach' => 'Bifoga',
 
1030
      'Pending date' => 'V�ntande datum',
849
1031
      'Time units' => 'Tidsenheter',
850
 
      ' (work units)' => ' (arbetsenheter)',
851
1032
 
852
1033
      # Template: AgentTicketCompose
853
1034
      'A message must be spell checked!' => 'Stavningskontroll m�ste utf�ras p� alla meddelanden!',
854
1035
      'Compose answer for ticket' => 'F�rfatta svar till �rende',
855
 
      'Attach' => 'Bifoga',
856
1036
      'Pending Date' => 'V�ntar till',
857
1037
      'for pending* states' => 'f�r v�ntetillst�nd',
858
1038
 
871
1051
      # Template: AgentTicketEmail
872
1052
      'Compose Email' => 'Skriv email',
873
1053
      'new ticket' => 'Nytt �rende',
 
1054
      'Refresh' => '',
874
1055
      'Clear To' => '',
875
1056
      'All Agents' => 'Alla agenter',
876
 
      'Termin1' => '',
877
1057
 
878
1058
      # Template: AgentTicketForward
879
1059
      'Article type' => 'Artikeltyp',
885
1065
      'History of' => 'Historik f�r',
886
1066
 
887
1067
      # Template: AgentTicketLocked
888
 
      'Ticket locked!' => '�rendet l�st',
889
 
      'Ticket unlock!' => '�rendet uppl�st',
890
1068
 
891
1069
      # Template: AgentTicketMailbox
892
1070
      'Mailbox' => '',
893
1071
      'Tickets' => '�renden',
 
1072
      'of' => 'av',
 
1073
      'Filter' => '',
894
1074
      'All messages' => 'Alla meddelanden',
895
1075
      'New messages' => 'Nya meddelanden',
896
1076
      'Pending messages' => 'V�ntande meddelanden',
905
1085
      'You need to use a ticket number!' => '',
906
1086
      'Ticket Merge' => '',
907
1087
      'Merge to' => '',
908
 
      'Your email with ticket number "<OTRS_TICKET>" is merged to "<OTRS_MERGE_TO_TICKET>".' => '',
909
1088
 
910
1089
      # Template: AgentTicketMove
911
 
      'Queue ID' => 'K�-id',
912
1090
      'Move Ticket' => 'Flytta �rende',
913
 
      'Previous Owner' => 'Tidigare �gare',
914
1091
 
915
1092
      # Template: AgentTicketNote
916
1093
      'Add note to ticket' => 'L�gg till anteckning till �rende',
917
 
      'Inform Agent' => '',
918
 
      'Optional' => '',
919
 
      'Inform involved Agents' => '',
920
1094
 
921
1095
      # Template: AgentTicketOwner
922
1096
      'Change owner of ticket' => '�ndra ett �rendes �gare',
923
 
      'Message for new Owner' => 'Meddelande till ny �gare',
924
1097
 
925
1098
      # Template: AgentTicketPending
926
1099
      'Set Pending' => 'Markera som v�ntande',
927
 
      'Pending type' => 'V�ntande typ',
928
 
      'Pending date' => 'V�ntande datum',
929
1100
 
930
1101
      # Template: AgentTicketPhone
931
1102
      'Phone call' => 'Telefonsamtal',
932
 
 
933
 
      # Template: AgentTicketPhoneNew
934
1103
      'Clear From' => 'Nollst�ll Fr�n:',
 
1104
      'Create' => '',
 
1105
 
 
1106
      # Template: AgentTicketPhoneOutbound
935
1107
 
936
1108
      # Template: AgentTicketPlain
937
1109
      'Plain' => 'Enkel',
952
1124
 
953
1125
      # Template: AgentTicketQueue
954
1126
      'Tickets shown' => '�renden som visas',
955
 
      'Page' => 'Sida',
956
1127
      'Tickets available' => 'Tillg�ngliga �renden',
957
1128
      'All tickets' => 'Alla �renden',
958
1129
      'Queues' => 'K�er',
967
1138
 
968
1139
      # Template: AgentTicketQueueTicketViewLite
969
1140
 
 
1141
      # Template: AgentTicketResponsible
 
1142
      'Change responsible of ticket' => '',
 
1143
 
970
1144
      # Template: AgentTicketSearch
971
1145
      'Ticket Search' => '�rende-s�k',
972
1146
      'Profile' => 'Profil',
973
1147
      'Search-Template' => 'S�kmall',
 
1148
      'TicketFreeText' => '',
974
1149
      'Created in Queue' => '',
975
1150
      'Result Form' => 'Resultatbild',
976
1151
      'Save Search-Profile as Template?' => 'Spara s�kkriterier som mall?',
977
1152
      'Yes, save it with name' => 'Ja, spara med namn',
978
 
      'Customer history search' => 'Kundhistorik',
979
 
      'Customer history search (e. g. "ID342425").' => 'S�k efter kundhistorik (t.ex. "ID342425").',
980
 
      'No * possible!' => 'Wildcards * inte till�tna!',
981
1153
 
982
1154
      # Template: AgentTicketSearchResult
983
1155
      'Search Result' => 'S�keresultat',
984
1156
      'Change search options' => '�ndra s�kinst�llningar',
985
1157
 
986
1158
      # Template: AgentTicketSearchResultPrint
987
 
      '"}' => '',
988
1159
 
989
1160
      # Template: AgentTicketSearchResultShort
990
1161
      'sort upward' => 'Sortera stigande',
997
1168
      'Open Tickets' => '',
998
1169
 
999
1170
      # Template: AgentTicketZoom
 
1171
      'Locked' => '',
1000
1172
      'Split' => 'Dela',
1001
1173
 
1002
 
      # Template: AgentTicketZoomStatus
1003
 
      'Locked' => '',
 
1174
      # Template: AgentWindowTab
1004
1175
 
1005
1176
      # Template: AgentWindowTabStart
1006
1177
 
1019
1190
      # Template: CustomerError
1020
1191
      'Traceback' => '',
1021
1192
 
1022
 
      # Template: CustomerFAQ
1023
 
      'Print' => 'Skriv ut',
1024
 
      'Keywords' => 'Nyckelord',
1025
 
      'Symptom' => '',
1026
 
      'Problem' => '',
1027
 
      'Solution' => 'L�sning',
1028
 
      'Modified' => '�ndrat',
1029
 
      'Last update' => 'Senast �ndrat',
1030
 
      'FAQ System History' => '',
1031
 
      'modified' => '',
1032
 
      'FAQ Search' => 'FAQ S�k',
1033
 
      'Fulltext' => 'Fritext',
1034
 
      'Keyword' => 'Nyckelord',
1035
 
      'FAQ Search Result' => 'FAQ S�kresultat',
1036
 
      'FAQ Overview' => 'FAQ �versikt',
1037
 
 
1038
1193
      # Template: CustomerFooter
1039
1194
      'Powered by' => '',
1040
1195
 
1056
1211
      # Template: CustomerPreferencesForm
1057
1212
 
1058
1213
      # Template: CustomerStatusView
1059
 
      'of' => 'av',
1060
1214
 
1061
1215
      # Template: CustomerTicketMessage
1062
1216
 
1063
 
      # Template: CustomerTicketMessageNew
1064
 
 
1065
1217
      # Template: CustomerTicketSearch
1066
1218
 
1067
1219
      # Template: CustomerTicketSearchResultCSV
1077
1229
      # Template: Error
1078
1230
      'Click here to report a bug!' => 'Klicka h�r f�r att rapportera ett fel!',
1079
1231
 
1080
 
      # Template: FAQ
1081
 
      'Comment (internal)' => 'Kommentar (intern)',
1082
 
      'A article should have a title!' => '',
1083
 
      'New FAQ Article' => '',
1084
 
      'Do you really want to delete this Object?' => '',
1085
 
      'System History' => '',
1086
 
 
1087
 
      # Template: FAQCategoryForm
1088
 
      'Name is required!' => '',
1089
 
      'FAQ Category' => 'FAQ Kategori',
1090
 
 
1091
 
      # Template: FAQLanguageForm
1092
 
      'FAQ Language' => 'FAQ Spr�k',
1093
 
 
1094
1232
      # Template: Footer
1095
 
      'QueueView' => 'K�er',
1096
 
      'PhoneView' => 'Tel.samtal',
1097
1233
      'Top of Page' => 'B�rjan av sidan',
1098
1234
 
1099
1235
      # Template: FooterSmall
1114
1250
      'default \'hot\'' => '',
1115
1251
      'DB connect host' => '',
1116
1252
      'Database' => '',
1117
 
      'Create' => '',
1118
1253
      'false' => '',
1119
1254
      'SystemID' => '',
1120
1255
      '(The identify of the system. Each ticket number and each http session id starts with this number)' => '(Unikt id f�r detta system.  Alla �rendenummer och http-sesssionsid b�rjar med denna id)',
1143
1278
      'Your OTRS Team' => 'Ditt OTRS-Team',
1144
1279
 
1145
1280
      # Template: Login
 
1281
      'Welcome to %s' => 'V�lkommen till %s',
1146
1282
 
1147
1283
      # Template: Motd
1148
1284
 
1160
1296
 
1161
1297
      # Template: Redirect
1162
1298
 
1163
 
      # Template: SystemStats
1164
 
      'Format' => '',
1165
 
 
1166
1299
      # Template: Test
1167
1300
      'OTRS Test Page' => 'OTRS Test-sida',
1168
1301
      'Counter' => '',
1171
1304
      # Misc
1172
1305
      'OTRS DB connect host' => '',
1173
1306
      'Create Database' => 'Skapa databas',
 
1307
      ' (work units)' => ' (arbetsenheter)',
1174
1308
      'DB Host' => 'DB host',
1175
1309
      'Change roles <-> groups settings' => '',
1176
1310
      'Ticket Number Generator' => '�rende-nummergenerator',
1177
1311
      '(Ticket identifier. Some people want toset this to e. g. \'Ticket#\', \'Call#\' or \'MyTicket#\')' => '',
1178
1312
      'In this way you can directly edit the keyring configured in Kernel/Config.pm.' => '',
 
1313
      'Symptom' => '',
 
1314
      'Site' => 'plats',
1179
1315
      'Change users <-> roles settings' => '',
 
1316
      'Customer history search (e. g. "ID342425").' => 'S�k efter kundhistorik (t.ex. "ID342425").',
1180
1317
      'Ticket Hook' => '',
1181
1318
      'Close!' => 'St�ng!',
1182
1319
      'Subgroup \'' => '',
1183
1320
      'TicketZoom' => '�rende Zoom',
1184
1321
      'Don\'t forget to add a new user to groups!' => 'Gl�m inte att l�gga in en ny anv�ndare i en grupp!',
1185
 
      'License' => 'Licens',
1186
1322
      'CreateTicket' => 'Skapa �rende',
1187
1323
      'OTRS DB Name' => 'OTRS DB namn',
1188
1324
      'System Settings' => 'Systeminst�llningar',
1189
1325
      'Hours' => '',
1190
1326
      'Finished' => 'Klar',
1191
1327
      'Days' => '',
 
1328
      'Queue ID' => 'K�-id',
 
1329
      'A article should have a title!' => '',
 
1330
      'System History' => '',
 
1331
      'Modules' => '',
 
1332
      'Keyword' => 'Nyckelord',
 
1333
      'Close type' => 'St�ngningstillst�nd',
1192
1334
      'DB Admin User' => 'DB Adminanv�ndare',
1193
1335
      'Article time' => '',
1194
 
      'Options of the ticket data (e. g. &lt;OTRS_TICKET_TicketNumber&gt;, &lt;OTRS_TICKET_TicketID&gt;, &lt;OTRS_TICKET_Queue&gt;, &lt;OTRS_TICKET_State&gt;)' => '',
 
1336
      'Options of the ticket data (e. g. <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_TicketID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)' => '',
1195
1337
      'Change user <-> group settings' => '�ndra anv�ndar- <-> grupp-inst�llningar',
 
1338
      'Name is required!' => '',
 
1339
      'Problem' => '',
1196
1340
      'for ' => '',
1197
1341
      'DB Type' => 'DB typ',
1198
1342
      'next step' => 'n�sta steg',
 
1343
      'Termin1' => '',
 
1344
      'Customer history search' => 'Kundhistorik',
1199
1345
      'FIXME: WHAT IS PGP?' => '',
 
1346
      'Solution' => 'L�sning',
1200
1347
      'Admin-Email' => 'Admin-email',
 
1348
      'QueueView' => 'K�er',
1201
1349
      'Create new database' => 'Skapa ny databas',
 
1350
      'Your email with ticket number "<OTRS_TICKET>" is bounced to "<OTRS_BOUNCE_TO>". Contact this address for further informations.' => 'Emailen med �rendenummer "<OTRS_TICKET>" har skickats �ver till "<OTRS_BOUNCE_TO>". V�nligen kontakta denna adress f�r vidare h�nvisningar.',
1202
1351
      '\' ' => '',
 
1352
      'modified' => '',
1203
1353
      'Delete old database' => 'Radera gammal databas',
 
1354
      'Keywords' => 'Nyckelord',
1204
1355
      'Typ' => '',
 
1356
      'Note Text' => 'Anteckingstext',
 
1357
      'No * possible!' => 'Wildcards * inte till�tna!',
1205
1358
      'OTRS DB User' => 'OTRS DB anv�ndare',
1206
1359
      'Options ' => '',
 
1360
      'PhoneView' => 'Tel.samtal',
1207
1361
      'FIXME: WHAT IS SMIME?' => '',
 
1362
      'Verion' => '',
 
1363
      'Message for new Owner' => 'Meddelande till ny �gare',
1208
1364
      'OTRS DB Password' => 'OTRS DB l�senord',
 
1365
      'Last update' => 'Senast �ndrat',
1209
1366
      'DB Admin Password' => 'DB Adminl�senord',
1210
1367
      'Drop Database' => 'Radera databas',
 
1368
      'Pending type' => 'V�ntande typ',
 
1369
      'Comment (internal)' => 'Kommentar (intern)',
1211
1370
      'Minutes' => '',
1212
1371
      '(Used ticket number format)' => '(Valt format f�r �rendenummer)',
1213
 
      'FAQ History' => '',
1214
 
      'Package not correctly deployed, you need to deploy it again!' => '',
1215
 
      'Customer called' => '',
1216
 
      'Phone' => '',
1217
 
      'Office' => '',
1218
 
      'CompanyTickets' => '',
1219
 
      'MyTickets' => '',
1220
 
      'New Ticket' => '',
1221
 
      'Create new Ticket' => '',
1222
 
      'installed' => '',
1223
 
      'uninstalled' => '',
 
1372
      'Fulltext' => 'Fritext',
 
1373
      'Modified' => '�ndrat',
 
1374
      'Watched Tickets' => '',
 
1375
      'Watched' => '',
 
1376
      'Subscribe' => '',
 
1377
      'Unsubscribe' => '',
1224
1378
    };
1225
1379
    # $$STOP$$
1226
1380
}
1227
 
# --
 
1381
 
1228
1382
1;