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 ""