Skip to content

Commit aa1fce5

Browse files
committed
Translated using Weblate (Croatian)
Currently translated at 100.0% (38 of 38 strings) Translation: MIKOPBX/ModulePhoneBook Translate-URL: https://weblate.mikopbx.com/projects/mikopbx/modulephonebook/hr/
1 parent 045371c commit aa1fce5

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

Messages/hr.php

+57
Original file line numberDiff line numberDiff line change
@@ -1 +1,58 @@
11
<?php
2+
return [
3+
'module_phnbk_UploadInProgress' => 'Prijenos datoteke na poslužitelj',
4+
/*
5+
* MikoPBX - free phone system for small business
6+
* Copyright © 2017-2024 Alexey Portnov and Nikolay Beketov
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU General Public License along with this program.
19+
* If not, see <https://www.gnu.org/licenses/>.
20+
*/
21+
'repModulePhoneBook' => 'Modul telefonskog imenika - %repesent%',
22+
'mo_ModuleModulePhoneBook' => 'Modul telefonskog imenika',
23+
'BreadcrumbModulePhoneBook' => 'telefonski imenik',
24+
'SubHeaderModulePhoneBook' => 'Omogućuje prikaz imena pozivatelja tijekom poziva i u povijesti razgovora',
25+
'module_phnbk_ColumnName' => 'Ime pretplatnika',
26+
'module_phnbk_ColumnNumber' => 'Telefon',
27+
'module_phnbk_AddNewRecord' => 'Dodaj novi unos',
28+
'module_phnbk_AlreadyExistWithThisNumber' => 'Zapis broj %repesent% već postoji',
29+
'module_phnbk_Connected' => 'Modul spojen',
30+
'module_phnbk_Disconnected' => 'Modul onemogućen',
31+
'module_phnbk_Search' => 'Pronaći...',
32+
'module_phnbk_ImportFromExcel' => 'Uvoz',
33+
'module_phnbk_ImportExcelTab' => 'Uvoz iz Excela',
34+
'module_phnbk_PhonebookTab' => 'telefonski imenik',
35+
'module_phnbk_ImportFromExcelLabel' => 'Odaberite Excel datoteku za preuzimanje',
36+
'module_phnbk_ExcelInstructionHeader' => 'Upute za preuzimanje telefonskog imenika iz Excela',
37+
'module_phnbk_ExcelInstructionStep1' => 'Datoteka mora biti u formatu <strong>.xls</strong> ili <strong>.xlsx.</strong>',
38+
'module_phnbk_ExcelInstructionStep2' => 'Datoteka mora sadržavati dva stupca:',
39+
'module_phnbk_ExcelInstructionStep2_1' => '<strong>CallerID</strong> - ime pretplatnika (na primjer: Ivan Ivanov).',
40+
'module_phnbk_ExcelInstructionStep2_2' => '<strong>Telefonski broj</strong> - u formatu <em>+7(926)123-45-67</em>.',
41+
'module_phnbk_ExcelInstructionStep3' => 'Svaki redak predstavlja unos u telefonskom imeniku.',
42+
'module_phnbk_ExcelInstructionStep4' => 'Provjerite jesu li podaci u datoteci točni prije nego što je učitate.',
43+
'module_phnbk_ImportError' => 'Pogreška prilikom spremanja unosa',
44+
'module_phnbk_SettingsTab' => 'postavke',
45+
'module_phnbk_disableInputMask' => 'Onemogući masku broja',
46+
'module_phnbk_DeleteAllRecords' => 'Očisti telefonski imenik',
47+
'module_phnbk_NoFileUploaded' => 'Uvezena datoteka nije učitana',
48+
'module_phnbk_invalidFormat' => 'Pogreška formata datoteke',
49+
'module_phnbk_DeleteAllTitle' => 'Pažnja!',
50+
'module_phnbk_DeleteAllDescription' => 'Svi unosi u telefonskom imeniku bit će trajno izbrisani; ako trebate izbrisati jedan ili neki unos, upotrijebite gumb u tablici.',
51+
'module_phnbk_CancelBtn' => 'Otkazati',
52+
'module_phnbk_Approve' => 'Izbriši sve',
53+
'module_phnbk_GeneraLFileUploadError' => 'Pogreška pri učitavanju datoteke',
54+
'module_phnbk_UploadError' => 'Pogreška preuzimanja datoteke',
55+
'module_phnbk_AllRecordsDeleted' => 'Svi unosi su izbrisani',
56+
'module_phnbk_RecognitionOnProgress' => 'Raščlanjivanje i učitavanje podataka iz datoteke',
57+
'module_phnbk_RecognitionFinished' => 'Učitavanje podataka dovršeno',
58+
];

0 commit comments

Comments
 (0)