Initial Import in SourceForge

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/tags/postfixadmin-2.0.5@1 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.0.5
Mischa Peters 19 years ago
commit 80f1b4134d

@ -0,0 +1,50 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
REQUIRED!!
----------
- You are using Postfix 2.0 or higher.
- You are using Apache 1.3.27 or higher.
- You are using PHP 4.1 or higher (PHP 5.x or higher is not supported yet).
- You are using MySQL 3.23.xx or higher. (MySQL 4.1.xx or higher is not supported yet).
READ THIS FIRST!
----------------
When this is an upgrade from Postfix Admin 1.5.4 please read UPGRADE.TXT!!
When you are upgrading from 2.0.x please read TABLE_BACKUP_MX.TXT
More information is available on http://high5.net/howto/
1. Modify main.cf
-----------------
In order for Postfix to use MySQL for relay_domains add the following
to your main.cf
relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf
2. mysql_relay_domains_maps.cf
------------------------------
You will need to put this into a text file for postfix to pickup.
user = postfix
password = postfix
hosts = localhost
dbname = postfix
table = domain
select_field = domain
where_field = domain
additional_conditions = and backupmx = '1'
3. Restart Postfix
-------------------
When you are done make sure to restart Postfix so the changes take effect.

@ -0,0 +1,196 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
Version 2.0.5 -- 2004/08/21
---------------------------
- Added: Chinese language. (Thanx Matthew)
- Added: Catalan language. (Thanx Jaume)
- Added: Czech language. (Thanx Jakub)
- Added: Dynamic language detection.
- Added: Header in header.tpl to set charset header from language file.
- Added: More subroutines and alias checking for Vacation. (Thanx David)
- Added: Domain pass-through with certain pages.
- Added: Backup MX option for domain.
- Added: Log contains IP address of admin.
- Added: Pagination for alias/mailbox listing.
- Added: 2 additional language strings to support Backup MX.
- Added: Support for motd.txt (Domain Admins only).
- Added: Support for motd-admin.txt (Site Admins only).
- Added: Support for motd-users.txt (Users only).
- Added: Optional hostname for vacation.
- Added: generate_password() to generating random passwords for mailboxes.
- Changed: dk -> da, se -> sv, no-nn -> nn
- Changed: All email addresses are now converted to lowercase, strtolower().
- Changed: Moved onMouseOver to the CSS stylesheet.
- Changed: Moved font color to the CSS styleheet.
- Changed: PHP mail() is replaced by an internal function, smtp_mail().
- Changed: mysql_fetch_array() replaced with internal function db_array().
- Changed: mysql_fetch_assoc() replaced with internal function db_assoc().
- Changed: mysql_fetch_row() replaced with internal function db_row().
- Changed: Quota multiplier is now a configuration option.
- Fixed: Login didn't check for active flag.
- Fixed: Minor html table errors.
- Fixed: Row count by using COUNT(*).
- Fixed: Locked down subdirectories.
- Fixed: Create admin properly populates the domain_admins table.
- Fixed: Cleaned up stylesheet.css.
- Fixed: Delete mailbox properly removes vacation entries.
Version 2.0.4 -- 2004/02/26
----------------------------
- Added: Euskara language. (Thanx Julen)
- Added: Hungarian language. (Thanx Christian)
- Added: Icelandic language. (Thanx Gestur)
- Added: Italian language. (Thanx Stucchi)
- Added: Norwegian - Nynorsk language. (Thanx Paul)
- Added: Polish language. (Thanx Jarek)
- Added: Portuguese - Brazil language. (Thanx Roberto)
- Added: Rusian language. (Thanx Paul)
- Added: Turkish language (Thanx Onuryalazi)
- Added: Encode a string according to RFC 1522 for use in headers if it
contains 8-bit characters. (Thanx Evgeniy)
- Added: One click active change of mailbox/domain/admin. (Thanx Marcin)
- Changed: Header in header.tpl to read charset header from language file.
- Fixed: Some form values are now parsed through htmlspecialchars().
(Thanx Marcin)
- Fixed: admin/delete.php ignored $CONF['vacation'].
- Fixed: More minor fixes to Virtual Vacation.
Version 2.0.3 -- 2004/01/14
----------------------------
- Added: Site Admin email address.
- Added: Danish language. (Thanx Lars)
- Added: Dutch language. (Thanx Mourik)
- Added: Faroese language. (Thanx Danial)
- Added: Finnish language. (Thanx Palo)
- Added: French language. (Thanx Kuthz)
- Added: Swedish language. (Thanx Slite)
- Added: Ignoring of MAILER-DAEMON type emails for Vacation.
- Fixed: Minor issues regarding mail().
- Fixed: Minor issues regarding crypt().
- Fixed: Strip issue of email address for Vacation.
Version 2.0.2 -- 2004/01/06
----------------------------
- Added: German language. (Thanx Tobias)
- Added: Spanish language. (Thanx Alvaro)
- Fixed: The body was not included using sendmail.php.
- Fixed: Undefined variables.
- Fixed: Minor HTML cleanup.
Version 2.0.1 -- 2004/01/04
----------------------------
- Fixed: The language variable caused a problem on some systems.
Version 2.0.0 -- 2004/01/03
----------------------------
- Added: The ability for one domain admin to maintain multiple domains.
- Added: Domain to domain forwarding.
- Added: Mailboxes can now be activated or deactivated.
- Added: Configurable welcome message for new mailboxes.
- Added: Optional sending of welcome message.
- Added: Create alias "To" defaults to current domain.
- Added: Logging of admin / user actions.
- Added: Limit for aliases and/or mailboxes per domain.
- Added: Disable aliases and/or mailboxes per domain.
- Added: Max quota per mailbox per domain.
- Added: Multi-Language support.
- Added: Statistics overview for all domains.
- Added: User .forwarding for mailbox users.
- Added: Logo for Postfix Admin (Thanx Andrew).
- Added: Extra MySQL debugging capabilities.
- Added: Clear text password support.
- Added: PHP crypt() support.
- Changed: Separated logic and SQL from content.
- Changed: config.inc.php doesn't point to example.com anymore.
- Changed: Virtual Vacation no longer requires procmail.
- Changed: Complete re-write.
Version 1.5.4 -- 2003/06/16
----------------------------
- Added: Option for "Back to".
- Added: Option for Vacation module.
- Added: Table declaration for the use of Quota in the INSTALL.TXT.
This requires an additional local delivery agent.
Quotas are not supported by Postfix!
- Changed: The word "View" to "List".
Version 1.5.3 -- 2003/06/06
----------------------------
- Fixed: Even more minor bugs in regards to declaration of variables.
(Thanx Aquilante and Kyle_m)
Version 1.5.2 -- 2003/06/05
----------------------------
- Fixed: Minor bugs in regards to declaration of variables.
Version 1.5.1 -- 2003/06/04
----------------------------
- Added: Optional mailbox per domain directory structure. (Thanx Jim)
- Added: Option to completely control the stored aliases. (Thanx Alex)
- Change: config.inc.php is renamed to config.inc.php.sample. (Thanx Alex)
- Fixed: $PHP_SELF in config.inc.php and my_lib.php. (Thanx Jim)
Version 1.5.0 -- 2003/05/28
----------------------------
- Added: Support for "Back to Main Site"
- Added: config.inc.php as the main configuration file.
- Added: Drop down box for domain selection when adding a new admin.
- Added: Resend of test email to newly created mailbox.
- Added: Mailbox and Aliases count for domainview.
- Added: Change description of domain without deleting the complete
domain.
- Added: Change name of mailbox user without deleting the mailbox.
- Added: Expire headers for unnecessary reloads. (Thanx Alex)
- Fixed: Code clean up.
- Fixed: Minor bugs and cosmetic fixes.
- Fixed: Modified check_string() to check numbers and returns false if not
matched. (Thanx btaber)
- Fixed: Correct session handling in login.php (Thanx Yen-Wei Liu)
- Fixed: Correct deletion of RFC822 email addresses. (Thanx Yen-Wei Liu)
- Removed: Completely removed the site_lib.php.
- Removed: my_lib.php from the admin directory.
- Removed: Symlink to index.php.
Version 1.4.0 -- 2003/04/07
----------------------------
- Added: When deleting a domain, all aliases and mailboxes for that domain
are also deleted from the database.
- Added: Add standard aliases for every domain that is created.
These aliases can point to the main "local" administrator.
The aliases are configured in the config.php in the admin directory.
- Change: The layout of my_lib.php and site_lib.php have been changed.
- Change: Modifying an alias is now done with TEXTAREA for more
flexibility.
- Fixed: Minor bugs and cosmetic fixes.
Version 1.3.8a -- 2003/03/31
----------------------------
- Fixed: After deletion of a domain it would not return to the correct page.
Version 1.3.8 -- 2003/03/25
----------------------------
- Added: Admin password change. No longer needed to delete and re-enter
the admin user for a specific domain.
Version 1.3.7 -- 2002/12/24
----------------------------
- Initial public release of Postfix Admin.

@ -0,0 +1,139 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
# This is the complete database structure for Postfix Admin.
# If you are installing from scratch you can use this file otherwise you
# need to use the TABLE_CHANGES.TXT or TABLE_BACKUP_MX.TXT that comes with Postfix Admin.
#
# There are 2 entries for a database user in the file.
# One you can use for Postfix and one for Postfix Admin.
#
# If you run this file twice (2x) you will get an error on the user creation in MySQL.
# To go around this you can either comment the lines below "USE MySQL" until "USE postfix".
# Or you can remove the users from the database and run it again.
#
# You can create the database from the shell with:
#
# mysql -u root [-p] < DATABASE.TXT
#
# Postfix / MySQL
#
USE mysql;
# Postfix user & password
INSERT INTO user (Host, User, Password) VALUES ('localhost','postfix',password('postfix'));
INSERT INTO db (Host, Db, User, Select_priv) VALUES ('localhost','postfix','postfix','Y');
# Postfix Admin user & password
INSERT INTO user (Host, User, Password) VALUES ('localhost','postfixadmin',password('postfixadmin'));
INSERT INTO db (Host, Db, User, Select_priv, Insert_priv, Update_priv, Delete_priv) VALUES ('localhost', 'postfix', 'postfixadmin', 'Y', 'Y', 'Y', 'Y');
FLUSH PRIVILEGES;
GRANT USAGE ON postfix.* TO postfix@localhost;
GRANT SELECT, INSERT, DELETE, UPDATE ON postfix.* TO postfix@localhost;
GRANT USAGE ON postfix.* TO postfixadmin@localhost;
GRANT SELECT, INSERT, DELETE, UPDATE ON postfix.* TO postfixadmin@localhost;
CREATE DATABASE postfix;
USE postfix;
#
# Table structure for table admin
#
CREATE TABLE admin (
username varchar(255) NOT NULL default '',
password varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
modified datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
PRIMARY KEY (username),
KEY username (username)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Admins';
#
# Table structure for table alias
#
CREATE TABLE alias (
address varchar(255) NOT NULL default '',
goto text NOT NULL,
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
modified datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
PRIMARY KEY (address),
KEY address (address)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Aliases';
#
# Table structure for table domain
#
CREATE TABLE domain (
domain varchar(255) NOT NULL default '',
description varchar(255) NOT NULL default '',
aliases int(10) NOT NULL default '-1',
mailboxes int(10) NOT NULL default '-1',
maxquota int(10) NOT NULL default '-1',
transport varchar(255) default NULL,
backupmx tinyint(1) NOT NULL default '0',
created datetime NOT NULL default '0000-00-00 00:00:00',
modified datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
PRIMARY KEY (domain),
KEY domain (domain)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Domains';
#
# Table structure for table domain_admins
#
CREATE TABLE domain_admins (
username varchar(255) NOT NULL default '',
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
KEY username (username)
) TYPE=MyISAM COMMENT='Postfix Admin - Domain Admins';
#
# Table structure for table log
#
CREATE TABLE log (
timestamp datetime NOT NULL default '0000-00-00 00:00:00',
username varchar(255) NOT NULL default '',
domain varchar(255) NOT NULL default '',
action varchar(255) NOT NULL default '',
data varchar(255) NOT NULL default '',
KEY timestamp (timestamp)
) TYPE=MyISAM COMMENT='Postfix Admin - Log';
#
# Table structure for table mailbox
#
CREATE TABLE mailbox (
username varchar(255) NOT NULL default '',
password varchar(255) NOT NULL default '',
name varchar(255) NOT NULL default '',
maildir varchar(255) NOT NULL default '',
quota int(10) NOT NULL default '-1',
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
modified datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
PRIMARY KEY (username),
KEY username (username)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Mailboxes';
#
# Table structure for table vacation
#
CREATE TABLE vacation (
email varchar(255) NOT NULL default '',
subject varchar(255) NOT NULL default '',
body text NOT NULL,
cache text NOT NULL,
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
PRIMARY KEY (email),
KEY email (email)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Vacation';

@ -0,0 +1,94 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
REQUIRED!!
----------
- You are using Postfix 2.0 or higher.
- You are using Apache 1.3.27 or higher.
- You are using PHP 4.1 or higher (PHP 5.x or higher is not supported yet).
- You are using MySQL 3.23.xx or higher. (MySQL 4.1.xx or higher is not supported yet).
READ THIS FIRST!
----------------
When this is an upgrade from Postfix Admin 1.5.4 please read UPGRADE.TXT!!
1. Unarchive new Postfix Admin
------------------------------
Make sure that you are in your WWW directory and then unarchive the
Postfix Admin archive (whatever the filename is):
$ tar -zxvf postfixadmin-2.0.0.tgz
2. Change permissions
----------------------
Since the database password is stored in the config.inc.php it's a good idea
to have Postfix Admin set to the permission of the webserver. In this
example, we assume that user "www" and group "www" are the web server as is
often the case with Apache.
$ cd /usr/local/www
$ chown -R www:www postfixadmin-2.0.0
This is also a good idea for the file permissions.
$ cd /usr/local/www/postfixadmin
$ chmod 640 *.php *.css
$ cd /usr/local/www/postfixadmin/admin/
$ chmod 640 *.php .ht*
$ cd /usr/local/www/postfixadmin/images/
$ chmod 640 *.gif *.png
$ cd /usr/local/www/postfixadmin/languages/
$ chmod 640 *.lang
$ cd /usr/local/www/postfixadmin/templates/
$ chmod 640 *.tpl
$ cd /usr/local/www/postfixadmin/users/
$ chmod 640 *.php
Additionally, if "chown user:group" doesn't work, you can use "chown user"
and "chgrp group" instead. See the man pages for these commands for more
information.
3. Create the MySQL Tables
--------------------------
In DATABASE.TXT you can find the table structure that you need in order to
configure Postfix Admin and Postfix in general to work with Virtual Domains
and Users
4. Configure
------------
Check the config.inc.php file. There you can specify settings that are
relevant to your setup.
Postfix Admin contains 3 views of administration.
There is the Site Admin view, located at http://domain.tld/postfixadmin/admin/.
There is the Domain Admin view, located at http://domain.tld/postfixadmin/.
And there is the User Admin View, located at http://domain.tld/postfixadmin/users/.
In order to do the initial configuration you have to go to the Site Admin view.
The default password for the Site Admin view of Postfix Admin is admin/admin.
This is specified in the .htpasswd file in the /admin directory. Make sure
that the location of the .htpasswd file matches your path.
5. Done
-------
This is all that is needed. Fire up your browser and go to the site that you
specified to host Postfix Admin.
6. More information
-------------------
For more information you can go to the Postfix Admin forums.
http://forums.high5.net/index.php?c=4

@ -0,0 +1,50 @@
License for Postfix Admin:
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
The Original Code is Postfix Admin.
The Initial Developer of the Original Code is Mischa Peters <mischa@high5.net>.
Portions created by Mischa Peters are Copyright (c) 2002, 2003, 2004.
All Rights Reserved.
Contributor(s):
This project includes work by Mischa Peters and others that is:
Copyright (c) 2002,2003,2004 Mischa Peters
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
Neither the names of the copyright holders nor the names of the XLW
Group and its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

@ -0,0 +1,19 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
# mysql -u root [-p] < TABLE_BACKUP_MX.TXT
#
# Table structure for table domain_admins
#
USE postfix;
#
# Modify table structure for table domain
#
ALTER TABLE domain ADD transport VARCHAR(255) AFTER maxquota;
ALTER TABLE domain ADD backupmx TINYINT(1) DEFAULT '0' NOT NULL AFTER transport;

@ -0,0 +1,104 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
# mysql -u root [-p] < TABLE_CHANGES.TXT
#
# Table structure for table domain_admins
#
USE postfix;
CREATE TABLE IF NOT EXISTS domain_admins (
username varchar(255) NOT NULL default '',
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
KEY username (username)
) TYPE=MyISAM COMMENT='Postfix Admin - Domain Admins';
#
# Table structure for table log
#
CREATE TABLE IF NOT EXISTS log (
timestamp datetime NOT NULL default '0000-00-00 00:00:00',
username varchar(255) NOT NULL default '',
domain varchar(255) NOT NULL default '',
action varchar(255) NOT NULL default '',
data varchar(255) NOT NULL default '',
KEY timestamp (timestamp)
) TYPE=MyISAM COMMENT='Postfix Admin - Log';
#
# Table structure for table vacation
#
CREATE TABLE IF NOT EXISTS vacation (
email varchar(255) NOT NULL default '',
subject varchar(255) NOT NULL default '',
body text NOT NULL,
cache text NOT NULL,
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(1) NOT NULL default '1',
PRIMARY KEY (email),
KEY email (email)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Vacation';
#
# Modify table structure for table admin
#
ALTER TABLE admin CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE admin CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE admin ADD INDEX (username);
#
# Modify table structure for table alias
#
ALTER TABLE alias CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE alias CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE alias ADD INDEX (address);
#
# Modify table structure for table domain
#
ALTER TABLE domain CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE domain CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE domain ADD aliases INT(10) DEFAULT '-1' NOT NULL AFTER description;
ALTER TABLE domain ADD mailboxes INT(10) DEFAULT '-1' NOT NULL AFTER aliases;
ALTER TABLE domain ADD maxquota INT(10) DEFAULT '-1' NOT NULL AFTER mailboxes;
ALTER TABLE domain ADD transport VARCHAR(255) AFTER maxquota;
ALTER TABLE domain ADD backupmx TINYINT(1) DEFAULT '0' NOT NULL AFTER transport;
ALTER TABLE domain ADD INDEX (domain);
#
# Modify table structure for table mailbox
#
ALTER TABLE mailbox CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE mailbox CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
ALTER TABLE mailbox ADD quota INT(10) DEFAULT '-1' NOT NULL AFTER maildir;
ALTER TABLE mailbox ADD INDEX (username);
#
# Modify table structure for table vacation
#
ALTER TABLE vacation ADD domain VARCHAR(255) DEFAULT '' NOT NULL AFTER cache;
ALTER TABLE vacation ADD created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL AFTER domain;
ALTER TABLE vacation ADD active TINYINT(1) DEFAULT '' NOT NULL AFTER created;
ALTER TABLE vacation DROP PRIMARY KEY, ADD PRIMARY KEY(email);
#
# Dumping data for table domain_admins
#
INSERT INTO domain_admins (username,domain,created) SELECT admin.username,admin.domain,domain.created FROM admin LEFT JOIN domain ON domain.domain=admin.domain;
#
# Modify data for table vacation
#
UPDATE vacation SET domain=SUBSTRING_INDEX(email, '@', -1) WHERE email=email;
#
# Modify table structure for table domain
#
ALTER TABLE admin DROP domain;

@ -0,0 +1,91 @@
#############################
# Postfix Admin Release 2.x #
#############################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
REQUIRED!!
----------
- You are using Postfix 2.0 or higher.
- You are using Apache 1.3.27 or higher.
- You are using PHP 4.1 or higher (PHP 5.x or higher is not supported yet).
- You are using MySQL 3.23.xx or higher. (MySQL 4.1.xx or higher is not supported yet).
READ THIS FIRST!
----------------
It's recommened that you install Postfix Admin in a new folder and not
on-top of the old install!!
When you are upgrading from Postfix Admin 1.5x (or older), make sure you
backup your database before you run the TABLE_CHANGES.TXT on your database.
When you are upgrading from Postfix Admin 2.0.x, please read the BACKUP_MX.TXT.
1. Backup the Database
----------------------
When you install from a previous version make sure you backup your database
first. There are a lot of changes in the database structure since Postfix Admin
1.5.4.
$ mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql
2. Unarchive new Postfix Admin
------------------------------
Make sure that you are in your WWW directory and then unarchive the
Postfix Admin archive (whatever the filename is):
$ tar -zxvf postfixadmin-2.0.0.tgz
3. Change permissions
----------------------
Since the database password is stored in the config.inc.php it's a good idea
to have Postfix Admin set to the permission of the webserver. In this
example, we assume that user "www" and group "www" are the web server as is
often the case with Apache.
$ cd /usr/local/www
$ chown -R www:www postfixadmin-2.0.0
This is also a good idea for the file permissions.
$ cd /usr/local/www/postfixadmin-2.0.0
$ chmod 640 *.php *.css
$ cd /usr/local/www/postfixadmin-2.0.0/admin/
$ chmod 640 *.php .ht*
$ cd /usr/local/www/postfixadmin-2.0.0/images/
$ chmod 640 *.gif *.png
$ cd /usr/local/www/postfixadmin-2.0.0/languages/
$ chmod 640 *.lang
$ cd /usr/local/www/postfixadmin-2.0.0/templates/
$ chmod 640 *.tpl
$ cd /usr/local/www/postfixadmin-2.0.0/users/
$ chmod 640 *.php
Additionally, if "chown user:group" doesn't work, you can use "chown user"
and "chgrp group" instead. See the man pages for these commands for more
information.
4. Modify the MySQL Tables
--------------------------
In TABLE_CHANGES.TXT or TABLE_BACKUP_MX.TXT you can find the table structure that you need in order
to configure Postfix Admin 2.0.0 and Postfix in general to work with Virtual
Domains and Users
5. Configure
------------
Check the config.inc.php file. There you can specify settings that are
relevant to your setup.
6. Done
-------
This is all that is needed. Fire up your browser and go to the site that you
specified to host Postfix Admin.

@ -0,0 +1,512 @@
Introduction
============
This is a very first implementation of Postfix content filtering.
A Postfix content filter receives unfiltered mail from Postfix and
does one of the following:
- re-injects the mail back into Postfix, perhaps after changing content
- rejects the mail (by sending a suitable status code back to
Postfix) so that it is returned to sender.
- sends the mail somewhere else
This document describes two approaches to content filtering: simple
and advanced. Both filter all the mail by default.
At the end are examples that show how to filter only mail from
users, about using different filters for different domains that
you provide MX service for, and about selective filtering on the
basis of message envelope and/or header/body patterns.
Simple content filtering example
================================
The first example is simple to set up. It uses a shell script that
receives unfiltered mail from the Postfix pipe delivery agent, and
that feeds filtered mail back into the Postfix sendmail command.
Only mail arriving via SMTP will be content filtered.
..................................
: Postfix :
Unfiltered mail----->smtpd \ /local---->Filtered mail
: -cleanup->queue- :
---->pickup / \smtp----->Filtered mail
^ : | :
| : \pipe-----+
| .................................. |
| |
| |
+-Postfix sendmail<----filter script<--+
Mail is filtered by a /some/where/filter program. This can be a
simple shell script like this:
#!/bin/sh
# Localize these.
INSPECT_DIR=/var/spool/filter
SENDMAIL="/usr/sbin/sendmail -i"
# Exit codes from <sysexits.h>
EX_TEMPFAIL=75
EX_UNAVAILABLE=69
# Clean up when done or when aborting.
trap "rm -f in.$$" 0 1 2 3 15
# Start processing.
cd $INSPECT_DIR || { echo $INSPECT_DIR does not exist; exit $EX_TEMPFAIL; }
cat >in.$$ || { echo Cannot save mail to file; exit $EX_TEMPFAIL; }
# filter <in.$$ || { echo Message content rejected; exit $EX_UNAVAILABLE; }
$SENDMAIL "$@" <in.$$
exit $?
The idea is to first capture the message to file and then run the
content through a third-party content filter program.
- If the mail cannot be captured to file, mail delivery is deferred
by terminating with exit status 75 (EX_TEMPFAIL). Postfix will
try again after some delay.
- If the content filter program finds a problem, the mail is bounced
by terminating with exit status 69 (EX_UNAVAILABLE). Postfix
will return the message to the sender as undeliverable.
- If the content is OK, it is given as input to the Postfix sendmail
command, and the exit status of the filter command is whatever
exit status the Postfix sendmail command produces. Postfix will
deliver the message as usual.
I suggest that you run this script by hand until you are satisfied
with the results. Run it with a real message (headers+body) as
input:
% /some/where/filter -f sender recipient... <message-file
Once you're satisfied with the content filtering script:
1 - Create a dedicated local user account called "filter". This
user handles all potentially dangerous mail content - that is
why it should be a separate account. Do not use "nobody", and
most certainly do not use "root" or "postfix". The user will
never log in, and can be given a "*" password and non-existent
shell and home directory.
2 - Create a directory /var/spool/filter that is accessible only
to the "filter" user. This is where the content filtering script
is supposed to store its temporary files.
3 - Define the content filter in the Postfix master file:
/etc/postfix/master.cf:
filter unix - n n - - pipe
flags=Rq user=filter argv=/somewhere/filter -f ${sender} -- ${recipient}
To turn on content filtering for mail arriving via SMTP only, append
"-o content_filter=filter:dummy" to the master.cf entry that defines
the Postfix SMTP server:
/etc/postfix/master.cf:
smtp inet ...stuff... smtpd
-o content_filter=filter:dummy
The content_filter configuration parameter accepts the same syntax
as the right-hand side in a Postfix transport table. Execute
"postfix reload" to complete the change.
To turn off content filtering, edit the master.cf file, remove the
"-o content_filter=filter:dummy" text from the entry that defines
the Postfix SMTP server, and execute another "postfix reload".
With the shell script as shown above you will lose a factor of four
in Postfix performance for transit mail that arrives and leaves
via SMTP. You will lose another factor in transit performance for
each additional temporary file that is created and deleted in the
process of content filtering. The performance impact is less for
mail that is submitted or delivered locally, because such deliveries
are already slower than SMTP transit mail.
Simple content filter limitations
=================================
The problem with content filters like the one above is that they
are not very robust. The reason is that the software does not talk
a well-defined protocol with Postfix. If the filter shell script
aborts because the shell runs into some memory allocation problem,
the script will not produce a nice exit status as defined in the
file /usr/include/sysexits.h. Instead of going to the deferred
queue, mail will bounce. The same lack of robustness can happen
when the content filtering software itself runs into a resource
problem.
Advanced content filtering example
===================================
The second example is more complex, but can give much better
performance, and is less likely to bounce mail when the machine
runs into a resource problem. This approach uses content filtering
software that can receive and deliver mail via SMTP.
Some Anti-virus software is built to receive and deliver mail via
SMTP and is ready to use as an advanced Postfix content filter.
For non-SMTP capable content filtering software, Bennett Todd's
SMTP proxy implements a nice PERL/SMTP content filtering framework.
See: http://bent.latency.net/smtpprox/
The example given here filters all mail, including mail that arrives
via SMTP and mail that is locally submitted via the Postfix sendmail
command.
You can expect to lose about a factor of two in Postfix performance
for transit mail that arrives and leaves via SMTP, provided that
the content filter creates no temporary files. Each temporary file
created by the content filter adds another factor to the performance
loss.
We will set up a content filtering program that receives SMTP mail
via localhost port 10025, and that submits SMTP mail back into
Postfix via localhost port 10026.
..................................
: Postfix :
----->smtpd \ /local---->
: -cleanup->queue- :
---->pickup / ^ | \smtp----->
: | v :
: smtpd smtp :
: 10026 | :
......................|...........
^ |
| v
....|............
: | 10025 :
: filter :
: :
.................
To enable content filtering in this manner, specify in main.cf a
new parameter:
/etc/postfix/main.cf:
content_filter = scan:localhost:10025
This causes Postfix to add one extra content filtering record to
each incoming mail message, with content scan:localhost:10025.
The content filtering records are added by the smtpd and pickup
servers.
When a queue file has content filtering information, the queue
manager will deliver the mail to the specified content filter
regardless of its final destination.
In this example, "scan" is an instance of the Postfix SMTP client
with slightly different configuration parameters. This is how
one would set up the service in the Postfix master.cf file:
/etc/postfix/master.cf:
scan unix - - n - 10 smtp
Instead of a limit of 10 concurrent processes, use whatever process
limit is feasible for your machine. Content inspection software
can gobble up a lot of system resources, so you don't want to have
too much of it running at the same time.
The content filter can be set up with the Postfix spawn service,
which is the Postfix equivalent of inetd. For example, to instantiate
up to 10 content filtering processes on demand:
/etc/postfix/master.cf:
localhost:10025 inet n n n - 10 spawn
user=filter argv=/some/where/filter localhost 10026
"filter" is a dedicated local user account. The user will never
log in, and can be given a "*" password and non-existent shell and
home directory. This user handles all potentially dangerous mail
content - that is why it should be a separate account.
In the above example, Postfix listens on port localhost:10025. If
you want to have your filter listening on port localhost:10025
instead of Postfix, then you must run your filter as a stand-alone
program.
Note: the localhost port 10025 SMTP server filter should announce
itself as "220 localhost...". Postfix aborts delivery when it
connects to an SMTP server that uses the same hostname as Postfix
("host <servername> greeted me with my own hostname"), because that
normally means you have a mail delivery loop problem.
The example here assumes that the /some/where/filter command is a
PERL script. PERL has modules that make talking SMTP easy. The
command-line specifies that mail should be sent back into Postfix
via localhost port 10026.
The simplest content filter just copies SMTP commands and data
between its inputs and outputs. If it has a problem, all it has to
do is to reply to an input of `.' with `550 content rejected', and
to disconnect without sending `.' on the connection that injects
mail back into Postfix.
The job of the content filter is to either bounce mail with a
suitable diagnostic, or to feed the mail back into Postfix through
a dedicated listener on port localhost 10026:
/etc/postfix/master.cf:
localhost:10026 inet n - n - 10 smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o myhostname=localhost.domain.tld
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
Warning for Postfix version 2 users: in this SMTP server after the
content filter, do not override main.cf settings for virtual_alias_maps
or virtual_alias_domains. That would cause mail to be rejected with
"User unknown".
This SMTP server has the same process limit as the "filter" master.cf
entry.
The "-o content_filter=" requests no content filtering for incoming
mail.
The "-o local_recipient_maps=" and "-o relay_recipient_maps=" avoid
unnecessary table lookups.
The "-o myhostname=localhost.domain.tld" avoids false alarms ("host
<servername> greeted me with my own hostname") if your content
filter is based on a proxy that simply relays SMTP commands.
The "-o smtpd_xxx_restrictions" and "-o mynetworks=127.0.0.0/8"
turn off UCE controls that would only waste time here.
Squeezing out more performance
==============================
Many refinements are possible, such as running a specially-configured
smtp delivery agent for feeding mail into the content filter, and
turning off address rewriting before content filtering.
As the example below shows, things quickly become very complex,
because a lot of main.cf like information gets listed in the
master.cf file. This makes the system hard to understand.
Even worse, details change as Postfix evolves and different
configuration parameters are implemented by different programs.
If you need to squeeze out more performance, it is probably simpler
to run multiple Postfix instances, one before and one after the
content filter. That way, each instance can have simple main.cf
and master.cf files, each instance can have its own mail queue,
and the system will be easier to understand.
As before, we will set up a content filtering program that receives
SMTP mail via localhost port 10025, and that submits SMTP mail back
into Postfix via localhost port 10026.
.......................................
: Postfix :
----->smtpd \ :
: -pre-cleanup-\ /local---->
---->pickup / -queue- :
: -cleanup-/ | \smtp----->
: bounces/ ^ v :
: and locally | v :
: forwarded smtpd scan :
: messages 10026 | :
...........................|...........
^ |
| v
....|.............
: | 10025 :
: filter :
: :
..................
To enable content filtering in this manner, specify in main.cf a
new parameter:
/etc/postfix/main.cf:
content_filter = scan:localhost:10025
/etc/postfix/master.cf:
#
# These are the usual input "smtpd" and local "pickup" servers already
# present in master.cf. We add an option to select a non-default
# cleanup service (defined further below).
#
smtp inet n - n - - smtpd
-o cleanup_service_name=pre-cleanup
pickup fifo n - n 60 1 pickup
-o cleanup_service_name=pre-cleanup
#
# ------------------------------------------------------------------
#
# This is the cleanup daemon that handles messages in front of
# the content filter. It does header_checks and body_checks (if
# any), but does no virtual alias or canonical address mapping,
# so that mail passes through your content filter with the original
# recipient addresses mostly intact.
#
# Virtual alias or canonical address mapping happens in the second
# cleanup phase after the content filter. This gives the content_filter
# access to *largely* unmodified addresses for maximum flexibility.
#
# Some sites may specifically want to perform canonical or virtual
# address mapping in front of the content_filter. In that case you
# still have to enable address rewriting in the after-filter cleanup
# instance, in order to correctly process forwarded mail or bounced
# mail.
#
pre-cleanup unix n - n - 0 cleanup
-o canonical_maps=
-o sender_canonical_maps=
-o recipient_canonical_maps=
-o masquerade_domains=
-o virtual_alias_maps=
#
# ------------------------------------------------------------------
#
# This is the delivery agent that injects mail into the content
# filter. It is tuned for low concurrency, because most content
# filters burn CPU and use lots of memory. The process limit of 10
# re-enforces the effect of $default_destination_concurrency_limit.
# Even without an explicit process limit, the concurrency is bounded
# because all messages heading into the content filter have the same
# destination.
#
scan unix - - n - 10 smtp
#
# ------------------------------------------------------------------
#
# This is the SMTP listener that receives filtered messages from
# the content filter. It *MUST* clear the content_filter
# parameter to avoid loops, and use a different hostname to avoid
# triggering the Postfix SMTP loop detection code.
#
# This "smtpd" uses the normal cleanup service which is also used
# for bounces and for internally forwarded mail.
#
# The parameters from mynetworks onward disable all access
# control other than insisting on connections from one of the IP
# addresses of the host. This is typically overkill, but can
# reduce resource usage, if the default restrictions use lots of
# tables.
#
localhost:10026 inet n - n - - smtpd
-o content_filter=
-o myhostname=localhost.domain.tld
-o local_recipient_maps=
-o relay_recipient_maps=
-o mynetworks=127.0.0.0/8
-o mynetworks_style=host
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
#
# Do not override main.cf settings here for virtual_alias_maps or
# virtual_mailbox_maps. This causes mail to be rejected with "User
# unknown in virtual (alias|mailbox) recipient table".
#
# ------------------------------------------------------------------
#
# This is the normal cleanup daemon for use after content filtering.
# No header or body checks, because those have already been taken
# care of by the pre-cleanup service before the content filter.
#
# The normal cleanup instance does all the virtual alias and canonical
# address mapping that was disabled in the pre-cleanup instance before
# the content filter. This rewriting must be done even when you didn't
# disable address rewriting in the pre-cleanup instance, in order to
# correctly process bounces and locally forwarded mail.
#
cleanup unix n - n - 0 cleanup
-o header_checks=
-o mime_header_checks=
-o nested_header_checks=
-o body_checks=
#
# ------------------------------------------------------------------
#
# The normal "smtp" delivery agent for contrast with "scan".
#
smtp unix - - n - - smtp
The above example causes Postfix to add one content filtering record
to each incoming mail message, with content scan:localhost:10025.
You can use the same syntax as in the right-hand side of a Postfix
transport table. The content filtering records are added by the
smtpd and pickup servers.
The "scan" transport is a dedicated instance of the "smtp" delivery
agent for injecting messages into the SMTP content filter. Using
a dedicated "smtp" transport allows one to tune it for the specific
task of delivering mail to a local content filter (low latency,
low concurrency, throughput dependent on predictably low latency).
See the previous example for setting up the content filter with
the Postfix spawn service; you can of course use any server that
can be run stand-alone outside the Postfix environment.
Filtering mail from outside users only
======================================
The easiest approach is to configure ONE Postfix instance with TWO
SMTP server addresses in master.cf:
- One SMTP server address for inside users only that never invokes
content filtering.
- One SMTP server address for outside users that always invokes
content filtering.
/etc/postfix.master.cf:
# SMTP service for internal users only, no content filtering.
1.2.3.4:smtp inet n - n - - smtpd
-o smtpd_client_restrictions=permit_mynetworks,reject
127.0.0.1:smtp inet n - n - - smtpd
-o smtpd_client_restrictions=permit_mynetworks,reject
# SMTP service for external users, with content filtering.
1.2.3.5:smtp inet n - n - - smtpd
-o content_filter=foo:bar
Getting really nasty
====================
The above filtering configurations are static. Mail that follows
a given path is either always filtered or it is never filtered. As
of Postfix 2.0 you can also turn on content filtering on the fly.
The Postfix UCE features allow you to specify a filtering action
on the fly:
FILTER foo:bar
You can do this in smtpd access maps as well as the cleanup server's
header/body_checks. This feature must be used with great care:
you must disable all the UCE features in the after-filter smtpd
and cleanup daemons or else you will have a content filtering loop.
Limitations:
- There can be only one content filter action per message.
- FILTER actions from smtpd access maps and header/body_checks take
precedence over filters specified with the main.cf content_filter
parameter.
- Only the last FILTER action from smtpd access maps or from
header/body_checks takes effect.
- The same content filter is applied to all the recipients of a
given message.

@ -0,0 +1,133 @@
##################################################
# Virtual Vacation for Postfix Admin Release 2.x #
##################################################
#
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
#
REQUIRED!
---------
You need to have the following installed to be able to use Virtual Vacation.
- Perl5
- Perl DBI
About Virtual Vacation
----------------------
Virual Vacation is today done with a local shell account that can receive
email. The email is then handled by a Perl script which sends the Vacation
message back to the sender.
Install Virtual Vacation
------------------------
1. Create a local account
-------------------------
Create a dedicated local user account called "vacation".
This user handles all potentially dangerous mail content - that is why it
should be a separate account.
Do not use "nobody", and most certainly do not use "root" or "postfix". The
user will never log in, and can be given a "*" password and non-existent
shell and home directory.
This should look like this:
#/etc/passwd
vacation:*:65501:65501::0:0:Virtual Vacation:/nonexistent:/sbin/nologin
2. Create a directory
---------------------
Create a directory, for example /var/spool/vacation, that is accessible
only to the "vacation" user. This is where the content filtering script is
supposed to store its temporary files.
3. Define the filter
--------------------
Define the content filter in the Postfix master file:
#/etc/postfix/master.cf:
filter unix - n n - - pipe
flags=Rq user=filter argv=/somewhere/filter -f ${sender} -- ${recipient}
To turn on content filtering for mail arriving via SMTP only, append
"-o content_filter=filter:dummy" to the master.cf entry that defines
the Postfix SMTP server:
#/etc/postfix/master.cf:
smtp inet ...stuff... smtpd
-o content_filter=filter:dummy
The content_filter configuration parameter accepts the same syntax as the
right-hand side in a Postfix transport table.
Execute "postfix reload" to complete the change.
For more information on filtering in Postfix read the FILTER_README.
4. Copy the files
-----------------
$ cp mail-filter <HOME>/mail-filter
$ cp vacation.pl <HOME>/vacation.pl
$ chown -R vacation:nogroup <HOME>
Which will then look something like:
-rwx------ 1 vacation nogroup 409 Dec 21 00:00 mail-filter*
-rwx------ 1 vacation nogroup 3356 Dec 21 00:00 vacation.pl*
5. Create the table
-------------------
To use Virtual Vacation with Postfix Admin you need to create an extra table
in the database that is used by Postfix Admin.
USE postfix;
#
# Table structure for table vacation
#
CREATE TABLE vacation (
email varchar(255) NOT NULL default '',
subject varchar(255) NOT NULL default '',
body text NOT NULL,
cache text NOT NULL,
domain varchar(255) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
active tinyint(4) NOT NULL default '1',
PRIMARY KEY (email),
KEY email (email)
) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Vacation';
What do these files do?
-----------------------
mail-filter picks up every single email and pushes it towards the
vacation.pl
vacation.pl then checks the database to see wether a user is on holiday and
what message to send back. Make sure that vacation.pl is able to communicate
to your databse. In the first couple of lines you have to specify the
database, username and password for it.
NOTE: Make sure that the path to perl is correct.
I'm in trouble!
---------------
When something is not working there are a couple of files that you can have
a look at. The most important one is your maillog (usually in /var/log/).
Vacation.pl also has some debugging and logging capabilties. Check the top
of vacation.pl.
Done!
-----
When this is all in place you need to have a look at the Postfix Admin
config.inc.php. Here you need to enable Virtual Vacation for the site.

@ -0,0 +1,17 @@
<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header ("Location: ../login.php");
exit;
?>

@ -0,0 +1,17 @@
#!/bin/sh
FILTER_DIR=/home/vacation
SENDMAIL="/usr/sbin/sendmail -i"
EX_TEMPFAIL=75
EX_UNAVAILABLE=69
trap "rm -f in.$$" 0 1 2 3 15
cd $FILTER_DIR || { echo $FILTER_DIR does not exist; exit $EX_TEMPFAIL; }
cat > in.$$ || { echo Cannot save mail to file; exit $EX_TEMPFAIL; }
/home/vacation/vacation.pl < in.$$ || { echo Message content rejected; exit $EX_UNAVAILABLE; }
$SENDMAIL "$@" < in.$$
exit $?

@ -0,0 +1,193 @@
#!/usr/bin/perl -w
#
# Virtual Vacation
# Version 3.0
# Copyright (c) 2002, 2003, 2004 High5!
# Created by: Mischa Peters <mischa at high5 dot net>
# Changes:
# Jul 13 2004 David Osborn <ossdev at daocon.com>
# Uses strict, processes domain level aliases, more
# subroutines, send reply from original to address
#
#
use DBI;
use strict;
my $db_type = 'mysql';
my $db_host = 'localhost';
my $db_user = 'postfixadmin';
my $db_pass = 'postfixadmin';
my $db_name = 'postfix';
my $sendmail = "/usr/sbin/sendmail";
my $logfile = ""; # specify a file name here for example: vacation.log
my $debugfile = ""; # sepcify a file name here for example: vacation.debug
my $dbh = DBI->connect("DBI:$db_type:$db_name:$db_host", "$db_user", "$db_pass", { RaiseError => 1 });
sub do_query {
my ($query) = @_;
my $sth = $dbh->prepare($query) or die "Can't prepare $query: $dbh->errstr\n";
$sth->execute or die "Can't execute the query: $sth->errstr";
return $sth;
}
sub do_debug {
my ($in1, $in2, $in3, $in4, $in5, $in6) = @_;
my $date;
open (DEBUG, ">> $debugfile") or die ("Unable to open debug file");
chop ($date = `date "+%Y/%m/%d %H:%M:%S"`);
print DEBUG "====== $date ======\n";
print DEBUG "$in1 $in2 $in3 $in4 $in5 $in6\n";
close (DEBUG);
}
sub do_cache {
my ($to, $from) = @_;
my $query = qq{SELECT cache FROM vacation WHERE email='$to' AND FIND_IN_SET('$from',cache)};
my $sth = do_query ($query);
my $rv = $sth->rows;
if ($rv == 0) {
$query = qq{UPDATE vacation SET cache=CONCAT(cache,',','$from') WHERE email='$to'};
$sth = do_query ($query);
}
return $rv;
}
sub do_log {
my ($to, $from, $subject) = @_;
my $date;
open (LOG, ">> $logfile") or die ("Unable to open log file");
chop ($date = `date "+%Y/%m/%d %H:%M:%S"`);
print LOG "$date: $to - $from - $subject\n";
close (LOG);
}
sub do_mail {
my ($to, $from, $subject, $body) = @_;
open (MAIL, "| $sendmail -t -f $to") or die ("Unable to open sendmail");
print MAIL "From: $to\n";
print MAIL "To: $from\n";
print MAIL "Subject: $subject\n";
print MAIL "X-Loop: Postfix Admin Virtual Vacation\n\n";
print MAIL "$body";
close (MAIL);
}
sub find_real_address {
my ($email) = @_;
my $realemail;
my $query = qq{SELECT email FROM vacation WHERE email='$email' and active=1};
my $sth = do_query ($query);
my $rv = $sth->rows;
# Recipient has vacation
if ($rv == 1) {
$realemail = $email;
} else {
$query = qq{SELECT goto FROM alias WHERE address='$email'};
$sth = do_query ($query);
$rv = $sth->rows;
# Recipient is an alias, check if mailbox has vacation
if ($rv == 1) {
my @row = $sth->fetchrow_array;
my $alias = $row[0];
$query = qq{SELECT email FROM vacation WHERE email='$alias' and active=1};
$sth = do_query ($query);
$rv = $sth->rows;
# Alias has vacation
if ($rv == 1) {
$realemail = $alias;
}
# We still have to look for domain level aliases...
} else {
my ($user, $domain) = split(/@/, $email);
$query = qq{SELECT goto FROM alias WHERE address='\@$domain'};
$sth = do_query ($query);
$rv = $sth->rows;
# The receipient has a domain level alias
if ($rv == 1) {
my @row = $sth->fetchrow_array;
my $wildcard_dest = $row[0];
my ($wilduser, $wilddomain) = split(/@/, $wildcard_dest);
# Check domain alias
if ($wilduser) {
($rv, $realemail) = find_real_address ($wildcard_dest);
} else {
my $new_email = $user . '@' . $wilddomain;
($rv, $realemail) = find_real_address ($new_email);
}
}
}
}
return ($rv, $realemail);
}
sub send_vacation_email {
my ($email, $orig_subject, $orig_from, $orig_to) = @_;
my $query = qq{SELECT subject,body FROM vacation WHERE email='$email'};
my $sth = do_query ($query);
my $rv = $sth->rows;
if ($rv == 1) {
my @row = $sth->fetchrow_array;
if (do_cache ($email, $orig_from)) { return; }
if ($debugfile) { do_debug ("[SEND RESPONSE]:\n", "FROM: $email (orig-to: $orig_to)\n", "TO: $orig_from\n", "SUBJECT: $orig_subject\n", "VACATION SUBJECT: $row[0]\n", "VACATION BODY: $row[1]\n"); }
do_mail ($email, $orig_from, $row[0], $row[1]);
if ($logfile) { do_log ($email, $orig_from, $orig_subject); }
}
}
########################### main #################################
my ($from, $to, $cc, $subject);
# Take headers apart
while (<STDIN>) {
last if (/^$/);
if (/^from:\s+(.*)\n$/i) { $from = $1; }
if (/^to:\s+(.*)\n$/i) { $to = $1; }
if (/^cc:\s+(.*)\n$/i) { $cc = $1; }
if (/^subject:\s+(.*)\n$/i) { $subject = $1; }
if (/^precedence:\s+(bulk|list|junk)/i) { exit (0); }
if (/^x-loop:\s+postfix\ admin\ virtual\ vacation/i) { exit (0); }
}
# If either From: or To: are not set, exit
if (!$from || !$to) { exit (0); }
$from = lc ($from);
# Check if it's an obvious sender, exit
if ($from =~ /([\w\-.%]+\@[\w.-]+)/) { $from = $1; }
if ($from eq "" || $from =~ /^owner-|-(request|owner)\@|^(mailer-daemon|postmaster)\@/i) { exit (0); }
# Strip To: and Cc: and push them in array
my @strip_cc_array;
my @strip_to_array = split(/, */, lc ($to) );
if (defined $cc) { @strip_cc_array = split(/, */, lc ($cc) ); }
push (@strip_to_array, @strip_cc_array);
my @search_array;
# Strip email address from headers
for (@strip_to_array) {
if ($debugfile) { do_debug ("[STRIP RECIPIENTS]: ", $_, "-", "-", "-", "-"); }
if ($_ =~ /([\w\-.%]+\@[\w.-]+)/) { push (@search_array, $1); }
}
# Search for email address which has vacation
for (@search_array) {
my ($rv, $email) = find_real_address ($_);
if ($rv == 1) {
if ($debugfile) { do_debug ("[FOUND VACATION]: ", "$email", "-", "-", "-", "-"); }
send_vacation_email ($email, $subject, $from, $to);
}
}
0;

@ -0,0 +1,8 @@
AuthUserFile /usr/local/www/<domain.tld>/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "Postfix Admin"
AuthType Basic
<limit GET POST>
require valid-user
</limit>

@ -0,0 +1 @@
admin:$apr1$5ip4S/..$cmAmYFlZa1gLHGwFFw2.G0

@ -0,0 +1,81 @@
<?php
//
// File: backup.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$path = "/tmp/";
$filename = "postfixadmin-" . date ("Ymd") . ".sql";
$backup = $path . $filename;
$header = "#\n# Postfix Admin $version\n# Date: " . date ("D M j G:i:s T Y") . "\n#\n";
if (!$fh = fopen ($backup, 'w'))
{
$tMessage = "<div class=\"standout\">Cannot open file ($backup)</div>";
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
else
{
fwrite ($fh, $header);
$tables = array('admin','alias','domain','domain_admins','log','mailbox','vacation');
for ($i = 0 ; $i < sizeof ($tables) ; ++$i)
{
$result = db_query ("SHOW CREATE TABLE $tables[$i]");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
fwrite ($fh, "$row[1]\n\n");
}
}
}
for ($i = 0 ; $i < sizeof ($tables) ; ++$i)
{
$result = db_query ("SELECT * FROM $tables[$i]");
if ($result['rows'] > 0)
{
while ($row = db_assoc ($result['result']))
{
foreach ($row as $key=>$val)
{
$fields[] = $key;
$values[] = $val;
}
fwrite ($fh, "INSERT INTO ". $tables[$i] . " (". implode (',',$fields) . ") VALUES ('" . implode ('\',\'',$values) . "')\n");
$fields = "";
$values = "";
}
}
}
}
header ("Content-Type: application/octet-stream");
header ("Content-Disposition: attachment; filename=\"$filename\"");
header ("Content-Transfer-Encoding: binary");
header ("Content-Length: " . filesize("$backup"));
header ("Content-Description: Postfix Admin");
$download_backup = fopen ("$backup", "r");
fpassthru ($download_backup);
}
?>

@ -0,0 +1,99 @@
<?php
//
// File: create-admin.php
//
// Template File: admin_create-admin.tpl
//
//
// Template Variables:
//
// tMessage
// tUsername
// tDomains
//
// Form POST \ GET Variables:
//
// fUsername
// fPassword
// fPassword2
// fDomains
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_domains = list_domains ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$pAdminCreate_admin_username_text = $PALANG['pAdminCreate_admin_username_text'];
$tDomains[] = "";
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_create-admin.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fUsername = $_POST['fUsername'];
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
if (isset ($_POST['fDomains'])) { $fDomains = $_POST['fDomains']; }
if (!check_email ($fUsername))
{
$error = 1;
$tUsername = $_POST['fUsername'];
if (isset ($_POST['fDomains'])) $tDomains = $_POST['fDomains'];
$pAdminCreate_admin_username_text = $PALANG['pAdminCreate_admin_username_text_error1'];
}
if (empty ($fUsername) or admin_exist ($fUsername))
{
$error = 1;
$tUsername = $_POST['fUsername'];
if (isset ($_POST['fDomains'])) $tDomains = $_POST['fDomains'];
$pAdminCreate_admin_username_text = $PALANG['pAdminCreate_admin_username_text_error2'];
}
if (empty ($fPassword) or ($fPassword != $fPassword2))
{
$error = 1;
$tUsername = $_POST['fUsername'];
if (isset ($_POST['fDomains'])) $tDomains = $_POST['fDomains'];
$pAdminCreate_admin_username_text = $PALANG['pAdminCreate_admin_username_text'];
$pAdminCreate_admin_password_text = $PALANG['pAdminCreate_admin_password_text_error'];
}
if ($error != 1)
{
$password = pacrypt("$fPassword");
$result = db_query ("INSERT INTO admin (username,password,created,modified) VALUES ('$fUsername','$password',NOW(),NOW())");
if ($result['rows'] != 1)
{
$tMessage = $PALANG['pAdminCreate_admin_result_error'] . "<br />($fUsername)<br />";
}
else
{
if (isset ($fDomains[0]))
{
for ($i = 0; $i < sizeof ($fDomains); $i++)
{
$domain = $fDomains[$i];
$result = db_query ("INSERT INTO domain_admins (username,domain,created) VALUES ('$fUsername','$domain',NOW())");
}
}
$tMessage = $PALANG['pAdminCreate_admin_result_succes'] . "<br />($fUsername)</br />";
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_create-admin.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,117 @@
<?php
//
// File: create-alias.php
//
// Template File: create-alias.tpl
//
// Template Variables:
//
// tMessage
// tAddress
// tGoto
// tDomain
//
// Form POST \ GET Variables:
//
// fAddress
// fGoto
// fDomain
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_domains = list_domains ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$pCreate_alias_goto_text = $PALANG['pCreate_alias_goto_text'];
if (isset ($_GET['domain'])) { $tDomain = $_GET['domain']; }
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/create-alias.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pCreate_alias_goto_text = $PALANG['pCreate_alias_goto_text'];
$fAddress = $_POST['fAddress'] . "@" . $_POST['fDomain'];
$fAddress = strtolower ($fAddress);
$fGoto = $_POST['fGoto'];
$fGoto = strtolower ($fGoto);
$fDomain = $_POST['fDomain'];
if (!preg_match ('/@/',$fGoto))
{
$fGoto = $fGoto . "@" . $_POST['fDomain'];
}
if (!check_alias ($fDomain))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error3'];
}
if (empty ($fAddress) or !check_email ($fAddress))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error1'];
}
if (empty ($fGoto) or !check_email ($fGoto))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_goto_text = $PALANG['pCreate_alias_goto_text_error'];
}
if ($_POST['fAddress'] == "*") $fAddress = "@" . $_POST['fDomain'];
$result = db_query ("SELECT * FROM alias WHERE address='$fAddress'");
if ($result['rows'] == 1)
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error2'];
}
if ($error != 1)
{
if (preg_match ('/^\*@(.*)$/', $fGoto, $match)) $fGoto = "@" . $match[1];
$result = db_query ("INSERT INTO alias (address,goto,domain,created,modified) VALUES ('$fAddress','$fGoto','$fDomain',NOW(),NOW())");
if ($result['rows'] != 1)
{
$tDomain = $fDomain;
$tMessage = $PALANG['pCreate_alias_result_error'] . "<br />($fAddress -> $fGoto)<br />";
}
else
{
db_log ($CONF['admin_email'], $fDomain, "create alias", "$fAddress -> $fGoto");
$tDomain = $fDomain;
$tMessage = $PALANG['pCreate_alias_result_succes'] . "<br />($fAddress -> $fGoto)</br />";
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/create-alias.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,104 @@
<?php
//
// File: create-domain.php
//
// Template File: admin_create-domain.tpl
//
// Template Variables:
//
// tMessage
// tDomain
// tDescription
// tAliases
// tMailboxes
// tMaxquota
// tDefaultaliases
//
// Form POST \ GET Variables:
//
// fDomain
// fDescription
// fAliases
// fMailboxes
// fMaxquota
// fDefaultaliases
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$tAliases = $CONF['aliases'];
$tMailboxes = $CONF['mailboxes'];
$tMaxquota = $CONF['maxquota'];
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_create-domain.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fDomain = $_POST['fDomain'];
$fDescription = $_POST['fDescription'];
$fAliases = $_POST['fAliases'];
$fMailboxes = $_POST['fMailboxes'];
if (isset ($_POST['fMaxquota'])) $fMaxquota = $_POST['fMaxquota'];
if (isset ($_POST['fDefaultaliases'])) $fDefaultaliases = $_POST['fDefaultaliases'];
if (isset ($_POST['fBackupmx'])) $fBackupmx = $_POST['fBackupmx'];
if (empty ($fDomain) or domain_exist ($fDomain))
{
$error = 1;
$tDomain = $_POST['fDomain'];
$tDescription = $_POST['fDescription'];
$tAliases = $_POST['fAliases'];
$tMailboxes = $_POST['fMailboxes'];
if (isset ($_POST['fMaxquota'])) $tMaxquota = $_POST['fMaxquota'];
if (isset ($_POST['fDefaultaliases'])) $tDefaultaliases = $_POST['fDefaultaliases'];
if (isset ($_POST['fBackupmx'])) $tBackupmx = $_POST['fBackupmx'];
$pAdminCreate_domain_domain_text = $PALANG['pAdminCreate_domain_domain_text_error'];
}
if ($error != 1)
{
$tAliases = $CONF['aliases'];
$tMailboxes = $CONF['mailboxes'];
$tMaxquota = $CONF['maxquota'];
if ($fBackupmx == "on")
{
$fAliases = 0;
$fMailboxes = 0;
$fMaxquota = 0;
$fBackupmx = 1;
}
$result = db_query ("INSERT INTO domain (domain,description,aliases,mailboxes,maxquota,backupmx,created,modified) VALUES ('$fDomain','$fDescription','$fAliases','$fMailboxes','$fMaxquota','$fBackupmx',NOW(),NOW())");
if ($result['rows'] != 1)
{
$tMessage = $PALANG['pAdminCreate_domain_result_error'] . "<br />($fDomain)<br />";
}
else
{
if ($fDefaultaliases == "on")
{
foreach ($CONF['default_aliases'] as $address=>$goto)
{
$address = $address . "@" . $fDomain;
$result = db_query ("INSERT INTO alias (address,goto,domain,created,modified) VALUES ('$address','$goto','$fDomain',NOW(),NOW())");
}
}
$tMessage = $PALANG['pAdminCreate_domain_result_succes'] . "<br />($fDomain)</br />";
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_create-domain.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,216 @@
<?php
//
// File: create-mailbox.php
//
// Template File: create-mailbox.tpl
//
// Template Variables:
//
// tMessage
// tUsername
// tName
// tQuota
// tDomain
//
// Form POST \ GET Variables:
//
// fUsername
// fPassword
// fPassword2
// fName
// fQuota
// fDomain
// fActive
// fMail
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_domains = list_domains ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$tQuota = $CONF['maxquota'];
$pCreate_mailbox_password_text = $PALANG['pCreate_mailbox_password_text'];
$pCreate_mailbox_name_text = $PALANG['pCreate_mailbox_name_text'];
$pCreate_mailbox_quota_text = $PALANG['pCreate_mailbox_quota_text'];
if (isset ($_GET['domain'])) { $tDomain = $_GET['domain']; }
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/create-mailbox.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pCreate_mailbox_password_text = $PALANG['pCreate_mailbox_password_text'];
$pCreate_mailbox_name_text = $PALANG['pCreate_mailbox_name_text'];
$pCreate_mailbox_quota_text = $PALANG['pCreate_mailbox_quota_text'];
$fUsername = $_POST['fUsername'] . "@" . $_POST['fDomain'];
$fUsername = strtolower ($fUsername);
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
$fName = $_POST['fName'];
$fDomain = $_POST['fDomain'];
if (isset ( $_POST['fQuota'])) $fQuota = $_POST['fQuota'];
if (isset ( $_POST['fActive'])) $fActive = $_POST['fActive'];
if (isset ( $_POST['fMail'])) $fMail = $_POST['fMail'];
if (!check_mailbox ($fDomain))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error3'];
}
if (empty ($fUsername) or !check_email ($fUsername))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error1'];
}
if (empty ($fPassword) or ($fPassword != $fPassword2))
{
if ($CONF['generate_password'] == "YES")
{
$fPassword = generate_password ();
}
else
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_password_text = $PALANG['pCreate_mailbox_password_text_error'];
}
}
if (!check_quota ($fQuota, $fDomain))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_quota_text = $PALANG['pCreate_mailbox_quota_text_error'];
}
$result = db_query ("SELECT * FROM alias WHERE address='$fUsername'");
if ($result['rows'] == 1)
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error2'];
}
if ($error != 1)
{
$password = pacrypt ($fPassword);
if ($CONF['domain_path'] == "YES")
{
if ($CONF['domain_in_mailbox'] == "YES")
{
$maildir = $fDomain . "/" . $fUsername . "/";
}
else
{
$maildir = $fDomain . "/" . $_POST['fUsername'] . "/";
}
}
else
{
$maildir = $fUsername . "/";
}
if (!empty ($fQuota)) $quota = $fQuota * $CONF['quota_multiplier'];
if ($fActive == "on") $fActive = 1;
$result = db_query ("INSERT INTO alias (address,goto,domain,created,modified,active) VALUES ('$fUsername','$fUsername','$fDomain',NOW(),NOW(),'$fActive')");
if ($result['rows'] != 1)
{
$tDomain = $fDomain;
$tMessage = $PALANG['pAlias_result_error'] . "<br />($fUsername -> $fUsername)</br />";
}
$result = db_query ("INSERT INTO mailbox (username,password,name,maildir,quota,domain,created,modified,active) VALUES ('$fUsername','$password','$fName','$maildir','$quota','$fDomain',NOW(),NOW(),'$fActive')");
if ($result['rows'] != 1)
{
$tDomain = $fDomain;
$tMessage .= $PALANG['pCreate_mailbox_result_error'] . "<br />($fUsername)<br />";
}
else
{
db_log ($CONF['admin_email'], $fDomain, "create mailbox", $fUsername);
$tDomain = $fDomain;
$tMessage = $PALANG['pCreate_mailbox_result_succes'] . "<br />($fUsername";
if ($CONF['generate_password'] == "YES")
{
$tMessage .= " / $fPassword)</br />";
}
else
{
$tMessage .= ")</br />";
}
$tQuota = $CONF['maxquota'];
if ($fMail == "on")
{
$fTo = $fUsername;
$fFrom = $CONF['admin_email'];
$fHeaders = "To: " . $fTo . "\n";
$fHeaders .= "From: " . $fFrom . "\n";
if (!empty ($PALANG['charset']))
{
$fHeaders .= encode_header ($PALANG['pSendmail_subject_text'], $PALANG['charset']) . "\n";
$fHeaders .= "MIME-Version: 1.0\n";
$fHeaders .= "Content-Type: text/plain; charset=" . $PALANG['charset'] . "\n";
$fHeaders .= "Content-Transfer-Encoding: 8bit\n";
}
else
{
$fHeaders .= "Subject: " . $PALANG['pSendmail_subject_text'] . "\n\n";
}
$fHeaders .= $PALANG['pSendmail_body_text'];
if (!smtp_mail ($fTo, $fFrom, $fHeaders))
{
$tMessage .= "<br />" . $PALANG['pSendmail_result_error'] . "<br />";
}
else
{
$tMessage .= "<br />" . $PALANG['pSendmail_result_succes'] . "<br />";
}
}
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/create-mailbox.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,125 @@
<?php
//
// File: delete.php
//
// Template File: message.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fTable
// fWhere
// fDelete
// fDomain
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['table'])) $fTable = $_GET['table'];
if (isset ($_GET['where'])) $fWhere = $_GET['where'];
if (isset ($_GET['delete'])) $fDelete = $_GET['delete'];
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
if (empty ($fTable))
{
$error = 1;
}
if ($fTable == "domain")
{
$result_domain = db_delete ("domain",$fWhere,$fDelete);
$result_domain_admins = db_delete ("domain_admins",$fWhere,$fDelete);
$result_alias = db_delete ("alias",$fWhere,$fDelete);
$result_mailbox = db_delete ("mailbox",$fWhere,$fDelete);
$result_log = db_delete ("log",$fWhere,$fDelete);
if ($CONF['vacation'] == "YES")
{
$result_vacation = db_delete ("vacation",$fWhere,$fDelete);
}
if (!($result_domain == 1) and ($result_domain_admins >= 0) and ($result_alias >= 0) and ($result_mailbox >= 0) and ($result_vacation >= 0))
{
$error = 1;
$tMessage = $PALANG['pAdminDelete_domain_error'];
}
else
{
$url = "list-domain.php";
}
}
if ($fTable == "admin")
{
$result_admin = db_delete ("admin",$fWhere,$fDelete);
$result_domain_admins = db_delete ("domain_admins",$fWhere,$fDelete);
if (!($result_admin == 1) and ($result_domain_admins >= 0))
{
$error = 1;
$tMessage = $PALANG['pAdminDelete_admin_error'];
}
else
{
$url = "list-admin.php";
}
}
if ($fTable == "alias" or $fTable == "mailbox")
{
$result = db_query ("DELETE FROM alias WHERE address='$fDelete' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pDelete_delete_error'] . "<b>$fDelete</b> (alias)!</div>";
}
else
{
$url = "list-virtual.php?domain=$fDomain";
db_log ($CONF['admin_email'], $fDomain, "delete alias", $fDelete);
}
$result = db_query ("SELECT * FROM mailbox WHERE username='$fDelete' AND domain='$fDomain'");
if ($result['rows'] == 1)
{
$result = db_query ("DELETE FROM mailbox WHERE username='$fDelete' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pDelete_delete_error'] . "<b>$fDelete</b> (mailbox)!</div>";
}
else
{
$url = "list-virtual.php?domain=$fDomain";
db_query ("DELETE FROM vacation WHERE email='$fDelete' AND domain='$fDomain'");
db_log ($CONF['admin_email'], $fDomain, "delete mailbox", $fDelete);
}
}
}
if ($error != 1)
{
header ("Location: $url");
exit;
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("../templates/header.tpl");
include ("../templates/menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,50 @@
<?php
//
// File: edit-active.php
//
// Template File: message.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fUsername
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['username'])) $fUsername = $_GET['username'];
$result = db_query ("UPDATE admin SET active=1-active WHERE username='$fUsername'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pAdminEdit_admin_result_error'];
}
if ($error != 1)
{
header ("Location: list-admin.php");
exit;
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,50 @@
<?php
//
// File: edit-active.php
//
// Template File: message.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fDomain
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
$result = db_query ("UPDATE domain SET active=1-active WHERE domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pAdminEdit_domain_result_error'];
}
if ($error != 1)
{
header ("Location: list-domain.php");
exit;
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,56 @@
<?php
//
// File: edit-active.php
//
// Template File: message.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fUsername
// fDomain
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['username'])) $fUsername = $_GET['username'];
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
$result = db_query ("UPDATE mailbox SET active=1-active WHERE username='$fUsername' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pEdit_mailbox_result_error'];
}
else
{
db_log ($CONF['admin_email'], $fDomain, "edit active", $fUsername);
}
if ($error != 1)
{
header ("Location: list-virtual.php?domain=$fDomain");
exit;
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/message.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,115 @@
<?php
//
// File: edit-admin.php
//
// Template File: admin_edit-admin.tpl
//
// Template Variables:
//
// tDescription
// tAliases
// tMailboxes
// tMaxquota
// tActive
//
// Form POST \ GET Variables:
//
// fDescription
// fAliases
// fMailboxes
// fMaxquota
// fActive
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$username = $_GET['username'];
$list_domains = list_domains ();
$tDomains = list_domains_for_admin ($username);
$result = db_query ("SELECT * FROM admin WHERE username='$username'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$tActive = $row['active'];
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_edit-admin.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$username = $_GET['username'];
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
$fActive = $_POST['fActive'];
$fDomains = $_POST['fDomains'];
$list_domains = list_domains ();
if ($fPassword != $fPassword2)
{
$error = 1;
$tActive = $_POST['fActive'];
$tDomains = $_POST['fDomains'];
$pAdminEdit_admin_password_text = $PALANG['pAdminEdit_admin_password_text_error'];
}
if ($error != 1)
{
if (empty ($fPassword) and empty ($fPassword2))
{
if ($fActive == "on") $fActive = 1;
$result = db_query ("UPDATE admin SET modified=NOW(),active='$fActive' WHERE username='$username'");
}
else
{
$password = pacrypt ($fPassword);
if ($fActive == "on") $fActive = 1;
$result = db_query ("UPDATE admin SET password='$password',modified=NOW(),active='$fActive' WHERE username='$username'");
}
if (sizeof ($fDomains) > 0)
{
for ($i = 0; $i < sizeof ($fDomains); $i++)
{
$domain = $fDomains[$i];
$result_domains = db_query ("INSERT INTO domain_admins (username,domain,created) VALUES ('$username','$domain',NOW())");
}
}
if ($result['rows'] == 1)
{
if (isset ($fDomains[0]))
{
$result = db_query ("DELETE FROM domain_admins WHERE username='$username'");
for ($i = 0; $i < sizeof ($fDomains); $i++)
{
$domain = $fDomains[$i];
$result = db_query ("INSERT INTO domain_admins (username,domain,created) VALUES ('$username','$domain',NOW())");
}
}
header ("Location: list-admin.php");
}
else
{
$tMessage = $PALANG['pAdminEdit_admin_result_error'];
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_edit-admin.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,99 @@
<?php
//
// File: edit-alias.php
//
// Template File: edit-alias.tpl
//
// Template Variables:
//
// tMessage
// tGoto
//
// Form POST \ GET Variables:
//
// fAddress
// fDomain
// fGoto
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$fAddress = $_GET['address'];
$fDomain = $_GET['domain'];
$result = db_query ("SELECT * FROM alias WHERE address='$fAddress' AND domain='$fDomain'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$tGoto = $row['goto'];
}
else
{
$tMessage = $PALANG['pEdit_alias_address_error'];
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/edit-alias.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pEdit_alias_goto = $PALANG['pEdit_alias_goto'];
$fAddress = $_GET['address'];
$fAddress = strtolower ($fAddress);
$fDomain = $_GET['domain'];
$fGoto = $_POST['fGoto'];
$fGoto = strtolower ($fGoto);
if (empty ($fGoto))
{
$error = 1;
$tGoto = $fGoto;
$tMessage = $PALANG['pEdit_alias_goto_text_error1'];
}
$goto = preg_replace ('/\r\n/', ',', $fGoto);
$goto = preg_replace ('/[\s]+/i', '', $goto);
$goto = preg_replace ('/\,*$/', '', $goto);
$array = preg_split ('/,/', $goto);
for ($i = 0; $i < sizeof ($array); $i++) {
if (in_array ("$array[$i]", $CONF['default_aliases'])) continue;
if (empty ($array[$i])) continue;
if (!check_email ($array[$i]))
{
$error = 1;
$tGoto = $goto;
$tMessage = $PALANG['pEdit_alias_goto_text_error2'] . "$array[$i]</div>";
}
}
if ($error != 1)
{
$result = db_query ("UPDATE alias SET goto='$goto',modified=NOW() WHERE address='$fAddress' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$tMessage = $PALANG['pEdit_alias_result_error'];
}
else
{
db_log ($CONF['admin_email'], $fDomain, "edit alias", "$fAddress -> $goto");
header ("Location: list-virtual.php?domain=$fDomain");
exit;
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/edit-alias.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,82 @@
<?php
//
// File: edit-domain.php
//
// Template File: admin_edit-domain.tpl
//
// Template Variables:
//
// tDescription
// tAliases
// tMailboxes
// tMaxquota
// tActive
//
// Form POST \ GET Variables:
//
// fDescription
// fAliases
// fMailboxes
// fMaxquota
// fActive
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$domain = $_GET['domain'];
$domain_properties = get_domain_properties ($domain);
$tDescription = $domain_properties['description'];
$tAliases = $domain_properties['aliases'];
$tMailboxes = $domain_properties['mailboxes'];
$tMaxquota = $domain_properties['maxquota'];
$tBackupmx = $domain_properties['backupmx'];
$tActive = $domain_properties['active'];
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_edit-domain.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$domain = $_GET['domain'];
$fDescription = $_POST['fDescription'];
$fAliases = $_POST['fAliases'];
$fMailboxes = $_POST['fMailboxes'];
$fMaxquota = $_POST['fMaxquota'];
if (isset ($_POST['fBackupmx'])) { $fBackupmx = $_POST['fBackupmx']; }
if (isset ($_POST['fActive'])) { $fActive = $_POST['fActive']; }
if ($fBackupmx == "on")
{
$fAliases = 0;
$fMailboxes = 0;
$fMaxquota = 0;
$fBackupmx = 1;
}
if ($fActive == "on") { $fActive = 1; }
$result = db_query ("UPDATE domain SET description='$fDescription',aliases='$fAliases',mailboxes='$fMailboxes',maxquota='$fMaxquota',backupmx='$fBackupmx',active='$fActive',modified=NOW() WHERE domain='$domain'");
if ($result['rows'] == 1)
{
header ("Location: list-domain.php");
}
else
{
$tMessage = $PALANG['pAdminEdit_domain_result_error'];
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_edit-domain.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,116 @@
<?php
//
// File: edit-mailbox.php
//
// Template File: edit-mailbox.tpl
//
// Template Variables:
//
// tMessage
// tName
// tQuota
//
// Form POST \ GET Variables:
//
// fUsername
// fDomain
// fPassword
// fPassword2
// fName
// fQuota
// fActive
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$fUsername = $_GET['username'];
$fDomain = $_GET['domain'];
$result = db_query ("SELECT * FROM mailbox WHERE username='$fUsername' AND domain='$fDomain'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$tName = $row['name'];
$tQuota = $row['quota'] / $CONF['quota_multiplier'];
$tActive = $row['active'];
}
else
{
$tMessage = $PALANG['pEdit_mailbox_login_error'];
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/edit-mailbox.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pEdit_mailbox_password_text = $PALANG['pEdit_mailbox_password_text_error'];
$pEdit_mailbox_quota_text = $PALANG['pEdit_mailbox_quota_text'];
$fUsername = $_GET['username'];
$fUsername = strtolower ($fUsername);
$fDomain = $_GET['domain'];
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
$fName = $_POST['fName'];
if (isset ($_POST['fQuota'])) $fQuota = $_POST['fQuota'];
if (isset ($_POST['fActive'])) $fActive = $_POST['fActive'];
if ($fPassword != $fPassword2)
{
$error = 1;
$tName = $fName;
$tQuota = $fQuota;
$pEdit_mailbox_password_text = $PALANG['pEdit_mailbox_password_text_error'];
}
if (!check_quota ($fQuota, $fDomain))
{
$error = 1;
$tName = $fName;
$tQuota = $fQuota;
$pEdit_mailbox_quota_text = $PALANG['pEdit_mailbox_quota_text_error'];
}
if ($error != 1)
{
if (!empty ($fQuota)) $quota = $fQuota * $CONF['quota_multiplier'];
if ($fActive == "on") $fActive = 1;
if (empty ($fPassword) and empty ($fPassword2))
{
$result = db_query ("UPDATE mailbox SET name='$fName',quota='$quota',modified=NOW(),active='$fActive' WHERE username='$fUsername' AND domain='$fDomain'");
}
else
{
$password = pacrypt ($fPassword);
$result = db_query ("UPDATE mailbox SET password='$password',name='$fName',quota='$quota',modified=NOW(),active='$fActive' WHERE username='$fUsername' AND domain='$fDomain'");
}
if ($result['rows'] != 1)
{
$tMessage = $PALANG['pEdit_mailbox_result_error'];
}
else
{
db_log ($CONF['admin_email'], $fDomain, "edit mailbox", $fUsername);
header ("Location: list-virtual.php?domain=$fDomain");
exit;
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/edit-mailbox.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,3 @@
<?php
header ("Location: list-admin.php");
?>

@ -0,0 +1,44 @@
<?php
//
// File: list-admin.php
//
// Template File: list-admin.tpl
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_admins = list_admins ();
if ((is_array ($list_admins) and sizeof ($list_admins) > 0))
{
for ($i = 0; $i < sizeof ($list_admins); $i++)
{
$admin_properties[$i] = get_admin_properties ($list_admins[$i]);
}
}
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_list-admin.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_list-admin.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,71 @@
<?php
//
// File: list-domain.php
//
// Template File: admin_list-domain.tpl
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// fUsername
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_admins = list_admins ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['username']))
{
$fUsername = $_GET['username'];
$list_domains = list_domains_for_admin ($fUsername);
if ($list_domains != 0)
{
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
$domain_properties[$i] = get_domain_properties ($list_domains[$i]);
}
}
}
else
{
$list_domains = list_domains ();
if ((is_array ($list_domains) and sizeof ($list_domains) > 0))
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
$domain_properties[$i] = get_domain_properties ($list_domains[$i]);
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_list-domain.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fUsername = $_POST['fUsername'];
$list_domains = list_domains_for_admin ($fUsername);
if (!empty ($list_domains))
{
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
$domain_properties[$i] = get_domain_properties ($list_domains[$i]);
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_list-domain.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,152 @@
<?php
//
// File: list-virtual.php
//
// Template File: admin_list-virtual.tpl
//
// Template Variables:
//
// tMessage
// tAlias
// tMailbox
//
// Form POST \ GET Variables:
//
// fDomain
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_domains = list_domains ();
$tAlias = array();
$tMailbox = array();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$fDisplay = 0;
$page_size = $CONF['page_size'];
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
if (isset ($_GET['limit'])) $fDisplay = $_GET['limit'];
if ((is_array ($list_domains) and sizeof ($list_domains) > 0)) if (empty ($fDomain)) $fDomain = $list_domains[0];
$limit = get_domain_properties ($fDomain);
if ((is_array ($list_domains) and sizeof ($list_domains) > 0)) if (empty ($fDomain)) $fDomain = $list_domains[1];
if ($CONF['alias_control'] == "YES")
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias WHERE alias.domain='$fDomain' ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
else
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias LEFT JOIN mailbox ON alias.address=mailbox.username WHERE alias.domain='$fDomain' AND mailbox.maildir IS NULL ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
$result = db_query ("$query");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tAlias[] = $row;
}
}
$result = db_query ("SELECT * FROM mailbox WHERE domain='$fDomain' ORDER BY username LIMIT $fDisplay, $page_size");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tMailbox[] = $row;
}
}
if (isset ($limit))
{
if ($fDisplay >= $page_size)
{
$tDisplay_back_show = 1;
$tDisplay_back = $fDisplay - $page_size;
}
if (($limit['alias_count'] > $page_size) or ($limit['mailbox_count'] > $page_size))
{
$tDisplay_up_show = 1;
}
if ((($fDisplay + $page_size) < $limit['alias_count']) or (($fDisplay + $page_size) < $limit['mailbox_count']))
{
$tDisplay_next_show = 1;
$tDisplay_next = $fDisplay + $page_size;
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_list-virtual.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fDisplay = 0;
$page_size = $CONF['page_size'];
$fDomain = $_POST['fDomain'];
if (isset ($_POST['limit'])) $fDisplay = $_POST['limit'];
$limit = get_domain_properties ($fDomain);
if ($CONF['alias_control'] == "YES")
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias WHERE alias.domain='$fDomain' ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
else
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias LEFT JOIN mailbox ON alias.address=mailbox.username WHERE alias.domain='$fDomain' AND mailbox.maildir IS NULL ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
$result = db_query ("$query");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tAlias[] = $row;
}
}
$result = db_query ("SELECT * FROM mailbox WHERE domain='$fDomain' ORDER BY username LIMIT $fDisplay, $page_size");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tMailbox[] = $row;
}
}
if (isset ($limit))
{
if ($fDisplay >= $page_size)
{
$tDisplay_back_show = 1;
$tDisplay_back = $fDisplay - $page_size;
}
if (($limit['alias_count'] > $page_size) or ($limit['mailbox_count'] > $page_size))
{
$tDisplay_up_show = 1;
}
if ((($fDisplay + $page_size) < $limit['alias_count']) or (($fDisplay + $page_size) < $limit['mailbox_count']))
{
$tDisplay_next_show = 1;
$tDisplay_next = $fDisplay + $page_size;
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/admin_list-virtual.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,61 @@
<?php
//
// File: viewlog.php
//
// Template File: viewlog.tpl
//
// Template Variables:
//
// tMessage
// tLog
//
// Form POST \ GET Variables:
//
// fDomain
//
require ("../variables.inc.php");
require ("../config.inc.php");
require ("../functions.inc.php");
include ("../languages/" . check_language () . ".lang");
$list_domains = list_domains ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if ((is_array ($list_domains) and sizeof ($list_domains) > 0)) $fDomain = $list_domains[0];
$result = db_query ("SELECT * FROM log WHERE domain='$fDomain' ORDER BY timestamp DESC LIMIT 10");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tLog[] = $row;
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/viewlog.tpl");
include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fDomain = $_POST['fDomain'];
$result = db_query ("SELECT * FROM log WHERE domain='$fDomain' ORDER BY timestamp DESC LIMIT 10");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tLog[] = $row;
}
}
include ("../templates/header.tpl");
include ("../templates/admin_menu.tpl");
include ("../templates/viewlog.tpl");
include ("../templates/footer.tpl");
}
?>

@ -0,0 +1,109 @@
<?php
//
// File: config.inc.php
//
if (ereg ("config.inc.php", $_SERVER['PHP_SELF']))
{
header ("Location: login.php");
exit;
}
// Language config
// Language files are located in './languages'.
$CONF['default_language'] = 'en';
// Database Config
// 'database_type' is for future reference.
$CONF['database_type'] = 'mysql';
$CONF['database_host'] = 'localhost';
$CONF['database_user'] = 'postfixadmin';
$CONF['database_password'] = 'postfixadmin';
$CONF['database_name'] = 'postfix';
// Site Admin
// Define the Site Admins email address below.
// This will be used to send emails from to create mailboxes.
$CONF['admin_email'] = 'postmaster@domain.tld';
// Mail Server
// Hostname (FQDN) of your mail server.
// This is used to send email to Postfix in order to create mailboxes.
$CONF['smtp_server'] = "localhost";
$CONF['smtp_port'] = "25";
// Encrypt
// In what way do you want the passwords to be crypted?
// md5crypt = internal postfix admin md5
// system = whatever you have set as your PHP system default
// cleartext = clear text passwords (ouch!)
$CONF['encrypt'] = 'md5crypt';
// Generate Password
// Generate a random password for a mailbox and display it.
// If you want to automagicly generate paswords set this to 'YES'.
$CONF['generate_password'] = 'NO';
// Page Size
// Set the number of entries that you would like to see
// in one page.
$CONF['page_size'] = '10';
// Default Aliases
// The default aliases that need to be created for all domains.
$CONF['default_aliases'] = array (
'abuse' => 'abuse@domain.tld',
'hostmaster' => 'hostmaster@domain.tld',
'postmaster' => 'postmaster@domain.tld',
'webmaster' => 'webmaster@domain.tld'
);
// Mailboxes
// If you want to store the mailboxes per domain set this to 'YES'.
// Example: /usr/local/virtual/domain.tld/username@domain.tld
$CONF['domain_path'] = 'NO';
// If you don't want to have the domain in your mailbox set this to 'NO'.
// Example: /usr/local/virtual/domain.tld/username
$CONF['domain_in_mailbox'] = 'YES';
// Default Domain Values
// Specify your default values below. Quota in MB.
$CONF['aliases'] = '10';
$CONF['mailboxes'] = '10';
$CONF['maxquota'] = '10';
// Quota
// When you want to enforce quota for your mailbox users set this to 'YES'.
$CONF['quota'] = 'NO';
// When using maildrop use '102400' otherwise use '1048576'
$CONF['quota_multiplier'] = '102400';
// Virtual Vacation
// If you want to use virtual vacation for you mailbox users set this to 'YES'.
// NOTE: Make sure that you install the vacation module. http://high5.net/postfixadmin/
$CONF['vacation'] = 'NO';
// Alias Control
// Postfix Admin inserts an alias in the alias table for every mailbox it creates.
// The reason for this is that when you want catch-all and normal mailboxes
// to work you need to have the mailbox replicated in the alias table.
// If you want to take control of these aliases as well set this to 'YES'.
$CONF['alias_control'] = 'NO';
// Logging
// If you don't want logging set this to 'NO';
$CONF['logging'] = 'YES';
// Header
// Some header configuration.
// If you don't want the Postfix Admin logo to appear set this to 'NO'.
$CONF['logo'] = 'YES';
$CONF['header_text'] = ':: Welcome to Postfix Admin ::';
// Footer
// Below information will be on all pages.
// If you don't want the footer information to appear set this to 'NO'.
$CONF['show_footer_text'] = 'YES';
$CONF['footer_text'] = 'Return to domain.tld';
$CONF['footer_link'] = 'http://domain.tld';
?>

@ -0,0 +1,127 @@
<?php
//
// File: create-alias.php
//
// Template File: create-alias.tpl
//
// Template Variables:
//
// tMessage
// tAddress
// tGoto
// tDomain
//
// Form POST \ GET Variables:
//
// fAddress
// fGoto
// fDomain
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
$list_domains = list_domains_for_admin ($SESSID_USERNAME);
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$pCreate_alias_goto_text = $PALANG['pCreate_alias_goto_text'];
if (isset ($_GET['domain'])) $tDomain = $_GET['domain'];
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/create-alias.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pCreate_alias_goto_text = $PALANG['pCreate_alias_goto_text'];
$fAddress = $_POST['fAddress'] . "@" . $_POST['fDomain'];
$fAddress = strtolower ($fAddress);
$fGoto = $_POST['fGoto'];
$fGoto = strtolower ($fGoto);
$fDomain = $_POST['fDomain'];
if (!preg_match ('/@/',$fGoto))
{
$fGoto = $fGoto . "@" . $_POST['fDomain'];
}
if (!check_owner ($SESSID_USERNAME, $fDomain))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error1'];
}
if (!check_alias ($fDomain))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error3'];
}
if (empty ($fAddress) or !check_email ($fAddress))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error1'];
}
if (empty ($fGoto) or !check_email ($fGoto))
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_goto_text = $PALANG['pCreate_alias_goto_text_error'];
}
if ($_POST['fAddress'] == "*") $fAddress = "@" . $_POST['fDomain'];
$result = db_query ("SELECT * FROM alias WHERE address='$fAddress'");
if ($result['rows'] == 1)
{
$error = 1;
$tAddress = $_POST['fAddress'];
$tGoto = $fGoto;
$tDomain = $fDomain;
$pCreate_alias_address_text = $PALANG['pCreate_alias_address_text_error2'];
}
if ($error != 1)
{
if (preg_match ('/^\*@(.*)$/', $fGoto, $match)) $fGoto = "@" . $match[1];
$result = db_query ("INSERT INTO alias (address,goto,domain,created,modified) VALUES ('$fAddress','$fGoto','$fDomain',NOW(),NOW())");
if ($result['rows'] != 1)
{
$tDomain = $fDomain;
$tMessage = $PALANG['pCreate_alias_result_error'] . "<br />($fAddress -> $fGoto)<br />\n";
}
else
{
db_log ($SESSID_USERNAME, $fDomain, "create alias", "$fAddress -> $fGoto");
$tDomain = $fDomain;
$tMessage = $PALANG['pCreate_alias_result_succes'] . "<br />($fAddress -> $fGoto)<br />\n";
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/create-alias.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,226 @@
<?php
//
// File: create-mailbox.php
//
// Template File: create-mailbox.tpl
//
// Template Variables:
//
// tMessage
// tUsername
// tName
// tQuota
// tDomain
//
// Form POST \ GET Variables:
//
// fUsername
// fPassword
// fPassword2
// fName
// fQuota
// fDomain
// fActive
// fMail
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
$list_domains = list_domains_for_admin ($SESSID_USERNAME);
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$tQuota = $CONF['maxquota'];
$pCreate_mailbox_password_text = $PALANG['pCreate_mailbox_password_text'];
$pCreate_mailbox_name_text = $PALANG['pCreate_mailbox_name_text'];
$pCreate_mailbox_quota_text = $PALANG['pCreate_mailbox_quota_text'];
if (isset ($_GET['domain'])) $tDomain = $_GET['domain'];
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/create-mailbox.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pCreate_mailbox_password_text = $PALANG['pCreate_mailbox_password_text'];
$pCreate_mailbox_name_text = $PALANG['pCreate_mailbox_name_text'];
$pCreate_mailbox_quota_text = $PALANG['pCreate_mailbox_quota_text'];
$fUsername = $_POST['fUsername'] . "@" . $_POST['fDomain'];
$fUsername = strtolower ($fUsername);
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
$fName = $_POST['fName'];
$fDomain = $_POST['fDomain'];
if (isset ( $_POST['fQuota'])) $fQuota = $_POST['fQuota'];
if (isset ( $_POST['fActive'])) $fActive = $_POST['fActive'];
if (isset ( $_POST['fMail'])) $fMail = $_POST['fMail'];
if (!check_owner ($SESSID_USERNAME, $fDomain))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error1'];
}
if (!check_mailbox ($fDomain))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error3'];
}
if (empty ($fUsername) or !check_email ($fUsername))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error1'];
}
if (empty ($fPassword) or ($fPassword != $fPassword2))
{
if ($CONF['generate_password'] == "YES")
{
$fPassword = generate_password ();
}
else
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_password_text = $PALANG['pCreate_mailbox_password_text_error'];
}
}
if (!check_quota ($fQuota, $fDomain))
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_quota_text = $PALANG['pCreate_mailbox_quota_text_error'];
}
$result = db_query ("SELECT * FROM alias WHERE address='$fUsername'");
if ($result['rows'] == 1)
{
$error = 1;
$tUsername = $_POST['fUsername'];
$tName = $fName;
$tQuota = $fQuota;
$tDomain = $fDomain;
$pCreate_mailbox_username_text = $PALANG['pCreate_mailbox_username_text_error2'];
}
if ($error != 1)
{
$password = pacrypt ($fPassword);
if ($CONF['domain_path'] == "YES")
{
if ($CONF['domain_in_mailbox'] == "YES")
{
$maildir = $fDomain . "/" . $fUsername . "/";
}
else
{
$maildir = $fDomain . "/" . $_POST['fUsername'] . "/";
}
}
else
{
$maildir = $fUsername . "/";
}
if (!empty ($fQuota)) $quota = $fQuota * $CONF['quota_multiplier'];
if ($fActive == "on") $fActive = 1;
$result = db_query ("INSERT INTO alias (address,goto,domain,created,modified,active) VALUES ('$fUsername','$fUsername','$fDomain',NOW(),NOW(),'$fActive')");
if ($result['rows'] != 1)
{
$tDomain = $fDomain;
$tMessage = $PALANG['pAlias_result_error'] . "<br />($fUsername -> $fUsername)</br />";
}
$result = db_query ("INSERT INTO mailbox (username,password,name,maildir,quota,domain,created,modified,active) VALUES ('$fUsername','$password','$fName','$maildir','$quota','$fDomain',NOW(),NOW(),'$fActive')");
if ($result['rows'] != 1)
{
$tDomain = $fDomain;
$tMessage .= $PALANG['pCreate_mailbox_result_error'] . "<br />($fUsername)<br />";
}
else
{
db_log ($SESSID_USERNAME, $fDomain, "create mailbox", "$fUsername");
$tDomain = $fDomain;
$tMessage = $PALANG['pCreate_mailbox_result_succes'] . "<br />($fUsername";
if ($CONF['generate_password'] == "YES")
{
$tMessage .= " / $fPassword)</br />";
}
else
{
$tMessage .= ")</br />";
}
$tQuota = $CONF['maxquota'];
if ($fMail == "on")
{
$fTo = $fUsername;
$fFrom = $SESSID_USERNAME;
$fHeaders = "To: " . $fTo . "\n";
$fHeaders .= "From: " . $fFrom . "\n";
if (!empty ($PALANG['charset']))
{
$fHeaders .= encode_header ($PALANG['pSendmail_subject_text'], $PALANG['charset']) . "\n";
$fHeaders .= "MIME-Version: 1.0\n";
$fHeaders .= "Content-Type: text/plain; charset=" . $PALANG['charset'] . "\n";
$fHeaders .= "Content-Transfer-Encoding: 8bit\n";
}
else
{
$fHeaders .= "Subject: " . $PALANG['pSendmail_subject_text'] . "\n\n";
}
$fHeaders .= $PALANG['pSendmail_body_text'];
if (!smtp_mail ($fTo, $fFrom, $fHeaders))
{
$tMessage .= "<br />" . $PALANG['pSendmail_result_error'] . "<br />";
}
else
{
$tMessage .= "<br />" . $PALANG['pSendmail_result_succes'] . "<br />";
}
}
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/create-mailbox.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,83 @@
<?php
//
// File: delete.php
//
// Template File: message.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fDelete
// fDomain
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['delete'])) $fDelete = $_GET['delete'];
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
if (!check_owner ($SESSID_USERNAME, $fDomain))
{
$error = 1;
$tMessage = $PALANG['pDelete_domain_error'] . "<b>$fDomain</b>!</div>";
}
else
{
$result = db_query ("DELETE FROM alias WHERE address='$fDelete' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pDelete_delete_error'] . "<b>$fDelete</b> (alias)!</div>";
}
else
{
db_log ($SESSID_USERNAME, $fDomain, "delete alias", $fDelete);
}
$result = db_query ("SELECT * FROM mailbox WHERE username='$fDelete' AND domain='$fDomain'");
if ($result['rows'] == 1)
{
$result = db_query ("DELETE FROM mailbox WHERE username='$fDelete' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pDelete_delete_error'] . "<b>$fDelete</b> (mailbox)!</div>";
}
else
{
db_query ("DELETE FROM vacation WHERE email='$fDelete' AND domain='$fDomain'");
db_log ($SESSID_USERNAME, $fDomain, "delete mailbox", $fDelete);
}
}
}
if ($error != 1)
{
header ("Location: overview.php?domain=$fDomain");
exit;
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/message.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/message.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,66 @@
<?php
//
// File: edit-active.php
//
// Template File: message.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fUsername
// fDomain
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
if (isset ($_GET['username'])) $fUsername = $_GET['username'];
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
if (!check_owner ($SESSID_USERNAME, $fDomain))
{
$error = 1;
$tMessage = $PALANG['pEdit_mailbox_domain_error'] . "<b>$fDomain</b>!</font>";
}
else
{
$result = db_query ("UPDATE mailbox SET active=1-active WHERE username='$fUsername' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pEdit_mailbox_result_error'];
}
else
{
db_log ($SESSID_USERNAME, $fDomain, "edit active", $fUsername);
}
}
if ($error != 1)
{
header ("Location: overview.php?domain=$fDomain");
exit;
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/message.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/message.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,111 @@
<?php
//
// File: edit-alias.php
//
// Template File: edit-alias.tpl
//
// Template Variables:
//
// tMessage
// tGoto
//
// Form POST \ GET Variables:
//
// fAddress
// fDomain
// fGoto
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$fAddress = $_GET['address'];
$fDomain = $_GET['domain'];
if (check_owner ($SESSID_USERNAME, $fDomain))
{
$result = db_query ("SELECT * FROM alias WHERE address='$fAddress' AND domain='$fDomain'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$tGoto = $row['goto'];
}
}
else
{
$tMessage = $PALANG['pEdit_alias_address_error'];
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/edit-alias.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pEdit_alias_goto = $PALANG['pEdit_alias_goto'];
$fAddress = $_GET['address'];
$fAddress = strtolower ($fAddress);
$fDomain = $_GET['domain'];
$fGoto = $_POST['fGoto'];
$fGoto = strtolower ($fGoto);
if (!check_owner ($SESSID_USERNAME, $fDomain))
{
$error = 1;
$tGoto = $fGoto;
$tMessage = $PALANG['pEdit_alias_domain_error'] . "$fDomain</font>";
}
if (empty ($fGoto))
{
$error = 1;
$tGoto = $fGoto;
$tMessage = $PALANG['pEdit_alias_goto_text_error1'];
}
$goto = preg_replace ('/\r\n/', ',', $fGoto);
$goto = preg_replace ('/[\s]+/i', '', $goto);
$goto = preg_replace ('/\,*$/', '', $goto);
$array = preg_split ('/,/', $goto);
for ($i = 0; $i < sizeof ($array); $i++) {
if (in_array ("$array[$i]", $CONF['default_aliases'])) continue;
if (empty ($array[$i])) continue;
if (!check_email ($array[$i]))
{
$error = 1;
$tGoto = $goto;
$tMessage = $PALANG['pEdit_alias_goto_text_error2'] . "$array[$i]</div>";
}
}
if ($error != 1)
{
$result = db_query ("UPDATE alias SET goto='$goto',modified=NOW() WHERE address='$fAddress' AND domain='$fDomain'");
if ($result['rows'] != 1)
{
$tMessage = $PALANG['pEdit_alias_result_error'];
}
else
{
db_log ($SESSID_USERNAME, $fDomain, "edit alias", "$fAddress -> $goto");
header ("Location: overview.php?domain=$fDomain");
exit;
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/edit-alias.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,129 @@
<?php
//
// File: edit-mailbox.php
//
// Template File: edit-mailbox.tpl
//
// Template Variables:
//
// tMessage
// tName
// tQuota
//
// Form POST \ GET Variables:
//
// fUsername
// fDomain
// fPassword
// fPassword2
// fName
// fQuota
// fActive
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$fUsername = $_GET['username'];
$fDomain = $_GET['domain'];
if (check_owner ($SESSID_USERNAME, $fDomain))
{
$result = db_query ("SELECT * FROM mailbox WHERE username='$fUsername' AND domain='$fDomain'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$tName = $row['name'];
$tQuota = $row['quota'] / $CONF['quota_multiplier'];
$tActive = $row['active'];
}
}
else
{
$tMessage = $PALANG['pEdit_mailbox_login_error'];
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/edit-mailbox.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$pEdit_mailbox_password_text = $PALANG['pEdit_mailbox_password_text_error'];
$pEdit_mailbox_quota_text = $PALANG['pEdit_mailbox_quota_text'];
$fUsername = $_GET['username'];
$fUsername = strtolower ($fUsername);
$fDomain = $_GET['domain'];
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
$fName = $_POST['fName'];
if (isset ($_POST['fQuota'])) $fQuota = $_POST['fQuota'];
if (isset ($_POST['fActive'])) $fActive = $_POST['fActive'];
if (!check_owner ($SESSID_USERNAME, $fDomain))
{
$error = 1;
$tName = $fName;
$tQuota = $fQuota;
$tMessage = $PALANG['pEdit_mailbox_domain_error'] . "$fDomain</font>";
}
if ($fPassword != $fPassword2)
{
$error = 1;
$tName = $fName;
$tQuota = $fQuota;
$pEdit_mailbox_password_text = $PALANG['pEdit_mailbox_password_text_error'];
}
if (!check_quota ($fQuota, $fDomain))
{
$error = 1;
$tName = $fName;
$tQuota = $fQuota;
$pEdit_mailbox_quota_text = $PALANG['pEdit_mailbox_quota_text_error'];
}
if ($error != 1)
{
if (!empty ($fQuota)) $quota = $fQuota * $CONF['quota_multiplier'];
if ($fActive == "on") $fActive = 1;
if (empty ($fPassword) and empty ($fPassword2))
{
$result = db_query ("UPDATE mailbox SET name='$fName',quota='$quota',modified=NOW(),active='$fActive' WHERE username='$fUsername' AND domain='$fDomain'");
}
else
{
$password = pacrypt ($fPassword);
$result = db_query ("UPDATE mailbox SET password='$password',name='$fName',quota='$quota',modified=NOW(),active='$fActive' WHERE username='$fUsername' AND domain='$fDomain'");
}
if ($result['rows'] != 1)
{
$tMessage = $PALANG['pEdit_mailbox_result_error'];
}
else
{
db_log ($SESSID_USERNAME, $fDomain, "edit mailbox", $fUsername);
header ("Location: overview.php?domain=$fDomain");
exit;
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/edit-mailbox.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,873 @@
<?php
//
// File: functions.inc.php
//
#error_reporting (E_NOTICE | E_ERROR | E_WARNING | E_PARSE);
if (ereg ("functions.inc.php", $_SERVER['PHP_SELF']))
{
header ("Location: login.php");
exit;
}
$version = "2.0.5";
//
// check_session
// Action: Check if a session already exists, if not redirect to login.php
// Call: check_session ()
//
function check_session ()
{
session_start ();
if (!session_is_registered ("sessid"))
{
header ("Location: login.php");
exit;
}
$SESSID_USERNAME = $_SESSION['sessid']['username'];
return $SESSID_USERNAME;
}
function check_user_session ()
{
session_start ();
if (!session_is_registered ("userid"))
{
header ("Location: login.php");
exit;
}
$USERID_USERNAME = $_SESSION['userid']['username'];
return $USERID_USERNAME;
}
//
// check_language
// Action: checks what language the browser uses
// Call: check_language
//
function check_language ()
{
global $CONF;
$supported_languages = array ('ca', 'cn', 'cs', 'da', 'de', 'en', 'es', 'eu', 'fi', 'fo', 'fr', 'hu', 'is', 'it', 'nl', 'nn', 'pl', 'pt-br', 'ru', 'sv', 'tr');
$lang_array = preg_split ('/(\s*,\s*)/', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
if (is_array ($lang_array))
{
$lang_first = strtolower ((trim (strval ($lang_array[0]))));
$lang_first = substr ($lang_first, 0, 2);
if (in_array ($lang_first, $supported_languages))
{
$lang = $lang_first;
}
else
{
$lang = $CONF['default_language'];
}
}
else
{
$lang = $CONF['default_language'];
}
return $lang;
}
//
// check_string
// Action: checks if a string is valid and returns TRUE is this is the case.
// Call: check_string (string var)
//
function check_string ($var)
{
if (preg_match ('/^([A-Za-z0-9 ]+)+$/', $var))
{
return true;
}
else
{
return false;
}
}
//
// check_email
// Action: Checks if email is valid and returns TRUE if this is the case.
// Call: check_email (string email)
//
function check_email ($email)
{
return (preg_match ('/^[-!#$%&\'*+\\.\/0-9=?A-Z^_{|}~]+' . '@' . '([-0-9A-Z]+\.)+' . '([0-9A-Z]){2,4}$/i', trim ($email)));
}
//
// get_domain_properties
// Action: Get all the properties of a domain.
// Call: get_domain_properties (string domain)
//
function get_domain_properties ($domain)
{
$list = "";
$result = db_query ("SELECT COUNT(*) FROM alias WHERE domain='$domain'");
$row = db_row ($result['result']);
$list['alias_count'] = $row[0];
$result = db_query ("SELECT COUNT(*) FROM mailbox WHERE domain='$domain'");
$row = db_row ($result['result']);
$list['mailbox_count'] = $row[0];
$list['alias_count'] = $list['alias_count'] - $list['mailbox_count'];
$result = db_query ("SELECT * FROM domain WHERE domain='$domain'");
$row = db_array ($result['result']);
$list['description'] = $row['description'];
$list['aliases'] = $row['aliases'];
$list['mailboxes'] = $row['mailboxes'];
$list['maxquota'] = $row['maxquota'];
$list['backupmx'] = $row['backupmx'];
$list['created'] = $row['created'];
$list['modified'] = $row['modified'];
$list['active'] = $row['active'];
return $list;
}
//
// check_alias
// Action: Checks if the domain is still able to create aliases.
// Call: check_alias (string domain)
//
function check_alias ($domain)
{
$limit = get_domain_properties ($domain);
if ($limit['aliases'] >= 0)
{
if ($limit['alias_count'] >= $limit['aliases'])
{
return false;
}
}
return true;
}
//
// check_mailbox
// Action: Checks if the domain is still able to create mailboxes.
// Call: ceck_mailbox (string domain)
//
function check_mailbox ($domain)
{
$limit = get_domain_properties ($domain);
if ($limit['mailboxes'] >= 0)
{
if ($limit['mailbox_count'] >= $limit['mailboxes'])
{
return false;
}
}
return true;
}
//
// check_quota
// Action: Checks if the user is creating a mailbox with the correct quota
// Call: check_quota (string domain)
//
function check_quota ($quota, $domain)
{
$limit = get_domain_properties ($domain);
if ($limit['maxquota'] >= 0)
{
if ($quota > $limit['maxquota'])
{
return false;
}
}
return true;
}
//
// check_owner
// Action: Checks if the admin is the owner of the domain.
// Call: check_owner (string admin, string domain)
//
function check_owner ($username, $domain)
{
$result = db_query ("SELECT * FROM domain_admins WHERE username='$username' AND domain='$domain' AND active='1'");
if ($result['rows'] != 1)
{
return false;
}
else
{
return true;
}
}
//
// list_domains_for_admin
// Action: Lists all the domains for an admin.
// Call: list_domains_for_admin (string admin)
//
function list_domains_for_admin ($username)
{
$list = "";
$result = db_query ("SELECT * FROM domain LEFT JOIN domain_admins ON domain.domain=domain_admins.domain WHERE domain_admins.username='$username' AND domain.active='1' ORDER BY domain_admins.domain");
if ($result['rows'] > 0)
{
$i = 0;
while ($row = db_array ($result['result']))
{
$list[$i] = $row['domain'];
$i++;
}
}
return $list;
}
//
// list_domains
// Action: List all available domains.
// Call: list_domains ()
//
function list_domains ()
{
$list = "";
$result = db_query ("SELECT * FROM domain ORDER BY domain");
if ($result['rows'] > 0)
{
$i = 0;
while ($row = db_array ($result['result']))
{
$list[$i] = $row['domain'];
$i++;
}
}
return $list;
}
//
// admin_exist
// Action: Checks if the admin already exists.
// Call: admin_exist (string admin)
//
// was check_admin
//
function admin_exist ($username)
{
$result = db_query ("SELECT * FROM admin WHERE username='$username'");
if ($result['rows'] != 1)
{
return false;
}
else
{
return true;
}
}
//
// domain_exist
// Action: Checks if the domain already exists.
// Call: domain_exist (string domain)
//
function domain_exist ($domain)
{
$result = db_query ("SELECT * FROM domain WHERE domain='$domain'");
if ($result['rows'] != 1)
{
return false;
}
else
{
return true;
}
}
//
// list_admins
// Action: Lists all the admins
// Call: list_admins ()
//
// was admin_list_admins
//
function list_admins ()
{
$list = "";
$result = db_query ("SELECT * FROM admin ORDER BY username");
if ($result['rows'] > 0)
{
$i = 0;
while ($row = db_array ($result['result']))
{
$list[$i] = $row['username'];
$i++;
}
}
return $list;
}
//
// get_admin_properties
// Action: Get all the admin properties.
// Call: get_admin_properties (string admin)
function get_admin_properties ($username)
{
$list = "";
$result = db_query ("SELECT COUNT(*) FROM domain_admins WHERE username='$username'");
$row = db_row ($result['result']);
$list['domain_count'] = $row[0];
$result = db_query ("SELECT * FROM admin WHERE username='$username'");
$row = db_array ($result['result']);
$list['created'] = $row['created'];
$list['modified'] = $row['modified'];
$list['active'] = $row['active'];
return $list;
}
//
// encode_header
// Action: Encode a string according to RFC 1522 for use in headers if it contains 8-bit characters.
// Call: encode_header (string header, string charset)
//
function encode_header ($string, $default_charset)
{
if (strtolower ($default_charset) == 'iso-8859-1')
{
$string = str_replace ("\240",' ',$string);
}
$j = strlen ($string);
$max_l = 75 - strlen ($default_charset) - 7;
$aRet = array ();
$ret = '';
$iEncStart = $enc_init = false;
$cur_l = $iOffset = 0;
for ($i = 0; $i < $j; ++$i)
{
switch ($string{$i})
{
case '=':
case '<':
case '>':
case ',':
case '?':
case '_':
if ($iEncStart === false)
{
$iEncStart = $i;
}
$cur_l+=3;
if ($cur_l > ($max_l-2))
{
$aRet[] = substr ($string,$iOffset,$iEncStart-$iOffset);
$aRet[] = "=?$default_charset?Q?$ret?=";
$iOffset = $i;
$cur_l = 0;
$ret = '';
$iEncStart = false;
}
else
{
$ret .= sprintf ("=%02X",ord($string{$i}));
}
break;
case '(':
case ')':
if ($iEncStart !== false)
{
$aRet[] = substr ($string,$iOffset,$iEncStart-$iOffset);
$aRet[] = "=?$default_charset?Q?$ret?=";
$iOffset = $i;
$cur_l = 0;
$ret = '';
$iEncStart = false;
}
break;
case ' ':
if ($iEncStart !== false)
{
$cur_l++;
if ($cur_l > $max_l)
{
$aRet[] = substr ($string,$iOffset,$iEncStart-$iOffset);
$aRet[] = "=?$default_charset?Q?$ret?=";
$iOffset = $i;
$cur_l = 0;
$ret = '';
$iEncStart = false;
}
else
{
$ret .= '_';
}
}
break;
default:
$k = ord ($string{$i});
if ($k > 126)
{
if ($iEncStart === false)
{
// do not start encoding in the middle of a string, also take the rest of the word.
$sLeadString = substr ($string,0,$i);
$aLeadString = explode (' ',$sLeadString);
$sToBeEncoded = array_pop ($aLeadString);
$iEncStart = $i - strlen ($sToBeEncoded);
$ret .= $sToBeEncoded;
$cur_l += strlen ($sToBeEncoded);
}
$cur_l += 3;
// first we add the encoded string that reached it's max size
if ($cur_l > ($max_l-2))
{
$aRet[] = substr ($string,$iOffset,$iEncStart-$iOffset);
$aRet[] = "=?$default_charset?Q?$ret?= ";
$cur_l = 3;
$ret = '';
$iOffset = $i;
$iEncStart = $i;
}
$enc_init = true;
$ret .= sprintf ("=%02X", $k);
}
else
{
if ($iEncStart !== false)
{
$cur_l++;
if ($cur_l > $max_l)
{
$aRet[] = substr ($string,$iOffset,$iEncStart-$iOffset);
$aRet[] = "=?$default_charset?Q?$ret?=";
$iEncStart = false;
$iOffset = $i;
$cur_l = 0;
$ret = '';
}
else
{
$ret .= $string{$i};
}
}
}
break;
}
}
if ($enc_init)
{
if ($iEncStart !== false)
{
$aRet[] = substr ($string,$iOffset,$iEncStart-$iOffset);
$aRet[] = "=?$default_charset?Q?$ret?=";
}
else
{
$aRet[] = substr ($string,$iOffset);
}
$string = implode ('',$aRet);
}
return $string;
}
//
// generate_password
// Action: Generates a random password
// Call: generate_password ()
//
function generate_password ()
{
$password = substr (md5 (mt_rand ()), 0, 8);
return $password;
}
//
// pacrypt
// Action: Encrypts password based on config settings
// Call: pacrypt (string cleartextpassword)
//
function pacrypt ($pw, $pw_db="")
{
global $CONF;
$password = "";
$salt = "";
if ($CONF['encrypt'] == 'md5crypt')
{
$split_salt = preg_split ('/\$/', $pw_db);
if (isset ($split_salt[2])) $salt = $split_salt[2];
$password = md5crypt ($pw, $salt);
}
if ($CONF['encrypt'] == 'system')
{
if (ereg ("\$1\$", $pw_db))
{
$split_salt = preg_split ('/\$/', $pw_db);
$salt = $split_salt[2];
}
else
{
$salt = substr ($pw_db, 0, 2);
}
$password = crypt ($pw, $salt);
}
if ($CONF['encrypt'] == 'cleartext')
{
$password = $pw;
}
return $password;
}
//
// md5crypt
// Action: Creates MD5 encrypted password
// Call: md5crypt (string cleartextpassword)
//
$MAGIC = "$1$";
$ITOA64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
function md5crypt ($pw, $salt="", $magic="")
{
global $MAGIC;
if ($magic == "") $magic = $MAGIC;
if ($salt == "") $salt = create_salt ();
$slist = explode ("$", $salt);
if ($slist[0] == "1") $salt = $slist[1];
$salt = substr ($salt, 0, 8);
$ctx = $pw . $magic . $salt;
$final = hex2bin (md5 ($pw . $salt . $pw));
for ($i=strlen ($pw); $i>0; $i-=16)
{
if ($i > 16)
{
$ctx .= substr ($final,0,16);
}
else
{
$ctx .= substr ($final,0,$i);
}
}
$i = strlen ($pw);
while ($i > 0)
{
if ($i & 1) $ctx .= chr (0);
else $ctx .= $pw[0];
$i = $i >> 1;
}
$final = hex2bin (md5 ($ctx));
for ($i=0;$i<1000;$i++)
{
$ctx1 = "";
if ($i & 1)
{
$ctx1 .= $pw;
}
else
{
$ctx1 .= substr ($final,0,16);
}
if ($i % 3) $ctx1 .= $salt;
if ($i % 7) $ctx1 .= $pw;
if ($i & 1)
{
$ctx1 .= substr ($final,0,16);
}
else
{
$ctx1 .= $pw;
}
$final = hex2bin (md5 ($ctx1));
}
$passwd = "";
$passwd .= to64 (((ord ($final[0]) << 16) | (ord ($final[6]) << 8) | (ord ($final[12]))), 4);
$passwd .= to64 (((ord ($final[1]) << 16) | (ord ($final[7]) << 8) | (ord ($final[13]))), 4);
$passwd .= to64 (((ord ($final[2]) << 16) | (ord ($final[8]) << 8) | (ord ($final[14]))), 4);
$passwd .= to64 (((ord ($final[3]) << 16) | (ord ($final[9]) << 8) | (ord ($final[15]))), 4);
$passwd .= to64 (((ord ($final[4]) << 16) | (ord ($final[10]) << 8) | (ord ($final[5]))), 4);
$passwd .= to64 (ord ($final[11]), 2);
return "$magic$salt\$$passwd";
}
function create_salt ()
{
srand ((double) microtime ()*1000000);
$salt = substr (md5 (rand (0,9999999)), 0, 8);
return $salt;
}
function hex2bin ($str)
{
$len = strlen ($str);
$nstr = "";
for ($i=0;$i<$len;$i+=2)
{
$num = sscanf (substr ($str,$i,2), "%x");
$nstr.=chr ($num[0]);
}
return $nstr;
}
function to64 ($v, $n)
{
global $ITOA64;
$ret = "";
while (($n - 1) >= 0)
{
$n--;
$ret .= $ITOA64[$v & 0x3f];
$v = $v >> 6;
}
return $ret;
}
//
// smtp_mail
// Action: Sends email to new account.
// Call: smtp_mail (string To, string From, string Data)
//
function smtp_mail ($to, $from, $data)
{
global $CONF;
$smtp_server = $CONF['smtp_server'];
$smtp_port = $CONF['smtp_port'];
$errno = "0";
$errstr = "0";
$timeout = "30";
$fh = @fsockopen ($smtp_server, $smtp_port, $errno, $errstr, $timeout);
if (!$fh)
{
return false;
}
else
{
fputs ($fh, "EHLO $smtp_server\r\n");
fputs ($fh, "MAIL FROM:<$from>\r\n");
fputs ($fh, "RCPT TO:<$to>\r\n");
fputs ($fh, "DATA\r\n");
fputs ($fh, "$data\r\n.\r\n");
fputs ($fh, "QUIT\r\n");
fclose ($fh);
}
return true;
}
$DEBUG_TEXT = "\n
<p />\n
Please check the documentation and website for more information.\n
<p />\n
<a href=\"http://high5.net/postfixadmin/\">Postfix Admin</a><br />\n
<a href=\"http://forums.high5.net/index.php?showforum=7\">Knowledge Base</a>\n
";
//
// db_connect
// Action: Makes a connection to the database if it doesn't exist
// Call: db_connect ()
//
function db_connect ()
{
global $CONF;
global $DEBUG_TEXT;
$link = "";
if ($CONF['database_type'] == "mysql")
{
$link = @mysql_connect ($CONF['database_host'], $CONF['database_user'], $CONF['database_password']) or die ("<p />DEBUG INFORMATION:<br />Connect: " . mysql_error () . "$DEBUG_TEXT");
$succes = @mysql_select_db ($CONF['database_name'], $link) or die ("<p />DEBUG INFORMATION:<br />MySQL Select Database: " . mysql_error () . "$DEBUG_TEXT");
}
if ($link)
{
return $link;
}
else
{
print "DEBUG INFORMATION:<br />\n";
print "Connect: Unable to connect to database<br />\n";
print "<br />\n";
print "Make sure that you have set the correct database type in the config.inc.php file<br />\n";
print $DEBUG_TEXT;
die;
}
}
//
// db_query
// Action: Sends a query to the database and returns query result and number of rows
// Call: db_query (string query)
//
function db_query ($query)
{
global $CONF;
global $DEBUG_TEXT;
$result = "";
$number_rows = "";
$link = db_connect ();
if ($CONF['database_type'] == "mysql") $result = @mysql_query ($query, $link) or die ("<p />DEBUG INFORMATION:<br />Invalid query: " . mysql_error() . "$DEBUG_TEXT");
if (eregi ("^select", $query))
{
// if $query was a select statement check the number of rows with mysql_num_rows ().
if ($CONF['database_type'] == "mysql") $number_rows = mysql_num_rows ($result);
}
else
{
// if $query was something else, UPDATE, DELETE or INSERT check the number of rows with
// mysql_affected_rows ().
if ($CONF['database_type'] == "mysql") $number_rows = mysql_affected_rows ($link);
}
$return = array (
"result" => $result,
"rows" => $number_rows
);
return $return;
}
// db_row
// Action: Returns a row from a table
// Call: db_row (int result)
//
function db_row ($result)
{
global $CONF;
$row = "";
if ($CONF['database_type'] == "mysql") $row = mysql_fetch_row ($result);
return $row;
}
// db_array
// Action: Returns a row from a table
// Call: db_array (int result)
//
function db_array ($result)
{
global $CONF;
$row = "";
if ($CONF['database_type'] == "mysql") $row = mysql_fetch_array ($result);
return $row;
}
// db_assoc
// Action: Returns a row from a table
// Call: db_assoc(int result)
//
function db_assoc ($result)
{
global $CONF;
$row = "";
if ($CONF['database_type'] == "mysql") $row = mysql_fetch_assoc ($result);
return $row;
}
//
// db_delete
// Action: Deletes a row from a specified table
// Call: db_delete (string table, string where, string delete)
//
function db_delete ($table,$where,$delete)
{
$result = db_query ("DELETE FROM $table WHERE $where='$delete'");
if ($result['rows'] >= 1)
{
return $result['rows'];
}
else
{
return true;
}
}
//
// db_log
// Action: Logs actions from admin
// Call: db_delete (string username, string domain, string action, string data)
//
function db_log ($username,$domain,$action,$data)
{
global $CONF;
$REMOTE_ADDR = $_SERVER['REMOTE_ADDR'];
if ($CONF['logging'] == 'YES')
{
$result = db_query ("INSERT INTO log (timestamp,username,domain,action,data) VALUES (NOW(),'$username ($REMOTE_ADDR)','$domain','$action','$data')");
if ($result['rows'] != 1)
{
return false;
}
else
{
return true;
}
}
}
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

@ -0,0 +1,17 @@
<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header ("Location: ../login.php");
exit;
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

@ -0,0 +1,17 @@
<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header ("Location: login.php");
exit;
?>

@ -0,0 +1,286 @@
<?php
//
// Language file Catalan
//
$PALANG['YES'] = 'SI';
$PALANG['NO'] = 'NO';
$PALANG['edit'] = 'editar';
$PALANG['del'] = 'esborrar';
$PALANG['confirm'] = '¿Segur que vols esborrar-lo?';
$PALANG['confirm_domain'] = 'Estas segur que vols borrar tots els registres d\'aquest domini? Això no podrà ser desfet!';
$PALANG['pLogin_welcome'] = 'Login d\'administrador per l\'administració de dominis.';
$PALANG['pLogin_username'] = 'Usuari (e-mail)';
$PALANG['pLogin_password'] = 'Contrasenya';
$PALANG['pLogin_button'] = 'Usuari';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">El login no és correcte. Aseguri\'s de que ha fet login amb el seu e-mail.</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">La seva contrasenya no es correcta!</div>';
$PALANG['pLogin_login_users'] = 'Login per anar a la secció d\'usuaris.';
$PALANG['pMenu_overview'] = 'Resum';
$PALANG['pMenu_create_alias'] = 'Afegir àlies';
$PALANG['pMenu_create_mailbox'] = 'Afegir bústia';
$PALANG['pMenu_sendmail'] = 'Enviar e-mail';
$PALANG['pMenu_password'] = 'Contrasenya';
$PALANG['pMenu_viewlog'] = 'Veure Logs';
$PALANG['pMenu_logout'] = 'Sortir';
$PALANG['pMain_welcome'] = 'Benvingut al Postfix Admin!';
$PALANG['pMain_overview'] = 'Llistat dels seus àlies i bústies. Pot editar-los / borrar-los des d\'aquí.';
$PALANG['pMain_create_alias'] = 'Creació d\'un nou àlies pel seu domini.';
$PALANG['pMain_create_mailbox'] = 'Creació d\'una nova bústia pel seu domini.';
$PALANG['pMain_sendmail'] = 'Enviar un e-mail a una de les bústies acabades de crear.';
$PALANG['pMain_password'] = 'Canviar la contrasenya per la seva compta d\'administració.';
$PALANG['pMain_viewlog'] = 'Veure Logs.';
$PALANG['pMain_logout'] = 'Sortir.';
$PALANG['pOverview_button'] = 'Ves';
$PALANG['pOverview_welcome'] = 'Resum de ';
$PALANG['pOverview_alias_alias_count'] = 'Àlies';
$PALANG['pOverview_alias_mailbox_count'] = 'Bústies';
$PALANG['pOverview_alias_address'] = 'De';
$PALANG['pOverview_alias_goto'] = 'Destí';
$PALANG['pOverview_alias_modified'] = 'Última modificació';
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Nom';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Última modificació';
$PALANG['pOverview_mailbox_active'] = 'Actiu';
$PALANG['pOverview_get_domain'] = 'Domini';
$PALANG['pOverview_get_aliases'] = 'Àlies';
$PALANG['pOverview_get_mailboxes'] = 'Bústies';
$PALANG['pOverview_get_quota'] = 'Quota de bústia (MB)';
$PALANG['pOverview_get_modified'] = 'Última Modificació';
$PALANG['pDelete_delete_error'] = '<div class="standout">Imposible borrar el registre ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Aquest domini no et pertany ';
$PALANG['pCreate_alias_welcome'] = 'Crear un nou àlies pel domini.';
$PALANG['pCreate_alias_address'] = 'Àlies';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">L\'àlies no és vàlid!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Aquesta adreça ja existeix, escull una altra de diferent, si us plau!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Has arribat al límit de creació d\'àlies!</div>';
$PALANG['pCreate_alias_goto'] = 'Destí';
$PALANG['pCreate_alias_button'] = 'Afegir àlies';
$PALANG['pCreate_alias_goto_text'] = 'A on ha de ser enviat l\'e-mail.';
$PALANG['pCreate_alias_goto_text_error'] = 'A on ha de ser enviat l\'e-mail.<br /><div class="standout">El destí no és vàlid!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">¡No és posible afegir l\'àlies a la taula d\'àlies!</div>';
$PALANG['pCreate_alias_result_succes'] = 'L\'àlies ha estat creat correctament!';
$PALANG['pCreate_alias_catchall_text'] = 'Per crear un àlies general usi "*" com a àlies.<br />Per una redirecció de domini a domini, usi "*@domain.tld" com a Destí.';
$PALANG['pEdit_alias_welcome'] = 'Editi un àlies pel seu domini.<br />Una entrada per línia.';
$PALANG['pEdit_alias_address'] = 'Àlies';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Imposible de localizar l\'àlies!</div>';
$PALANG['pEdit_alias_goto'] = 'Destí';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">No has introduït res al destí</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">L\'adreça d\'e-mail introduida no és vàlida: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Aquest domini no et pertany: ';
$PALANG['pEdit_alias_button'] = 'Editar àlies';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Imposible modificar l\'àlies!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Crear una nova bústia pel seu domini.';
$PALANG['pCreate_mailbox_username'] = 'Usuari';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">L\'e-mail no és vàlido!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Aquest e-mail ja existeix, escull un de diferente si us plau!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Has arribat al límit de creació de bústies!</div>';
$PALANG['pCreate_mailbox_password'] = 'Contrasenya';
$PALANG['pCreate_mailbox_password2'] = 'Contrasenya (repetir)';
$PALANG['pCreate_mailbox_password_text'] = 'Contrasenya per a POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Contrasenya per a POP3/IMAP<br /><div class="standout">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nom';
$PALANG['pCreate_mailbox_name_text'] = 'Nom complet';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">La quota especificada és massa alta!</div>';
$PALANG['pCreate_mailbox_active'] = 'Actiu';
$PALANG['pCreate_mailbox_mail'] = 'Crear bústia';
$PALANG['pCreate_mailbox_button'] = 'Afegir bústia';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Imposible afegir una bústia a la taula de bústies!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'La bústia ha estat afegida a la taula de bústies!';
$PALANG['pEdit_mailbox_welcome'] = 'Editar una bústia pel seu domini.';
$PALANG['pEdit_mailbox_username'] = 'Usuari';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Imposible localitzar la bústia!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nova contrasenya';
$PALANG['pEdit_mailbox_password2'] = 'Nova contrasenya (repetiu)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Les contrasenyes introduides no coincideixen!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nom';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">La quota especificada és massa alta!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Aquest domini no et pertany: ';
$PALANG['pEdit_mailbox_button'] = 'Editar bústia';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Imposible canviar la contrasenya!</div>';
$PALANG['pPassword_welcome'] = 'Canvia la teva contrasenya de login.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">El login suministrat no coincideix amb cap bústia!</div>';
$PALANG['pPassword_password_current'] = 'Contrasenya actual';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">No ha introduït la contrasenya actual!</div>';
$PALANG['pPassword_password'] = 'Nova contrasenya';
$PALANG['pPassword_password2'] = 'Nova contrasenya (repetiu)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</div>';
$PALANG['pPassword_button'] = 'Canviar la contrasenya';
$PALANG['pPassword_result_error'] = '<div class="standout">Imposible canviar la contrasenya!</div>';
$PALANG['pPassword_result_succes'] = 'La seva contrasenya ha estat canviada!';
$PALANG['pViewlog_welcome'] = 'Veure les últimes 10 accions per ';
$PALANG['pViewlog_timestamp'] = 'Data/Hora';
$PALANG['pViewlog_username'] = 'Administrador';
$PALANG['pViewlog_domain'] = 'Domini';
$PALANG['pViewlog_action'] = 'Acció';
$PALANG['pViewlog_data'] = 'Dades';
$PALANG['pViewlog_button'] = 'Ves';
$PALANG['pViewlog_result_error'] = '<div class="standout">Imposible trobar els logs!</div>';
$PALANG['pSendmail_welcome'] = 'Enviar un e-mail.';
$PALANG['pSendmail_admin'] = 'De';
$PALANG['pSendmail_to'] = 'Destí';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">La direcció de destí està buida o és una direcció invàlida!</div>';
$PALANG['pSendmail_subject'] = 'Assumpte';
$PALANG['pSendmail_subject_text'] = 'Benvingut';
$PALANG['pSendmail_body'] = 'Cos';
$PALANG['pSendmail_body_text'] = <<<EOM
Hola,
Benvingut a la seva nova bústia electrònica!
EOM;
$PALANG['pSendmail_button'] = 'Enviar missatge';
$PALANG['pSendmail_result_error'] = '<div class="standout">Imposible crear la bústia!</div>';
$PALANG['pSendmail_result_succes'] = 'La bústia ha estat creada!';
$PALANG['pVcp_welcome'] = 'Canvïi la contrasenya del seu correu.';
$PALANG['pVcp_username'] = 'E-mail';
$PALANG['pVcp_username_text_error'] = '<div class="standout">L\'e-mail introduït no coincideix amb cap bústia!</div>';
$PALANG['pVcp_password_current'] = 'Contrasenya actual';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">No ha introduït la contrasenya actual!</div>';
$PALANG['pVcp_password'] = 'Nova contrasenya';
$PALANG['pVcp_password2'] = 'Nova contrasenya (repetiu)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</div>';
$PALANG['pVcp_button'] = 'Canviar la contrasenya';
$PALANG['pVcp_result_error'] = '<div class="standout">Imposible canviar la contrasenya!</div>';
$PALANG['pVcp_result_succes'] = 'La seva contrasenya ha estat canviada!';
$PALANG['pAdminMenu_list_admin'] = 'Llistat d\'administradors';
$PALANG['pAdminMenu_list_domain'] = 'Llistat de dominis';
$PALANG['pAdminMenu_list_virtual'] = 'Llista de direccions virtuals';
$PALANG['pAdminMenu_viewlog'] = 'Veure Logs';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Administradors de domini';
$PALANG['pAdminMenu_create_admin'] = 'Nou administrador';
$PALANG['pAdminMenu_create_domain'] = 'Nou dominio';
$PALANG['pAdminMenu_create_alias'] = 'Afegir àlies';
$PALANG['pAdminMenu_create_mailbox'] = 'Afegir bústia';
$PALANG['pAdminList_admin_domain'] = 'Domini';
$PALANG['pAdminList_admin_username'] = 'Administrador';
$PALANG['pAdminList_admin_count'] = 'Dominis';
$PALANG['pAdminList_admin_modified'] = 'Última Modificació';
$PALANG['pAdminList_admin_active'] = 'Actiu';
$PALANG['pAdminList_domain_domain'] = 'Domini';
$PALANG['pAdminList_domain_description'] = 'Descripció';
$PALANG['pAdminList_domain_aliases'] = 'Àlies';
$PALANG['pAdminList_domain_mailboxes'] = 'Bústies';
$PALANG['pAdminList_domain_maxquota'] = 'Quota Màxima (MB)';
$PALANG['pAdminList_domain_modified'] = 'Última Modificació';
$PALANG['pAdminList_domain_active'] = 'Actiu';
$PALANG['pAdminList_virtual_button'] = 'Ves';
$PALANG['pAdminList_virtual_welcome'] = 'Resum de ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Àlies';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Bústies';
$PALANG['pAdminList_virtual_alias_address'] = 'De';
$PALANG['pAdminList_virtual_alias_goto'] = 'Destí';
$PALANG['pAdminList_virtual_alias_modified'] = 'Última Modificació';
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-mail';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nom';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Última Modificació';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Actiu';
$PALANG['pAdminCreate_domain_welcome'] = 'Afegir nou domini';
$PALANG['pAdminCreate_domain_domain'] = 'Domini';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">El domini ja existeix!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Descripció';
$PALANG['pAdminCreate_domain_aliases'] = 'Àlies';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = deshabilitar | -1 = ilimitat';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Bústies';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = deshabilitar | -1 = ilimitat';
$PALANG['pAdminCreate_domain_maxquota'] = 'Quota màxima';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = deshabilitar | -1 = ilimitat';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Afegir àlies per defecte';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Afegir domini';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Imposible afegir el domini!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'El domini ha estat afegit!';
$PALANG['pAdminEdit_domain_welcome'] = 'Editar un domini';
$PALANG['pAdminEdit_domain_domain'] = 'Domini';
$PALANG['pAdminEdit_domain_description'] = 'Descripció';
$PALANG['pAdminEdit_domain_aliases'] = 'Àlies';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = deshabilitar | -1 = ilimitat';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Bústies';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = deshabilitar | -1 = ilimitat';
$PALANG['pAdminEdit_domain_maxquota'] = 'Quota màxima';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = deshabilitar | -1 = ilimitat';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Actiu';
$PALANG['pAdminEdit_domain_button'] = 'Editar domini';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Imposible modificar el domini!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Afegir un nou administrador de domini';
$PALANG['pAdminCreate_admin_username'] = 'Administrador';
$PALANG['pAdminCreate_admin_username_text'] = 'E-mail';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-mail<br /><div class="standout">Administrador no es un e-mail vàlid!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-mail<br /><div class="standout">L\'administrador ja existeix o no es vàlid!</div>';
$PALANG['pAdminCreate_admin_password'] = 'Contrasenya';
$PALANG['pAdminCreate_admin_password2'] = 'Contrasenya (repetiu)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Afegir administrador';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Imposible afegir l\'administrador!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'L\'administrador ha estat afegit!';
$PALANG['pAdminCreate_admin_address'] = 'Domini';
$PALANG['pAdminEdit_admin_welcome'] = 'Editar un administrador de domini';
$PALANG['pAdminEdit_admin_username'] = 'Administrador';
$PALANG['pAdminEdit_admin_password'] = 'Contrasenya';
$PALANG['pAdminEdit_admin_password2'] = 'Contrasenya (repetiu)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Actiu';
$PALANG['pAdminEdit_admin_button'] = 'Editar administrador';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Imposible modificar l\'administrador!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'L\'administrador ha estat modificat!';
$PALANG['pUsersLogin_welcome'] = 'Login d\'usuaris per canviar la contrasenya i els àlies.';
$PALANG['pUsersLogin_username'] = 'Login (e-mail)';
$PALANG['pUsersLogin_password'] = 'Contrasenya';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'El seu login no és correcte. Asseguri\'s d\'haver introduït la seva adreça d\'e-mail com a login!';
$PALANG['pUsersLogin_password_incorrect'] = 'La seva contrasenya no és correcta!';
$PALANG['pUsersMenu_vacation'] = 'Resposta automàtica';
$PALANG['pUsersMenu_edit_alias'] = 'Canviar la redirecció';
$PALANG['pUsersMenu_password'] = 'Canviar la contrasenya';
$PALANG['pUsersMain_welcome'] = 'Canvïi la configuració de la seva bústia aquí!';
$PALANG['pUsersMain_vacation'] = 'Configuri un missatge de "Fora de la feina" o una resposta automàtica pel seu correu.';
$PALANG['pUsersMain_edit_alias'] = 'Canvïi la seva redirecció de correu.';
$PALANG['pUsersMain_password'] = 'Canvïi la seva contrasenya.';
$PALANG['pUsersVacation_welcome'] = 'Resposta automàtica.';
$PALANG['pUsersVacation_welcome_text'] = 'Ja disposa d\'una resposta automàtica configurada!';
$PALANG['pUsersVacation_subject'] = 'Assumpte';
$PALANG['pUsersVacation_subject_text'] = 'Fora de la feina';
$PALANG['pUsersVacation_body'] = 'Cos';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Seré fora des del <date> fins al <date>.
Per assumptes urgents pot contactar amb mi a <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Absent';
$PALANG['pUsersVacation_button_back'] = 'De tornada';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Imposible actualitzar la configuració de la seva resposta automàtica!</div>';
$PALANG['pUsersVacation_result_succes'] = 'La seva resposta automàtica ha estat esborrada!';
?>

@ -0,0 +1,295 @@
<?php
//
// Language file Simplified Chinese
// by Matthew < matthew@cnfug.org >
// http://www.cnfug.org/
//
//
$PALANG['YES'] = '是';
$PALANG['NO'] = '否';
$PALANG['edit'] = '编辑';
$PALANG['del'] = '删除';
$PALANG['confirm'] = '是否确定删除?';
$PALANG['confirm_domain'] = '你是否确定要删除该域中的所有记录? 删除后不可恢复!';
$PALANG['pLogin_welcome'] = '邮件管理员请从这里登录以管理你的域名.';
$PALANG['pLogin_username'] = '帐号 (邮件地址)';
$PALANG['pLogin_password'] = '密码';
$PALANG['pLogin_button'] = '登录';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">登录失败, 请确认你是使用你的邮件地址登录!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">密码错误!</div>';
$PALANG['pLogin_login_users'] = '普通用户点击这里进入用户控制面板.';
$PALANG['pMenu_overview'] = '概览';
$PALANG['pMenu_create_alias'] = '新建别名';
$PALANG['pMenu_create_mailbox'] = '新建邮箱';
$PALANG['pMenu_sendmail'] = '发送邮件';
$PALANG['pMenu_password'] = '修改密码';
$PALANG['pMenu_viewlog'] = '查看日志';
$PALANG['pMenu_logout'] = '退出';
$PALANG['pMain_welcome'] = '欢迎来到Postfix Admin!';
$PALANG['pMain_overview'] = '显示你的邮件别名和邮箱. 你可以在这儿进行编辑/删除操作.';
$PALANG['pMain_create_alias'] = '在您的域中新建一个别名.';
$PALANG['pMain_create_mailbox'] = '在您的域中新建一个邮箱.';
$PALANG['pMain_sendmail'] = '发一封邮件到你新建的一个邮箱中.';
$PALANG['pMain_password'] = '修改你的管理员密码.';
$PALANG['pMain_viewlog'] = '查看日志文件.';
$PALANG['pMain_logout'] = '退出系统';
$PALANG['pOverview_button'] = '执行';
$PALANG['pOverview_welcome'] = '浏览 ';
$PALANG['pOverview_alias_alias_count'] = '别名';
$PALANG['pOverview_alias_mailbox_count'] = '邮箱';
$PALANG['pOverview_alias_address'] = '前往';
$PALANG['pOverview_alias_goto'] = '转到';
$PALANG['pOverview_alias_modified'] = '最后修改日期';
$PALANG['pOverview_mailbox_username'] = '邮件地址';
$PALANG['pOverview_mailbox_name'] = '姓名';
$PALANG['pOverview_mailbox_quota'] = '限制 (MB)';
$PALANG['pOverview_mailbox_modified'] = '最后修改日期';
$PALANG['pOverview_mailbox_active'] = '活动';
$PALANG['pOverview_get_domain'] = '域';
$PALANG['pOverview_get_aliases'] = '别名';
$PALANG['pOverview_get_mailboxes'] = '邮箱';
$PALANG['pOverview_get_quota'] = '邮箱限制 (MB)';
$PALANG['pOverview_get_modified'] = '最后修改日期';
$PALANG['pDelete_delete_error'] = '<div class="standout">不能删除本记录';
$PALANG['pDelete_domain_error'] = '<div class="standout">你没有该域的管理权限';
$PALANG['pCreate_alias_welcome'] = '在你的域中新建一个别名.';
$PALANG['pCreate_alias_address'] = '别名';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">该别名非法!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">邮件地址已经存在, 请重新选择!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">你的别名已经达到上限!</div>';
$PALANG['pCreate_alias_goto'] = '转到';
$PALANG['pCreate_alias_button'] = '新建别名';
$PALANG['pCreate_alias_goto_text'] = '邮件接收地址.';
$PALANG['pCreate_alias_goto_text_error'] = '邮件接收地址.<br /><div class="standout">接收地址不正确!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">不能将别名添加到别名表中!</div>';
$PALANG['pCreate_alias_result_succes'] = '添加别名成功!';
$PALANG['pCreate_alias_catchall_text'] = '要将所有的邮件全部转发请使用"*"作为别名.<br />域到域的转发请使用"*@domain.tld".';
$PALANG['pEdit_alias_welcome'] = '编辑你域名中的别名.<br />每行一条记录.';
$PALANG['pEdit_alias_address'] = '别名';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">不能定位别名!</div>';
$PALANG['pEdit_alias_goto'] = '转到';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">你没有填写收信人</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">邮件地址非法: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">你没有该域的管理权限: ';
$PALANG['pEdit_alias_button'] = '编辑别名';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">不能修改该别名!</div>';
$PALANG['pCreate_mailbox_welcome'] = '在你的域中新建一个本地邮箱.';
$PALANG['pCreate_mailbox_username'] = '用户名';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">邮件非法!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">邮件地址已经存在,请重新选择!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">邮箱地址已经达到上限!</div>';
$PALANG['pCreate_mailbox_password'] = '密码';
$PALANG['pCreate_mailbox_password2'] = '密码 (再次输入)';
$PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP 密码';
$PALANG['pCreate_mailbox_password_text_error'] = 'POP3/IMAP 密码<br /><div class="standout">你输入的密码不相同!<br />或者为空!</div>';
$PALANG['pCreate_mailbox_name'] = '名字';
$PALANG['pCreate_mailbox_name_text'] = '全名';
$PALANG['pCreate_mailbox_quota'] = '限制';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">你输入的容量限制超出范围!</div>';
$PALANG['pCreate_mailbox_active'] = '活动';
$PALANG['pCreate_mailbox_mail'] = '新建邮箱';
$PALANG['pCreate_mailbox_button'] = '增加邮箱';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">不能将邮箱增加到邮箱表中!</div>';
$PALANG['pCreate_mailbox_result_succes'] = '增加邮箱成功!';
$PALANG['pEdit_mailbox_welcome'] = '编辑你域中的邮箱.';
$PALANG['pEdit_mailbox_username'] = '用户名';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">不能定们邮箱!</div>';
$PALANG['pEdit_mailbox_password'] = '新密码';
$PALANG['pEdit_mailbox_password2'] = '新密码 (验证)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">你输入的两个新密码不相同!</div>';
$PALANG['pEdit_mailbox_name'] = '姓名';
$PALANG['pEdit_mailbox_quota'] = '限制';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">你输入的容量限制超出范围!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">你没有该域的管理权限: ';
$PALANG['pEdit_mailbox_button'] = '编辑邮箱';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">不能编辑该邮箱!</div>';
$PALANG['pPassword_welcome'] = '更改你的登录密码.';
$PALANG['pPassword_admin'] = '帐号';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">你所提供的登录帐号不正确!</div>';
$PALANG['pPassword_password_current'] = '当前密码';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">你没有填写当前密码!</div>';
$PALANG['pPassword_password'] = '新密码';
$PALANG['pPassword_password2'] = '新密码 (验证)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">你两次输入的新密码不相同!<br />或者为空!</div>';
$PALANG['pPassword_button'] = '更改密码';
$PALANG['pPassword_result_error'] = '<div class="standout">更改密码失败!</div>';
$PALANG['pPassword_result_succes'] = '更改密码成功!';
$PALANG['pViewlog_welcome'] = '查看最新的10项操作日志 域名: ';
$PALANG['pViewlog_timestamp'] = '时间';
$PALANG['pViewlog_username'] = '管理员';
$PALANG['pViewlog_domain'] = '域';
$PALANG['pViewlog_action'] = '操作';
$PALANG['pViewlog_data'] = '内容';
$PALANG['pViewlog_button'] = '执行';
$PALANG['pViewlog_result_error'] = '<div class="standout">未找到相关的日志!</div>';
$PALANG['pSendmail_welcome'] = '发送邮件.';
$PALANG['pSendmail_admin'] = '发件人';
$PALANG['pSendmail_to'] = '收件人';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">收件人为空或者收件人地址不正确!</div>';
$PALANG['pSendmail_subject'] = '主题';
$PALANG['pSendmail_subject_text'] = '欢迎';
$PALANG['pSendmail_body'] = '内容';
$PALANG['pSendmail_body_text'] = <<<EOM
尊敬的用户,你好:
感谢你使用我们的邮件系统,你的帐户已经建立,现在你可以通过
你的帐号和密码登录邮件系统。
祝你愉快!
--
邮件系统管理员
EOM;
$PALANG['pSendmail_button'] = '发送';
$PALANG['pSendmail_result_error'] = '<div class="standout">建立邮箱失败!</div>';
$PALANG['pSendmail_result_succes'] = '建立邮箱成功!';
$PALANG['pVcp_welcome'] = '修改你的邮箱密码.';
$PALANG['pVcp_username'] = '邮件';
$PALANG['pVcp_username_text_error'] = '<div class="standout">你所提供的邮件地址不正确!</div>';
$PALANG['pVcp_password_current'] = '当前密码';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">你没有填写当前密码!</div>';
$PALANG['pVcp_password'] = '新密码';
$PALANG['pVcp_password2'] = '新密码 (验证)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">你两次输入的新密码不相同!<br />或者为空!</div>';
$PALANG['pVcp_button'] = '更改密码';
$PALANG['pVcp_result_error'] = '<div class="standout">更改密码失败!</div>';
$PALANG['pVcp_result_succes'] = '更改密码成功!';
$PALANG['pAdminMenu_list_admin'] = '管理员清单';
$PALANG['pAdminMenu_list_domain'] = '域名清单';
$PALANG['pAdminMenu_list_virtual'] = '虚拟用户清单';
$PALANG['pAdminMenu_viewlog'] = '查看日志';
$PALANG['pAdminMenu_backup'] = '备份';
$PALANG['pAdminMenu_create_domain_admins'] = '域管理员';
$PALANG['pAdminMenu_create_admin'] = '新建管理员';
$PALANG['pAdminMenu_create_domain'] = '新建域';
$PALANG['pAdminMenu_create_alias'] = '新建别名';
$PALANG['pAdminMenu_create_mailbox'] = '新建邮箱';
$PALANG['pAdminList_admin_domain'] = '域';
$PALANG['pAdminList_admin_username'] = '管理员';
$PALANG['pAdminList_admin_count'] = '管理域数量';
$PALANG['pAdminList_admin_modified'] = '最后修改日期';
$PALANG['pAdminList_admin_active'] = '活动';
$PALANG['pAdminList_domain_domain'] = '域';
$PALANG['pAdminList_domain_description'] = '描述';
$PALANG['pAdminList_domain_aliases'] = '别名数';
$PALANG['pAdminList_domain_mailboxes'] = '邮箱数';
$PALANG['pAdminList_domain_maxquota'] = '最大容量限制 (MB)';
$PALANG['pAdminList_domain_modified'] = '最后修改日期';
$PALANG['pAdminList_domain_active'] = '活动';
$PALANG['pAdminList_virtual_button'] = '执行';
$PALANG['pAdminList_virtual_welcome'] = '域概览 域名: ';
$PALANG['pAdminList_virtual_alias_alias_count'] = '别名数量';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = '邮箱数';
$PALANG['pAdminList_virtual_alias_address'] = '前往';
$PALANG['pAdminList_virtual_alias_goto'] = '转到';
$PALANG['pAdminList_virtual_alias_modified'] = '最后修改日期';
$PALANG['pAdminList_virtual_mailbox_username'] = '邮箱';
$PALANG['pAdminList_virtual_mailbox_name'] = '姓名';
$PALANG['pAdminList_virtual_mailbox_quota'] = '限制 (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = '最后修改日期';
$PALANG['pAdminList_virtual_mailbox_active'] = '活动';
$PALANG['pAdminCreate_domain_welcome'] = '新建域';
$PALANG['pAdminCreate_domain_domain'] = '域名';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">该域已经存在!</div>';
$PALANG['pAdminCreate_domain_description'] = '描述';
$PALANG['pAdminCreate_domain_aliases'] = '别名数';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = 禁用 | -1 = 无限制';
$PALANG['pAdminCreate_domain_mailboxes'] = '邮箱数';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = 禁用 | -1 = 无限制';
$PALANG['pAdminCreate_domain_maxquota'] = '最大容量限制';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = 禁用 | -1 = 无限制';
$PALANG['pAdminCreate_domain_defaultaliases'] = '增加默认别名';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = '新增';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">新增域失败!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = '新增域成功!';
$PALANG['pAdminEdit_domain_welcome'] = '修改域';
$PALANG['pAdminEdit_domain_domain'] = '域名';
$PALANG['pAdminEdit_domain_description'] = '描述';
$PALANG['pAdminEdit_domain_aliases'] = '别名数';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = 禁止 | -1 = 无限制';
$PALANG['pAdminEdit_domain_mailboxes'] = '邮箱数';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = 禁止 | -1 = 无限制';
$PALANG['pAdminEdit_domain_maxquota'] = '最大容量限制';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = 禁止 | -1 = 无限制';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = '活动';
$PALANG['pAdminEdit_domain_button'] = '修改';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">修改域失败!</div>';
$PALANG['pAdminCreate_admin_welcome'] = '新增域管理员';
$PALANG['pAdminCreate_admin_username'] = '管理员';
$PALANG['pAdminCreate_admin_username_text'] = '邮件地址';
$PALANG['pAdminCreate_admin_username_text_error1'] = '邮件地址<br /><div class="standout">管理员名不是一个合法的邮件地址!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = '邮件地址<br /><div class="standout">管理员已经存在或者管理员名非法!</div>';
$PALANG['pAdminCreate_admin_password'] = '密码';
$PALANG['pAdminCreate_admin_password2'] = '密码 (验证)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">新所输入的两次新密码不相同!<br />或者为空!</div>';
$PALANG['pAdminCreate_admin_button'] = '新增';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">新增管理员失败!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = '新增管理员成功!';
$PALANG['pAdminCreate_admin_address'] = '域';
$PALANG['pAdminEdit_admin_welcome'] = '修改域管理员';
$PALANG['pAdminEdit_admin_username'] = '管理员';
$PALANG['pAdminEdit_admin_password'] = '密码';
$PALANG['pAdminEdit_admin_password2'] = '密码 (验证)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">你两次输入的新密码不相同!<br />或者为空!</div>';
$PALANG['pAdminEdit_admin_active'] = '活动';
$PALANG['pAdminEdit_admin_button'] = '修改';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">编辑域管理员失败!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = '编辑域管理员成功!';
$PALANG['pUsersLogin_welcome'] = '邮件用户从这里登录管理你的密码和别名.';
$PALANG['pUsersLogin_username'] = '帐号 (邮箱地址)';
$PALANG['pUsersLogin_password'] = '密码';
$PALANG['pUsersLogin_button'] = '登录';
$PALANG['pUsersLogin_username_incorrect'] = '登录失败. 请确认你是使用你的邮箱地址登录!';
$PALANG['pUsersLogin_password_incorrect'] = '登录密码不正确!';
$PALANG['pUsersMenu_vacation'] = '自动回复';
$PALANG['pUsersMenu_edit_alias'] = '修改转发';
$PALANG['pUsersMenu_password'] = '修改密码';
$PALANG['pUsersMain_welcome'] = '在这里你可以修改你的邮箱设置!';
$PALANG['pUsersMain_vacation'] = '设置外出信息或自动回复.';
$PALANG['pUsersMain_edit_alias'] = '修改邮箱转发.';
$PALANG['pUsersMain_password'] = '修改当前密码.';
$PALANG['pUsersVacation_welcome'] = '自动回复.';
$PALANG['pUsersVacation_welcome_text'] = '你已经设置了自动回复!';
$PALANG['pUsersVacation_subject'] = '主题';
$PALANG['pUsersVacation_subject_text'] = '我现在无法回信';
$PALANG['pUsersVacation_body'] = '内容';
$PALANG['pUsersVacation_body_text'] = <<<EOM
我在 <date> 到 <date> 这段时间内暂时无法回信.
如果你有急事请与 <contact person> 联系.
EOM;
$PALANG['pUsersVacation_button_away'] = '开启自动回复';
$PALANG['pUsersVacation_button_back'] = '关闭自动回复';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">更新自动回复失败!</div>';
$PALANG['pUsersVacation_result_succes'] = '你的自动回复已经关闭!';
?>

@ -0,0 +1,286 @@
<?php
//
// Language file Czech
//
$PALANG['YES'] = 'ANO';
$PALANG['NO'] = 'NE';
$PALANG['edit'] = 'upravit';
$PALANG['del'] = 'smazat';
$PALANG['confirm'] = 'Jste si jist&iacute;?';
$PALANG['confirm_domain'] = 'Opravdu chcete smazat v&scaron;echny z&aacute;znamy v t&eacute;to dom&eacute;n&#283;? Tohle nelze vr&aacute;tit!';
$PALANG['pLogin_welcome'] = 'Zde se p&#345;ihla&scaron;uj&iacute; emailov&iacute; administr&aacute;to&#345;i pro administraci sv&yacute;ch dom&eacute;n.';
$PALANG['pLogin_username'] = 'U&#382;ivatesk&eacute; jm&eacute;no (email)';
$PALANG['pLogin_password'] = 'Heslo';
$PALANG['pLogin_button'] = 'P&#345;ihl&aacute;sit';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Nespr&aacute;vn&eacute; u&#382;ivatelsk&eacute; jmeno. P&#345;ihla&scaron;ujte se svoj&iacute; emailovou adresou!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Nespr&aacute;vn&eacute; heslo!</div>';
$PALANG['pLogin_login_users'] = 'Vstup do u&#382;ivatelsk&eacute; sekce.';
$PALANG['pMenu_overview'] = 'P&#345;ehled';
$PALANG['pMenu_create_alias'] = 'P&#345;idat alias';
$PALANG['pMenu_create_mailbox'] = 'P&#345;idat schr&aacute;nku';
$PALANG['pMenu_sendmail'] = 'Poslat email';
$PALANG['pMenu_password'] = 'Zm&#283;nit heslo';
$PALANG['pMenu_viewlog'] = 'Prohl&iacute;&#382;et z&aacute;znam';
$PALANG['pMenu_logout'] = 'Odhl&aacute;sit.';
$PALANG['pMain_welcome'] = 'V&iacute;tejte v Postfix Adminu!';
$PALANG['pMain_overview'] = 'V&yacute;pis alias&#367; a schr&aacute;nek. M&#367;&#382;ete je zde upravovat a mazat.';
$PALANG['pMain_create_alias'] = 'Vytvo&#345;it alias v t&eacute;to dom&eacute;n&#283;.';
$PALANG['pMain_create_mailbox'] = 'Vytvo&#345;it schr&aacute;nku v t&eacute;to dom&eacute;n&#283;.';
$PALANG['pMain_sendmail'] = 'Poslat email do jedn&eacute; z nov&#283; vytvo&#345;en&yacute;ch schr&aacute;nek.';
$PALANG['pMain_password'] = 'Zm&#283;nit heslo administr&aacute;torsk&eacute;ho &uacute;&#269;tu.';
$PALANG['pMain_viewlog'] = 'Prohl&iacute;&#382;et z&aacute;znamy zm&#283;n v dom&eacute;n&#283;.';
$PALANG['pMain_logout'] = 'Odhl&aacute;sit ze syst&eacute;mu.';
$PALANG['pOverview_button'] = 'P&#345;ej&iacute;t';
$PALANG['pOverview_welcome'] = 'P&#345;ehled pro dom&eacute;nu ';
$PALANG['pOverview_alias_alias_count'] = 'Alias&#367;';
$PALANG['pOverview_alias_mailbox_count'] = 'Schr&aacute;nek';
$PALANG['pOverview_alias_address'] = 'Od';
$PALANG['pOverview_alias_goto'] = 'Pro';
$PALANG['pOverview_alias_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Jm&eacute;no';
$PALANG['pOverview_mailbox_quota'] = 'M&iacute;sto (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pOverview_mailbox_active'] = 'Aktivn&iacute;';
$PALANG['pOverview_get_domain'] = 'Dom&eacute;na';
$PALANG['pOverview_get_aliases'] = 'Aliasy';
$PALANG['pOverview_get_mailboxes'] = 'Schr&aacute;nky';
$PALANG['pOverview_get_quota'] = 'M&iacute;sto pro schr&aacute;nku (MB)';
$PALANG['pOverview_get_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pDelete_delete_error'] = '<div class="standout">Nelze smazat polo&#382;ku ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Tato dom&eacute;na nen&iacute; va&scaron;e ';
$PALANG['pCreate_alias_welcome'] = 'Vytvo&#345;it nov&yacute; alias ve va&scaron;&iacute; dom&eacute;n&#283;.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Adresa neni platn&aacute;!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Takov&aacute; emailov&aacute; adresa ji&#382; existuje!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Dos&aacute;hli jste limitu, nem&#367;&#382;ete vytv&aacute;&#345;et dal&scaron;&iacute; aliasy!</div>';
$PALANG['pCreate_alias_goto'] = 'C&iacute;l';
$PALANG['pCreate_alias_button'] = 'P&#345;idat';
$PALANG['pCreate_alias_goto_text'] = 'Kam m&aacute; po&scaron;ta chodit.';
$PALANG['pCreate_alias_goto_text_error'] = 'Kam m&aacute; po&scaron;ta chodit.<br /><div class="standout">C&iacute;l nen&iacute; platn&yacute;!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Nepoda&#345;ilo se p&#345;idat alias do tabulky alias&#367;!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Alias byl usp&#283;&scaron;n&#283; p&#345;id&aacute;n do tabulky alias&#367;!';
$PALANG['pCreate_alias_catchall_text'] = 'Pro vytvo&#345;en&iacute; v&scaron;eberouc&iacute;ho aliasu (dom&eacute;nov&eacute;ho ko&scaron;e) pou&#382;ijte * jako alias.<br />Pro alias dom&eacute;na-&amp;gt;dom&eacute;na pou&#382;ijte *@domain.tld jako c&iacute;l.';
$PALANG['pEdit_alias_welcome'] = 'Upravit aliasy.<br />Jeden z&aacute;znam na &#345;&aacute;dku.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Nelze naj&iacute;t alias!</div>';
$PALANG['pEdit_alias_goto'] = 'C&iacute;l';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Nezadali jste c&iacute;l</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Emailov&aacute; adresa kterou jste zadali nen&iacute; platn&aacute;: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Tato dom&eacute;na nen&iacute; va&scaron;e: ';
$PALANG['pEdit_alias_button'] = 'Upravit';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Nepoda&#345;ilo se upravit alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Vytvo&#345;it novou lok&aacute;ln&iacute; schr&aacute;nku v dom&eacute;n&#283;.';
$PALANG['pCreate_mailbox_username'] = 'U&#382;ivatelsk&eacute; jm&eacute;no';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Adresa neni platn&aacute;!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Takov&aacute; emailov&aacute; adresa ji&#382;&cedil; existuje!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Dos&aacute;hli jste limitu, nem&#367;&cedil;ete vytv&aacute;&#345;et dal&scaron;&iacute; schr&aacute;nky!</div>';
$PALANG['pCreate_mailbox_password'] = 'Heslo';
$PALANG['pCreate_mailbox_password2'] = 'Heslo (znovu)';
$PALANG['pCreate_mailbox_password_text'] = 'Heslo pro POP3/IMAP/SMTP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Heslo pro POP3/IMAP/SMTP<br /><div class="standout">Zadan&aacute; hesla jsou rozd&iacute;ln&aacute; nebo pr&aacute;zdn&aacute;!</div>';
$PALANG['pCreate_mailbox_name'] = 'Jm&eacute;no';
$PALANG['pCreate_mailbox_name_text'] = 'Cel&eacute; jm&eacute;no';
$PALANG['pCreate_mailbox_quota'] = 'M&iacute;sto';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Zadan&eacute; m&iacute;sto je p&#345;&iacute;li&scaron; velk&eacute;!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktivn&iacute;';
$PALANG['pCreate_mailbox_mail'] = 'Vytvo&#345;it schr&aacute;nku na disku';
$PALANG['pCreate_mailbox_button'] = 'P&#345;idat schr&aacute;nku';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Nepoda&#345;ilo se p&#345;idat schr&aacute;nku do tabulky schr&aacute;nek!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Schr&aacute;nka byla p&#345;id&aacute;na do tabulky schr&aacute;nek!';
$PALANG['pEdit_mailbox_welcome'] = 'Upravit lok&aacute;ln&iacute; chr&aacute;nku v dom&eacute;n&#283;.';
$PALANG['pEdit_mailbox_username'] = 'U&#382;ivatelsk&eacute; jm&eacute;no';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Nepoda&#345;ilo se nal&eacute;zt schr&aacute;nku!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nov&eacute; heslo';
$PALANG['pEdit_mailbox_password2'] = 'Nov&eacute; heslo (znovu)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Zadan&aacute; hesla se neshoduj&iacute;!</div>';
$PALANG['pEdit_mailbox_name'] = 'Jm&eacute;no';
$PALANG['pEdit_mailbox_quota'] = 'M&iacute;sto';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Zadan&eacute; m&iacute;sto je p&#345;&iacute;li&scaron; velk&eacute;!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Tato dom&eacute;na nen&iacute; va&scaron;e: ';
$PALANG['pEdit_mailbox_button'] = 'Upravit schr&aacute;nku';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Nepoda&#345;ilo se upravit schr&aacute;nku!</div>';
$PALANG['pPassword_welcome'] = 'Zm&#283;nit heslo.';
$PALANG['pPassword_admin'] = 'U&#382;ivatelsk&eacute; jm&eacute;no';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">U&#382;ivatelsk&eacute; jm&eacute;no se neshoduje s &#382;&aacute;dnou schr&aacute;nkou!</div>';
$PALANG['pPassword_password_current'] = 'Sou&#269;asn&eacute; heslo';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Nezadal(a) jste sou&#269;asn&eacute; heslo!</div>';
$PALANG['pPassword_password'] = 'Nov&eacute; heslo';
$PALANG['pPassword_password2'] = 'Nov&eacute; heslo (znovu)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Zadan&aacute; hesla jsou rozd&iacute;ln&aacute; nebo pr&aacute;zdn&aacute;!</div>';
$PALANG['pPassword_button'] = 'Zm&#283;nit heslo';
$PALANG['pPassword_result_error'] = '<div class="standout">Nepoda&#345;ilo se zm&#283;nit heslo!</div>';
$PALANG['pPassword_result_succes'] = 'Heslo bylo zm&#283;n&#283;no!';
$PALANG['pViewlog_welcome'] = 'Prohl&iacute;&#382;et 10 posledn&iacute;ch akc&iacute; pro ';
$PALANG['pViewlog_timestamp'] = '&#268;asov&aacute; zna&#269;ka';
$PALANG['pViewlog_username'] = 'U&#382;ivatel';
$PALANG['pViewlog_domain'] = 'Dom&eacute;na';
$PALANG['pViewlog_action'] = 'Akce';
$PALANG['pViewlog_data'] = 'Pozn&aacute;mka';
$PALANG['pViewlog_button'] = 'J&iacute;t';
$PALANG['pViewlog_result_error'] = '<div class="standout">Nepoda&#345;ilo se naj&iacute;t z&aacute;znamy!</div>';
$PALANG['pSendmail_welcome'] = 'Poslat email.';
$PALANG['pSendmail_admin'] = 'Od';
$PALANG['pSendmail_to'] = 'C&iacute;l';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">C&iacute;l nen&iacute; platn&aacute; emailov&aacute; adresa!</div>';
$PALANG['pSendmail_subject'] = 'P&#345;edm&#283;t';
$PALANG['pSendmail_subject_text'] = 'V&iacute;tejte';
$PALANG['pSendmail_body'] = 'Obsah';
$PALANG['pSendmail_body_text'] = <<<EOM
Ahoj,
V&iacute;t&aacute;m v&aacute;s ve va&scaron;em nov&eacute;m emailv&eacute;m &uacute;&#269;tu.
EOM;
$PALANG['pSendmail_button'] = 'Poslat email';
$PALANG['pSendmail_result_error'] = '<div class="standout">Nepoda&#345;ilo se vytvo&#345;it schr&aacute;nku!</div>';
$PALANG['pSendmail_result_succes'] = 'Schr&aacute;nka byla vytvo&#345;ena!';
$PALANG['pVcp_welcome'] = 'Zm&#283;nit heslo od emailu.';
$PALANG['pVcp_username'] = 'Emailov&aacute; adresa';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Emailov&aacute; adresa se neshoduje se schr&aacute;nkou!</div>';
$PALANG['pVcp_password_current'] = 'Sou&#269;asn&eacute; heslo';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Nezadal(a) jste sou&#269;asn&eacute; heslo!</div>';
$PALANG['pVcp_password'] = 'Nov&eacute; heslo';
$PALANG['pVcp_password2'] = 'Nov&eacute; heslo (znovu)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Zadan&aacute; hesla jsou rozd&iacute;ln&aacute; nebo pr&aacute;zdn&aacute;!</div>';
$PALANG['pVcp_button'] = 'Zm&#283;nit heslo';
$PALANG['pVcp_result_error'] = '<div class="standout">Nepoda&#345;ilo se zm&#283;nit heslo!</div>';
$PALANG['pVcp_result_succes'] = 'Heslo bylo zm&#283;n&#283;no!';
$PALANG['pAdminMenu_list_admin'] = 'Seznam administr&aacute;tor&#367;';
$PALANG['pAdminMenu_list_domain'] = 'Seznam dom&eacute;n';
$PALANG['pAdminMenu_list_virtual'] = 'Seznam alias&#367;';
$PALANG['pAdminMenu_viewlog'] = 'Prohl&iacute;&#382;et z&aacute;znamy';
$PALANG['pAdminMenu_backup'] = 'Z&aacute;lohovat';
$PALANG['pAdminMenu_create_domain_admins'] = 'Dom&eacute;nov&iacute; administr&aacute;to&#345;i';
$PALANG['pAdminMenu_create_admin'] = 'Nov&yacute; administr&aacute;tor';
$PALANG['pAdminMenu_create_domain'] = 'Nov&aacute; dom&eacute;na';
$PALANG['pAdminMenu_create_alias'] = 'P&#345;idat alias';
$PALANG['pAdminMenu_create_mailbox'] = 'P&#345;idat schr&aacute;nku';
$PALANG['pAdminList_admin_domain'] = 'Dom&eacute;na';
$PALANG['pAdminList_admin_username'] = 'Administr&aacute;tor';
$PALANG['pAdminList_admin_count'] = 'Dom&eacute;ny';
$PALANG['pAdminList_admin_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pAdminList_admin_active'] = 'Aktivn&iacute;';
$PALANG['pAdminList_domain_domain'] = 'Dom&eacute;na';
$PALANG['pAdminList_domain_description'] = 'Popis';
$PALANG['pAdminList_domain_aliases'] = 'Alias&#367;';
$PALANG['pAdminList_domain_mailboxes'] = 'Schr&aacute;nek';
$PALANG['pAdminList_domain_maxquota'] = 'Maxim&aacute;ln&iacute; m&iacute;sto (MB)';
$PALANG['pAdminList_domain_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pAdminList_domain_active'] = 'Aktivn&iacute;';
$PALANG['pAdminList_virtual_button'] = 'J&iacute;t';
$PALANG['pAdminList_virtual_welcome'] = 'P&#345;ehled pro ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Alias&#367;';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Schr&aacute;nek';
$PALANG['pAdminList_virtual_alias_address'] = 'Od';
$PALANG['pAdminList_virtual_alias_goto'] = 'C&iacute;l';
$PALANG['pAdminList_virtual_alias_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Emailov&aacute; adresa';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Jm&eacute;no';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'M&iacute;sto (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Naposledy zm&#283;n&#283;no';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktivn&iacute;';
$PALANG['pAdminCreate_domain_welcome'] = 'P&#345;idat novou dom&eacute;nu';
$PALANG['pAdminCreate_domain_domain'] = 'Dom&eacute;na';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Takov&aacute; dom&eacute;na u&#382; existuje!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Popis';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias&#367;';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = znep&#345;&iacute;stupnit | -1 = neomezen&#283;';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Schr&aacute;nek';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = znep&#345;&iacute;stupnit | -1 = neomezen&#283;';
$PALANG['pAdminCreate_domain_maxquota'] = 'Maxim&aacute;ln&iacute; m&iacute;sto';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = znep&#345;&iacute;stupnit | -1 = neomezen&#283;';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Pridat implicitn&iacute; aliasy';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server je z&aacute;lo&#382;n&iacute; MX';
$PALANG['pAdminCreate_domain_button'] = 'P&#345;idat dom&eacute;nu';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Nepoda&#345;ilo se p&#345;idat dom&eacute;nu!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Dom&eacute;na byla p&#345;id&aacute;na!';
$PALANG['pAdminEdit_domain_welcome'] = 'Upravit dom&eacute;nu';
$PALANG['pAdminEdit_domain_domain'] = 'Dom&eacute;na';
$PALANG['pAdminEdit_domain_description'] = 'Popis';
$PALANG['pAdminEdit_domain_aliases'] = 'Alias&#367;';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = znep&#345;&iacute;stupnit | -1 = neomezen&#283;';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Schr&aacute;nek';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = znep&#345;&iacute;stupnit | -1 = neomezen&#283;';
$PALANG['pAdminEdit_domain_maxquota'] = 'Maxim&aacute;ln&iacute; m&iacute;sto';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = znep&#345;&iacute;stupnit | -1 = neomezen&#283;';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server je z&aacute;lo&#382;n&iacute; MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktivn&iacute;';
$PALANG['pAdminEdit_domain_button'] = 'Upravit dom&eacute;nu';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Nepoda&#345;ilo se upravit dom&eacute;nu!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'P&#345;idat nov&eacute;ho administr&aacute;tora';
$PALANG['pAdminCreate_admin_username'] = 'U&#382;ivatelsk&eacute; jm&eacute;no';
$PALANG['pAdminCreate_admin_username_text'] = 'Emailov&aacute; adresa';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Emailov&aacute; adresa<br /><div class="standout">Tato adresa nen&iacute; platn&aacute;!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email address<br /><div class="standout">Takov&aacute; adresa u&#382; existuje!</div>';
$PALANG['pAdminCreate_admin_password'] = 'Heslo';
$PALANG['pAdminCreate_admin_password2'] = 'Heslo (znovu)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Zadan&aacute; hesla jsou rozd&iacute;ln&aacute; nebo pr&aacute;zdn&aacute;!</div>';
$PALANG['pAdminCreate_admin_button'] = 'P&#345;idat administr&aacute;tora';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Nepoda&#345;ilo se p&#345;idat administr&aacute;tora!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Administr&aacute;tor byl p&#345;id&aacute;n!';
$PALANG['pAdminCreate_admin_address'] = 'Dom&eacute;na';
$PALANG['pAdminEdit_admin_welcome'] = 'Upravit dom&eacute;nov&eacute;ho administr&aacute;tora';
$PALANG['pAdminEdit_admin_username'] = 'U&#382;ivatelsk&eacute; jm&eacute;no';
$PALANG['pAdminEdit_admin_password'] = 'Heslo';
$PALANG['pAdminEdit_admin_password2'] = 'Heslo (znovu)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Zadan&aacute; hesla jsou rozd&iacute;ln&aacute; nebo pr&aacute;zdn&aacute;!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktivn&iacute;';
$PALANG['pAdminEdit_admin_button'] = 'Upravit administr&aacute;tora';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Nepoda&#345;ilo se upravit administr&aacute;tora!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Administr&aacute;tor byl upraven!';
$PALANG['pUsersLogin_welcome'] = 'Zde se p&#345;ihla&scaron;uj&iacute; u&#382;ivatel&eacute; pro zm&#283;nu hesla nebo p&#345;esm&#283;rov&aacute;n&iacute;.';
$PALANG['pUsersLogin_username'] = 'U&#382;ivatelsk&eacute; jm&eacute;no (email)';
$PALANG['pUsersLogin_password'] = 'Heslo';
$PALANG['pUsersLogin_button'] = 'P&#345;ihl&aacute;sit';
$PALANG['pUsersLogin_username_incorrect'] = 'Nespr&aacute;vn&eacute; u&#382;ivatelsk&eacute; jmeno. P&#345;ihla&scaron;ujte se svoj&iacute; emailovou adresou!';
$PALANG['pUsersLogin_password_incorrect'] = 'Nespr&aacute;vn&eacute; heslo!';
$PALANG['pUsersMenu_vacation'] = 'Automatick&aacute; odpov&#283;&#271;';
$PALANG['pUsersMenu_edit_alias'] = 'P&#345;esm&#283;rov&aacute;n&iacute;';
$PALANG['pUsersMenu_password'] = 'Zm&#283;na hesla';
$PALANG['pUsersMain_welcome'] = 'Zde m&#367;&#382;ete m&#283;nit nastaven&iacute; va&scaron;&iacute; schr&aacute;nky:';
$PALANG['pUsersMain_vacation'] = 'Nastavit ,,jsem pry&#269;`` nebo podobnou automatickou odpov&#283;&#271;.';
$PALANG['pUsersMain_edit_alias'] = 'Nastavit / zm&#283;n&iacute;t p&#345;esm&#283;rov&aacute;n&iacute;';
$PALANG['pUsersMain_password'] = 'Zm&#283;nit heslo';
$PALANG['pUsersVacation_welcome'] = 'Automatick&aacute; podpov&#283;&#271;';
$PALANG['pUsersVacation_welcome_text'] = 'Ji&#382; m&iacute;ate nastavenou automatickou odpov&#283;&#271;!';
$PALANG['pUsersVacation_subject'] = 'P&#345;edm&#283;t';
$PALANG['pUsersVacation_subject_text'] = 'Dovolen&aacute;';
$PALANG['pUsersVacation_body'] = 'Obsah';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Jsem na dovolen&eacute; od <date> od <date>.
S neodkladn&yacute;mi zpr&aacute;vami kontaktujte <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Odjet';
$PALANG['pUsersVacation_button_back'] = 'Vr&aacute;tit se';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Nepoda&#345;ilo se upravit nastaven&iacute;!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Nastaven&iacute; bylo upraveno!';
?>

@ -0,0 +1,287 @@
<?php
//
// Language file Danish
//
$PALANG['YES'] = 'JA';
$PALANG['NO'] = 'NEJ';
$PALANG['edit'] = 'rediger';
$PALANG['del'] = 'slet';
$PALANG['confirm'] = 'Er du sikker p&aring; du vil slette dette?';
$PALANG['confirm_domain'] = 'Vil du virkelig slette alle poster for dette dom&aelig;ne? Dette kan ikke fortrydes!';
$PALANG['pLogin_welcome'] = 'Postadministrator: Log ind her for at administrere dine dom&aelig;ner.';
$PALANG['pLogin_username'] = 'Brugernavn (email)';
$PALANG['pLogin_password'] = 'Kodeord';
$PALANG['pLogin_button'] = 'Login';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Dit brugernavn er forkert. Verificer at du bruger din email-adresse som login!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Dit kodeord er forkert!</div>';
$PALANG['pLogin_login_users'] = 'Bruger: Log ind p&aring; brugersektionen her.';
$PALANG['pMenu_overview'] = 'Oversigt';
$PALANG['pMenu_create_alias'] = 'Tilf&oslash;j alias';
$PALANG['pMenu_create_mailbox'] = 'Tilf&oslash;j postboks';
$PALANG['pMenu_sendmail'] = 'Send Email';
$PALANG['pMenu_password'] = 'Kodeord';
$PALANG['pMenu_viewlog'] = 'Vis Log';
$PALANG['pMenu_logout'] = 'Log ud';
$PALANG['pMain_welcome'] = 'Velkommen til Postfix Admin!';
$PALANG['pMain_overview'] = 'Vis alle aliaser og postbokse. Du kan redigere / slette dem herfra.';
$PALANG['pMain_create_alias'] = 'Opret nyt alias til dit dom&aelig;ne.';
$PALANG['pMain_create_mailbox'] = 'Opret nu postboks til dit dom&aelig;ne.';
$PALANG['pMain_sendmail'] = 'Send en email til en af dine nyoprettede postbokse.';
$PALANG['pMain_password'] = 'Ret kodeordet til din administratorkonto.';
$PALANG['pMain_viewlog'] = 'Vis logfiler.';
$PALANG['pMain_logout'] = 'Log ud fra systemet';
$PALANG['pOverview_button'] = 'Vis';
$PALANG['pOverview_welcome'] = 'Oversigt for ';
$PALANG['pOverview_alias_alias_count'] = 'Aliaser';
$PALANG['pOverview_alias_mailbox_count'] = 'Postbokse';
$PALANG['pOverview_alias_address'] = 'Fra';
$PALANG['pOverview_alias_goto'] = 'Til';
$PALANG['pOverview_alias_modified'] = 'Senest rettet';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Navn';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Senest rettet';
$PALANG['pOverview_mailbox_active'] = 'Aktiv';
$PALANG['pOverview_get_domain'] = 'Dom&aelig;ne';
$PALANG['pOverview_get_aliases'] = 'Aliaser';
$PALANG['pOverview_get_mailboxes'] = 'Postbokse';
$PALANG['pOverview_get_quota'] = 'Postboks Kvota (MB)';
$PALANG['pOverview_get_modified'] = 'Senest rettet';
$PALANG['pDelete_delete_error'] = '<div class="standout">Kan ikke slette denne post ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Dette dom&aelig;ne er ikke dit ';
$PALANG['pCreate_alias_welcome'] = 'Opret nyt alias til dit dom&aelig;ne.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Aliaset er ikke gyldigt!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Email adressen eksisterer allerede. V&aelig;lg venligst en anden!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Du har n&aring;et gr&aelig;nsen for antallet af aliaser til dit dom&aelig;ne!</div>';
$PALANG['pCreate_alias_goto'] = 'Modtager';
$PALANG['pCreate_alias_button'] = 'Tilf&oslash;j Alias';
$PALANG['pCreate_alias_goto_text'] = 'Hvor emailen skal videresendes til.';
$PALANG['pCreate_alias_goto_text_error'] = 'Hvor emailen skal videresendes til.<br /><div class="standout">Modtageradressen er ikke gyldig!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Kan ikke tilf&oslash;je aliaset til alias-tabellen!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Aliaset er blevet tilf&oslash;jet til alias-tabellen!';
$PALANG['pCreate_alias_catchall_text'] = 'For at oprette et stjerne-alias, brug en "*" som alias.<br />For dom%aelig;ne til dom&aelig;ne-viderestilling brug "*@domain.tld" som modtager.';
$PALANG['pEdit_alias_welcome'] = 'Rediger et alias for dit dom&aelig;ne.<br />En modtager pr. linie.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Kan ikke finde aliaset!</div>';
$PALANG['pEdit_alias_goto'] = 'Modtager(e)';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Du udfyldte ikke noget i Modtager(e)</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Den tilf&oslash;jede emailadresse er ikke gyldig: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Dette dom&aelig;ne tilh&oslash;rer ikke dig: ';
$PALANG['pEdit_alias_button'] = 'Ret Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Kan ikke redigere aliaset!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Opret en ny lokal postboks til dit dom&aelig;ne.';
$PALANG['pCreate_mailbox_username'] = 'Brugernavn';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Email adressen er ikke gyldig!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Email adressen eksisterer allerede. V&aelig;lg venligst en anden!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Du har n&aring;et gr&aelig;nsen for antallet af postbokse til dit dom&aelig;ne!</div>';
$PALANG['pCreate_mailbox_password'] = 'Kodeord';
$PALANG['pCreate_mailbox_password2'] = 'Kodeord (igen)';
$PALANG['pCreate_mailbox_password_text'] = 'Kodeord til POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Kodeord til POP3/IMAP<br /><div class="standout">Kodeordene er ikke ens!<br />Eller er tomme!</div>';
$PALANG['pCreate_mailbox_name'] = 'Navn';
$PALANG['pCreate_mailbox_name_text'] = 'Fulde navn';
$PALANG['pCreate_mailbox_quota'] = 'Kvota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Den &oslash;nskede kvota er for h&oslash;j!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktiv';
$PALANG['pCreate_mailbox_mail'] = 'Opret postboks';
$PALANG['pCreate_mailbox_button'] = 'Tilf&oslash;j postboks';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Kan ikke tilf&oslash;je postboksen til postboks-tabellen!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Postboksen er tilf&oslash;jet til postboks-tabellen!';
$PALANG['pEdit_mailbox_welcome'] = 'Rediger en postboks til dit dom&aelig;ne.';
$PALANG['pEdit_mailbox_username'] = 'Brugernavn';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Kan ikke finde postboksen!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nyt kodeord';
$PALANG['pEdit_mailbox_password2'] = 'Nyt kodeord (igen)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Kodeordene er ikke ens!</div>';
$PALANG['pEdit_mailbox_name'] = 'Navn';
$PALANG['pEdit_mailbox_quota'] = 'Kvota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Den &oslash;nskede kvota er for h&oslash;j!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Dette dom&aelig;ne er ikke dit: ';
$PALANG['pEdit_mailbox_button'] = 'Ret postboks';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Kan ikke skifte kodeord!</div>';
$PALANG['pPassword_welcome'] = 'Ret dit kodeord.';
$PALANG['pPassword_admin'] = 'Kodeord';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Brugernavnet kunne ikke findes!</div>';
$PALANG['pPassword_password_current'] = 'Nuv&aelig;rende kodeord';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Du glemte at skrive dit nuv&aelig;rende kodeord!</div>';
$PALANG['pPassword_password'] = 'Nyt kodeord';
$PALANG['pPassword_password2'] = 'Nyt kodeord (igen)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Kodeordene er ikke ens!<br />Eller er tomme!</div>';
$PALANG['pPassword_button'] = 'Skift kodeord';
$PALANG['pPassword_result_error'] = '<div class="standout">Kan ikke skifte kodeord!</div>';
$PALANG['pPassword_result_succes'] = 'Dit kodeord er skiftet!';
$PALANG['pViewlog_welcome'] = 'Vis de sidste 10 poster for ';
$PALANG['pViewlog_timestamp'] = 'Tidsstempel';
$PALANG['pViewlog_username'] = 'Administrator';
$PALANG['pViewlog_domain'] = 'Dom&aelig;ne';
$PALANG['pViewlog_action'] = 'Handling';
$PALANG['pViewlog_data'] = 'Data';
$PALANG['pViewlog_button'] = 'Vis';
$PALANG['pViewlog_result_error'] = '<div class="standout">Kan ikke finde loggen!</div>';
$PALANG['pSendmail_welcome'] = 'Send en email.';
$PALANG['pSendmail_admin'] = 'Modtager';
$PALANG['pSendmail_to'] = 'Afsender';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Modtager er tom eller en ugyldig email adresse!</div>';
$PALANG['pSendmail_subject'] = 'Emne';
$PALANG['pSendmail_subject_text'] = 'Velkommen';
$PALANG['pSendmail_body'] = 'Meddelelse';
$PALANG['pSendmail_body_text'] = <<<EOM
Hej
Velkommen til din nye konto
EOM;
$PALANG['pSendmail_button'] = 'Send email';
$PALANG['pSendmail_result_error'] = '<div class="standout">Kan ikke oprette postboks!</div>';
$PALANG['pSendmail_result_succes'] = 'Postboksen er oprettet!';
$PALANG['pVcp_welcome'] = 'Skift kodeord for din postkasse.';
$PALANG['pVcp_username'] = 'Brugernavn';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Brugernavnet kunne ikke findes!</div>';
$PALANG['pVcp_password_current'] = 'Nuv&aelig;rende kodeord';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Du glemte at skrive dit nuv&aelig;rende kodeord!</div>';
$PALANG['pVcp_password'] = 'Nyt kodeord';
$PALANG['pVcp_password2'] = 'Nyt kodeord (igen)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Kodeordene er ikke ens!<br />Eller er tomme!</div>';
$PALANG['pVcp_button'] = 'Skift kodeord';
$PALANG['pVcp_result_error'] = '<div class="standout">Kan ikke skifte kodeord!</div>';
$PALANG['pVcp_result_succes'] = 'Kodeordet er skiftet!';
$PALANG['pAdminMenu_list_admin'] = 'Administratorliste';
$PALANG['pAdminMenu_list_domain'] = 'Dom&aelig;neliste';
$PALANG['pAdminMenu_list_virtual'] = 'Virtuel Liste';
$PALANG['pAdminMenu_viewlog'] = 'Vis Log';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Dom&aelig;neadministrator';
$PALANG['pAdminMenu_create_admin'] = 'Ny administrator';
$PALANG['pAdminMenu_create_domain'] = 'Nyt dom&aelig;ne';
$PALANG['pAdminMenu_create_alias'] = 'Tilf&oslash;j alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Tilf&oslash;j postboks';
$PALANG['pAdminList_admin_domain'] = 'Dom&aelig;ne';
$PALANG['pAdminList_admin_username'] = 'Administrator';
$PALANG['pAdminList_admin_count'] = 'Dom&aelig;ner';
$PALANG['pAdminList_admin_modified'] = 'Senest rettet';
$PALANG['pAdminList_admin_active'] = 'Aktiv';
$PALANG['pAdminList_domain_domain'] = 'Dom&aelig;ne';
$PALANG['pAdminList_domain_description'] = 'Beskrivelse';
$PALANG['pAdminList_domain_aliases'] = 'Aliaser';
$PALANG['pAdminList_domain_mailboxes'] = 'Postbokse';
$PALANG['pAdminList_domain_maxquota'] = 'Maks. kvota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Senest rettet';
$PALANG['pAdminList_domain_active'] = 'Aktiv';
$PALANG['pAdminList_virtual_button'] = 'Vis';
$PALANG['pAdminList_virtual_welcome'] = 'Oversigt for ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliaser';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Postbokse';
$PALANG['pAdminList_virtual_alias_address'] = 'Fra';
$PALANG['pAdminList_virtual_alias_goto'] = 'Til';
$PALANG['pAdminList_virtual_alias_modified'] = 'Senest rettet';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Navn';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Kvota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Senest rettet';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktiv';
$PALANG['pAdminCreate_domain_welcome'] = 'Tilf&oslash;j et nyt dom&aelig;ne';
$PALANG['pAdminCreate_domain_domain'] = 'Dom&aelig;ne';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Dom&aelig;net eksisterer allerede!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Beskrivelse';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliaser';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = annuller | -1 = uendeligt';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postbokse';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = annuller | -1 = uendeligt';
$PALANG['pAdminCreate_domain_maxquota'] = 'Maks. kvota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = annuller | -1 = uendeligt';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Tilf&oslash;j standard aliaser';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Tilf&oslash;j dom&aelig;ne';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Kan ikke tilf&oslash;je dom&aelig;ne!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Dom&aelig;net er tilf&oslash;jet!';
$PALANG['pAdminEdit_domain_welcome'] = 'Rediger et dom&aelig;ne';
$PALANG['pAdminEdit_domain_domain'] = 'Dom&aelig;ne';
$PALANG['pAdminEdit_domain_description'] = 'Beskrivelse';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliaser';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = annuller | -1 = uendeligt';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Postbokse';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = annuller | -1 = uendeligt';
$PALANG['pAdminEdit_domain_maxquota'] = 'Maks. kvota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = annuller | -1 = uendeligt';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktiv';
$PALANG['pAdminEdit_domain_button'] = 'Rediger dom&aelig;ne';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Kan ikke rette dom&aelig;ne!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Tilf&oslash;j ny dom&aelig;neadministrator';
$PALANG['pAdminCreate_admin_username'] = 'Administrator';
$PALANG['pAdminCreate_admin_username_text'] = 'Email adresse';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Email adresse<br /><div class="standout">Administrator er ikke en gyldig email adresse!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email adresse<br /><div class="standout">Aministratoren findes allerede eller er ikke gyldig</div>';
$PALANG['pAdminCreate_admin_password'] = 'Kodeord';
$PALANG['pAdminCreate_admin_password2'] = 'Kodeord (igen)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Kodeordene er ikke ens!<br />Eller er tomme!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Tilf&oslash;j administrator';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Kan ikke tilf&oslash;je administrator!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Administrator er tilf&oslash;jet!';
$PALANG['pAdminCreate_admin_address'] = 'Dom&aelig;ne';
$PALANG['pAdminEdit_admin_welcome'] = 'Rediger en dom&aelig;neadministrator';
$PALANG['pAdminEdit_admin_username'] = 'Administrator';
$PALANG['pAdminEdit_admin_password'] = 'Kodeord';
$PALANG['pAdminEdit_admin_password2'] = 'Kodeord (igen)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Kodeordene er ikke ens!<br />Eller er tomme!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiv';
$PALANG['pAdminEdit_admin_button'] = 'Rediger administrator';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Kan ikke rette administrator!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Administrator er rettet!';
$PALANG['pUsersLogin_welcome'] = 'Postboksbruger: Login for at &aelig;ndre kodeord og viderestilling.';
$PALANG['pUsersLogin_username'] = 'Brugernavn (email)';
$PALANG['pUsersLogin_password'] = 'Kodeord';
$PALANG['pUsersLogin_button'] = 'Log ind';
$PALANG['pUsersLogin_username_incorrect'] = 'Dit brugernavn er forkert. Verificer at du bruger din email adresse som brugernavn!';
$PALANG['pUsersLogin_password_incorrect'] = 'Dit kodeord er ikke korrekt!';
$PALANG['pUsersMenu_vacation'] = 'Autosvar';
$PALANG['pUsersMenu_edit_alias'] = 'Rediger dine viderestillinger';
$PALANG['pUsersMenu_password'] = 'Skift kodeord';
$PALANG['pUsersMain_welcome'] = 'Skift indstillingerne for din postboks her!';
$PALANG['pUsersMain_vacation'] = 'Tilf&oslash;j en "ikke tilstede" besked eller et autosvar til din email adresse.';
$PALANG['pUsersMain_edit_alias'] = 'Skift dine viderestillinger for email.';
$PALANG['pUsersMain_password'] = 'Skift dit nuv&aelig;rende kodeord.';
$PALANG['pUsersVacation_welcome'] = 'Autosvar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har allerede et autosvar indstillet!';
$PALANG['pUsersVacation_subject'] = 'Emne';
$PALANG['pUsersVacation_subject_text'] = 'Ikke tilstede';
$PALANG['pUsersVacation_body'] = 'Meddelelse';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Jeg er ikke tilstede i perioden <dato> til <dato>.
I n&oslash;dstilf&aelig;lde kan <kontaktperson> kontaktes.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Tager afsted';
$PALANG['pUsersVacation_button_back'] = 'Kommer tilbage';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Kan ikke opdatere dine autosvar indstillinger!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Dit autosvar er fjernet!';
?>

@ -0,0 +1,288 @@
<?php
//
// Language file German
//
$LANG['YES'] = 'JA';
$PALANG['NO'] = 'NEIN';
$PALANG['edit'] = 'editieren';
$PALANG['del'] = 'l&ouml;schen';
$PALANG['confirm'] = 'Sind Sie sicher dass Sie das l&ouml;schen wollen?';
$PALANG['confirm_domain'] = 'Wollen Sie wirklich alle Eintr&auml;ge dieser Domain l&ouml;schen? Dies kann NICHT r&uuml;ckg&auml;ngig gemacht werden!';
$PALANG['pLogin_welcome'] = 'Mail-Administratoren loggen sich bitte hier ein.';
$PALANG['pLogin_username'] = 'Login (eMail)';
$PALANG['pLogin_password'] = 'Passwort';
$PALANG['pLogin_button'] = 'Login';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Ihr Login-Name ist nicht korrekt. Bitte benutzen Sie die komplette eMail-Adresse</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Falsches Passwort!</div>';
$PALANG['pLogin_login_users'] = 'eMail-Benutzer bitte hier einloggen.';
$PALANG['pMenu_overview'] = '&Uuml;berblick';
$PALANG['pMenu_create_alias'] = 'Alias hinzuf&uuml;gen';
$PALANG['pMenu_create_mailbox'] = 'Mailbox hinzuf&uuml;gen';
$PALANG['pMenu_sendmail'] = 'Email versenden';
$PALANG['pMenu_password'] = 'Passwort &auml;ndern';
$PALANG['pMenu_viewlog'] = 'Log ansehen';
$PALANG['pMenu_logout'] = 'Logout';
$PALANG['pMain_welcome'] = 'Willkommen zu Postfix Admin!';
$PALANG['pMain_overview'] = 'Listet Ihre Aliase und Mailboxen auf. Sie k&ouml;nnen sie hier editieren und l&ouml;schen.';
$PALANG['pMain_create_alias'] = 'Fügt einen neuen Alias f&uuml;r Ihre Domain hinzu.';
$PALANG['pMain_create_mailbox'] = 'Legt eine neue Mailbox f&uuml;r Ihre Domain an.';
$PALANG['pMain_sendmail'] = 'Versenden Sie eine Email.';
$PALANG['pMain_password'] = '&Auml;ndern Sie Ihr Admin-Passwort.';
$PALANG['pMain_viewlog'] = 'Lassen Sie sich das Log anzeigen.';
$PALANG['pMain_logout'] = 'Ausloggen aus dem System';
$PALANG['pOverview_button'] = 'Los';
$PALANG['pOverview_welcome'] = '&Uuml;berblick &uuml;ber ';
$PALANG['pOverview_alias_alias_count'] = 'Aliase';
$PALANG['pOverview_alias_mailbox_count'] = 'Mailboxen';
$PALANG['pOverview_alias_address'] = 'Von';
$PALANG['pOverview_alias_goto'] = 'An';
$PALANG['pOverview_alias_modified'] = 'Zuletzt ver&auml;ndert';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Name';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Zuletzt ver&auml;ndert';
$PALANG['pOverview_mailbox_active'] = 'Aktiv';
$PALANG['pOverview_get_domain'] = 'Domain';
$PALANG['pOverview_get_aliases'] = 'Aliases';
$PALANG['pOverview_get_mailboxes'] = 'Mailboxes';
$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
$PALANG['pOverview_get_modified'] = 'Zuletzt ver&auml;ndert';
$PALANG['pDelete_delete_error'] = '<div class="standout">Eintrag konnte nicht gel&ouml;scht werden ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Diese Domain geh&ouml;rt nicht Ihnen ';
$PALANG['pCreate_alias_welcome'] = 'Neuen Alias f&uuml;r Ihre Domain anlegen';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Dieses ALIAS ist nicht erlaubt!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Diese eMail-Adresse existiert bereits. Bitte w&auml;hlen Sie eine andere!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Sie haben Ihr Limit f&uuml;r Aliase auf dieser Domain erreicht!</div>';
$PALANG['pCreate_alias_goto'] = 'An';
$PALANG['pCreate_alias_button'] = 'Alias hinzuf&uuml;gen';
$PALANG['pCreate_alias_goto_text'] = 'Wohin soll die eMail weitergeleitet werden?';
$PALANG['pCreate_alias_goto_text_error'] = 'Wohin die eMail weitergeleitet werden soll<br /><div class="standout">Das An-Feld ist falsch!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Unm&ouml;glich dieses Alias in die Alias-Tabelle einzutragen!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Das Alias wurde in die Alias-Tabelle hinzugef&uuml;gt!';
$PALANG['pCreate_alias_catchall_text'] = 'Um alle Adressen abzudecken benutzen Sie einen "*" als Alias.<br />Um ganze Domains an andere Domains weiterzuleiten benutzen Sie "*@domain.tld" im "An"-Feld.';
$PALANG['pEdit_alias_welcome'] = '&Auml;ndern Sie einen Alias f&uuml;r Ihre Domain<br />EIN Eintrag pro Zeile!';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Auffinden des Alias schlug fehl!</div>';
$PALANG['pEdit_alias_goto'] = 'An';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Sie haben im "To"-Feld nichts angegeben!</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Die angegebene eMail-Adresse ist nicht korrekt: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Diese Domain geh&ouml;rt nicht Ihnen: ';
$PALANG['pEdit_alias_button'] = 'Alias &auml;ndern';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">&Auml;ndern des Aliases nicht m&ouml;glich!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Legen Sie eine neue Mailbox f&uuml;r Ihre Domain an.';
$PALANG['pCreate_mailbox_username'] = 'Benutzername';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Die EMAIL ist nicht korrekt!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Diese Email-Adresse existiert bereits. Bitte w&auml;hlen Sie eine andere!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Sie d&uuml;rfen leider nicht mehr Mailboxen f&uuml;r diese Domain anlegen!</div>';
$PALANG['pCreate_mailbox_password'] = 'Passwort';
$PALANG['pCreate_mailbox_password2'] = 'Passwort (nochmal)';
$PALANG['pCreate_mailbox_password_text'] = 'Passwort f&uuml;r POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Passwort f&uuml;r POP3/IMAP<br /><div class="standout">Die beiden Passw&ouml;rter sind nicht identisch!<br />Oder ganz leer!</div>';
$PALANG['pCreate_mailbox_name'] = 'Name';
$PALANG['pCreate_mailbox_name_text'] = 'Voller Name';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Das angegebene Quota ist zu hoch!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktiv';
$PALANG['pCreate_mailbox_mail'] = 'Mailbox anlegen';
$PALANG['pCreate_mailbox_button'] = 'Mailbox hinzuf&uuml;gen';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Unm&ouml;glich die Mailbox in die Mailbox-Tabelle einzutragen!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Die Mailbox wurde in die Mailbox-Tabelle eingetragen!';
$PALANG['pEdit_mailbox_welcome'] = '&Auml;ndern Sie ihre Mailbox hier.';
$PALANG['pEdit_mailbox_username'] = 'Benutzername';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Unm&ouml;glich die Mailbox aufzufinden!</div>';
$PALANG['pEdit_mailbox_password'] = 'Neues Passwort';
$PALANG['pEdit_mailbox_password2'] = 'Neues Passwort (nochmal)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Die beiden Passw&ouml;rter sind nicht identisch!</div>';
$PALANG['pEdit_mailbox_name'] = 'Name';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Das angegebene Quota ist zu hoch!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Diese Domain geh&ouml;rt nicht Ihnen: ';
$PALANG['pEdit_mailbox_button'] = 'Mailbox editieren';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Unm&ouml;glich das Passwort zu &auml;ndern!</div>';
$PALANG['pPassword_welcome'] = '&Auml;ndern Sie Ihr Login-Passwort.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Das angegebene Login entspricht keiner Mailbox!</div>';
$PALANG['pPassword_password_current'] = 'Jetziges Password';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Sie haben Ihr derzeitiges Passwort nicht angegeben!</div>';
$PALANG['pPassword_password'] = 'Neues Passwort';
$PALANG['pPassword_password2'] = 'Neues Password (nochmal)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Die beiden angegebenen Passw&ouml;rter sind nicht identische!<br />Oder leer!</div>';
$PALANG['pPassword_button'] = 'Passwort &auml;ndern';
$PALANG['pPassword_result_error'] = '<div class="standout">Unm&ouml;glich das Passwort zu &auml;ndern!</div>';
$PALANG['pPassword_result_succes'] = 'Ihr Passwort wurde ge&auml;ndert!';
$PALANG['pViewlog_welcome'] = 'Zeigt die letzten 10 Aktionen f&uuml;r ';
$PALANG['pViewlog_timestamp'] = 'Zeitpunkt';
$PALANG['pViewlog_username'] = 'Admin';
$PALANG['pViewlog_domain'] = 'Domain';
$PALANG['pViewlog_action'] = 'Aktion';
$PALANG['pViewlog_data'] = 'Daten';
$PALANG['pViewlog_button'] = 'Los';
$PALANG['pViewlog_result_error'] = '<div class="standout">Kann keine Eintr&auml;ge finden!</div>';
$PALANG['pSendmail_welcome'] = 'eMail versenden.';
$PALANG['pSendmail_admin'] = 'Von';
$PALANG['pSendmail_to'] = 'An';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Das "An"-Feld ist leer bzw. ung&uuml;ltig!</div>';
$PALANG['pSendmail_subject'] = 'Betreff';
$PALANG['pSendmail_subject_text'] = 'Willkommen';
$PALANG['pSendmail_body'] = 'Text';
$PALANG['pSendmail_body_text'] = <<<EOM
Hallo,
Viel Spass mit Ihrem neuen Email-Account.
EOM;
$PALANG['pSendmail_button'] = 'Versende Nachricht';
$PALANG['pSendmail_result_error'] = '<div class="standout">Kann Mailbox nicht anlegen!</div>';
$PALANG['pSendmail_result_succes'] = 'Mailbox wurde angelegt!';
$PALANG['pVcp_welcome'] = 'Mailbox-Passwort &auml;ndern';
$PALANG['pVcp_username'] = 'Email';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Die angegebene Email passt zu keiner Mailbox!</div>';
$PALANG['pVcp_password_current'] = 'Derzeitiges Passwort';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Sie haben ihr derzeitiges Passwort nicht angegeben!</div>';
$PALANG['pVcp_password'] = 'Neues Passwort';
$PALANG['pVcp_password2'] = 'Neues Passwort (nochmal)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Die beiden Passw&ouml;rter sind nicht identisch<br />Oder sind leer</div>';
$PALANG['pVcp_button'] = 'Passwort &auml;ndern';
$PALANG['pVcp_result_error'] = '<div class="standout">Kann das Passwort nicht &auml;ndern</div>';
$PALANG['pVcp_result_succes'] = 'Passwort wurde ge&auml;ndert!';
$PALANG['pAdminMenu_list_admin'] = 'Admin Liste';
$PALANG['pAdminMenu_list_domain'] = 'Domain Liste';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual Liste';
$PALANG['pAdminMenu_viewlog'] = 'Log ansehen';
$PALANG['pAdminMenu_backup'] = 'Sicherung';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domain Admins';
$PALANG['pAdminMenu_create_admin'] = 'Neuer Admin';
$PALANG['pAdminMenu_create_domain'] = 'Neue Domain';
$PALANG['pAdminMenu_create_alias'] = 'Alias hinzuf&uuml;gen';
$PALANG['pAdminMenu_create_mailbox'] = 'Mailbox hinzuf&uuml;gen';
$PALANG['pAdminList_admin_domain'] = 'Domain';
$PALANG['pAdminList_admin_username'] = 'Admin';
$PALANG['pAdminList_admin_count'] = 'Domains';
$PALANG['pAdminList_admin_modified'] = 'zuletzt ge&auml;ndert';
$PALANG['pAdminList_admin_active'] = 'Aktiv';
$PALANG['pAdminList_domain_domain'] = 'Domain';
$PALANG['pAdminList_domain_description'] = 'Beschreibung';
$PALANG['pAdminList_domain_aliases'] = 'Aliase';
$PALANG['pAdminList_domain_mailboxes'] = 'Mailboxen';
$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
$PALANG['pAdminList_domain_modified'] = 'zuletzt ge&auml;ndert';
$PALANG['pAdminList_domain_active'] = 'Aktiv';
$PALANG['pAdminList_virtual_button'] = 'Los';
$PALANG['pAdminList_virtual_welcome'] = '&Uuml;berblic f&uuml;r ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliase';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Mailboxen';
$PALANG['pAdminList_virtual_alias_address'] = 'Von';
$PALANG['pAdminList_virtual_alias_goto'] = 'An';
$PALANG['pAdminList_virtual_alias_modified'] = 'zuletzt ge&auml;ndert';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Name';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'zuletzt ge&auml;ndert';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktiv';
$PALANG['pAdminCreate_domain_welcome'] = 'Domain hinzuf&uuml;gen';
$PALANG['pAdminCreate_domain_domain'] = 'Domain';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Diese Domain existiert bereits!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Beschreibung';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliase';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = ausschalten | -1 = kein Limit';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = ausschalten | -1 = kein Limit';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = ausschalten | -1 = kein Limit';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Standard-Aliase hinzuf&uuml;gen';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Domain hinzuf&uuml;gen';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Konnte Domain nicht anlegen!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domain wurde angelegt!';
$PALANG['pAdminEdit_domain_welcome'] = 'Domain editieren';
$PALANG['pAdminEdit_domain_domain'] = 'Domain';
$PALANG['pAdminEdit_domain_description'] = 'Beschreibung';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliase';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = ausschalten | -1 = kein Limit';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = ausschalten | -1 = kein Limit';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = ausschalten | -1 = kein Limit';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktiv';
$PALANG['pAdminEdit_domain_button'] = 'Domain editieren';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Konnte Domain nicht editieren!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Neuen Domain-Admin hinzuf&uuml;gen';
$PALANG['pAdminCreate_admin_username'] = 'Admin';
$PALANG['pAdminCreate_admin_username_text'] = 'Email Adresse';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Email Adresse<br /><div class="standout">Admin-Adresse ist keine echte Email-Adresse!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email Adresse<br /><div class="standout">Der Admin existiert bereits bzw. ist nicht korrekt</div>';
$PALANG['pAdminCreate_admin_password'] = 'Passwort';
$PALANG['pAdminCreate_admin_password2'] = 'Passwort (nochmal)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Die angegebenen Passw&ouml;rter sind nicht identisch<br />Oder leer!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Admin hinzuf&uuml;gen';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Konnte den Admin nicht anlegen!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Admin angelegt!';
$PALANG['pAdminCreate_admin_address'] = 'Domain';
$PALANG['pAdminEdit_admin_welcome'] = 'Domain Admin editieren';
$PALANG['pAdminEdit_admin_username'] = 'Admin';
$PALANG['pAdminEdit_admin_password'] = 'Passwort';
$PALANG['pAdminEdit_admin_password2'] = 'Passwort (nochmal)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Die beiden Passw&ouml;rter sind nicht identisch<br />Oder leer!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiv';
$PALANG['pAdminEdit_admin_button'] = 'Admin editieren';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Konnte Admin nicht &auml;ndern</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Admin ge&auml;ndert!';
$PALANG['pUsersLogin_welcome'] = 'Benutzer bitte hier einloggen, um Weiterleitungen bzw. das Passwort zu &auml;ndern.';
$PALANG['pUsersLogin_username'] = 'Login (email)';
$PALANG['pUsersLogin_password'] = 'Passwort';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Falscher Login! Bitte benutzen Sie ihre Email-Adresse als Login';
$PALANG['pUsersLogin_password_incorrect'] = 'Falsches Passwort!';
$PALANG['pUsersMenu_vacation'] = 'Automatische Antwort';
$PALANG['pUsersMenu_edit_alias'] = 'Weiterleitung &auml;ndern';
$PALANG['pUsersMenu_password'] = 'Passwort &auml;ndern';
$PALANG['pUsersMain_welcome'] = '&Auml;ndern Sie Ihre Mailboxeinstellungen hier!';
$PALANG['pUsersMain_vacation'] = 'Geben Sie eine "Automatische Antwort" ein. Sinnvoll z.B. w&auml;hrend Sie im Urlaub sind';
$PALANG['pUsersMain_edit_alias'] = '&Auml;ndern Sie Ihre Weiterleitung.';
$PALANG['pUsersMain_password'] = '&Auml;ndern Sie Ihr Passwort.';
$PALANG['pUsersVacation_welcome'] = 'Automatische Antwort.';
$PALANG['pUsersVacation_welcome_text'] = 'Sie haben schon eine Automatische Antwort konfiguriert!';
$PALANG['pUsersVacation_subject'] = 'Betreff';
$PALANG['pUsersVacation_subject_text'] = 'Ich bin weg...';
$PALANG['pUsersVacation_body'] = 'Text';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Ich bin vom <date> bis <date> nicht zu Hause / im Büro.
In dringenden Fällen setzen Sie sich bitte mit <contact person> in Verbindung.
Vielen Dank für Ihr Verständniss.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Ich gehe weg';
$PALANG['pUsersVacation_button_back'] = 'Ich bin zur&uuml;ck';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Konnte Ihre Automatische Antwort nicht einstellen!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Ihre Automatische Antwort wurde gel&ouml;scht!';
?>

@ -0,0 +1,286 @@
<?php
//
// Language file English
//
$PALANG['YES'] = 'YES';
$PALANG['NO'] = 'NO';
$PALANG['edit'] = 'edit';
$PALANG['del'] = 'del';
$PALANG['confirm'] = 'Are you sure you want to delete this?';
$PALANG['confirm_domain'] = 'Do you really want to delete all records for this domain? This can not be undone!';
$PALANG['pLogin_welcome'] = 'Mail admins login here to administrate your domain.';
$PALANG['pLogin_username'] = 'Login (email)';
$PALANG['pLogin_password'] = 'Password';
$PALANG['pLogin_button'] = 'Login';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Your login is not correct. Make sure that you login with your email address!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Your password is not correct!</div>';
$PALANG['pLogin_login_users'] = 'Users click here to login to the user section.';
$PALANG['pMenu_overview'] = 'Overview';
$PALANG['pMenu_create_alias'] = 'Add Alias';
$PALANG['pMenu_create_mailbox'] = 'Add Mailbox';
$PALANG['pMenu_sendmail'] = 'Send Email';
$PALANG['pMenu_password'] = 'Password';
$PALANG['pMenu_viewlog'] = 'View Log';
$PALANG['pMenu_logout'] = 'Logout';
$PALANG['pMain_welcome'] = 'Welcome to Postfix Admin!';
$PALANG['pMain_overview'] = 'List your aliases and mailboxes. You can edit / delete them from here.';
$PALANG['pMain_create_alias'] = 'Create a new alias for your domain.';
$PALANG['pMain_create_mailbox'] = 'Create a new mailbox for your domain.';
$PALANG['pMain_sendmail'] = 'Send an email to one of your newly created mailboxes.';
$PALANG['pMain_password'] = 'Change the password for your admin account.';
$PALANG['pMain_viewlog'] = 'View the log files.';
$PALANG['pMain_logout'] = 'Logout from the system';
$PALANG['pOverview_button'] = 'Go';
$PALANG['pOverview_welcome'] = 'Overview for ';
$PALANG['pOverview_alias_alias_count'] = 'Aliases';
$PALANG['pOverview_alias_mailbox_count'] = 'Mailboxes';
$PALANG['pOverview_alias_address'] = 'From';
$PALANG['pOverview_alias_goto'] = 'To';
$PALANG['pOverview_alias_modified'] = 'Last Modified';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Name';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Last Modified';
$PALANG['pOverview_mailbox_active'] = 'Active';
$PALANG['pOverview_get_domain'] = 'Domain';
$PALANG['pOverview_get_aliases'] = 'Aliases';
$PALANG['pOverview_get_mailboxes'] = 'Mailboxes';
$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
$PALANG['pOverview_get_modified'] = 'Last Modified';
$PALANG['pDelete_delete_error'] = '<div class="standout">Unable to delete the entry ';
$PALANG['pDelete_domain_error'] = '<div class="standout">This domain is not yours ';
$PALANG['pCreate_alias_welcome'] = 'Create a new alias for your domain.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">The ALIAS is not valid!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">This email address already exists, please choose a different one!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">You have reached your limit to create aliases!</div>';
$PALANG['pCreate_alias_goto'] = 'To';
$PALANG['pCreate_alias_button'] = 'Add Alias';
$PALANG['pCreate_alias_goto_text'] = 'Where the mail needs to be send to.';
$PALANG['pCreate_alias_goto_text_error'] = 'Where the email needs to go.<br /><div class="standout">The TO is not valid!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Unable to add the alias to the alias table!</div>';
$PALANG['pCreate_alias_result_succes'] = 'The alias has been added to the alias table!';
$PALANG['pCreate_alias_catchall_text'] = 'To create a catch-all use an "*" as alias.<br />For domain to domain forwarding use "*@domain.tld" as to.';
$PALANG['pEdit_alias_welcome'] = 'Edit an alias for your domain.<br />One entry per line.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Unable to locate alias!</div>';
$PALANG['pEdit_alias_goto'] = 'To';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">You didn\'t enter anything at To</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">The email address that you have entered is not valid: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">This domain is not yours: ';
$PALANG['pEdit_alias_button'] = 'Edit Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Unable to modify the alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Create a new local mailbox for your domain.';
$PALANG['pCreate_mailbox_username'] = 'Username';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">The EMAIL is not valid!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">This email address already exists, please choose a different one!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">You have reached your limit to create mailboxes!</div>';
$PALANG['pCreate_mailbox_password'] = 'Password';
$PALANG['pCreate_mailbox_password2'] = 'Password (again)';
$PALANG['pCreate_mailbox_password_text'] = 'Password for POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Password for POP3/IMAP<br /><div class="standout">The passwords that you supplied don\'t match!<br />Or are empty!</div>';
$PALANG['pCreate_mailbox_name'] = 'Name';
$PALANG['pCreate_mailbox_name_text'] = 'Full name';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">The quota that you specified is to high!</div>';
$PALANG['pCreate_mailbox_active'] = 'Active';
$PALANG['pCreate_mailbox_mail'] = 'Create mailbox';
$PALANG['pCreate_mailbox_button'] = 'Add Mailbox';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Unable to add the mailbox to the mailbox table!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'The mailbox has been added to the mailbox table!';
$PALANG['pEdit_mailbox_welcome'] = 'Edit a mailbox for your domain.';
$PALANG['pEdit_mailbox_username'] = 'Username';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Unable to locate mailbox!</div>';
$PALANG['pEdit_mailbox_password'] = 'New Password';
$PALANG['pEdit_mailbox_password2'] = 'New Password (again)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">The passwords that you supplied don\'t match!</div>';
$PALANG['pEdit_mailbox_name'] = 'Name';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">The quota that you specified is to high!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">This domain is not yours: ';
$PALANG['pEdit_mailbox_button'] = 'Edit Mailbox';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Unable to modify the mailbox!</div>';
$PALANG['pPassword_welcome'] = 'Change your login password.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">The LOGIN that you supplied doesn\'t match a mailbox!</div>';
$PALANG['pPassword_password_current'] = 'Current Password';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">You didn\'t supply your current password!</div>';
$PALANG['pPassword_password'] = 'New Password';
$PALANG['pPassword_password2'] = 'New Password (again)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">The passwords that you supplied don\'t match!<br />Or are empty!</div>';
$PALANG['pPassword_button'] = 'Change Password';
$PALANG['pPassword_result_error'] = '<div class="standout">Unable to change your password!</div>';
$PALANG['pPassword_result_succes'] = 'Your password has been changed!';
$PALANG['pViewlog_welcome'] = 'View the last 10 actions for ';
$PALANG['pViewlog_timestamp'] = 'Timestamp';
$PALANG['pViewlog_username'] = 'Admin';
$PALANG['pViewlog_domain'] = 'Domain';
$PALANG['pViewlog_action'] = 'Action';
$PALANG['pViewlog_data'] = 'Data';
$PALANG['pViewlog_button'] = 'Go';
$PALANG['pViewlog_result_error'] = '<div class="standout">Unable to find the logs!</div>';
$PALANG['pSendmail_welcome'] = 'Send an email.';
$PALANG['pSendmail_admin'] = 'From';
$PALANG['pSendmail_to'] = 'To';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">To is empty or is not a valid email address!</div>';
$PALANG['pSendmail_subject'] = 'Subject';
$PALANG['pSendmail_subject_text'] = 'Welcome';
$PALANG['pSendmail_body'] = 'Body';
$PALANG['pSendmail_body_text'] = <<<EOM
Hi,
Welcome to your new account.
EOM;
$PALANG['pSendmail_button'] = 'Send Message';
$PALANG['pSendmail_result_error'] = '<div class="standout">Unable to create mailbox!</div>';
$PALANG['pSendmail_result_succes'] = 'The mailbox has been created!';
$PALANG['pVcp_welcome'] = 'Change your mailbox password.';
$PALANG['pVcp_username'] = 'Email';
$PALANG['pVcp_username_text_error'] = '<div class="standout">The EMAIL that you supplied doesn\'t match a mailbox!</div>';
$PALANG['pVcp_password_current'] = 'Current Password';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">You didn\'t supply your current password!</div>';
$PALANG['pVcp_password'] = 'New Password';
$PALANG['pVcp_password2'] = 'New Password (again)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">The passwords that you supplied don\'t match!<br />Or are empty!</div>';
$PALANG['pVcp_button'] = 'Change Password';
$PALANG['pVcp_result_error'] = '<div class="standout">Unable to change your password!</div>';
$PALANG['pVcp_result_succes'] = 'Your password has been changed!';
$PALANG['pAdminMenu_list_admin'] = 'Admin List';
$PALANG['pAdminMenu_list_domain'] = 'Domain List';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual List';
$PALANG['pAdminMenu_viewlog'] = 'View Log';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domain Admins';
$PALANG['pAdminMenu_create_admin'] = 'New Admin';
$PALANG['pAdminMenu_create_domain'] = 'New Domain';
$PALANG['pAdminMenu_create_alias'] = 'Add Alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Add Mailbox';
$PALANG['pAdminList_admin_domain'] = 'Domain';
$PALANG['pAdminList_admin_username'] = 'Admin';
$PALANG['pAdminList_admin_count'] = 'Domains';
$PALANG['pAdminList_admin_modified'] = 'Last Modified';
$PALANG['pAdminList_admin_active'] = 'Active';
$PALANG['pAdminList_domain_domain'] = 'Domain';
$PALANG['pAdminList_domain_description'] = 'Description';
$PALANG['pAdminList_domain_aliases'] = 'Aliases';
$PALANG['pAdminList_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Last Modified';
$PALANG['pAdminList_domain_active'] = 'Active';
$PALANG['pAdminList_virtual_button'] = 'Go';
$PALANG['pAdminList_virtual_welcome'] = 'Overview for ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliases';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Mailboxes';
$PALANG['pAdminList_virtual_alias_address'] = 'From';
$PALANG['pAdminList_virtual_alias_goto'] = 'To';
$PALANG['pAdminList_virtual_alias_modified'] = 'Last Modified';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Name';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Last Modified';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Active';
$PALANG['pAdminCreate_domain_welcome'] = 'Add a new domain';
$PALANG['pAdminCreate_domain_domain'] = 'Domain';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">The domain already exists!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Description';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliases';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = disable | -1 = unlimited';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = disable | -1 = unlimited';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = disable | -1 = unlimited';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Add default mail aliases';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Add Domain';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Unable to add domain!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domain has been added!';
$PALANG['pAdminEdit_domain_welcome'] = 'Edit a domain';
$PALANG['pAdminEdit_domain_domain'] = 'Domain';
$PALANG['pAdminEdit_domain_description'] = 'Description';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliases';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = disable | -1 = unlimited';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = disable | -1 = unlimited';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = disable | -1 = unlimited';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Active';
$PALANG['pAdminEdit_domain_button'] = 'Edit Domain';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Unable to modify domain!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Add a new domain admin';
$PALANG['pAdminCreate_admin_username'] = 'Admin';
$PALANG['pAdminCreate_admin_username_text'] = 'Email address';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Email address<br /><div class="standout">Admin is not a valid email address!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email address<br /><div class="standout">The admin already exists or is not valid</div>';
$PALANG['pAdminCreate_admin_password'] = 'Password';
$PALANG['pAdminCreate_admin_password2'] = 'Password (again)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">The passwords that you supplied don\'t match!<br />Or are empty!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Add Admin';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Unable to add admin!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Admin has been added!';
$PALANG['pAdminCreate_admin_address'] = 'Domain';
$PALANG['pAdminEdit_admin_welcome'] = 'Edit a domain admin';
$PALANG['pAdminEdit_admin_username'] = 'Admin';
$PALANG['pAdminEdit_admin_password'] = 'Password';
$PALANG['pAdminEdit_admin_password2'] = 'Password (again)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">The passwords that you supplied don\'t match!<br />Or are empty!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Active';
$PALANG['pAdminEdit_admin_button'] = 'Edit Admin';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Unable to modify admin!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Admin has been modified!';
$PALANG['pUsersLogin_welcome'] = 'Mailbox users login to change your password and aliases.';
$PALANG['pUsersLogin_username'] = 'Login (email)';
$PALANG['pUsersLogin_password'] = 'Password';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Your login is not correct. Make sure that you login with your email address!';
$PALANG['pUsersLogin_password_incorrect'] = 'Your password is not correct!';
$PALANG['pUsersMenu_vacation'] = 'Auto Response';
$PALANG['pUsersMenu_edit_alias'] = 'Change your forward';
$PALANG['pUsersMenu_password'] = 'Change Password';
$PALANG['pUsersMain_welcome'] = 'Change your mailbox settings here!';
$PALANG['pUsersMain_vacation'] = 'Set an "out of office" message or auto responder for your mail.';
$PALANG['pUsersMain_edit_alias'] = 'Change your email forwarding.';
$PALANG['pUsersMain_password'] = 'Change your current password.';
$PALANG['pUsersVacation_welcome'] = 'Auto Response.';
$PALANG['pUsersVacation_welcome_text'] = 'You already have an auto response configured!';
$PALANG['pUsersVacation_subject'] = 'Subject';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Body';
$PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <date> until <date>.
For urgent matters you can contact <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Going Away';
$PALANG['pUsersVacation_button_back'] = 'Coming Back';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Unable to update your auto response settings!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Your auto response has been removed!';
?>

@ -0,0 +1,286 @@
<?php
//
// Language file Spanish
//
$PALANG['YES'] = 'SI';
$PALANG['NO'] = 'NO';
$PALANG['edit'] = 'editar';
$PALANG['del'] = 'borrar';
$PALANG['confirm'] = '¿Está seguro de que desea borrarlo?';
$PALANG['confirm_domain'] = '¿Está seguro de que desea borrar todos los registros de este dominio? ¡Esto no puede ser deshecho!';
$PALANG['pLogin_welcome'] = 'Login de administrador para administración de dominios.';
$PALANG['pLogin_username'] = 'Usuario (e-mail)';
$PALANG['pLogin_password'] = 'Contraseña';
$PALANG['pLogin_button'] = 'Usuario';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">El login no es correcto. Asegurese de que ha hecho login con su e-mail.</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">¡Su contraseña no es correcta!</div>';
$PALANG['pLogin_login_users'] = 'Login para ir a la sección de usuarios.';
$PALANG['pMenu_overview'] = 'Resumen';
$PALANG['pMenu_create_alias'] = 'Añadir alias';
$PALANG['pMenu_create_mailbox'] = 'Añadir buzón';
$PALANG['pMenu_sendmail'] = 'Enviar e-mail';
$PALANG['pMenu_password'] = 'Contraseña';
$PALANG['pMenu_viewlog'] = 'Ver Logs';
$PALANG['pMenu_logout'] = 'Salir';
$PALANG['pMain_welcome'] = '¡Bienvenido a Postfix Admin!';
$PALANG['pMain_overview'] = 'Listado de sus alias y buzones. Puede editarlos / borrarlos desde aquí.';
$PALANG['pMain_create_alias'] = 'Creación de un nuevo alias para su dominio.';
$PALANG['pMain_create_mailbox'] = 'Creación de un nuevo buzón para su dominio.';
$PALANG['pMain_sendmail'] = 'Enviar un e­mail a uno de los buzones recientemente creados.';
$PALANG['pMain_password'] = 'Cambiar la contraseña para su cuenta de administración.';
$PALANG['pMain_viewlog'] = 'Ver Logs.';
$PALANG['pMain_logout'] = 'Salir.';
$PALANG['pOverview_button'] = 'Ir';
$PALANG['pOverview_welcome'] = 'Resumen de ';
$PALANG['pOverview_alias_alias_count'] = 'Alias';
$PALANG['pOverview_alias_mailbox_count'] = 'Buzones';
$PALANG['pOverview_alias_address'] = 'De';
$PALANG['pOverview_alias_goto'] = 'Destino';
$PALANG['pOverview_alias_modified'] = 'Última modificación';
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Nombre';
$PALANG['pOverview_mailbox_quota'] = 'Cuota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Última modificación';
$PALANG['pOverview_mailbox_active'] = 'Activo';
$PALANG['pOverview_get_domain'] = 'Dominio';
$PALANG['pOverview_get_aliases'] = 'Alias';
$PALANG['pOverview_get_mailboxes'] = 'Buzones';
$PALANG['pOverview_get_quota'] = 'Cuota de buzón (MB)';
$PALANG['pOverview_get_modified'] = 'Última Modificación';
$PALANG['pDelete_delete_error'] = '<div class="standout">Imposible borrar el registro ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Este dominio no le pertenece ';
$PALANG['pCreate_alias_welcome'] = 'Crear un nuevo alias para el dominio.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">¡El ALIAS no es válido!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">¡Esta dirección ya existe, elija otra diferente por favor!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">¡Ha llegado a su límite de creación de alias!</div>';
$PALANG['pCreate_alias_goto'] = 'Destino';
$PALANG['pCreate_alias_button'] = 'Añadir alias';
$PALANG['pCreate_alias_goto_text'] = 'A donde debe de ser enviado el e-mail.';
$PALANG['pCreate_alias_goto_text_error'] = 'A donde debe de ser enviado el e-mail.<br /><div class="standout">¡El PARA no es válido!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">¡No es posible añadir el alias a la tabla de alias!</div>';
$PALANG['pCreate_alias_result_succes'] = '¡El alias ha sido añadido a la tabla de alias!';
$PALANG['pCreate_alias_catchall_text'] = 'Para crear un alias general use "*" como alias.<br />Para una redirección de dominio a dominio, use "*@domain.tld" como Destino.';
$PALANG['pEdit_alias_welcome'] = 'Edite un alias para su dominio.<br />Una entrada por línea.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">¡Imposible de localizar el alias!</div>';
$PALANG['pEdit_alias_goto'] = 'Destino';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">No ha introducido nada en el destino</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">La dirección de e-mail introducida no es válida: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Este dominio no le pertenece: ';
$PALANG['pEdit_alias_button'] = 'Editar alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">¡Imposible modificar el alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Crear un nuevo buzón para su dominio.';
$PALANG['pCreate_mailbox_username'] = 'Usuario';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">¡El e-mail no es válido!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">¡Este e-mail ya existe, escoja uno diferente por favor!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">¡Ha llegado al límite de creación de buzones!</div>';
$PALANG['pCreate_mailbox_password'] = 'Contraseña';
$PALANG['pCreate_mailbox_password2'] = 'Contraseña (repetir)';
$PALANG['pCreate_mailbox_password_text'] = 'Contraseña para POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Contraseña para POP3/IMAP<br /><div class="standout">¡Las contraseñas introducidas no coinciden<br />o están en blanco!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nombre';
$PALANG['pCreate_mailbox_name_text'] = 'Nombre completo';
$PALANG['pCreate_mailbox_quota'] = 'Cuota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">¡La cuota especificada es demasiado alta!</div>';
$PALANG['pCreate_mailbox_active'] = 'Activo';
$PALANG['pCreate_mailbox_mail'] = 'Crear buzón';
$PALANG['pCreate_mailbox_button'] = 'Añadir buzón';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">¡Imposible añadir un buzón a la tabla de buzones!</div>';
$PALANG['pCreate_mailbox_result_succes'] = '¡El buzón ha sido añadido a la tabla de buzones!';
$PALANG['pEdit_mailbox_welcome'] = 'Editar un buzón para su dominio.';
$PALANG['pEdit_mailbox_username'] = 'Usuario';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">¡Imposible localizar el buzón!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nueva contraseña';
$PALANG['pEdit_mailbox_password2'] = 'Nueva contraseña (repetir)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">¡Las contraseñas introducidas no coinciden!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nombre';
$PALANG['pEdit_mailbox_quota'] = 'Cuota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">¡La cuota especificada es demasiado alta!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Este dominio no le pertenece: ';
$PALANG['pEdit_mailbox_button'] = 'Editar buzón';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">¡Imposible cambiar la contraseña!</div>';
$PALANG['pPassword_welcome'] = 'Cambie su contraseña de login.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">¡El LOGIN suministrado no coincide con ningún buzón!</div>';
$PALANG['pPassword_password_current'] = 'Contraseña actual';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">¡No ha introducido la contraseña actual!</div>';
$PALANG['pPassword_password'] = 'Nueva contraseña';
$PALANG['pPassword_password2'] = 'Nueva contraseña (repetir)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">¡Las contraseñas introducidas no coinciden<br />o están en blanco!</div>';
$PALANG['pPassword_button'] = 'Cambiar contraseña';
$PALANG['pPassword_result_error'] = '<div class="standout">¡Imposible cambiar la contraseña!</div>';
$PALANG['pPassword_result_succes'] = '¡Su contraseña ha sido cambiada!';
$PALANG['pViewlog_welcome'] = 'Ver las últimas 10 acciones para ';
$PALANG['pViewlog_timestamp'] = 'Fecha/Hora';
$PALANG['pViewlog_username'] = 'Administrador';
$PALANG['pViewlog_domain'] = 'Dominio';
$PALANG['pViewlog_action'] = 'Acción';
$PALANG['pViewlog_data'] = 'Datos';
$PALANG['pViewlog_button'] = 'Ir';
$PALANG['pViewlog_result_error'] = '<div class="standout">¡Imposible encontrar los logs!</div>';
$PALANG['pSendmail_welcome'] = 'Enviar un e-mail.';
$PALANG['pSendmail_admin'] = 'De';
$PALANG['pSendmail_to'] = 'Destino';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">¡La dirección destino está vacía o es una dirección inválida!</div>';
$PALANG['pSendmail_subject'] = 'Asunto';
$PALANG['pSendmail_subject_text'] = 'Bienvenido';
$PALANG['pSendmail_body'] = 'Cuerpo';
$PALANG['pSendmail_body_text'] = <<<EOM
Hola,
Bienvenido a su nueva cuenta de correo.
EOM;
$PALANG['pSendmail_button'] = 'Enviar mensaje';
$PALANG['pSendmail_result_error'] = '<div class="standout">¡Imposible crear el buzón!</div>';
$PALANG['pSendmail_result_succes'] = '¡El buzón ha sido creado!';
$PALANG['pVcp_welcome'] = 'Cambie la contraseña de su correo.';
$PALANG['pVcp_username'] = 'E-mail';
$PALANG['pVcp_username_text_error'] = '<div class="standout">¡El e-mail introducido no coincide con ningún buzón!</div>';
$PALANG['pVcp_password_current'] = 'Contraseña actual';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">¡No ha introducido la contraseña actual!</div>';
$PALANG['pVcp_password'] = 'Nueva contraseña';
$PALANG['pVcp_password2'] = 'Nueva contraseña (repetir)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">¡Las contraseñas introducidas no coinciden<br />o están en blanco!</div>';
$PALANG['pVcp_button'] = 'Cambiar la contraseña';
$PALANG['pVcp_result_error'] = '<div class="standout">¡Imposible cambiar la contraseña!</div>';
$PALANG['pVcp_result_succes'] = '¡Su contraseña ha sido cambiada!';
$PALANG['pAdminMenu_list_admin'] = 'Lista de administradores';
$PALANG['pAdminMenu_list_domain'] = 'Lista de dominios';
$PALANG['pAdminMenu_list_virtual'] = 'Lista de direcciones virtuales';
$PALANG['pAdminMenu_viewlog'] = 'Ver Logs';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Administradores de dominio';
$PALANG['pAdminMenu_create_admin'] = 'Nuevo administrador';
$PALANG['pAdminMenu_create_domain'] = 'Nuevo dominio';
$PALANG['pAdminMenu_create_alias'] = 'Añadir alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Añadir buzón';
$PALANG['pAdminList_admin_domain'] = 'Dominio';
$PALANG['pAdminList_admin_username'] = 'Administrador';
$PALANG['pAdminList_admin_count'] = 'Dominios';
$PALANG['pAdminList_admin_modified'] = 'Última Modificación';
$PALANG['pAdminList_admin_active'] = 'Activo';
$PALANG['pAdminList_domain_domain'] = 'Dominio';
$PALANG['pAdminList_domain_description'] = 'Descripción';
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Buzones';
$PALANG['pAdminList_domain_maxquota'] = 'Cuota Máxima (MB)';
$PALANG['pAdminList_domain_modified'] = 'Última Modificación';
$PALANG['pAdminList_domain_active'] = 'Activo';
$PALANG['pAdminList_virtual_button'] = 'Ir';
$PALANG['pAdminList_virtual_welcome'] = 'Resumen de ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Alias';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Buzones';
$PALANG['pAdminList_virtual_alias_address'] = 'De';
$PALANG['pAdminList_virtual_alias_goto'] = 'Destino';
$PALANG['pAdminList_virtual_alias_modified'] = 'Última Modificación';
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-mail';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nombre';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Cuota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Última Modificación';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Activo';
$PALANG['pAdminCreate_domain_welcome'] = 'Añadir nuevo dominio';
$PALANG['pAdminCreate_domain_domain'] = 'Dominio';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">¡El dominio ya existe!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Descripción';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = deshabilitar | -1 = ilimitado';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Buzones';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = deshabilitar | -1 = ilimitado';
$PALANG['pAdminCreate_domain_maxquota'] = 'Cuota máxima';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = deshabilitar | -1 = ilimitado';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Añadir alias por defecto';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Añadir dominio';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">¡Imposible añadir el dominio!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = '¡El dominio ha sido añadido!';
$PALANG['pAdminEdit_domain_welcome'] = 'Editar un dominio';
$PALANG['pAdminEdit_domain_domain'] = 'Dominio';
$PALANG['pAdminEdit_domain_description'] = 'Descripción';
$PALANG['pAdminEdit_domain_aliases'] = 'Alias';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = deshabilitar | -1 = ilimitado';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Buzones';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = deshabilitar | -1 = ilimitado';
$PALANG['pAdminEdit_domain_maxquota'] = 'Cuota máxima';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = deshabilitar | -1 = ilimitado';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Activo';
$PALANG['pAdminEdit_domain_button'] = 'Editar dominio';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">¡Imposible modificar el dominio!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Añadir un nuevo administrador de dominio';
$PALANG['pAdminCreate_admin_username'] = 'Administrador';
$PALANG['pAdminCreate_admin_username_text'] = 'E-mail';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-mail<br /><div class="standout">Administrador no es un e-mail válido!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-mail<br /><div class="standout">El administrador ya existe o no es válido!</div>';
$PALANG['pAdminCreate_admin_password'] = 'Contraseña';
$PALANG['pAdminCreate_admin_password2'] = 'Contraseña (repetir)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">¡Las contraseñas introducidas no coinciden<br />o están en blanco!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Añadir administrador';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">¡Imposible añadir el administrador!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = '¡El administrador ha sido añadido!';
$PALANG['pAdminCreate_admin_address'] = 'Dominio';
$PALANG['pAdminEdit_admin_welcome'] = 'Editar un administrador de dominio';
$PALANG['pAdminEdit_admin_username'] = 'Administrador';
$PALANG['pAdminEdit_admin_password'] = 'Contraseña';
$PALANG['pAdminEdit_admin_password2'] = 'Contraseña (repetir)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">¡Las contraseñas introducidas no coinciden<br />o están en blanco!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Activo';
$PALANG['pAdminEdit_admin_button'] = 'Editar administrador';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">¡Imposible modificar el administrador!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = '¡El administrador ha sido modificado!';
$PALANG['pUsersLogin_welcome'] = 'Login de usuarios para cambiar la contraseña y alias.';
$PALANG['pUsersLogin_username'] = 'Login (e-mail)';
$PALANG['pUsersLogin_password'] = 'Contraseña';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Su login no es correcto. ¡Asegúrese de haber introducido su dirección de e-mail como login!';
$PALANG['pUsersLogin_password_incorrect'] = '¡Su contraseña no es correcta!';
$PALANG['pUsersMenu_vacation'] = 'Respuesta automática';
$PALANG['pUsersMenu_edit_alias'] = 'Cambiar la redirección';
$PALANG['pUsersMenu_password'] = 'Cambiar la contraseña';
$PALANG['pUsersMain_welcome'] = '¡Cambie la configuración de su buzón aquí!';
$PALANG['pUsersMain_vacation'] = 'Configure un mensaje de "fuera del trabajo" o una respuesta automática para su correo.';
$PALANG['pUsersMain_edit_alias'] = 'Cambie su redirección de correo.';
$PALANG['pUsersMain_password'] = 'Cambie su contraseña.';
$PALANG['pUsersVacation_welcome'] = 'Respuesta automática.';
$PALANG['pUsersVacation_welcome_text'] = '¡Ya dispone de una respuesta automática configurada!';
$PALANG['pUsersVacation_subject'] = 'Asunto';
$PALANG['pUsersVacation_subject_text'] = 'Fuera del trabajo';
$PALANG['pUsersVacation_body'] = 'Cuerpo';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Estaré fuera desde <date> hasta <date>.
Para asuntos urgentes, puede contactar conmigo en <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Ausente';
$PALANG['pUsersVacation_button_back'] = 'De vuelta';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">¡Imposible actualizar la configuración de su respuesta automática!</div>';
$PALANG['pUsersVacation_result_succes'] = '¡Su respuesta automática ha sido borrada!';
?>

@ -0,0 +1,285 @@
<?php
//
// Language file Euskara
//
$PALANG['YES'] = 'BAI';
$PALANG['NO'] = 'EZ';
$PALANG['edit'] = 'aldatu';
$PALANG['del'] = 'ezabatu';
$PALANG['confirm'] = 'Ziur al zaude ezabatu nahi duzula?';
$PALANG['confirm_domain'] = 'Ziur al zaude domeinu honetako erregistro guztiak ezbatu nahi dituzula? Hau ezin izango da desegin!';
$PALANG['pLogin_welcome'] = 'Kudeatzailearen logina domeinuak kudeatzeko.';
$PALANG['pLogin_username'] = 'Erabiltzailea (e-mail)';
$PALANG['pLogin_password'] = 'Pasahitza';
$PALANG['pLogin_button'] = 'Erabiltzailea';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Logina ez da zuzena. Ziurtatu zaitez logina zeure e-mailarekin egin duzula.</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Pasahitz okerra!</div>';
$PALANG['pLogin_login_users'] = 'Erabiltzaileen gunera joateko logina.';
$PALANG['pMenu_overview'] = 'Laburpena';
$PALANG['pMenu_create_alias'] = 'Aliasa gehitu';
$PALANG['pMenu_create_mailbox'] = 'Postontzia gehitu';
$PALANG['pMenu_sendmail'] = 'e-maila bidali';
$PALANG['pMenu_password'] = 'Pasahitza';
$PALANG['pMenu_viewlog'] = 'Logak ikusi';
$PALANG['pMenu_logout'] = 'Irten';
$PALANG['pMain_welcome'] = 'Ongietorri Postfix Adminera!';
$PALANG['pMain_overview'] = 'Alias eta postontzien zerrenda. Hemendik aldatu / ezabatu ditzakezu.';
$PALANG['pMain_create_alias'] = 'Zure domeinuarentzako alias berri baten sorkuntza.';
$PALANG['pMain_create_mailbox'] = 'Zure domeinuarentzako postontzi berri baten sorkuntza.';
$PALANG['pMain_sendmail'] = 'Duela gutxi sorturiko postontziren batera e-mail bat bidali.';
$PALANG['pMain_password'] = 'Kudeatzaile konturako pasahitza aldatu.';
$PALANG['pMain_viewlog'] = 'Logak ikusi.';
$PALANG['pMain_logout'] = 'Irten.';
$PALANG['pOverview_button'] = 'Joan';
$PALANG['pOverview_welcome'] = 'Laburpena ';
$PALANG['pOverview_alias_alias_count'] = 'Aliasa';
$PALANG['pOverview_alias_mailbox_count'] = 'Postontziak';
$PALANG['pOverview_alias_address'] = 'Igorlea';
$PALANG['pOverview_alias_goto'] = 'Norakoa';
$PALANG['pOverview_alias_modified'] = 'Azken aldaketa';
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Izena';
$PALANG['pOverview_mailbox_quota'] = 'Kuota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Azken aldaketa';
$PALANG['pOverview_mailbox_active'] = 'Aktibatua';
$PALANG['pOverview_get_domain'] = 'Domeinua';
$PALANG['pOverview_get_aliases'] = 'Aliasa';
$PALANG['pOverview_get_mailboxes'] = 'Postontziak';
$PALANG['pOverview_get_quota'] = 'Postontzi kuota (MB)';
$PALANG['pOverview_get_modified'] = 'Azken aldaketa';
$PALANG['pDelete_delete_error'] = '<div class="standout">Ezinezkoa sarrera ezabatzea ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Ez zara domeinu honen jabe';
$PALANG['pCreate_alias_welcome'] = 'Domeinuarentzat alias berri bat sortu.';
$PALANG['pCreate_alias_address'] = 'Aliasa';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">ALIASa okerra da!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Helbide hau existitzen da, ezberdin bat aukera ezazu mesedez!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Alias sortze mugara heldu zara!</div>';
$PALANG['pCreate_alias_goto'] = 'Norakoa';
$PALANG['pCreate_alias_button'] = 'Aliasa gehitu';
$PALANG['pCreate_alias_goto_text'] = 'Nora bidali behar den e-maila.';
$PALANG['pCreate_alias_goto_text_error'] = 'Nora bidali behar den e-maila.<br /><div class="standout">NORAKO okerra!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Ezinezkoa aliasa alias taulan sartzea!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Aliasa alias taulan gehituta!';
$PALANG['pCreate_alias_catchall_text'] = 'Alias orokor bat sortzeko "*" erabil ezazu alias gisa.<br />Domeinuz domeinurako birbideraketa baterako Norako gisa "*@domain.tld" erabil ezazu.';
$PALANG['pEdit_alias_welcome'] = 'Domeinuarentzat aliasa aldatu.<br />Lerroko sarrera bat.';
$PALANG['pEdit_alias_address'] = 'Aliasa';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Ezinezkoa aliasa aurkitzea!</div>';
$PALANG['pEdit_alias_goto'] = 'Norakoa';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Norakoan ez duzu ezer jarri</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Sartutako e-mail helbidea baliiogabekoa da: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Ez zara domeinu honen jabe: ';
$PALANG['pEdit_alias_button'] = 'Aliasa aldatu';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Ezinezkoa aliasa aldatzea!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Postontzi berri bat sortu domeinuarentzat.';
$PALANG['pCreate_mailbox_username'] = 'Erabiltzailea';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">E-maila baliogabekoa da!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">E-mail hau existitzen da. Ezberdin bat aukera ezazu, mesedez!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Postontzi sorkuntza mugara iritsi zara!</div>';
$PALANG['pCreate_mailbox_password'] = 'Pasahitza';
$PALANG['pCreate_mailbox_password2'] = 'Pasahitza (errepikatu)';
$PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP-entzat pasahitza';
$PALANG['pCreate_mailbox_password_text_error'] = 'POP3/IMAP-entzat pasahitza<br /><div class="standout">Sartutako pasahitzak ez datoz bat<br />edo zuriz daude!</div>';
$PALANG['pCreate_mailbox_name'] = 'Izena';
$PALANG['pCreate_mailbox_name_text'] = 'Izen osoa';
$PALANG['pCreate_mailbox_quota'] = 'Kuota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Zehazturiko kuota altuegia da!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktibatua';
$PALANG['pCreate_mailbox_mail'] = 'Postontzia sortu';
$PALANG['pCreate_mailbox_button'] = 'Postontzia gehitu';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Ezinezkoa postontzi taulara postontzia gehitzea!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Postontzia postontzi taulara sartu da!';
$PALANG['pEdit_mailbox_welcome'] = 'Domeinuarentzat postontzi bat aldatu.';
$PALANG['pEdit_mailbox_username'] = 'Erabiltzailea';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Ezinezkoa postontzia aurkitzea!</div>';
$PALANG['pEdit_mailbox_password'] = 'Pasahitz berria';
$PALANG['pEdit_mailbox_password2'] = 'Pasahitz berria (errepikatu)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Sartutako pasahitzak ez datoz bat!</div>';
$PALANG['pEdit_mailbox_name'] = 'Izena';
$PALANG['pEdit_mailbox_quota'] = 'Kuota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Zehazturiko kuota altuegia da!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Ez zara domeinu honen jabe: ';
$PALANG['pEdit_mailbox_button'] = 'Postontzia aldatu';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Ezinezkoa pasahitza aldatzea!</div>';
$PALANG['pPassword_welcome'] = 'Login pasahitza aldatu.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Emandako LOGINa ez dator inolako postontziekin bat!</div>';
$PALANG['pPassword_password_current'] = 'Egungo pasahitza';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Ez duzu egungo pasahitzik sartu!</div>';
$PALANG['pPassword_password'] = 'Pasahitz berria';
$PALANG['pPassword_password2'] = 'Pasahitz berria (errepikatu)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Sarturiko pasahitzak ez datoz bat<br />edo zuriz daude!</div>';
$PALANG['pPassword_button'] = 'Pasahitza aldatu';
$PALANG['pPassword_result_error'] = '<div class="standout">Ezinezkoa pasahitza aldatzea!</div>';
$PALANG['pPassword_result_succes'] = 'Pasahitza aldatuta!';
$PALANG['pViewlog_welcome'] = 'Honen azken 10 ekintzak ikusi ';
$PALANG['pViewlog_timestamp'] = 'Data/ordua';
$PALANG['pViewlog_username'] = 'Kudeatzailea';
$PALANG['pViewlog_domain'] = 'Domeinua';
$PALANG['pViewlog_action'] = 'Ekintza';
$PALANG['pViewlog_data'] = 'Datuak';
$PALANG['pViewlog_button'] = 'Joan';
$PALANG['pViewlog_result_error'] = '<div class="standout">Ezinezkoa logak aurkitzea!</div>';
$PALANG['pSendmail_welcome'] = 'e-mail bat bidali.';
$PALANG['pSendmail_admin'] = 'Igorlea';
$PALANG['pSendmail_to'] = 'Norakoa';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Norako helbidea hutsa dago edo okerra da!</div>';
$PALANG['pSendmail_subject'] = 'Gaia';
$PALANG['pSendmail_subject_text'] = 'Ongi etorri';
$PALANG['pSendmail_body'] = 'Gorputza';
$PALANG['pSendmail_body_text'] = <<<EOM
Kaixo!!
Ongi etorri zure posta kontu berrira.
EOM;
$PALANG['pSendmail_button'] = 'Mezua bidali';
$PALANG['pSendmail_result_error'] = '<div class="standout">Ezinezkoa postontzia sortzea!</div>';
$PALANG['pSendmail_result_succes'] = 'Postontzia sortuta!';
$PALANG['pVcp_welcome'] = 'Postaren pasahitza alda ezazu';
$PALANG['pVcp_username'] = 'E-mail';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Sartutako helbidea ez dator bat inolako postontziekin!</div>';
$PALANG['pVcp_password_current'] = 'Egungo pasahitza';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Ez duzu egungo pasahitza sartu!</div>';
$PALANG['pVcp_password'] = 'Pasahitz berria';
$PALANG['pVcp_password2'] = 'Pasahitz berria (errepikatu)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Sartutako pasahitzak ez datoz bat<br />edo zuriz daude!</div>';
$PALANG['pVcp_button'] = 'Pasahitza aldatu';
$PALANG['pVcp_result_error'] = '<div class="standout">Ezinezkoa pasahitza aldatzea!</div>';
$PALANG['pVcp_result_succes'] = 'Pasahitza aldatua!';
$PALANG['pAdminMenu_list_admin'] = 'Kudeatzaile zerrenda';
$PALANG['pAdminMenu_list_domain'] = 'Domeinu zerrenda';
$PALANG['pAdminMenu_list_virtual'] = 'Helbide birtualen zerrenda';
$PALANG['pAdminMenu_viewlog'] = 'Logak ikusi';
$PALANG['pAdminMenu_backup'] = 'Segurtasun kopia';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domeinu kudeatzaileak';
$PALANG['pAdminMenu_create_admin'] = 'Kudeatzaile berria';
$PALANG['pAdminMenu_create_domain'] = 'Domeinu berria';
$PALANG['pAdminMenu_create_alias'] = 'Aliasa gehitu';
$PALANG['pAdminMenu_create_mailbox'] = 'Postontzia gehitu';
$PALANG['pAdminList_admin_domain'] = 'Domeinua';
$PALANG['pAdminList_admin_username'] = 'Kudeatzailea';
$PALANG['pAdminList_admin_count'] = 'Domeinuak';
$PALANG['pAdminList_admin_modified'] = 'Azken aldaketa';
$PALANG['pAdminList_admin_active'] = 'Aktibatua';
$PALANG['pAdminList_domain_domain'] = 'Domeinua';
$PALANG['pAdminList_domain_description'] = 'Deskripzioa';
$PALANG['pAdminList_domain_aliases'] = 'Aliasa';
$PALANG['pAdminList_domain_mailboxes'] = 'Postontziak';
$PALANG['pAdminList_domain_maxquota'] = 'Gehienezko kuota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Azken aldaketa';
$PALANG['pAdminList_domain_active'] = 'Aktibatua';
$PALANG['pAdminList_virtual_button'] = 'Joan';
$PALANG['pAdminList_virtual_welcome'] = 'Laburpena ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliasa';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Postontziak';
$PALANG['pAdminList_virtual_alias_address'] = 'Igorlea';
$PALANG['pAdminList_virtual_alias_goto'] = 'Norakoa';
$PALANG['pAdminList_virtual_alias_modified'] = 'Azken aldaketa';
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-mail';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Izena';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Kuota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Azken aldaketa';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktibatua';
$PALANG['pAdminCreate_domain_welcome'] = 'Domeinu berria gehitu';
$PALANG['pAdminCreate_domain_domain'] = 'Domeinua';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Domeinua existitzen da!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Deskripzioa';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliasa';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = desegokitu | -1 = mugagabea';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postontziak';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = desegokitu | -1 = mugagabea';
$PALANG['pAdminCreate_domain_maxquota'] = 'Gehienezko kuota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = desegokitu | -1 = mugagabea';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Aurremugatutako aliasa gehitu';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Domeinua gehitu';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Ezinezkoa domeinua gehitzea!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domeinua gehituta!';
$PALANG['pAdminEdit_domain_welcome'] = 'Domeinu bat aldatu';
$PALANG['pAdminEdit_domain_domain'] = 'Domeinua';
$PALANG['pAdminEdit_domain_description'] = 'Deskripzioa';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliasa';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = desegokitu | -1 = mugagabea';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Postontziak';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = desegokitu | -1 = mugagabea';
$PALANG['pAdminEdit_domain_maxquota'] = 'Gehienezko kuota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = desegokitu | -1 = mugagabea';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktibatua';
$PALANG['pAdminEdit_domain_button'] = 'Domeinua aldatu';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Ezinezkoa domeinua aldatzea!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Domeinu kudeatzaile berri bat gehitu';
$PALANG['pAdminCreate_admin_username'] = 'Kudeatzailea';
$PALANG['pAdminCreate_admin_username_text'] = 'E-mail helbidea';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-mail helbidea<br /><div class="standout">Kudeatzaile e-mailak ez du balio!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-mail<br /><div class="standout">Kudeatzailea existitzen da edo ez du balio!</div>';
$PALANG['pAdminCreate_admin_password'] = 'Pasahitza';
$PALANG['pAdminCreate_admin_password2'] = 'Pasahitza (errepikatu)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Sartutako pasahitzak ez datoz bat<br />edo zuriz daude!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Kudeatzailea gehitu';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Ezinezkoa kudeatzailea gehitzea!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Kudeatzailea gehituta1';
$PALANG['pAdminCreate_admin_address'] = 'Domeinua';
$PALANG['pAdminEdit_admin_welcome'] = 'Domeinu kudeatzaile bat aldatu';
$PALANG['pAdminEdit_admin_username'] = 'Kudeatzailea';
$PALANG['pAdminEdit_admin_password'] = 'Pasahitza';
$PALANG['pAdminEdit_admin_password2'] = 'Pasahitza (errepikatu)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Sartutako pasahitzak ez datoz bat<br />edo zuriz daude!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktibatua';
$PALANG['pAdminEdit_admin_button'] = 'Kudeatzailea aldatu';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Ezinezkoa kudeatzailea aldatzea!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Kudeatzailea aldatu da!';
$PALANG['pUsersLogin_welcome'] = 'Erabiltzaileen logina pasahitz eta aliasa aldatzeko.';
$PALANG['pUsersLogin_username'] = 'Login (e-mail)';
$PALANG['pUsersLogin_password'] = 'Pasahitza';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Login okerra. Ziurta zaitez posta helbidea login gisa sartu duzula!';
$PALANG['pUsersLogin_password_incorrect'] = 'Pasahitz okerra!';
$PALANG['pUsersMenu_vacation'] = 'Erantzun automatikoa';
$PALANG['pUsersMenu_edit_alias'] = 'Berbiderapen helbidea aldatu';
$PALANG['pUsersMenu_password'] = 'Pasahitza aldatu';
$PALANG['pUsersMain_welcome'] = 'Alda ezazu hemen zure postontziaren konfigurazioa!';
$PALANG['pUsersMain_vacation'] = 'Konfigura ezazu "lanetik kanpo" motako mezu bat edo erantzun automatikoa zure postarentzat.';
$PALANG['pUsersMain_edit_alias'] = 'Alda ezazu posta helbidea.';
$PALANG['pUsersMain_password'] = 'Alda ezazu pasahitza.';
$PALANG['pUsersVacation_welcome'] = 'Erantzun automatikoa.';
$PALANG['pUsersVacation_welcome_text'] = 'Erantzun automatiko bat konfiguratuta duzu!';
$PALANG['pUsersVacation_subject'] = 'Gaia';
$PALANG['pUsersVacation_subject_text'] = 'Lanetik kanpo';
$PALANG['pUsersVacation_body'] = 'Gorputza';
$PALANG['pUsersVacation_body_text'] = <<<EOM
<date>-tik <date> arte kanpoan egongo naiz.
Larrialdiko gaientzat, hemen <contact person> kontakta dezakezu nirekin.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Aldeginda';
$PALANG['pUsersVacation_button_back'] = 'Itzulita';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Ezinezkoa zure erantzun atomatikoaren konfigurazioa eguneratzea!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Zure erantzun automatikoa borratu da!';
?>

@ -0,0 +1,285 @@
<?php
//
// Language file Finnish
//
$PALANG['YES'] = 'Kyllä';
$PALANG['NO'] = 'Ei';
$PALANG['edit'] = 'muokkaa';
$PALANG['del'] = 'poista';
$PALANG['confirm'] = 'Oletko varma että haluat poistaa tämän?';
$PALANG['confirm_domain'] = 'Oletko varma että haluat poistaa kaikki tietueet tästä domainista? Tätä komentoa ei voi perua!';
$PALANG['pLogin_welcome'] = 'Kirjautuminen';
$PALANG['pLogin_username'] = 'Tunnus';
$PALANG['pLogin_password'] = 'Salasana';
$PALANG['pLogin_button'] = 'Kirjaudu';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Tunnus tai salasana väärin!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Tunnus tai salasana väärin!</div>';
$PALANG['pLogin_login_users'] = 'Käyttäjien kirjautuminen.';
$PALANG['pMenu_overview'] = 'Yleisnäkymä';
$PALANG['pMenu_create_alias'] = 'Lisää alias';
$PALANG['pMenu_create_mailbox'] = 'Lisää postilaatikko';
$PALANG['pMenu_sendmail'] = 'Lähetä postia';
$PALANG['pMenu_password'] = 'Salasana';
$PALANG['pMenu_viewlog'] = 'Näytä loki';
$PALANG['pMenu_logout'] = 'Kirjaudu ulos';
$PALANG['pMain_welcome'] = 'Tervetuloa sähköpostin hallintaan.';
$PALANG['pMain_overview'] = 'Listaa aliakset ja postilaatikot. Voit muokata ja poistaa niitä tästä.';
$PALANG['pMain_create_alias'] = 'Luo uusi alias domainiin.';
$PALANG['pMain_create_mailbox'] = 'Luo uusi postilaatikko domainiin.';
$PALANG['pMain_sendmail'] = 'Lähetä sähköpostia juuri luotuun postilaatikkoon.';
$PALANG['pMain_password'] = 'Vaihda hallintatunnuksen salasanaa.';
$PALANG['pMain_viewlog'] = 'Näytä lokitiedostot.';
$PALANG['pMain_logout'] = 'Kirjaudu ulos järjestelmästä';
$PALANG['pOverview_button'] = 'Siirry';
$PALANG['pOverview_welcome'] = 'Yleisnäkymä ';
$PALANG['pOverview_alias_alias_count'] = 'Aliakset';
$PALANG['pOverview_alias_mailbox_count'] = 'Postilaatikot';
$PALANG['pOverview_alias_address'] = 'Keneltä';
$PALANG['pOverview_alias_goto'] = 'Kenelle';
$PALANG['pOverview_alias_modified'] = 'Viimeksi muokattu';
$PALANG['pOverview_mailbox_username'] = 'Sähköposti';
$PALANG['pOverview_mailbox_name'] = 'Nimi';
$PALANG['pOverview_mailbox_quota'] = 'Kiintiö (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Viimeksi muokattu';
$PALANG['pOverview_mailbox_active'] = 'Aktiivinen';
$PALANG['pOverview_get_domain'] = 'Domain';
$PALANG['pOverview_get_aliases'] = 'Aliakset';
$PALANG['pOverview_get_mailboxes'] = 'Postilaatikot';
$PALANG['pOverview_get_quota'] = 'Postilaatikon kiintiö (MB)';
$PALANG['pOverview_get_modified'] = 'Viimeksi muokattu';
$PALANG['pDelete_delete_error'] = '<div class="standout">Tietueen poisto ei onnistu ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Tämä ei ole sinun domainisi ';
$PALANG['pCreate_alias_welcome'] = 'Luo uusi alias.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Alias ei ole oikean muotoinen!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Tämä sähköpostiosoite on jo käytössä, ole hyvä ja valitse jokin toinen!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Aliasten maksimimäärä saavutettu. Et voi lisätä aliaksia enää!</div>';
$PALANG['pCreate_alias_goto'] = 'Kenelle';
$PALANG['pCreate_alias_button'] = 'Lisää alias';
$PALANG['pCreate_alias_goto_text'] = 'Minne posti lähetetään.';
$PALANG['pCreate_alias_goto_text_error'] = 'Minne sähköposti lähetetään.<br /><div class="standout">"Kenelle" osoite ei ole oikean muotoinen!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Aliaksen lisäys alias tauluun epäonnistui!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Alias on lisätty!';
$PALANG['pCreate_alias_catchall_text'] = 'Jos haluat luoda catch-all osoitteen käytä "*" merkkiä aliaksena.<br />Ohjaus domainista domainiin tapahtuu käyttämällä "*@domain.tld" Kenelle: -osoitteena.';
$PALANG['pEdit_alias_welcome'] = 'Muokkaa aliasta.<br />Yksi kohta per rivi.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Aliasta ei löydy!</div>';
$PALANG['pEdit_alias_goto'] = 'Kenelle';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Et kirjoitanut mitään Kenelle: -riville</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Antamasi sähköpostiosoite ei ole oikean muotoinen: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Tämä ei ole sinun domainisi: ';
$PALANG['pEdit_alias_button'] = 'Muokkaa aliasta';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Aliasta ei voi muokata!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Luo uusi paikallinen postilaatikko.';
$PALANG['pCreate_mailbox_username'] = 'Käyttäjätunnus';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Sähköpostiosoite ei ole oikean muotoinen!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Sähköpostiosoite on jo käytössä, ole hyvä ja valitse jokin toinen!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Postilaatikoiden maksimimäärä saavutettu!</div>';
$PALANG['pCreate_mailbox_password'] = 'Salasana';
$PALANG['pCreate_mailbox_password2'] = 'Salasana (toistamiseen)';
$PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP salasana';
$PALANG['pCreate_mailbox_password_text_error'] = 'POP3/IMAP salasana<br /><div class="standout">Antamasi salasanat eivät täsmää!<br />tai ne ovat tyhjät!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nimi';
$PALANG['pCreate_mailbox_name_text'] = 'Koko nimi';
$PALANG['pCreate_mailbox_quota'] = 'Kiintiö';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Antamasi kiintiö on liian korkea!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktiivinen';
$PALANG['pCreate_mailbox_mail'] = 'Luo postilaatikko';
$PALANG['pCreate_mailbox_button'] = 'Lisää postilaatikko';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Postilaatikon lisääminen ei onnistu!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Postilaatikko on lisätty!';
$PALANG['pEdit_mailbox_welcome'] = 'Muokkaa postilaatikkoa.';
$PALANG['pEdit_mailbox_username'] = 'Käyttäjätunnus';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Postilaatikkoa ei löydy!</div>';
$PALANG['pEdit_mailbox_password'] = 'Uusi salasana';
$PALANG['pEdit_mailbox_password2'] = 'Uusi salasana (toistamiseen)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Antamasi salasanat eivät täsmää!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nimi';
$PALANG['pEdit_mailbox_quota'] = 'Kiintiö';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Antamasi kiintiö on liian korkea!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Tämä domaini ei ole sinun: ';
$PALANG['pEdit_mailbox_button'] = 'Muokkaa postilaatikkoa';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Postilaatikon muokkaus ei onnistunut!</div>';
$PALANG['pPassword_welcome'] = 'Vaihda tunnuksesi salasana.';
$PALANG['pPassword_admin'] = 'Tunnus';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Antamaasi tunnusta ei ole olemassa!</div>';
$PALANG['pPassword_password_current'] = 'Nykyinen salasanasi';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Et antanut nykyistä salasanaasi!</div>';
$PALANG['pPassword_password'] = 'Uusi salasana';
$PALANG['pPassword_password2'] = 'Uusi salasana (toistamiseen)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Antamasi salasanat eivät täsmää!<br />Tai ovat tyhjiä!</div>';
$PALANG['pPassword_button'] = 'Vaihda salasana';
$PALANG['pPassword_result_error'] = '<div class="standout">Salasanan vaihto ei onnistunut!</div>';
$PALANG['pPassword_result_succes'] = 'Salasana vaihdettu!';
$PALANG['pViewlog_welcome'] = 'Näytä viimeiset kymmenen tapahtumaa domainille ';
$PALANG['pViewlog_timestamp'] = 'Aikaleima';
$PALANG['pViewlog_username'] = 'Admin';
$PALANG['pViewlog_domain'] = 'Domain';
$PALANG['pViewlog_action'] = 'Tapahtuma';
$PALANG['pViewlog_data'] = 'Tiedot';
$PALANG['pViewlog_button'] = 'Siirry';
$PALANG['pViewlog_result_error'] = '<div class="standout">Lokeja ei löydy!</div>';
$PALANG['pSendmail_welcome'] = 'Lähetä sähköpostia.';
$PALANG['pSendmail_admin'] = 'Keneltä';
$PALANG['pSendmail_to'] = 'Kenelle';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Kenelle on tyhjä tai osoite ei ole toimiva sähköpostiosoite!</div>';
$PALANG['pSendmail_subject'] = 'Otsikko';
$PALANG['pSendmail_subject_text'] = 'Tervetuloa';
$PALANG['pSendmail_body'] = 'Viesti';
$PALANG['pSendmail_body_text'] = <<<EOM
Hei,
Tervetuloa uuteen sähköpostilaatikkoosi.
EOM;
$PALANG['pSendmail_button'] = 'Lähetä viesti';
$PALANG['pSendmail_result_error'] = '<div class="standout">Postilaatikon luonti ei onnistunut!</div>';
$PALANG['pSendmail_result_succes'] = 'Postilaatikko on luotu!';
$PALANG['pVcp_welcome'] = 'Vaihda postilaatikkosi salasanaa.';
$PALANG['pVcp_username'] = 'Sähköposti';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Antamaasi sähköpostiosoitetta ei ole olemassa!</div>';
$PALANG['pVcp_password_current'] = 'Nykyinen salasana';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Et antanut nykyistä salasanaasi!</div>';
$PALANG['pVcp_password'] = 'Uusi salasana';
$PALANG['pVcp_password2'] = 'Uusi salasana (toistamiseen)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Antamsi salasanat eivät täsmää!<br />Tai ovat tyhjiä!</div>';
$PALANG['pVcp_button'] = 'Vihda salasana';
$PALANG['pVcp_result_error'] = '<div class="standout">Salasanan vaihto ei onnistunut!</div>';
$PALANG['pVcp_result_succes'] = 'Salasana vaihdettu!';
$PALANG['pAdminMenu_list_admin'] = 'Admin Lista';
$PALANG['pAdminMenu_list_domain'] = 'Domain Lista';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual Lista';
$PALANG['pAdminMenu_viewlog'] = 'Näytä loki';
$PALANG['pAdminMenu_backup'] = 'Varmistus';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domainin ylläpitäjät';
$PALANG['pAdminMenu_create_admin'] = 'Uusi ylläpitäjä';
$PALANG['pAdminMenu_create_domain'] = 'Uusi domain';
$PALANG['pAdminMenu_create_alias'] = 'Lisää alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Lisää postilaatikko';
$PALANG['pAdminList_admin_domain'] = 'Domain';
$PALANG['pAdminList_admin_username'] = 'Admin';
$PALANG['pAdminList_admin_count'] = 'Domainit';
$PALANG['pAdminList_admin_modified'] = 'Viimeksi muokattu';
$PALANG['pAdminList_admin_active'] = 'Aktiivinen';
$PALANG['pAdminList_domain_domain'] = 'Domain';
$PALANG['pAdminList_domain_description'] = 'Kuvaus';
$PALANG['pAdminList_domain_aliases'] = 'Aliakset';
$PALANG['pAdminList_domain_mailboxes'] = 'Postilaatikot';
$PALANG['pAdminList_domain_maxquota'] = 'Suurin sallittu kiintiö (MB)';
$PALANG['pAdminList_domain_modified'] = 'Viimeksi muokattu';
$PALANG['pAdminList_domain_active'] = 'Atiivinen';
$PALANG['pAdminList_virtual_button'] = 'Siirry';
$PALANG['pAdminList_virtual_welcome'] = 'Yleisnäkymä ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliakset';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Postilaatikot';
$PALANG['pAdminList_virtual_alias_address'] = 'Keneltä';
$PALANG['pAdminList_virtual_alias_goto'] = 'Kenelle';
$PALANG['pAdminList_virtual_alias_modified'] = 'Viimeksi muokattu';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Sähköposti';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nimi';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Kiintiö (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Viimeksi muokattu';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Atiivinen';
$PALANG['pAdminCreate_domain_welcome'] = 'Lisää uusi domain';
$PALANG['pAdminCreate_domain_domain'] = 'Domain';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Domain on jo järjestelmässä!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Kuvaus';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliakset';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = ei käytössä | -1 = rajoittamaton';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postilaatikot';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = ei käytössä | -1 = rajoittamaton';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max kiintiö';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB <br /> 0 = ei käytössä | -1 = rajoittamaton';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Lisää oletus aliakset';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Lisää domain';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Domainin lisäys ei onnistunut!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domain on lisätty!';
$PALANG['pAdminEdit_domain_welcome'] = 'Muokkaa domainia';
$PALANG['pAdminEdit_domain_domain'] = 'Domain';
$PALANG['pAdminEdit_domain_description'] = 'Kuvaus';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliakset';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = ei käytössä | -1 = rajoittamaton';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Postilaatikot';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = ei käytössä | -1 = rajoittamaton';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max kiintiö';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = ei käytössä | -1 = rajoittamaton';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktiivinen';
$PALANG['pAdminEdit_domain_button'] = 'Muokkaa domainia';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Domainin muokkaus ei onnistu!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Lisää uusi domainin ylläpitäjä';
$PALANG['pAdminCreate_admin_username'] = 'Admin';
$PALANG['pAdminCreate_admin_username_text'] = 'Sähköpostiosoite';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Sähköpostiosoite<br /><div class="standout">Ylläpitäjän sähköpostiosoite ei ole oikeanmuotoinen!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Sähköpostiosoite<br /><div class="standout">Ylläpitäjän sähköpostiosoite on jo olemassa tai se ei ole oikean muotoinen</div>';
$PALANG['pAdminCreate_admin_password'] = 'Salasana';
$PALANG['pAdminCreate_admin_password2'] = 'Salasana (toistamiseen)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Antamasi salasanat eivät täsmää<br />Tai ne ovat tyhjiä!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Lisää ylläpitäjä';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Ylläpitäjän lisäys ei onnistu!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Ylläpitäjä on lisätty!';
$PALANG['pAdminCreate_admin_address'] = 'Domain';
$PALANG['pAdminEdit_admin_welcome'] = 'Muokkaa domainin ylläpitäjää';
$PALANG['pAdminEdit_admin_username'] = 'Ylläpitäjä';
$PALANG['pAdminEdit_admin_password'] = 'Salasana';
$PALANG['pAdminEdit_admin_password2'] = 'Salasana (toistamiseen)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Antamasi salasanat eivät täsmää!<br />Tai ne ovat tyhjiä!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiivinen';
$PALANG['pAdminEdit_admin_button'] = 'Muokkaa ylläpitäjää';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Ylläpitäjän muokkaaminen ei onnistu!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Ylläpitäjän muokkaus onnistui!';
$PALANG['pUsersLogin_welcome'] = 'Salasanan vaihto.';
$PALANG['pUsersLogin_username'] = 'Tunnus';
$PALANG['pUsersLogin_password'] = 'Salasana';
$PALANG['pUsersLogin_button'] = 'Kirjaudu';
$PALANG['pUsersLogin_username_incorrect'] = 'Käyttäjätunnus tai salasana väärin!';
$PALANG['pUsersLogin_password_incorrect'] = 'Käyttäjätunnus tai salasana väärin!';
$PALANG['pUsersMenu_vacation'] = 'Automaattivastaus';
$PALANG['pUsersMenu_edit_alias'] = 'Muokkaa uudelleenohjausta';
$PALANG['pUsersMenu_password'] = 'Vaihda salasana';
$PALANG['pUsersMain_welcome'] = 'Postilaatikon asetusten muokkaus!';
$PALANG['pUsersMain_vacation'] = 'Aseta lomavastaaja tai automaattivastaus sähköpostiisi.';
$PALANG['pUsersMain_edit_alias'] = 'Muuta uudelleenohjauksen osoitetta.';
$PALANG['pUsersMain_password'] = 'Vaihda nykyinen salasanasi.';
$PALANG['pUsersVacation_welcome'] = 'Automaattivastaus.';
$PALANG['pUsersVacation_welcome_text'] = 'Sinulla on jo automaattivastaus päällä!';
$PALANG['pUsersVacation_subject'] = 'Otsikko';
$PALANG['pUsersVacation_subject_text'] = 'Lomalla';
$PALANG['pUsersVacation_body'] = 'Viesti';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Olen lomalla <päiväys> <päiväys> välisen ajan.
Kiireellisissä asioissa voitte ottaa yhteyttä <sähköpostiosoite>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Lomalle';
$PALANG['pUsersVacation_button_back'] = 'Takaisin lomalta';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Automaattivastauksen asettaminen epäonnistui!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Automaattivastaus on poistettu käytöstä!';
?>

@ -0,0 +1,291 @@
<?php
//
// Language file Faroese
//
$PALANG['YES'] = 'JA';
$PALANG['NO'] = 'NEI';
$PALANG['edit'] = 'broyt';
$PALANG['del'] = 'strika';
$PALANG['confirm'] = 'Ert tú vís(ur) í at tú vilt strika hetta?';
$PALANG['confirm_domain'] = 'Vilt tú veruliga strika allar upplýsingar fyri hetta navnaøki? Her kann ikki vendast aftur!';
$PALANG['pLogin_welcome'] = 'Umsitarar kunnu logga inn her fyri at umsita tykkara navnaøki.';
$PALANG['pLogin_username'] = 'Login (e-post)';
$PALANG['pLogin_password'] = 'Loyniorð';
$PALANG['pLogin_button'] = 'Logga inn';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Títt login er skeivt. Minst til at skriva fulla e-post adressu!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Títt loyniorð er skeivt!</div>';
$PALANG['pLogin_login_users'] = 'Brúkarar kunnu logga inn her.';
$PALANG['pMenu_overview'] = 'Yvirlit';
$PALANG['pMenu_create_alias'] = 'Stovna Dulnevni';
$PALANG['pMenu_create_mailbox'] = 'Stovna Postkassa';
$PALANG['pMenu_sendmail'] = 'Send E-post';
$PALANG['pMenu_password'] = 'Loyniorð';
$PALANG['pMenu_viewlog'] = 'Vís Logg';
$PALANG['pMenu_logout'] = 'Logga út';
$PALANG['pMain_welcome'] = 'Vælkomin til Postfix Admin!';
$PALANG['pMain_overview'] = 'Vís tíni dulnevni og postkassar. Tú kanst broyta / strika tey her.';
$PALANG['pMain_create_alias'] = 'Stovna eitt nýtt dulnevni á tínum navnaøki.';
$PALANG['pMain_create_mailbox'] = 'Stovna ein nýggjan postkassa á tínum navnaøki.';
$PALANG['pMain_sendmail'] = 'Send ein e-post til ein av tínum nýstovnaðu postkassum.';
$PALANG['pMain_password'] = 'Broyt loyniorðið á tíni umsitara konto.';
$PALANG['pMain_viewlog'] = 'Vís logg fílurnar.';
$PALANG['pMain_logout'] = 'Logga út úr skipanini';
$PALANG['pOverview_button'] = 'Vel';
$PALANG['pOverview_welcome'] = 'Yvirlit yvir ';
$PALANG['pOverview_alias_alias_count'] = 'Dulnevni';
$PALANG['pOverview_alias_mailbox_count'] = 'Postkassar';
$PALANG['pOverview_alias_address'] = 'Frá';
$PALANG['pOverview_alias_goto'] = 'Til';
$PALANG['pOverview_alias_modified'] = 'Síðst broytt';
$PALANG['pOverview_mailbox_username'] = 'E-post';
$PALANG['pOverview_mailbox_name'] = 'Navn';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Síðst broytt';
$PALANG['pOverview_mailbox_active'] = 'Virkin';
$PALANG['pOverview_get_domain'] = 'Navnaøki';
$PALANG['pOverview_get_aliases'] = 'Dulnevni';
$PALANG['pOverview_get_mailboxes'] = 'Postkassar';
$PALANG['pOverview_get_quota'] = 'Postkassa kvota (MB)';
$PALANG['pOverview_get_modified'] = 'Síðst broytt';
$PALANG['pDelete_delete_error'] = '<div class="standout">Fái ikki strikað ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Hetta er ikki títt navnaøki ';
$PALANG['pCreate_alias_welcome'] = 'Stovna eitt nýtt dulnevni á tínum navnaøki.';
$PALANG['pCreate_alias_address'] = 'Dulnevni';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">DULNEVNI er ógyldugt!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Hendan e-post adressa finst longu, vinarliga vel eina aðra!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Tú hevur nátt tínum marki at stovna dulnevni!</div>';
$PALANG['pCreate_alias_goto'] = 'Til';
$PALANG['pCreate_alias_button'] = 'Stovna Dulnevni';
$PALANG['pCreate_alias_goto_text'] = 'Har posturin skal sendast til.';
$PALANG['pCreate_alias_goto_text_error'] = 'Har posturin verður sendur til.<br /><div class="standout">TIL er ógyldugt!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Fái ikki stovnað dulnevni!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Dulnevni er stovnað!';
$PALANG['pCreate_alias_catchall_text'] = 'Fyri at stovna eitt ið fangar alt, brúka eina "*" sum dulnevni.<br />Fyri navnaøki til navnaøki víðarisending brúka "*@navnaøki.fo" til hetta.';
$PALANG['pEdit_alias_welcome'] = 'Broyt eitt dulnevni á tínum navnaøki.<br />Eina adressu pr. linju.';
$PALANG['pEdit_alias_address'] = 'Dulnevni';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Finni ikki dulnevni!</div>';
$PALANG['pEdit_alias_goto'] = 'Til';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Tú skrivaði onki í Til teigin</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">E-post adressan tú skrivaði er ógyldug: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Hetta navnaøki er ikki títt: ';
$PALANG['pEdit_alias_button'] = 'Broyt Dulnevni';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Fái ikki broytt dulnevni!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Stovna ein nýggjan postkassa á tínum navnaøki.';
$PALANG['pCreate_mailbox_username'] = 'Brúkaranavn';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">E-post adressan er ógyldug!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Hendan e-post adressan finst longu, vinarliga vel eina aðra!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Tú hevur nýtt tínum marki at stovna postkassar!</div>';
$PALANG['pCreate_mailbox_password'] = 'Loyniorð';
$PALANG['pCreate_mailbox_password2'] = 'Loyniorð (umaftur)';
$PALANG['pCreate_mailbox_password_text'] = 'Loyniorð til POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Loyniorð til POP3/IMAP<br /><div class="standout">Loyniorðini tú skrivaði samsvara ikki!<br />Ella eru tóm!</div>';
$PALANG['pCreate_mailbox_name'] = 'Navn';
$PALANG['pCreate_mailbox_name_text'] = 'Fult navn';
$PALANG['pCreate_mailbox_quota'] = 'Kvota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Kvotan tú skrivaði er ov høg!</div>';
$PALANG['pCreate_mailbox_active'] = 'Virkin';
$PALANG['pCreate_mailbox_mail'] = 'Stovna postkassa';
$PALANG['pCreate_mailbox_button'] = 'Stovna postkassa';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Fái ikki stovnað postkassa!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Postkassin er stovnaður!';
$PALANG['pEdit_mailbox_welcome'] = 'Broyt postkassa á tínum navnaøki.';
$PALANG['pEdit_mailbox_username'] = 'Brúkaranavn';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Finni ikki postkassa!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nýtt loyniorð';
$PALANG['pEdit_mailbox_password2'] = 'Nýtt loyniorð (umaftur)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Loyniorðini tú skrivaði samsvara ikki!</div>';
$PALANG['pEdit_mailbox_name'] = 'Navn';
$PALANG['pEdit_mailbox_quota'] = 'Kvota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Kvotan tú skrivaði er ov høg!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Hetta navnaøki er ikki títt: ';
$PALANG['pEdit_mailbox_button'] = 'Broyt postkassa';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Fái ikki broytt loyniorðið!</div>';
$PALANG['pPassword_welcome'] = 'Broyt títt login loyniorð.';
$PALANG['pPassword_admin'] = 'Logga inn';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Navnið tú skrivaði samsvarar ikki við nakran postkassa!</div>';
$PALANG['pPassword_password_current'] = 'Núverandi loyniorð';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Tú skrivaði ikki títt núverandi loyniorð!</div>';
$PALANG['pPassword_password'] = 'Nýtt loyniorð';
$PALANG['pPassword_password2'] = 'Nýtt loyniorð (umaftur)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Loyniorðini tú skrivaði samsvara ikki!<br />Ella eru tóm!</div>';
$PALANG['pPassword_button'] = 'Broyt loyniorð';
$PALANG['pPassword_result_error'] = '<div class="standout">Fái ikki broytt títt loyniorð!</div>';
$PALANG['pPassword_result_succes'] = 'Títt loyniorð er broytt!';
$PALANG['pViewlog_welcome'] = 'Vís seinastu 10 hendingarnar fyri ';
$PALANG['pViewlog_timestamp'] = 'Tíðarstempul';
$PALANG['pViewlog_username'] = 'Umsitari';
$PALANG['pViewlog_domain'] = 'Navnaøki';
$PALANG['pViewlog_action'] = 'Hending';
$PALANG['pViewlog_data'] = 'Dáta';
$PALANG['pViewlog_button'] = 'Vel';
$PALANG['pViewlog_result_error'] = '<div class="standout">Finni ikki loggarnar!</div>';
$PALANG['pSendmail_welcome'] = 'Send ein e-post.';
$PALANG['pSendmail_admin'] = 'Frá';
$PALANG['pSendmail_to'] = 'Til';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Til er tómt ella ógyldug e-post adressa!</div>';
$PALANG['pSendmail_subject'] = 'Evni';
$PALANG['pSendmail_subject_text'] = 'Vælkomin';
$PALANG['pSendmail_body'] = 'Boð';
$PALANG['pSendmail_body_text'] = <<<EOM
Hey,
Vælkomin til tína nýggju konto.
EOM;
$PALANG['pSendmail_button'] = 'Send boð';
$PALANG['pSendmail_result_error'] = '<div class="standout">Fái ikki stovnað postkassa!</div>';
$PALANG['pSendmail_result_succes'] = 'Postkassin er stovnaður!';
$PALANG['pVcp_welcome'] = 'Broyt títt postkassa loyniorð.';
$PALANG['pVcp_username'] = 'E-postur';
$PALANG['pVcp_username_text_error'] = '<div class="standout">E-posturin tú skrivaði samsvarar ikki við nakran postkassa!</div>';
$PALANG['pVcp_password_current'] = 'Núverandi loyniorð';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Tú skrivaði ikki títt núverandi loyniorð!</div>';
$PALANG['pVcp_password'] = 'Nýtt loyniorð';
$PALANG['pVcp_password2'] = 'Nýtt loyniorð (umaftur)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Loyniorðini tú skrivaði samsvara ikki!<br />Ella eru tóm!</div>';
$PALANG['pVcp_button'] = 'Broyt loyniorð';
$PALANG['pVcp_result_error'] = '<div class="standout">Fái ikki broytt títt loyniorð!</div>';
$PALANG['pVcp_result_succes'] = 'Títt loyniorð er broytt!';
$PALANG['pAdminMenu_list_admin'] = 'Umsitara listi';
$PALANG['pAdminMenu_list_domain'] = 'Navnaøkja listi';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual listi';
$PALANG['pAdminMenu_viewlog'] = 'Vís logg';
$PALANG['pAdminMenu_backup'] = 'Trygdaravrit';
$PALANG['pAdminMenu_create_domain_admins'] = 'Umsitarar fyri Navnaøki';
$PALANG['pAdminMenu_create_admin'] = 'Nýggjan Umsitara';
$PALANG['pAdminMenu_create_domain'] = 'Nýtt Navnaøki';
$PALANG['pAdminMenu_create_alias'] = 'Stovna Dulnevni';
$PALANG['pAdminMenu_create_mailbox'] = 'Stovna Postkassa';
$PALANG['pAdminList_admin_domain'] = 'Navnaøki';
$PALANG['pAdminList_admin_username'] = 'Umsitari';
$PALANG['pAdminList_admin_count'] = 'Navnaøki';
$PALANG['pAdminList_admin_modified'] = 'Síst broytt';
$PALANG['pAdminList_admin_active'] = 'Virkin';
$PALANG['pAdminList_domain_domain'] = 'Navnaøki';
$PALANG['pAdminList_domain_description'] = 'Frágreiðing';
$PALANG['pAdminList_domain_aliases'] = 'Dulnevni';
$PALANG['pAdminList_domain_mailboxes'] = 'Postkassar';
$PALANG['pAdminList_domain_maxquota'] = 'Hægsta Kvota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Síðst broytt';
$PALANG['pAdminList_domain_active'] = 'Virki';
$PALANG['pAdminList_virtual_button'] = 'Vel';
$PALANG['pAdminList_virtual_welcome'] = 'Yvirlit yvir ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Dulnevni';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Postkassar';
$PALANG['pAdminList_virtual_alias_address'] = 'Frá';
$PALANG['pAdminList_virtual_alias_goto'] = 'Til';
$PALANG['pAdminList_virtual_alias_modified'] = 'Síðst broytt';
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-post';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Navn';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Kvota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Síðst broytt';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Virkin';
$PALANG['pAdminCreate_domain_welcome'] = 'Stova nýtt navnaøki';
$PALANG['pAdminCreate_domain_domain'] = 'Navnaøki';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Navnaøki finst longu!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Frágreiðing';
$PALANG['pAdminCreate_domain_aliases'] = 'Dulnevni';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = óvirkja | -1 = óavmarkað';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postkassar';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = óvirkja | -1 = óavmarkað';
$PALANG['pAdminCreate_domain_maxquota'] = 'Hægsta kvota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = óvirkja | -1 = óavmarkað';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Stovna sjálvvirkin e-post dulnevni';
$PALANG['pAdminCreate_domain_backupmx'] = 'Post servari er "backup MX"';
$PALANG['pAdminCreate_domain_button'] = 'Stovna navnaøki';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Fái ikki stovnað navnaøki!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Navnaøki er stovnað!';
$PALANG['pAdminEdit_domain_welcome'] = 'Broyt navnaøki';
$PALANG['pAdminEdit_domain_domain'] = 'Navnaøki';
$PALANG['pAdminEdit_domain_description'] = 'Frágreiðing';
$PALANG['pAdminEdit_domain_aliases'] = 'Dulnevni';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = óvirkja | -1 = óavmarkað';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Postkassar';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = óvirkja | -1 = óavmarkað';
$PALANG['pAdminEdit_domain_maxquota'] = 'Hægsta kvota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = óvirkja | -1 = óavmarkað';
$PALANG['pAdminEdit_domain_backupmx'] = 'Post servari er "backup MX"';
$PALANG['pAdminEdit_domain_active'] = 'Virki';
$PALANG['pAdminEdit_domain_button'] = 'Broyt navnaøki';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Fái ikki broytt navnaøki!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Stovna navnaøki umsitara';
$PALANG['pAdminCreate_admin_username'] = 'Umsitari';
$PALANG['pAdminCreate_admin_username_text'] = 'E-post adressa';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-post adressa<br /><div class="standout">Umsitari er ógyldug e-post adressa!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-post adressa<br /><div class="standout">Umsitari finst longu ella er ógyldugur</div>';
$PALANG['pAdminCreate_admin_password'] = 'Loyniorð';
$PALANG['pAdminCreate_admin_password2'] = 'Loyniorð (umaftur)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Loyniorðini tú skrivaði samsvara ikki!<br />Ella eru tóm!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Stovna umsitara';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Fái ikki stovnað umsitara!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Umsitari er stovnaður!';
$PALANG['pAdminCreate_admin_address'] = 'Navnaøki';
$PALANG['pAdminEdit_admin_welcome'] = 'Broyt navnaøki umsitara';
$PALANG['pAdminEdit_admin_username'] = 'Umsitari';
$PALANG['pAdminEdit_admin_password'] = 'Loyniorð';
$PALANG['pAdminEdit_admin_password2'] = 'Loyniorð (umaftur)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Loyniorðini tú skrivaði samsvara ikki!<br />Ella eru tóm!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Virkin';
$PALANG['pAdminEdit_admin_button'] = 'Broyt umsitara';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Fái ikki broytt umsitara!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Umsitari er broyttur!';
$PALANG['pUsersLogin_welcome'] = 'Postkassa brúkarar loggi inn fyri at broyta loyniorð, víðarisending ella frítíðarboð.';
$PALANG['pUsersLogin_username'] = 'Login (e-post)';
$PALANG['pUsersLogin_password'] = 'Loyniorð';
$PALANG['pUsersLogin_button'] = 'Logga inn';
$PALANG['pUsersLogin_username_incorrect'] = 'Títt login er skeivt. Minst til at logga inn við tíni e-post adressu!';
$PALANG['pUsersLogin_password_incorrect'] = 'Títt loyniorð er skeivt!';
$PALANG['pUsersMenu_vacation'] = 'Frítíðarboð';
$PALANG['pUsersMenu_edit_alias'] = 'Broyt víðarisending';
$PALANG['pUsersMenu_password'] = 'Broyt loyniorð';
$PALANG['pUsersMain_welcome'] = 'Broyt tínar post-uppsetingar her!';
$PALANG['pUsersMain_vacation'] = 'Set eini frítíðarboð ella svarboð fyri tín post.';
$PALANG['pUsersMain_edit_alias'] = 'Send tín post víðari til aðra adressu.';
$PALANG['pUsersMain_password'] = 'Broyt títt núverandi loyniorð.';
$PALANG['pUsersVacation_welcome'] = 'Sjálvvirkið svar.';
$PALANG['pUsersVacation_welcome_text'] = 'Tú hevur longu eini frítíðarboð uppsett!';
$PALANG['pUsersVacation_subject'] = 'Evni';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Boð';
$PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <dagfesting> until <dagfesting>.
For urgent matters you can contact <firmanavn>.
---
Títt navn
EOM;
$PALANG['pUsersVacation_button_away'] = 'Burtur';
$PALANG['pUsersVacation_button_back'] = 'Heima';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Fái ikki broytt tínar frítíðarboð uppsetingar!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Títt frítíðarboð er strikað!';
?>

@ -0,0 +1,285 @@
<?php
//
// Language file French
//
$PALANG['YES'] = 'Oui';
$PALANG['NO'] = 'Non';
$PALANG['edit'] = 'Modifier';
$PALANG['del'] = 'Effacer';
$PALANG['confirm'] = 'Est-ce que vous voulez effacer cet enregistrement';
$PALANG['confirm_domain'] = 'Etes-vous sur d\'effacer tous les enregistrements dans le domaine?';
$PALANG['pLogin_welcome'] = 'Entrez votre couriel pour administrer votre domaine.';
$PALANG['pLogin_username'] = 'Entrer (couriel)';
$PALANG['pLogin_password'] = 'Mot de passe';
$PALANG['pLogin_button'] = 'Entrer';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Votre couriel est invalide.Assurez-vous d\'avoir le bon couriel</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Votre mot de passe est invalide!</div>';
$PALANG['pLogin_login_users'] = 'Utilisateurs, cliquez ici pour vos options';
$PALANG['pMenu_overview'] = 'Vue d\'ensemble';
$PALANG['pMenu_create_alias'] = 'Ajouter un aliase';
$PALANG['pMenu_create_mailbox'] = 'Ajouter un compte couriel';
$PALANG['pMenu_sendmail'] = 'Envoyer un couriel';
$PALANG['pMenu_password'] = 'Mot de passe';
$PALANG['pMenu_viewlog'] = 'Visualiser événement';
$PALANG['pMenu_logout'] = 'Sortir';
$PALANG['pMain_welcome'] = 'Bienvenue sur Postfix Admin!';
$PALANG['pMain_overview'] = 'Visualiser les aliases et les comptes couriels.(Modifier/Effacer)';
$PALANG['pMain_create_alias'] = 'Ajouter un nouveau alias pour votre domaine.';
$PALANG['pMain_create_mailbox'] = 'Ajouter un nouveau compte couriel pour votre domaine.';
$PALANG['pMain_sendmail'] = 'Envoyer un couriel à un compte couriel.';
$PALANG['pMain_password'] = 'Changer votre mot de passe pour le compte administrateur.';
$PALANG['pMain_viewlog'] = 'Visualiser le fichier d\'événements.';
$PALANG['pMain_logout'] = 'Sortir du système';
$PALANG['pOverview_button'] = 'Aller';
$PALANG['pOverview_welcome'] = 'Vue d\'ensemble pour ';
$PALANG['pOverview_alias_alias_count'] = 'Aliases';
$PALANG['pOverview_alias_mailbox_count'] = 'Comptes couriels';
$PALANG['pOverview_alias_address'] = 'De';
$PALANG['pOverview_alias_goto'] = 'A';
$PALANG['pOverview_alias_modified'] = 'Dernière Modification';
$PALANG['pOverview_mailbox_username'] = 'Couriel';
$PALANG['pOverview_mailbox_name'] = 'Nom';
$PALANG['pOverview_mailbox_quota'] = 'Limite (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Dernière Modification';
$PALANG['pOverview_mailbox_active'] = 'Actif';
$PALANG['pOverview_get_domain'] = 'Domaine';
$PALANG['pOverview_get_aliases'] = 'Aliases';
$PALANG['pOverview_get_mailboxes'] = 'Comptes couriels';
$PALANG['pOverview_get_quota'] = 'Limite compte couriels (MB)';
$PALANG['pOverview_get_modified'] = 'Dernière Modification';
$PALANG['pDelete_delete_error'] = '<div class="standout">Impossible d\'éffacer cette entrée ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Ce domaine n\'est pas le votre ';
$PALANG['pCreate_alias_welcome'] = 'Créer un nouveau alias pour votre domaine.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br><div class="standout">Cet ALIAS n\'est pas valide!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br><div class="standout">Ce couriel existe deja, svp choisissez-en un autre!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br><div class="standout">Vous avez atteint votre limite d\'aliases!</div>';
$PALANG['pCreate_alias_goto'] = 'A';
$PALANG['pCreate_alias_button'] = 'Ajouter un alias';
$PALANG['pCreate_alias_goto_text'] = 'Envoyer les couriels A.';
$PALANG['pCreate_alias_goto_text_error'] = 'Ou les couriels doivent aller.<br /><div class="standout">A est invalide!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Impossible d\'ajouter un alias dans la table!</div>';
$PALANG['pCreate_alias_result_succes'] = 'L\'alias a été ajouté!';
$PALANG['pCreate_alias_catchall_text'] = 'Pour ajouter un alias global tout, utilisez "*".<br />Pour un transfert de domaine à domaine, utilisez "*@domain.tld" dans le champs A.';
$PALANG['pEdit_alias_welcome'] = 'Modifier un alias dans votre domaine.<br>Une entrée par ligne.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Impossible de localiser l\'alias!</div>';
$PALANG['pEdit_alias_goto'] = 'A';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Vous devez entrer quelques choses dans le champs À</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Le couriel que vous avez entré est invalide: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Ce domaine n\'est pas le votre: ';
$PALANG['pEdit_alias_button'] = 'Modifier cet alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Impossible de modifier cet alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Ajouter un nouveau compte couriel dans votre domaine.';
$PALANG['pCreate_mailbox_username'] = 'Nom d\'utilisateur';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br><div class="standout">Le couriel est invalide!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br><div class="standout">Ce couriel existe deja, svp entrez un autre couriel!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br><div class="standout">Vous avez atteint la limite de compte couriel!</div>';
$PALANG['pCreate_mailbox_password'] = 'Mot de passe';
$PALANG['pCreate_mailbox_password2'] = 'Mote de passe(confirmation)';
$PALANG['pCreate_mailbox_password_text'] = 'Mot de passe pour compte POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Mot de passe pour compte POP3/IMAP<br /><div class="standout">Le mot de passe ne correspond pas!<br />ou est vide!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nom';
$PALANG['pCreate_mailbox_name_text'] = 'Nom complet';
$PALANG['pCreate_mailbox_quota'] = 'Limite';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">La limite que vous avez specifie est trop haute!</div>';
$PALANG['pCreate_mailbox_active'] = 'Actif';
$PALANG['pCreate_mailbox_mail'] = 'Ajouter un compte couriel';
$PALANG['pCreate_mailbox_button'] = 'Ajouter un compte couriel';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Impossible d\'ajouter un compte couriel dans la table!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Le compte couriel a été ajouté!';
$PALANG['pEdit_mailbox_welcome'] = 'Modifier un compte couriel.';
$PALANG['pEdit_mailbox_username'] = 'Nom d\'utilisateur';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Impossible de localiser le compte couriel!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nouveau mot de passe';
$PALANG['pEdit_mailbox_password2'] = 'Nouveau mot de passe(confirmation)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Le mot de passe entré ne correspond pas!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nom';
$PALANG['pEdit_mailbox_quota'] = 'Limite';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">La limite fournit est trop haute!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Ce domaine n\'est pas le votre: ';
$PALANG['pEdit_mailbox_button'] = 'Modifier un compte couriel';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Impossible de changer votre mot de passe!</div>';
$PALANG['pPassword_welcome'] = 'Changer votre mot de passe.';
$PALANG['pPassword_admin'] = 'Entrer';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Les informations entrées ne correspondent pas a un compte couriel!</div>';
$PALANG['pPassword_password_current'] = 'Mot de passe present';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Vous n\'avez pas fournit de mot de passe present!</div>';
$PALANG['pPassword_password'] = 'Nouveau mot de passe';
$PALANG['pPassword_password2'] = 'Nouveau mot de passe(confirmation)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Le mot de passe fournit ne correspond pas!<br />Ou est vide!</div>';
$PALANG['pPassword_button'] = 'Changer mot de passe';
$PALANG['pPassword_result_error'] = '<div class="standout">Impossible de changer votre mot de passe!</div>';
$PALANG['pPassword_result_succes'] = 'Votre mot de passe a ete change!';
$PALANG['pViewlog_welcome'] = 'Visualiser les 10 dernières action pour ';
$PALANG['pViewlog_timestamp'] = 'Date/Heure';
$PALANG['pViewlog_username'] = 'Administrateur';
$PALANG['pViewlog_domain'] = 'Domaine';
$PALANG['pViewlog_action'] = 'Action';
$PALANG['pViewlog_data'] = 'Information';
$PALANG['pViewlog_button'] = 'Aller';
$PALANG['pViewlog_result_error'] = '<div class="standout">Impossible de trouver les événements!</div>';
$PALANG['pSendmail_welcome'] = 'Envoyer un couriel.';
$PALANG['pSendmail_admin'] = 'De';
$PALANG['pSendmail_to'] = 'A';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">A est vide ou ce n\'est pas un couriel valide!</div>';
$PALANG['pSendmail_subject'] = 'Sujet';
$PALANG['pSendmail_subject_text'] = 'Bienvenue';
$PALANG['pSendmail_body'] = 'Message';
$PALANG['pSendmail_body_text'] = <<<EOM
Bonjour,
bienvenue dans votre nouveau compte couriel.
EOM;
$PALANG['pSendmail_button'] = 'Envoyer le message';
$PALANG['pSendmail_result_error'] = '<div class="standout">Erreur lors de l\'envoit du message!</div>';
$PALANG['pSendmail_result_succes'] = 'Le message a été envoyé!';
$PALANG['pVcp_welcome'] = 'Changer votre mot de passe de votre compte couriel.';
$PALANG['pVcp_username'] = 'Couriel';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Le couriel fournit ne correspond pas à un compte couriel!</div>';
$PALANG['pVcp_password_current'] = 'Mot de passe présent';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Vous n\'avez pas fourni votre mot de passe present!</div>';
$PALANG['pVcp_password'] = 'Nouveau mot de passe';
$PALANG['pVcp_password2'] = 'Nouveau mot de passe(confirmation)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Le mot de passe entré ne correspond pas<br />Ou est vide</div>';
$PALANG['pVcp_button'] = 'Modifier mot de passe';
$PALANG['pVcp_result_error'] = '<div class="standout">Impossible de changer votre mot de passe!</div>';
$PALANG['pVcp_result_succes'] = 'Votre mot de passe a été changé!';
$PALANG['pAdminMenu_list_admin'] = 'Liste Administrateur';
$PALANG['pAdminMenu_list_domain'] = 'Liste Domaine';
$PALANG['pAdminMenu_list_virtual'] = 'Liste Virtuel';
$PALANG['pAdminMenu_viewlog'] = 'Visualiser événement';
$PALANG['pAdminMenu_backup'] = 'Sauvegarde';
$PALANG['pAdminMenu_create_domain_admins'] = 'Administrateurs de domaines';
$PALANG['pAdminMenu_create_admin'] = 'Nouveau administrateur';
$PALANG['pAdminMenu_create_domain'] = 'Nouveau domaine';
$PALANG['pAdminMenu_create_alias'] = 'Ajouter un Alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Ajouter un compte couriel';
$PALANG['pAdminList_admin_domain'] = 'Domaine';
$PALANG['pAdminList_admin_username'] = 'Administrateur';
$PALANG['pAdminList_admin_count'] = 'Domaines';
$PALANG['pAdminList_admin_modified'] = 'Dernière modification';
$PALANG['pAdminList_admin_active'] = 'Actif';
$PALANG['pAdminList_domain_domain'] = 'Domaine';
$PALANG['pAdminList_domain_description'] = 'Description';
$PALANG['pAdminList_domain_aliases'] = 'Aliases';
$PALANG['pAdminList_domain_mailboxes'] = 'Comptes couriels';
$PALANG['pAdminList_domain_maxquota'] = 'Limite maximum (MB)';
$PALANG['pAdminList_domain_modified'] = 'Dernière modification';
$PALANG['pAdminList_domain_active'] = 'Actif';
$PALANG['pAdminList_virtual_button'] = 'Aller';
$PALANG['pAdminList_virtual_welcome'] = 'Vue général pour ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliases';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Comptes couriels';
$PALANG['pAdminList_virtual_alias_address'] = 'De';
$PALANG['pAdminList_virtual_alias_goto'] = 'A';
$PALANG['pAdminList_virtual_alias_modified'] = 'Dernière modification';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Couriel';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nom';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Limite (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Dernière modification';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Actif';
$PALANG['pAdminCreate_domain_welcome'] = 'Ajouter un nouveau domaine';
$PALANG['pAdminCreate_domain_domain'] = 'Domaine';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Le domaine existe deja!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Description';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliases';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = désactiver | -1 = infini';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Comptes couriels';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = désactiver | -1 = infini';
$PALANG['pAdminCreate_domain_maxquota'] = 'Limite maximum';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = désactiver | -1 = infini';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Ajouter les aliases par defaut';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Ajouter un domaine';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Impossible d\'ajouter le domaine!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Le domaine a été ajouté!';
$PALANG['pAdminEdit_domain_welcome'] = 'Modifier un domaine';
$PALANG['pAdminEdit_domain_domain'] = 'Domaine';
$PALANG['pAdminEdit_domain_description'] = 'Description';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliases';
$PALANG['pAdminCEdit_domain_aliases_text'] = '0 = désactiver | -1 = infini';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Comptes couriels';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = désactiver | -1 = infini';
$PALANG['pAdminEdit_domain_maxquota'] = 'Limite maximum';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = désactiver | -1 = infini';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Actif';
$PALANG['pAdminEdit_domain_button'] = 'Modifier un domaine';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Impossible de moficier le domain!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Ajouter un nouveau administrateur de domaine';
$PALANG['pAdminCreate_admin_username'] = 'Administrateur';
$PALANG['pAdminCreate_admin_username_text'] = 'Couriel';
$PALANG['pAdminCreate_admin_username_text_error1'] = '<div class="standout">Ce n\'est pas un couriel administrateur valide!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = '<div class="standout">Cet administrateur existe déjà ou n\'est pas valide</div>';
$PALANG['pAdminCreate_admin_password'] = 'Mot de passe';
$PALANG['pAdminCreate_admin_password2'] = 'Mot de passe (confirmation)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Le mot de passe fournit ne correspond pas<br> ou est vide!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Ajouter un administrateur';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Impossible d\'ajouter un administrateur!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'L\'administrateur a été ajouté!';
$PALANG['pAdminCreate_admin_address'] = 'Domaine';
$PALANG['pAdminEdit_admin_welcome'] = 'Modifier un domaine';
$PALANG['pAdminEdit_admin_username'] = 'Administrateur';
$PALANG['pAdminEdit_admin_password'] = 'Mot de passe';
$PALANG['pAdminEdit_admin_password2'] = 'Mot de passe(confirmation)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Le mot de passe fournit ne correspond pas<br /> ou est vide!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Actif';
$PALANG['pAdminEdit_admin_button'] = 'Editer un administrater';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Impossible de modifier l\'administrateur!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'L\'administrateur a été ajouté!';
$PALANG['pUsersLogin_welcome'] = 'Entrer votre couriel pour modifier votre mot de passe et vos transferts.';
$PALANG['pUsersLogin_username'] = 'Entrer(couriel)';
$PALANG['pUsersLogin_password'] = 'Mot de passe';
$PALANG['pUsersLogin_button'] = 'Entrer';
$PALANG['pUsersLogin_username_incorrect'] = 'Votre couriel est invalide. Assurez-vous d\'avoir le bon couriel!';
$PALANG['pUsersLogin_password_incorrect'] = 'Votre mot de passe est invalide!';
$PALANG['pUsersMenu_vacation'] = 'Réponse Automatique';
$PALANG['pUsersMenu_edit_alias'] = 'Modifier votre transfert';
$PALANG['pUsersMenu_password'] = 'Modifier votre mot de passe';
$PALANG['pUsersMain_welcome'] = 'Modifier votre compte couriel ici!';
$PALANG['pUsersMain_vacation'] = 'Configurer votre réponse automatique(auto-reply).';
$PALANG['pUsersMain_edit_alias'] = 'Modifier vos transferts de couriel.';
$PALANG['pUsersMain_password'] = 'Changer votre mot de passe.';
$PALANG['pUsersVacation_welcome'] = 'Réponse Automatique.';
$PALANG['pUsersVacation_welcome_text'] = 'Votre reponse automatique est deja configuree!';
$PALANG['pUsersVacation_subject'] = 'Sujet';
$PALANG['pUsersVacation_subject_text'] = 'En dehors du bureau';
$PALANG['pUsersVacation_body'] = 'Message';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Je serais absent(e) de <date> jusqu\'au <date>.
Pour urgence communiquez avec mon collegue <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Absence';
$PALANG['pUsersVacation_button_back'] = 'De retour';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Impossible de mettre à jour vos configuration pour votre reponse automatique!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Votre reponse automatique a ete enlevee!';
?>

@ -0,0 +1,287 @@
<?php
//
// Language file Hungarian
//
$PALANG['YES'] = 'IGEN';
$PALANG['NO'] = 'NEM';
$PALANG['edit'] = 'szerkeszt';
$PALANG['del'] = 'töröl';
$PALANG['confirm'] = 'Biztos vagy benne hogy törlöd ezt?';
$PALANG['confirm_domain'] = 'Biztos hogy törölni akarod az összes bejegyzést ez alól a domain alól? Nem lehet visszahozni késõbb!';
$PALANG['pLogin_welcome'] = 'Mail admins login here to administrate your domain.';
$PALANG['pLogin_username'] = 'Login (email)';
$PALANG['pLogin_password'] = 'Jelszó';
$PALANG['pLogin_button'] = 'Bejelentkezés';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">A bejelentkezés érvénytelen. Biztos, hogy a saját email címeddel akarsz belépni?!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Nem jó a jelszó!</div>';
$PALANG['pLogin_login_users'] = 'A felhasználók kattintsanak ide a felhasználói felülethez.';
$PALANG['pMenu_overview'] = 'Áttekintés';
$PALANG['pMenu_create_alias'] = 'Alias felvétele';
$PALANG['pMenu_create_mailbox'] = 'Felhasználó felvétele';
$PALANG['pMenu_sendmail'] = 'Email küldése';
$PALANG['pMenu_password'] = 'Jelszó';
$PALANG['pMenu_viewlog'] = 'Napló megtekintése';
$PALANG['pMenu_logout'] = 'Kilépés';
$PALANG['pMain_welcome'] = 'Üdvözöllek a Postfix Adminisztrációs rendszerben!';
$PALANG['pMain_overview'] = 'Listázd az alias-okat és a postafiókokat. Innen tudod õket törölni / módosítani.';
$PALANG['pMain_create_alias'] = 'Új alias készítése az adott domainhez.';
$PALANG['pMain_create_mailbox'] = 'Új felhasználó felvétele az adott domainhez.';
$PALANG['pMain_sendmail'] = 'Küldjön a rendszer emailt minden egyes új felhasználónak.';
$PALANG['pMain_password'] = 'Admin jelszó megváltoztatása.';
$PALANG['pMain_viewlog'] = 'Naplófájlok megtekintése.';
$PALANG['pMain_logout'] = 'Kijelentkezés a rendszerbõl';
$PALANG['pOverview_button'] = 'Gyerünk';
$PALANG['pOverview_welcome'] = 'Áttekintés: ';
$PALANG['pOverview_alias_alias_count'] = 'Alias-ok';
$PALANG['pOverview_alias_mailbox_count'] = 'Postafiókok';
$PALANG['pOverview_alias_address'] = 'Honnan';
$PALANG['pOverview_alias_goto'] = 'Hova';
$PALANG['pOverview_alias_modified'] = 'Utolsó módosítás';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Név';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Utolsó módosítás';
$PALANG['pOverview_mailbox_active'] = 'Aktív';
$PALANG['pOverview_get_domain'] = 'Domain';
$PALANG['pOverview_get_aliases'] = 'Alias-ok';
$PALANG['pOverview_get_mailboxes'] = 'Postafiókok';
$PALANG['pOverview_get_quota'] = 'Postafiók Quota (MB)';
$PALANG['pOverview_get_modified'] = 'Utolsó módosítás';
$PALANG['pDelete_delete_error'] = '<div class="standout">Nem sikerült törölni a bejegyzést ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Ehhez a domainhez nincs jogosultságod ';
$PALANG['pCreate_alias_welcome'] = 'Új alias készítése az adott domainhez';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Az ALIAS érvénytelen!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Ez az email cím már létezik, kérlek válassz másikat!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Elérted a maximális alias limitet!</div>';
$PALANG['pCreate_alias_goto'] = 'Hova';
$PALANG['pCreate_alias_button'] = 'Alias felvétele';
$PALANG['pCreate_alias_goto_text'] = 'Ahova a levélnek mennie kell.';
$PALANG['pCreate_alias_goto_text_error'] = 'Ahova a levélnek mennie kell.<br /><div class="standout">Érvénytelen a HOVA mezõ!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Nemsikerült hozzáadni az aliast az alias táblához!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Az aliast felvettük az alias táblába!';
$PALANG['pCreate_alias_catchall_text'] = 'A catch-all (*@valami.hu) beállításához használj "*" -ot az alias mezõnél.<br />A domain-domain közötti átirányításhoz használd a "*@akarmi.hu" címet.';
$PALANG['pEdit_alias_welcome'] = 'Alias szerkesztése a domainhez.<br />Soronként egy.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Nemsikerült megtalálni az aliast!</div>';
$PALANG['pEdit_alias_goto'] = 'Hova';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Nem írtál semmit a \'Hova\' mezõbe</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Az email cím amit beírtál érvénytelen: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Ehhez a domainhez nincs jogosultságod: ';
$PALANG['pEdit_alias_button'] = 'Alias szerkesztése';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Nemsikerült módosítani az Aliast!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Új postafiók létrehozása az adott domainhez.';
$PALANG['pCreate_mailbox_username'] = 'Felhasználónév';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Érvénytelen EMAIL !</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Ez az email cím már létezik, kérlek válassz másikat!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Elérted a maximális postafiók számot!</div>';
$PALANG['pCreate_mailbox_password'] = 'Jelszó';
$PALANG['pCreate_mailbox_password2'] = 'Jelszó (mégegyszer)';
$PALANG['pCreate_mailbox_password_text'] = 'Jelszó a POP3/IMAP -hoz';
$PALANG['pCreate_mailbox_password_text_error'] = 'Jelszó a POP3/IMAP -hoz<br /><div class="standout">A jelszavak amiket megadtál nem egyeznek!<br />Vagy üresek!</div>';
$PALANG['pCreate_mailbox_name'] = 'Név';
$PALANG['pCreate_mailbox_name_text'] = 'Teljes név';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Túl magas quota értéket adtál meg!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktív';
$PALANG['pCreate_mailbox_mail'] = 'Postafiók létrehozása';
$PALANG['pCreate_mailbox_button'] = 'Postafiók létrehozása';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Nemsikerült a postafiókot felvenni a mailbox adatbázis táblába!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'A postafiókot sikeresen felvettük a mailbox adatbázis táblába!';
$PALANG['pEdit_mailbox_welcome'] = 'Postafiók szerkesztése az adott domainhez.';
$PALANG['pEdit_mailbox_username'] = 'Felhasználónév';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Nem sikerült megtalálni a postafiókot!</div>';
$PALANG['pEdit_mailbox_password'] = 'Új jelszó';
$PALANG['pEdit_mailbox_password2'] = 'Új jelszó (mégegyszer)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">A beírt jelszavak nem egyeznek!</div>';
$PALANG['pEdit_mailbox_name'] = 'Név';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">A megadott quota érték túl magas!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Ehhez a domainhez nincs jogosultságod: ';
$PALANG['pEdit_mailbox_button'] = 'Postafiók szerkesztése';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Nemsikerült megváltoztatni a jelszót!</div>';
$PALANG['pPassword_welcome'] = 'Bejelentkezési jelszó megváltoztatása';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">A LOGIN amit megadtál egyetlen postafiókkal sem egyezik!</div>';
$PALANG['pPassword_password_current'] = 'Régi jelszó';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Nem adtad meg a régi jelszavadat!</div>';
$PALANG['pPassword_password'] = 'Új jelszó';
$PALANG['pPassword_password2'] = 'Új jelszó (mégegyszer)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">A jelszavak amiket megadtál nem egyeznek!<br />Vagy üresek!</div>';
$PALANG['pPassword_button'] = 'Jelszó megváltoztatása';
$PALANG['pPassword_result_error'] = '<div class="standout">Nemsikerült megváltoztatni a jelszavad!</div>';
$PALANG['pPassword_result_succes'] = 'A jelszavad megváltozott!';
$PALANG['pViewlog_welcome'] = 'Az utolsó 10 esemény megtekintése: ';
$PALANG['pViewlog_timestamp'] = 'Idõbélyeg';
$PALANG['pViewlog_username'] = 'Admin';
$PALANG['pViewlog_domain'] = 'Domain';
$PALANG['pViewlog_action'] = 'Akció';
$PALANG['pViewlog_data'] = 'Adat';
$PALANG['pViewlog_button'] = 'Gyerünk';
$PALANG['pViewlog_result_error'] = '<div class="standout">Nemsikerült megtalálni a napló fájlokat!</div>';
$PALANG['pSendmail_welcome'] = 'Email küldése.';
$PALANG['pSendmail_admin'] = 'Feladó';
$PALANG['pSendmail_to'] = 'Címzett';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Ez egy üres, vagy nem megfelelõ email cím!</div>';
$PALANG['pSendmail_subject'] = 'Tárgy';
$PALANG['pSendmail_subject_text'] = 'Postafiókja sikeresen elkészült!';
$PALANG['pSendmail_body'] = 'Üzenet';
$PALANG['pSendmail_body_text'] = <<<EOM
Üdvözlöm, postafiókja sikeresen elkészült!
EOM;
$PALANG['pSendmail_button'] = 'Üzenet küldése';
$PALANG['pSendmail_result_error'] = '<div class="standout">Postafiók létrehozása sikertelen!</div>';
$PALANG['pSendmail_result_succes'] = 'A postafiók sikeresen elkészült!';
$PALANG['pVcp_welcome'] = 'A postafiók jelszó megváltoztatása';
$PALANG['pVcp_username'] = 'Email';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Az EMAIL amit megadtál nem egyezik egy postafiókkal sem!</div>';
$PALANG['pVcp_password_current'] = 'Régi jelszó';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Nem adtad meg a régi jelszavad!</div>';
$PALANG['pVcp_password'] = 'Új jelszó';
$PALANG['pVcp_password2'] = 'Új jelszó (mégegyszer)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">A jelszavak nem egyeznek!<br />Vagy üresek!</div>';
$PALANG['pVcp_button'] = 'Jelszó megváltoztatása';
$PALANG['pVcp_result_error'] = '<div class="standout">Nemsikerült megváltoztatni a jelszavadat!</div>';
$PALANG['pVcp_result_succes'] = 'A jelszavad sikeresen megváltozott!';
$PALANG['pAdminMenu_list_admin'] = 'Admin Lista';
$PALANG['pAdminMenu_list_domain'] = 'Domain Lista';
$PALANG['pAdminMenu_list_virtual'] = 'Postafiók Lista';
$PALANG['pAdminMenu_viewlog'] = 'Napló';
$PALANG['pAdminMenu_backup'] = 'Adatbázis mentés';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domain Adminok';
$PALANG['pAdminMenu_create_admin'] = 'Új Admin';
$PALANG['pAdminMenu_create_domain'] = 'Új Domain';
$PALANG['pAdminMenu_create_alias'] = 'Új Alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Új Postafiók';
$PALANG['pAdminList_admin_domain'] = 'Domain';
$PALANG['pAdminList_admin_username'] = 'Admin';
$PALANG['pAdminList_admin_count'] = 'Domain-ek';
$PALANG['pAdminList_admin_modified'] = 'Utolsó módosítás';
$PALANG['pAdminList_admin_active'] = 'Aktív';
$PALANG['pAdminList_domain_domain'] = 'Domain';
$PALANG['pAdminList_domain_description'] = 'Leírás';
$PALANG['pAdminList_domain_aliases'] = 'Alias-ok';
$PALANG['pAdminList_domain_mailboxes'] = 'Postafiókok';
$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Utolsó módosítás';
$PALANG['pAdminList_domain_active'] = 'Aktív';
$PALANG['pAdminList_virtual_button'] = 'Tovább';
$PALANG['pAdminList_virtual_welcome'] = 'Áttekintés: ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Alias-ok';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Postafiókok';
$PALANG['pAdminList_virtual_alias_address'] = 'Honnan';
$PALANG['pAdminList_virtual_alias_goto'] = 'Hova';
$PALANG['pAdminList_virtual_alias_modified'] = 'Utolsó módosítás';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Név';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Utolsó módosítás';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktív';
$PALANG['pAdminCreate_domain_welcome'] = 'Új domain felvétele';
$PALANG['pAdminCreate_domain_domain'] = 'Domain';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">A domain már létezik!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Leírás';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias-ok';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = kikapcsol | -1 = végtelen';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postafiókok';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = kikapcsol | -1 = végtelen';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = kikapcsol | -1 = végtelen';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Alapértelmezett alias-ok hozzáadása';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Domain felvétele';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">A domain felvétele sikertelen!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'A domain-t felvettük az adatbázisba!';
$PALANG['pAdminEdit_domain_welcome'] = 'Domain szerkesztése';
$PALANG['pAdminEdit_domain_domain'] = 'Domain';
$PALANG['pAdminEdit_domain_description'] = 'Leírás';
$PALANG['pAdminEdit_domain_aliases'] = 'Alias-ok';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = kikapcsol | -1 = végtelen';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Postafiókok';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = kikapcsol | -1 = végtelen';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = kikapcsol | -1 = végtelen';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktív';
$PALANG['pAdminEdit_domain_button'] = 'Domain szerkesztése';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">A domain módosítása sikertelen!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Új domain admin felvétele';
$PALANG['pAdminCreate_admin_username'] = 'Admin';
$PALANG['pAdminCreate_admin_username_text'] = 'Email cím';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Email cím<br /><div class="standout">Az Admin nem valós email cím!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email cím<br /><div class="standout">Az Admin már létezik, vagy nem valós a cím!</div>';
$PALANG['pAdminCreate_admin_password'] = 'Jelszó';
$PALANG['pAdminCreate_admin_password2'] = 'Jelszó (mégegyszer)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">A beírt jelszavak nem egyeznek!<br />Vagy üresek!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Admin felvétele';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Nemsikerült az Admint felvenni!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Az Admin sikeresen bekerült az adatbázisba!';
$PALANG['pAdminCreate_admin_address'] = 'Domain';
$PALANG['pAdminEdit_admin_welcome'] = 'Domain admin szerkesztése';
$PALANG['pAdminEdit_admin_username'] = 'Admin';
$PALANG['pAdminEdit_admin_password'] = 'Jelszó';
$PALANG['pAdminEdit_admin_password2'] = 'Jelszó (mégegyszer)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">A beírt jelszavak nem egyeznek!<br />Vagy üresek!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktív';
$PALANG['pAdminEdit_admin_button'] = 'Admin szerkesztése';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Nemsikerült módosítani az admint!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Az Admin módosítása megtörtént!';
$PALANG['pUsersLogin_welcome'] = 'A felhasználók ezen a felületen tudnak bejelentkezni a levelezõ rendszerbe a saját<br>felhasználó nevükkel (azaz email címükkel) és itt tudják megváltoztatni az aliasokat, stb..';
$PALANG['pUsersLogin_username'] = 'Login (email)';
$PALANG['pUsersLogin_password'] = 'Jelszó';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Nem megfelelõ a Login (email) cím! Kérlek pontosítsd!';
$PALANG['pUsersLogin_password_incorrect'] = 'Nem megfelelõ a jelszavad!';
$PALANG['pUsersMenu_vacation'] = 'Automatikus Válasz';
$PALANG['pUsersMenu_edit_alias'] = 'Átirányítás beállítása';
$PALANG['pUsersMenu_password'] = 'Jelszó megváltoztatása';
$PALANG['pUsersMain_welcome'] = 'Postafiók beállítások megváltoztatása';
$PALANG['pUsersMain_vacation'] = 'Itt lehet beállítani az automatikus válasz levél szövegét, ha az ember távol van.';
$PALANG['pUsersMain_edit_alias'] = 'Email átirányítás beállítása.';
$PALANG['pUsersMain_password'] = 'Jelenlegi jelszó megváltoztatása.';
$PALANG['pUsersVacation_welcome'] = 'Automatikus válasz.';
$PALANG['pUsersVacation_welcome_text'] = 'Már van be állítva automatikus válasz !';
$PALANG['pUsersVacation_subject'] = 'Tárgy';
$PALANG['pUsersVacation_subject_text'] = 'Sajnálom, de jelenleg nem vagyok email közelben!';
$PALANG['pUsersVacation_body'] = 'Üzenet';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Üdvözlöm. Sajnálom de jelenleg nem vagyok email közelben.
Ettõl - Eddig.
Ez egy automatikus üzenet.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Automatikus válaszadás bekapcsolása';
$PALANG['pUsersVacation_button_back'] = 'Automatikus válaszadás kikapcsolása';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Nem sikerült megváltoztatni az automatikus válasz konfigurációdat!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Az automatikus válaszadás sikeresen kikapcsolva!';
?>

@ -0,0 +1,17 @@
<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header ("Location: ../login.php");
exit;
?>

@ -0,0 +1,285 @@
<?php
//
// Language file Icelandic
//
$PALANG['YES'] = 'JÁ';
$PALANG['NO'] = 'NEI';
$PALANG['edit'] = 'skrifa í';
$PALANG['del'] = 'eyða';
$PALANG['confirm'] = 'Ertu viss um að þú viljir eyða þessu?';
$PALANG['confirm_domain'] = 'Ertu viss um að þú viljir eyða öllu sem tengist þessu léni? Það er ekki hægt að bakka með aðgerðina!';
$PALANG['pLogin_welcome'] = 'Póst kerfisstjóri tengist hér til að viðhalda póstkerfi lénsins þins.';
$PALANG['pLogin_username'] = 'Auðkenni(email)';
$PALANG['pLogin_password'] = 'Lykilorð';
$PALANG['pLogin_button'] = 'Tengjast';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Auðkenni þitt er rangt, ath hvort þú hafir slegið það rangt inn og prófaðu aftur, ath notaðu fullt email til að tengjas!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Lykilorðið var rangt!</div>';
$PALANG['pLogin_login_users'] = 'Notendur smellið hér til að opna almennt notendaviðmót.';
$PALANG['pMenu_overview'] = 'Yfirlit';
$PALANG['pMenu_create_alias'] = 'Bæta við alias';
$PALANG['pMenu_create_mailbox'] = 'Bæta við pósthólf';
$PALANG['pMenu_sendmail'] = 'Senda Email';
$PALANG['pMenu_password'] = 'Lykilorð';
$PALANG['pMenu_viewlog'] = 'Skoða Log';
$PALANG['pMenu_logout'] = 'Aftengjast';
$PALANG['pMain_welcome'] = 'Velkomin í Postfix Kerfistólin!';
$PALANG['pMain_overview'] = 'Lista út aliasa og póstföng. Þú getur breytt / eytt og lagað hérna.';
$PALANG['pMain_create_alias'] = 'Stofna nýjan alias fyrir lénið þitt.';
$PALANG['pMain_create_mailbox'] = 'Stofna nýtt póstfang fyrir lénið þitt.';
$PALANG['pMain_sendmail'] = 'Senda tölvupóst til eins af nýju pósthólfin.';
$PALANG['pMain_password'] = 'Breyta lykilorðinu fyrir kerfisstjóra aðganginn.';
$PALANG['pMain_viewlog'] = 'Skoða log skrárnar.';
$PALANG['pMain_logout'] = 'Aftengjast frá kerfinu';
$PALANG['pOverview_button'] = 'Áfram';
$PALANG['pOverview_welcome'] = 'Yfirlit fyrir ';
$PALANG['pOverview_alias_alias_count'] = 'Aliasar';
$PALANG['pOverview_alias_mailbox_count'] = 'Pósthólf';
$PALANG['pOverview_alias_address'] = 'Póstur fyrir';
$PALANG['pOverview_alias_goto'] = 'Áframsendist til';
$PALANG['pOverview_alias_modified'] = 'Síðast breytt';
$PALANG['pOverview_mailbox_username'] = 'Póstfang';
$PALANG['pOverview_mailbox_name'] = 'Nafn notanda';
$PALANG['pOverview_mailbox_quota'] = 'Heimild kvóta (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Síðast breytt';
$PALANG['pOverview_mailbox_active'] = 'Virkur';
$PALANG['pOverview_get_domain'] = 'Lén';
$PALANG['pOverview_get_aliases'] = 'Aliasar';
$PALANG['pOverview_get_mailboxes'] = 'Pósthólf';
$PALANG['pOverview_get_quota'] = 'Pósthólfs kvóti (MB)';
$PALANG['pOverview_get_modified'] = 'Síðast breytt';
$PALANG['pDelete_delete_error'] = '<div class="standout">Get ekki eytt færslunni ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Þetta er ekki þitt lén ';
$PALANG['pCreate_alias_welcome'] = 'Útbúa nýjan alias fyrir þitt lén.'; $PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Aliasinn er ekki í lagi!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Þetta pósthólf er nú þegar til, veldu annað!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Þú hefur stofnað þann fjölda pósthólfa sem þú hefur heimild til!</div>';
$PALANG['pCreate_alias_goto'] = 'Til';
$PALANG['pCreate_alias_button'] = 'Bæta við alias';
$PALANG['pCreate_alias_goto_text'] = 'Þangað sem pósturinn á að sendast.';
$PALANG['pCreate_alias_goto_text_error'] = 'Þangað sem pósturinn þarf að sendast.<br /><div class="standout">Til línan er ekki gild!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Get ekki bætt við alias í alias töflu!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Nýr alias hefur verið bætt við alias töfluna!';
$PALANG['pCreate_alias_catchall_text'] = 'Til að útbúa alias fyrir öll netföng í léninu, þá geturðu útbúið "*" alias.<br />Til að áframsenda með alias á annað lén eða pósthólf, notaðu "*@domain.tld í til.';
$PALANG['pEdit_alias_welcome'] = 'Breyta alias í léninu.<br />Ein færsla í einu.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Get ekki fundið aliasinn!</div>';
$PALANG['pEdit_alias_goto'] = 'To';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">þú gafst ekki upp neitt í Til</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Pósthólfið sem þú reynir að nota er ekki til: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Þú átt ekki þetta lén: ';
$PALANG['pEdit_alias_button'] = 'Breyta Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Get ekki breytt alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Create a new local mailbox for your domain.';
$PALANG['pCreate_mailbox_username'] = 'notandanafn';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Netfangið er ekki til!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Þetta pósthólf er til núþegar, veldu þér annað!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Þú hefur stofnað þau póstholf sem þú hefur heimild til!</div>';
$PALANG['pCreate_mailbox_password'] = 'Lykilorð';
$PALANG['pCreate_mailbox_password2'] = 'Lykilorð (aftur)';
$PALANG['pCreate_mailbox_password_text'] = 'Lykilorð til að opna POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Lykilorð fyrir POP3/IMAP<br /><div class="standout">Lykilorðin sem þú skrifaðir inn passa ekki saman!<br />Eða þú gafst ekkert lykilorð upp!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nafn';
$PALANG['pCreate_mailbox_name_text'] = 'Fullt nafn';
$PALANG['pCreate_mailbox_quota'] = 'kvóti';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Kvótinn sem þú skilgreindir er meiri en heimild þín gefur!</div>';
$PALANG['pCreate_mailbox_active'] = 'Virkur';
$PALANG['pCreate_mailbox_mail'] = 'Stofna pósthólf';
$PALANG['pCreate_mailbox_button'] = 'bæta við pósthólfi';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Get ekki bætt við pósthólfi í mailbox töfluna!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Pósthólfinu hefur verið bætt við mailbox töfluna!';
$PALANG['pEdit_mailbox_welcome'] = 'Breyta pósthólfi i léninu þínu.';
$PALANG['pEdit_mailbox_username'] = 'Auðkenni';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Finn ekki pósthólfið!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nýtt lykilorð';
$PALANG['pEdit_mailbox_password2'] = 'Nýja lykilorðið aftur';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Lykilorðið sem þú skrifaðir inn passar ekki saman!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nafn';
$PALANG['pEdit_mailbox_quota'] = 'kvóti';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Kvótinn sem þú skilgreindir er of hár fyrir heimildina þína!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Þetta lén er ekki á þínum vegum: ';
$PALANG['pEdit_mailbox_button'] = 'Breyta pósthólfi';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Get ekki breytt lykilorðinu!</div>';
$PALANG['pPassword_welcome'] = 'Breyta auðkenninu þínu til að tengjast.';
$PALANG['pPassword_admin'] = 'Tengjast';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Auðkennið sem þú gafst upp, passar ekki við pósthólfið!</div>';
$PALANG['pPassword_password_current'] = 'gamla lykilorðið';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Þú gafst ekki upp núverandi lykilorð þitt!</div>';
$PALANG['pPassword_password'] = 'Nýtt lykilorð';
$PALANG['pPassword_password2'] = 'Nýtt lykilorð (aftur)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Lykilorðin sem þú gafst upp passa ekki saman!<br />Eða þú gefur upp tómt lykilorð!</div>';
$PALANG['pPassword_button'] = 'Breyta lykilorði';
$PALANG['pPassword_result_error'] = '<div class="standout">Get ekki breytt lykilorði!</div>';
$PALANG['pPassword_result_succes'] = 'Lykilorðinu hefur verið breytt!';
$PALANG['pViewlog_welcome'] = 'Skoða síðustu 10 aðgerðir fyrir ';
$PALANG['pViewlog_timestamp'] = 'Tími';
$PALANG['pViewlog_username'] = 'kerfisstjóri';
$PALANG['pViewlog_domain'] = 'lén';
$PALANG['pViewlog_action'] = 'aðgerð';
$PALANG['pViewlog_data'] = 'gögn';
$PALANG['pViewlog_button'] = 'Áfram';
$PALANG['pViewlog_result_error'] = '<div class="standout">Get ekki fundið log skráningu!</div>';
$PALANG['pSendmail_welcome'] = 'sendu tölvupóst.';
$PALANG['pSendmail_admin'] = 'frá';
$PALANG['pSendmail_to'] = 'til';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">til er tómt eða ekki uppgefið gilt netfang!</div>';
$PALANG['pSendmail_subject'] = 'Efni bréfs';
$PALANG['pSendmail_subject_text'] = 'Velkomin';
$PALANG['pSendmail_body'] = 'Meginmál';
$PALANG['pSendmail_body_text'] = <<<EOM
Hæ,
Velkomin í samband við nýja pósthólfið þitt.
EOM;
$PALANG['pSendmail_button'] = 'Senda skilaboð';
$PALANG['pSendmail_result_error'] = '<div class="standout">Get ekki búið til nýtt pósthólf!</div>';
$PALANG['pSendmail_result_succes'] = 'Pósthólfið hefur verið stofnað!';
$PALANG['pVcp_welcome'] = 'Breyta lykilorði fyrir pósthólfið þitt.';
$PALANG['pVcp_username'] = 'Tölvupóstur';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Tölvupósturinn sem þú settir fram passar ekki við pósthólfið!</div>';
$PALANG['pVcp_password_current'] = 'Núverandi lykilorð';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Þú gafst ekki upp rétt lykilorð!</div>';
$PALANG['pVcp_password'] = 'Nýtt lykilorð';
$PALANG['pVcp_password2'] = 'Nýtt lykilorð (aftur)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Lykilorðið sem þú gafst upp passar ekki<br />eða það er tómt!</div>';
$PALANG['pVcp_button'] = 'Breyta lykilorði';
$PALANG['pVcp_result_error'] = '<div class="standout">Get ekki breytt lykilorði!</div>';
$PALANG['pVcp_result_succes'] = 'Lykilorðið hefur verið breytt!';
$PALANG['pAdminMenu_list_admin'] = 'Kerfisstjóralisti';
$PALANG['pAdminMenu_list_domain'] = 'Lénalisti';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual Listi';
$PALANG['pAdminMenu_viewlog'] = 'Skoða Log';
$PALANG['pAdminMenu_backup'] = 'Afritun';
$PALANG['pAdminMenu_create_domain_admins'] = 'Lén kerfisstjórar';
$PALANG['pAdminMenu_create_admin'] = 'Nýr kerfisstjóri';
$PALANG['pAdminMenu_create_domain'] = 'Nýtt lén';
$PALANG['pAdminMenu_create_alias'] = 'Bæta við alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Bæta við pósthólfi';
$PALANG['pAdminList_admin_domain'] = 'Lén';
$PALANG['pAdminList_admin_username'] = 'Notandi';
$PALANG['pAdminList_admin_count'] = 'Lén';
$PALANG['pAdminList_admin_modified'] = 'Síðast breytt';
$PALANG['pAdminList_admin_active'] = 'Virkt';
$PALANG['pAdminList_domain_domain'] = 'Lén';
$PALANG['pAdminList_domain_description'] = 'Lýsing';
$PALANG['pAdminList_domain_aliases'] = 'Aliasar';
$PALANG['pAdminList_domain_mailboxes'] = 'Póstbox';
$PALANG['pAdminList_domain_maxquota'] = 'Hám. kvóti (MB)';
$PALANG['pAdminList_domain_modified'] = 'Síðast breytt';
$PALANG['pAdminList_domain_active'] = 'Virkt';
$PALANG['pAdminList_virtual_button'] = 'Áfram';
$PALANG['pAdminList_virtual_welcome'] = 'Yfirlit fyrir ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliasar';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Póstbox';
$PALANG['pAdminList_virtual_alias_address'] = 'Frá';
$PALANG['pAdminList_virtual_alias_goto'] = 'Til';
$PALANG['pAdminList_virtual_alias_modified'] = 'Síðast breytt';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nafn';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Kvóti (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Síðast breytt';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Virkt';
$PALANG['pAdminCreate_domain_welcome'] = 'Bæta við léni';
$PALANG['pAdminCreate_domain_domain'] = 'Lén';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Lénið er til nú þegar!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Lýsing';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliasar';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = óvirkt | -1 = ótakmarkað';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Póstbox';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = óvirkt | -1 = ótakmarkað';
$PALANG['pAdminCreate_domain_maxquota'] = 'Hámarks kvóti';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = óvirkt | -1 = ótakmarkað';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Setja sjálfgefinn póstalias';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Bæta við léni';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Get ekki bætt við léni!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Lén hefur verið bætt inn!';
$PALANG['pAdminEdit_domain_welcome'] = 'Breyta léni';
$PALANG['pAdminEdit_domain_domain'] = 'Lén';
$PALANG['pAdminEdit_domain_description'] = 'Lýsing';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliasar';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = óvirkt | -1 = ótakmarkað';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Póstbox';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = óvirkt | -1 = ótakmarkað';
$PALANG['pAdminEdit_domain_maxquota'] = 'Hámarks kvóti';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = óvirkt | -1 = ótakmarkað';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Virkt';
$PALANG['pAdminEdit_domain_button'] = 'Breyta léni';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Get ekki breytt léni!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Bæta nýju léni við';
$PALANG['pAdminCreate_admin_username'] = 'Kerfisstjóri';
$PALANG['pAdminCreate_admin_username_text'] = 'Póstfang';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Póstfang<br /><div class="standout">Kerfisstjóri er ekki rétt póstfang!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Póstfang<br /><div class="standout">Kerfisstjóri er til nú þegar eða er ekki leyfilegt</div>';
$PALANG['pAdminCreate_admin_password'] = 'Lykilorð';
$PALANG['pAdminCreate_admin_password2'] = 'Lykilorð (aftur)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Lykilorðið sem þú gafst upp passar ekki!<br />Eða var tómt!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Bæta við kerfisstjóra';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Get ekki bætt við kerfisstjóra!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Kerfisstjórinn hefur verið skráður!';
$PALANG['pAdminCreate_admin_address'] = 'Lén';
$PALANG['pAdminEdit_admin_welcome'] = 'Breyta kerfisstjóra léns';
$PALANG['pAdminEdit_admin_username'] = 'Kerfisstjóri';
$PALANG['pAdminEdit_admin_password'] = 'Lykilorð';
$PALANG['pAdminEdit_admin_password2'] = 'Lykilorð (aftur)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Lykilorðið sem þú gafst upp passar ekki!<br />Eða var tómt!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Virkt';
$PALANG['pAdminEdit_admin_button'] = 'Breyta kerfisstjóra';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Get ekki breytt kerfisstjóra!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Kerfisstjórinn hefur verið breyttur!';
$PALANG['pUsersLogin_welcome'] = 'Pósthólf notenda til að tengjast svo hægt er að breyta lykilorði eða alias.';
$PALANG['pUsersLogin_username'] = 'Innskrá (email)';
$PALANG['pUsersLogin_password'] = 'Lykilorð';
$PALANG['pUsersLogin_button'] = 'Innskrá';
$PALANG['pUsersLogin_username_incorrect'] = 'Innskráning þín er röng, gaktu úr skugga um að þú tengist með réttu póstfangi (email address)!';
$PALANG['pUsersLogin_password_incorrect'] = 'Lykilorð þitt er rangt!';
$PALANG['pUsersMenu_vacation'] = 'Sjálfvirk svörun';
$PALANG['pUsersMenu_edit_alias'] = 'Breyta áframsendingu';
$PALANG['pUsersMenu_password'] = 'Breyta lykilorði';
$PALANG['pUsersMain_welcome'] = 'Breyta uppsetningu pósthólfs!';
$PALANG['pUsersMain_vacation'] = 'Setja "er ekki við" skilaboð sem sjálfvikt svörun í pósthólfið þitt.';
$PALANG['pUsersMain_edit_alias'] = 'Breyta áframsendingu póstfangs. (email forward).';
$PALANG['pUsersMain_password'] = 'Breyta núverandi lykilorði.';
$PALANG['pUsersVacation_welcome'] = 'sjálfvirk skilaboð.';
$PALANG['pUsersVacation_welcome_text'] = 'Þú hefur nú þegar skilgreint sjálfvirk skilaboð!';
$PALANG['pUsersVacation_subject'] = 'Meginmál - Subject';
$PALANG['pUsersVacation_subject_text'] = 'Er ekki við - Out of Office';
$PALANG['pUsersVacation_body'] = 'Meginmál';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Ég er ekki við frá <date> og til <date>. I will be away from <date> until <date>.
Ef mikið liggur við, geturðu haft samaband við <contact person>. For urgent matters you can contact <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Verð í burtu';
$PALANG['pUsersVacation_button_back'] = 'Kem aftur';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Get ekki uppfært sjálfvirk skilaboð þín!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Sjálfvirk skilaboð þín (svar) hefur verið fjarlægt!';
?>

@ -0,0 +1,287 @@
<?php
//
// Language file Italian
// 2004 - Massimiliano Stucchi <max@gufi.org>
//
$PALANG['YES'] = 'SI';
$PALANG['NO'] = 'NO';
$PALANG['edit'] = 'modifica';
$PALANG['del'] = 'cancella';
$PALANG['confirm'] = 'Sei sicuro di volerlo cancellare?';
$PALANG['confirm_domain'] = 'Sei sicuro di voler cancellare tutti gli indirizzi di questo dominio? Questa modifica sar&agrave; permanente!';
$PALANG['pLogin_welcome'] = 'GLi amministratori di posta devono effettuare il login qui per amministrare il proprio dominio.';
$PALANG['pLogin_username'] = 'Nome utente (email)';
$PALANG['pLogin_password'] = 'Password';
$PALANG['pLogin_button'] = 'Entra';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Il tuo nome utente non &egrave; corretto. Assicurati di avere inserito il tuo indirizzo email corretto!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">La tua password non &egrave; corretta!</div>';
$PALANG['pLogin_login_users'] = 'GLi utenti devono cliccare qui per entrare nella propria sezione.';
$PALANG['pMenu_overview'] = 'Resoconto';
$PALANG['pMenu_create_alias'] = 'Aggiungi Alias';
$PALANG['pMenu_create_mailbox'] = 'Aggiungi casella di posta';
$PALANG['pMenu_sendmail'] = 'Spedisci Email';
$PALANG['pMenu_password'] = 'Password';
$PALANG['pMenu_viewlog'] = 'Vedi Log';
$PALANG['pMenu_logout'] = 'Esci';
$PALANG['pMain_welcome'] = 'Benvenuti a Postfix Admin!';
$PALANG['pMain_overview'] = 'Elenco dei tuoi alias e delle caselle di posta. Puoi modificarli / aggiungerli da qui.';
$PALANG['pMain_create_alias'] = 'Crea nuovi alias per il tuo dominio.';
$PALANG['pMain_create_mailbox'] = 'Crea una nuova casella di posta per il tuo dominio.';
$PALANG['pMain_sendmail'] = 'Spedisci una email ad una delle nuove casella di posta che hai creato.';
$PALANG['pMain_password'] = 'Cambia la password per il tuo account di amministratore.';
$PALANG['pMain_viewlog'] = 'Guarda i files di log.';
$PALANG['pMain_logout'] = 'Esci dal sistema';
$PALANG['pOverview_button'] = 'Vai';
$PALANG['pOverview_welcome'] = 'Resoconto per ';
$PALANG['pOverview_alias_alias_count'] = 'Alias';
$PALANG['pOverview_alias_mailbox_count'] = 'Caselle di posta';
$PALANG['pOverview_alias_address'] = 'Da';
$PALANG['pOverview_alias_goto'] = 'a';
$PALANG['pOverview_alias_modified'] = 'Ultima modifica';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Nome';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Ultima modifica';
$PALANG['pOverview_mailbox_active'] = 'Attivo';
$PALANG['pOverview_get_domain'] = 'Dominio';
$PALANG['pOverview_get_aliases'] = 'Alias';
$PALANG['pOverview_get_mailboxes'] = 'Caselle di posta';
$PALANG['pOverview_get_quota'] = 'Quota delle caselle di posta (MB)';
$PALANG['pOverview_get_modified'] = 'Ultima modifica';
$PALANG['pDelete_delete_error'] = '<div class="standout">Impossibile cancellare ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Questo dominio non &egrave; tuo ';
$PALANG['pCreate_alias_welcome'] = 'Crea un nuovo alias per il tuo dominio.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">L\' Alias non &egrave; valido!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Questo indirizzo di post esiste gi&agrave;, perfavore sceglierne uno diverso!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Hai raggiunto il tuo limite per creare alias.!</div>';
$PALANG['pCreate_alias_goto'] = 'A';
$PALANG['pCreate_alias_button'] = 'Aggiungi Alias';
$PALANG['pCreate_alias_goto_text'] = 'Dove la mail deve essere spedita.';
$PALANG['pCreate_alias_goto_text_error'] = 'Dove l\'email deve andare.<br /><div class="standout">Il campo A non &egrave; valido!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Non sono riuscito ad aggiungere l\'alias alla tabella degli alias!</div>';
$PALANG['pCreate_alias_result_succes'] = 'L\'alias &egrave; stato aggiunto alla tabella degli alias!';
$PALANG['pCreate_alias_catchall_text'] = 'Per creare un account universale, usare "*" come alias.<br />Per fare forwarding da dominio a dominio, usare "*@domain.tld" come campo \"a\".';
$PALANG['pEdit_alias_welcome'] = 'Modifica un alias per il tuo dominio.<br />Un indirizzo per linea.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Impossibile allocare alias!</div>';
$PALANG['pEdit_alias_goto'] = 'A';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Non hai inserito nulla nel campo To</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">L\'indirizzo email che hai inserito non &egrave; valido : ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Questo dominio non &egrave; tuo: ';
$PALANG['pEdit_alias_button'] = 'Modifica Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Impossibile modificare alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Crea una nuova casella di posta locale per il tuo dominio.';
$PALANG['pCreate_mailbox_username'] = 'Nome utente';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">L\'indirizzo EMAIL non &egrave; valido!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Questo indirizzo email esiste gi&agrave;, perfavore scegline uno diverso!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Hai raggiunto il limite per creare caselle di posta!</div>';
$PALANG['pCreate_mailbox_password'] = 'Password';
$PALANG['pCreate_mailbox_password2'] = 'Password (ripeti)';
$PALANG['pCreate_mailbox_password_text'] = 'Password per POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Password per POP3/IMAP<br /><div class="standout">Le password che hai fornito non sono uguali!<br />O sono vuote!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nome';
$PALANG['pCreate_mailbox_name_text'] = 'Nome completo';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">La quota che hai specificato &egrave; troppo alta!</div>';
$PALANG['pCreate_mailbox_active'] = 'Attiva';
$PALANG['pCreate_mailbox_mail'] = 'Crea casella di posta';
$PALANG['pCreate_mailbox_button'] = 'Aggiungi casella di posta';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Impossibile aggiungere la casella di posta alla tabella delle caselle di posta!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'La casella di posta &egrave; stata aggiunta alla tabella!';
$PALANG['pEdit_mailbox_welcome'] = 'Modifica una casella di posta per il tuo dominio.';
$PALANG['pEdit_mailbox_username'] = 'Nome utente';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Impossibile trovare la casella di posta!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nuova Password';
$PALANG['pEdit_mailbox_password2'] = 'Nuova Password (ripeti)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Le password che hai fornito non sono uguali!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nome';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">La quota che hai specificato &egrave; troppo alta!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Questo dominio non &egrave; tuo: ';
$PALANG['pEdit_mailbox_button'] = 'Modifica casella di posta';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Impossibile cambiare la password!</div>';
$PALANG['pPassword_welcome'] = 'Cambia la tua password per entrare.';
$PALANG['pPassword_admin'] = 'Nome utente';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Il NOME UTENTE che hai fornito non &egrave; associato a nessuna casella di posta!</div>';
$PALANG['pPassword_password_current'] = 'Password Corrente';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Non hai fornito una password corretta!</div>';
$PALANG['pPassword_password'] = 'Nuova Password';
$PALANG['pPassword_password2'] = 'Nuova Password (ripeti)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Le password che hai fornito non sono uguali!<br />O sono vuote!</div>';
$PALANG['pPassword_button'] = 'Cambia Password';
$PALANG['pPassword_result_error'] = '<div class="standout">Impossibile cambiare password!</div>';
$PALANG['pPassword_result_succes'] = 'La tua password &egrave; stata modificata!';
$PALANG['pViewlog_welcome'] = 'Vedi le ultime dieci azioni di ';
$PALANG['pViewlog_timestamp'] = 'Orario';
$PALANG['pViewlog_username'] = 'Amministratore';
$PALANG['pViewlog_domain'] = 'Dominio';
$PALANG['pViewlog_action'] = 'Azione';
$PALANG['pViewlog_data'] = 'Dati';
$PALANG['pViewlog_button'] = 'Vai';
$PALANG['pViewlog_result_error'] = '<div class="standout">Impossibile trovare i file di log!</div>';
$PALANG['pSendmail_welcome'] = 'Spedisci una email.';
$PALANG['pSendmail_admin'] = 'Da';
$PALANG['pSendmail_to'] = 'A';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Il campo \"A\" &egrave; vuoto o non &egrave; un indirizzo valido!</div>';
$PALANG['pSendmail_subject'] = 'Oggetto';
$PALANG['pSendmail_subject_text'] = 'Benvenuto';
$PALANG['pSendmail_body'] = 'Corpo';
$PALANG['pSendmail_body_text'] = <<<EOM
Hi,
Benvenuto al tuo nuovo account.
EOM;
$PALANG['pSendmail_button'] = 'Spedisci messaggio';
$PALANG['pSendmail_result_error'] = '<div class="standout">Impossibile creare la casella di posta!</div>';
$PALANG['pSendmail_result_succes'] = 'La casella di posta&egrave; stata creata!';
$PALANG['pVcp_welcome'] = 'Cambia la password della casella di posta.';
$PALANG['pVcp_username'] = 'Email';
$PALANG['pVcp_username_text_error'] = '<div class="standout">L\'indirizzo EMAIL che hai fornito non coincide con nessuna casella di posta!</div>';
$PALANG['pVcp_password_current'] = 'Password corrente';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Non hai fornito una password corretta!</div>';
$PALANG['pVcp_password'] = 'Nuova Password';
$PALANG['pVcp_password2'] = 'Nuova Password (ripeti)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Le password che hai fornito non sono uguali!<br />O sono vuote!</div>';
$PALANG['pVcp_button'] = 'Cambia Password';
$PALANG['pVcp_result_error'] = '<div class="standout">Impossibile modificare la tua password!</div>';
$PALANG['pVcp_result_succes'] = 'La tua password &egrave; stata modificata!';
$PALANG['pAdminMenu_list_admin'] = 'Lista degli amministratori';
$PALANG['pAdminMenu_list_domain'] = 'Lista dei domini';
$PALANG['pAdminMenu_list_virtual'] = 'Lista virtuale';
$PALANG['pAdminMenu_viewlog'] = 'Vedi Log';
$PALANG['pAdminMenu_backup'] = 'Fai Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Amministratori del dominio';
$PALANG['pAdminMenu_create_admin'] = 'Nuovo Amministratore';
$PALANG['pAdminMenu_create_domain'] = 'Nuovo Dominio';
$PALANG['pAdminMenu_create_alias'] = 'Aggiungi Alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Aggiungi casella di posta';
$PALANG['pAdminList_admin_domain'] = 'Dominio';
$PALANG['pAdminList_admin_username'] = 'Amministratori';
$PALANG['pAdminList_admin_count'] = 'Domini';
$PALANG['pAdminList_admin_modified'] = 'Ultima modifica';
$PALANG['pAdminList_admin_active'] = 'Attivo';
$PALANG['pAdminList_domain_domain'] = 'Dominio';
$PALANG['pAdminList_domain_description'] = 'Descrizione';
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Caselle di posta';
$PALANG['pAdminList_domain_maxquota'] = 'Quota massima (MB)';
$PALANG['pAdminList_domain_modified'] = 'Ultima modifica';
$PALANG['pAdminList_domain_active'] = 'Attivo';
$PALANG['pAdminList_virtual_button'] = 'Vai';
$PALANG['pAdminList_virtual_welcome'] = 'Resoconto per ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Alias';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Caselle di posta';
$PALANG['pAdminList_virtual_alias_address'] = 'Da';
$PALANG['pAdminList_virtual_alias_goto'] = 'A';
$PALANG['pAdminList_virtual_alias_modified'] = 'Ultima modifica';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nome';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Ultima modifica';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Acttivo';
$PALANG['pAdminCreate_domain_welcome'] = 'Aggiungi nuovo dominio';
$PALANG['pAdminCreate_domain_domain'] = 'Dominio';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Il dominio esiste di gi&agrave;!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Descri<ione';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = disabilita | -1 = illimitati';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Caselle di posta';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = disabilita | -1 = illimitate';
$PALANG['pAdminCreate_domain_maxquota'] = 'Quota Massima';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = disabilita | -1 = illimitata';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Aggiungi gli alias di default';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Aggiungi dominio';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Impossibile aggiungere il dominio!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Il dominio &egrave; stato aggiunto!';
$PALANG['pAdminEdit_domain_welcome'] = 'Modifica un domain';
$PALANG['pAdminEdit_domain_domain'] = 'Dominio';
$PALANG['pAdminEdit_domain_description'] = 'Descrizione';
$PALANG['pAdminEdit_domain_aliases'] = 'Alias';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = disabilita | -1 = illimitati';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Caselle di posta';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = disabilita | -1 = illimitate';
$PALANG['pAdminEdit_domain_maxquota'] = 'Quota massima';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = disabilita | -1 = illimitato';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Attivo';
$PALANG['pAdminEdit_domain_button'] = 'Modifica dominio';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Impossibile modificare il dominio!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Aggiungi un nuovo amministratore per il dominio';
$PALANG['pAdminCreate_admin_username'] = 'Amministratore';
$PALANG['pAdminCreate_admin_username_text'] = 'Indirizzo email';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Email address<br /><div class="standout">Admin is not a valid email address!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Indirizzo Email<br /><div class="standout">L\'amministatore esiste di gi&agrave;, oppure non &egrave; valido</div>';
$PALANG['pAdminCreate_admin_password'] = 'Password';
$PALANG['pAdminCreate_admin_password2'] = 'Password (ancora)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Le password che hai fornito non sono uguali!<br />Oppure sono vuote!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Aggiungi amministratore';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Impossibile aggiungere amministratore!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'L\'amministratore &egrave; stato aggiunto!';
$PALANG['pAdminCreate_admin_address'] = 'Dominio';
$PALANG['pAdminEdit_admin_welcome'] = 'Modifica l\'amministratore del dominio';
$PALANG['pAdminEdit_admin_username'] = 'Amministratore';
$PALANG['pAdminEdit_admin_password'] = 'Password';
$PALANG['pAdminEdit_admin_password2'] = 'Password (ancora)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Le password che hai fornito non sono uguali!<br />Oppure sono vuote!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Attivo';
$PALANG['pAdminEdit_admin_button'] = 'Modifica amministratore';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Impossibile modificare amministratore!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'L\'amministratore &egrave; stato modificato!';
$PALANG['pUsersLogin_welcome'] = 'Gli utenti di caselle di posta devono entrare qui per modificare le proprie opzioni.';
$PALANG['pUsersLogin_username'] = 'Nome utente (email)';
$PALANG['pUsersLogin_password'] = 'Password';
$PALANG['pUsersLogin_button'] = 'Entra';
$PALANG['pUsersLogin_username_incorrect'] = 'Il tuo nome utente non &egrave; corretto. Assicurati di avere inserito il tuo indirizzo email!';
$PALANG['pUsersLogin_password_incorrect'] = 'La tua password non &egrave; corretta!';
$PALANG['pUsersMenu_vacation'] = 'Risposta automatica';
$PALANG['pUsersMenu_edit_alias'] = 'Cambia il tuo inoltro';
$PALANG['pUsersMenu_password'] = 'Cambia password';
$PALANG['pUsersMain_welcome'] = 'Cambia i settaggi della tua casella di posta qui!';
$PALANG['pUsersMain_vacation'] = 'Setta un messaggio di "Fuori ufficio" o un risponditore automatico per la tua email';
$PALANG['pUsersMain_edit_alias'] = 'Cambia le impostazioni di inoltro della tua email.';
$PALANG['pUsersMain_password'] = 'Cambia la tua password corrente.';
$PALANG['pUsersVacation_welcome'] = 'Risposta automatica.';
$PALANG['pUsersVacation_welcome_text'] = 'Hai gi$agrave; una risposta automatica configurata';
$PALANG['pUsersVacation_subject'] = 'Soggetto';
$PALANG['pUsersVacation_subject_text'] = 'Fuori dall\'ufficio';
$PALANG['pUsersVacation_body'] = 'Corpo';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Sar&ograve; via dal <data> al <data>.
Per problemi urgenti potete contattare <persona da contattare>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Sto andando via';
$PALANG['pUsersVacation_button_back'] = 'Sto tornando';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Impossibile aggiornare i tuoi dettagli di away!</div>';
$PALANG['pUsersVacation_result_succes'] = 'La tua risposta automatica &egrave; stata tolta!';
?>

@ -0,0 +1,287 @@
<?php
//
// Language file Dutch
//
$PALANG['YES'] = 'Ja';
$PALANG['NO'] = 'Nee';
$PALANG['edit'] = 'bewerk';
$PALANG['del'] = 'verwijder';
$PALANG['confirm'] = 'Weet u het zeker dat u wilt verwijderen?';
$PALANG['confirm_domain'] = 'Weet u zeker dat u ALLE waardes van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!';
$PALANG['pLogin_welcome'] = 'Mail beheerders log hier in om uw domeinen te beheren.';
$PALANG['pLogin_username'] = 'Login (e-mail)';
$PALANG['pLogin_password'] = 'Wachtwoord';
$PALANG['pLogin_button'] = 'Login';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Foutieve login. U dient in te loggen met uw e-mail adres!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Foutief wachtwoord.!</div>';
$PALANG['pLogin_login_users'] = 'Gebruikers klik hier om in te loggen.';
$PALANG['pMenu_overview'] = 'Overzicht';
$PALANG['pMenu_create_alias'] = 'Alias toevoegen';
$PALANG['pMenu_create_mailbox'] = 'Mailbox toevoegen';
$PALANG['pMenu_sendmail'] = 'Verstuur E-mail';
$PALANG['pMenu_password'] = 'Wachtwoord';
$PALANG['pMenu_viewlog'] = 'Laat log zien';
$PALANG['pMenu_logout'] = 'Uitloggen';
$PALANG['pMain_welcome'] = 'Welkom bij Postfix Admin!';
$PALANG['pMain_overview'] = 'Laat uw aliassen en mailboxen zien. U kunt ze vanaf hier bewerken / verwijderen.';
$PALANG['pMain_create_alias'] = 'Maak een nieuwe alias aan voor uw domein.';
$PALANG['pMain_create_mailbox'] = 'Maak een nieuwe mailbox aan voor uw domein.';
$PALANG['pMain_sendmail'] = 'Verstuur een e-mail naar 1 van de nieuwe mailboxen.';
$PALANG['pMain_password'] = 'Wijzig uw wachtwoord.';
$PALANG['pMain_viewlog'] = 'Laat de log files zien';
$PALANG['pMain_logout'] = 'Uitloggen';
$PALANG['pOverview_button'] = 'Ga';
$PALANG['pOverview_welcome'] = 'Overzicht voor ';
$PALANG['pOverview_alias_alias_count'] = 'Aliasen';
$PALANG['pOverview_alias_mailbox_count'] = 'Mailboxes';
$PALANG['pOverview_alias_address'] = 'Van';
$PALANG['pOverview_alias_goto'] = 'Naar';
$PALANG['pOverview_alias_modified'] = 'Laatst Bewerkt';
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Naam';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Laatst Bewerkt';
$PALANG['pOverview_mailbox_active'] = 'Actief';
$PALANG['pOverview_get_domain'] = 'Domein';
$PALANG['pOverview_get_aliases'] = 'Aliassen';
$PALANG['pOverview_get_mailboxes'] = 'Mailboxes';
$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
$PALANG['pOverview_get_modified'] = 'Laatst bewerkt';
$PALANG['pDelete_delete_error'] = '<div class="standout">Mislukt te verwijderen ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Dit is niet uw domein ';
$PALANG['pCreate_alias_welcome'] = 'Maak een nieuw alias aan voor uw domein.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">De ALIAS is niet geldig!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Dit e-mail aders bestaat al, kies aub een andere.</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">U bezit het maximum aantal aliassen.</div>';
$PALANG['pCreate_alias_goto'] = 'Naar';
$PALANG['pCreate_alias_button'] = 'Voeg alias toe';
$PALANG['pCreate_alias_goto_text'] = 'Waar de e-mails naar gestuurd worden.';
$PALANG['pCreate_alias_goto_text_error'] = 'Waar de e-mail naar toe moet.<br /><div class="standout">De NAAR is niet geldig.</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Mislukt om de alias toe te voegen.</div>';
$PALANG['pCreate_alias_result_succes'] = 'De alias is toegevoegd.';
$PALANG['pCreate_alias_catchall_text'] = 'Om een catch-all te gebruiken, dient u een "*" (asteric) in te vullen als alias.<br />Voor domein naar domein forwarding gebruik "*@domein.tld" als naar.';
$PALANG['pEdit_alias_welcome'] = 'Bewerk een alias voor uw domein.<br />Een alias per regel.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Mislukt om alias te vinden!</div>';
$PALANG['pEdit_alias_goto'] = 'Naar';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">U heeft geen Naar opgegeven.</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Het e-mail adres wat u opgaf is niet geldig: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Dit domein is niet van u: ';
$PALANG['pEdit_alias_button'] = 'Bewerk Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Mislukt om de alias te bewerken!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Maak een nieuw lokale mailbox voor uw domein.';
$PALANG['pCreate_mailbox_username'] = 'Gebruikersnaam';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Het e-mail adres is niet geldig.</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Dit e-mail adres is al ingebruik. Kies aub een andere.</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">U bezit het maximum aantal mailboxen.</div>';
$PALANG['pCreate_mailbox_password'] = 'Wachtwoord';
$PALANG['pCreate_mailbox_password2'] = 'Wachtwoord nogmaals';
$PALANG['pCreate_mailbox_password_text'] = 'Wachtwoord voor POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Wachtwoord voor POP3/IMAP<br /><div class="standout">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</div>';
$PALANG['pCreate_mailbox_name'] = 'Naam';
$PALANG['pCreate_mailbox_name_text'] = 'Volledige naam';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">De quota die opgaf is te hoog.</div>';
$PALANG['pCreate_mailbox_active'] = 'Actief';
$PALANG['pCreate_mailbox_mail'] = 'Mailbox toevoegen';
$PALANG['pCreate_mailbox_button'] = 'Mailbox toevoegen';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Mislukt om de mailbox toe te voegen.</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'De mailbox is toegevoegd.';
$PALANG['pEdit_mailbox_welcome'] = 'Bewerk een mailbox voor uw domein.';
$PALANG['pEdit_mailbox_username'] = 'Gebruikersnaam';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Mislukt om mailbox te vinden!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nieuw wachtwoord';
$PALANG['pEdit_mailbox_password2'] = 'Nieuw wachtwoord (nogmaails)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">De wachtwoorden die u opgaf komen niet overeen.</div>';
$PALANG['pEdit_mailbox_name'] = 'Naam';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">De quota die opgaf is te hoog.</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Dit domein is niet van nu: ';
$PALANG['pEdit_mailbox_button'] = 'Bewerk Mailbox';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Mislukt om het wachtwoorden te wijzigen.</div>';
$PALANG['pPassword_welcome'] = 'Bewerk u login wachtwoord.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">De login die u opgaf komt niet overeen met een mailbox.</div>';
$PALANG['pPassword_password_current'] = 'Huidig wachtwoord';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">U heeft uw huidige wachtwoord niet opgegeven.</div>';
$PALANG['pPassword_password'] = 'Nieuw wachtwoord';
$PALANG['pPassword_password2'] = 'Nieuw wachtwoord (nogmaals)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">De wachtwoorden komen niet overeen.<br />Of zijn leeg.</div>';
$PALANG['pPassword_button'] = 'Wijzig wachtwoord';
$PALANG['pPassword_result_error'] = '<div class="standout">Mislukt om uw wachtwoord te veranderen.</div>';
$PALANG['pPassword_result_succes'] = 'Uw wachtwoord is veranderd.';
$PALANG['pViewlog_welcome'] = 'Laat de laaste 10 actie\'s zien van ';
$PALANG['pViewlog_timestamp'] = 'Tijd';
$PALANG['pViewlog_username'] = 'Beheerder';
$PALANG['pViewlog_domain'] = 'Domein';
$PALANG['pViewlog_action'] = 'Actie';
$PALANG['pViewlog_data'] = 'Datum';
$PALANG['pViewlog_button'] = 'Ga';
$PALANG['pViewlog_result_error'] = '<div class="standout">Mislukt om de logs te vinden!</div>';
$PALANG['pSendmail_welcome'] = 'Verstuur een e-mail.';
$PALANG['pSendmail_admin'] = 'Van';
$PALANG['pSendmail_to'] = 'Naar';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Naar is leeg of een ongeldig adres.</div>';
$PALANG['pSendmail_subject'] = 'Onderwerp';
$PALANG['pSendmail_subject_text'] = 'Welkom';
$PALANG['pSendmail_body'] = 'Inhoud';
$PALANG['pSendmail_body_text'] = <<<EOM
Hallo,
Welkom bij uw nieuwe account.
EOM;
$PALANG['pSendmail_button'] = 'Verstuur bericht';
$PALANG['pSendmail_result_error'] = '<div class="standout">Mistlukt om mailbox te maken!</div>';
$PALANG['pSendmail_result_succes'] = 'De mailbox is aangemaakt.';
$PALANG['pVcp_welcome'] = 'Wijzig uw mailbox wachtwoord.';
$PALANG['pVcp_username'] = 'Email';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Het e-mailadres dat u opgaf komt overeen met een mailbox.</div>';
$PALANG['pVcp_password_current'] = 'Huidig wachtwoord';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">You didn\'t supply your current password!</div>';
$PALANG['pVcp_password'] = 'Nieuw wachtwoord';
$PALANG['pVcp_password2'] = 'Nieuw wachtwoord (nogmaals)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</div>';
$PALANG['pVcp_button'] = 'Wijzig wachtwoord';
$PALANG['pVcp_result_error'] = '<div class="standout">Mislukt om u wachtwoord te wijzigen.</div>';
$PALANG['pVcp_result_succes'] = 'Uw wachtwoord is gewijzigt.';
$PALANG['pAdminMenu_list_admin'] = 'Beheerders overzicht';
$PALANG['pAdminMenu_list_domain'] = 'Domein overzicht';
$PALANG['pAdminMenu_list_virtual'] = 'Virtueel overzicht';
$PALANG['pAdminMenu_viewlog'] = 'Laat Log zien';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domein Beheerders';
$PALANG['pAdminMenu_create_admin'] = 'Nieuwe beheerder';
$PALANG['pAdminMenu_create_domain'] = 'Voeg Domein toe';
$PALANG['pAdminMenu_create_alias'] = 'Voeg Alias toe';
$PALANG['pAdminMenu_create_mailbox'] = 'Voeg Mailbox toe';
$PALANG['pAdminList_admin_domain'] = 'Domein';
$PALANG['pAdminList_admin_username'] = 'Beheerder';
$PALANG['pAdminList_admin_count'] = 'Domeinen';
$PALANG['pAdminList_admin_modified'] = 'Laatst bewerkt';
$PALANG['pAdminList_admin_active'] = 'Actief';
$PALANG['pAdminList_domain_domain'] = 'Domein';
$PALANG['pAdminList_domain_description'] = 'Omschrijving';
$PALANG['pAdminList_domain_aliases'] = 'Aliassen';
$PALANG['pAdminList_domain_mailboxes'] = 'Mailboxen';
$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Laatst bewerkt';
$PALANG['pAdminList_domain_active'] = 'Actief';
$PALANG['pAdminList_virtual_button'] = 'Ga';
$PALANG['pAdminList_virtual_welcome'] = 'Overzicht voor ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliassen';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Mailboxen';
$PALANG['pAdminList_virtual_alias_address'] = 'Van';
$PALANG['pAdminList_virtual_alias_goto'] = 'Naar';
$PALANG['pAdminList_virtual_alias_modified'] = 'Laatst bewerkt';
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-mail';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Naam';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Laatst bewerkt';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Actief';
$PALANG['pAdminCreate_domain_welcome'] = 'Voeg een nieuw domein toe';
$PALANG['pAdminCreate_domain_domain'] = 'Domein';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Het domein bestaat al.</div>';
$PALANG['pAdminCreate_domain_description'] = 'Omschrijving';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliassen';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = uit | -1 = onbeperkt';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Mailboxen';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = uit | -1 = onbeperkt';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = uit | -1 = onbeperkt';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Gebruik standaard aliassen';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Voeg Domein toe';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Mislukt om het domein toe te voegen.</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domein is toegevoegd!';
$PALANG['pAdminEdit_domain_welcome'] = 'Bewerk een domein';
$PALANG['pAdminEdit_domain_domain'] = 'Domein';
$PALANG['pAdminEdit_domain_description'] = 'Omschrijving';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliassen';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = uit | -1 = onbeperkt';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Mailboxen';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = uit | -1 = onbeperkt';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = uit | -1 = onbeperkt';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Actief';
$PALANG['pAdminEdit_domain_button'] = 'Bewerk domein';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Mislukt het domein te bewerken.</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Voeg een nieuw domein beheerder toe';
$PALANG['pAdminCreate_admin_username'] = 'Beheerder';
$PALANG['pAdminCreate_admin_username_text'] = 'E-mail adres';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-mail adres<br /><div class="standout">Beheerder is geen geldig e-mail adres!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-mail adres<br /><div class="standout">De beheerder bestaat al of is niet geldig</div>';
$PALANG['pAdminCreate_admin_password'] = 'Wachtwoord';
$PALANG['pAdminCreate_admin_password2'] = 'Wachtwoord (nogmaals)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</div>';
$PALANG['pAdminCreate_admin_button'] = 'Voeg beheerder toe';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Mislukt om beheerder toe te voegen!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Beheerder is toegevoegd.';
$PALANG['pAdminCreate_admin_address'] = 'Domein';
$PALANG['pAdminEdit_admin_welcome'] = 'Bewerk een domein beheerder';
$PALANG['pAdminEdit_admin_username'] = 'Beheerder';
$PALANG['pAdminEdit_admin_password'] = 'Wachtwoord';
$PALANG['pAdminEdit_admin_password2'] = 'Wachtwoord (nogmaals)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</div>';
$PALANG['pAdminEdit_admin_active'] = 'Actief';
$PALANG['pAdminEdit_admin_button'] = 'Bewerk beheerder';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Mislukt om beheerder te bewerken</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Beheerder is bewerkt!';
$PALANG['pUsersLogin_welcome'] = 'Mailbox gebruikers login om uw wachtwoord en aliassen te bewerken.';
$PALANG['pUsersLogin_username'] = 'Login (email)';
$PALANG['pUsersLogin_password'] = 'Wachtwoord';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Uw login is niet correct. U dient in te loggen met uw e-mail adres.';
$PALANG['pUsersLogin_password_incorrect'] = 'Uw wachtwoord is niet correct.';
$PALANG['pUsersMenu_vacation'] = 'Automatisch beantwoorden';
$PALANG['pUsersMenu_edit_alias'] = 'Wijzig uw forward';
$PALANG['pUsersMenu_password'] = 'Wijzig wachtwoord';
$PALANG['pUsersMain_welcome'] = 'Wijzig uw mailbox instellingen.';
$PALANG['pUsersMain_vacation'] = 'Stel een "out of office" bericht of auto-responder voor uw e-mail in.';
$PALANG['pUsersMain_edit_alias'] = 'Wijzig uw e-mail forwarding.';
$PALANG['pUsersMain_password'] = 'Wijzig uw huidige wachtwoord.';
$PALANG['pUsersVacation_welcome'] = 'Automatisch beantwoorden.';
$PALANG['pUsersVacation_welcome_text'] = 'U heeft al een auto beantwoorder ingesteld.';
$PALANG['pUsersVacation_subject'] = 'Onderwerp';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Bericht';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Ik zal afwezig zijn van <date> tot <date>.
Voor belangrijke punten kunt u contact opnemen met <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Afwezig';
$PALANG['pUsersVacation_button_back'] = 'Kom terug';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Mislukt om uw automatisch beantwoorder instellingen te wijzigen.</div>';
$PALANG['pUsersVacation_result_succes'] = 'Uw automatisch beantwoorder is verwijderd.';
?>

@ -0,0 +1,293 @@
<?php
//
// Language file Norwegian - Nynorsk
// Paul Tenfjord
//
$PALANG['YES'] = 'JA';
$PALANG['NO'] = 'NEI';
$PALANG['edit'] = 'redigere';
$PALANG['del'] = 'slette';
$PALANG['confirm'] = 'Vil du slette dette?';
$PALANG['confirm_domain'] = 'Vil du virkeleg slette alle poster og domenet?';
$PALANG['pLogin_welcome'] = 'Postadministrator; Logg inn her for å administrere ditt domene';
$PALANG['pLogin_username'] = 'Brukernamn (e-post adressa)';
$PALANG['pLogin_password'] = 'Passord';
$PALANG['pLogin_button'] = 'Logg inn';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Ditt brukernamn er feil. Logg inn med e-post adressa di som brukernamn!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Passordet er feil!</div>';
$PALANG['pLogin_login_users'] = 'Brukarar trykk her for å gå til brukar-seksjonen.';
$PALANG['pMenu_overview'] = 'Oversikt';
$PALANG['pMenu_create_alias'] = 'Legg til Alias';
$PALANG['pMenu_create_mailbox'] = 'Legg til e-post konto';
$PALANG['pMenu_sendmail'] = 'Send E-Post';
$PALANG['pMenu_password'] = 'Passord';
$PALANG['pMenu_viewlog'] = 'Vis logg';
$PALANG['pMenu_logout'] = 'Logg ut';
$PALANG['pMain_welcome'] = 'Velkomen Til Postfix Admin!';
$PALANG['pMain_overview'] = 'Vis alle alias og epost konti. Her kan du redigere.';
$PALANG['pMain_create_alias'] = 'Opprett nytt alias.';
$PALANG['pMain_create_mailbox'] = 'Opprett ny e-post konto.';
$PALANG['pMain_sendmail'] = 'Send e-post til ein av dei nyoppretta e-post kontoane.';
$PALANG['pMain_password'] = 'Skift passord til din administrator konto.';
$PALANG['pMain_viewlog'] = 'Vis logg.';
$PALANG['pMain_logout'] = 'Logg Ut';
$PALANG['pOverview_button'] = 'Vis';
$PALANG['pOverview_welcome'] = 'Oversikt for ';
$PALANG['pOverview_alias_alias_count'] = 'Alias';
$PALANG['pOverview_alias_mailbox_count'] = 'Epost kontoar';
$PALANG['pOverview_alias_address'] = 'Frå';
$PALANG['pOverview_alias_goto'] = 'Mottakar';
$PALANG['pOverview_alias_modified'] = 'Sist redigert';
$PALANG['pOverview_mailbox_username'] = 'E-post';
$PALANG['pOverview_mailbox_name'] = 'Namn';
$PALANG['pOverview_mailbox_quota'] = 'Kvote (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Sist redigert';
$PALANG['pOverview_mailbox_active'] = 'Aktiv';
$PALANG['pOverview_get_domain'] = 'Domene';
$PALANG['pOverview_get_aliases'] = 'Alias';
$PALANG['pOverview_get_mailboxes'] = 'Epost Kontoar';
$PALANG['pOverview_get_quota'] = 'Epost-Konto Kvote (MB)';
$PALANG['pOverview_get_modified'] = 'Sist redigert';
$PALANG['pDelete_delete_error'] = '<div class="standout">Kan ikkje slette';
$PALANG['pDelete_domain_error'] = '<div class="standout">Dette domene er ikkje ditt';
$PALANG['pCreate_alias_welcome'] = 'Opprett eit nytt alias.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Aliaset er ikkje gyldig!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Denne epost adressen eksisterer allereie, velg eit anna!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Du er over grensa for antall aliaser i ditt domene!</div>';
$PALANG['pCreate_alias_goto'] = 'Mottaker';
$PALANG['pCreate_alias_button'] = 'Legg til Alias';
$PALANG['pCreate_alias_goto_text'] = 'Kor skal mailen vidaresendast.';
$PALANG['pCreate_alias_goto_text_error'] = 'Kor skal mailen vidaresendast.<br /><div class="standout">Mottakar feltet er ikkje gyldig!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Klarte ikkje legge til aliaset!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Aliaset er lagt til i alias-tabellen!';
$PALANG['pCreate_alias_catchall_text'] = 'For å opprette ei "catch-all" bruk "*" som alias.<br />For domene til domene vidaresending bruk "*@domene.tld" som mottakar.';
$PALANG['pEdit_alias_welcome'] = 'Rediger eit alias.<br />Ein mottakar per linje.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Finner ikkje aliaset!</div>';
$PALANG['pEdit_alias_goto'] = 'Mottakar';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Du skreiv ikkje noko i Mottakar feltet</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">E-post adressa er ikkje gyldig: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Dette er ikkje ditt domene: ';
$PALANG['pEdit_alias_button'] = 'Rediger Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Kan ikkje redigere Aliaset!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Opprett ein ny epostkonto.';
$PALANG['pCreate_mailbox_username'] = 'Brukarnamn';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">E-post adressa er ikkje gyldig!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">E-post adressa eksisterer, velg ei anna!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Du er over grensa for antall e-post kontoar!</div>';
$PALANG['pCreate_mailbox_password'] = 'Passord';
$PALANG['pCreate_mailbox_password2'] = 'Passord (igjen)';
$PALANG['pCreate_mailbox_password_text'] = 'Passord for POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Passord for POP3/IMAP<br /><div class="standout">Passorda er ikkje like!<br />Or are empty!</div>';
$PALANG['pCreate_mailbox_name'] = 'Namn';
$PALANG['pCreate_mailbox_name_text'] = 'Fornamn og etternamn';
$PALANG['pCreate_mailbox_quota'] = 'Kvote';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Den ønska kvota er for høg!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktiv';
$PALANG['pCreate_mailbox_mail'] = 'Opprett epostkonto';
$PALANG['pCreate_mailbox_button'] = 'Opprett Alias';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Klarte ikkje legge til epost kontoen!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'E-post kontoen er oppretta!';
$PALANG['pEdit_mailbox_welcome'] = 'Rediger ein epostkonto.';
$PALANG['pEdit_mailbox_username'] = 'Brukarnamn';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Fann ikkje epostkontoen!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nytt passord';
$PALANG['pEdit_mailbox_password2'] = 'Nytt passord (igjen)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Passorda er ikkje like!</div>';
$PALANG['pEdit_mailbox_name'] = 'Namn';
$PALANG['pEdit_mailbox_quota'] = 'Kvote';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Kvota er for høg!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Dette domenet er ikkje ditt: ';
$PALANG['pEdit_mailbox_button'] = ''Rediger Epost konto';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Klarte ikkje skifte passord</div>';
$PALANG['pPassword_welcome'] = 'Endre Passord.';
$PALANG['pPassword_admin'] = 'Brukarnamn';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Brukarnamnet finst ikkje</div>';
$PALANG['pPassword_password_current'] = 'Eksisterande passord';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Oppgi det eksisterande passordet!</div>';
$PALANG['pPassword_password'] = 'Nytt passord';
$PALANG['pPassword_password2'] = 'Nytt passord (igjen)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Passorda er ikkje like!<br />Or are empty!</div>';
$PALANG['pPassword_button'] = 'Endre Passord';
$PALANG['pPassword_result_error'] = '<div class="standout">Klarte ikkje skifte passord!</div>';
$PALANG['pPassword_result_succes'] = 'Passordet ditt er nå endra!';
$PALANG['pViewlog_welcome'] = 'Vis dei 10 siste handlingane ';
$PALANG['pViewlog_timestamp'] = 'Klokkeslett';
$PALANG['pViewlog_username'] = 'Administrator';
$PALANG['pViewlog_domain'] = 'Domene';
$PALANG['pViewlog_action'] = 'Handling';
$PALANG['pViewlog_data'] = 'Data';
$PALANG['pViewlog_button'] = 'Vis';
$PALANG['pViewlog_result_error'] = '<div class="standout">Fann ikkje loggen!</div>';
$PALANG['pSendmail_welcome'] = 'Send Epost.';
$PALANG['pSendmail_admin'] = 'Frå';
$PALANG['pSendmail_to'] = 'Mottakar';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">"Mottakar" feltet er tomt eller er ugyldig!</div>';
$PALANG['pSendmail_subject'] = 'Subjekt';
$PALANG['pSendmail_subject_text'] = 'Velkomen';
$PALANG['pSendmail_body'] = 'Body';
$PALANG['pSendmail_body_text'] = <<<EOM
Hei,
Velkomen til din nye konto.
Logg inn på brukar-menyen for å endre passord og vidaresending.
http://admin.by.com/users/login.php
Mvh Postmaster
Intrahouse AS
EOM;
$PALANG['pSendmail_button'] = 'Send beskjed';
$PALANG['pSendmail_result_error'] = '<div class="standout">Klarte ikkje opprette epost-kontoen!</div>';
$PALANG['pSendmail_result_succes'] = 'Epost kontoen er oppretta!';
$PALANG['pVcp_welcome'] = 'Endre passord.';
$PALANG['pVcp_username'] = 'Epost';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Brukarnamnet eksisterar ikkje!</div>';
$PALANG['pVcp_password_current'] = 'Eksisterande passord';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Feil passord!</div>';
$PALANG['pVcp_password'] = 'Nytt passord';
$PALANG['pVcp_password2'] = 'Nytt passord (igjen)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Passorda er ikkje like!<br />Eller felta er tomme!</div>';
$PALANG['pVcp_button'] = 'Endre passord';
$PALANG['pVcp_result_error'] = '<div class="standout">Klarte ikkje endre passord!</div>';
$PALANG['pVcp_result_succes'] = 'Ditt passord er endra!';
$PALANG['pAdminMenu_list_admin'] = 'Administrator Liste';
$PALANG['pAdminMenu_list_domain'] = 'Domene Liste';
$PALANG['pAdminMenu_list_virtual'] = 'Virtuell Liste';
$PALANG['pAdminMenu_viewlog'] = 'Vis logg';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domene Administratorar';
$PALANG['pAdminMenu_create_admin'] = 'Ny Administrator';
$PALANG['pAdminMenu_create_domain'] = 'Nytt Domene';
$PALANG['pAdminMenu_create_alias'] = 'Legg til Alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Legg til EpostKonto';
$PALANG['pAdminList_admin_domain'] = 'Domene';
$PALANG['pAdminList_admin_username'] = 'Administrator';
$PALANG['pAdminList_admin_count'] = 'Domener';
$PALANG['pAdminList_admin_modified'] = 'Sist redigert';
$PALANG['pAdminList_admin_active'] = 'Aktiv';
$PALANG['pAdminList_domain_domain'] = 'Domene';
$PALANG['pAdminList_domain_description'] = 'Beskrivelse';
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Epost konti';
$PALANG['pAdminList_domain_maxquota'] = 'Maks Kvota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Sist redigert';
$PALANG['pAdminList_domain_active'] = 'Aktive';
$PALANG['pAdminList_virtual_button'] = 'Vis';
$PALANG['pAdminList_virtual_welcome'] = 'Oversikt for ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliases';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Epost konti';
$PALANG['pAdminList_virtual_alias_address'] = 'Frå';
$PALANG['pAdminList_virtual_alias_goto'] = 'Til';
$PALANG['pAdminList_virtual_alias_modified'] = 'Sist redigert';
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-post';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Namn';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Kvote (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Sist redigert';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktiv';
$PALANG['pAdminCreate_domain_welcome'] = 'Legg til eit nytt domene';
$PALANG['pAdminCreate_domain_domain'] = 'Domene';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Domena eksisterar!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Beskrivelse';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = deaktivere | -1 = ubegrensa';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Epost Konti';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = deaktivere | -1 = ubegrensa';
$PALANG['pAdminCreate_domain_maxquota'] = 'Maks Kvote';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = deaktivere | -1 = ubegrensa';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Legg til standard Alias';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Legg til domene';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Klarte ikkje legge til domenet!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domenet er lagt til!';
$PALANG['pAdminEdit_domain_welcome'] = 'Rediger domenet';
$PALANG['pAdminEdit_domain_domain'] = 'Domene';
$PALANG['pAdminEdit_domain_description'] = 'Beskrivelse';
$PALANG['pAdminEdit_domain_aliases'] = 'Alias';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = deaktivere | -1 = ubegrensa';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Epost konti';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = deaktivere | -1 = ubegrensa';
$PALANG['pAdminEdit_domain_maxquota'] = 'Maks kvote';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = deaktivere | -1 = ubegrensa';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktive';
$PALANG['pAdminEdit_domain_button'] = 'Redigere';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Klarte ikkje oppdatere domenet!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Legg til ny domene administrator';
$PALANG['pAdminCreate_admin_username'] = 'Administrator';
$PALANG['pAdminCreate_admin_username_text'] = 'Epost adresse';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Email address<br /><div class="standout">Administrator er ikkje gyldig adresse!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email address<br /><div class="standout">Administratoren eksisterar eller er ikkje gyldig</div>';
$PALANG['pAdminCreate_admin_password'] = 'Passord';
$PALANG['pAdminCreate_admin_password2'] = 'Passord (igjen)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Passorda er ikkje like!<br />Eller felta er tomme!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Legg til ein administrator';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Klarte ikkje legge til administratoren!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Administratoren er lagt til!';
$PALANG['pAdminCreate_admin_address'] = 'Domene';
$PALANG['pAdminEdit_admin_welcome'] = 'Rediger domene administrator';
$PALANG['pAdminEdit_admin_username'] = 'Administrator';
$PALANG['pAdminEdit_admin_password'] = 'Passord';
$PALANG['pAdminEdit_admin_password2'] = 'Passord (igjen)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Passorda er ikkje like!<br />Eller felta er tomme!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiv';
$PALANG['pAdminEdit_admin_button'] = 'Rediger Administrator';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Klarte ikkje redigere administratoren!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Administratoren er redigert/oppdatert!';
$PALANG['pUsersLogin_welcome'] = 'Brukarar, logg inn for å endre passord og vidaresending.';
$PALANG['pUsersLogin_username'] = 'Brukarnamn (epost adr.)';
$PALANG['pUsersLogin_password'] = 'Passord';
$PALANG['pUsersLogin_button'] = 'Logg inn';
$PALANG['pUsersLogin_username_incorrect'] = 'Feil brukarnamn! Bruk epost adressa di til å logge inn!';
$PALANG['pUsersLogin_password_incorrect'] = 'Feil passord!';
$PALANG['pUsersMenu_vacation'] = 'Automatisk Svar';
$PALANG['pUsersMenu_edit_alias'] = 'Endre vidaresending';
$PALANG['pUsersMenu_password'] = 'Endre Passord';
$PALANG['pUsersMain_welcome'] = 'Endre innstillingane for epostkontoen din her!';
$PALANG['pUsersMain_vacation'] = 'Legg til ein "ikkje tilstede" beskjed eller automatisk svar.';
$PALANG['pUsersMain_edit_alias'] = 'Rediger vidaresending.';
$PALANG['pUsersMain_password'] = 'Endre passord.';
$PALANG['pUsersVacation_welcome'] = 'Automatisk Svar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har allereie autosvar!';
$PALANG['pUsersVacation_subject'] = 'Subjekt';
$PALANG['pUsersVacation_subject_text'] = 'Ikkje tilstede';
$PALANG['pUsersVacation_body'] = 'Body';
$PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <date> until <date>.
For urgent matters you can contact <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Ikkje tilstede';
$PALANG['pUsersVacation_button_back'] = 'Straks tilbake';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Klarte ikkje oppdatere dine autosvar instillingar!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Ditt autosvar er fjerna';
?>

@ -0,0 +1,286 @@
<?php
//
// Language file Polish
//
$PALANG['YES'] = 'Tak';
$PALANG['NO'] = 'Nie';
$PALANG['edit'] = 'Edytuj';
$PALANG['del'] = 'Usuñ';
$PALANG['confirm'] = 'Jeste¶ przekonany, ¿e chcesz usun±æ to?';
$PALANG['confirm_domain'] = 'Czy rzeczywi¶cie chcesz usun±æ wszystkie wpisy dla tej domeny? To jest proces nieodwracalny!';
$PALANG['pLogin_welcome'] = 'Sekcja przeznaczona dla administratorów domen.';
$PALANG['pLogin_username'] = 'Login (email)';
$PALANG['pLogin_password'] = 'Has³o';
$PALANG['pLogin_button'] = 'Zaloguj';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Twój login jest niepoprawny!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Twoje has³o jest niepoprawne!</div>';
$PALANG['pLogin_login_users'] = 'Sekcja przznaczona dla u¿ytkowników.';
$PALANG['pMenu_overview'] = 'Overview';
$PALANG['pMenu_create_alias'] = 'Dadaj alias';
$PALANG['pMenu_create_mailbox'] = 'Dodaj konto';
$PALANG['pMenu_sendmail'] = 'Wy¶lij Email';
$PALANG['pMenu_password'] = 'Has³o';
$PALANG['pMenu_viewlog'] = 'Logi';
$PALANG['pMenu_logout'] = 'Wyloguj';
$PALANG['pMain_welcome'] = 'Witamy w Postfix Adminie!';
$PALANG['pMain_overview'] = 'Lista Twoich aliasów i kont pocztowych. Mo¿esz je tutaj edytowaæ / usuwaæ.';
$PALANG['pMain_create_alias'] = 'Utwórz nowy alias dla Twojej domeny.';
$PALANG['pMain_create_mailbox'] = 'Utwórz nowe konto pocztowe dla Twojej domeny.';
$PALANG['pMain_sendmail'] = 'Wy¶lij wiadomo¶æ do nowo utworzonego konta pocztowego.';
$PALANG['pMain_password'] = 'Zmieæ has³o swojego konta administracyjnego.';
$PALANG['pMain_viewlog'] = 'Poka¿ pliki logów.';
$PALANG['pMain_logout'] = 'Zakoñcz pracê z systemem';
$PALANG['pOverview_button'] = 'Id¼';
$PALANG['pOverview_welcome'] = 'Overview for ';
$PALANG['pOverview_alias_alias_count'] = 'Aliasy';
$PALANG['pOverview_alias_mailbox_count'] = 'Konta';
$PALANG['pOverview_alias_address'] = 'Od';
$PALANG['pOverview_alias_goto'] = 'Do';
$PALANG['pOverview_alias_modified'] = 'Ostatnio zmodyfikowany';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Name';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Ostatnio zmodyfikowany';
$PALANG['pOverview_mailbox_active'] = 'Aktywny';
$PALANG['pOverview_get_domain'] = 'Domena';
$PALANG['pOverview_get_aliases'] = 'Aliasy';
$PALANG['pOverview_get_mailboxes'] = 'Konta';
$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
$PALANG['pOverview_get_modified'] = 'Ostatnio zmodyfikowany';
$PALANG['pDelete_delete_error'] = '<div class="standout">Nie mo¿na usun±æ tego wpisu ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Ta domena nie nale¿y do Ciebie ';
$PALANG['pCreate_alias_welcome'] = 'Utwórz nowy alias dla Twojej domeny.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">ALIAS jest niepoprawny!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Taki adres email juz istnieje, proszê wybraæ inny!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Twój limit aliasów zosta³ osi±gniety!</div>';
$PALANG['pCreate_alias_goto'] = 'Do';
$PALANG['pCreate_alias_button'] = 'Dodaj alias';
$PALANG['pCreate_alias_goto_text'] = 'Gdzie ten mail powinien byæ wys³any.';
$PALANG['pCreate_alias_goto_text_error'] = 'Gdzie ten email powinien dotrzeæ.<br /><div class="standout">The TO is not valid!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Nie mo¿na dodaæ aliasu do tabeli aliasów!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Alias zosta³ dodany do tabeli aliasów!';
$PALANG['pCreate_alias_catchall_text'] = 'To create a catch-all use an "*" as alias.<br />For domain to domain forwarding use "*@domain.tld" as to.';
$PALANG['pEdit_alias_welcome'] = 'Edytuj alias dla Twojej domeny.<br />Jeden wpis na liniê.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Nie mo¿na zokalizowaæ aliasu!</div>';
$PALANG['pEdit_alias_goto'] = 'Do';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">You didn\'t enter anything at To</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Wpisany adres email jest niepoprawny: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Ta domena nie nale¿y do Ciebie: ';
$PALANG['pEdit_alias_button'] = 'Edytuj alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Nie mo¿na zmodyfikowaæ aliasu!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Utwórz lokalne konto pocztowe dla Twojej domeny.';
$PALANG['pCreate_mailbox_username'] = 'Nazwa u¿ytkownika';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Adres EMAIL jest niepoprawny!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Taki adres email ju¿ istnieje, proszê wybraæ inny!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Twój limit kont pocztowych zosta³ osi±gniety!</div>';
$PALANG['pCreate_mailbox_password'] = 'Has³o';
$PALANG['pCreate_mailbox_password2'] = 'Has³o (ponownie)';
$PALANG['pCreate_mailbox_password_text'] = 'Has³o do POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Has³o do POP3/IMAP<br /><div class="standout">Wpisane has³o nie pasuje!<br />Lub jest puste!</div>';
$PALANG['pCreate_mailbox_name'] = 'Nazwa';
$PALANG['pCreate_mailbox_name_text'] = 'Pe³na nazwa';
$PALANG['pCreate_mailbox_quota'] = 'Udzia³';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Podany udzia³ jest za wysoki!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktywny';
$PALANG['pCreate_mailbox_mail'] = 'Utwórz konto';
$PALANG['pCreate_mailbox_button'] = 'Dodaj konto';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Nie mo¿na dodaæ konta do tabeli kont!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Konto zosta³o dodane do tabeli kont!';
$PALANG['pEdit_mailbox_welcome'] = 'Edytuj konto w Twojej domenie.';
$PALANG['pEdit_mailbox_username'] = 'Nazwa u¿ytkownika';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Nie mo¿na zlokalizowaæ konta!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nowe has³o';
$PALANG['pEdit_mailbox_password2'] = 'Nowe has³o (ponownie)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Wpisane has³o nie pasuje!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nazwa';
$PALANG['pEdit_mailbox_quota'] = 'Udzia³';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Podany udzia³ jest za wysoki!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Ta domena nie nale¿y do Ciebie: ';
$PALANG['pEdit_mailbox_button'] = 'Edytuj konto';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Nie mo¿na zmieniæ has³a!</div>';
$PALANG['pPassword_welcome'] = 'Zmieñ Swoje has³o.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Podany LOGIN nie pasuje!</div>';
$PALANG['pPassword_password_current'] = 'Aktualne has³o';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Nie poda³es aktualnego has³a!</div>';
$PALANG['pPassword_password'] = 'Nowe has³o';
$PALANG['pPassword_password2'] = 'Nowe has³o (ponownie)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Podane has³o nie pasuje!<br />Lub jest puste!</div>';
$PALANG['pPassword_button'] = 'Zmieñ has³o';
$PALANG['pPassword_result_error'] = '<div class="standout">Nie mo¿na zmieniæ Twojego has³a!</div>';
$PALANG['pPassword_result_succes'] = 'Twoje has³o zosta³o zmienione!';
$PALANG['pViewlog_welcome'] = 'Poka¿ 10 ostatnich dzia³añ dla ';
$PALANG['pViewlog_timestamp'] = 'Data';
$PALANG['pViewlog_username'] = 'Administrator';
$PALANG['pViewlog_domain'] = 'Domena';
$PALANG['pViewlog_action'] = 'Dzia³anie';
$PALANG['pViewlog_data'] = 'Dane';
$PALANG['pViewlog_button'] = 'Id¼';
$PALANG['pViewlog_result_error'] = '<div class="standout">Nie mo¿na odszukaæ logów!</div>';
$PALANG['pSendmail_welcome'] = 'Wy¶lij wiadomo¶æ.';
$PALANG['pSendmail_admin'] = 'Od';
$PALANG['pSendmail_to'] = 'Do';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Podany adres jest niepoprawny, b±d¼ pole "Do" jest puste!</div>';
$PALANG['pSendmail_subject'] = 'Temat';
$PALANG['pSendmail_subject_text'] = 'Witamy';
$PALANG['pSendmail_body'] = 'Tekst';
$PALANG['pSendmail_body_text'] = <<<EOM
Hej,
Witamy.....
EOM;
$PALANG['pSendmail_button'] = 'Wy¶lij wiadomo¶æ';
$PALANG['pSendmail_result_error'] = '<div class="standout">Nie mo¿na utworzyæ konta!</div>';
$PALANG['pSendmail_result_succes'] = 'Konto zosta³o utworzone!';
$PALANG['pVcp_welcome'] = 'Zmieñ swoje has³o.';
$PALANG['pVcp_username'] = 'Email';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Podany adres EMAIL nie pasuje!</div>';
$PALANG['pVcp_password_current'] = 'Aktualne has³o';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Nie poda³es aktualnego has³a!</div>';
$PALANG['pVcp_password'] = 'Nowe has³o';
$PALANG['pVcp_password2'] = 'Nowe has³o(ponownie)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Podane has³o nie pasuje!<br />Lub jest puste!</div>';
$PALANG['pVcp_button'] = 'Zmieñ has³o';
$PALANG['pVcp_result_error'] = '<div class="standout">Nie mo¿na zmieniæ has³a!</div>';
$PALANG['pVcp_result_succes'] = 'Twoje has³o zosta³o zmienione!';
$PALANG['pAdminMenu_list_admin'] = 'Lista administratorów';
$PALANG['pAdminMenu_list_domain'] = 'Lista domen';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual List';
$PALANG['pAdminMenu_viewlog'] = 'Logi';
$PALANG['pAdminMenu_backup'] = 'Kopia bezpieczeñstwa';
$PALANG['pAdminMenu_create_domain_admins'] = 'Administratorzy domeny';
$PALANG['pAdminMenu_create_admin'] = 'Nowy administrator';
$PALANG['pAdminMenu_create_domain'] = 'Nowa domena';
$PALANG['pAdminMenu_create_alias'] = 'Dodaj alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Dodaj konto';
$PALANG['pAdminList_admin_domain'] = 'Domena';
$PALANG['pAdminList_admin_username'] = 'Admin';
$PALANG['pAdminList_admin_count'] = 'Domeny';
$PALANG['pAdminList_admin_modified'] = 'Ostatnio zmodyfikowane';
$PALANG['pAdminList_admin_active'] = 'Aktywny';
$PALANG['pAdminList_domain_domain'] = 'Domena';
$PALANG['pAdminList_domain_description'] = 'Opis';
$PALANG['pAdminList_domain_aliases'] = 'Aliasy';
$PALANG['pAdminList_domain_mailboxes'] = 'Konta';
$PALANG['pAdminList_domain_maxquota'] = 'Max udzia³ (MB)';
$PALANG['pAdminList_domain_modified'] = 'Ostatnio zmodyfikowane';
$PALANG['pAdminList_domain_active'] = 'Aktywne';
$PALANG['pAdminList_virtual_button'] = 'Id¼';
$PALANG['pAdminList_virtual_welcome'] = 'Overview for ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliasy';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Konta';
$PALANG['pAdminList_virtual_alias_address'] = 'Od';
$PALANG['pAdminList_virtual_alias_goto'] = 'Do';
$PALANG['pAdminList_virtual_alias_modified'] = 'Ostatnio zmodyfikowane';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Email';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nazwa';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Udzia³ (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Ostatnio zmodyfikowane';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktywne';
$PALANG['pAdminCreate_domain_welcome'] = 'Dodaj now± domenê';
$PALANG['pAdminCreate_domain_domain'] = 'Domena';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Podana domena ju¿ istnieje!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Opis';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliasy';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = wy³±czone | -1 = bez limitów';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Konta';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = wy³±czone | -1 = bez limitów';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max udzia³';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = wy³±czone | -1 = bez limitów';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Dodaj domy¶lne aliasy mailowe';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Dodaj domenê';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Nie mo¿na dodaæ domeny!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domena zosta³a dodana!';
$PALANG['pAdminEdit_domain_welcome'] = 'Edytuj domenê';
$PALANG['pAdminEdit_domain_domain'] = 'Domena';
$PALANG['pAdminEdit_domain_description'] = 'Opis';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliasy';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = wy³±czone | -1 = bez limitów';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Konta';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = wy³±czone | -1 = bez limitów';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max udzia³';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = wy³±czone | -1 = bez limitów';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktywne';
$PALANG['pAdminEdit_domain_button'] = 'Edytuj domenê';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Nie mo¿na zmodyfikowaæ domeny!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Dodaj now± domenê';
$PALANG['pAdminCreate_admin_username'] = 'Administrator';
$PALANG['pAdminCreate_admin_username_text'] = 'Adres email';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Adres email<br /><div class="standout">Administartor nie jest poprawnym adresem email!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Adres email<br /><div class="standout">Administrator ju¿ istnieje lub jest niepoprawny</div>';
$PALANG['pAdminCreate_admin_password'] = 'Has³o';
$PALANG['pAdminCreate_admin_password2'] = 'Has³o (ponownie)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Podane has³o nie pasuje!<br />Lub jest puste!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Dodaj administratora';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Nie mo¿na dodaæ administratora!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Administrator zosta³ dodany!';
$PALANG['pAdminCreate_admin_address'] = 'Domena';
$PALANG['pAdminEdit_admin_welcome'] = 'Edytuj administratora domeny';
$PALANG['pAdminEdit_admin_username'] = 'Administrator';
$PALANG['pAdminEdit_admin_password'] = 'Has³o';
$PALANG['pAdminEdit_admin_password2'] = 'Has³o (ponownie)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Podane has³o nie pasuje!<br />Lub jest puste!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktywny';
$PALANG['pAdminEdit_admin_button'] = 'Edytuj administratora';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Nie mo¿na zmodyfikowaæ administratora!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Administrator zosta³ zmodyfikowany!';
$PALANG['pUsersLogin_welcome'] = 'Zaloguj siê ¿eby zmieniæ has³o albo dodaæ aliasy.';
$PALANG['pUsersLogin_username'] = 'U¿ytkownik (email)';
$PALANG['pUsersLogin_password'] = 'Has³o';
$PALANG['pUsersLogin_button'] = 'Zaloguj';
$PALANG['pUsersLogin_username_incorrect'] = 'Podana nazwa u¿ytkownika jest nieprawid³owa! ';
$PALANG['pUsersLogin_password_incorrect'] = 'Podane has³o jest nieprawid³owe!';
$PALANG['pUsersMenu_vacation'] = 'Auto odpowied¼';
$PALANG['pUsersMenu_edit_alias'] = 'Zmieñ przekierowania';
$PALANG['pUsersMenu_password'] = 'Zmieñ has³o';
$PALANG['pUsersMain_welcome'] = 'Zmieñ ustawienia swojego konta tutaj!';
$PALANG['pUsersMain_vacation'] = 'Ustaw "out of office" wiadomo¶æ lub auto odpowied¼.';
$PALANG['pUsersMain_edit_alias'] = 'Zmieñ przekierowania wiadomo¶ci.';
$PALANG['pUsersMain_password'] = 'Zmieñ aktualne has³o.';
$PALANG['pUsersVacation_welcome'] = 'Auto odpowied¼.';
$PALANG['pUsersVacation_welcome_text'] = 'Masz ju¿ skonfigurowan± auto odpowied¼!';
$PALANG['pUsersVacation_subject'] = 'Temat';
$PALANG['pUsersVacation_subject_text'] = 'Poza biurem';
$PALANG['pUsersVacation_body'] = 'Tekst';
$PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <date> until <date>.
For urgent matters you can contact <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Nieobecny/a';
$PALANG['pUsersVacation_button_back'] = 'Zaraz wracam';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Nie mogê zaktualizowaæ ustawieñ Twojej auto odpowiedzi!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Twoja auto odpowied¼ zosta³a usuniêta!';
?>

@ -0,0 +1,285 @@
<?php
//
// Language file Portuguese - Brazil
//
$PALANG['YES'] = 'Sim';
$PALANG['NO'] = 'Não';
$PALANG['edit'] = 'Modificar';
$PALANG['del'] = 'Apagar';
$PALANG['confirm'] = 'Você deseja apagar esse registro ?';
$PALANG['confirm_domain'] = 'Você tem certeza que quer apagar todos os registros deste domínio ?';
$PALANG['pLogin_welcome'] = 'Administrador de e-mail, digite aqui seu login';
$PALANG['pLogin_username'] = 'Usuário (e-mail)';
$PALANG['pLogin_password'] = 'Senha';
$PALANG['pLogin_button'] = 'Entrar';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">O usuário é inválido. Certifique-se de ter digitado o e-mail corretamente</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Senha inválida!</div>';
$PALANG['pLogin_login_users'] = 'Usuários, cliquem aqui para suas opções';
$PALANG['pMenu_overview'] = 'Visão geral';
$PALANG['pMenu_create_alias'] = 'Criar alias';
$PALANG['pMenu_create_mailbox'] = 'Criar conta de e-mail';
$PALANG['pMenu_sendmail'] = 'Enviar e-mail';
$PALANG['pMenu_password'] = 'Senha';
$PALANG['pMenu_viewlog'] = 'Ver histórico';
$PALANG['pMenu_logout'] = 'Sair';
$PALANG['pMain_welcome'] = 'Bem-vindo ao Postfix Admin!';
$PALANG['pMain_overview'] = 'Veja os aliases e as contas de e-mail.(Modificar/Apagar).';
$PALANG['pMain_create_alias'] = 'Crie novo alias para o seu domínio.';
$PALANG['pMain_create_mailbox'] = 'Crie nova conta de e-mail para o seu domínio.';
$PALANG['pMain_sendmail'] = 'Envie uma mensagem para uma nova conta criada';
$PALANG['pMain_password'] = 'Mudar a senha da conta Administrador.';
$PALANG['pMain_viewlog'] = 'Ver o histórico.';
$PALANG['pMain_logout'] = 'Sair do sistema.';
$PALANG['pOverview_button'] = 'Ir';
$PALANG['pOverview_welcome'] = 'Visão geral para ';
$PALANG['pOverview_alias_alias_count'] = 'Aliases';
$PALANG['pOverview_alias_mailbox_count'] = 'Contas de e-mail';
$PALANG['pOverview_alias_address'] = 'De';
$PALANG['pOverview_alias_goto'] = 'Para';
$PALANG['pOverview_alias_modified'] = 'Última modificação';
$PALANG['pOverview_mailbox_username'] = 'Usuário';
$PALANG['pOverview_mailbox_name'] = 'Nome';
$PALANG['pOverview_mailbox_quota'] = 'Limite (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Última modificação';
$PALANG['pOverview_mailbox_active'] = 'Ativo';
$PALANG['pOverview_get_domain'] = 'Domínio';
$PALANG['pOverview_get_aliases'] = 'Aliases';
$PALANG['pOverview_get_mailboxes'] = 'Contas de e-mail';
$PALANG['pOverview_get_quota'] = 'Limite das contas de e-mail (MB)';
$PALANG['pOverview_get_modified'] = 'Última modificação';
$PALANG['pDelete_delete_error'] = '<div class="standout">Não foi possível apagar esse registro ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Esse domínio não é seu! ';
$PALANG['pCreate_alias_welcome'] = 'Criar um novo alias para este domínio';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br><div class="standout">Esse ALIAS não é válido!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br><div class="standout">Esse endereço de e-mail já existe. Por favor, escolha outro nome!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br><div class="standout">Você alcançou seu limite de aliases!</div>';
$PALANG['pCreate_alias_goto'] = 'Para';
$PALANG['pCreate_alias_button'] = 'Criar um alias';
$PALANG['pCreate_alias_goto_text'] = 'Enviar as mensagens para';
$PALANG['pCreate_alias_goto_text_error'] = 'Os endereços de e-mail.<br /><div class="standout">não são válidos!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Impossível adicionar alias à tabela de aliases!</div>';
$PALANG['pCreate_alias_result_succes'] = 'O alias já foi criado!';
$PALANG['pCreate_alias_catchall_text'] = 'Para criar um alias global, utilize "*".<br />Para encaminhar de um domínio a outro, use "@domain.tld" no campo Para';
$PALANG['pEdit_alias_welcome'] = 'Modificar um alias neste domínio.<br>Uma entrada por linha.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Impossível encontrar o alias!</div>';
$PALANG['pEdit_alias_goto'] = 'Para';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Você não digitou um destinatário (Para)</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">O e-mail que você digitou não é válido: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Esse domínio não é seu: ';
$PALANG['pEdit_alias_button'] = 'Modificar o alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Impossível modificar esse alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Criar conta de e-mail para esse domínio.';
$PALANG['pCreate_mailbox_username'] = 'Usuário';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br><div class="standout">Esse e-mail é inválido!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br><div class="standout">Esse e-mail já existe! Por favor, escolha outro nome</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br><div class="standout">Você alcançou o limite de contas de e-mail!</div>';
$PALANG['pCreate_mailbox_password'] = 'Senha';
$PALANG['pCreate_mailbox_password2'] = 'Senha (confirmação)';
$PALANG['pCreate_mailbox_password_text'] = 'Senha para a conta POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Senha para a conta POP3/IMAP<br /><div class="standout">A senha é inválida!<br />ou não foi digitada</div>';
$PALANG['pCreate_mailbox_name'] = 'Nome';
$PALANG['pCreate_mailbox_name_text'] = 'Nome completo';
$PALANG['pCreate_mailbox_quota'] = 'Limite';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">O limite especificado é muito alto!</div>';
$PALANG['pCreate_mailbox_active'] = 'Ativo';
$PALANG['pCreate_mailbox_mail'] = 'Criar e-mail';
$PALANG['pCreate_mailbox_button'] = 'Adicionar e-mail';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Impossível criar conta de e-mail!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'O e-mail já foi criado!';
$PALANG['pEdit_mailbox_welcome'] = 'Modificar conta de e-mail.';
$PALANG['pEdit_mailbox_username'] = 'Usuário';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Impossível encontrar esse e-mail!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nova senha';
$PALANG['pEdit_mailbox_password2'] = 'Nova senha (confirmação)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">As senhas são diferentes!</div>';
$PALANG['pEdit_mailbox_name'] = 'Nome';
$PALANG['pEdit_mailbox_quota'] = 'Limite';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">O limite especificado é muito alto!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Esse domínio não é seu: ';
$PALANG['pEdit_mailbox_button'] = 'Modificar conta de e-mail';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Impossível mudar sua senha!</div>';
$PALANG['pPassword_welcome'] = 'Mudar senha.';
$PALANG['pPassword_admin'] = 'Usuário';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">As informações fornecidas não são de uma conta válida!</div>';
$PALANG['pPassword_password_current'] = 'Senha atual';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Você não digitou a senha atual!</div>';
$PALANG['pPassword_password'] = 'Nova senha';
$PALANG['pPassword_password2'] = 'Nova senha (confirmação)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">As senhas digitadas não correspondem!<br />Ou são nulas!</div>';
$PALANG['pPassword_button'] = 'Mudar senha';
$PALANG['pPassword_result_error'] = '<div class="standout">Impossível modificar a senha!</div>';
$PALANG['pPassword_result_succes'] = 'Sua senha foi modificada com sucesso!';
$PALANG['pViewlog_welcome'] = 'Ver as 10 últimas ações para ';
$PALANG['pViewlog_timestamp'] = 'Data/Hora';
$PALANG['pViewlog_username'] = 'Administrador';
$PALANG['pViewlog_domain'] = 'Domínio';
$PALANG['pViewlog_action'] = 'Ação';
$PALANG['pViewlog_data'] = 'Informação';
$PALANG['pViewlog_button'] = 'Ir';
$PALANG['pViewlog_result_error'] = '<div class="standout">Não foi possível achar os históricos!</div>';
$PALANG['pSendmail_welcome'] = 'Enviar um e-mail.';
$PALANG['pSendmail_admin'] = 'De';
$PALANG['pSendmail_to'] = 'Para';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">(Para) está vazio ou não é um e-mail válido!</div>';
$PALANG['pSendmail_subject'] = 'Assunto';
$PALANG['pSendmail_subject_text'] = 'Bem-vindo';
$PALANG['pSendmail_body'] = 'Mensagem';
$PALANG['pSendmail_body_text'] = <<<EOM
Olá,
Bem-vindo a sua nova conta de e-mail.
EOM;
$PALANG['pSendmail_button'] = 'Enviar um e-mail';
$PALANG['pSendmail_result_error'] = '<div class="standout">Erro no envio da mensagem!</div>';
$PALANG['pSendmail_result_succes'] = 'A mensagem foi enviada!';
$PALANG['pVcp_welcome'] = 'Mudar a senha da conta de e-mail';
$PALANG['pVcp_username'] = 'Usuário';
$PALANG['pVcp_username_text_error'] = '<div class="standout">O usuário fornecido não é valido!</div>';
$PALANG['pVcp_password_current'] = 'Senha atual';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Você não digitou sua senha atual!</div>';
$PALANG['pVcp_password'] = 'Nova senha';
$PALANG['pVcp_password2'] = 'Nova senha (confirmação)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">As senhas digitadas não correspondem<br />Ou são nulas</div>';
$PALANG['pVcp_button'] = 'Modificar senha';
$PALANG['pVcp_result_error'] = '<div class="standout">Impossível modificar a senha!</div>';
$PALANG['pVcp_result_succes'] = 'Sua senha foi modificada!';
$PALANG['pAdminMenu_list_admin'] = 'Lista de administradores';
$PALANG['pAdminMenu_list_domain'] = 'Lista de domínios';
$PALANG['pAdminMenu_list_virtual'] = 'Lista virtual';
$PALANG['pAdminMenu_viewlog'] = 'Ver histórico';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Administradores de domínios';
$PALANG['pAdminMenu_create_admin'] = 'Novo administrador';
$PALANG['pAdminMenu_create_domain'] = 'Novo domínio';
$PALANG['pAdminMenu_create_alias'] = 'Criar alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Criar e-mail';
$PALANG['pAdminList_admin_domain'] = 'Domínio';
$PALANG['pAdminList_admin_username'] = 'Administrador';
$PALANG['pAdminList_admin_count'] = 'Domínios';
$PALANG['pAdminList_admin_modified'] = 'Última modificação';
$PALANG['pAdminList_admin_active'] = 'Ativo';
$PALANG['pAdminList_domain_domain'] = 'Domínio';
$PALANG['pAdminList_domain_description'] = 'Descrição';
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Contas de e-mail';
$PALANG['pAdminList_domain_maxquota'] = 'Limite máximo (MB)';
$PALANG['pAdminList_domain_modified'] = 'Última modificação';
$PALANG['pAdminList_domain_active'] = 'Ativo';
$PALANG['pAdminList_virtual_button'] = 'Ir';
$PALANG['pAdminList_virtual_welcome'] = 'Visão geral para ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Alias';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Contas de e-mail';
$PALANG['pAdminList_virtual_alias_address'] = 'De';
$PALANG['pAdminList_virtual_alias_goto'] = 'Para';
$PALANG['pAdminList_virtual_alias_modified'] = 'Última modificação';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Usuário';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Nome';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Limite (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Última modificação';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Ativo';
$PALANG['pAdminCreate_domain_welcome'] = 'Criar novo domínio';
$PALANG['pAdminCreate_domain_domain'] = 'Domínio';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">O domínio já existe!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Descrição';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = desativar | -1 = ilimitado';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Contas de e-mail';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = desativar | -1 = ilimitado';
$PALANG['pAdminCreate_domain_maxquota'] = 'Limite máximo';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = desativar | -1 = ilimitado';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Adicionar aliases (padrão)';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Criar domínio';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Impossível criar domínio!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'O domínio já existe!';
$PALANG['pAdminEdit_domain_welcome'] = 'Modificar domínio';
$PALANG['pAdminEdit_domain_domain'] = 'Domínio';
$PALANG['pAdminEdit_domain_description'] = 'Descrição';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliases';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = desativar | -1 = ilimitado';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Contas de e-mail';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = desativar | -1 = ilimitado';
$PALANG['pAdminEdit_domain_maxquota'] = 'Limite máximo';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = desativar | -1 = ilimitado';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Ativo';
$PALANG['pAdminEdit_domain_button'] = 'Modificar domínio';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Impossível modificar domínio!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Criar novo administrador de domínio';
$PALANG['pAdminCreate_admin_username'] = 'Administrador';
$PALANG['pAdminCreate_admin_username_text'] = 'Usuário (e-mail)';
$PALANG['pAdminCreate_admin_username_text_error1'] = '<div class="standout">Não é um nome de administrador válido</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = '<div class="standout">Esse administrador não existe ou não é válido</div>';
$PALANG['pAdminCreate_admin_password'] = 'Senha';
$PALANG['pAdminCreate_admin_password2'] = 'Senha (confirmação)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">A senha digitada não é válida<br> ou é nula!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Criar um administrador';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Impossível criar administrador!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'O administrador já foi criado!';
$PALANG['pAdminCreate_admin_address'] = 'Domínio';
$PALANG['pAdminEdit_admin_welcome'] = 'Modificar dmínio';
$PALANG['pAdminEdit_admin_username'] = 'Administrador';
$PALANG['pAdminEdit_admin_password'] = 'Senha';
$PALANG['pAdminEdit_admin_password2'] = 'Senha (confirmação)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">A senha digitada não é válida<br /> ou é nula!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Ativo';
$PALANG['pAdminEdit_admin_button'] = 'Modificar administdrador';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Impossível modificar administrador !</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Administrador já foi criado!';
$PALANG['pUsersLogin_welcome'] = 'Digite seu e-mail e sua senha para modificar a senha e seus aliases.';
$PALANG['pUsersLogin_username'] = 'Usuário (e-mail)';
$PALANG['pUsersLogin_password'] = 'Senha';
$PALANG['pUsersLogin_button'] = 'Entrar';
$PALANG['pUsersLogin_username_incorrect'] = 'O usuário é inválido. Certifique-se de ter digitado o e-mail corretamente!';
$PALANG['pUsersLogin_password_incorrect'] = 'Sua senha é inválida!';
$PALANG['pUsersMenu_vacation'] = 'Resposta automática';
$PALANG['pUsersMenu_edit_alias'] = 'Modificar redirecionamento';
$PALANG['pUsersMenu_password'] = 'Modificar senha';
$PALANG['pUsersMain_welcome'] = 'Modifique as configurações da conta de e-mail aqui!';
$PALANG['pUsersMain_vacation'] = 'Configurar uma mensagem para a resposta automática.';
$PALANG['pUsersMain_edit_alias'] = 'Modificar e-mail para redirecionamento.';
$PALANG['pUsersMain_password'] = 'Changer votre mot de passe.';
$PALANG['pUsersVacation_welcome'] = 'Resposta automática.';
$PALANG['pUsersVacation_welcome_text'] = 'Sua resposta automática já está configurada!';
$PALANG['pUsersVacation_subject'] = 'Assunto';
$PALANG['pUsersVacation_subject_text'] = 'Resposta de encaminhamento';
$PALANG['pUsersVacation_body'] = 'Mensagem';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Eu estarei ausente de <date> até <date>.
Em caso de urgência, favor contatar <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Ausente';
$PALANG['pUsersVacation_button_back'] = 'Retorno';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Impossível atualizar suas configurações para resposta automática!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Sua resposta automática foi removida!';
?>

@ -0,0 +1,286 @@
<?php
//
// Language file Rusian
//
$PALANG['YES'] = 'ÄÀ';
$PALANG['NO'] = 'ÍÅÒ';
$PALANG['edit'] = 'ðåäàêòèðîâàòü';
$PALANG['del'] = 'óäàëèòü';
$PALANG['confirm'] = 'Âû óâåðåíû, ÷òî õîòèòå óäàëèòü ýòî?';
$PALANG['confirm_domain'] = 'Âû äåéñòâèòåëüíî õîòèòå óäàëèòü âñå íàñòðîéêè äëÿ äîìåíà? Ýòî äåéñòâèå íåëüçÿ áóäåò îòìåíèòü!';
$PALANG['pLogin_welcome'] = 'Âõîä äëÿ àäìèíèñòðèðîâàíèÿ ïî÷òîâûõ ÿùèêîâ.';
$PALANG['pLogin_username'] = 'èìÿ (íàçâàíèå ÿùèêà)';
$PALANG['pLogin_password'] = 'Ïàðîëü';
$PALANG['pLogin_button'] = 'Âîéòè';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Íåïðàâèëüíîå èìÿ. Ïðîâåðüòå, ïðàâèëüíî ëè âû ââåëè èìÿ (íàçâàíèå ÿùèêà)!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Ââåäåí íåïðàâèëüíûé ïàðîëü!</div>';
$PALANG['pLogin_login_users'] = 'Âõîä äëÿ îáû÷íûõ ïîëüçîâàòåëåé.';
$PALANG['pMenu_overview'] = 'Îáçîð';
$PALANG['pMenu_create_alias'] = 'Äîáàâèòü àëèàñ';
$PALANG['pMenu_create_mailbox'] = 'Äîáàâèòü ÿùèê';
$PALANG['pMenu_sendmail'] = 'Ïîñëàòü ïèñüìî';
$PALANG['pMenu_password'] = 'Ïàðîëü';
$PALANG['pMenu_viewlog'] = 'ïðîñìîòðåòü ëîã';
$PALANG['pMenu_logout'] = 'Âûõîä';
$PALANG['pMain_welcome'] = 'Äîáðî ïîæàëîâàòü â ñèñòåìó óïðàâëåíèÿ ïî÷òîé Postfix Admin!';
$PALANG['pMain_overview'] = 'Ñïèñîê âàøèõ ïî÷òîâûõ ÿùèêîâ è àëèàñî. Âû ìîæåòå óäàëÿòü è ðåäàêòèðîâàòü èõ îòñþäà.';
$PALANG['pMain_create_alias'] = 'Ñîçäàíèå íîâîãî àëèàñà äëÿ âàøåãî äîìåíà.';
$PALANG['pMain_create_mailbox'] = 'Ñîçäàíèå íîâîãî ïî÷òîâîãî ÿùèêà äëÿ âàøåãî äîìåíà.';
$PALANG['pMain_sendmail'] = 'Ïîñëàòü ïèñüìî íà ñîçäàííûé ïî÷òîâûé ÿùèê.';
$PALANG['pMain_password'] = 'Ñìåíà ïàðîëÿ äëÿ ýêêàóíòà àäìèíèñòðàòîðà.';
$PALANG['pMain_viewlog'] = 'Ïðîñìîòð èñòîðèè ðàáîòû ñ ñèñòåìîé (log files).';
$PALANG['pMain_logout'] = 'Âûõîä èç ñèñòåìû';
$PALANG['pOverview_button'] = 'Âûáðàòü';
$PALANG['pOverview_welcome'] = 'Îáçîð äëÿ ';
$PALANG['pOverview_alias_alias_count'] = 'Àëèàñû';
$PALANG['pOverview_alias_mailbox_count'] = 'ßùèêè';
$PALANG['pOverview_alias_address'] = 'Îò';
$PALANG['pOverview_alias_goto'] = 'Êîìó';
$PALANG['pOverview_alias_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pOverview_mailbox_username'] = 'ßùèê';
$PALANG['pOverview_mailbox_name'] = 'Èìÿ';
$PALANG['pOverview_mailbox_quota'] = 'Ðàçìåð (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pOverview_mailbox_active'] = 'àêòèâíûé';
$PALANG['pOverview_get_domain'] = 'Äîìåí';
$PALANG['pOverview_get_aliases'] = 'Àëèàñû';
$PALANG['pOverview_get_mailboxes'] = 'ßùèêè';
$PALANG['pOverview_get_quota'] = 'Ðàçìåð ÿùèêà (MB)';
$PALANG['pOverview_get_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pDelete_delete_error'] = '<div class="standout">Íåâîçìîæíî óäàëèòü çàïèñü ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Ýòîò äîìåí íå ïðèíàäëåæèò âàì ';
$PALANG['pCreate_alias_welcome'] = 'Ñîçäàéòå íîâûé àëèàñ äëÿ âàøåãî äîìåíà.';
$PALANG['pCreate_alias_address'] = 'Àëèàñ';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">íåâåðíîå èìÿ àëèàñà!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Ýòîò ïî÷òîâûé àäðåñ óæå ñóùåñòâóåò, ïîæàëóéñòà, âûáåðèòå äðóãîé.</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Âû äîñòèãëè ëèìèòà ïî ñîçäàííûì àëèàñàì</div>';
$PALANG['pCreate_alias_goto'] = 'Êîìó';
$PALANG['pCreate_alias_button'] = 'Ñîçäàòü àëèàñ';
$PALANG['pCreate_alias_goto_text'] = 'Êîìó äîëæíà äîñòàâëÿòüñÿ ïî÷òà.';
$PALANG['pCreate_alias_goto_text_error'] = 'Êîìó äîëæíà èäòè ïî÷òà.<br /><div class="standout">Íåâåðíîå ïîëå Êóäà!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Íåâîçìîæíî äîáàâèòü àëèàñ â ñïèñîê!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Àëèàñ áûë óñïåøíî ñîçäàí!';
$PALANG['pCreate_alias_catchall_text'] = 'Äëÿ ñîçäàíèÿ catch-all ïî÷òîâîãî ÿùèêà èñïîëüçóéòå "*" â êà÷åñòâå èìåíè àëèàñà.<br />äëÿ âíóòðèäîìåííîãî ïåðåíàïðàâëåíèÿ èñïîëüçóéòå "*@domain.tld" äëÿ ïîëå Êîìó';
$PALANG['pEdit_alias_welcome'] = 'Ðåäàêòèðîâàòü àëèàñ äëÿ âàøåãî äîìåíà.<br />Îäíà çàïèñü äëÿ ëèíèè.';
$PALANG['pEdit_alias_address'] = 'Àëèàñ';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Íåâîçìîæíî îïðåäåëèòü àëèàñ!</div>';
$PALANG['pEdit_alias_goto'] = 'Êóäà';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Âû íè÷åãî íå ââåëè â ïîëå Êîìó</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout"> Âû ââåëè íåâåðíûé àäðåñ ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Ýòîò äîìåí íå ïðèíàäëåæèò âàì: ';
$PALANG['pEdit_alias_button'] = 'Ðåäàêòèðîâàòü àëèàñ';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü àëèàñ!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Ñîçäàíèå íîâîãî ïî÷òîâîãî ÿùèêà äëÿ âàøåãî äîìåíà.';
$PALANG['pCreate_mailbox_username'] = 'Èìÿ';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">Íåâåðíîå èìÿ!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Ýòî èìÿ óæå ñóùåñòâóåò, ïîæàëóéñòà, âûáåðèòå äðóãîå!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Âû äîñòèãëè ëèìèòà ïî ñîçäàíèþ ïî÷òîâûõ ÿùèêîâ!</div>';
$PALANG['pCreate_mailbox_password'] = 'Ïàðîëü';
$PALANG['pCreate_mailbox_password2'] = 'Ïàðîëü (åùå ðàç)';
$PALANG['pCreate_mailbox_password_text'] = 'Ïàðîëü äëÿ POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Ïàðîëü äëÿ POP3/IMAP<br /><div class="standout">Ïàðîëü, ââåäåííûé âàìè íå ïîäõîäèò!<br /> ëèáî ïóñò!</div>';
$PALANG['pCreate_mailbox_name'] = 'Èìÿ';
$PALANG['pCreate_mailbox_name_text'] = 'Ïîëíîå èìÿ';
$PALANG['pCreate_mailbox_quota'] = 'Êâîòà';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Êâîòà, âûñòàâëåííàÿ âàìè, ñëèøêîì âåëèêà!</div>';
$PALANG['pCreate_mailbox_active'] = 'àêòèâíûé';
$PALANG['pCreate_mailbox_mail'] = 'Ñîçäàòü ÿùèê';
$PALANG['pCreate_mailbox_button'] = 'Ñîçäàòü ÿùèê';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Íåâîçìîæíî äîáàâèòü ÿùèê â ñïèñîê ñóùåñòâóþùèõ ÿùèêîâ!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Ïî÷òîâûé ÿùèê áûë óñïåøíî ñîçäàí!';
$PALANG['pEdit_mailbox_welcome'] = 'Ðåäàêòèðîâàòü ÿùèê äëÿ âàøåãî äîìåíà.';
$PALANG['pEdit_mailbox_username'] = 'Èìÿ';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Íåâîçìîæíî îïðåäåëèòü ÿùèê!</div>';
$PALANG['pEdit_mailbox_password'] = 'Íîâûé ïàðîëü';
$PALANG['pEdit_mailbox_password2'] = 'Íîâûé ïàðîëü (åùå ðàç)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Ïàðîëü ââåäåííûé âàìè íå ïîäõîäèò!</div>';
$PALANG['pEdit_mailbox_name'] = 'Èìÿ';
$PALANG['pEdit_mailbox_quota'] = 'Êâîòà';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Êâîòà, âûñòàâëåííàÿ âàìè, ñëèøêîì âåëèêà!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Ýòîò äîìåí íå ïðèíàäëåæèò âàì: ';
$PALANG['pEdit_mailbox_button'] = 'Ðåäàêòèðîâàòü ÿùèê';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü ïàðîëü!</div>';
$PALANG['pPassword_welcome'] = 'Èçìåíåíèå ïàðîëÿ.';
$PALANG['pPassword_admin'] = 'Èìÿ äëÿ âõîäà';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Èìÿ, ââåäåííîå âàìè, íå ñîîòâåòñòâóåò ÿùèêó!</div>';
$PALANG['pPassword_password_current'] = 'Òåêóùèé ïàðîëü';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Âû íå èçìåíèëè âàø òåêóùèé ïàðîëü!</div>';
$PALANG['pPassword_password'] = 'Íîâûé ïàðîëü';
$PALANG['pPassword_password2'] = 'Íîâûé ïàðîëü (åùå ðàç)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Ââåäåííûå âàìè ïàðîëè íå ñîâïàäàþò!<br />èëè ïóñòû!</div>';
$PALANG['pPassword_button'] = 'Èçìåíèòü ïàðîëü';
$PALANG['pPassword_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü âàø ïàðîëü!</div>';
$PALANG['pPassword_result_succes'] = 'Âàø ïàðîëü áûë èçìåíåí!';
$PALANG['pViewlog_welcome'] = 'Ïðîñìîòðåòü ïîñëåäíèõ 10 äåéñòâèé äëÿ ';
$PALANG['pViewlog_timestamp'] = 'Âðåìÿ ñîçäàíèÿ/ìîäèôèêàöèè';
$PALANG['pViewlog_username'] = 'Àäìèí';
$PALANG['pViewlog_domain'] = 'Äîìåí';
$PALANG['pViewlog_action'] = 'Äåéñòâèå';
$PALANG['pViewlog_data'] = 'Äàòà';
$PALANG['pViewlog_button'] = 'Âûáðàòü';
$PALANG['pViewlog_result_error'] = '<div class="standout">Íåâîçìîæíî íàéòè ëîã-ôàéëû!</div>';
$PALANG['pSendmail_welcome'] = 'Ïîñëàòü ïèñüìî.';
$PALANG['pSendmail_admin'] = 'Îò';
$PALANG['pSendmail_to'] = 'Êîìó';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Ïîëå Êîìó ïóñòîå ëèáî ñîäåðæèò íåâåðíûé àäðåñ!</div>';
$PALANG['pSendmail_subject'] = 'Òåìà';
$PALANG['pSendmail_subject_text'] = 'Äîáðî ïîæàëîâàòü!';
$PALANG['pSendmail_body'] = 'Òåêñò';
$PALANG['pSendmail_body_text'] = <<<EOM
Äîáðûé äåíü,
Äîáðî ïîæàëîâàòü â âàø íîâûé ïî÷òîâûé ÿùèê.
EOM;
$PALANG['pSendmail_button'] = 'Ïîñëàòü ñîîáùåíèå';
$PALANG['pSendmail_result_error'] = '<div class="standout">Íåâîçìîæíî ñîçäàòü ïî÷òîâûé ÿùèê!</div>';
$PALANG['pSendmail_result_succes'] = 'Ïî÷òîâûé ÿùèê áûë ñîçäàí!';
$PALANG['pVcp_welcome'] = 'Èçìåíåíèå ïàðîëÿ âàøåãî ÿùèêà.';
$PALANG['pVcp_username'] = 'ßùèê';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Àäðåñ ÿùèêà, êîòîðûé âû ââåëè - íåïðàâèëüíûé!</div>';
$PALANG['pVcp_password_current'] = 'Òåêóùèé ïàðîëü';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Âû íå èçìåíèëè òåêóùèé ïàðîëü!</div>';
$PALANG['pVcp_password'] = 'Íîâûé ïàðîëü';
$PALANG['pVcp_password2'] = 'Íîâûé ïàðîëü (åùå ðàç)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Ïàðîëè, êîòîðûå âû ââåëè íå ñîâïàäàþò!<br />ëèáî ïóñòûå!</div>';
$PALANG['pVcp_button'] = 'Èçìåíèòü ïàðîëü';
$PALANG['pVcp_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü ïàðîëü!</div>';
$PALANG['pVcp_result_succes'] = 'Âàø ïàðîëü áûë óñïåøíî èçìåíåí!';
$PALANG['pAdminMenu_list_admin'] = 'Ñïèñîê Àäìèíèñòðàòîðîâ';
$PALANG['pAdminMenu_list_domain'] = 'Ñïèñîê äîìåíîâ';
$PALANG['pAdminMenu_list_virtual'] = 'Virtual List';
$PALANG['pAdminMenu_viewlog'] = 'Ïðîñìîòð èñòîðèè';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Àäìèíèñòðàòîðû äîìåíîâ';
$PALANG['pAdminMenu_create_admin'] = 'Íîâûé àäìèíèñòðàòîð';
$PALANG['pAdminMenu_create_domain'] = 'Íîâûé äîìåí';
$PALANG['pAdminMenu_create_alias'] = 'Äîáàâèòü àëèàñ';
$PALANG['pAdminMenu_create_mailbox'] = 'Äîáàâèòü ÿùèê';
$PALANG['pAdminList_admin_domain'] = 'Äîìåí';
$PALANG['pAdminList_admin_username'] = 'Àäìèí';
$PALANG['pAdminList_admin_count'] = 'Äîìåíû';
$PALANG['pAdminList_admin_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pAdminList_admin_active'] = 'Àêòèâíûé';
$PALANG['pAdminList_domain_domain'] = 'Äîìåí';
$PALANG['pAdminList_domain_description'] = 'Îïèñàíèå';
$PALANG['pAdminList_domain_aliases'] = 'Àëèàñû';
$PALANG['pAdminList_domain_mailboxes'] = 'ßùèêè';
$PALANG['pAdminList_domain_maxquota'] = 'Ìàêñ. Êâîòà (MB)';
$PALANG['pAdminList_domain_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pAdminList_domain_active'] = 'Àêòèâíûé';
$PALANG['pAdminList_virtual_button'] = 'Âûáðàòü';
$PALANG['pAdminList_virtual_welcome'] = 'Îáçîð äëÿ ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Àëèàñû';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'ßùèêè';
$PALANG['pAdminList_virtual_alias_address'] = 'Îò';
$PALANG['pAdminList_virtual_alias_goto'] = 'Êîìó';
$PALANG['pAdminList_virtual_alias_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pAdminList_virtual_mailbox_username'] = 'ßùèê';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Èìÿ';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Êâîòà (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Ïîñëåäíåå èçìåíåíèå';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Àêòèâíûé';
$PALANG['pAdminCreate_domain_welcome'] = 'Äîáàâèòü íîâûé äîìåí';
$PALANG['pAdminCreate_domain_domain'] = 'äîìåí';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Äîìåí óæå ñóùåñòâóåò!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Îïèñàíèå';
$PALANG['pAdminCreate_domain_aliases'] = 'Àëèàñû';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = çàïðåòèòü | -1 = íåîãðàíè÷åííîå';
$PALANG['pAdminCreate_domain_mailboxes'] = 'ßùèêè';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = çàïðåòèòü | -1 = íåîãðàíè÷åííîå';
$PALANG['pAdminCreate_domain_maxquota'] = 'ìàêñ. êâîòà';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = çàïðåòèòü | -1 = íåîãðàíè÷åííîå';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Äîáàâèòü ñòàíäàðòíûå àëèàñû äëÿ äîìåíà';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Äîáàâèòü äîìåí';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Íåâîçìîæíî äîáàâèòü äîìåí!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Äîìåí áûë äîáàâëåí!';
$PALANG['pAdminEdit_domain_welcome'] = 'Ðåäàêòèðîâàòü äîìåí';
$PALANG['pAdminEdit_domain_domain'] = 'Äîìåí';
$PALANG['pAdminEdit_domain_description'] = 'Îïèñàíèå';
$PALANG['pAdminEdit_domain_aliases'] = 'Àëèàñû';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = çàïðåòèòü | -1 = íåîãðàíè÷åííîå';
$PALANG['pAdminEdit_domain_mailboxes'] = 'ßùèêè';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = çàïðåòèòü | -1 = íåîãðàíè÷åííîå';
$PALANG['pAdminEdit_domain_maxquota'] = 'ìàêñ. êâîòà';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = çàïðåòèòü | -1 = íåîãðàíè÷åííîå';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Àêòèâíûé';
$PALANG['pAdminEdit_domain_button'] = 'Ðåäàêòèðîâàòü Äîìåí';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü äîìåí!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Äîáàâèòü íîâîãî àäìèíà äîìåíà';
$PALANG['pAdminCreate_admin_username'] = 'Àäìèí';
$PALANG['pAdminCreate_admin_username_text'] = 'Ïî÷òîâûé àäðåñ';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Ïî÷òîâûé àäðåñ<br /><div class="standout">Íåêîððåêòíûé àäðåñ àäìèíà!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Ïî÷òîâûé àäðåñ<br /><div class="standout">Àäìèí óæå ñóùåñòâóåò ëèáî íåêîððåêòíîå èìÿ</div>';
$PALANG['pAdminCreate_admin_password'] = 'Ïàðîëü';
$PALANG['pAdminCreate_admin_password2'] = 'Ïàðîëü (åùå ðàç)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Ïàðîëè, êîòîðûå âû ââåëè íå ñîâïàäàþò!<br />ëèáî ïóñòûå!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Äîáàâèòü àäìèíà';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">åâîçìîæíî äîáàâèòü àäìèíà!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Àäìèí áûë äîáàâëåí!';
$PALANG['pAdminCreate_admin_address'] = 'Äîìåí';
$PALANG['pAdminEdit_admin_welcome'] = 'Ðåäàêòèðîâàòü àäìèíà äîìåíà';
$PALANG['pAdminEdit_admin_username'] = 'Àäìèí';
$PALANG['pAdminEdit_admin_password'] = 'Ïàðîëü';
$PALANG['pAdminEdit_admin_password2'] = 'Ïàðîëü (åùå ðàç)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Ïàðîëè, êîòîðûå âû ââåëè íå ñîâïàäàþò!<br />ëèáî ïóñòûå!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Àêòèâíûé';
$PALANG['pAdminEdit_admin_button'] = 'Ðåäàêòèðîâàòü àäìèíà';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü àäìèíà!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Àäìèí áûë èçìåíåí!';
$PALANG['pUsersLogin_welcome'] = 'Âõîä ïîëüçîâàòåëåé äëÿ èçìåíåíèÿ ïàðîëåé è àëèàñîâ.';
$PALANG['pUsersLogin_username'] = 'Èìÿ (ÿùèê)';
$PALANG['pUsersLogin_password'] = 'Ïàðîëü';
$PALANG['pUsersLogin_button'] = 'Èìÿ';
$PALANG['pUsersLogin_username_incorrect'] = 'Ââåäåíî íåïðàâèëüíîå èìÿ. Ïðîâåðüòå ïðàâèëüíîñòü ââåäåííîãî èìåíè!';
$PALANG['pUsersLogin_password_incorrect'] = 'Ââåäåí íåâåðíûé ïàðîëü!';
$PALANG['pUsersMenu_vacation'] = 'Àâòîîòâåò÷èê';
$PALANG['pUsersMenu_edit_alias'] = 'Èçìåíèòü ïåðåíàïðàâëåíèå';
$PALANG['pUsersMenu_password'] = 'Èçìåíèòü ïàðîëü';
$PALANG['pUsersMain_welcome'] = 'Çäåñü âû ìîæåòå èçìåíèòü íàñòðîéêè âàøåãî ÿùèêà!';
$PALANG['pUsersMain_vacation'] = 'Íàñòðîéòå ñîîáùåíèå "âíå îôèñà ëèáî àâòîîòâåò÷èê äëÿ âàøåé ïî÷òû.';
$PALANG['pUsersMain_edit_alias'] = 'Èçìåíèòü ïåðåíàïðàâëåíèå ïî÷òû.';
$PALANG['pUsersMain_password'] = 'Èçìåíèòü òåêóùèé ïàðîëü.';
$PALANG['pUsersVacation_welcome'] = 'Àâòîîòâåò÷èê.';
$PALANG['pUsersVacation_welcome_text'] = 'Ó âàñ óæå åñòü íàñòðîåííûé àâòîîòâåò÷èê!';
$PALANG['pUsersVacation_subject'] = 'Òåìà';
$PALANG['pUsersVacation_subject_text'] = 'Âíå îôèñà';
$PALANG['pUsersVacation_body'] = 'Òåêñò';
$PALANG['pUsersVacation_body_text'] = <<<EOM
ß áóäó îòñóòñòâîâàòü ñ <date> ïî <date>.
 ýêñòðåííûõ ñëó÷àÿõ âû ìîæåòå îáðàòèòüñÿ ê <contact person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Óõîæó';
$PALANG['pUsersVacation_button_back'] = 'Âîçâðàùàþñü';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Íåâîçìîæíî èçìåíèòü íàñòðîéêè àâòîîòâåò÷èêà!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Âàø àâòîîòâåò÷èê áûë óáðàí!';
?>

@ -0,0 +1,289 @@
<?php
//
// Language file Swedish
// Created by Stefan Jakobsson
// stefan@katrinet.se
//
$PALANG['YES'] = 'JA';
$PALANG['NO'] = 'NEJ';
$PALANG['edit'] = 'editera';
$PALANG['del'] = 'radera';
$PALANG['confirm'] = 'Är du säker på att du vill radera denna?';
$PALANG['confirm_domain'] = 'Vill du verkligen radera all data för denna domän? Kan ej ångras!';
$PALANG['pLogin_welcome'] = 'Mail administratörer loggar in här för att sköta er domän.';
$PALANG['pLogin_username'] = 'Login (epost)';
$PALANG['pLogin_password'] = 'Lösenord';
$PALANG['pLogin_button'] = 'Login';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Ditt login är ej korrekt. Logga in med din epostadress!</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Du angav fel lösenord!</div>';
$PALANG['pLogin_login_users'] = 'Användare klickar här för att logga in på användardelen.';
$PALANG['pMenu_overview'] = 'Sammanfattning';
$PALANG['pMenu_create_alias'] = 'Lägg till Alias';
$PALANG['pMenu_create_mailbox'] = 'Lägg till mailadress';
$PALANG['pMenu_sendmail'] = 'Skicka Mail';
$PALANG['pMenu_password'] = 'Lösenord';
$PALANG['pMenu_viewlog'] = 'Visa Logg';
$PALANG['pMenu_logout'] = 'Logga ut';
$PALANG['pMain_welcome'] = 'Välkommen till Postfix Admin!';
$PALANG['pMain_overview'] = 'Lista dina alias och mailadresser. Du kan editera / radera dem här.';
$PALANG['pMain_create_alias'] = 'Skapa nytt alias i din domän.';
$PALANG['pMain_create_mailbox'] = 'Skapa ny mailadress för din domän.';
$PALANG['pMain_sendmail'] = 'Skicka ett mail till en av mailadresserna.';
$PALANG['pMain_password'] = 'Ändra lösenord för adminkontot.';
$PALANG['pMain_viewlog'] = 'Visa loggfiler.';
$PALANG['pMain_logout'] = 'Logga ut från systemet';
$PALANG['pOverview_button'] = 'Kör';
$PALANG['pOverview_welcome'] = 'Sammanfattning för ';
$PALANG['pOverview_alias_alias_count'] = 'Alias';
$PALANG['pOverview_alias_mailbox_count'] = 'Mailadresser';
$PALANG['pOverview_alias_address'] = 'Från';
$PALANG['pOverview_alias_goto'] = 'Till';
$PALANG['pOverview_alias_modified'] = 'Senast Ändrad';
$PALANG['pOverview_mailbox_username'] = 'Epost';
$PALANG['pOverview_mailbox_name'] = 'Namn';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Senast Ändrad';
$PALANG['pOverview_mailbox_active'] = 'Aktiv';
$PALANG['pOverview_get_domain'] = 'Domän';
$PALANG['pOverview_get_aliases'] = 'Alias';
$PALANG['pOverview_get_mailboxes'] = 'Mailadresser';
$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
$PALANG['pOverview_get_modified'] = 'Senast Ändrad';
$PALANG['pDelete_delete_error'] = '<div class="standout">Kan inte radera data för ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Detta är inte din domän ';
$PALANG['pCreate_alias_welcome'] = 'Skapa nytt alias för din domän.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">Detta ALIAS är inte giltigt!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Denna epostadress existerar redan, välj en annan epostadress!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Du har redan högsta tillåtna antal alias definierade!</div>';
$PALANG['pCreate_alias_goto'] = 'Till';
$PALANG['pCreate_alias_button'] = 'Lägg till Alias';
$PALANG['pCreate_alias_goto_text'] = 'Vart skall mailen skickas.';
$PALANG['pCreate_alias_goto_text_error'] = 'Vart mailen skall skickas.<br /><div class="standout">TILL data är felaktigt!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Kan inte lägga till detta alias i aliastabellen!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Aliaset har lagts till i aliastabellen!';
$PALANG['pCreate_alias_catchall_text'] = 'För att skapa en catch-all ange ett "*" som alias.<br />För domän till domän forwarding använd "*@domän.tld" som till.';
$PALANG['pEdit_alias_welcome'] = 'Editera ett alias för din domän.<br />Ett alias per rad.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">Kan inte hitta detta alias!</div>';
$PALANG['pEdit_alias_goto'] = 'Till';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Du angav inget i Till</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Epost adressen du angivit är felaktig: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Detta är inte din domän: ';
$PALANG['pEdit_alias_button'] = 'Editera Alias';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Kan inte modifiera detta alias!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Skapa en ny lokal mailadress för din domän.';
$PALANG['pCreate_mailbox_username'] = 'Användarnamn';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">EPOSTADRESSEN är inte korrekt!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Denna epostadress finns redan, ange en annan adress!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Du har redan skapat max tillåtet antal mailadresser!</div>';
$PALANG['pCreate_mailbox_password'] = 'Lösenord';
$PALANG['pCreate_mailbox_password2'] = 'Lösenord (igen)';
$PALANG['pCreate_mailbox_password_text'] = 'Lösenord för POP3/IMAP';
$PALANG['pCreate_mailbox_password_text_error'] = 'Lösenord för POP3/IMAP<br /><div class="standout">Lösenorden du angivit är olika!<br />Eller tomma!</div>';
$PALANG['pCreate_mailbox_name'] = 'Namn';
$PALANG['pCreate_mailbox_name_text'] = 'Fullständigt namn';
$PALANG['pCreate_mailbox_quota'] = 'Quota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Quotan du angivit är för stor!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktiv';
$PALANG['pCreate_mailbox_mail'] = 'Skapa mailadress';
$PALANG['pCreate_mailbox_button'] = 'Lägg till mailadress';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Kan ej lägga till mailadress i tabellen för adresser!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Mailadressen har lagts till!';
$PALANG['pEdit_mailbox_welcome'] = 'Editera en mailadress i din domän.';
$PALANG['pEdit_mailbox_username'] = 'Användarnamn';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Kan inte hitta den adressen!</div>';
$PALANG['pEdit_mailbox_password'] = 'Nytt Lösenord';
$PALANG['pEdit_mailbox_password2'] = 'Nytt Lösenord (igen)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Lösenorden du angav är olika!</div>';
$PALANG['pEdit_mailbox_name'] = 'Namn';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Quotagränsen du angett är för stor!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Detta är inte din domän: ';
$PALANG['pEdit_mailbox_button'] = 'Editera Mailadress';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Kan inte ändra lösenordet!</div>';
$PALANG['pPassword_welcome'] = 'Ändra ditt lösenord.';
$PALANG['pPassword_admin'] = 'Login';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Det LOGIN du angivit har ingen mailbox kopplad till sig!</div>';
$PALANG['pPassword_password_current'] = 'Nuvarande Lösenord';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Du angav ej korrekt lösenord!</div>';
$PALANG['pPassword_password'] = 'Nytt Lösenord';
$PALANG['pPassword_password2'] = 'Nytt Lösenord (igen)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Lösenorden du angav var olika!<br />Eller är tomma!</div>';
$PALANG['pPassword_button'] = 'Ändra Lösenord';
$PALANG['pPassword_result_error'] = '<div class="standout">Kan inte ändra ditt lösenord!</div>';
$PALANG['pPassword_result_succes'] = 'Ditt lösenord har ändrats!';
$PALANG['pViewlog_welcome'] = 'Visa dom senaste 10 åtgärderna för ';
$PALANG['pViewlog_timestamp'] = 'Tidpunkt';
$PALANG['pViewlog_username'] = 'Admin';
$PALANG['pViewlog_domain'] = 'Domän';
$PALANG['pViewlog_action'] = 'Åtgärd';
$PALANG['pViewlog_data'] = 'Data';
$PALANG['pViewlog_button'] = 'Kör';
$PALANG['pViewlog_result_error'] = '<div class="standout">Kan inte hitta loggarna!</div>';
$PALANG['pSendmail_welcome'] = 'Skicka ett mail.';
$PALANG['pSendmail_admin'] = 'Från';
$PALANG['pSendmail_to'] = 'Till';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Till är en ogiltig mailadress eller tomt.!</div>';
$PALANG['pSendmail_subject'] = 'Ämne';
$PALANG['pSendmail_subject_text'] = 'Välkommen';
$PALANG['pSendmail_body'] = 'Meddelande';
$PALANG['pSendmail_body_text'] = <<<EOM
Hej,
Välkommen till ditt nya epostkonto!.
EOM;
$PALANG['pSendmail_button'] = 'Skicka meddelande';
$PALANG['pSendmail_result_error'] = '<div class="standout">Kan inte skapa mailadress!</div>';
$PALANG['pSendmail_result_succes'] = 'Mailadressen har skapats!';
$PALANG['pVcp_welcome'] = 'Ändra lösenord för din mailadress.';
$PALANG['pVcp_username'] = 'Epost';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Epostadressen du angav har ingen definierad mailbox!</div>';
$PALANG['pVcp_password_current'] = 'Nuvarande Lösenord';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">Du angav inte ditt nuvarande lösenord!</div>';
$PALANG['pVcp_password'] = 'Nytt Lösenord';
$PALANG['pVcp_password2'] = 'Nytt Lösenord (igen)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Lösenorden du angav är olika!<br />Eller är tomma!</div>';
$PALANG['pVcp_button'] = 'Ändra Lösenord';
$PALANG['pVcp_result_error'] = '<div class="standout">Kan inte ändra ditt lösenord!</div>';
$PALANG['pVcp_result_succes'] = 'Ditt lösenord är ändrat!';
$PALANG['pAdminMenu_list_admin'] = 'Admin Lista';
$PALANG['pAdminMenu_list_domain'] = 'Domän Lista';
$PALANG['pAdminMenu_list_virtual'] = 'Virtuell Lista';
$PALANG['pAdminMenu_viewlog'] = 'Visa Loggfil';
$PALANG['pAdminMenu_backup'] = 'Backup';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domän Admins';
$PALANG['pAdminMenu_create_admin'] = 'Ny Admin';
$PALANG['pAdminMenu_create_domain'] = 'Ny Domän';
$PALANG['pAdminMenu_create_alias'] = 'Lägg till Alias';
$PALANG['pAdminMenu_create_mailbox'] = 'Lägg till Mailbox';
$PALANG['pAdminList_admin_domain'] = 'Domän';
$PALANG['pAdminList_admin_username'] = 'Admin';
$PALANG['pAdminList_admin_count'] = 'Domäner';
$PALANG['pAdminList_admin_modified'] = 'Senast Ändrad';
$PALANG['pAdminList_admin_active'] = 'Aktiv';
$PALANG['pAdminList_domain_domain'] = 'Domän';
$PALANG['pAdminList_domain_description'] = 'Beskrivning';
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Mailboxar';
$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Senast Modifierad';
$PALANG['pAdminList_domain_active'] = 'Aktiv';
$PALANG['pAdminList_virtual_button'] = 'Kör';
$PALANG['pAdminList_virtual_welcome'] = 'Sammanfattning för ';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Alias';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Mailboxar';
$PALANG['pAdminList_virtual_alias_address'] = 'Från';
$PALANG['pAdminList_virtual_alias_goto'] = 'Till';
$PALANG['pAdminList_virtual_alias_modified'] = 'Senast Ändrad';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Epostadress';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Namn';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Senast Ändrad';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktiv';
$PALANG['pAdminCreate_domain_welcome'] = 'Lägg till ny domän';
$PALANG['pAdminCreate_domain_domain'] = 'Domän';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Den domänen finns redan!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Beskrivning';
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = avaktivera | -1 = obegränsat';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = avaktivera | -1 = obegränsat';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = avaktivera | -1 = obegränsat';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Skapa standard alias';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Lägg till domän';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Kan inte skapa domänen!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domänen har skapats!';
$PALANG['pAdminEdit_domain_welcome'] = 'Editera en domän';
$PALANG['pAdminEdit_domain_domain'] = 'Domän';
$PALANG['pAdminEdit_domain_description'] = 'Beskrivning';
$PALANG['pAdminEdit_domain_aliases'] = 'Alias';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = avaktivera | -1 = obegränsat';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Mailboxes';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = avaktivera | -1 = obegränsat';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = avaktivera | -1 = obegränsat';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktiv';
$PALANG['pAdminEdit_domain_button'] = 'Editera Domän';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Kan inte modifiera domänen!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Lägg till ny domänadmin';
$PALANG['pAdminCreate_admin_username'] = 'Admin';
$PALANG['pAdminCreate_admin_username_text'] = 'Epostadress';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Epostadress<br /><div class="standout">Admin är inte en giltig epostadress!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Email address<br /><div class="standout">Denna admin finns redan eller är inte giltig</div>';
$PALANG['pAdminCreate_admin_password'] = 'Lösenord';
$PALANG['pAdminCreate_admin_password2'] = 'Lösenord (igen)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Lösenorden du angav är olika!<br />Eller är tomma!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Lägg till Admin';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Kan inte lägga till Admin!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Admin har lagts till!';
$PALANG['pAdminCreate_admin_address'] = 'Domän';
$PALANG['pAdminEdit_admin_welcome'] = 'Editera en domänadmin';
$PALANG['pAdminEdit_admin_username'] = 'Admin';
$PALANG['pAdminEdit_admin_password'] = 'Lösenord';
$PALANG['pAdminEdit_admin_password2'] = 'Lösenord (igen)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Lösenorden du angav är olika!<br />Eller är tomma!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiv';
$PALANG['pAdminEdit_admin_button'] = 'Editera Admin';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Kan inte ändra admin!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Admin har ändrats!';
$PALANG['pUsersLogin_welcome'] = 'Mailbox användare logga in här för att ändra ert lösenord och alias.';
$PALANG['pUsersLogin_username'] = 'Login (epostadress)';
$PALANG['pUsersLogin_password'] = 'Lösenord';
$PALANG['pUsersLogin_button'] = 'Login';
$PALANG['pUsersLogin_username_incorrect'] = 'Ditt login är felaktigt. Logga in med din epostadress!';
$PALANG['pUsersLogin_password_incorrect'] = 'Ditt lösenord är felaktigt!';
$PALANG['pUsersMenu_vacation'] = 'Autosvar';
$PALANG['pUsersMenu_edit_alias'] = 'Ändra din forwardadress';
$PALANG['pUsersMenu_password'] = 'Ändra Lösenord';
$PALANG['pUsersMain_welcome'] = 'Ändra dina inställningar här!';
$PALANG['pUsersMain_vacation'] = 'Ställ in ett "out of office" meddelande eller autosvar för din epost.';
$PALANG['pUsersMain_edit_alias'] = 'Ändra din epost forwardadress.';
$PALANG['pUsersMain_password'] = 'Ändra ditt nuvarande lösenord.';
$PALANG['pUsersVacation_welcome'] = 'Auto Svar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har redan ett autosvar meddelande definierat!';
$PALANG['pUsersVacation_subject'] = 'Ärende';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Text';
$PALANG['pUsersVacation_body_text'] = <<<EOM
Jag är borta från <datum> till <datum>.
För brådskande ärenden kan ni kontakta <kontakt person>.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Försvinner';
$PALANG['pUsersVacation_button_back'] = 'Kommer Tillbaka';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">Kan inte uppdatera dina autosvar inställningar!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Ditt autosvar har taqits bort!';
?>

@ -0,0 +1,288 @@
<?php
//
// Language file Türkçe
//
$PALANG['YES'] = 'EVET';
$PALANG['NO'] = 'HAYIR';
$PALANG['edit'] = 'düzenle';
$PALANG['del'] = 'sil';
$PALANG['confirm'] = 'Bunu silmek istediğinizden emin misiniz?';
$PALANG['confirm_domain'] = 'Bu domain için tüm kayıtları silmek istediğinizden emin misiniz? Bu işlem geri alınamaz!';
$PALANG['pLogin_welcome'] = 'Posta Yöneticileri buradan domainlerinizi yönetmek için giriş yapabilirsiniz.';
$PALANG['pLogin_username'] = 'Kullanıcı adı (eposta)';
$PALANG['pLogin_password'] = 'Şifre';
$PALANG['pLogin_button'] = 'Giriş';
$PALANG['pLogin_username_incorrect'] = '<div class="standout">Kullanıcı adnınız doğru değil. E-posta adresinizi kontrol ediniz.</div>';
$PALANG['pLogin_password_incorrect'] = '<div class="standout">Şifreniz doğru değil!</div>';
$PALANG['pLogin_login_users'] = 'Kullanıcı işlemlerine girmek için burayı kullanınız.';
$PALANG['pMenu_overview'] = 'Genel Bilgiler';
$PALANG['pMenu_create_alias'] = 'Alias Ekle';
$PALANG['pMenu_create_mailbox'] = 'Posta kutusu ekle';
$PALANG['pMenu_sendmail'] = 'E-posta Gönder';
$PALANG['pMenu_password'] = 'Şifre';
$PALANG['pMenu_viewlog'] = 'Log İncele';
$PALANG['pMenu_logout'] = 'Çıkış';
$PALANG['pMain_welcome'] = 'Postfix Admin\'e hoş geldiniz!';
$PALANG['pMain_overview'] = 'posta kutularınızın ve aliaslarınızın listesi. buradan silip düzenleyebilirsiniz.';
$PALANG['pMain_create_alias'] = 'Domaininiz icin yeni bir alias yaratın.';
$PALANG['pMain_create_mailbox'] = 'Domaininiz için yeni bir posta kutusu yaratın.';
$PALANG['pMain_sendmail'] = 'Yeni yaratmış olduğunuz posta kutularından birine posta gönderin.';
$PALANG['pMain_password'] = 'Yönetici hesabınızın şifresini değiştirin.';
$PALANG['pMain_viewlog'] = 'log dosyalarını inceleyin.';
$PALANG['pMain_logout'] = 'Sistemden çıkın.';
$PALANG['pOverview_button'] = 'Git';
$PALANG['pOverview_welcome'] = 'Genel Bilgiler: ';
$PALANG['pOverview_alias_alias_count'] = 'Aliaselar';
$PALANG['pOverview_alias_mailbox_count'] = 'Posta kutuları';
$PALANG['pOverview_alias_address'] = 'Kimden';
$PALANG['pOverview_alias_goto'] = 'Kime';
$PALANG['pOverview_alias_modified'] = 'Son Düzenleme';
$PALANG['pOverview_mailbox_username'] = 'Eposta';
$PALANG['pOverview_mailbox_name'] = 'İsim';
$PALANG['pOverview_mailbox_quota'] = 'kota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Son Düzenleme';
$PALANG['pOverview_mailbox_active'] = 'Aktif';
$PALANG['pOverview_get_domain'] = 'Domain';
$PALANG['pOverview_get_aliases'] = 'Aliaslar';
$PALANG['pOverview_get_mailboxes'] = 'Postakutuları';
$PALANG['pOverview_get_quota'] = 'Posta kutusu Kotası (MB)';
$PALANG['pOverview_get_modified'] = 'Son Düzenleme';
$PALANG['pDelete_delete_error'] = '<div class="standout">Kayıt silinemiyor ';
$PALANG['pDelete_domain_error'] = '<div class="standout">Bu domain size ait değil ';
$PALANG['pCreate_alias_welcome'] = 'Domaininiz için yeni bir alias yaratın.';
$PALANG['pCreate_alias_address'] = 'Alias';
$PALANG['pCreate_alias_address_text_error1'] = '<br /><div class="standout">ALIAS uygun değil!</div>';
$PALANG['pCreate_alias_address_text_error2'] = '<br /><div class="standout">Bu e-posta zaten kullanılıyor, lütfen başka bir tane seçin!</div>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><div class="standout">Alias limitine ulaştınız!</div>';
$PALANG['pCreate_alias_goto'] = 'kime';
$PALANG['pCreate_alias_button'] = 'Alias Ekle';
$PALANG['pCreate_alias_goto_text'] = 'E-postanın gitmesi gereken yer.';
$PALANG['pCreate_alias_goto_text_error'] = 'E-postanın gitmesi gereken bir yer.<br /><div class="standout">Kime alanı uygun değil!</div>';
$PALANG['pCreate_alias_result_error'] = '<div class="standout">Alias\'ı alias tabşlosuna eklenemedi!</div>';
$PALANG['pCreate_alias_result_succes'] = 'Alias tabloya eklendi!';
$PALANG['pCreate_alias_catchall_text'] = 'Hepsini-yakala yaratmak için alias olarak "*" kullanın.<br />Domain yönlendirme domaini için kime kısmında "*@domain.tld" kullanın.';
$PALANG['pEdit_alias_welcome'] = 'domaniniz için bir domain\'i düzenleyin. <br />Satır başına bir giriş.';
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<div class="standout">alias bulunamıyor!</div>';
$PALANG['pEdit_alias_goto'] = 'Kime';
$PALANG['pEdit_alias_goto_text_error1'] = '<div class="standout">Kime kısmına hiçbirşey girmediniz.</div>';
$PALANG['pEdit_alias_goto_text_error2'] = '<div class="standout">Girdiğiniz e-posta uygun değil: ';
$PALANG['pEdit_alias_domain_error'] = '<div class="standout">Bu domain sizin değil: ';
$PALANG['pEdit_alias_button'] = 'Alias Düzenle';
$PALANG['pEdit_alias_result_error'] = '<div class="standout">Alias düzenlenemiyor!</div>';
$PALANG['pCreate_mailbox_welcome'] = 'Domaininiz için yeni bir lokal e-posta yaratın.';
$PALANG['pCreate_mailbox_username'] = 'Kullanıcı adı';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><div class="standout">E-POSTA uygun değil!</div>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><div class="standout">Bu elektronik posta kullanılmakta, lütfen farklı bir tane seçin!</div>';
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><div class="standout">Posta kutusu yaratma limitinize eriştiniz!</div>';
$PALANG['pCreate_mailbox_password'] = 'şifre';
$PALANG['pCreate_mailbox_password2'] = 'şifre (tekrar)';
$PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP için şifre';
$PALANG['pCreate_mailbox_password_text_error'] = 'POP3/IMAP için şifre<br /><div class="standout">Verdiğiniz şifreler birbirini tutmuyor!<br />Ya da boş!</div>';
$PALANG['pCreate_mailbox_name'] = 'İsim';
$PALANG['pCreate_mailbox_name_text'] = 'Tam isim';
$PALANG['pCreate_mailbox_quota'] = 'kota';
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Veridğiniz kota çok yüksek!</div>';
$PALANG['pCreate_mailbox_active'] = 'Aktif';
$PALANG['pCreate_mailbox_mail'] = 'Posta kutusu yarat';
$PALANG['pCreate_mailbox_button'] = 'Posta kutusu ekle';
$PALANG['pCreate_mailbox_result_error'] = '<div class="standout">Posta kutusu posta kutusu tablosuna eklenemiyor!</div>';
$PALANG['pCreate_mailbox_result_succes'] = 'Posta kutusu tabloya eklendi!';
$PALANG['pEdit_mailbox_welcome'] = 'Domaninizdeki bir posta kutusunu düzenleyin.';
$PALANG['pEdit_mailbox_username'] = 'kullanıcı adı';
$PALANG['pEdit_mailbox_username_error'] = '<div class="standout">Posta kutusu bulunamadı!</div>';
$PALANG['pEdit_mailbox_password'] = 'Yeni şifre';
$PALANG['pEdit_mailbox_password2'] = 'Yeni şifre (tekrar)';
$PALANG['pEdit_mailbox_password_text_error'] = '<div class="standout">Verdiğiniz şifreler birbirini tutmuyor!</div>';
$PALANG['pEdit_mailbox_name'] = 'İsim';
$PALANG['pEdit_mailbox_quota'] = 'kota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><div class="standout">Verdiğiniz kota çok yüksek!</div>';
$PALANG['pEdit_mailbox_domain_error'] = '<div class="standout">Bu domain dizin değil: ';
$PALANG['pEdit_mailbox_button'] = 'Posta kutusunu düzenle';
$PALANG['pEdit_mailbox_result_error'] = '<div class="standout">Şifre değiştirilemedi!</div>';
$PALANG['pPassword_welcome'] = 'Giriş şifrenizi değiştirin.';
$PALANG['pPassword_admin'] = 'Giriş';
$PALANG['pPassword_admin_text_error'] = '<div class="standout">Verdiğiniz e-posta kutusu hiçbir posta kutusuna uymuyor!</div>';
$PALANG['pPassword_password_current'] = 'şuanki şifre';
$PALANG['pPassword_password_current_text_error'] = '<div class="standout">Şuanki şifrenizi vermediniz!</div>';
$PALANG['pPassword_password'] = 'Yeni Şifre';
$PALANG['pPassword_password2'] = 'Yeni şifre (tekrar)';
$PALANG['pPassword_password_text_error'] = '<div class="standout">Verdiğiniz şifreler birbirini tutmuyor!<br />Ya da boş!</div>';
$PALANG['pPassword_button'] = 'Şifreyi değiştir';
$PALANG['pPassword_result_error'] = '<div class="standout">Şifreniz değiştirilemedi!</div>';
$PALANG['pPassword_result_succes'] = 'şifreniz değiştirildi!';
$PALANG['pViewlog_welcome'] = 'Son 10 hareket:';
$PALANG['pViewlog_timestamp'] = 'Timestamp';
$PALANG['pViewlog_username'] = 'Yönetici';
$PALANG['pViewlog_domain'] = 'Domain';
$PALANG['pViewlog_action'] = 'Aksiyon';
$PALANG['pViewlog_data'] = 'Veri';
$PALANG['pViewlog_button'] = 'Git';
$PALANG['pViewlog_result_error'] = '<div class="standout">Loglar bulunamıyor!</div>';
$PALANG['pSendmail_welcome'] = 'Eposta gönder.';
$PALANG['pSendmail_admin'] = 'kimden';
$PALANG['pSendmail_to'] = 'Kime';
$PALANG['pSendmail_to_text_error'] = '<div class="standout">Kime doğru bir e-posta değil!</div>';
$PALANG['pSendmail_subject'] = 'konu';
$PALANG['pSendmail_subject_text'] = 'Hoş geldiniz';
$PALANG['pSendmail_body'] = 'Metin';
$PALANG['pSendmail_body_text'] = <<<EOM
Merhaba,
Yeni hesabınıza hoş geldiniz.
EOM;
$PALANG['pSendmail_button'] = 'Mesaj Gönder';
$PALANG['pSendmail_result_error'] = '<div class="standout">Posta kutusu yaratılamadı!</div>';
$PALANG['pSendmail_result_succes'] = 'Posta kutusu yaratıldı!';
$PALANG['pVcp_welcome'] = 'Posta kutusu şifrenizi değiştirin.';
$PALANG['pVcp_username'] = 'Eposta';
$PALANG['pVcp_username_text_error'] = '<div class="standout">Verdiğiniz e posta hiçbir postakutusuna uymuyor!</div>';
$PALANG['pVcp_password_current'] = 'Şimdiki şifre';
$PALANG['pVcp_password_current_text_error'] = '<div class="standout">şuanki şifrenizi vermediniz!</div>';
$PALANG['pVcp_password'] = 'Yeni şifre';
$PALANG['pVcp_password2'] = 'Yeni şifre (tekrar)';
$PALANG['pVcp_password_text_error'] = '<div class="standout">Verdiğiniz şifreler birbirini tutmuyor<br />Ya da boş!</div>';
$PALANG['pVcp_button'] = 'şifre değiştir';
$PALANG['pVcp_result_error'] = '<div class="standout">şifreniz değiştirilemedi!</div>';
$PALANG['pVcp_result_succes'] = 'şifreniz değiştirildi!';
$PALANG['pAdminMenu_list_admin'] = 'Yönetici Listesi';
$PALANG['pAdminMenu_list_domain'] = 'Domain Listesi';
$PALANG['pAdminMenu_list_virtual'] = 'Sanal Liste';
$PALANG['pAdminMenu_viewlog'] = 'Log İzle';
$PALANG['pAdminMenu_backup'] = 'Yedek';
$PALANG['pAdminMenu_create_domain_admins'] = 'Domain Yöneticileri';
$PALANG['pAdminMenu_create_admin'] = 'Yeni Yönetici';
$PALANG['pAdminMenu_create_domain'] = 'Yeni Domain';
$PALANG['pAdminMenu_create_alias'] = 'Alias ekle';
$PALANG['pAdminMenu_create_mailbox'] = 'Postakutusu ekle';
$PALANG['pAdminList_admin_domain'] = 'Domain';
$PALANG['pAdminList_admin_username'] = 'Yönetici';
$PALANG['pAdminList_admin_count'] = 'Domainler';
$PALANG['pAdminList_admin_modified'] = 'Son Düzenleme';
$PALANG['pAdminList_admin_active'] = 'Aktif';
$PALANG['pAdminList_domain_domain'] = 'Domain';
$PALANG['pAdminList_domain_description'] = 'Açıklama';
$PALANG['pAdminList_domain_aliases'] = 'Aliaslar';
$PALANG['pAdminList_domain_mailboxes'] = 'Posta kutuları';
$PALANG['pAdminList_domain_maxquota'] = 'Max kota (MB)';
$PALANG['pAdminList_domain_modified'] = 'Son Düzenleme';
$PALANG['pAdminList_domain_active'] = 'Aktif';
$PALANG['pAdminList_virtual_button'] = 'Git';
$PALANG['pAdminList_virtual_welcome'] = 'Genel Bilgiler:';
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliaslar';
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Postakutuları';
$PALANG['pAdminList_virtual_alias_address'] = 'Kimden';
$PALANG['pAdminList_virtual_alias_goto'] = 'Kime';
$PALANG['pAdminList_virtual_alias_modified'] = 'Son Düzenleme';
$PALANG['pAdminList_virtual_mailbox_username'] = 'Eposta';
$PALANG['pAdminList_virtual_mailbox_name'] = 'İsim';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'kota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Son Düzenleme';
$PALANG['pAdminList_virtual_mailbox_active'] = 'Aktif';
$PALANG['pAdminCreate_domain_welcome'] = 'Yeni domain ekle';
$PALANG['pAdminCreate_domain_domain'] = 'Domain';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<div class="standout">Bu Domain halen bulunmakta!</div>';
$PALANG['pAdminCreate_domain_description'] = 'Açıklama';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliaslar';
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = iptal | -1 = limisiz';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postakutuları';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = iptal | -1 = limitsiz';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Kota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = iptal | -1 = limitsiz';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Öntanımlı posta aliası ekle';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Domain ekle';
$PALANG['pAdminCreate_domain_result_error'] = '<div class="standout">Domain eklenemedi!</div>';
$PALANG['pAdminCreate_domain_result_succes'] = 'Domain eklendi!';
$PALANG['pAdminEdit_domain_welcome'] = 'Domain düzenle';
$PALANG['pAdminEdit_domain_domain'] = 'Domain';
$PALANG['pAdminEdit_domain_description'] = 'Açıklama';
$PALANG['pAdminEdit_domain_aliases'] = 'Aliaslar';
$PALANG['pAdminEdit_domain_aliases_text'] = '0 = iptal | -1 = limitsiz';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Posta kutuları';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '0 = iptal | -1 = limitsiz';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Kota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> 0 = iptal | -1 = limitsiz';
$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminEdit_domain_active'] = 'Aktif';
$PALANG['pAdminEdit_domain_button'] = 'Domain düzenle';
$PALANG['pAdminEdit_domain_result_error'] = '<div class="standout">Domain düzenlenemedi!</div>';
$PALANG['pAdminCreate_admin_welcome'] = 'Yöneticiye yeni bir domain ekle';
$PALANG['pAdminCreate_admin_username'] = 'Yönetici';
$PALANG['pAdminCreate_admin_username_text'] = 'Eposta adresi';
$PALANG['pAdminCreate_admin_username_text_error1'] = 'Eposta adresi<br /><div class="standout">Yönetici uygun bir eposta adresi değil!</div>';
$PALANG['pAdminCreate_admin_username_text_error2'] = 'Eposta adresi<br /><div class="standout">Yönetici halen bulunmakta ya da uygun değil</div>';
$PALANG['pAdminCreate_admin_password'] = 'Şifre';
$PALANG['pAdminCreate_admin_password2'] = 'Şifre (tekrar)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<div class="standout">Girdiğiniz şifreler uymuyor!<br />Ya da boş!</div>';
$PALANG['pAdminCreate_admin_button'] = 'Yönetici ekle';
$PALANG['pAdminCreate_admin_result_error'] = '<div class="standout">Yönetici eklenemiyor!</div>';
$PALANG['pAdminCreate_admin_result_succes'] = 'Yönetici eklendi!';
$PALANG['pAdminCreate_admin_address'] = 'Domain';
$PALANG['pAdminEdit_admin_welcome'] = 'Domain yöneticisi düzenle';
$PALANG['pAdminEdit_admin_username'] = 'Yönetici';
$PALANG['pAdminEdit_admin_password'] = 'Şifre';
$PALANG['pAdminEdit_admin_password2'] = 'şifre (tekrar)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<div class="standout">Verdiğiniz şifreler birbirini tutmuyor!<br />Ya da boş!</div>';
$PALANG['pAdminEdit_admin_active'] = 'Aktif';
$PALANG['pAdminEdit_admin_button'] = 'Yönetici Ekle';
$PALANG['pAdminEdit_admin_result_error'] = '<div class="standout">Yönetici düzenlenemedi!</div>';
$PALANG['pAdminEdit_admin_result_succes'] = 'Yönetici düzenlendi!';
$PALANG['pUsersLogin_welcome'] = 'Posta kutusu sahipleri, şifre ddeğiştirmek için giriş yapın.';
$PALANG['pUsersLogin_username'] = 'Giriş (eposta)';
$PALANG['pUsersLogin_password'] = 'şifre';
$PALANG['pUsersLogin_button'] = 'Kullanıcı adı';
$PALANG['pUsersLogin_username_incorrect'] = 'Kullanıcı adınız doğru değil. E-posta adresiniz ile giriş yaptığınızdan emin olunuz!';
$PALANG['pUsersLogin_password_incorrect'] = 'Şifreniz doğru değil!';
$PALANG['pUsersMenu_vacation'] = 'Otomatik cevaplama';
$PALANG['pUsersMenu_edit_alias'] = 'Yönlendirmen değiştir';
$PALANG['pUsersMenu_password'] = 'şifre değiştir';
$PALANG['pUsersMain_welcome'] = 'Posta kutusu ayarlarınızı buradan değiştirin!';
$PALANG['pUsersMain_vacation'] = 'Posta kutunuz için "ofis dışı" mesajı veya otomatik cevaplama ekleyin.';
$PALANG['pUsersMain_edit_alias'] = 'Eposta yönlendirmenizi değiştirin.';
$PALANG['pUsersMain_password'] = 'şifrenizi değiştirin.';
$PALANG['pUsersVacation_welcome'] = 'Otomatik Cevaplama.';
$PALANG['pUsersVacation_welcome_text'] = 'Zaten bir otomatik cevaplamanız bulunmakta!';
$PALANG['pUsersVacation_subject'] = 'konu';
$PALANG['pUsersVacation_subject_text'] = 'Ofis dışında';
$PALANG['pUsersVacation_body'] = 'Metin';
$PALANG['pUsersVacation_body_text'] = <<<EOM
<date> tarihinden den <date> ine burada bulunmayacağım.
Acil durumlarda lütfen <contact person> a başvurunuz.
EOM;
$PALANG['pUsersVacation_button_away'] = 'Dışarı gidiyorum.';
$PALANG['pUsersVacation_button_back'] = 'Geri Geliyorum';
$PALANG['pUsersVacation_result_error'] = '<div class="standout">otomatik cevaplama ayarlarınızı değiştirilemiyor!</div>';
$PALANG['pUsersVacation_result_succes'] = 'Otomatik cevaplamanız kaldırıldı!';
?>

@ -0,0 +1,68 @@
<?php
//
// File: login.php
//
// Template File: login.tpl
//
// Template Variables:
//
// tMessage
// tUsername
//
// Form POST \ GET Variables:
//
// fUsername
// fPassword
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
include ("./templates/header.tpl");
include ("./templates/login.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fUsername = $_POST['fUsername'];
$fPassword = $_POST['fPassword'];
$result = db_query ("SELECT password FROM admin WHERE username='$fUsername' AND active='1'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$password = pacrypt ($fPassword, $row['password']);
$result = db_query ("SELECT * FROM admin WHERE username='$fUsername' AND password='$password' AND active='1'");
if ($result['rows'] != 1)
{
$error = 1;
$tMessage = $PALANG['pLogin_password_incorrect'];
$tUsername = $fUsername;
}
}
else
{
$error = 1;
$tMessage = $PALANG['pLogin_username_incorrect'];
}
if ($error != 1)
{
session_start();
session_register("sessid");
$_SESSION['sessid']['username'] = $fUsername;
header("Location: main.php");
exit;
}
include ("./templates/header.tpl");
include ("./templates/login.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,25 @@
<?php
//
// File: logout.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
require ("./config.inc.php");
require ("./functions.inc.php");
$SESSID_USERNAME = check_session ();
session_unset ();
session_destroy ();
header ("Location: login.php");
exit;
?>

@ -0,0 +1,36 @@
<?php
//
// File: main.php
//
// Template File: main.tpl
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
if ($_SERVER["REQUEST_METHOD"] == "GET")
{
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/main.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER["REQUEST_METHOD"] == "POST")
{
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/main.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,9 @@
<div class="standout">
New Features:<br />
Support for Backup MX. Upgrade of domain table is needed, please read BACKUP_MX.TXT.<br />
New configuration options (check line 31, 43 & 48 in config.inc.php).<br />
Also check the motd.txt and motd-users.txt files.<br />
</div>
<p>
To remove this text, delete the motd-admin.txt file.
</p>

@ -0,0 +1,7 @@
<div class="standout">
=== Announcement ===<br />
This is a new version of Postfix Admin.<br />
If you have any questions please direct them to the <a href="mailto:<?php print $CONF['admin_email']; ?>">Site Admin</a><br />
=== Announcement ===<br />
</div>
<p />

@ -0,0 +1,7 @@
<div class="standout">
=== Announcement ===<br />
This is a new version of Postfix Admin.<br />
If you have any questions please direct them to the <a href="mailto:<?php print $CONF['admin_email']; ?>">Site Admin</a><br />
=== Announcement ===<br />
</div>
<p />

@ -0,0 +1,167 @@
<?php
//
// File: overview.php
//
// Template File: overview.tpl
//
// Template Variables:
//
// tAlias
// tDomain
// tMailbox
// tDisplay_back
// tDisplay_next
//
// Form POST \ GET Variables:
//
// domain
// fDomain
// limit
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session();
$list_domains = list_domains_for_admin ($SESSID_USERNAME);
$tAlias = array();
$tMailbox = array();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
$fDisplay = 0;
$page_size = $CONF['page_size'];
if (isset ($_GET['domain'])) $fDomain = $_GET['domain'];
if (isset ($_GET['limit'])) $fDisplay = $_GET['limit'];
if (check_owner ($SESSID_USERNAME, $fDomain))
{
$limit = get_domain_properties ($fDomain);
if ($CONF['alias_control'] == "YES")
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias WHERE alias.domain='$fDomain' ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
else
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias LEFT JOIN mailbox ON alias.address=mailbox.username WHERE alias.domain='$fDomain' AND mailbox.maildir IS NULL ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
$result = db_query ("$query");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tAlias[] = $row;
}
}
$result = db_query ("SELECT * FROM mailbox WHERE domain='$fDomain' ORDER BY username LIMIT $fDisplay, $page_size");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tMailbox[] = $row;
}
}
$template = "overview.tpl";
}
else
{
$template = "overview-get.tpl";
}
$tDomain = $fDomain;
if (isset ($limit))
{
if ($fDisplay >= $page_size)
{
$tDisplay_back_show = 1;
$tDisplay_back = $fDisplay - $page_size;
}
if (($limit['alias_count'] > $page_size) or ($limit['mailbox_count'] > $page_size))
{
$tDisplay_up_show = 1;
}
if ((($fDisplay + $page_size) < $limit['alias_count']) or (($fDisplay + $page_size) < $limit['mailbox_count']))
{
$tDisplay_next_show = 1;
$tDisplay_next = $fDisplay + $page_size;
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/$template");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fDisplay = 0;
$page_size = $CONF['page_size'];
if (isset ($_POST['limit'])) $fDisplay = $_POST['limit'];
if (check_owner ($SESSID_USERNAME, $_POST['fDomain']))
{
$fDomain = $_POST['fDomain'];
$limit = get_domain_properties ($fDomain);
if ($CONF['alias_control'] == "YES")
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias WHERE alias.domain='$fDomain' ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
else
{
$query = "SELECT alias.address,alias.goto,alias.modified FROM alias LEFT JOIN mailbox ON alias.address=mailbox.username WHERE alias.domain='$fDomain' AND mailbox.maildir IS NULL ORDER BY alias.address LIMIT $fDisplay, $page_size";
}
$result = db_query ("$query");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tAlias[] = $row;
}
}
$result = db_query ("SELECT * FROM mailbox WHERE domain='$fDomain' ORDER BY username LIMIT $fDisplay, $page_size");
if ($result['rows'] > 0)
{
while ($row = db_array ($result['result']))
{
$tMailbox[] = $row;
}
}
}
if (isset ($limit))
{
if ($fDisplay >= $page_size)
{
$tDisplay_back_show = 1;
$tDisplay_back = $fDisplay - $page_size;
}
if (($limit['alias_count'] > $page_size) or ($limit['mailbox_count'] > $page_size))
{
$tDisplay_up_show = 1;
}
if ((($fDisplay + $page_size) < $limit['alias_count']) or (($fDisplay + $page_size) < $limit['mailbox_count']))
{
$tDisplay_next_show = 1;
$tDisplay_next = $fDisplay + $page_size;
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/overview.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,84 @@
<?php
//
// File: password.php
//
// Template File: password.tpl
//
// Template Variables:
//
// tMessage
//
// Form POST \ GET Variables:
//
// fPassword_current
// fPassword
// fPassword2
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/password.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fPassword_current = $_POST['fPassword_current'];
$fPassword = $_POST['fPassword'];
$fPassword2 = $_POST['fPassword2'];
$username = $SESSID_USERNAME;
$result = db_query ("SELECT * FROM admin WHERE username='$username'");
if ($result['rows'] == 1)
{
$row = db_array ($result['result']);
$checked_password = pacrypt ($fPassword_current, $row['password']);
$result = db_query ("SELECT * FROM admin WHERE username='$username' AND password='$checked_password'");
if ($result['rows'] != 1)
{
$error = 1;
$pPassword_password_current_text = $PALANG['pPassword_password_current_text_error'];
}
}
else
{
$error = 1;
$pPassword_email_text = $PALANG['pPassword_email_text_error'];
}
if (empty ($fPassword) or ($fPassword != $fPassword2))
{
$error = 1;
$pPassword_password_text = $PALANG['pPassword_password_text_error'];
}
if ($error != 1)
{
$password = pacrypt ($fPassword);
$result = db_query ("UPDATE admin SET password='$password',modified=NOW() WHERE username='$username'");
if ($result['rows'] == 1)
{
$tMessage = $PALANG['pPassword_result_succes'];
}
else
{
$tMessage = $PALANG['pPassword_result_error'];
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/password.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,82 @@
<?php
//
// File: sendmail.php
//
// Template File: sendmail.tpl
//
// Template Variables:
//
// tMessage
// tFrom
// tSubject
// tBody
//
// Form POST \ GET Variables:
//
// fTo
// fSubject
// fBody
//
require ("./variables.inc.php");
require ("./config.inc.php");
require ("./functions.inc.php");
include ("./languages/" . check_language () . ".lang");
$SESSID_USERNAME = check_session ();
if ($_SERVER['REQUEST_METHOD'] == "GET")
{
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/sendmail.tpl");
include ("./templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
$fTo = $_POST['fTo'];
$fFrom = $SESSID_USERNAME;
$fHeaders = "To: " . $fTo . "\n";
$fHeaders .= "From: " . $fFrom . "\n";
if (!empty ($PALANG['charset']))
{
$fHeaders .= encode_header ($_POST['fSubject'], $PALANG['charset']) . "\n";
$fHeaders .= "MIME-Version: 1.0\n";
$fHeaders .= "Content-Type: text/plain; charset=" . $PALANG['charset'] . "\n";
$fHeaders .= "Content-Transfer-Encoding: 8bit\n";
}
else
{
$fHeaders .= "Subject: " . $_POST['fSubject'] . "\n\n";
}
$fHeaders .= $_POST['fBody'];
if (empty ($fTo) or !check_email ($fTo))
{
$error = 1;
$tTo = $_POST['fTo'];
$tSubject = $_POST['fSubject'];
$tBody = $_POST['fBody'];
$tMessage = $PALANG['pSendmail_to_text_error'];
}
if ($error != 1)
{
if (!smtp_mail ($fTo, $fFrom, $fHeaders))
{
$tMessage .= $PALANG['pSendmail_result_error'];
}
else
{
$tMessage .= $PALANG['pSendmail_result_succes'];
}
}
include ("./templates/header.tpl");
include ("./templates/menu.tpl");
include ("./templates/sendmail.tpl");
include ("./templates/footer.tpl");
}
?>

@ -0,0 +1,111 @@
body {
background: white;
color: black;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
}
h1 {
font-size: 18px;
font-weight: bold;
margin-bottom: 0px;
margin-top: 20px;
}
a {
color: blue;
text-decoration: none;
}
a:visited {
color: blue;
text-decoration: none;
}
hr {
line-heigt: 1px;
margin-top: 10px;
margin-bottom: 10px;
width: auto;
}
p {
margin-top: 11px;
}
table {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
width: 640px;
}
table.auto {
width: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}
table.form {
padding-left: 0px;
padding-right: 0px;
text-align: left;
width: auto;
}
tr.header {
font-weight: bold;
}
tr.hilightoff {
background: #ffffff;
}
tr.hilighton {
background: #dfdfdf;
}
td {
padding-left: 5px;
padding-right: 5px;
}
td.menu {
text-align: center;
background: #dfdfdf;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
border-radius: 2px;
-moz-border-radius: 2px;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
input {
float: none;
clear: none;
}
textarea {
float: none;
clear: none;
}
div.standout {
color: #d01313;
}
div.footer {
margin-bottom: 0px;
margin-top: 5px;
}

@ -0,0 +1,71 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pAdminCreate_admin_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="alias" method="post">
<?php print $PALANG['pAdminCreate_admin_username'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fUsername" value="<?php print $tUsername; ?>" />
</td>
<td>
<?php print $pAdminCreate_admin_username_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminCreate_admin_password'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword" />
</td>
<td>
<?php print $pAdminCreate_admin_password_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminCreate_admin_password2'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword2" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td colspan=3 align=center>
<select name="fDomains[]" size="10" multiple="multiple">
<?php
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if (in_array ($list_domains[$i], $tDomains))
{
print "<option value=\"" . $list_domains[$i] . "\" selected=\"selected\">" . $list_domains[$i] . "</option>\n";
}
else
{
print "<option value=\"" . $list_domains[$i] . "\">" . $list_domains[$i] . "</option>\n";
}
}
?>
</select>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pAdminCreate_admin_button']; ?>" />
</form>
</td>
</tr>
</table>
<p />

@ -0,0 +1,103 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pAdminCreate_domain_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="create_domain" method="post">
<?php print $PALANG['pAdminCreate_domain_domain'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fDomain" value="<?php print $tDomain; ?>" />
</td>
<td>
<?php print $pAdminCreate_domain_domain_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminCreate_domain_description'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fDescription" value="<?php print $tDescription; ?>" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminCreate_domain_aliases'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fAliases" value="<?php print $tAliases; ?>" />
</td>
<td>
<?php print $PALANG['pAdminCreate_domain_aliases_text'] . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminCreate_domain_mailboxes'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fMailboxes" value="<?php print $tMailboxes; ?>" />
</td>
<td>
<?php print $PALANG['pAdminCreate_domain_mailboxes_text'] . "\n"; ?>
</td>
</tr>
<?php
if ($CONF['quota'] == 'YES')
{
print " <tr>\n";
print " <td>\n";
print " " . $PALANG['pAdminCreate_domain_maxquota'] . ":\n";
print " </td>\n";
print " <td>\n";
print " <input type=\"text\" name=\"fMaxquota\" value=\"$tMaxquota\" />\n";
print " </td>\n";
print " <td>\n";
print " " . $PALANG['pAdminCreate_domain_maxquota_text'] . "\n";
print " </td>\n";
print " </tr>\n";
}
?>
<tr>
<td>
<?php print $PALANG['pAdminCreate_domain_defaultaliases'] . ":\n"; ?>
</td>
<td>
<?php $checked = (!empty ($tDefaultaliases)) ? 'checked' : ''; ?>
<input type="checkbox" name="fDefaultaliases" <?php print $checked; ?> />
</td>
<td>
<?php print $pAdminCreate_domain_defaultaliases_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminCreate_domain_backupmx'] . ":\n"; ?>
</td>
<td>
<?php $checked = (!empty ($tBackupmx)) ? 'checked' : ''; ?>
<input type="checkbox" name="fBackupmx" <?php print $checked; ?> />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pAdminCreate_domain_button']; ?>" />
</form>
</td>
</tr>
</table>
<p />

@ -0,0 +1,115 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pCreate_mailbox_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="mailbox" method="post">
<?php print $PALANG['pCreate_mailbox_username'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fUsername" value="<?php print $tUsername; ?>" />
</td>
<td>
<select name="fDomain">
<?php
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if ($tDomain == $list_domains[$i])
{
print " <option value=\"$list_domains[$i]\" selected>$list_domains[$i]</option>\n";
}
else
{
print " <option value=\"$list_domains[$i]\">$list_domains[$i]</option>\n";
}
}
?>
</select>
<?php print $pCreate_mailbox_username_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_password'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword" />
</td>
<td>
<?php print $pCreate_mailbox_password_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_password2'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword2" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_name'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fName" value="<?php print $tName; ?>" />
</td>
<td>
<?php print $pCreate_mailbox_name_text . "\n"; ?>
</td>
</tr>
<?php
if ($CONF['quota'] == 'YES')
{
print " <tr>\n";
print " <td>\n";
print " " . $PALANG['pCreate_mailbox_quota'] . ":\n";
print " </td>\n";
print " <td>\n";
print " <input type=\"text\" name=\"fQuota\" value=\"$tQuota\" />\n";
print " </td>\n";
print " <td>\n";
print " $pCreate_mailbox_quota_text\n";
print " </td>\n";
print " </tr>\n";
}
?>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_active'] . ":\n"; ?>
</td>
<td>
<input type="checkbox" name="fActive" checked />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_mail'] . ":\n"; ?>
</td>
<td>
<input type="checkbox" name="fMail" checked />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pCreate_mailbox_button']; ?>" />
</form>
</td>
</tr>
</table>

@ -0,0 +1,84 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pAdminEdit_admin_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="alias" method="post">
<?php print $PALANG['pAdminEdit_admin_username'] . ":\n"; ?>
</td>
<td>
<?php print $username . "\n"; ?>
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_admin_password'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword" />
</td>
<td>
<?php print $pAdminEdit_admin_password_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_admin_password2'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword2" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_admin_active'] . ":\n"; ?>
</td>
<td>
<?php $checked = (!empty ($tActive)) ? 'checked' : ''; ?>
<input type="checkbox" name="fActive" <?php print $checked; ?> />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td colspan=3 align=center>
<select name="fDomains[]" size="10" multiple="multiple">
<?php
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if (in_array ($list_domains[$i], $tDomains))
{
print "<option value=\"" . $list_domains[$i] . "\" selected=\"selected\">" . $list_domains[$i] . "</option>\n";
}
else
{
print "<option value=\"" . $list_domains[$i] . "\">" . $list_domains[$i] . "</option>\n";
}
}
?>
</select>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pAdminEdit_admin_button']; ?>" />
</form>
</td>
</tr>
</table>
<p />

@ -0,0 +1,103 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pAdminEdit_domain_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="alias" method="post">
<?php print $PALANG['pAdminEdit_domain_domain'] . ":\n"; ?>
</td>
<td>
<?php print $domain . "\n"; ?>
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_domain_description'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fDescription" value="<?php print htmlspecialchars ($tDescription, ENT_QUOTES); ?>" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_domain_aliases'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fAliases" value="<?php print $tAliases; ?>" />
</td>
<td>
<?php print $PALANG['pAdminEdit_domain_aliases_text'] . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_domain_mailboxes'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fMailboxes" value="<?php print $tMailboxes; ?>" />
</td>
<td>
<?php print $PALANG['pAdminEdit_domain_mailboxes_text'] . "\n"; ?>
</td>
</tr>
<?php
if ($CONF['quota'] == 'YES')
{
print " <tr>\n";
print " <td>\n";
print " " . $PALANG['pAdminEdit_domain_maxquota'] . ":\n";
print " </td>\n";
print " <td>\n";
print " <input type=\"text\" name=\"fMaxquota\" value=\"$tMaxquota\" />\n";
print " </td>\n";
print " <td>\n";
print " " . $PALANG['pAdminEdit_domain_maxquota_text'] . "\n";
print " </td>\n";
print " </tr>\n";
}
?>
<tr>
<td>
<?php print $PALANG['pAdminEdit_domain_backupmx'] . ":\n"; ?>
</td>
<td>
<?php $checked = (!empty ($tBackupmx)) ? 'checked' : ''; ?>
<input type="checkbox" name="fBackupmx" <?php print $checked; ?> />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pAdminEdit_domain_active'] . ":\n"; ?>
</td>
<td>
<?php $checked = (!empty ($tActive)) ? 'checked' : ''; ?>
<input type="checkbox" name="fActive" <?php print $checked; ?> />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pAdminEdit_domain_button']; ?>" />
</form>
</td>
</tr>
</table>
<p />

@ -0,0 +1,34 @@
<?php
if (sizeof ($list_admins) > 0)
{
print "<center>\n";
print "<table border=\"1\">\n";
print " <tr class=\"header\">\n";
print " <td>" . $PALANG['pAdminList_admin_username'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_admin_count'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_admin_modified'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_admin_active'] . "</td>\n";
print " <td colspan=\"2\">&nbsp;</td>\n";
print " </tr>\n";
for ($i = 0; $i < sizeof ($list_admins); $i++)
{
if ((is_array ($list_admins) and sizeof ($list_admins) > 0))
{
print " <tr class=\"hilightoff\" onMouseOver=\"className='hilighton';\" onMouseOut=\"className='hilightoff';\">\n";
print " <td><a href=\"list-domain.php?username=" . $list_admins[$i] . "\">" . $list_admins[$i] . "</a></td>";
print " <td>" . $admin_properties[$i]['domain_count'] . "</td>";
print " <td>" . $admin_properties[$i]['modified'] . "</td>";
$active = ($admin_properties[$i]['active'] == 1) ? $PALANG['YES'] : $PALANG['NO'];
print " <td><a href=\"edit-active-admin.php?username=" . $list_admins[$i] . "\">" . $active . "</a></td>";
print " <td><a href=\"edit-admin.php?username=" . $list_admins[$i] . "\">" . $PALANG['edit'] . "</a></td>";
print " <td><a href=\"delete.php?table=admin&where=username&delete=" . $list_admins[$i] . "\" onclick=\"return confirm ('" . $PALANG['confirm'] . "')\">" . $PALANG['del'] . "</a></td>";
print " </tr>\n";
}
}
print "</table>\n";
print "</center>\n";
print "<p />\n";
}
?>

@ -0,0 +1,63 @@
<center>
<form name="overview" method="post">
<select name="fUsername" onChange="this.form.submit()";>
<?php
for ($i = 0; $i < sizeof ($list_admins); $i++)
{
if ($fUsername == $list_admins[$i])
{
print "<option value=\"" . $list_admins[$i] . "\" selected>" . $list_admins[$i] . "</option>\n";
}
else
{
print "<option value=\"" . $list_admins[$i] . "\">" . $list_admins[$i] . "</option>\n";
}
}
?>
</select>
<input type="submit" name="go" value="<?php print $PALANG['pOverview_button']; ?>" />
</form>
<p />
<?php
if (sizeof ($list_domains) > 0)
{
print "<center>\n";
print "<table class=\"auto\" border=\"1\">\n";
print " <tr class=\"header\">\n";
print " <td>" . $PALANG['pAdminList_domain_domain'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_domain_description'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_domain_aliases'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_domain_mailboxes'] . "</td>\n";
if ($CONF['quota'] == 'YES') print " <td>" . $PALANG['pAdminList_domain_maxquota'] . "</td>\n";
print " <td>" . "Backup MX" . "</td>\n";
print " <td>" . $PALANG['pAdminList_domain_modified'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_domain_active'] . "</td>\n";
print " <td colspan=\"2\">&nbsp;</td>\n";
print " </tr>\n";
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if ((is_array ($list_domains) and sizeof ($list_domains) > 0))
{
print " <tr class=\"hilightoff\" onMouseOver=\"className='hilighton';\" onMouseOut=\"className='hilightoff';\">\n";
print "<td><a href=\"list-virtual.php?domain=" . $list_domains[$i] . "\">" . $list_domains[$i] . "</a></td>";
print "<td>" . $domain_properties[$i]['description'] . "</td>";
print "<td>" . $domain_properties[$i]['alias_count'] . " / " . $domain_properties[$i]['aliases'] . "</td>";
print "<td>" . $domain_properties[$i]['mailbox_count'] . " / " . $domain_properties[$i]['mailboxes'] . "</td>";
if ($CONF['quota'] == 'YES') print "<td>" . $domain_properties[$i]['maxquota'] . "</td>";
$backupmx = ($domain_properties[$i]['backupmx'] == 1) ? $PALANG['YES'] : $PALANG['NO'];
print "<td>$backupmx</td>";
print "<td>" . $domain_properties[$i]['modified'] . "</td>";
$active = ($domain_properties[$i]['active'] == 1) ? $PALANG['YES'] : $PALANG['NO'];
print "<td><a href=\"edit-active-domain.php?domain=" . $list_domains[$i] . "\">" . $active . "</a></td>";
print "<td><a href=\"edit-domain.php?domain=" . $list_domains[$i] . "\">" . $PALANG['edit'] . "</a></td>";
print "<td><a href=\"delete.php?table=domain&where=domain&delete=" . $list_domains[$i] . "\" onclick=\"return confirm ('" . $PALANG['confirm_domain'] . "')\">" . $PALANG['del'] . "</a></td>";
print "</tr>\n";
}
}
print "</table>\n";
print "</center>\n";
print "<p />\n";
}
?>

@ -0,0 +1,94 @@
<center>
<form name="overview" method="post">
<select name="fDomain" onChange="this.form.submit()";>
<?php
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if ($fDomain == $list_domains[$i])
{
print "<option value=\"$list_domains[$i]\" selected>$list_domains[$i]</option>\n";
}
else
{
print "<option value=\"$list_domains[$i]\">$list_domains[$i]</option>\n";
}
}
?>
</select>
<input type="hidden" name="limit" value="0">
<input type="submit" name="go" value="<?php print $PALANG['pAdminList_virtual_button']; ?>" />
</form>
<p />
<?php
print "<b>". $PALANG['pAdminList_virtual_welcome'] . $fDomain . "</b><br />\n";
print $PALANG['pAdminList_virtual_alias_alias_count'] . ": " . $limit['alias_count'] . " / " . $limit['aliases'] . " &nbsp; ";
print $PALANG['pAdminList_virtual_alias_mailbox_count'] . ": " . $limit['mailbox_count'] . " / " . $limit['mailboxes'] . "<br />\n";
if ($tDisplay_back_show == 1) print "<a href=\"list-virtual.php?domain=$fDomain&limit=$tDisplay_back\"><img border=\"0\" src=\"../images/back.gif\"></a>\n";
if ($tDisplay_up_show == 1) print "<a href=\"list-virtual.php?domain=$fDomain&limit=0\"><img border=\"0\" src=\"../images/up.gif\"></a>\n";
if ($tDisplay_next_show == 1) print "<a href=\"list-virtual.php?domain=$fDomain&limit=$tDisplay_next\"><img border=\"0\" src=\"../images/next.gif\"></a>\n";
if (sizeof ($tAlias) > 0)
{
print "<center>\n";
print "<table border=\"1\">\n";
print " <tr class=\"header\">\n";
print " <td>" . $PALANG['pAdminList_virtual_alias_address'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_virtual_alias_goto'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_virtual_alias_modified'] . "</td>\n";
print " <td colspan=\"2\">&nbsp;</td>\n";
print " </tr>\n";
for ($i = 0; $i < sizeof ($tAlias); $i++)
{
if ((is_array ($tAlias) and sizeof ($tAlias) > 0))
{
print " <tr class=\"hilightoff\" onMouseOver=\"className='hilighton';\" onMouseOut=\"className='hilightoff';\">\n";
print " <td>" . $tAlias[$i]['address'] . "</td>\n";
print " <td>" . ereg_replace (",", "<br>", $tAlias[$i]['goto']) . "</td>\n";
print " <td>" . $tAlias[$i]['modified'] . "</td>\n";
print " <td><a href=\"edit-alias.php?address=" . urlencode ($tAlias[$i]['address']) . "&domain=$fDomain" . "\">" . $PALANG['edit'] . "</a></td>\n";
print " <td><a href=\"delete.php?table=alias" . "&delete=" . urlencode ($tAlias[$i]['address']) . "&domain=$fDomain" . "\"onclick=\"return confirm ('" . $PALANG['confirm'] . "')\">" . $PALANG['del'] . "</a></td>\n";
print " </tr>\n";
}
}
print "</table>\n";
print "</center>\n";
print "<p />\n";
}
if (sizeof ($tMailbox) > 0)
{
print "<center>\n";
print "<table border=\"1\">\n";
print " <tr class=\"header\">\n";
print " <td>" . $PALANG['pAdminList_virtual_mailbox_username'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_virtual_mailbox_name'] . "</td>\n";
if ($CONF['quota'] == 'YES') print " <td>" . $PALANG['pAdminList_virtual_mailbox_quota'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_virtual_mailbox_modified'] . "</td>\n";
print " <td>" . $PALANG['pAdminList_virtual_mailbox_active'] . "</td>\n";
print " <td colspan=\"2\">&nbsp;</td>\n";
print " </tr>\n";
for ($i = 0; $i < sizeof ($tMailbox); $i++)
{
if ((is_array ($tMailbox) and sizeof ($tMailbox) > 0))
{
print " <tr class=\"hilightoff\" onMouseOver=\"className='hilighton';\" onMouseOut=\"className='hilightoff';\">\n";
print " <td>" . $tMailbox[$i]['username'] . "</td>\n";
print " <td>" . $tMailbox[$i]['name'] . "</td>\n";
if ($CONF['quota'] == 'YES') print " <td>" . $tMailbox[$i]['quota'] / $CONF['quota_multiplier'] . "</td>\n";
print " <td>" . $tMailbox[$i]['modified'] . "</td>\n";
$active = ($tMailbox[$i]['active'] == 1) ? $PALANG['YES'] : $PALANG['NO'];
print " <td><a href=\"edit-active.php?username=" . urlencode ($tMailbox[$i]['username']) . "&domain=$fDomain" . "\">" . $active . "</a></td>\n";
print " <td><a href=\"edit-mailbox.php?username=" . urlencode ($tMailbox[$i]['username']) . "&domain=$fDomain" . "\">" . $PALANG['edit'] . "</a></td>\n";
print " <td><a href=\"delete.php?table=mailbox" . "&delete=" . urlencode ($tMailbox[$i]['username']) . "&domain=$fDomain" . "\"onclick=\"return confirm ('" . $PALANG['confirm'] . "')\">" . $PALANG['del'] . "</a></td>\n";
print " </tr>\n";
}
}
print "</table>\n";
print "</center>\n";
print "<p />\n";
}
?>

@ -0,0 +1,65 @@
<table class="auto">
<tr>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="list-admin.php"><?php print $PALANG['pAdminMenu_list_admin']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="list-domain.php"><?php print $PALANG['pAdminMenu_list_domain']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="list-virtual.php"><?php print $PALANG['pAdminMenu_list_virtual']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="viewlog.php"><?php print $PALANG['pAdminMenu_viewlog']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="backup.php"><?php print $PALANG['pAdminMenu_backup']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="create-domain.php"><?php print $PALANG['pAdminMenu_create_domain']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="create-admin.php"><?php print $PALANG['pAdminMenu_create_admin']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<?php $url = "create-alias.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
<a target=""_top"" href="<?php print $url; ?>"><?php print $PALANG['pAdminMenu_create_alias']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<?php $url = "create-mailbox.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
<a target=""_top"" href="<?php print $url; ?>"><?php print $PALANG['pAdminMenu_create_mailbox']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
</tr>
</table>
<hr />
<?php if (file_exists (realpath ("../motd-admin.txt"))) include ("../motd-admin.txt"); ?>

@ -0,0 +1,57 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pCreate_alias_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="alias" method="post">
<?php print $PALANG['pCreate_alias_address'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fAddress" value="<?php print $tAddress; ?>" />
</td>
<td>
<select name="fDomain">
<?php
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if ($tDomain == $list_domains[$i])
{
print " <option value=\"$list_domains[$i]\" selected>$list_domains[$i]</option>\n";
}
else
{
print " <option value=\"$list_domains[$i]\">$list_domains[$i]</option>\n";
}
}
?>
</select>
<?php print $pCreate_alias_address_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_alias_goto'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fGoto" value="<?php print $tGoto; ?>" />
</td>
<td>
<?php print $pCreate_alias_goto_text . "\n"; ?>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pCreate_alias_button']; ?>" />
</form>
</td>
</tr>
</table>
<p />
<?php print $PALANG['pCreate_alias_catchall_text'] . "\n"; ?>

@ -0,0 +1,116 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pCreate_mailbox_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="mailbox" method="post">
<?php print $PALANG['pCreate_mailbox_username'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fUsername" value="<?php print $tUsername; ?>" />
</td>
<td>
<select name="fDomain">
<?php
for ($i = 0; $i < sizeof ($list_domains); $i++)
{
if ($tDomain == $list_domains[$i])
{
print " <option value=\"$list_domains[$i]\" selected>$list_domains[$i]</option>\n";
}
else
{
print " <option value=\"$list_domains[$i]\">$list_domains[$i]</option>\n";
}
}
?>
</select>
<?php print $pCreate_mailbox_username_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_password'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword" />
</td>
<td>
<?php print $pCreate_mailbox_password_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_password2'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword2" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_name'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fName" value="<?php print $tName; ?>" />
</td>
<td>
<?php print $pCreate_mailbox_name_text . "\n"; ?>
</td>
</tr>
<tr>
<?php
if ($CONF['quota'] == 'YES')
{
print " <tr>\n";
print " <td>\n";
print " " . $PALANG['pCreate_mailbox_quota'] . ":\n";
print " </td>\n";
print " <td>\n";
print " <input type=\"text\" name=\"fQuota\" value=\"$tQuota\" />\n";
print " </td>\n";
print " <td>\n";
print " $pCreate_mailbox_quota_text\n";
print " </td>\n";
print " </tr>\n";
}
?>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_active'] . ":\n"; ?>
</td>
<td>
<input type="checkbox" name="fActive" checked />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_mail'] . ":\n"; ?>
</td>
<td>
<input type="checkbox" name="fMail" checked />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pCreate_mailbox_button']; ?>" />
</form>
</td>
</tr>
</table>

@ -0,0 +1,49 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pEdit_alias_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="mailbox" method="post">
<?php print $PALANG['pEdit_alias_address'] . ":\n"; ?>
</td>
<td>
<?php print $fAddress; ?>
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pEdit_alias_goto'] . ":\n"; ?>
</td>
<td>
<textarea rows="24" cols="80" name="fGoto">
<?php
$array = preg_split ('/,/', $tGoto);
for ($i = 0 ; $i < sizeof ($array) ; $i++)
{
if (empty ($array[$i])) continue;
print "$array[$i]\n";
}
?>
</textarea>
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pEdit_alias_button']; ?>" />
</form>
</td>
</tr>
</table>

@ -0,0 +1,90 @@
<center>
<?php print $tMessage . "\n"; ?>
<table class="form">
<tr>
<td align="center" colspan="3">
<?php print $PALANG['pEdit_mailbox_welcome'] . "\n"; ?>
<br />
<br />
</td>
</tr>
<tr>
<td>
<form name="mailbox" method="post">
<?php print $PALANG['pEdit_mailbox_username'] . ":\n"; ?>
</td>
<td>
<?php print $fUsername . "\n"; ?>
</td>
<td>
<?php print $pEdit_mailbox_username_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pEdit_mailbox_password'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword" />
</td>
<td>
<?php print $pEdit_mailbox_password_text . "\n"; ?>
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pEdit_mailbox_password2'] . ":\n"; ?>
</td>
<td>
<input type="password" name="fPassword2" />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<?php print $PALANG['pEdit_mailbox_name'] . ":\n"; ?>
</td>
<td>
<input type="text" name="fName" value="<?php print htmlspecialchars ($tName, ENT_QUOTES); ?>" />
</td>
<td>
&nbsp;
</td>
</tr>
<?php
if ($CONF['quota'] == 'YES')
{
print " <tr>\n";
print " <td>\n";
print " " . $PALANG['pEdit_mailbox_quota'] . ":\n";
print " </td>\n";
print " <td>\n";
print " <input type=\"text\" name=\"fQuota\" value=\"$tQuota\" />\n";
print " </td>\n";
print " <td>\n";
print " $pEdit_mailbox_quota_text\n";
print " </td>\n";
print " </tr>\n";
}
?>
<tr>
<td>
<?php print $PALANG['pCreate_mailbox_active'] . ":\n"; ?>
</td>
<td>
<?php $checked = (!empty ($tActive)) ? 'checked' : ''; ?>
<input type="checkbox" name="fActive" <?php print $checked; ?> />
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input type="submit" name="submit" value="<?php print $PALANG['pEdit_mailbox_button']; ?>" />
</form>
</td>
</tr>
</table>

@ -0,0 +1,14 @@
<p />
<div class="footer">
<a target="_blank" href="http://high5.net/"><font color="black">Postfix Admin <?php print $version; ?></font></a><br />
<?php
if (($CONF['show_footer_text'] == "YES") and ($CONF['footer_link']))
{
print "<br /></br />\n";
print "<a href=\"" . $CONF['footer_link'] . "\">" . $CONF['footer_text'] . "</a>\n";
}
?>
</div>
</center>
</body>
</html>

@ -0,0 +1,19 @@
<?php
@header ("Expires: Sun, 16 Mar 2003 05:00:00 GMT");
@header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
@header ("Cache-Control: no-store, no-cache, must-revalidate");
@header ("Cache-Control: post-check=0, pre-check=0", false);
@header ("Pragma: no-cache");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php print isset($PALANG['charset']) ? print $PALANG['charset'] : 'iso-8859-1' ?>" />
<?php
if (file_exists (realpath ("./stylesheet.css"))) print "<link rel=\"stylesheet\" href=\"stylesheet.css\">\n";
if (file_exists (realpath ("../stylesheet.css"))) print "<link rel=\"stylesheet\" href=\"../stylesheet.css\">\n";
?>
<title>Postfix Admin</title>
</head>
<body>
<center>

@ -0,0 +1,17 @@
<?php
//
// File: index.php
//
// Template File: -none-
//
// Template Variables:
//
// -none-
//
// Form POST \ GET Variables:
//
// -none-
//
header ("Location: ../login.php");
exit;
?>

@ -0,0 +1,69 @@
<?php
if ($CONF['logo'] == "YES")
{
print "<img src=\"images/postfixadmin.png\" />\n";
}
else
{
print "<h1>" . $CONF['header_text'] . "</h1>\n";
}
?>
<p />
<center>
<?php print $tMessage . "\n"; ?>
<table width="10%" border="0" cellspacing="0" cellpadding="0" height="100">
<tr bgcolor="#999999">
<td colspan="3" height="1">
</td>
</tr>
<tr>
<td bgcolor="#999999">
</td>
<td bgcolor="#eeeeee" valign="top">
<table border="0" cellspacing="0" cellpadding="6">
<tr>
<td colspan="2" align="center">
<br />
<b><?php print $PALANG['pLogin_welcome']; ?></b><br />
<br />
</td>
</tr>
<td align="right">
<form name="login" method="post">
<?php print $PALANG['pLogin_username'] . ":\n"; ?>
</td>
<td align="left">
<input type="text" name="fUsername" value="<?php print $tUsername; ?>" /><br />
</td>
</tr>
<tr>
<td align="right">
<?php print $PALANG['pLogin_password'] . ":\n"; ?>
</td>
<td align="left">
<input type="password" name="fPassword" /><br />
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" name="submit" value="<?php print $PALANG['pLogin_button']; ?>" />
</form>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<p />
<a href="users/"><?php print $PALANG['pLogin_login_users']; ?></a>
<p />
</td>
</tr>
</table>
</td>
<td bgcolor="#999999">
</td>
</tr>
<tr bgcolor="#999999">
<td colspan="3" height="1">
</td>
</tr>
</table>

@ -0,0 +1,66 @@
<center>
<table class="auto" border="0">
<tr>
<td colspan="2" nowrap>
<?php print $PALANG['pMain_welcome'] . "\n"; ?>
<p />
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="overview.php"><?php print $PALANG['pMenu_overview']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_overview'] . "\n"; ?>
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="create-alias.php"><?php print $PALANG['pMenu_create_alias']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_create_alias'] . "\n"; ?>
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="create-mailbox.php"><?php print $PALANG['pMenu_create_mailbox']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_create_mailbox'] . "\n"; ?>
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_sendmail'] . "\n"; ?>
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_password'] . "\n"; ?>
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_viewlog'] . "\n"; ?>
</td>
</tr>
<tr>
<td nowrap>
<a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a>
</td>
<td>
<?php print $PALANG['pMain_logout'] . "\n"; ?>
</td>
</tr>
</table>
<hr />

@ -0,0 +1,53 @@
<table class="auto">
<tr>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="overview.php"><?php print $PALANG['pMenu_overview']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<?php $url = "create-alias.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
<a target="_top" href="<?php print $url; ?>"><?php print $PALANG['pMenu_create_alias']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<?php $url = "create-mailbox.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
<a target="_top" href="<?php print $url; ?>"><?php print $PALANG['pMenu_create_mailbox']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
</tr>
</table>
<hr />
<?php if (file_exists (realpath ("motd.txt"))) include ("motd.txt"); ?>

@ -0,0 +1,2 @@
<center>
<?php print $tMessage . "\n"; ?>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save