From 8662c5bdf4ab42b5db5af61ba1719c3eb4c03dee Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 30 Jan 2013 11:34:49 -0500 Subject: [PATCH] - Fixed: FS#2621 - OS update --- interface/web/sites/lib/lang/fi.lng | 34 +++++++++++++++++++++++++--------- 1 files changed, 25 insertions(+), 9 deletions(-) diff --git a/interface/web/sites/lib/lang/fi.lng b/interface/web/sites/lib/lang/fi.lng index 5ee8ebf..38d854e 100755 --- a/interface/web/sites/lib/lang/fi.lng +++ b/interface/web/sites/lib/lang/fi.lng @@ -1,17 +1,33 @@ <?php +$wb['Websites'] = 'Verkkotunnukset'; +$wb['Website'] = 'Verkkotunnukset'; +$wb['Subdomain'] = 'Aliverkkotunnus'; +$wb['Aliasdomain'] = 'Aliasverkkotunnus'; $wb['Database'] = 'Tietokanta'; +$wb['Web Access'] = 'Web Access'; +$wb['FTP-User'] = 'FTP-käyttäjätunnus'; +$wb['Webdav-User'] = 'WebDAV-Users'; +$wb['Folder'] = 'Protected Folders'; +$wb['Folder users'] = 'Protected Folder Users'; +$wb['Command Line'] = 'Command Line'; +$wb['Shell-User'] = 'Shell-käyttäjä'; +$wb['Cron Jobs'] = 'Ajastetut tehtävät'; +$wb['Statistics'] = 'Tilastot'; +$wb['Web traffic'] = 'WWW-liikenne'; +$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)'; +$wb['Cron'] = 'Cron'; +$wb['Stats'] = 'Tilastot'; +$wb['Shell'] = 'Shell'; +$wb['Webdav'] = 'WebDAV'; +$wb['FTP'] = 'FTP'; $wb['Options'] = 'Asetukset'; -$wb['Shell User'] = 'Shell-käyttäjä'; $wb['Domain'] = 'Verkkotunnus'; $wb['Redirect'] = 'Edelleenohjaus'; $wb['SSL'] = 'SSL'; -$wb['Subdomain'] = 'Aliverkkotunnus'; $wb['Sites'] = 'Verkkotunnukset'; -$wb['Aliasdomain'] = 'Aliasverkkotunnus'; -$wb['FTP-User'] = 'FTP-käyttäjätunnus'; -$wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Shell-käyttäjä'; -$wb['Shell'] = 'Shell'; -$wb['Websites'] = 'Verkkotunnukset'; -$wb['Stats'] = 'Statistics'; +$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'; ?> -- Gitblit v1.9.1