summaryrefslogtreecommitdiffstats
path: root/l10n-lt/browser/browser/menubar.ftl
blob: dd2166acad1561ee46a67e2a10c164cde67510a0 (plain)
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
# 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/.


# NOTE: For English locales, strings in this file should be in APA-style Title Case.
# See https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case
#
# NOTE: For Engineers, please don't re-use these strings outside of the menubar.


## Application Menu (macOS only)

menu-application-services =
    .label = Paslaugos
menu-application-hide-this =
    .label = Nerodyti „{ -brand-shorter-name }“
menu-application-hide-other =
    .label = Nerodyti kitų
menu-application-show-all =
    .label = Rodyti viską
menu-application-touch-bar =
    .label = Tvarkyti lietimo juostą…

##

# These menu-quit strings are only used on Windows and Linux.
menu-quit =
    .label =
        { PLATFORM() ->
            [windows] Baigti darbą
           *[other] Baigti darbą
        }
    .accesskey =
        { PLATFORM() ->
            [windows] B
           *[other] B
        }
# This menu-quit-mac string is only used on macOS.
menu-quit-mac =
    .label = Baigti „{ -brand-shorter-name }“ darbą
# This menu-quit-button string is only used on Linux.
menu-quit-button =
    .label = { menu-quit.label }
# This menu-quit-button-win string is only used on Windows.
menu-quit-button-win =
    .label = { menu-quit.label }
    .tooltip = Baigti „{ -brand-shorter-name }“ darbą
menu-about =
    .label = Apie „{ -brand-shorter-name }“
    .accesskey = A

## File Menu

menu-file =
    .label = Failas
    .accesskey = F
menu-file-new-tab =
    .label = Nauja kortelė
    .accesskey = k
menu-file-new-container-tab =
    .label = Nauja sudėtinė kortelė
    .accesskey = s
menu-file-new-window =
    .label = Naujas langas
    .accesskey = l
menu-file-new-private-window =
    .label = Naujas privataus naršymo langas
    .accesskey = p
# "Open Location" is only displayed on macOS, and only on windows
# that aren't main browser windows, or when there are no windows
# but Firefox is still running.
menu-file-open-location =
    .label = Atverti adresą…
menu-file-open-file =
    .label = Atverti…
    .accesskey = A
menu-file-close =
    .label = Užverti
    .accesskey = U
menu-file-close-window =
    .label = Užverti langą
    .accesskey = g
menu-file-save-page =
    .label = Įrašyti kaip…
    .accesskey = r
menu-file-email-link =
    .label = Išsiųsti saitą el. paštu…
    .accesskey = ų
menu-file-print-setup =
    .label = Puslapio nuostatos…
    .accesskey = n
menu-file-print-preview =
    .label = Spaudinio peržiūra
    .accesskey = ž
menu-file-print =
    .label = Spausdinti…
    .accesskey = S
menu-file-import-from-another-browser =
    .label = Importuoti iš kitos naršyklės…
    .accesskey = I
menu-file-go-offline =
    .label = Atsijungti nuo tinklo
    .accesskey = t

## Edit Menu

menu-edit =
    .label = Taisa
    .accesskey = T
menu-edit-find-on =
    .label = Ieškoti šiame tinklalapyje…
    .accesskey = I
menu-edit-find-again =
    .label = Ieškoti toliau
    .accesskey = o
menu-edit-bidi-switch-text-direction =
    .label = Pakeisti teksto kryptį
    .accesskey = k

## View Menu

menu-view =
    .label = Rodymas
    .accesskey = R
menu-view-toolbars-menu =
    .label = Priemonių juostos
    .accesskey = j
menu-view-customize-toolbar =
    .label = Tvarkyti…
    .accesskey = T
menu-view-sidebar =
    .label = Parankinė
    .accesskey = P
menu-view-bookmarks =
    .label = Adresynas
menu-view-history-button =
    .label = Žurnalas
menu-view-synced-tabs-sidebar =
    .label = Sinchronizuotos kortelės
menu-view-full-zoom =
    .label = Mastelis
    .accesskey = M
menu-view-full-zoom-enlarge =
    .label = Padidinti
    .accesskey = d
menu-view-full-zoom-reduce =
    .label = Sumažinti
    .accesskey = m
menu-view-full-zoom-actual-size =
    .label = Tikras dydis
    .accesskey = T
menu-view-full-zoom-toggle =
    .label = Keisti tik teksto dydį
    .accesskey = t
menu-view-page-style-menu =
    .label = Tinklalapio stilius
    .accesskey = k
menu-view-page-style-no-style =
    .label = Nėra
    .accesskey = N
menu-view-page-basic-style =
    .label = Pagrindinis tinklalapio stilius
    .accesskey = P
menu-view-charset =
    .label = Teksto koduotė
    .accesskey = k

## These should match what Safari and other Apple applications
## use on macOS.

menu-view-enter-full-screen =
    .label = Rodyti visame ekrane
    .accesskey = v
menu-view-exit-full-screen =
    .label = Grįžti iš viso ekrano
    .accesskey = v
menu-view-full-screen =
    .label = Visas ekranas
    .accesskey = V

##

menu-view-show-all-tabs =
    .label = Rodyti visas korteles
    .accesskey = k
menu-view-bidi-switch-page-direction =
    .label = Pakeisti puslapio kryptį
    .accesskey = a

## History Menu

menu-history =
    .label = Žurnalas
    .accesskey = u
menu-history-show-all-history =
    .label = Rodyti visą žurnalą
menu-history-clear-recent-history =
    .label = Valyti žurnalą…
menu-history-synced-tabs =
    .label = Sinchronizuotos kortelės
menu-history-restore-last-session =
    .label = Atkurti paskiausiąjį seansą
menu-history-hidden-tabs =
    .label = Paslėptos kortelės
menu-history-undo-menu =
    .label = Paskiausiai užvertos kortelės
menu-history-undo-window-menu =
    .label = Paskiausiai užverti langai
menu-history-reopen-all-tabs = Įkelti visas korteles
menu-history-reopen-all-windows = Įkelti visus langus

## Bookmarks Menu

menu-bookmarks-menu =
    .label = Adresynas
    .accesskey = A
menu-bookmarks-show-all =
    .label = Rodyti visą adresyną
menu-bookmark-this-page =
    .label = Įrašyti į adresyną
menu-bookmark-edit =
    .label = Taisyti adresyno įrašą
menu-bookmarks-all-tabs =
    .label = Visas korteles įtraukti į adresyną…
menu-bookmarks-toolbar =
    .label = Adresyno juosta
menu-bookmarks-other =
    .label = Kiti adresai
menu-bookmarks-mobile =
    .label = Mobilusis adresynas

## Tools Menu

menu-tools =
    .label = Priemonės
    .accesskey = P
menu-tools-downloads =
    .label = Atsiuntimai
    .accesskey = s
menu-tools-addons =
    .label = Priedai
    .accesskey = P
menu-tools-fxa-sign-in =
    .label = Prisijungti prie „{ -brand-product-name }“…
    .accesskey = g
menu-tools-turn-on-sync =
    .label = Įjungti „{ -sync-brand-short-name }“…
    .accesskey = n
menu-tools-sync-now =
    .label = Sinchronizuoti dabar
    .accesskey = S
menu-tools-fxa-re-auth =
    .label = Prisijungti prie „{ -brand-product-name }“ iš naujo…
    .accesskey = r
menu-tools-web-developer =
    .label = Saityno kūrėjams
    .accesskey = k
menu-tools-page-source =
    .label = Pirminis tekstas
    .accesskey = e
menu-tools-page-info =
    .label = Informacija apie tinklalapį
    .accesskey = I
menu-preferences =
    .label =
        { PLATFORM() ->
            [windows] Nuostatos
           *[other] Nuostatos
        }
    .accesskey =
        { PLATFORM() ->
            [windows] N
           *[other] N
        }
menu-tools-layout-debugger =
    .label = Išdėstymo derintuvė
    .accesskey = d

## Window Menu

menu-window-menu =
    .label = Langas
menu-window-bring-all-to-front =
    .label = Viską į priekinį planą

## Help Menu


# NOTE: For Engineers, any additions or changes to Help menu strings should
# also be reflected in the related strings in appmenu.ftl. Those strings, by
# convention, will have the same ID as these, but prefixed with "app".
# Example: appmenu-help-product
#
# These strings are duplicated to allow for different casing depending on
# where the strings appear.


# NOTE: For Engineers, any additions or changes to Help menu strings should
# also be reflected in the related strings in appmenu.ftl. Those strings, by
# convention, will have the same ID as these, but prefixed with "app".
# Example: appmenu-get-help
#
# These strings are duplicated to allow for different casing depending on
# where the strings appear.

menu-help =
    .label = Žinynas
    .accesskey = Ž
menu-help-product =
    .label = „{ -brand-shorter-name }“ žinynas
    .accesskey = ž
menu-help-show-tour =
    .label = Įvadas į „{ -brand-shorter-name }“
    .accesskey = v
menu-help-import-from-another-browser =
    .label = Importuoti iš kitos naršyklės…
    .accesskey = I
menu-help-keyboard-shortcuts =
    .label = Spartieji klavišai
    .accesskey = k
menu-get-help =
    .label = Žinynas ir pagalba
    .accesskey = Ž
menu-help-troubleshooting-info =
    .label = Informacija problemų sprendimui
    .accesskey = r
menu-help-taskmanager =
    .label = Užduočių tvarkytuvė
menu-help-feedback-page =
    .label = Siųsti atsiliepimą…
    .accesskey = S
menu-help-safe-mode-without-addons =
    .label = Perleisti programą, išjungus priedus…
    .accesskey = r
menu-help-safe-mode-with-addons =
    .label = Perleisti programą su išjungtais priedais
    .accesskey = r
# Label of the Help menu item. Either this or
# menu-help-notdeceptive is shown.
menu-help-report-deceptive-site =
    .label = Pranešti apie apgaulingą svetainę…
    .accesskey = a
menu-help-not-deceptive =
    .label = Tai nėra apgaulinga svetainė…
    .accesskey = g
menu-help-check-for-update =
    .label = Ieškoti naujinimų…
    .accesskey = I