# HG changeset patch
# User rejo
# Date 1176839004 0
# Node ID 55ed92aa7cf5831adf809cf2724360baeea5d24c
# Parent 64525a2eb09856f87db75e0c2a924c5740ca2cbf
[feladat @ 5]
- Second half of translation framework.
- Several small typo's in code fixed.
- Removed comments on a todo in leveldescription(), already done.
- Replaced dal.inc.php with DB.php from package DB-1.7.6 from
pear.php.net to fix problems using poweradmin 1.2.7-patched
with php5/pear. The DB package has already been superseded by
MDB2, but that version is incompatible with current code.
diff -r 64525a2eb098 -r 55ed92aa7cf5 docs/template.pot
--- a/docs/template.pot Mon Apr 16 19:48:27 2007 +0000
+++ b/docs/template.pot Tue Apr 17 19:43:24 2007 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-15 00:21+0200\n"
+"POT-Creation-Date: 2007-04-17 21:09+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -20,8 +20,8 @@
msgid "Add record to zone"
msgstr ""
-#: add_record.php:32 edit.php:160 edit_record.php:61 search.php:40
-#: users.php:49
+#: add_record.php:32 edit.php:160 edit_record.php:61 index.php:105
+#: search.php:40 users.php:49
msgid "DNS Admin"
msgstr ""
@@ -194,7 +194,7 @@
msgid "Full name"
msgstr ""
-#: edit_user.php:71 users.php:107
+#: edit_user.php:71 users.php:107 inc/auth.inc.php:97
msgid "Password"
msgstr ""
@@ -206,15 +206,15 @@
msgid "User level"
msgstr ""
-#: edit_user.php:73
+#: edit_user.php:73 inc/config.inc.php:84
msgid "Normal user"
msgstr ""
-#: edit_user.php:73
+#: edit_user.php:73 inc/config.inc.php:85
msgid "Administrator"
msgstr ""
-#: edit_user.php:73
+#: edit_user.php:73 inc/config.inc.php:86
msgid "Administrator w/ user admin rights"
msgstr ""
@@ -222,7 +222,7 @@
msgid "Description"
msgstr ""
-#: edit_user.php:75 users.php:111
+#: edit_user.php:75 users.php:111 inc/toolkit.inc.php:270
msgid "Active"
msgstr ""
@@ -250,6 +250,10 @@
msgid "Current domains in DNS (click to view or edit)"
msgstr ""
+#: index.php:137
+msgid "Number of domains"
+msgstr ""
+
#: index.php:151 search.php:79
msgid "Records"
msgstr ""
@@ -342,7 +346,7 @@
msgid "Not all tables are ok!"
msgstr ""
-#: test_setup.php:62
+#: test_setup.php:62 inc/toolkit.inc.php:181
msgid "Successful!"
msgstr ""
@@ -397,3 +401,170 @@
#: users.php:112
msgid "Add user"
msgstr ""
+
+#: inc/auth.inc.php:42
+msgid "Session expired, please login again."
+msgstr ""
+
+#: inc/auth.inc.php:69
+msgid "Authentication failed!"
+msgstr ""
+
+#: inc/auth.inc.php:86
+msgid "PowerAdmin for PowerDNS"
+msgstr ""
+
+#: inc/auth.inc.php:86
+msgid "Please login"
+msgstr ""
+
+#: inc/auth.inc.php:96 inc/auth.inc.php:98
+msgid "Login"
+msgstr ""
+
+#: inc/database.inc.php:31 inc/toolkit.inc.php:149
+msgid "Oops! An error occured!"
+msgstr ""
+
+#: inc/database.inc.php:33 inc/toolkit.inc.php:151 inc/toolkit.inc.php:187
+msgid "back"
+msgstr ""
+
+#: inc/error.inc.php:31
+msgid "You need user level 5 for this operation"
+msgstr ""
+
+#: inc/error.inc.php:32
+msgid "You need user level 10 for this operation"
+msgstr ""
+
+#: inc/error.inc.php:35
+msgid "Your content field is empty"
+msgstr ""
+
+#: inc/error.inc.php:36
+msgid "Access denied, you do not have access to that record"
+msgstr ""
+
+#: inc/error.inc.php:37
+#, php-format
+msgid "You are not allowed to delete %s records"
+msgstr ""
+
+#: inc/error.inc.php:40
+msgid "This is an invalid domain name"
+msgstr ""
+
+#: inc/error.inc.php:43
+msgid "Username exist already, please choose another one"
+msgstr ""
+
+#: inc/error.inc.php:44
+msgid "User doesnt exist"
+msgstr ""
+
+#: inc/error.inc.php:45
+msgid "You didnt enter the correct current password"
+msgstr ""
+
+#: inc/error.inc.php:46
+msgid "The two new password fields do not match"
+msgstr ""
+
+#: inc/error.inc.php:47
+msgid "Error editting user"
+msgstr ""
+
+#: inc/error.inc.php:50
+#, php-format
+msgid "Invalid argument(s) given to function %s"
+msgstr ""
+
+#: inc/error.inc.php:51
+#, php-format
+msgid "Invalid argument(s) given to function %s %s"
+msgstr ""
+
+#: inc/error.inc.php:52
+msgid "unknown error"
+msgstr ""
+
+#: inc/error.inc.php:53
+msgid "Enter a valid email address"
+msgstr ""
+
+#: inc/error.inc.php:56
+msgid "Your content field doesnt have a legit value"
+msgstr ""
+
+#: inc/error.inc.php:57
+msgid "Invalid hostname"
+msgstr ""
+
+#: inc/error.inc.php:58
+msgid "Invalid record type! You shouldnt even been able to get that here"
+msgstr ""
+
+#: inc/error.inc.php:59
+msgid "This is not a valid IPv6 ip."
+msgstr ""
+
+#: inc/error.inc.php:60
+msgid "This is not a valid IPv4 ip."
+msgstr ""
+
+#: inc/error.inc.php:61
+msgid "This is not a valid CNAME. Did you assign an MX or NS record to the record?"
+msgstr ""
+
+#: inc/error.inc.php:62
+msgid "You can not point a NS record to a CNAME record. Remove/rename the CNAME record first or take another name."
+msgstr ""
+
+#: inc/error.inc.php:63
+msgid "IN NS fields must be a hostnames."
+msgstr ""
+
+#: inc/error.inc.php:64
+msgid "You can not point a MX record to a CNAME record. Remove/rename the CNAME record first or take another name."
+msgstr ""
+
+#: inc/error.inc.php:65
+msgid "A prio field should be numeric."
+msgstr ""
+
+#: inc/error.inc.php:66
+msgid "One of your SOA data fields is not numeric!"
+msgstr ""
+
+#: inc/error.inc.php:67
+msgid "You can only have 5 numeric fields"
+msgstr ""
+
+#: inc/error.inc.php:68
+msgid "The first part of your SOA record does not contain a valid hostname for a DNS Server"
+msgstr ""
+
+#: inc/footer.inc.php:34
+msgid "logout"
+msgstr ""
+
+#: inc/header.inc.php:28
+msgid "PowerAdmin"
+msgstr ""
+
+#: inc/toolkit.inc.php:91
+msgid "Show page"
+msgstr ""
+
+#: inc/toolkit.inc.php:119
+msgid "Show domains beginning with:"
+msgstr ""
+
+#: inc/toolkit.inc.php:170
+msgid "Success!"
+msgstr ""
+
+#: inc/toolkit.inc.php:266
+msgid "Inactive"
+msgstr ""
diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/auth.inc.php
--- a/inc/auth.inc.php Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/auth.inc.php Tue Apr 17 19:43:24 2007 +0000
@@ -39,7 +39,7 @@
// Check if the session hasnt expired yet.
if ((isset($_SESSION["userid"])) && ($_SESSION["lastmod"] != "") && ((time() - $_SESSION["lastmod"]) > $EXPIRE))
{
- logout("Session expired, please login again.");
+ logout( _('Session expired, please login again.') );
}
// If the session hasn't expired yet, give our session a fresh new timestamp.
@@ -66,7 +66,7 @@
else
{
//Authentication failed, retry.
- auth("Authentication failed!");
+ auth( _('Authentication failed!') );
}
}
else
@@ -83,7 +83,7 @@
{
include_once('inc/header.inc.php');
?>
- PowerAdmin for PowerDNS
Please login:
+ echo _('PowerAdmin for PowerDNS'); ?>
echo _('Please login'); ?>:
if($msg)
{
@@ -93,9 +93,9 @@
?>
die();
}
diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/error.inc.php
--- a/inc/error.inc.php Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/error.inc.php Tue Apr 17 19:43:24 2007 +0000
@@ -23,43 +23,47 @@
// $Id: error.inc.php,v 1.6 2003/05/04 21:38:37 azurazu Exp $
//
+// Added next line to enable i18n on following definitions. Not sure
+// if this is the best (or at least a proper) location for this. /RZ.
+require_once("inc/i18n.inc.php");
+
/* USER LEVELS */
-define("ERR_LEVEL_5", "You need user level 5 for this operation");
-define("ERR_LEVEL_10", "You need user level 10 for this operation");
+define("ERR_LEVEL_5", _('You need user level 5 for this operation'));
+define("ERR_LEVEL_10", _('You need user level 10 for this operation'));
/* RECORD STUFF */
-define("ERR_RECORD_EMPTY_CONTENT", "Your content field is empty");
-define("ERR_RECORD_ACCESS_DENIED", "Access denied, you do not have access to that record");
-define("ERR_RECORD_DELETE_TYPE_DENIED", "You are not allowed to delete %s records");
+define("ERR_RECORD_EMPTY_CONTENT", _('Your content field is empty'));
+define("ERR_RECORD_ACCESS_DENIED", _('Access denied, you do not have access to that record'));
+define("ERR_RECORD_DELETE_TYPE_DENIED", _('You are not allowed to delete %s records'));
/* DOMAIN STUFF */
-define("ERR_DOMAIN_INVALID", "This is an invalid domain name");
+define("ERR_DOMAIN_INVALID", _('This is an invalid domain name'));
/* USER STUFF */
-define("ERR_USER_EXIST", "Username exist already, please choose another one");
-define("ERR_USER_NOT_EXIST", "User doesnt exist");
-define("ERR_USER_WRONG_CURRENT_PASS", "You didnt enter the correct current password");
-define("ERR_USER_MATCH_NEW_PASS", "The two new password fields do not match");
-define("ERR_USER_EDIT", "Error editting user");
+define("ERR_USER_EXIST", _('Username exist already, please choose another one'));
+define("ERR_USER_NOT_EXIST", _('User doesnt exist'));
+define("ERR_USER_WRONG_CURRENT_PASS", _('You didnt enter the correct current password'));
+define("ERR_USER_MATCH_NEW_PASS", _('The two new password fields do not match'));
+define("ERR_USER_EDIT", _('Error editting user'));
/* OTHER */
-define("ERR_INV_ARG", "Invalid argument(s) given to function %s");
-define("ERR_INV_ARGC", "Invalid argument(s) given to function %s %s");
-define("ERR_UNKNOWN", "unknown error");
-define("ERR_INV_EMAIL", "Enter a valid email address");
+define("ERR_INV_ARG", _('Invalid argument(s) given to function %s'));
+define("ERR_INV_ARGC", _('Invalid argument(s) given to function %s %s'));
+define("ERR_UNKNOWN", _('unknown error'));
+define("ERR_INV_EMAIL", _('Enter a valid email address'));
/* DNS */
-define("ERR_DNS_CONTENT", "Your content field doesnt have a legit value");
-define("ERR_DNS_HOSTNAME", "Invalid hostname");
-define("ERR_DNS_RECORDTYPE", "Invalid record type! You shouldnt even been able to get that here");
-define("ERR_DNS_IPV6", "This is not a valid IPv6 ip.");
-define("ERR_DNS_IPV4", "This is not a valid IPv4 ip.");
-define("ERR_DNS_CNAME", "This is not a valid CNAME. Did you assign an MX or NS record to the record?");
-define("ERR_DNS_NS_CNAME", "You can not point a NS record to a CNAME record. Remove/rename the CNAME record first or take another name.");
-define("ERR_DNS_NS_HNAME", "IN NS fields must be a hostnames.");
-define("ERR_DNS_MX_CNAME", "You can not point a MX record to a CNAME record. Remove/rename the CNAME record first or take another name.");
-define("ERR_DNS_MX_PRIO", "A prio field should be numeric.");
-define("ERR_DNS_SOA_NUMERIC", "One of your SOA data fields is not numeric!");
-define("ERR_DNS_SOA_NUMERIC_FIELDS", "You can only have 5 numeric fields");
-define("ERR_DNS_SOA_HOSTNAME", "The first part of your SOA record does not contain a valid hostname for a DNS Server");
+define("ERR_DNS_CONTENT", _('Your content field doesnt have a legit value'));
+define("ERR_DNS_HOSTNAME", _('Invalid hostname'));
+define("ERR_DNS_RECORDTYPE", _('Invalid record type! You shouldnt even been able to get that here'));
+define("ERR_DNS_IPV6", _('This is not a valid IPv6 ip.'));
+define("ERR_DNS_IPV4", _('This is not a valid IPv4 ip.'));
+define("ERR_DNS_CNAME", _('This is not a valid CNAME. Did you assign an MX or NS record to the record?'));
+define("ERR_DNS_NS_CNAME", _('You can not point a NS record to a CNAME record. Remove/rename the CNAME record first or take another name.'));
+define("ERR_DNS_NS_HNAME", _('IN NS fields must be a hostnames.'));
+define("ERR_DNS_MX_CNAME", _('You can not point a MX record to a CNAME record. Remove/rename the CNAME record first or take another name.'));
+define("ERR_DNS_MX_PRIO", _('A prio field should be numeric.'));
+define("ERR_DNS_SOA_NUMERIC", _('One of your SOA data fields is not numeric!'));
+define("ERR_DNS_SOA_NUMERIC_FIELDS", _('You can only have 5 numeric fields'));
+define("ERR_DNS_SOA_HOSTNAME", _('The first part of your SOA record does not contain a valid hostname for a DNS Server'));
?>
diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/footer.inc.php
--- a/inc/footer.inc.php Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/footer.inc.php Tue Apr 17 19:43:24 2007 +0000
@@ -31,7 +31,7 @@
?>
-
diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/toolkit.inc.php
--- a/inc/toolkit.inc.php Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/toolkit.inc.php Tue Apr 17 19:43:24 2007 +0000
@@ -88,7 +88,7 @@
{
if ($amount > $rowamount) {
if (!isset($_GET["start"])) $_GET["start"]=1;
- echo "
Show page ";
+ echo "
" . _('Show page') . " ";
for ($i=1;$i<=ceil($amount / $rowamount);$i++) {
if ($_GET["start"] == $i) {
echo "[ ".$i." ] ";
@@ -116,7 +116,7 @@
}
}
- echo "Show domains beginning with:
";
+ echo _('Show domains beginning with:') . "
";
if ($letterstart == 1) {
echo "[ 0-9 ] ";
} elseif ($letter_taken["0"] != 1) {
@@ -146,9 +146,9 @@
{
include_once("header.inc.php");
?>
-
include_once("footer.inc.php");
die();
@@ -167,7 +167,7 @@
{
include_once("header.inc.php");
?>
- Success!
+
@@ -263,11 +263,11 @@
{
if ($res == '0')
{
- return "Inactive";
+ return "" . _('Inactive') . "";
}
elseif ($res == '1')
{
- return "Active";
+ return "" . _('Active') . "";
}
}
diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/users.inc.php
--- a/inc/users.inc.php Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/users.inc.php Tue Apr 17 19:43:24 2007 +0000
@@ -21,7 +21,9 @@
// $Id: users.inc.php,v 1.8 2003/01/01 22:33:47 azurazu Exp $
//
-
+// Added next line to enable i18n on following definitions. Don't know
+// if this is the best (or at least a proper) location for this. /RZ.
+require_once("inc/i18n.inc.php");
/*
* Retrieve all users.
@@ -108,8 +110,6 @@
*/
function leveldescription($id)
{
- // Fixed descriptions for each user level (feel free to edit, anyway..)
- // Will get moved to the config file soon.
switch($id)
{
case 1:
@@ -149,7 +149,7 @@
}
else
{
- error(ERR_UNKOWN);
+ error(ERR_UNKNOWN);
}
}
diff -r 64525a2eb098 -r 55ed92aa7cf5 index.php
--- a/index.php Mon Apr 16 19:48:27 2007 +0000
+++ b/index.php Tue Apr 17 19:43:24 2007 +0000
@@ -102,7 +102,7 @@
include_once("inc/header.inc.php");
?>
-DNS Admin
+ echo _('DNS Admin'); ?>
@@ -134,7 +134,7 @@
$doms = get_domains(0);
$num_domains = count($doms);
-echo " echo _('Number of domains'); ?>: ".$num_domains." ";
+echo " " . _('Number of domains') . ": ".$num_domains." ";
if ($num_domains > ROWAMOUNT) {
show_letters(LETTERSTART,$doms);
diff -r 64525a2eb098 -r 55ed92aa7cf5 locale/en_EN/LC_MESSAGES/en.po
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/locale/en_EN/LC_MESSAGES/en.po Tue Apr 17 19:43:24 2007 +0000
@@ -0,0 +1,570 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-17 21:09+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: add_record.php:31
+msgid "Add record to zone"
+msgstr ""
+
+#: add_record.php:32 edit.php:160 edit_record.php:61 index.php:105
+#: search.php:40 users.php:49
+msgid "DNS Admin"
+msgstr ""
+
+#: add_record.php:32 add_record.php:53 edit.php:271
+msgid "Add record"
+msgstr ""
+
+#: add_record.php:37 edit.php:186 edit_record.php:67 index.php:151
+#: search.php:78 search.php:121 users.php:78
+msgid "Name"
+msgstr ""
+
+#: add_record.php:37 edit.php:187 edit_record.php:67 search.php:122
+msgid "Type"
+msgstr ""
+
+#: add_record.php:37 edit.php:189 edit_record.php:67 search.php:124
+msgid "Priority"
+msgstr ""
+
+#: add_record.php:37 edit.php:188 edit_record.php:67 search.php:123
+msgid "Content"
+msgstr ""
+
+#: add_record.php:37 edit.php:190 edit_record.php:67 search.php:125
+msgid "TTL"
+msgstr ""
+
+#: delete_domain.php:38 users.php:93
+msgid "Delete domain"
+msgstr ""
+
+#: delete_domain.php:39 index.php:151 index.php:206 search.php:80
+msgid "Owner"
+msgstr ""
+
+#: delete_domain.php:40
+msgid "Number of records in zone"
+msgstr ""
+
+#: delete_domain.php:41 delete_record.php:38
+msgid "Are you sure?"
+msgstr ""
+
+#: delete_domain.php:42 delete_record.php:39 delete_user.php:103
+msgid "Yes"
+msgstr ""
+
+#: delete_domain.php:42 delete_record.php:39 delete_user.php:103
+msgid "No"
+msgstr ""
+
+#: delete_record.php:31 edit.php:203 search.php:142
+msgid "Delete record"
+msgstr ""
+
+#: delete_user.php:54 users.php:85
+msgid "Delete user"
+msgstr ""
+
+#: delete_user.php:60
+msgid "This user has access to the following domain(s)"
+msgstr ""
+
+#: delete_user.php:93
+msgid "You are going to delete this user, are you sure?"
+msgstr ""
+
+#: delete_user.php:96
+msgid "This user has access to "
+msgstr ""
+
+#: delete_user.php:96
+msgid "domain(s), by deleting him you will also delete these domains"
+msgstr ""
+
+#: edit.php:52
+msgid "Edit domain"
+msgstr ""
+
+#: edit.php:58
+msgid "This domain isn't owned by anyone yet, please assign someone."
+msgstr ""
+
+#: edit.php:69
+msgid "Add an owner"
+msgstr ""
+
+#: edit.php:88
+msgid "Add"
+msgstr ""
+
+#: edit.php:101
+msgid "Current listed owners"
+msgstr ""
+
+#: edit.php:115
+msgid "Delete"
+msgstr ""
+
+#: edit.php:132
+msgid "Type of this domain"
+msgstr ""
+
+#: edit.php:136
+msgid "Change type"
+msgstr ""
+
+#: edit.php:152
+msgid "Change"
+msgstr ""
+
+#: edit.php:162
+msgid "Number of records"
+msgstr ""
+
+#: edit.php:185
+msgid "Sub-owners"
+msgstr ""
+
+#: edit.php:202 edit_record.php:61 search.php:141
+msgid "Edit record"
+msgstr ""
+
+#: edit.php:241
+msgid "No records for this domain."
+msgstr ""
+
+#: edit.php:262
+msgid "Assign to user"
+msgstr ""
+
+#: edit.php:276 index.php:175 search.php:91
+msgid "Delete zone"
+msgstr ""
+
+#: edit_record.php:60
+msgid "Edit record in zone"
+msgstr ""
+
+#: edit_record.php:104 edit_user.php:76
+msgid "Commit changes"
+msgstr ""
+
+#: edit_record.php:104
+msgid "Reset changes"
+msgstr ""
+
+#: edit_record.php:109
+msgid "Sub-users"
+msgstr ""
+
+#: edit_record.php:115
+msgid "trash"
+msgstr ""
+
+#: edit_user.php:54 edit_user.php:59
+msgid "Edit user"
+msgstr ""
+
+#: edit_user.php:59 index.php:111 search.php:44 users.php:47
+msgid "User admin"
+msgstr ""
+
+#: edit_user.php:69 users.php:105
+msgid "User name"
+msgstr ""
+
+#: edit_user.php:70 users.php:106
+msgid "Full name"
+msgstr ""
+
+#: edit_user.php:71 users.php:107 inc/auth.inc.php:97
+msgid "Password"
+msgstr ""
+
+#: edit_user.php:72 users.php:108
+msgid "E-mail"
+msgstr ""
+
+#: edit_user.php:73 users.php:109
+msgid "User level"
+msgstr ""
+
+#: edit_user.php:73 inc/config.inc.php:84
+msgid "Normal user"
+msgstr ""
+
+#: edit_user.php:73 inc/config.inc.php:85
+msgid "Administrator"
+msgstr ""
+
+#: edit_user.php:73 inc/config.inc.php:86
+msgid "Administrator w/ user admin rights"
+msgstr ""
+
+#: edit_user.php:74 users.php:110
+msgid "Description"
+msgstr ""
+
+#: edit_user.php:75 users.php:111 inc/toolkit.inc.php:270
+msgid "Active"
+msgstr ""
+
+#: index.php:111 search.php:44 users.php:53
+msgid "Synchronize database"
+msgstr ""
+
+#: index.php:114 users.php:55
+msgid "Search records"
+msgstr ""
+
+#: index.php:118
+msgid "Welcome"
+msgstr ""
+
+#: index.php:121
+msgid "Your userlevel is"
+msgstr ""
+
+#: index.php:127 users.php:65
+msgid "Error"
+msgstr ""
+
+#: index.php:131
+msgid "Current domains in DNS (click to view or edit)"
+msgstr ""
+
+#: index.php:137
+msgid "Number of domains"
+msgstr ""
+
+#: index.php:151 search.php:79
+msgid "Records"
+msgstr ""
+
+#: index.php:163
+msgid "No domains in this listing, sorry."
+msgstr ""
+
+#: index.php:190
+msgid "You only administer some records of domains marked with an (*)."
+msgstr ""
+
+#: index.php:201
+msgid "Create new domain"
+msgstr ""
+
+#: index.php:203
+msgid "Domain name"
+msgstr ""
+
+#: index.php:204
+msgid "Web IP"
+msgstr ""
+
+#: index.php:205
+msgid "Mail IP"
+msgstr ""
+
+#: index.php:220
+msgid "Domain type"
+msgstr ""
+
+#: index.php:231
+msgid "Create zone without"
+msgstr ""
+
+#: index.php:231
+msgid "applying records-template"
+msgstr ""
+
+#: index.php:232
+msgid "Add domain"
+msgstr ""
+
+#: index.php:241 index.php:246
+msgid "Change password"
+msgstr ""
+
+#: index.php:243
+msgid "Current password"
+msgstr ""
+
+#: index.php:244 index.php:245
+msgid "New password"
+msgstr ""
+
+#: search.php:38
+msgid "Search zones or records"
+msgstr ""
+
+#: search.php:48
+msgid "Type a hostname or a record in the box below and press search to see if the record exists in the system."
+msgstr ""
+
+#: search.php:52
+msgid "Enter a hostname or IP address"
+msgstr ""
+
+#: search.php:57
+msgid "Search"
+msgstr ""
+
+#: search.php:73
+msgid "Domains found"
+msgstr ""
+
+#: search.php:116
+msgid "Records found"
+msgstr ""
+
+#: search.php:173
+msgid "Nothing found for query"
+msgstr ""
+
+#: seq_update.php:26
+msgid "Synching databases. This is useful if you did manual insertions (in case you havent been here yet)."
+msgstr ""
+
+#: test_setup.php:58
+msgid "Not all tables are ok!"
+msgstr ""
+
+#: test_setup.php:62 inc/toolkit.inc.php:181
+msgid "Successful!"
+msgstr ""
+
+#: test_setup.php:70
+msgid "Sorry, but there are error(s) found in the following table(s):"
+msgstr ""
+
+#: test_setup.php:75
+msgid "Please fix these errors and run the script again."
+msgstr ""
+
+#: test_setup.php:79
+msgid "Successful! Everything is set up ok, you can rumble!"
+msgstr ""
+
+#: users.php:36
+msgid "Usernames can't contain spaces"
+msgstr ""
+
+#: users.php:41
+msgid "Please fill in all fields"
+msgstr ""
+
+#: users.php:68
+msgid "Current users (click to edit)"
+msgstr ""
+
+#: users.php:72
+msgid "Number of users"
+msgstr ""
+
+#: users.php:78
+msgid "Domains"
+msgstr ""
+
+#: users.php:78
+msgid "Domain list"
+msgstr ""
+
+#: users.php:78
+msgid "Level"
+msgstr ""
+
+#: users.php:78
+msgid "Status"
+msgstr ""
+
+#: users.php:103
+msgid "Create new user"
+msgstr ""
+
+#: users.php:112
+msgid "Add user"
+msgstr ""
+
+#: inc/auth.inc.php:42
+msgid "Session expired, please login again."
+msgstr ""
+
+#: inc/auth.inc.php:69
+msgid "Authentication failed!"
+msgstr ""
+
+#: inc/auth.inc.php:86
+msgid "PowerAdmin for PowerDNS"
+msgstr ""
+
+#: inc/auth.inc.php:86
+msgid "Please login"
+msgstr ""
+
+#: inc/auth.inc.php:96 inc/auth.inc.php:98
+msgid "Login"
+msgstr ""
+
+#: inc/database.inc.php:31 inc/toolkit.inc.php:149
+msgid "Oops! An error occured!"
+msgstr ""
+
+#: inc/database.inc.php:33 inc/toolkit.inc.php:151 inc/toolkit.inc.php:187
+msgid "back"
+msgstr ""
+
+#: inc/error.inc.php:31
+msgid "You need user level 5 for this operation"
+msgstr ""
+
+#: inc/error.inc.php:32
+msgid "You need user level 10 for this operation"
+msgstr ""
+
+#: inc/error.inc.php:35
+msgid "Your content field is empty"
+msgstr ""
+
+#: inc/error.inc.php:36
+msgid "Access denied, you do not have access to that record"
+msgstr ""
+
+#: inc/error.inc.php:37
+#, php-format
+msgid "You are not allowed to delete %s records"
+msgstr ""
+
+#: inc/error.inc.php:40
+msgid "This is an invalid domain name"
+msgstr ""
+
+#: inc/error.inc.php:43
+msgid "Username exist already, please choose another one"
+msgstr ""
+
+#: inc/error.inc.php:44
+msgid "User doesnt exist"
+msgstr ""
+
+#: inc/error.inc.php:45
+msgid "You didnt enter the correct current password"
+msgstr ""
+
+#: inc/error.inc.php:46
+msgid "The two new password fields do not match"
+msgstr ""
+
+#: inc/error.inc.php:47
+msgid "Error editting user"
+msgstr ""
+
+#: inc/error.inc.php:50
+#, php-format
+msgid "Invalid argument(s) given to function %s"
+msgstr ""
+
+#: inc/error.inc.php:51
+#, php-format
+msgid "Invalid argument(s) given to function %s %s"
+msgstr ""
+
+#: inc/error.inc.php:52
+msgid "unknown error"
+msgstr ""
+
+#: inc/error.inc.php:53
+msgid "Enter a valid email address"
+msgstr ""
+
+#: inc/error.inc.php:56
+msgid "Your content field doesnt have a legit value"
+msgstr ""
+
+#: inc/error.inc.php:57
+msgid "Invalid hostname"
+msgstr ""
+
+#: inc/error.inc.php:58
+msgid "Invalid record type! You shouldnt even been able to get that here"
+msgstr ""
+
+#: inc/error.inc.php:59
+msgid "This is not a valid IPv6 ip."
+msgstr ""
+
+#: inc/error.inc.php:60
+msgid "This is not a valid IPv4 ip."
+msgstr ""
+
+#: inc/error.inc.php:61
+msgid "This is not a valid CNAME. Did you assign an MX or NS record to the record?"
+msgstr ""
+
+#: inc/error.inc.php:62
+msgid "You can not point a NS record to a CNAME record. Remove/rename the CNAME record first or take another name."
+msgstr ""
+
+#: inc/error.inc.php:63
+msgid "IN NS fields must be a hostnames."
+msgstr ""
+
+#: inc/error.inc.php:64
+msgid "You can not point a MX record to a CNAME record. Remove/rename the CNAME record first or take another name."
+msgstr ""
+
+#: inc/error.inc.php:65
+msgid "A prio field should be numeric."
+msgstr ""
+
+#: inc/error.inc.php:66
+msgid "One of your SOA data fields is not numeric!"
+msgstr ""
+
+#: inc/error.inc.php:67
+msgid "You can only have 5 numeric fields"
+msgstr ""
+
+#: inc/error.inc.php:68
+msgid "The first part of your SOA record does not contain a valid hostname for a DNS Server"
+msgstr ""
+
+#: inc/footer.inc.php:34
+msgid "logout"
+msgstr ""
+
+#: inc/header.inc.php:28
+msgid "PowerAdmin"
+msgstr ""
+
+#: inc/toolkit.inc.php:91
+msgid "Show page"
+msgstr ""
+
+#: inc/toolkit.inc.php:119
+msgid "Show domains beginning with:"
+msgstr ""
+
+#: inc/toolkit.inc.php:170
+msgid "Success!"
+msgstr ""
+
+#: inc/toolkit.inc.php:266
+msgid "Inactive"
+msgstr ""
diff -r 64525a2eb098 -r 55ed92aa7cf5 locale/en_EN/LC_MESSAGES/message.mo
Binary file locale/en_EN/LC_MESSAGES/message.mo has changed
diff -r 64525a2eb098 -r 55ed92aa7cf5 locale/nl_NL/LC_MESSAGES/message.mo
Binary file locale/nl_NL/LC_MESSAGES/message.mo has changed
diff -r 64525a2eb098 -r 55ed92aa7cf5 locale/nl_NL/LC_MESSAGES/nl.po
--- a/locale/nl_NL/LC_MESSAGES/nl.po Mon Apr 16 19:48:27 2007 +0000
+++ b/locale/nl_NL/LC_MESSAGES/nl.po Tue Apr 17 19:43:24 2007 +0000
@@ -1,5 +1,4 @@
-# poweradmin dutch translation
-# Copyright (C) 2007, Rejo Zenger
+# poweradmin dutch translation # Copyright (C) 2007, Rejo Zenger
# This file is distributed under the same license as the poweradmin package.
# Rejo Zenger , 2007.
#
@@ -20,8 +19,8 @@
msgid "Add record to zone"
msgstr "Toevoegen record aan zone"
-#: add_record.php:32 edit.php:160 edit_record.php:61 search.php:40
-#: users.php:49
+#: add_record.php:32 edit.php:160 edit_record.php:61 index.php:105
+#: search.php:40 users.php:49
msgid "DNS Admin"
msgstr "DNS Admin"
@@ -32,7 +31,7 @@
#: add_record.php:37 edit.php:186 edit_record.php:67 index.php:151
#: search.php:78 search.php:121 users.php:78
msgid "Name"
-msgstr "Naam"
+msgstr "Label"
#: add_record.php:37 edit.php:187 edit_record.php:67 search.php:122
msgid "Type"
@@ -56,7 +55,7 @@
#: delete_domain.php:39 index.php:151 index.php:206 search.php:80
msgid "Owner"
-msgstr "Gebruiker"
+msgstr "Beheerder"
#: delete_domain.php:40
msgid "Number of records in zone"
@@ -80,23 +79,23 @@
#: delete_user.php:54 users.php:85
msgid "Delete user"
-msgstr "Verwijderen beheerder"
+msgstr "Verwijderen gebruiker"
#: delete_user.php:60
msgid "This user has access to the following domain(s)"
-msgstr "Deze beheerder beschikt over de volgende zone(s)"
+msgstr "Deze gebruiker heeft rechten voor de volgende zone(s)"
#: delete_user.php:93
msgid "You are going to delete this user, are you sure?"
-msgstr "U gaat deze beheerder verwijderen, klopt dat?"
+msgstr "U gaat deze gebruiker verwijderen, wilt u dat inderdaad?"
#: delete_user.php:96
msgid "This user has access to "
-msgstr "Deze beheerder heeft toegang to "
+msgstr "Deze gebruiker heeft rechten voor "
#: delete_user.php:96
msgid "domain(s), by deleting him you will also delete these domains"
-msgstr "zone(s). Door deze beheerder te verwijderen, verwijdert u ook deze zone(s)."
+msgstr "zone(s). Met het verwijderen van de gebruiker verwijdert u ook deze zone(s)"
#: edit.php:52
msgid "Edit domain"
@@ -104,7 +103,7 @@
#: edit.php:58
msgid "This domain isn't owned by anyone yet, please assign someone."
-msgstr "Deze zone heeft geen beheerder, wijst u een beheerder aan."
+msgstr "Deze zone wordt door niemand beheerd, wijst u een beheerder aan."
#: edit.php:69
msgid "Add an owner"
@@ -132,7 +131,7 @@
#: edit.php:152
msgid "Change"
-msgstr "Wijzig"
+msgstr "Wijzigen"
#: edit.php:162
msgid "Number of records"
@@ -144,7 +143,7 @@
#: edit.php:202 edit_record.php:61 search.php:141
msgid "Edit record"
-msgstr "Wijzig record"
+msgstr "Wijzig records"
#: edit.php:241
msgid "No records for this domain."
@@ -168,19 +167,19 @@
#: edit_record.php:104
msgid "Reset changes"
-msgstr "Wijzigingen ongedaan maken"
+msgstr "Wijzigingen annuleren"
#: edit_record.php:109
msgid "Sub-users"
-msgstr "Sub-gebruikers"
+msgstr "Sub-beheerders"
#: edit_record.php:115
msgid "trash"
-msgstr "verwijderen"
+msgstr "Verwijderen"
#: edit_user.php:54 edit_user.php:59
msgid "Edit user"
-msgstr "Wijzigigen gebruiker"
+msgstr "Wijzigen gebruiker"
#: edit_user.php:59 index.php:111 search.php:44 users.php:47
msgid "User admin"
@@ -194,35 +193,35 @@
msgid "Full name"
msgstr "Volledige naam"
-#: edit_user.php:71 users.php:107
+#: edit_user.php:71 users.php:107 inc/auth.inc.php:97
msgid "Password"
msgstr "Wachtwoord"
#: edit_user.php:72 users.php:108
msgid "E-mail"
-msgstr "E-mail"
+msgstr "E-mailadres"
#: edit_user.php:73 users.php:109
msgid "User level"
-msgstr "Toegangsrechten"
+msgstr "Gebruikersnivo"
-#: edit_user.php:73
+#: edit_user.php:73 inc/config.inc.php:84
msgid "Normal user"
msgstr "Normale gebruiker"
-#: edit_user.php:73
+#: edit_user.php:73 inc/config.inc.php:85
msgid "Administrator"
-msgstr "Beheerder"
+msgstr "Site beheerder"
-#: edit_user.php:73
+#: edit_user.php:73 inc/config.inc.php:86
msgid "Administrator w/ user admin rights"
-msgstr "Beheer met gebruikersbeheer rechten"
+msgstr "Site beheerder met gebruikersbeheer rechten"
#: edit_user.php:74 users.php:110
msgid "Description"
-msgstr "Omschrijvingen"
+msgstr "Omschrijving"
-#: edit_user.php:75 users.php:111
+#: edit_user.php:75 users.php:111 inc/toolkit.inc.php:270
msgid "Active"
msgstr "Actief"
@@ -240,7 +239,7 @@
#: index.php:121
msgid "Your userlevel is"
-msgstr "Je toegangsnivo is"
+msgstr "Uw gebruikersnivo is"
#: index.php:127 users.php:65
msgid "Error"
@@ -248,7 +247,11 @@
#: index.php:131
msgid "Current domains in DNS (click to view or edit)"
-msgstr "Huidige zones in de DNS (aanklikken om in te zien of te wijzigen)"
+msgstr "Huidige zones in DNS (aanklikken om in te zien of te wijzigen)"
+
+#: index.php:137
+msgid "Number of domains"
+msgstr "Aantal zones"
#: index.php:151 search.php:79
msgid "Records"
@@ -264,31 +267,31 @@
#: index.php:201
msgid "Create new domain"
-msgstr "Nieuwe zone aanmaken"
+msgstr "Toevoegen nieuwe zone"
#: index.php:203
msgid "Domain name"
-msgstr "Domeinnaam"
+msgstr "Naam van de zone"
#: index.php:204
msgid "Web IP"
-msgstr "Web IP"
+msgstr "IP adres webserver"
#: index.php:205
msgid "Mail IP"
-msgstr "Mail IP"
+msgstr "IP adres mailserver"
#: index.php:220
msgid "Domain type"
-msgstr "Domein type"
+msgstr "Type zone"
#: index.php:231
msgid "Create zone without"
-msgstr "Maak zone aan zonder"
+msgstr "Zone aanmaken zonder"
#: index.php:231
msgid "applying records-template"
-msgstr "het records-template te gebruiken."
+msgstr "het record template te gebruiken"
#: index.php:232
msgid "Add domain"
@@ -304,11 +307,11 @@
#: index.php:244 index.php:245
msgid "New password"
-msgstr "Nieuw wachtwoord"
+msgstr "Nieuwe wachtwoord"
#: search.php:38
msgid "Search zones or records"
-msgstr "Zoek zones of records"
+msgstr "Zones of records zoeken"
#: search.php:48
msgid "Type a hostname or a record in the box below and press search to see if the record exists in the system."
@@ -316,7 +319,7 @@
#: search.php:52
msgid "Enter a hostname or IP address"
-msgstr "Geef een hostname of IP adres"
+msgstr "Geef een hosntmae of een IP adres"
#: search.php:57
msgid "Search"
@@ -324,31 +327,31 @@
#: search.php:73
msgid "Domains found"
-msgstr "Gevonden zones"
+msgstr "Zones gevonden"
#: search.php:116
msgid "Records found"
-msgstr "Gevonden records"
+msgstr "Records gevonden"
#: search.php:173
-msgid "Nothing found for query."
-msgstr "Er is niets gevonden voor zoekopdracht"
+msgid "Nothing found for query"
+msgstr "Niets gevonden voor criterium"
#: seq_update.php:26
msgid "Synching databases. This is useful if you did manual insertions (in case you havent been here yet)."
-msgstr "Synchronisatie databases. Dit is handig als er handmatige toevoegingen hebben p;aatsgevonden."
+msgstr "Synchroniseren databases. Dit is noodzakelijk als er handmatige toevoegingen hebben plaatsgevonden."
#: test_setup.php:58
msgid "Not all tables are ok!"
-msgstr "Niet alle tables zijn op orde!"
+msgstr "Niet alle tabellen zijn op orde!"
-#: test_setup.php:62
+#: test_setup.php:62 inc/toolkit.inc.php:181
msgid "Successful!"
-msgstr "Succesvol uitgevoerd!"
+msgstr "Gelukt!"
#: test_setup.php:70
msgid "Sorry, but there are error(s) found in the following table(s):"
-msgstr "Sorry, er zijn fouten gevonden in de volgende tabel(len):"
+msgstr "Er zijn fouten gevonden in de volgende tabel(len):"
#: test_setup.php:75
msgid "Please fix these errors and run the script again."
@@ -356,11 +359,11 @@
#: test_setup.php:79
msgid "Successful! Everything is set up ok, you can rumble!"
-msgstr "Gelukt! Alles is correct voorebereid, you can rumble!"
+msgstr "Gelukt! Voorbereiding is volledig uitgevoerd. You can rumble!"
#: users.php:36
msgid "Usernames can't contain spaces"
-msgstr "Gebruikersnamen mogen geen spaties bevatten"
+msgstr "Gebruikersnaam mag geen spaties bevatten"
#: users.php:41
msgid "Please fill in all fields"
@@ -368,7 +371,7 @@
#: users.php:68
msgid "Current users (click to edit)"
-msgstr "Huidige gebruikers (aanklikken om te wijzigen)."
+msgstr "Huidige gebruikers (aanklikken om te wijzigen)"
#: users.php:72
msgid "Number of users"
@@ -392,8 +395,175 @@
#: users.php:103
msgid "Create new user"
-msgstr "Aanmaken nieuwe gebruiker"
+msgstr "Toevoegen nieuwe gebruiker"
#: users.php:112
msgid "Add user"
msgstr "Toevoegen gebruiker"
+
+#: inc/auth.inc.php:42
+msgid "Session expired, please login again."
+msgstr "Sessie is verlopen, u dient opnieuw in te loggen."
+
+#: inc/auth.inc.php:69
+msgid "Authentication failed!"
+msgstr "Authenticatie mislukt!"
+
+#: inc/auth.inc.php:86
+msgid "PowerAdmin for PowerDNS"
+msgstr "PowerAdmin voor PowerDNS"
+
+#: inc/auth.inc.php:86
+msgid "Please login"
+msgstr "Inloggen"
+
+#: inc/auth.inc.php:96 inc/auth.inc.php:98
+msgid "Login"
+msgstr "Inloggen"
+
+#: inc/database.inc.php:31 inc/toolkit.inc.php:149
+msgid "Oops! An error occured!"
+msgstr "Oops! Er ging iets mis!"
+
+#: inc/database.inc.php:33 inc/toolkit.inc.php:151 inc/toolkit.inc.php:187
+msgid "back"
+msgstr "terug"
+
+#: inc/error.inc.php:31
+msgid "You need user level 5 for this operation"
+msgstr "U heeft minimaal gebruiksnivo 5 nodig voor deze handeling"
+
+#: inc/error.inc.php:32
+msgid "You need user level 10 for this operation"
+msgstr "U heeft minimaal gebruiksnivo 10 nodig voor deze handeling"
+
+#: inc/error.inc.php:35
+msgid "Your content field is empty"
+msgstr "Het content veld is leeg"
+
+#: inc/error.inc.php:36
+msgid "Access denied, you do not have access to that record"
+msgstr "Toegang geweigerd, u heeft onvoldoende rechten voor dat record"
+
+#: inc/error.inc.php:37
+#, php-format
+msgid "You are not allowed to delete %s records"
+msgstr "U heeft onnvoldoende rechten voor verwijderen van %s records."
+
+#: inc/error.inc.php:40
+msgid "This is an invalid domain name"
+msgstr "This is een ongeldige domeinnaam"
+
+#: inc/error.inc.php:43
+msgid "Username exist already, please choose another one"
+msgstr "Gebruikersnaam bestaat al, kiest u een andere naam."
+
+#: inc/error.inc.php:44
+msgid "User doesnt exist"
+msgstr "De gebruiker bestaat niet."
+
+#: inc/error.inc.php:45
+msgid "You didnt enter the correct current password"
+msgstr "U heeft niet het correcte wachtwoord gegeven."
+
+#: inc/error.inc.php:46
+msgid "The two new password fields do not match"
+msgstr "De twee wachtwoorden waren niet identiek."
+
+#: inc/error.inc.php:47
+msgid "Error editting user"
+msgstr "Fout wijzigen gebruiker"
+
+#: inc/error.inc.php:50
+#, php-format
+msgid "Invalid argument(s) given to function %s"
+msgstr "Er zijn ongeldige opties meegegeven aan functie %s"
+
+#: inc/error.inc.php:51
+#, php-format
+msgid "Invalid argument(s) given to function %s %s"
+msgstr "Er zijn ongeldige opties meegegeven aan functie %s %s"
+
+#: inc/error.inc.php:52
+msgid "unknown error"
+msgstr "onbekende fout"
+
+#: inc/error.inc.php:53
+msgid "Enter a valid email address"
+msgstr "Geef een geldig e-mailadres"
+
+#: inc/error.inc.php:56
+msgid "Your content field doesnt have a legit value"
+msgstr "Het content veld heeft geen valide waarde."
+
+#: inc/error.inc.php:57
+msgid "Invalid hostname"
+msgstr "Incorrecte hostname"
+
+#: inc/error.inc.php:58
+msgid "Invalid record type! You shouldnt even been able to get that here"
+msgstr "Foutief record type! U hoort niet eens hier te kunnen komen."
+
+#: inc/error.inc.php:59
+msgid "This is not a valid IPv6 ip."
+msgstr "Dit is geen valide IPv6 adres."
+
+#: inc/error.inc.php:60
+msgid "This is not a valid IPv4 ip."
+msgstr "Dit is geen valide IPv4 adres."
+
+#: inc/error.inc.php:61
+msgid "This is not a valid CNAME. Did you assign an MX or NS record to the record?"
+msgstr "Dit is geen valide CNAME. Heeft u een MX of NS record hiernaar verwijzen?"
+
+#: inc/error.inc.php:62
+msgid "You can not point a NS record to a CNAME record. Remove/rename the CNAME record first or take another name."
+msgstr "Een NS record kan niet naar een CNAME record verwijzen. Verwijder of hernoem eerst het CNAME record of gebruik een andere naam."
+
+#: inc/error.inc.php:63
+msgid "IN NS fields must be a hostnames."
+msgstr "Het NS veld moet een hostname bevatten."
+
+#: inc/error.inc.php:64
+msgid "You can not point a MX record to a CNAME record. Remove/rename the CNAME record first or take another name."
+msgstr "Een MX record kan niet naar een CNAME record verwijzen. Verwijder of hernoem eerst het CNAME record of gebruik een andere naam."
+
+#: inc/error.inc.php:65
+msgid "A prio field should be numeric."
+msgstr "Het priority veld moet numeriek zijn."
+
+#: inc/error.inc.php:66
+msgid "One of your SOA data fields is not numeric!"
+msgstr "Een van de SOA data velden is niet numeriek!"
+
+#: inc/error.inc.php:67
+msgid "You can only have 5 numeric fields"
+msgstr "Er kunnen enkel 5 numerieke velden voorkomen in het SOA record"
+
+#: inc/error.inc.php:68
+msgid "The first part of your SOA record does not contain a valid hostname for a DNS Server"
+msgstr "Het eerste deel van het SOA record bevat niet een valide hostname voor een DNS server."
+
+#: inc/footer.inc.php:34
+msgid "logout"
+msgstr "Uitloggen"
+
+#: inc/header.inc.php:28
+msgid "PowerAdmin"
+msgstr "PowerAdmin"
+
+#: inc/toolkit.inc.php:91
+msgid "Show page"
+msgstr "Toon pagina"
+
+#: inc/toolkit.inc.php:119
+msgid "Show domains beginning with:"
+msgstr "Toon zones die beginnen met:"
+
+#: inc/toolkit.inc.php:170
+msgid "Success!"
+msgstr "Gelukt!"
+
+#: inc/toolkit.inc.php:266
+msgid "Inactive"
+msgstr "Inactief"
|
diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/header.inc.php
--- a/inc/header.inc.php Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/header.inc.php Tue Apr 17 19:43:24 2007 +0000
@@ -25,7 +25,7 @@