summaryrefslogtreecommitdiffstats
path: root/l10n-tg/browser/browser/browserContext.ftl
blob: 8dff4c93f61dd11a26a26c743b996ba598c0685e (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
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
# 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/.

navbar-tooltip-instruction =
    .value =
        { PLATFORM() ->
            [macos] Барои намоиши таърих, ба поён кашед
           *[other] Барои намоиши таърих, ба поён кашед ё бо тугмаи рости муш зер кунед
        }

## Back

# Variables
#   $shortcut (String) - A keyboard shortcut for the Go Back command.
main-context-menu-back-2 =
    .tooltiptext = Гузариш ба як саҳифа қафо ({ $shortcut })
    .aria-label = Бозгашт
    .accesskey = Б
# This menuitem is only visible on macOS
main-context-menu-back-mac =
    .label = Бозгашт
    .accesskey = Б
navbar-tooltip-back-2 =
    .value = { main-context-menu-back-2.tooltiptext }
toolbar-button-back-2 =
    .label = { main-context-menu-back-2.aria-label }

## Forward

# Variables
#   $shortcut (String) - A keyboard shortcut for the Go Forward command.
main-context-menu-forward-2 =
    .tooltiptext = Гузариш ба як саҳифа пеш ({ $shortcut })
    .aria-label = Гузариш ба пеш
    .accesskey = Г
# This menuitem is only visible on macOS
main-context-menu-forward-mac =
    .label = Гузариш ба пеш
    .accesskey = Г
navbar-tooltip-forward-2 =
    .value = { main-context-menu-forward-2.tooltiptext }
toolbar-button-forward-2 =
    .label = { main-context-menu-forward-2.aria-label }

## Reload

main-context-menu-reload =
    .aria-label = Аз нав бор кардан
    .accesskey = А
# This menuitem is only visible on macOS
main-context-menu-reload-mac =
    .label = Аз нав бор кардан
    .accesskey = А
toolbar-button-reload =
    .label = { main-context-menu-reload.aria-label }

## Stop

main-context-menu-stop =
    .aria-label = Истодан
    .accesskey = И
# This menuitem is only visible on macOS
main-context-menu-stop-mac =
    .label = Истодан
    .accesskey = И
toolbar-button-stop =
    .label = { main-context-menu-stop.aria-label }

## Stop-Reload Button

toolbar-button-stop-reload =
    .title = { main-context-menu-reload.aria-label }

## Firefox Account Button

toolbar-button-fxaccount =
    .label = { -fxaccount-brand-name }
    .tooltiptext = { -fxaccount-brand-name }

## Account toolbar Button

toolbar-button-account =
    .label = Ҳисоб
    .tooltiptext = Ҳисоб

## Save Page

main-context-menu-page-save =
    .label = Нигоҳ доштани саҳифа ҳамчун…
    .accesskey = Н

## Simple menu items

main-context-menu-bookmark-page =
    .aria-label = Гузоштани хатбарак барои ин саҳифа…
    .accesskey = х
    .tooltiptext = Гузоштани хатбарак барои ин саҳифа
# This menuitem is only visible on macOS
# Cannot be shown at the same time as main-context-menu-edit-bookmark-mac,
# so should probably have the same access key if possible.
main-context-menu-bookmark-page-mac =
    .label = Гузоштани хатбарак барои ин саҳифа…
    .accesskey = Г
# This menuitem is only visible on macOS
# Cannot be shown at the same time as main-context-menu-bookmark-page-mac,
# so should probably have the same access key if possible.
main-context-menu-edit-bookmark-mac =
    .label = Таҳрир кардани хатбарак…
    .accesskey = Т
# Variables
#   $shortcut (String) - A keyboard shortcut for the add bookmark command.
main-context-menu-bookmark-page-with-shortcut =
    .aria-label = Гузоштани хатбарак барои ин саҳифа…
    .accesskey = х
    .tooltiptext = Гузоштани хатбарак барои ин саҳифа ({ $shortcut })
main-context-menu-edit-bookmark =
    .aria-label = Таҳрир кардани хатбарак…
    .accesskey = т
    .tooltiptext = Таҳрир кардани хатбарак
# Variables
#   $shortcut (String) - A keyboard shortcut for the edit bookmark command.
main-context-menu-edit-bookmark-with-shortcut =
    .aria-label = Таҳрир кардани хатбарак…
    .accesskey = т
    .tooltiptext = Таҳрир кардани хатбарак ({ $shortcut })
main-context-menu-open-link =
    .label = Кушодани пайванд
    .accesskey = К
main-context-menu-open-link-new-tab =
    .label = Кушодани пайванд дар варақаи нав
    .accesskey = К
main-context-menu-open-link-container-tab =
    .label = Кушодани пайванд дар варақаи нави дарбаргиранда
    .accesskey = К
main-context-menu-open-link-new-window =
    .label = Кушодани пайванд дар равзанаи нав
    .accesskey = К
main-context-menu-open-link-new-private-window =
    .label = Кушодани пайванд дар равзанаи хусусии нав
    .accesskey = К
main-context-menu-bookmark-link-2 =
    .label = Гузоштани хатбарак барои ин пайванд…
    .accesskey = Г
main-context-menu-save-link =
    .label = Нигоҳ доштани пайванд ҳамчун…
    .accesskey = Н
main-context-menu-save-link-to-pocket =
    .label = Нигоҳ доштани пайванд дар { -pocket-brand-name }
    .accesskey = Н

## The access keys for "Copy Link" and "Copy Email Address"
## should be the same if possible; the two context menu items
## are mutually exclusive.

main-context-menu-copy-email =
    .label = Нусха бардоштани нишонии почтаи электронӣ
    .accesskey = Н
main-context-menu-copy-phone =
    .label = Нусха бардоштани рақами телефон
    .accesskey = Н
main-context-menu-copy-link-simple =
    .label = Нусха бардоштани пайванд
    .accesskey = Н
# This command copies the link, removing additional
# query parameters used to track users across sites.
main-context-menu-strip-on-share-link =
    .label = Нусха бардоштани пайванд бе пайгирии сомона
    .accesskey = Н

## Media (video/audio) controls
##
## The accesskey for "Play" and "Pause" are the
## same because the two context-menu items are
## mutually exclusive.

main-context-menu-media-play =
    .label = Пахш кардан
    .accesskey = П
main-context-menu-media-pause =
    .label = Таваққуф кардан
    .accesskey = Т

##

main-context-menu-media-mute =
    .label = Садоро хомӯш кардан
    .accesskey = С
main-context-menu-media-unmute =
    .label = Садоро фаъол кардан
    .accesskey = С
main-context-menu-media-play-speed-2 =
    .label = Суръат
    .accesskey = С
main-context-menu-media-play-speed-slow-2 =
    .label = 0.5×
main-context-menu-media-play-speed-normal-2 =
    .label = 1.0×
main-context-menu-media-play-speed-fast-2 =
    .label = 1.25×
main-context-menu-media-play-speed-faster-2 =
    .label = 1.5×
main-context-menu-media-play-speed-fastest-2 =
    .label = 2×
main-context-menu-media-loop =
    .label = Ҳалқа сохтан
    .accesskey = Ҳ

## The access keys for "Show Controls" and "Hide Controls" are the same
## because the two context-menu items are mutually exclusive.

main-context-menu-media-show-controls =
    .label = Нишон додани унсурҳои идоракунӣ
    .accesskey = Н
main-context-menu-media-hide-controls =
    .label = Пинҳон кардани унсурҳои идоракунӣ
    .accesskey = П

##

main-context-menu-media-video-fullscreen =
    .label = Экрани пурра
    .accesskey = Э
main-context-menu-media-video-leave-fullscreen =
    .label = Баромад аз экрани пурра
    .accesskey = Б
# This is used when right-clicking on a video in the
# content area when the Picture-in-Picture feature is enabled.
main-context-menu-media-watch-pip =
    .label = Тамошо дар реҷаи «Расм-дар-расм»
    .accesskey = Т
main-context-menu-image-reload =
    .label = Аз нав бор кардани тасвир
    .accesskey = А
main-context-menu-image-view-new-tab =
    .label = Кушодани тасвир дар варақаи нав
    .accesskey = К
main-context-menu-video-view-new-tab =
    .label = Кушодани видео дар варақаи нав
    .accesskey = К
main-context-menu-image-copy =
    .label = Нусха бардоштани тасвир
    .accesskey = Н
main-context-menu-image-copy-link =
    .label = Нусха бардоштани пайванди тасвир
    .accesskey = Н
main-context-menu-video-copy-link =
    .label = Нусха бардоштани пайванди видео
    .accesskey = Н
main-context-menu-audio-copy-link =
    .label = Нусха бардоштани пайванди аудио
    .accesskey = Н
main-context-menu-image-save-as =
    .label = Нигоҳ доштани тасвир ҳамчун…
    .accesskey = Н
main-context-menu-image-email =
    .label = Ирсоли тасвир тавассути почта…
    .accesskey = И
main-context-menu-image-set-image-as-background =
    .label = Танзим кардани тасвир ҳамчун заминаи мизи корӣ…
    .accesskey = Т
main-context-menu-image-copy-text =
    .label = Нусха бардоштани матн аз тасвир
    .accesskey = Н
main-context-menu-image-info =
    .label = Дидани иттилооти тасвир
    .accesskey = Д
main-context-menu-image-desc =
    .label = Дидани тавсиф
    .accesskey = Д
main-context-menu-video-save-as =
    .label = Нигоҳ доштани видео ҳамчун…
    .accesskey = Н
main-context-menu-audio-save-as =
    .label = Нигоҳ доштани аудио ҳамчун…
    .accesskey = Н
main-context-menu-video-take-snapshot =
    .label = Гирифтани акси экран…
    .accesskey = Г
main-context-menu-video-email =
    .label = Ирсоли видео тавассути почта…
    .accesskey = И
main-context-menu-audio-email =
    .label = Ирсоли аудио тавассути почта…
    .accesskey = И
main-context-menu-save-to-pocket =
    .label = Нигоҳ доштани саҳифа ба { -pocket-brand-name }
    .accesskey = Н
main-context-menu-send-to-device =
    .label = Фиристодани саҳифа ба дастгоҳ
    .accesskey = Ф

## The access keys for "Use Saved Login" and "Use Saved Password"
## should be the same if possible; the two context menu items
## are mutually exclusive.

main-context-menu-use-saved-login =
    .label = Истифода кардани воридшавии нигоҳдошташуда
    .accesskey = И
# Displayed when there are saved passwords and the user clicks inside a username or password field
main-context-menu-use-saved-password =
    .label = Истифода кардани ниҳонвожаи нигоҳдошташуда
    .accesskey = И

##

main-context-menu-use-relay-mask =
    .label = Истифодаи ниқоби почтаи электронии «{ -relay-brand-short-name }»
    .accesskey = И
main-context-menu-suggest-strong-password =
    .label = Пешниҳод кардани ниҳонвожаи боқувват…
    .accesskey = П
main-context-menu-manage-logins2 =
    .label = Идоракунии воридшавиҳо
    .accesskey = И
main-context-menu-manage-passwords =
    .label = Идоракунии ниҳонвожаҳо
    .accesskey = д
main-context-menu-keyword =
    .label = Илова кардани калимаи калидӣ барои ин ҷустуҷӯ…
    .accesskey = И
main-context-menu-link-send-to-device =
    .label = Фиристодани пайванд ба дастгоҳ
    .accesskey = Ф
main-context-menu-frame =
    .label = Ин нақша
    .accesskey = И
main-context-menu-frame-show-this =
    .label = Намоиш додани танҳо ин нақша
    .accesskey = Н
main-context-menu-frame-open-tab =
    .label = Кушодани нақша дар варақаи нав
    .accesskey = К
main-context-menu-frame-open-window =
    .label = Кушодани нақша дар равзанаи нав
    .accesskey = К
main-context-menu-frame-reload =
    .label = Аз нав бор кардани нақша
    .accesskey = А
main-context-menu-frame-add-bookmark =
    .label = Гузоштани хатбарак барои ин чорчӯба…
    .accesskey = ч
main-context-menu-frame-save-as =
    .label = Нигоҳ доштани нақша ҳамчун…
    .accesskey = Н
main-context-menu-frame-print =
    .label = Чоп кардани нақша…
    .accesskey = Ч
main-context-menu-frame-view-source =
    .label = Дидани манбаи нақша
    .accesskey = Д
main-context-menu-frame-view-info =
    .label = Дидани иттилооти нақша
    .accesskey = Д
main-context-menu-print-selection-2 =
    .label = Чоп кардани интихоб…
    .accesskey = Ч
main-context-menu-view-selection-source =
    .label = Дидани манбаи интихоб
    .accesskey = Д
main-context-menu-take-screenshot =
    .label = Гирифтани акси экран
    .accesskey = Г
main-context-menu-take-frame-screenshot =
    .label = Гирифтани акси экран
    .accesskey = Г
main-context-menu-view-page-source =
    .label = Дидани манбаи саҳифа
    .accesskey = Д
main-context-menu-bidi-switch-text =
    .label = Иваз кардани самти матн
    .accesskey = И
main-context-menu-bidi-switch-page =
    .label = Иваз кардани самти матн дар саҳифа
    .accesskey = И
main-context-menu-inspect =
    .label = Баррасӣ
    .accesskey = Б
main-context-menu-inspect-a11y-properties =
    .label = Тафтиш кардани хусусиятҳои қобилияти дастрасӣ
main-context-menu-eme-learn-more =
    .label = Маълумоти бештар дар бораи DRM…
    .accesskey = М
# Variables
#   $containerName (String): The name of the current container
main-context-menu-open-link-in-container-tab =
    .label = Кушодани пайванд дар варақаи нави { $containerName }
    .accesskey = К
main-context-menu-reveal-password =
    .label = Нишон додани ниҳонвожа
    .accesskey = Н