Blame view

node_modules/pdfjs-4.0.269-dist/web/locale/af/viewer.ftl 7.19 KB
7820380e   “wangming”   1
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
  # 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/.
  
  
  ## Main toolbar buttons (tooltips and alt text for images)
  
  pdfjs-previous-button =
      .title = Vorige bladsy
  pdfjs-previous-button-label = Vorige
  pdfjs-next-button =
      .title = Volgende bladsy
  pdfjs-next-button-label = Volgende
  # .title: Tooltip for the pageNumber input.
  pdfjs-page-input =
      .title = Bladsy
  # Variables:
  #   $pagesCount (Number) - the total number of pages in the document
  # This string follows an input field with the number of the page currently displayed.
  pdfjs-of-pages = van { $pagesCount }
  # Variables:
  #   $pageNumber (Number) - the currently visible page
  #   $pagesCount (Number) - the total number of pages in the document
  pdfjs-page-of-pages = ({ $pageNumber } van { $pagesCount })
  pdfjs-zoom-out-button =
      .title = Zoem uit
  pdfjs-zoom-out-button-label = Zoem uit
  pdfjs-zoom-in-button =
      .title = Zoem in
  pdfjs-zoom-in-button-label = Zoem in
  pdfjs-zoom-select =
      .title = Zoem
  pdfjs-presentation-mode-button =
      .title = Wissel na voorleggingsmodus
  pdfjs-presentation-mode-button-label = Voorleggingsmodus
  pdfjs-open-file-button =
      .title = Open lêer
  pdfjs-open-file-button-label = Open
  pdfjs-print-button =
      .title = Druk
  pdfjs-print-button-label = Druk
  
  ##  Secondary toolbar and context menu
  
  pdfjs-tools-button =
      .title = Nutsgoed
  pdfjs-tools-button-label = Nutsgoed
  pdfjs-first-page-button =
      .title = Gaan na eerste bladsy
  pdfjs-first-page-button-label = Gaan na eerste bladsy
  pdfjs-last-page-button =
      .title = Gaan na laaste bladsy
  pdfjs-last-page-button-label = Gaan na laaste bladsy
  pdfjs-page-rotate-cw-button =
      .title = Roteer kloksgewys
  pdfjs-page-rotate-cw-button-label = Roteer kloksgewys
  pdfjs-page-rotate-ccw-button =
      .title = Roteer anti-kloksgewys
  pdfjs-page-rotate-ccw-button-label = Roteer anti-kloksgewys
  pdfjs-cursor-text-select-tool-button =
      .title = Aktiveer gereedskap om teks te merk
  pdfjs-cursor-text-select-tool-button-label = Teksmerkgereedskap
  pdfjs-cursor-hand-tool-button =
      .title = Aktiveer handjie
  pdfjs-cursor-hand-tool-button-label = Handjie
  
  ## Document properties dialog
  
  pdfjs-document-properties-button =
      .title = Dokumenteienskappe…
  pdfjs-document-properties-button-label = Dokumenteienskappe…
  pdfjs-document-properties-file-name = Lêernaam:
  pdfjs-document-properties-file-size = Lêergrootte:
  # Variables:
  #   $size_kb (Number) - the PDF file size in kilobytes
  #   $size_b (Number) - the PDF file size in bytes
  pdfjs-document-properties-kb = { $size_kb } kG ({ $size_b } grepe)
  # Variables:
  #   $size_mb (Number) - the PDF file size in megabytes
  #   $size_b (Number) - the PDF file size in bytes
  pdfjs-document-properties-mb = { $size_mb } MG ({ $size_b } grepe)
  pdfjs-document-properties-title = Titel:
  pdfjs-document-properties-author = Outeur:
  pdfjs-document-properties-subject = Onderwerp:
  pdfjs-document-properties-keywords = Sleutelwoorde:
  pdfjs-document-properties-creation-date = Skeppingsdatum:
  pdfjs-document-properties-modification-date = Wysigingsdatum:
  # Variables:
  #   $date (Date) - the creation/modification date of the PDF file
  #   $time (Time) - the creation/modification time of the PDF file
  pdfjs-document-properties-date-string = { $date }, { $time }
  pdfjs-document-properties-creator = Skepper:
  pdfjs-document-properties-producer = PDF-vervaardiger:
  pdfjs-document-properties-version = PDF-weergawe:
  pdfjs-document-properties-page-count = Aantal bladsye:
  
  ## Variables:
  ##   $width (Number) - the width of the (current) page
  ##   $height (Number) - the height of the (current) page
  ##   $unit (String) - the unit of measurement of the (current) page
  ##   $name (String) - the name of the (current) page
  ##   $orientation (String) - the orientation of the (current) page
  
  
  ##
  
  pdfjs-document-properties-close-button = Sluit
  
  ## Print
  
  pdfjs-print-progress-message = Berei tans dokument voor om te druk…
  # Variables:
  #   $progress (Number) - percent value
  pdfjs-print-progress-percent = { $progress }%
  pdfjs-print-progress-close-button = Kanselleer
  pdfjs-printing-not-supported = Waarskuwing: Dié blaaier ondersteun nie drukwerk ten volle nie.
  pdfjs-printing-not-ready = Waarskuwing: Die PDF is nog nie volledig gelaai vir drukwerk nie.
  
  ## Tooltips and alt text for side panel toolbar buttons
  
  pdfjs-toggle-sidebar-button =
      .title = Sypaneel aan/af
  pdfjs-toggle-sidebar-button-label = Sypaneel aan/af
  pdfjs-document-outline-button =
      .title = Wys dokumentskema (dubbelklik om alle items oop/toe te vou)
  pdfjs-document-outline-button-label = Dokumentoorsig
  pdfjs-attachments-button =
      .title = Wys aanhegsels
  pdfjs-attachments-button-label = Aanhegsels
  pdfjs-thumbs-button =
      .title = Wys duimnaels
  pdfjs-thumbs-button-label = Duimnaels
  pdfjs-findbar-button =
      .title = Soek in dokument
  pdfjs-findbar-button-label = Vind
  
  ## Thumbnails panel item (tooltip and alt text for images)
  
  # Variables:
  #   $page (Number) - the page number
  pdfjs-thumb-page-title =
      .title = Bladsy { $page }
  # Variables:
  #   $page (Number) - the page number
  pdfjs-thumb-page-canvas =
      .aria-label = Duimnael van bladsy { $page }
  
  ## Find panel button title and messages
  
  pdfjs-find-input =
      .title = Vind
      .placeholder = Soek in dokument…
  pdfjs-find-previous-button =
      .title = Vind die vorige voorkoms van die frase
  pdfjs-find-previous-button-label = Vorige
  pdfjs-find-next-button =
      .title = Vind die volgende voorkoms van die frase
  pdfjs-find-next-button-label = Volgende
  pdfjs-find-highlight-checkbox = Verlig almal
  pdfjs-find-match-case-checkbox-label = Kassensitief
  pdfjs-find-reached-top = Bokant van dokument is bereik; gaan voort van onder af
  pdfjs-find-reached-bottom = Einde van dokument is bereik; gaan voort van bo af
  pdfjs-find-not-found = Frase nie gevind nie
  
  ## Predefined zoom values
  
  pdfjs-page-scale-width = Bladsywydte
  pdfjs-page-scale-fit = Pas bladsy
  pdfjs-page-scale-auto = Outomatiese zoem
  pdfjs-page-scale-actual = Werklike grootte
  # Variables:
  #   $scale (Number) - percent value for page scale
  pdfjs-page-scale-percent = { $scale }%
  
  ## PDF page
  
  
  ## Loading indicator messages
  
  pdfjs-loading-error = 'n Fout het voorgekom met die laai van die PDF.
  pdfjs-invalid-file-error = Ongeldige of korrupte PDF-lêer.
  pdfjs-missing-file-error = PDF-lêer is weg.
  pdfjs-unexpected-response-error = Onverwagse antwoord van bediener.
  pdfjs-rendering-error = 'n Fout het voorgekom toe die bladsy weergegee is.
  
  ## Annotations
  
  # .alt: This is used as a tooltip.
  # Variables:
  #   $type (String) - an annotation type from a list defined in the PDF spec
  # (32000-1:2008 Table 169 – Annotation types).
  # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  pdfjs-text-annotation-type =
      .alt = [{ $type }-annotasie]
  
  ## Password
  
  pdfjs-password-label = Gee die wagwoord om dié PDF-lêer mee te open.
  pdfjs-password-invalid = Ongeldige wagwoord. Probeer gerus weer.
  pdfjs-password-ok-button = OK
  pdfjs-password-cancel-button = Kanselleer
  pdfjs-web-fonts-disabled = Webfonte is gedeaktiveer: kan nie PDF-fonte wat ingebed is, gebruik nie.
  
  ## Editing
  
  
  ## Alt-text dialog
  
  
  ## Editor resizers
  ## This is used in an aria label to help to understand the role of the resizer.