File: sv.po

package info (click to toggle)
gnome-authenticator 3.32.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,768 kB
  • sloc: python: 1,936; xml: 19; sh: 13; makefile: 3
file content (729 lines) | stat: -rw-r--r-- 19,777 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-20 05:14+0200\n"
"PO-Revision-Date: 2019-01-01 16:01+0000\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/authenticator/"
"translation/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.4-dev\n"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:6
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in.in:3
#: src/Authenticator/application.py.in:37
msgid "Authenticator"
msgstr "Authenticator"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:7
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in.in:5
msgid "Two-factor authentication code generator"
msgstr "Generator för tvåfaktorsautentiseringskoder"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:9
msgid ""
"Simple application that generates a two-factor authentication code, created "
"for GNOME."
msgstr ""
"Enkelt program som genererar en tvåfaktorsautentiseringskod, skapat för "
"GNOME."

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:10
msgid "Features:"
msgstr "Funktioner:"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:12
msgid "QR code scanner"
msgstr "QR-kodläsare"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:13
msgid "Beautiful UI"
msgstr "Vackert användargränssnitt"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:14
msgid "Huge database of more than 560 supported services"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:15
#, fuzzy
msgid "Keep your PIN tokens secure by locking the application with a password"
msgstr "Möjlighet att låsa programmet med ett lösenord"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:16
msgid "Automtically fetch an image for services using their favicon"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:17
msgid "The possibility to add new services"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:37
msgid ""
"New 3.31 beta is out! Here's an overview of what changed Please backup your "
"accounts before updating to the latest version and restore the data after "
"update."
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:42
msgid "New settings window"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:43
msgid "Download provider images using their favicon if possible"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:44
msgid "Night Light feature: not working yet!"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:45
msgid ""
"The possiblity to enable/disable a password without having to reset "
"everything"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:46
msgid ""
"You can now add new providers and set images for providers that we didn't "
"find an icon for"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:47
msgid "Mobile ready"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:48
msgid "New icon by Tobias"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:49
msgid "Bunch of fixed bugs"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:55
msgid ""
"Since I have moved the application to GOME Gitlab's World group, a Flatpak "
"build for each new commit is available to download from the site's website."
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:59
msgid "Backup and restore from a basic JSON file"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:60
#, fuzzy
msgid "Backup and restore from an encrypted-GPG JSON file"
msgstr "från en OpenPGP-krypterad JSON-fil"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:61
msgid "Add andOTP support (free and open Android 2FA application)"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:62
msgid "New Settings Widow with 3 sections: appearance, behavior and backup"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:63
msgid "Fix Flatpak Build with the latest GNOME Runtime"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:64
msgid "Move the project to GOME Gitlab's World group"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:71
msgid "GNOME Shell Search provider"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:72
msgid "Codes expire simultaneously #91"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:79
msgid "Revamped main window to more closely follow the GNOME HIG"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:80
msgid "Revamped add a new account window to make it easier to use"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:81
msgid ""
"Possibility to add an account from a provider not listed in the shipped "
"database"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:82
msgid "Possibilty to edit an account"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:83
msgid "One Time Password now visible by default"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:90
msgid "Fix python-dbus by using GDbus instead"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:97
msgid "Fix the QRScanner on GNOME Shell"
msgstr "Fixa QR-läsaren i GNOME Shell"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:98
msgid "Add a new entry for the account's username"
msgstr "Lägg till en ny post för kontots användarnamn"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:99
msgid "Updated database of supported accounts"
msgstr "Uppdaterad databas över konton som stöds"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:106
msgid "HOTFIX: App not running in DE other than GNOME"
msgstr "SNABBFIX: Programmet gick inte köra annat än i GNOME"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:113
msgid "Rename project to Authenticator"
msgstr "Byt namn på projektet till Authenticator"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:114
msgid "Cleaner code base"
msgstr "Renare kodbas"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:115
msgid "Faster startup"
msgstr "Snabbare uppstart"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:116
msgid "Remove unneeded features"
msgstr "Ta bort onödiga funktioner"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:117
msgid "Switch to pyzbar instead of zbarlight"
msgstr "Växla till pyzbar istället för zbarlight"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:118
msgid "Flatpak package"
msgstr "Flatpak-paket"

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in.in:134
msgid "Bilal Elmoussaoui"
msgstr "Bilal Elmoussaoui"

#: data/com.github.bilelmoussaoui.Authenticator.desktop.in.in:4
msgid "Two-factor authentication"
msgstr "Tvåfaktorsautentisering"

#: data/com.github.bilelmoussaoui.Authenticator.desktop.in.in:10
msgid "Gnome;GTK;Verification;"
msgstr "GNOME;GTK;Bekräftelse;Verifiering;"

#: data/com.github.bilelmoussaoui.Authenticator.desktop.in.in:11
msgid "@appid@"
msgstr "@appid@"

#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:6
#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:7
msgid "Default window position"
msgstr "Standardfönsterposition"

#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:11
#: src/Authenticator/widgets/settings.py:83
#, fuzzy
msgid "Dark Theme"
msgstr "Mörkt tema"

#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:12
#: src/Authenticator/widgets/settings.py:84
#, fuzzy
msgid "Whether the application should use a dark theme."
msgstr "Om programmet kan låsas eller inte"

#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:16
#: src/Authenticator/widgets/settings.py:88
msgid "Night Light"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:17
#: src/Authenticator/widgets/settings.py:89
msgid "Automatically enable dark mode at night."
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in:21
msgid "Default window maximized behaviour"
msgstr "Standardfönstrets maximeringsbeteende"

#: data/ui/about_dialog.ui.in:10
msgid "Two-factor authentication code generator."
msgstr "Generator för tvåfaktorsautentiseringskoder."

#: data/ui/about_dialog.ui.in:13
msgid "translator-credits"
msgstr "Anders Jonsson <anders.jonsson@norsjovallen.se>"

#: data/ui/account_add.ui:22
msgid "Add a new account"
msgstr "Lägg till ett nytt konto"

#: data/ui/account_add.ui:25 data/ui/account_edit.ui:19
msgid "Close"
msgstr "Stäng"

#: data/ui/account_add.ui:34
msgid "Add"
msgstr "Lägg till"

#: data/ui/account_add.ui:54
#, fuzzy
msgid "Scan QR Code"
msgstr "Läs av QR-kod"

#: data/ui/account_config.ui:85
msgid "Enable 2FA for this account"
msgstr ""

#: data/ui/account_config.ui:86
msgid "2FA Token"
msgstr ""

#: data/ui/account_config.ui:100
#, fuzzy
msgid "Account Name"
msgstr "Kontonamn"

#: data/ui/account_config.ui:123
msgid "Provider"
msgstr "Leverantör"

#: data/ui/account_edit.ui:28 data/ui/settings.ui.in:50
msgid "Save"
msgstr "Spara"

#: data/ui/account_row.ui:23
msgid "Edit"
msgstr "Redigera"

#: data/ui/account_row.ui:41
msgid "Delete"
msgstr "Ta bort"

#: data/ui/account_row.ui:97
msgid "Copy PIN to clipboard"
msgstr ""

#: data/ui/password_widget.ui:46
#, fuzzy
msgid "Current Password:"
msgstr "Upprepa lösenord"

#: data/ui/password_widget.ui:90
#, fuzzy
msgid "New Password:"
msgstr "Nytt lösenord"

#: data/ui/password_widget.ui:135
#, fuzzy
msgid "Confirm New Password:"
msgstr "Nytt lösenord"

#: data/ui/password_widget.ui:183 src/Authenticator/widgets/settings.py:208
#, fuzzy
msgid "Change Password"
msgstr "Lösenord"

#: data/ui/password_widget.ui:204
#, fuzzy
msgid "Delete Password"
msgstr "Upprepa lösenord"

#: data/ui/provider_image.ui:41
msgid "We couldn't find an image for this provider"
msgstr ""

#. Night mode action
#: data/ui/settings.ui.in:28 src/Authenticator/application.py.in:112
msgid "Preferences"
msgstr "Inställningar"

#: data/ui/settings.ui.in:95
msgid "Behaviour"
msgstr "Beteende"

#: data/ui/shortcuts.ui:13
msgctxt "shortcut window"
msgid "General"
msgstr "Allmänt"

#: data/ui/shortcuts.ui:17
msgctxt "shortcut window"
msgid "Show Shortcuts"
msgstr "Visa genvägar"

#: data/ui/shortcuts.ui:24
msgctxt "shortcut window"
msgid "Preferences"
msgstr "Inställningar"

#: data/ui/shortcuts.ui:31
msgctxt "shortcut window"
msgid "Quit"
msgstr "Avsluta"

#: data/ui/shortcuts.ui:40
msgctxt "shortcut window"
msgid "Accounts"
msgstr "Konton"

#: data/ui/shortcuts.ui:44
msgctxt "shortcut window"
msgid "Add"
msgstr "Lägg till"

#: data/ui/shortcuts.ui:51
msgctxt "shortcut window"
msgid "Search"
msgstr "Sök"

#: data/ui/window.ui.in:182
msgid "There are no accounts yet…"
msgstr "Det finns inga konton ännu…"

#: data/ui/window.ui.in:211
#, fuzzy
msgid "Add a new account from the menu"
msgstr "Lägg till ett nytt konto"

#: data/ui/window.ui.in:227
#, fuzzy
msgid "Scan a QR Code"
msgstr "Läs av QR-kod"

#: data/ui/window.ui.in:373
msgid "No results found"
msgstr ""

#: data/ui/window.ui.in:437
#, fuzzy
msgid "Authenticator is locked"
msgstr "Authenticator"

#: data/ui/window.ui.in:476
msgid "Unlock"
msgstr "Lås upp"

#: src/authenticator.py.in:50
msgid "Start in debug mode"
msgstr "Starta i felsökningsläge"

#: src/authenticator.py.in:52
msgid "Authenticator version number"
msgstr "Versionsnummer för Authenticator"

#: src/Authenticator/application.py.in:92
#: src/Authenticator/widgets/settings.py:92
msgid "Lock the application"
msgstr "Lås programmet"

#: src/Authenticator/application.py.in:100
msgid "from a plain-text JSON file"
msgstr "från en oformaterad JSON-fil"

#: src/Authenticator/application.py.in:101
msgid "in a plain-text JSON file"
msgstr "i en oformaterad JSON-fil"

#: src/Authenticator/application.py.in:103
msgid "Restore"
msgstr "Återställ"

#: src/Authenticator/application.py.in:104
msgid "Backup"
msgstr "Säkerhetskopiera"

#: src/Authenticator/application.py.in:113
msgid "Donate"
msgstr "Donera"

#: src/Authenticator/application.py.in:114
msgid "Keyboard Shortcuts"
msgstr "Tangentbordsgenvägar"

#: src/Authenticator/application.py.in:115
msgid "About Authenticator"
msgstr "Om Authenticator"

#: src/Authenticator/models/account.py:71
msgid "Default"
msgstr "Standard"

#: src/Authenticator/widgets/accounts/add.py:58
msgid "Invalid QR code"
msgstr "Ogiltig QR-kod"

#: src/Authenticator/widgets/accounts/list.py:143
msgid "The One-Time Passwords expires in {} seconds"
msgstr "Engångslösenordet upphör att gälla om {} sekunder"

#: src/Authenticator/widgets/accounts/row.py:80
msgid "Couldn't generate the secret code"
msgstr "Kunde inte generera den hemliga koden"

#: src/Authenticator/widgets/accounts/row.py:91
msgid "The PIN of {} was copied to the clipboard"
msgstr ""

#: src/Authenticator/widgets/accounts/row.py:123
msgid "The account was updated successfully"
msgstr ""

#: src/Authenticator/widgets/notification.py:43
#, fuzzy
msgid "Close the notification"
msgstr "Lås programmet"

#: src/Authenticator/widgets/notification.py:48
#: src/Authenticator/widgets/notification.py:63
msgid "Undo"
msgstr "Ångra"

#: src/Authenticator/widgets/settings.py:93
#, fuzzy
msgid "Lock the application with a password"
msgstr "Möjlighet att låsa programmet med ett lösenord"

#: src/Authenticator/widgets/settings.py:157
#, fuzzy
msgid "Authentication password is now enabled."
msgstr "Autentiseringslösenord"

#: src/Authenticator/widgets/settings.py:159
#, fuzzy
msgid "The authentication password was updated."
msgstr "Autentiseringslösenord"

#: src/Authenticator/widgets/settings.py:163
#, fuzzy
msgid "The authentication password was deleted."
msgstr "Autentiseringslösenord"

#: src/Authenticator/widgets/settings.py:204
#, fuzzy
msgid "Save Password"
msgstr "Lösenord"

#: src/Authenticator/widgets/utils.py:40 src/Authenticator/widgets/utils.py:45
msgid "JSON files"
msgstr "JSON-filer"

#~ msgid "Huge database of (290+) websites/applications"
#~ msgstr "Enorm databas med (290+) webbplatser/program"

#~ msgid "Night mode"
#~ msgstr "Nattläge"

#~ msgid "Enable/disable night mode within the application"
#~ msgstr "Aktivera/inaktivera nattläge inifrån programmet"

#~ msgid "Use a dark theme, if possible"
#~ msgstr "Använd om möjligt ett mörkt tema"

#~ msgid "Settings"
#~ msgstr "Inställningar"

#, fuzzy
#~ msgid "Authenticator Password"
#~ msgstr "Autentiseringslösenord"

#~ msgid "Edit {} - {}"
#~ msgstr "Redigera {} - {}"

#~ msgid "Open"
#~ msgstr "Öppna"

#~ msgid "Cancel"
#~ msgstr "Avbryt"

#~ msgid "Select"
#~ msgstr "Välj"

#~ msgid "Secret token"
#~ msgstr "Hemlig token"

#~ msgid "zbar library is not found. QRCode scanner will be disabled"
#~ msgstr "zbar-bibliotek hittades inte. QR-kodskanner inaktiveras."

#~ msgid "Copy"
#~ msgstr "Kopiera"

#~ msgid "Search"
#~ msgstr "Sök"

#~ msgid "Selection mode"
#~ msgstr "Urvalsläge"

#~ msgid "Click on items to select them"
#~ msgstr "Klicka på objekt för att välja dem"

#~ msgid "Old Password"
#~ msgstr "Gammalt lösenord"

#~ msgid "Appearance"
#~ msgstr "Utseende"

#~ msgid "Clear the database"
#~ msgstr "Rensa databasen"

#~ msgid "Erase existing accounts"
#~ msgstr "Radera befintliga konton"

#~ msgid "Set up application authentication password"
#~ msgstr "Konfigurera autentiseringslösenord"

#~ msgid "The application needs to be restarted first."
#~ msgstr "Programmet måste startas om först."

#~ msgid "The existing accounts will be erased in 5 seconds"
#~ msgstr "De befintliga kontona kommer att raderas om 5 sekunder"

#~ msgid "An account or more were removed."
#~ msgstr "Ett konto eller fler, togs bort."

#~ msgid "Whether the application is locked with a password or not"
#~ msgstr "Om programmet är låst med lösenord eller inte"

#~ msgctxt "shortcut window"
#~ msgid "Select"
#~ msgstr "Välj"

#, fuzzy
#~ msgid "Authenticator@NAME_SUFFIX@"
#~ msgstr "Authenticator"

#~ msgid "in an OpenPGP-encrypted JSON file"
#~ msgstr "i en OpenPGP-krypterad JSON-fil"

#~ msgid "About"
#~ msgstr "Om"

#~ msgid "GPG paraphrase"
#~ msgstr "GPG-parafras"

#~ msgid "Import"
#~ msgstr "Importera"

#~ msgid "Paraphrase"
#~ msgstr "Parafras"

#~ msgid "There was an error during the import of the encrypted file."
#~ msgstr "Ett fel uppstod under importen av den krypterade filen."

#~ msgid "GPG fingerprint"
#~ msgstr "GPG-fingeravtryck"

#~ msgid "Public keys"
#~ msgstr "Öppna nycklar"

#~ msgid "Private keys"
#~ msgstr "Privata nycklar"

#~ msgid "GPG keys location"
#~ msgstr "GPG-nycklarnas lagringsplats"

#~ msgid "Encrypted GPG files"
#~ msgstr "Krypterade GPG-filer"

#~ msgid "com.github.bilelmoussaoui.Authenticator"
#~ msgstr "com.github.bilelmoussaoui.Authenticator"

#, fuzzy
#~ msgid "Backup Password"
#~ msgstr "Ändra lösenord"

#~ msgid "Next"
#~ msgstr "Nästa"

#~ msgid "Two Factor Authentication code generator"
#~ msgstr "Generator för tvåfaktorsautentiseringskod"

#~ msgid "Two-Factor Authentication code generator"
#~ msgstr "Generator för tvåfaktorsautentiseringskod"

#~ msgctxt "shortcut window"
#~ msgid "Add a new account"
#~ msgstr "Lägg till ett nytt konto"

#~ msgctxt "shortcut window"
#~ msgid "Selection mode"
#~ msgstr "Urvalsläge"

#~ msgctxt "shortcut window"
#~ msgid "Account list"
#~ msgstr "Kontolista"

#~ msgctxt "shortcut window"
#~ msgid "Select next/previous account"
#~ msgstr "Välj nästa/föregående konto"

#~ msgctxt "shortcut window"
#~ msgid "Add Account"
#~ msgstr "Lägg till konto"

#~ msgid ""
#~ "This program comes with absolutely no warranty. See the <a href=\"http://"
#~ "www.gnu.org/licenses/gpl-3.0.html\">GNU General Public License, version 3 "
#~ "or later</a> for details."
#~ msgstr ""
#~ "Detta program kommer helt utan garanti. Se <a href=\"http://www.gnu.org/"
#~ "licenses/gpl-3.0.html\">GNU General Public License, version 3 eller "
#~ "senare</a> för detaljer."

#~ msgid "Github"
#~ msgstr "Github"

#~ msgid "Lock the Application"
#~ msgstr "Lås programmet"

#~ msgid "Apply"
#~ msgstr "Verkställ"

#~ msgid "Select an application"
#~ msgstr "Välj ett program"

#~ msgid "Enter your password"
#~ msgstr "Ange ditt lösenord"

#~ msgid "Remove the account"
#~ msgstr "Ta bort kontot"

#~ msgid "Copy the generated code"
#~ msgstr "Kopiera den genererade koden"

#~ msgid "Edit the account"
#~ msgstr "Redigera kontot"

#~ msgid "Save the new account name"
#~ msgstr "Spara det nya kontonamnet"

#~ msgid "Expires in %s seconds"
#~ msgstr "Går ut om %s sekunder"

#~ msgid "Error during the generation of code"
#~ msgstr "Fel under generering av kod"

#~ msgid "Do you really want to remove \"%s\"?"
#~ msgstr "Vill du verkligen ta bort ”%s”?"

#~ msgid "Password protection"
#~ msgstr "Lösenordsskydd"

#~ msgid "Auto-lock the application (m):"
#~ msgstr "Lås programmet automatiskt (m):"