Skip to content

Commit 41c6dfc

Browse files
authored
Minor improvements for Serbian translation
1 parent 6dd37cc commit 41c6dfc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

web/inc/i18n/sr.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'SERVER' => 'SERVER',
3838
'MEMORY' => 'MEMORIJA',
3939
'DISK' => 'DISK',
40-
'NETWORK' => 'MREŠA',
40+
'NETWORK' => 'MREŽA',
4141
'Web Log Manager' => 'Web Log Menadžer',
4242

4343
'no notifications' => 'nema notifikacija',
@@ -52,7 +52,7 @@
5252
'Add Database' => 'Dodaj bazu podataka',
5353
'Add Cron Job' => 'Dodaj cron job',
5454
'Create Backup' => 'Napravi Backup',
55-
'Configure' => 'Konfiguriranje',
55+
'Configure' => 'Konfigurisanje',
5656
'Restore All' => 'Vrati sve',
5757
'Add Package' => 'Dodaj paket',
5858
'Add IP' => 'Dodaj IP',
@@ -80,7 +80,7 @@
8080
'rebuild cron' => 'popravi cron',
8181
'update counters' => 'ažuriraj brojače',
8282
'suspend' => 'suspenduj',
83-
'unsuspend' => 'odbsuspenduj',
83+
'unsuspend' => 'odsuspenduj',
8484
'delete' => 'obriši',
8585
'show per user' => 'prikaz po korisniku',
8686
'login as' => 'loguj se kao',
@@ -174,21 +174,21 @@
174174
'Proxy Template' =>'Proxy template',
175175
'DNS Template' => 'DNS template',
176176
'Web Domains' => 'Web domena',
177-
'SSL Domains' => 'SSL domeni',
178-
'Web Aliases' => 'Web aliasi',
177+
'SSL Domains' => 'SSL domena',
178+
'Web Aliases' => 'Web aliasa',
179179
'per domain' => 'po domenu',
180180
'DNS Domains' => 'DNS Domena',
181-
'DNS domains' => 'DNS domeni',
182-
'DNS records' => 'DNS zapisi (DNS records)',
181+
'DNS domains' => 'DNS domena',
182+
'DNS records' => 'DNS zapisa (DNS records)',
183183
'Name Servers' => 'Name Serveri',
184184
'Mail Domains' => 'Mail domena',
185-
'Mail Accounts' => 'Mail nalozi',
185+
'Mail Accounts' => 'Mail naloga',
186186
'Cron Jobs' => 'Cron Job-ova',
187187
'SSH Access' => 'SSH pristup',
188188
'IP Address' => 'IP adresa',
189189
'IP Addresses' => 'IP adrese',
190190
'Backups' => 'Backup-ova',
191-
'Backup System' => 'Backup sistema',
191+
'Backup System' => 'Backup sistem',
192192
'backup exclusions' => 'backup izuzeci',
193193
'template' => 'template',
194194
'SSL Support' => 'SSL podrška',
@@ -213,7 +213,7 @@
213213
'Accounts' => 'Nalozi',
214214
'Quota' => 'Dozvoljeni prostor',
215215
'Autoreply' => 'Automatski odgovor',
216-
'Forward to' => 'Forward-uj',
216+
'Forward to' => 'Prosledi emailove na (Forward to)',
217217
'Do not store forwarded mail' => 'Nemoj čuvati forward-ovane emailove',
218218
'IMAP hostname' => 'IMAP hostname',
219219
'IMAP port' => 'IMAP port',
@@ -270,7 +270,7 @@
270270
'brute-force monitor' => 'brute-force monitor',
271271
'CPU' => 'CPU',
272272
'Memory' => 'Memorija',
273-
'Uptime' => 'Koliko radi',
273+
'Uptime' => 'Radi',
274274
'core package' => 'glavni paket',
275275
'php interpreter' => 'php interpreter',
276276
'internal web server' => 'interni web server',
@@ -338,7 +338,7 @@
338338
'databases' => 'baze podataka',
339339
'cron jobs' => 'cron jobs',
340340
'backups' => 'backup-ovi',
341-
'quota' => 'kodeljen prostor',
341+
'quota' => 'dodeljen prostor',
342342
'day of week' => 'dan u nedelji',
343343
'cmd' => 'cmd',
344344
'users' => 'korisnika',
@@ -578,7 +578,7 @@
578578
'preview' => 'pregled',
579579
'Reseller Role' => 'Reseller uloga',
580580
'Web Config Editor' => 'Web Config Editor',
581-
'Template Manager' => 'Template Manager',
581+
'Template Manager' => 'Template menadžer',
582582
'Backup Migration Manager' => 'Backup migracioni menadžer',
583583
'FileManager' => 'FileManager',
584584
'show: CPU / MEM / NET / DISK' => 'prikaz: CPU / MEM / NET / DISK',
@@ -688,13 +688,13 @@
688688
'Go to the Last File' => 'Idi na poslednji fajl',
689689
'Open File / Enter Directory' => 'Otvori fajl / Uđi u direktorijum',
690690
'Edit File' => 'Izmeni fajl',
691-
'Go to Parent Directory' => 'Odi u direktorijum ispred ovog',
691+
'Go to Parent Directory' => 'Idi u direktorijum ispred ovog',
692692
'Select Current File' => 'Selektuj trenutno izabrani fajl',
693693
'Select Bunch of Files' => 'Selektuj više fajlova',
694694
'Add File to the Current Selection' => 'Dodaj fajl u postojeću selekciju',
695695
'Select All Files' => 'Selektuj sve fajlove',
696696
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
697-
'prečice su slične prečicaca u legendarnom GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> fajl menadžeru',
697+
'prečice su slične prečicama u legendarnom GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> fajl menadžeru',
698698

699699
'Licence Key' => 'Licencni ključ',
700700
'Enter License Key' => 'Unesi ključ licence',

0 commit comments

Comments
 (0)