From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/lib/lang/hr.lng | 54 ++++++++++++++++++++++++++++++++---------------------- 1 files changed, 32 insertions(+), 22 deletions(-) diff --git a/interface/web/sites/lib/lang/hr.lng b/interface/web/sites/lib/lang/hr.lng index 4d0cd9d..8a18c47 100644 --- a/interface/web/sites/lib/lang/hr.lng +++ b/interface/web/sites/lib/lang/hr.lng @@ -1,25 +1,35 @@ <?php -$wb['Database'] = 'Database'; -$wb['Options'] = 'Options'; -$wb['Shell User'] = 'Shell User'; -$wb['Domain'] = 'Domain'; -$wb['Website'] = 'Website'; -$wb['Redirect'] = 'Redirect'; -$wb['SSL'] = 'SSL'; -$wb['Subdomain'] = 'Subdomain for website'; -$wb['Sites'] = 'Sites'; -$wb['Aliasdomain'] = 'Aliasdomain for website'; -$wb['FTP-User'] = 'FTP-User'; -$wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Shell-User'; -$wb['Shell'] = 'Shell'; -$wb['Webdav-User'] = 'Webdav User'; -$wb['Webdav'] = 'Webdav'; -$wb['Websites'] = 'Websites'; -$wb['Stats'] = 'Statistics'; +$wb['Websites'] = 'Web stranice'; +$wb['Website'] = 'Web stranice'; +$wb['Subdomain'] = 'Poddomena'; +$wb['Aliasdomain'] = 'Alias za web stranicu'; +$wb['Database'] = 'Baza'; +$wb['Web Access'] = 'Web Access'; +$wb['FTP-User'] = 'FTP korisnik'; +$wb['Webdav-User'] = 'Webdav korisnik'; +$wb['Folder'] = 'Protected Folders'; +$wb['Folder users'] = 'Protected Folder Users'; +$wb['Command Line'] = 'Command Line'; +$wb['Shell-User'] = 'Shell korisnik'; +$wb['Cron Jobs'] = 'Cron zadaci'; +$wb['Statistics'] = 'Statistike'; +$wb['Web traffic'] = 'Promet web stranice'; +$wb['Website quota (Harddisk)'] = 'Kvota web stranice (tvrdi disk)'; $wb['Cron'] = 'Cron'; -$wb['Cron Jobs'] = 'Cron Jobs'; -$wb['Statistics'] = 'Statistics'; -$wb['Web traffic'] = 'Web Traffic'; -$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)'; +$wb['Stats'] = 'Statistike'; +$wb['Shell'] = 'Shell'; +$wb['Webdav'] = 'WebDAV'; +$wb['FTP'] = 'FTP'; +$wb['Options'] = 'Opcije'; +$wb['Domain'] = 'Domena'; +$wb['Redirect'] = 'Preusmjeravanje'; +$wb['SSL'] = 'SSL'; +$wb['Sites'] = 'Sites'; +$wb['Database User'] = 'Database Users'; +$wb['APS Installer'] = 'APS Installer'; +$wb['Available packages'] = 'Available packages'; +$wb['Installed packages'] = 'Installed packages'; +$wb['Update Packagelist'] = 'Update Packagelist'; +$wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> -- Gitblit v1.9.1