blob: d9c58f498fac5b6566d7989a044e6305538b0b62 (
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
|
# 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/.
# LOCALIZATION NOTE : FILE This file contains the webrtc global indicator strings
# LOCALIZATION NOTE (webrtcIndicator.windowtitle): %S is the brand name (e.g. Firefox).
# This string is used so that the window has a title in tools that enumerate/look for window
# titles. It is not normally visible anywhere.
webrtcIndicator.windowtitle = %S – Prieigos indikatorius
webrtcIndicator.sharingCameraAndMicrophone.tooltip = Šiuo metu leidžiama prieiti prie kompiuterio kameros ir mikrofono. Spustelėkite prieigai valdyti.
webrtcIndicator.sharingCamera.tooltip = Šiuo metu leidžiama prieiti prie kompiuterio kameros. Spustelėkite prieigai valdyti.
webrtcIndicator.sharingMicrophone.tooltip = Šiuo metu leidžiama prieiti prie kompiuterio mikrofono. Spustelėkite prieigai valdyti.
webrtcIndicator.sharingApplication.tooltip = Šiuo metu leidžiama matyti ekrane rodomą programą. Spustelėkite prieigai valdyti.
webrtcIndicator.sharingScreen.tooltip = Šiuo metu leidžiama matyti ekrane rodomą vaizdą. Spustelėkite prieigai valdyti.
webrtcIndicator.sharingWindow.tooltip = Šiuo metu leidžiama matyti ekrane rodomą langą. Spustelėkite prieigai valdyti.
webrtcIndicator.sharingBrowser.tooltip = Šiuo metu leidžiama matyti ekrane rodomą kortelę. Spustelėkite prieigai valdyti.
# LOCALIZATION NOTE : The following strings are only used on Mac for
# menus attached to icons near the clock on the mac menubar.
# LOCALIZATION NOTE (webrtcIndicator.sharing*With.menuitem):
# %S is the title of the tab using the share.
webrtcIndicator.sharingCameraWith.menuitem = Prieiga prie kompiuterio kameros suteikta „%S“
webrtcIndicator.sharingMicrophoneWith.menuitem = Prieiga prie kompiuterio mikrofono suteikta „%S“
webrtcIndicator.sharingApplicationWith.menuitem = Prieiga prie ekrane rodomos programos vaizdo suteikta „%S“
webrtcIndicator.sharingScreenWith.menuitem = Prieiga prie ekrane rodomo vaizdo suteikta „%S“
webrtcIndicator.sharingWindowWith.menuitem = Prieiga prie ekrane rodomo lango vaizdo suteikta „%S“
webrtcIndicator.sharingBrowserWith.menuitem = „%S“ turi prieigą prie kortelės
webrtcIndicator.controlSharing.menuitem = Valdyti prieigą
# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingCameraWithNTabs.menuitem = Prieiga prie kameros suteikta #1 kortelei;Prieiga prie kameros suteikta #1 kortelių;Prieiga prie kameros suteikta #1 kortelėms
# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = Prieiga prie mikrofono suteikta #1 kortelei;Prieiga prie mikrofono suteikta #1 kortelių;Prieiga prie mikrofono suteikta #1 kortelėms
# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingApplicationWithNTabs.menuitem = Prieiga prie ekrane rodomos programos vaizdo suteikta #1 kortelei;Prieiga prie ekrane rodomos programos vaizdo suteikta #1 kortelių;Prieiga prie ekrane rodomos programos vaizdo suteikta #1 kortelėms
# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingScreenWithNTabs.menuitem = Prieiga prie ekrane rodomo vaizdo suteikta #1 kortelei;Prieiga prie ekrane rodomo vaizdo suteikta #1 kortelių;Prieiga prie ekrane rodomo vaizdo suteikta #1 kortelėms
# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingWindowWithNTabs.menuitem = Prieiga prie ekrane rodomo lango vaizdo suteikta #1 kortelei;Prieiga prie ekrane rodomo lango vaizdo suteikta #1 kortelių;Prieiga prie ekrane rodomo lango vaizdo suteikta #1 kortelėms
# LOCALIZATION NOTE (webrtcIndicator.sharingBrowserWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
# This message is shown when the contents of a tab is shared during a WebRTC
# session, which currently is only possible with Loop/Hello.
webrtcIndicator.sharingBrowserWithNTabs.menuitem = Prieiga prie kortelėje rodomo vaizdo suteikta #1 kortelei;Prieiga prie kortelėje rodomo vaizdo suteikta #1 kortelių;Prieiga prie kortelėje rodomo vaizdo suteikta #1 kortelėms
# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem):
# %S is the title of the tab using the share.
webrtcIndicator.controlSharingOn.menuitem = Valdyti „%S“ prieigą
|