From 3e8e61a35a23a53dc71d4675219a794697648f7a Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 2 Dec 2007 20:05:15 +0000 Subject: [PATCH] addresses #17 * strings for translatable !JavaScript updated --- po/davadminjs.pot | 112 +++++++++++++++++++++++++++++++++++++++++++--- po/transjs.txt | 24 ++++++++++ 2 files changed, 131 insertions(+), 5 deletions(-) diff --git a/po/davadminjs.pot b/po/davadminjs.pot index 5bd66ea..833b416 100644 --- a/po/davadminjs.pot +++ b/po/davadminjs.pot @@ -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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/transjs.txt b/po/transjs.txt index 20e6dd2..97343d9 100644 --- a/po/transjs.txt +++ b/po/transjs.txt @@ -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