diff options
Diffstat (limited to 'messages/sl/LC_MESSAGES')
-rw-r--r-- | messages/sl/LC_MESSAGES/mailman.po | 90 |
1 files changed, 35 insertions, 55 deletions
diff --git a/messages/sl/LC_MESSAGES/mailman.po b/messages/sl/LC_MESSAGES/mailman.po index faa58219..2d06eabd 100644 --- a/messages/sl/LC_MESSAGES/mailman.po +++ b/messages/sl/LC_MESSAGES/mailman.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: mailman_new_popr\n" -"POT-Creation-Date: Thu Dec 30 16:44:13 2004\n" +"POT-Creation-Date: Wed Jan 12 17:21:06 2005\n" "PO-Revision-Date: 2003-09-30 11:18+0200\n" "Last-Translator: Urska Colner <urska.colner@agenda.si>\n" "Language-Team: Slovenščina <sl@li.org>\n" @@ -1403,7 +1403,7 @@ msgstr "Velikost:" # Mailman/Handlers/Decorate.py:49 #: Mailman/Cgi/admindb.py:498 Mailman/Handlers/Scrubber.py:199 -#: Mailman/Handlers/Scrubber.py:295 Mailman/Handlers/Scrubber.py:296 +#: Mailman/Handlers/Scrubber.py:296 Mailman/Handlers/Scrubber.py:297 msgid "not available" msgstr "ni na voljo" @@ -8244,7 +8244,7 @@ msgstr "" "Velikost: %(size)s\n" "Url: %(url)s\n" -#: Mailman/Handlers/Scrubber.py:300 +#: Mailman/Handlers/Scrubber.py:301 msgid "" "A non-text attachment was scrubbed...\n" "Name: %(filename)s\n" @@ -8260,12 +8260,12 @@ msgstr "" "Opis: %(desc)s\n" "Url : %(url)s\n" -#: Mailman/Handlers/Scrubber.py:334 +#: Mailman/Handlers/Scrubber.py:336 #, fuzzy msgid "Skipped content of type %(partctype)s\n" msgstr "Preskočena vsebina vrste %(partctype)s" -#: Mailman/Handlers/Scrubber.py:369 +#: Mailman/Handlers/Scrubber.py:371 msgid "-------------- next part --------------\n" msgstr "-------------- naslednji del --------------\n" @@ -8514,7 +8514,7 @@ msgstr "prijave na %(name)s zahtevajo odobritev skrbnika" msgid "Last autoresponse notification for today" msgstr "Zadnje samodejno oblikovano obvestilo danes" -#: Mailman/Queue/BounceRunner.py:302 +#: Mailman/Queue/BounceRunner.py:298 msgid "" "The attached message was received as a bounce, but either the bounce format\n" "was not recognized, or no member addresses could be extracted from it. " @@ -8538,7 +8538,7 @@ msgstr "" "\n" # Mailman/MailList.py:711 bin/add_members:258 -#: Mailman/Queue/BounceRunner.py:312 +#: Mailman/Queue/BounceRunner.py:308 msgid "Uncaught bounce notification" msgstr "Spregledano obvestilo o zavrnitvi" @@ -9768,7 +9768,7 @@ msgstr "" msgid "Saving list" msgstr "Shranjevanje seznama" -#: bin/convert.py:44 bin/fix_url.py:51 bin/reset_pw:57 bin/reset_pw.~1~:65 +#: bin/convert.py:44 bin/fix_url.py:51 bin/reset_pw.py:57 msgid "%%%" msgstr "%%%" @@ -11284,7 +11284,7 @@ msgstr "Član ne obstaja: %(addr)s" msgid "User `%(addr)s' removed from list: %(listname)s." msgstr "Uporabnik `%(addr)s' odstranjen s seznama: %(listname)s." -#: bin/reset_pw:21 +#: bin/reset_pw.py:21 msgid "" "Reset the passwords for members of a mailing list.\n" "\n" @@ -11297,7 +11297,7 @@ msgid "" "\n" "This script is intended to be run as a bin/withlist script, i.e.\n" "\n" -"% bin/withlist -l -r reset_pw [options]\n" +"% bin/withlist -l -r reset_pw listname [options]\n" "\n" "Options:\n" " -v / --verbose\n" @@ -11305,34 +11305,13 @@ msgid "" msgstr "" # Mailman/MTA/Manual.py:109 -#: bin/reset_pw:77 bin/reset_pw.~1~:90 +#: bin/reset_pw.py:77 #, fuzzy msgid "Changing passwords for list: %(listname)s" msgstr "Zahteva za odstranitev poštnega seznama %(listname)s" -#: bin/reset_pw.~1~:21 -msgid "" -"Reset the passwords for members of a mailing list.\n" -"\n" -"This script resets all the passwords of a mailing list's members. It can " -"also\n" -"be used to reset the lists of all members of all mailing lists, and to\n" -"(optionally) send password reminders to list members who have had their\n" -"passwords changed.\n" -"\n" -"This script is intended to be run as a bin/withlist script, i.e.\n" -"\n" -"% bin/withlist -l -r reset_pw [options]\n" -"\n" -"Options:\n" -" -s / --send-reminders\n" -" Send password reminders for every list that has had its passwords\n" -" reset. Without this, users will have to be notified that their\n" -" passwords have changed, and then request their own individual\n" -" reminders.\n" -"\n" -" -v / --verbose\n" -" Print what the script is doing.\n" +#: bin/reset_pw.py:83 +msgid "New password for member %(member)40s: %(randompw)s" msgstr "" #: bin/rmlist:19 @@ -12101,6 +12080,7 @@ msgid "Using Mailman version:" msgstr "Trenutna različica Mailmana:" #: bin/withlist:19 +#, fuzzy msgid "" "General framework for interacting with a mailing list object.\n" "\n" @@ -12142,14 +12122,14 @@ msgid "" " --run [module.]callable\n" " -r [module.]callable\n" " This can be used to run a script with the opened MailList object.\n" -" This works by attempting to import `module' (which must already be\n" -" accessible on your sys.path), and then calling `callable' from the\n" -" module. callable can be a class or function; it is called with the\n" -" MailList object as the first argument. If additional args are " -"given\n" -" on the command line, they are passed as subsequent positional args " -"to\n" -" the callable.\n" +" This works by attempting to import `module' (which must be in the\n" +" directory containing withlist, or already be accessible on your\n" +" sys.path), and then calling `callable' from the module. callable " +"can\n" +" be a class or function; it is called with the MailList object as " +"the\n" +" first argument. If additional args are given on the command line,\n" +" they are passed as subsequent positional args to the callable.\n" "\n" " Note that `module.' is optional; if it is omitted then a module " "with\n" @@ -12214,7 +12194,7 @@ msgid "" " print 'No address matched:', addr\n" "\n" "and run this from the command line:\n" -"%% bin/withlist -l -r changepw mylist somebody@somewhere.org foobar\n" +" %% bin/withlist -l -r changepw mylist somebody@somewhere.org foobar\n" msgstr "" "Splošno ogrodje za delo z elementi dopisnih seznamov.\n" "\n" @@ -12324,7 +12304,7 @@ msgstr "" "in zagnali naslednji ukaz iz ukazne vrstice:\n" "%% bin/withlist -l -r changepw mylist nekdo@nekje.org foobar\n" -#: bin/withlist:151 +#: bin/withlist:163 msgid "" "Unlock a locked list, but do not implicitly Save() it.\n" "\n" @@ -12341,50 +12321,50 @@ msgstr "" " " # Mailman/Cgi/create.py:203 bin/newlist:184 -#: bin/withlist:162 +#: bin/withlist:174 msgid "Unlocking (but not saving) list: %(listname)s" msgstr "Odklepanje (ne pa shranjevanje) seznama: %(listname)s" -#: bin/withlist:166 +#: bin/withlist:178 msgid "Finalizing" msgstr "Zaključevanje" # Mailman/Cgi/create.py:203 bin/newlist:184 -#: bin/withlist:175 +#: bin/withlist:187 msgid "Loading list %(listname)s" msgstr "Nalaganje seznama %(listname)s" -#: bin/withlist:177 +#: bin/withlist:189 msgid "(locked)" msgstr "(zaklenjeno)" -#: bin/withlist:179 +#: bin/withlist:191 msgid "(unlocked)" msgstr "(odklenjeno)" # Mailman/Cgi/create.py:203 bin/newlist:184 -#: bin/withlist:184 +#: bin/withlist:196 msgid "Unknown list: %(listname)s" msgstr "Neznan seznam: %(listname)s" # Mailman/Cgi/edithtml.py:57 -#: bin/withlist:223 +#: bin/withlist:236 msgid "No list name supplied." msgstr "Ime seznama ni podano." -#: bin/withlist:226 +#: bin/withlist:245 msgid "--all requires --run" msgstr "--all zahteva --run" -#: bin/withlist:246 +#: bin/withlist:265 msgid "Importing %(module)s..." msgstr "Uvažanje %(module)s..." -#: bin/withlist:249 +#: bin/withlist:268 msgid "Running %(module)s.%(callable)s()..." msgstr "Izvajanje %(module)s.%(callable)s()..." -#: bin/withlist:270 +#: bin/withlist:289 msgid "The variable `m' is the %(listname)s MailList instance" msgstr "Spremenljivka `m' je MailList primer za %(listname)s" |