parent
5a707eda4d
commit
3e8e61a35a
2 changed files with 131 additions and 5 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: davadmin 0.2\n"
|
||||
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||
"POT-Creation-Date: 2007-12-02 00:05+0100\n"
|
||||
"POT-Creation-Date: 2007-12-02 20:39+0100\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"
|
||||
|
@ -16,18 +16,120 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: admin/scripts/directories.js:47
|
||||
#: admin/scripts/autocomplete.js:312
|
||||
msgid ""
|
||||
"A HTTP error %s occured.\n"
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:35
|
||||
msgid "Edit this directory's group assignments."
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:47
|
||||
#: admin/scripts/directories.js:35
|
||||
msgid "groups"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:49
|
||||
#: admin/scripts/directories.js:37
|
||||
msgid "Delete this directory."
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:49
|
||||
#: admin/scripts/directories.js:37 admin/scripts/users.js:37
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:65 admin/scripts/users.js:67
|
||||
msgid "close"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:65
|
||||
msgid "Directory name:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:65 admin/scripts/users.js:71
|
||||
msgid "Groups:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:65 admin/scripts/users.js:71
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:80
|
||||
msgid "Invalid directory name."
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:110
|
||||
msgid "Edit directory data"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:117
|
||||
msgid "Create new directory"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/directories.js:122
|
||||
msgid "Should the directory %s really get deleted?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:35
|
||||
msgid "Edit this user's data."
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:35
|
||||
msgid "edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:37
|
||||
msgid "Delete this user's data."
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:67
|
||||
msgid "User name:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:71
|
||||
msgid "First name:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:71
|
||||
msgid "Last name:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:71
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:71
|
||||
msgid "Confirmation:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:88
|
||||
msgid ""
|
||||
"The user name must consist of at least 2 letters or digits and no other "
|
||||
"characters!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:95
|
||||
msgid "The password must have a lenght of at least 8 characters!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:100
|
||||
msgid "Password and confirmation have to match!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:106
|
||||
msgid ""
|
||||
"The groups field has to be a comma separated list of group names which must "
|
||||
"consist of letters or digits!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:140
|
||||
msgid "Should the user %s %s with the user name %s really get deleted?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:183
|
||||
msgid "Edit user data"
|
||||
msgstr ""
|
||||
|
||||
#: admin/scripts/users.js:191
|
||||
msgid "Create new user"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,4 +1,28 @@
|
|||
A HTTP error %s occured.\n%s
|
||||
Edit this directory's group assignments.
|
||||
groups
|
||||
Delete this directory.
|
||||
delete
|
||||
close
|
||||
Directory name\:
|
||||
Groups\:
|
||||
Submit
|
||||
Invalid directory name.
|
||||
Edit directory data
|
||||
Create new directory
|
||||
Should the directory %s really get deleted?
|
||||
Edit this user's data.
|
||||
edit
|
||||
Delete this user's data.
|
||||
User name\:
|
||||
First name\:
|
||||
Last name\:
|
||||
Password\:
|
||||
Confirmation\:
|
||||
The user name must consist of at least 2 letters or digits and no other characters\!
|
||||
The password must have a lenght of at least 8 characters\!
|
||||
Password and confirmation have to match\!
|
||||
The groups field has to be a comma separated list of group names which must consist of letters or digits\!
|
||||
Should the user %s %s with the user name %s really get deleted?
|
||||
Edit user data
|
||||
Create new user
|
||||
|
|
Loading…
Reference in a new issue