sbgg.jetzt/page/copylink_strings.php

12 lines
197 B
PHP
Raw Normal View History

2024-07-26 16:00:23 +02:00
<?php
declare(strict_types = 1);
namespace Kimendisch\Sbgg_Jetzt;
$dict->define([
"copylink_hint_text" => [
"de" => "Bereichs-Link kopieren",
"en" => "Copy section link",
],
]);
?>