blob: 95d2ee6b864af0792d193577cab3196f91a18677 (
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 - Indikator Berbagi
webrtcIndicator.sharingCameraAndMicrophone.tooltip = Kamera dan mikrofon Anda sedang dibagikan. Klik untuk mengendalikan berbagi.
webrtcIndicator.sharingCamera.tooltip = Kamera Anda sedang dibagikan. Klik untuk mengendalikan berbagi.
webrtcIndicator.sharingMicrophone.tooltip = Mikrofon Anda sedang dibagikan. Klik untuk mengendalikan berbagi.
webrtcIndicator.sharingApplication.tooltip = Sebuah aplikasi sedang dibagikan. Klik untuk mengendalikan berbagi.
webrtcIndicator.sharingScreen.tooltip = Layar Anda sedang dibagikan. Klik untuk mengendalikan berbagi.
webrtcIndicator.sharingWindow.tooltip = Sebuah jendela sedang dibagikan. Klik untuk mengendalikan berbagi.
webrtcIndicator.sharingBrowser.tooltip = Sebuah tab sedang dibagikan. Klik untuk mengendalikan berbagi.
# 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 = Berbagi Kamera dengan "%S"
webrtcIndicator.sharingMicrophoneWith.menuitem = Berbagi Mikrofon dengan "%S"
webrtcIndicator.sharingApplicationWith.menuitem = Berbagi Sebuah Aplikasi dengan "%S"
webrtcIndicator.sharingScreenWith.menuitem = Berbagi Layar dengan "%S"
webrtcIndicator.sharingWindowWith.menuitem = Berbagi Sebuah Jendela dengan "%S"
webrtcIndicator.sharingBrowserWith.menuitem = Berbagi Tab dengan "%S"
webrtcIndicator.controlSharing.menuitem = Kendalikan Berbagi
# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingCameraWithNTabs.menuitem = Berbagi Kamera dengan #1 tab
# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = Berbagi Mikrofon dengan #1 tab
# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingApplicationWithNTabs.menuitem = Berbagi Sebuah Aplikasi dengan #1 tab
# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingScreenWithNTabs.menuitem = Berbagi Layar dengan #1 tab
# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
webrtcIndicator.sharingWindowWithNTabs.menuitem = Berbagi Sebuah Jendela dengan #1 tab
# 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 = Berbagi Tab dengan #1 tab
# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem):
# %S is the title of the tab using the share.
webrtcIndicator.controlSharingOn.menuitem = Kendali Berbagi pada "%S"
|