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
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
migration-wizard =
.title = Invoerslimmerd
import-from =
{ PLATFORM() ->
[windows] Voer opsies, boekmerke, geskiedenis, wagwoorde en ander data in vanaf:
*[other] Voer voorkeure, boekmerke, geskiedenis, wagwoorde en ander data in vanaf:
}
import-from-bookmarks = Voer boekmerke in vanaf:
import-from-ie =
.label = Microsoft Internet Explorer
.accesskey = M
import-from-edge =
.label = Microsoft Edge
.accesskey = E
import-from-nothing =
.label = Moenie enigiets invoer nie
.accesskey = M
import-from-safari =
.label = Safari
.accesskey = S
import-from-canary =
.label = Chrome Canary
.accesskey = n
import-from-chrome =
.label = Chrome
.accesskey = C
import-from-chromium =
.label = Chromium
.accesskey = u
import-from-firefox =
.label = Firefox
.accesskey = x
import-from-360se =
.label = 360 Secure Browser
.accesskey = 3
no-migration-sources = Geen programme wat boekmerke, geskiedenis of wagwoorddata bevat, kon gevind word nie.
import-source-page-title = Voer opstelling en data in
import-items-page-title = Items om in te voer
import-items-description = Merk watter items ingevoer moet word:
import-migrating-page-title = Voer tans in…
import-migrating-description = Die volgende items word tans ingevoer…
import-select-profile-page-title = Kies profiel
import-select-profile-description = Die volgende profiele kan ingevoer word vanaf:
import-done-page-title = Invoer afgehandel
import-done-description = Die volgende items is suksesvol ingevoer:
import-close-source-browser = Maak seker dat die gekose blaaier toe is voordat u voortgaan.
source-name-ie = Internet Explorer
source-name-edge = Microsoft Edge
source-name-chrome = Google Chrome
imported-safari-reading-list = Leeslys (van Safari)
imported-edge-reading-list = Leeslys (van Edge)
## Browser data types
## All of these strings get a $browser variable passed in.
## You can use the browser variable to differentiate the name of items,
## which may have different labels in different browsers.
## The supported values for the $browser variable are:
## 360se
## chrome
## edge
## firefox
## safari
## The various beta and development versions of edge and chrome all get
## normalized to just "edge" and "chrome" for these strings.
## Browser data types
## All of these strings get a $browser variable passed in.
## You can use the browser variable to differentiate the name of items,
## which may have different labels in different browsers.
## The supported values for the $browser variable are:
## 360se
## chrome
## edge
## firefox
## ie
## safari
## The various beta and development versions of edge and chrome all get
## normalized to just "edge" and "chrome" for these strings.
browser-data-session-checkbox =
.label = Vensters en oortjies
browser-data-session-label =
.value = Vensters en oortjies
|