Skip to content

Commit 20b7535

Browse files
committed
Added translation using Weblate (Hebrew)
1 parent c7f140b commit 20b7535

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Messages/he.php

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?php
2+
return [
3+
/*
4+
* MikoPBX - free phone system for small business
5+
* Copyright © 2017-2024 Alexey Portnov and Nikolay Beketov
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation; either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along with this program.
18+
* If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
'repModuleGetSsl' => '',
21+
'mo_ModuleModuleGetSsl' => '',
22+
'BreadcrumbModuleGetSsl' => '',
23+
'SubHeaderModuleGetSsl' => '',
24+
'module_getssl_DomainNameLabel' => '',
25+
'module_getssl_autoUpdateLabel' => '',
26+
'module_getssl_getUpdateSSLButton' => '',
27+
'module_getssl_getUpdateLogHeader' => '',
28+
'module_getssl_DomainNameEmpty' => '',
29+
'module_getssl_ConfigStartsGenerating' => '',
30+
'module_getssl_ConfigGenerated' => '',
31+
'module_getssl_GetSSLProcessing' => '',
32+
'module_getssl_GetSSLProcessingTimeout' => '',
33+
];

0 commit comments

Comments
 (0)