mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-16 14:09:32 +00:00
Translate key comments in global-config.rsc to Indonesian
This commit is contained in:
parent
b62ca9b4ce
commit
f89ee9a241
1 changed files with 5 additions and 5 deletions
|
|
@ -1,21 +1,21 @@
|
||||||
#!rsc by RouterOS
|
#!rsc by RouterOS
|
||||||
# RouterOS script: global-config
|
# Skrip RouterOS: konfigurasi-global
|
||||||
# Copyright (c) 2013-2026 Christian Hesse <mail@eworm.de>
|
# Copyright (c) 2013-2026 Christian Hesse <mail@eworm.de>
|
||||||
# https://rsc.eworm.de/COPYING.md
|
# https://rsc.eworm.de/COPYING.md
|
||||||
#
|
#
|
||||||
# global configuration
|
# konfigurasi global
|
||||||
# https://rsc.eworm.de/
|
# https://rsc.eworm.de/
|
||||||
|
|
||||||
# Warning: Do *NOT* copy this line to overlay!
|
# Peringatan: JANGAN copy baris ini ke overlay!
|
||||||
:global GlobalConfigReady false;
|
:global GlobalConfigReady false;
|
||||||
# || ... but
|
# || ... but
|
||||||
# \||/ start
|
# \||/ start
|
||||||
# \/ here!
|
# \/ here!
|
||||||
|
|
||||||
# Set this to 'true' to disable news and change notifications.
|
# Atur ke 'true' untuk nonaktifkan notifikasi berita dan perubahan.
|
||||||
:global NoNewsAndChangesNotification false;
|
:global NoNewsAndChangesNotification false;
|
||||||
|
|
||||||
# Add extra text (or emojis) in notification tags.
|
# Tambah teks ekstra (atau emoji) di label notifikasi.
|
||||||
:global IdentityExtra "";
|
:global IdentityExtra "";
|
||||||
|
|
||||||
# This is used in DNS scripts ('ipsec-to-dns' and fallback in 'dhcp-to-dns')
|
# This is used in DNS scripts ('ipsec-to-dns' and fallback in 'dhcp-to-dns')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue