docs/template.pot
author rejo
Tue, 10 Jul 2007 21:24:06 +0000
changeset 37 b785e54690ce
parent 22 0918664b9ff6
child 60 6ffacb626294
permissions -rw-r--r--
[feladat @ 84] Bugfix. The function zone_count() now also counts zones an owner has only partial access to, not just those zones the owner has full access to. This fixes just the count, the zones a user has partial access to are not (yet!) shown in the "list zones" page. Bugfix. In the zone listing the "edit" button is now show for users with access level 1. Untill now they were presented an overview of the zones they could change, but there was no link for them to actually edit the zone. Bugfix. Some of the buttons in the "edit zone" interface that are of no use to a user with access level 1 have been hidden. Bugfix. Make sure a user with access level 1 with only partial access to a zone cannot add new records to that zone. Only the zone owner should be able to add new record. Bugfix. If a user with access level 1 edits a record in a zone he has only partial access to, an error was shown because of call to a non- existing function in the PEAR:MDB2. This bug was most likely introduced while migrating from PEAR:DB to PEAR:MDB2. Bugfix. A user with access level 1 was able to delete all records of a zone he has only partial access to. Some additional checks have been added. Bugfix. If a user with accees level 1 has partial access to one or more zones starting with a certain character, but did not own at least one entire zone starting with the same character, the character wasn't clickable in the "list zone" page. Interface. If no record or zone id is given for delete_record.php or delete_domain.php, don't just die but echo a nice message. The i18n files have not yet been updated to reflect this change. Interface. If no master IP is given in delete_supermaster.php, don't just die but echo a nice message. The i18n files have not yet been updated to reflect this change. [All fixes by Peter Beernink.]

# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-05-28 09:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: add_record.php:16
msgid "Add record to zone"
msgstr ""

#: add_record.php:22 edit.php:226 edit_record.php:65 list_zones.php:23
#: search.php:45 search.php:99 users.php:57
msgid "Name"
msgstr ""

#: add_record.php:24 delete_domain.php:26 edit.php:227 edit_record.php:67
#: list_zones.php:24 search.php:100
msgid "Type"
msgstr ""

#: add_record.php:25 edit.php:229 edit_record.php:68 search.php:102
msgid "Priority"
msgstr ""

#: add_record.php:26 edit.php:228 edit_record.php:69 search.php:101
msgid "Content"
msgstr ""

#: add_record.php:27 edit.php:230 edit_record.php:70 search.php:103
msgid "TTL"
msgstr ""

#: add_record.php:55 edit.php:193
msgid "Add record"
msgstr ""

#: add_supermaster.php:19
msgid "Given master IP address is not valid IPv4 or IPv6."
msgstr ""

#: add_supermaster.php:23
msgid "Given hostname for NS record not valid."
msgstr ""

#: add_supermaster.php:27
msgid "Account name is not valid (may contain only alpha chars)."
msgstr ""

#: add_supermaster.php:33
msgid "Successfully added supermaster."
msgstr ""

#: add_supermaster.php:43 add_zone_master.php:50 add_zone_slave.php:45
#: edit.php:39
msgid "Error"
msgstr ""

#: add_supermaster.php:51
msgid "Add new supermaster"
msgstr ""

#: add_supermaster.php:55 list_supermasters.php:33
msgid "IP address of supermaster"
msgstr ""

#: add_supermaster.php:61 delete_supermaster.php:22 list_supermasters.php:34
msgid "Hostname in NS record"
msgstr ""

#: add_supermaster.php:67 delete_supermaster.php:23 list_supermasters.php:35
msgid "Account"
msgstr ""

#: add_supermaster.php:75 index.php:18 inc/header.inc.php:34
msgid "Add supermaster"
msgstr ""

#: add_zone_master.php:41
msgid "Successfully added master zone."
msgstr ""

#: add_zone_master.php:69 add_zone_slave.php:59
msgid "Domain name"
msgstr ""

#: add_zone_master.php:75
msgid "Web IP"
msgstr ""

#: add_zone_master.php:81
msgid "Mail IP"
msgstr ""

#: add_zone_master.php:87 add_zone_slave.php:71 delete_domain.php:24
#: list_zones.php:26 search.php:47
msgid "Owner"
msgstr ""

#: add_zone_master.php:100
msgid "Domain type"
msgstr ""

#: add_zone_master.php:113
msgid "Create zone without applying records-template"
msgstr ""

#: add_zone_master.php:119 add_zone_slave.php:86
msgid "Add zone"
msgstr ""

#: add_zone_slave.php:35
msgid "Successfully added slave zone."
msgstr ""

#: add_zone_slave.php:55
msgid "Add new slave zone"
msgstr ""

#: add_zone_slave.php:65
msgid "IP of master NS"
msgstr ""

#: change_password.php:23
msgid "Current password"
msgstr ""

#: change_password.php:27 change_password.php:31
msgid "New password"
msgstr ""

#: change_password.php:37 index.php:22 inc/header.inc.php:38
msgid "Change password"
msgstr ""

#: credits.php:5
msgid "Credits"
msgstr ""

#: delete_domain.php:20 users.php:77
msgid "Delete domain"
msgstr ""

#: delete_domain.php:27
msgid "Number of records in zone"
msgstr ""

#: delete_domain.php:34
#, php-format
msgid "You are about to delete a slave domain of which the master nameserver, %s, is a supermaster. Deleting the zone now, will result in temporary removal only. Whenever the supermaster sends a notification for this zone, it will be added again!"
msgstr ""

#: delete_domain.php:39 delete_record.php:22 delete_supermaster.php:24
msgid "Are you sure?"
msgstr ""

#: delete_domain.php:41 delete_record.php:23 delete_supermaster.php:25
#: delete_user.php:94
msgid "Yes"
msgstr ""

#: delete_domain.php:42 delete_record.php:24 delete_supermaster.php:26
#: delete_user.php:94
msgid "No"
msgstr ""

#: delete_record.php:15 edit.php:246 search.php:120
msgid "Delete record"
msgstr ""

#: delete_record.php:20
msgid "You are trying to delete a record that is needed for this zone to work."
msgstr ""

#: delete_supermaster.php:21 list_supermasters.php:56
msgid "Delete supermaster"
msgstr ""

#: delete_user.php:37 users.php:69
msgid "Delete user"
msgstr ""

#: delete_user.php:43
msgid "This user has access to the following zone(s)"
msgstr ""

#: delete_user.php:84
msgid "You are going to delete this user, are you sure?"
msgstr ""

#: delete_user.php:87
msgid "This user has access to "
msgstr ""

#: delete_user.php:87
msgid " zones, by deleting him you will also delete these zones."
msgstr ""

#: edit.php:49
msgid "Type of this domain is \"slave\", but there is no IP address for it's master given. Please specify!"
msgstr ""

#: edit.php:56
msgid "Edit domain"
msgstr ""

#: edit.php:65
msgid "Owner of zone"
msgstr ""

#: edit.php:80
msgid "Delete"
msgstr ""

#: edit.php:91
msgid "No owner set or this domain!"
msgstr ""

#: edit.php:118
msgid "Add"
msgstr ""

#: edit.php:133
msgid "Type of zone"
msgstr ""

#: edit.php:155 edit.php:177
msgid "Change"
msgstr ""

#: edit.php:167
msgid "IP address of master NS"
msgstr ""

#: edit.php:199 list_zones.php:63 search.php:60
msgid "Delete zone"
msgstr ""

#: edit.php:223 edit_record.php:40
msgid "Sub-owners"
msgstr ""

#: edit.php:245 search.php:119
msgid "Edit record"
msgstr ""

#: edit.php:299
msgid "No records for this domain."
msgstr ""

#: edit.php:320
msgid "Assign to user"
msgstr ""

#: edit_record.php:29
msgid "Edit record in zone"
msgstr ""

#: edit_record.php:122 edit_user.php:81
msgid "Commit changes"
msgstr ""

#: edit_record.php:123
msgid "Reset changes"
msgstr ""

#: edit_user.php:35
msgid "Edit user"
msgstr ""

#: edit_user.php:44 users.php:98
msgid "User name"
msgstr ""

#: edit_user.php:48 install.php:201 users.php:102
msgid "Full name"
msgstr ""

#: edit_user.php:52 install.php:200 users.php:106 inc/auth.inc.php:78
msgid "Password"
msgstr ""

#: edit_user.php:56 users.php:110
msgid "E-mail"
msgstr ""

#: edit_user.php:60 users.php:114
msgid "User level"
msgstr ""

#: edit_user.php:63 inc/config-me.inc.php:91
msgid "Normal user"
msgstr ""

#: edit_user.php:64 inc/config-me.inc.php:92
msgid "Administrator"
msgstr ""

#: edit_user.php:65 inc/config-me.inc.php:93
msgid "Administrator w/ user admin rights"
msgstr ""

#: edit_user.php:70 install.php:203 users.php:124
msgid "Description"
msgstr ""

#: edit_user.php:76 users.php:128 inc/toolkit.inc.php:251
msgid "Active"
msgstr ""

#: index.php:7
msgid "Welcome"
msgstr ""

#: index.php:9 search.php:16 inc/header.inc.php:25
msgid "Search zones or records"
msgstr ""

#: index.php:10 inc/header.inc.php:26
msgid "List all zones"
msgstr ""

#: index.php:15 inc/header.inc.php:31
msgid "List all supermasters"
msgstr ""

#: index.php:16 inc/header.inc.php:32
msgid "Add master zone"
msgstr ""

#: index.php:17 inc/header.inc.php:33
msgid "Add slave zone"
msgstr ""

#: index.php:27 inc/header.inc.php:43
msgid "User administration"
msgstr ""

#: index.php:31 inc/header.inc.php:47
msgid "Logout"
msgstr ""

#: install.php:63 inc/database.inc.php:10 inc/toolkit.inc.php:131
msgid "Oops! An error occured!"
msgstr ""

#: install.php:168
msgid "PowerAdmin has succesfully been installed."
msgstr ""

#: install.php:170
msgid "Remove this file (install.php) from your webdir."
msgstr ""

#: install.php:171
msgid "WARNING"
msgstr ""

#: install.php:171
msgid "PowerAdmin will not work until you delete install.php"
msgstr ""

#: install.php:173
msgid "You can click"
msgstr ""

#: install.php:173
msgid "to start using PowerAdmin"
msgstr ""

#: install.php:182
msgid "You didnt fill in one of the required fields!"
msgstr ""

#: install.php:190
msgid "PowerAdmin for PowerDNS"
msgstr ""

#: install.php:192
msgid ""
"This config file will setup your database to be ready for PowerAdmin. Please fill in the next fields which will create an\n"
"administrator login."
msgstr ""

#: install.php:194
msgid "Fields marked with a"
msgstr ""

#: install.php:194
msgid "are required."
msgstr ""

#: install.php:199
msgid "Login Name"
msgstr ""

#: install.php:202
msgid "Email"
msgstr ""

#: install.php:204
msgid "Make Account"
msgstr ""

#: list_supermasters.php:9
msgid "Oops!"
msgstr ""

#: list_supermasters.php:10
msgid "You are not allowed to add supermasters with your current access level!"
msgstr ""

#: list_supermasters.php:29
#, php-format
msgid "List all %s supermasters"
msgstr ""

#: list_supermasters.php:44
msgid "No supermasters in this listing, sorry."
msgstr ""

#: list_zones.php:11
msgid "List zones"
msgstr ""

#: list_zones.php:25 search.php:46
msgid "Records"
msgstr ""

#: list_zones.php:44
msgid "There are no zones."
msgstr ""

#: list_zones.php:62 search.php:59
msgid "Edit zone"
msgstr ""

#: list_zones.php:91
#, php-format
msgid "This lists shows all %s zones(s) you have access to."
msgstr ""

#: list_zones.php:97
#, php-format
msgid "This lists shows %s out of %s zones you have access to."
msgstr ""

#: search.php:21
msgid "Enter a hostname or IP address"
msgstr ""

#: search.php:26
msgid "Search"
msgstr ""

#: search.php:41
msgid "Zones found"
msgstr ""

#: search.php:94
msgid "Records found"
msgstr ""

#: search.php:151
msgid "Nothing found for query"
msgstr ""

#: test_setup.php:58
msgid "Not all tables are ok!"
msgstr ""

#: test_setup.php:62 inc/toolkit.inc.php:162
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:16
msgid "Password length should be at least 8 characters."
msgstr ""

#: users.php:26
msgid "Usernames can't contain spaces"
msgstr ""

#: users.php:31
msgid "Please fill in all fields"
msgstr ""

#: users.php:42
msgid "User admin"
msgstr ""

#: users.php:49
msgid "Current users"
msgstr ""

#: users.php:58
msgid "Zones"
msgstr ""

#: users.php:59
msgid "Domain list"
msgstr ""

#: users.php:60
msgid "Level"
msgstr ""

#: users.php:61
msgid "Status"
msgstr ""

#: users.php:87
msgid "Number of users"
msgstr ""

#: users.php:94
msgid "Create new user"
msgstr ""

#: users.php:133
msgid "Add user"
msgstr ""

#: inc/auth.inc.php:20
msgid "Session expired, please login again."
msgstr ""

#: inc/auth.inc.php:47
msgid "Authentication failed!"
msgstr ""

#: inc/auth.inc.php:68 inc/auth.inc.php:74 inc/auth.inc.php:84
msgid "Login"
msgstr ""

#: inc/auth.inc.php:102
msgid "You have logged out."
msgstr ""

#: inc/dns.inc.php:204
msgid "If you specify an MX record it must be a hostname."
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:12
msgid "credits"
msgstr ""

#: inc/header.inc.php:7 inc/header.inc.php:17
msgid "Poweradmin"
msgstr ""

#: inc/header.inc.php:24
msgid "Index"
msgstr ""

#: inc/toolkit.inc.php:27
msgid "You have to create a config.inc.php!"
msgstr ""

#: inc/toolkit.inc.php:32
msgid "You have to remove install.php before this program will run"
msgstr ""

#: inc/toolkit.inc.php:37
msgid "You have to remove migrator.php before this program will run"
msgstr ""

#: inc/toolkit.inc.php:74
msgid "Show page"
msgstr ""

#: inc/toolkit.inc.php:101
msgid "Show domains beginning with:"
msgstr ""

#: inc/toolkit.inc.php:151
msgid "Success!"
msgstr ""

#: inc/toolkit.inc.php:168
msgid "back"
msgstr ""

#: inc/toolkit.inc.php:247
msgid "Inactive"
msgstr ""