blob: 31f2c3446529c4db5c4ba7e4db4fbaca62fc3c21 (
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
|
# 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: This is currently placed under browser/base/content so that we can
# get the strings to appear without having our localization community need
# to go through and translate everything. Once these strings are ready for
# translation, we'll move it to the locales folder.
# 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.
webrtc-indicator-title = { -brand-short-name } - Indikilo de divido
webrtc-sharing-window = Vi dividas fenestroj de alia programo.
webrtc-sharing-browser-window = Vi dividas { -brand-short-name }.
webrtc-sharing-screen = Vi dividas vian tutan ekranon.
webrtc-stop-sharing-button = Ne plu dividi
webrtc-microphone-button =
.title = Via mikrofono estas dividata. Alkalku por agordi la dividon.
webrtc-camera-button =
.title = Via filimo estas dividata. Alklaku por agordi la dividon.
webrtc-microphone-unmuted =
.title = Malŝalti mikrofonon
webrtc-microphone-muted =
.title = Ŝalti mikrofonon
webrtc-camera-unmuted =
.title = Malŝalti filmilon
webrtc-camera-muted =
.title = Ŝalti filmilon
webrtc-minimize =
.title = Plejetigi la indikilon
# This string will display as a tooltip on supported systems where we show
# device sharing state in the OS notification area. We do not use these strings
# on macOS, as global menu bar items do not have native tooltips.
webrtc-camera-system-menu =
.label = Vi dividas vian filmilon. Alklaku por agordi la dividon.
webrtc-microphone-system-menu =
.label = Vi dividas vian mikrofonon. Alklaku por agordi la dividon.
webrtc-screen-system-menu =
.label = Vi dividas vian fenestron. Alklaku por agordi la dividon.
|