diff --git a/po/.cvsignore b/po/.cvsignore index ee5dd1966..e76f97c57 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -1,8 +1,7 @@ *.gmo POTFILES POTFILES-* Makefile Makefile.in -*.pot *.sed stamp-po diff --git a/po/Makefile.in.in b/po/Makefile.in.in index f97238f8c..853cc275c 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,434 +1,434 @@ # Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2005 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.14.4 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) PYTHON = @PYTHON@ POTFILES = \ CATALOGS = @CATALOGS@ # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --language=python # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = CERN # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = DISTFILES.extra1 = i18n_extract_from_wml.py i18n_update_wml.py .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed - grep '\.wml \\$$' POTFILES > POTFILES-wml + grep '\.wml$$' $(srcdir)/POTFILES.in > POTFILES-wml grep -v '\.wml$$' $(srcdir)/POTFILES.in > POTFILES-py - $(PYTHON) $(srcdir)/i18n_extract_from_wml.py POTFILES-wml > cdsware.po + $(PYTHON) $(srcdir)/i18n_extract_from_wml.py $(top_srcdir) POTFILES-wml > cdsware.po if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=POTFILES-py \ --join-existing \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/po/ca.po b/po/ca.po index 091e9b75b..999c850c0 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,3060 +1,3060 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:10+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: CA \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Àrea de l"admistrador" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Consells de cerca" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "TRADUCCIÓ CATALANA EN CURS" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Administració de trameses" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Centre d"ajuda" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Ajuda per la tramesa" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "De moment, la versión en català d'aquesta pàgina no està disponible. Us " "preguem que consulteu la versió en anglès que veureu a continuació. Gràcies " "por la vostra compresió." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Ajuda a la cerca" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guia" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guia" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Històric de cites:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Històric de baixades:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "juny" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "maig" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "qualsevol dia" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "maig" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "qualsevol dia" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "qualsevol dia" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "qualsevol mes" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "gener" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "març" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "abril" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "maig" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "juny" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "juliol" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "agost" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "octubre" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "gener" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "febrer" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "març" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "abril" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "juny" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "juliol" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "agost" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "setembre" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "octubre" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "novembre" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "desembre" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "maig" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Cercar" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "complet" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "col·leccions" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "col·leccions" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "alertes" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "qualsevol mes" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "complet" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "cistells" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Proveu la vostra cerca a..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Proveu la vostra cerca a..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "cistells" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "col·leccions" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "més" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "maig" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "sessió" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Darrera actualització" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Visualitzar els resultats:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "compte" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Visualitzar els resultats:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "AFEGIR AL CISTELL" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "cistells" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "cistells" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "El registre ha estat esborrat." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "cistells" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "cistells" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "cistells" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "més" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "cistells" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "més" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "cistells" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "AFEGIR AL CISTELL" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "AFEGIR AL CISTELL" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "El registre ha estat esborrat." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Cercar" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Trametre" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Trametre" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Limitar per col·lecció:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Enfocat a:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "el darrer primer" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "asc." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "desc." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "O" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "prioritzar per" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "resultats" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "dividit per col·lecció" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "llista única" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "breu" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Cercar en %s registres per" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Resultats de la cerca" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "qualsevol dia" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "qualsevol mes" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "qualsevol any" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "totes les col·leccions" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "afegir una altra col·lecció" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "breu" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "I" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "I NO" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Totes les paraules:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Qualsevol de les paraules:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Frase exacta:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Part de la frase:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Expressió regular:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "." #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Llista" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Cercar" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "No s'ha trobat cap coincidència exacta per %s, però en canvi usant " "%s ..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "No s'ha trobat cap coincidència dins la col·lecció %s. Altres col·leccions " "públiques han donat %d " "resultats." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "No s'ha trobat cap coincidència en col·leccions públiques. Si esteu cercant " "documents no públics, escolliu primer la col·lecció restringida." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "No hi ha cap índex de paraules disponible per a" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "No hi ha cap índex de frases disponible per a" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "El terme de cerca %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "dins l'índex %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "no s'ha trobat en cap registre. Els termes aproximats en totes les " "col·leccions són:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "El registre ha estat esborrat." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Registre complet" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "No s'ha trobat cap coincidència en l'intèrval de temps especificat. " "Descartant aquesta condició..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "No s'ha trobat cap coincidència en les limitacions que heu especificat. " "Descartant aquesta condició..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Cerca avançada" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Cerca simple" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Opcions de cerca:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Afegit des de:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "fins:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Ordenar per:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Visualitzar els resultats:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Format de visualizació:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "restringit" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Darreres entrades:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Els continguts d'aquesta col·lecció són restringits." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Aquesta col·lecció encara no conté cap document." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "més" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Registres semblants" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Citat per" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "totes les col·leccions" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Proveu la vostra cerca a..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "col·leccions" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "fins:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "dins" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "No heu trobat el que estaveu cercant? Proveu la vostra cerca a:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s registres trobats" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "identificació" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "saltar al registre:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "La cerca s'ha fet en %.2f segons." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Registre creat el %s, modificat el %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Citat por: %s registres" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-citat amb: %s registres" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Els usuaris que han baixat aquest document també han baixat:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Els usuaris que han vist aquesta pàgina també han vist:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Resultats globals: Trobats %s registres em " "%.2f segonss." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "La cerca booleana no ha donat cap resultat. Proveu de combinar els vostres " "termes de cerca d'una altra manera." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Vegeu també: autors amb noms similars" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Error intern" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "No s'ha trobat la col·lecció %s" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Ho sentim, la col·lecció %s no existeix.

Proveu-ho " "començant des de %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "qualsevol dia" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "cistells" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "cistells" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Cercar" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "cistells" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "cistells" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "aprovacions" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Cercar" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "trameses" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "trameses" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "aprovacions" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "aprovacions" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "compte" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "identificació" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "alertes" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "identificació" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "El terme de cerca %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Cercar" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "visitant" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "sessió" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "alertes" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "compte" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "trameses" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "aprovacions" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administració" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "sortir" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "compte" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "alertes" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "compte" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "sortir" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "identificació" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Pàgina inicial" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Darrera actualització" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Trametre" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalitzar" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Ajuda" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Mantingut per" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Aquest lloc està també disponible en els següents idiomes:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Si us plau contacteu amb %s citant la següent " "informació:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Aquesta col·lecció encara no conté cap document." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Aquesta col·lecció encara no conté cap document." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "trameses" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "trameses" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "sessió" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "més" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "sessió" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "sessió" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "més" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "aprovacions" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "restringit" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "aprovacions" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "aprovacions" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "setembre" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "aprovacions" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "restringit" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/cdsware.pot b/po/cdsware.pot index ea65cb79a..17b7d4fe3 100644 --- a/po/cdsware.pot +++ b/po/cdsware.pot @@ -1,2921 +1,2921 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR CERN # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 msgid "See Guide" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 msgid "Sun" msgstr "" #: modules/miscutil/lib/dateutils.py:138 msgid "Mon" msgstr "" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 msgid "Wed" msgstr "" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 msgid "Sunday" msgstr "" #: modules/miscutil/lib/dateutils.py:146 msgid "Monday" msgstr "" #: modules/miscutil/lib/dateutils.py:147 msgid "Tuesday" msgstr "" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 msgid "Saturday" msgstr "" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 msgid "Month" msgstr "" #: modules/miscutil/lib/dateutils.py:166 msgid "Jan" msgstr "" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 msgid "Mar" msgstr "" #: modules/miscutil/lib/dateutils.py:169 msgid "Apr" msgstr "" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "" #: modules/miscutil/lib/dateutils.py:171 msgid "Jun" msgstr "" #: modules/miscutil/lib/dateutils.py:172 msgid "Jul" msgstr "" #: modules/miscutil/lib/dateutils.py:173 msgid "Aug" msgstr "" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 msgid "Oct" msgstr "" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "" #: modules/miscutil/lib/dateutils.py:209 msgid "Day" msgstr "" #: modules/miscutil/lib/dateutils.py:260 msgid "Year" msgstr "" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 msgid "detailed list" msgstr "" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 msgid "Collections" msgstr "" #: modules/webalert/lib/webalert_templates.py:89 msgid "Collection" msgstr "" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 msgid "alert name" msgstr "" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 msgid "monthly" msgstr "" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 msgid "daily" msgstr "" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 msgid "no basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 msgid "your searches" msgstr "" #: modules/webalert/lib/webalert_templates.py:290 msgid "most popular searches" msgstr "" #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 msgid "Result in basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 msgid "Action" msgstr "" #: modules/webalert/lib/webalert_templates.py:359 msgid "Remove" msgstr "" #: modules/webalert/lib/webalert_templates.py:360 msgid "Modify" msgstr "" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 msgid "Question" msgstr "" #: modules/webalert/lib/webalert_templates.py:440 msgid "Last Run" msgstr "" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 msgid "Display searches" msgstr "" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 msgid "Your Account" msgstr "" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 msgid "Display alerts" msgstr "" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, python-format msgid "The basket has not been deleted: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 msgid "CREATE NEW" msgstr "" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, python-format msgid "The private basket %s has been created." msgstr "" #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, python-format msgid "The basket %s has not been created: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:111 msgid "The basket has not been created: specify a basket name." msgstr "" #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, python-format msgid "The basket has not been renamed: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:125 msgid "The basket has not been renamed: specify a basket name." msgstr "" #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, python-format msgid "The basket has not been made public: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 msgid "The selected basket is no more publically accessible." msgstr "" #: modules/webbasket/lib/webbasket.py:144 #, python-format msgid "The basket has not been made private: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 msgid "The selected items have been removed." msgstr "" #: modules/webbasket/lib/webbasket.py:152 #, python-format msgid "The items have not been removed: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 msgid "The selected items have been copied/moved." msgstr "" #: modules/webbasket/lib/webbasket.py:167 #, python-format msgid "The items have not been re-ordered: %s" msgstr "" #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 msgid "The selected basket has been deleted." msgstr "" #: modules/webbasket/lib/webbasket.py:321 msgid "The related alerts have been removed." msgstr "" #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 msgid "The selected items have been copied." msgstr "" #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 msgid "Delete the basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 msgid "No baskets have been defined." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 msgid "New basket name:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 msgid "Select an existing basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 msgid "basket name" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 msgid "or" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:173 msgid "The selected basket is" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 msgid "Move" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 msgid "select basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 msgid "CREATE NEW BASKET" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 msgid "The message could not be deleted" msgstr "" #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 msgid "Your Messages" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 msgid "Subject" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Sender" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 msgid "Subject:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "" #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "" #: modules/websearch/lib/search_engine.py:537 msgid "HTML brief" msgstr "" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "" #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "" #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "" #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "" #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 msgid "in any collection are:" msgstr "" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "" #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "" #: modules/websearch/lib/websearch_templates.py:1377 msgid "Until" msgstr "" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "" #: modules/websearch/lib/websearch_templates.py:1798 msgid "begin" msgstr "" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 msgid "end" msgstr "" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "" #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 msgid "mandatory" msgstr "" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 msgid "Select method" msgstr "" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 msgid "Your Settings" msgstr "" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 msgid "Your Searches" msgstr "" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 msgid "Your Baskets" msgstr "" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 msgid "Your Alerts" msgstr "" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 msgid "Your Loans" msgstr "" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 msgid "Your Alert Searches" msgstr "" #: modules/websession/lib/websession_templates.py:410 msgid "Your Submissions" msgstr "" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 msgid "your submissions" msgstr "" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 msgid "Your Approvals" msgstr "" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 msgid "your approvals" msgstr "" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 msgid "Deleting your account" msgstr "" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 msgid "Login via:" msgstr "" #: modules/websession/lib/websession_templates.py:580 msgid "Username" msgstr "" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, python-format msgid "You seem to be %s." msgstr "" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 msgid "Configure WebSearch" msgstr "" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 msgid "Show account" msgstr "" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 msgid "username" msgstr "" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 msgid "Delete Account" msgstr "" #: modules/websession/web/youraccount.py:290 msgid "Logout" msgstr "" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 msgid "Login" msgstr "" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 msgid "Last updated:" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 msgid "this action does not apply on this type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 msgid "Your chosen action is not supported by the document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 msgid "Submission no(1)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 msgid "Submission no" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 msgid "Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:990 msgid "Score" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, python-format msgid " version #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 msgid "version" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1335 msgid "For" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 msgid "pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 msgid "approved" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 msgid "rejected" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 msgid "waiting for approval" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 msgid "already approved" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 msgid "Report Number" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1731 msgid "Pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1732 msgid "Approved" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1733 msgid "Rejected" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/cs.po b/po/cs.po index 0d1d504db..17635ef4a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,3058 +1,3058 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:11+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: CS \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Areál Administrátora" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Tipy pro vyhledávaní" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "PŘEKLAD DO ČEŠTINY SE PŘIPRAVUJE" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Administrace Přidávání" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Centrála Nápovědy" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Nápověda pro přidávání" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Český překlad této stránky není ukončen. Prosíme použijte anglickou verzi " "uvedenou níže. Děkujeme za pochopení." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Nápověda pro vyhledávaní" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Příručka" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Příručka" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citační historie:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Historie stahování:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "červen" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "květen" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "jakýkoli den" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "květen" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "jakýkoli den" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "jakýkoli den" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "jakýkoli měsíc" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "leden" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "březen" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "duben" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "květen" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "červen" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "červenec" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "srpen" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "říjen" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "leden" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "únor" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "březen" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "duben" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "červen" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "červenec" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "srpen" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "září" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "říjen" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "listopad" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "prosinec" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "květen" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Hledej" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "podrobný" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "kolekce" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "kolekce" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "avíza" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "jakýkoli měsíc" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "podrobný" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "košíky" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Zkuste hledat na..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Zkuste hledat na..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "košíky" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "kolekce" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "více" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "květen" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "seance" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Poslední aktualizace" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Zobrazit výsledky:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "konto" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Zobrazit výsledky:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "PŘIDAT DO KOŠÍKU" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "košíky" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "Záznam byl vymazán." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "více" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "více" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "PŘIDAT DO KOŠÍKU" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "PŘIDAT DO KOŠÍKU" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "Záznam byl vymazán." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Hledej" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Přidej" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Přidej" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Zúžit podle kolekcе:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Zaměřit se na:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "poslední záznam nejdříve" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "vzest." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "sest." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "NEBO" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "seřadit podle" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "výsledky" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "seskupené podle kolekcí" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "jediný list" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "stručný" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Hledej v %s záznamech:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Výsledky hledání" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "jakýkoli den" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "jakýkoli měsíc" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "jakýkoli rok" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "všechny kolekce" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "přidat kolekci" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "stručný" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "A" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "A NE" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Všechna tato slova:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Jedno ze slov:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Přesná věta:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Částečná věta:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regulární výraz:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Prolistuj" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Hledej" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Žádný přesný výsledek pro %s nebyl nalezen, zkusme místo něj použít " "%s..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Žádný záznam nebyl nalezen v kolekci %s. Ostatní veřejně dostupné kolekce " "dali %d záznamů." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Žádná veřejně přístupná kolekce nevyhovuje Vašemu dotazu. Jestliže jste " "hledali dokumenty veřejně nepřístupné, zvolte prosím nejdříve příslušnou " "neveřejnou kolekci." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Index slov není k dispozici pro" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Index frází není k dispozici pro" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Hledaný výraz %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "v indexu %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "neodpovídá žádnému záznamu. Nejbližší termíny nezávisle na kolekci jsou:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "Záznam byl vymazán." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Úplný záznam" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Žádný výsledek nevyhovuje Vašim časovým kritériím, podmínka není vzata v " "úvahu..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Žádný výsledek nevyhovuje Vašim omezujícím kritériím, podmínky nejsou vzaty " "v úvahu..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Rozšířené Hledání" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Jednoduché Hledání" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Volby hledání:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Přidánо od:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "do:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Setřídit podle:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Zobrazit výsledky:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Výstupní formát:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "chráněno" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Posledně přidáno:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Obsah této kolekce je chráněn." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Tato kolekce ješte neobsahuje žádné záznamy." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "více" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Podobné záznamy" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Citováno" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "všechny kolekce" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Zkuste hledat na..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "kolekce" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "do:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "v" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Nenalezli jste co jste hledali? Zkuste Váš dotaz na jiných servrech:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s záznamů nalezeno" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "přihlásit" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "skoč na záznam:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Hledání trvalo %.2f vteřin." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Záznam vytvořen %s, modifikován %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Citováno: %s záznamy" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Spolu citováno s: %s záznamy" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Uživatelé kteří si stáhli tento dokument si též stáhli:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Uživatelé kteří prohlédli tuhle stránku si též prohlédli:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Přehled výsledků: Nalezeno %s záznamů za " "%.2f vteřin." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Booleovský dotaz nevrátil žádný výsledek. Zkuste zkombinovat dané termíny " "jiným způsobem." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Viz též: podobná jména autorů" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Vnitřní Chyba" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Kolekcia %s Nenalezena" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Litujeme, kolekce %s neexistuje.

Zkuste začít hledat " "od %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "jakýkoli den" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "košíky" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "košíky" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Hledej" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "košíky" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "košíky" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "schválení" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Hledej" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "přidání" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "přidání" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "schválení" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "schválení" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "konto" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "přihlásit" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "avíza" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "přihlásit" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Hledaný výraz %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Hledej" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "host" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "seance" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "avíza" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "konto" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "přidání" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "schválení" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administrace" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "odhlásit" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "konto" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "avíza" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "konto" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "odhlásit" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "přihlásit" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Hlavní stránka" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Poslední aktualizace" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Přidej" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalizace" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Nápověda" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Spravuje" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Tato stránka je také dostupná v následujících jazycích:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Prosíme kontaktujte %s a uveďte následující " "informace:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Tato kolekce ješte neobsahuje žádné záznamy." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Tato kolekce ješte neobsahuje žádné záznamy." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "přidání" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "přidání" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "seance" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "více" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "seance" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "seance" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "více" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "schválení" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "chráněno" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "schválení" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "schválení" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "září" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "schválení" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "chráněno" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/de.po b/po/de.po index cec33bba2..5dc9ee7c2 100644 --- a/po/de.po +++ b/po/de.po @@ -1,3062 +1,3062 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:11+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: DE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Verwaltungsraum" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Suchtipps" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "ÜBERSETZUNG AUF DEUTSCH WIRD GERADE VORBEREITET" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "WebSubmit Verwaltung" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Hilfezentrale" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Eintragehilfe" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Zur Zeit gibt es keine deutsche Übersetzung von dieser Seite. Wir bitten Sie " "inzwischen sich der englischen Version zu bedienen. Wir danken Ihnen für Ihr " "Verständnis." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Suchhilfe" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Führer" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Führer" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Historie der Zitationen:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Historie der Herunterladen:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "Juni" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "Mai" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "beliebiger Tag" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "Mai" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "beliebiger Tag" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "beliebiger Tag" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "beliebiger Monat" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "Januar" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "März" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "April" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "Mai" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "Juni" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "Juli" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "August" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "October" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "Januar" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "Februar" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "März" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "April" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "Juni" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "Juli" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "August" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "September" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "October" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "November" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "Dezember" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "Mai" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Suchen" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "detailliert" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "Sammlungen" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "Sammlungen" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "Anzeigen" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "beliebiger Monat" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "detailliert" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "Körbe" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Versuchen Sie Ihre Suche mit..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Versuchen Sie Ihre Suche mit..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "Körbe" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "Sammlungen" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "mehr" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "Mai" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "Session" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Letzte Aktualisierung" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Ergebnisse darstellen:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "Konto" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Ergebnisse darstellen:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "IN DEN KORB HINZUFÜGEN" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "Körbe" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "Körbe" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "Der Datensatz wurde gelöscht." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "Körbe" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "Körbe" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "Körbe" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "mehr" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "Körbe" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "mehr" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "Körbe" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "IN DEN KORB HINZUFÜGEN" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "IN DEN KORB HINZUFÜGEN" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "Der Datensatz wurde gelöscht." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Suchen" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Eintragen" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Eintragen" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Einschränken nach Sammlungen:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Hinweis auf:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "das Letzte zuerst" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "aufw." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "abw." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "ODER" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ranking" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "Ergebnisse" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "verteilen in Sammlungen" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "einzige Liste" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "kurz" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Suchen durch %s Datensätze nach:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Suchergebnisse" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "beliebiger Tag" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "beliebiger Monat" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "beliebiges Jahr" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "alle Sammlungen" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "Neue Sammlung hinzufügen" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "kurz" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "UND" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "UND NICHT" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Alle Worte:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Mindestens die Worte:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Genaue Phrase:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Partielle Phrase:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regulärer Ausdruck:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "." #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Durchblättern" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Suchen" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Kein genaues Resultat für %s wurde gefunden, %s wird " "verwendet anstatt..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Kein genaues Resultat in der Sammlung %s. Andere offentliche Sammlungen " "ergaben %d Ergebnisse." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "In keiner allgemein zugänglichen Sammlung wurde Ihre Suche gefunden. Wenn " "Sie private Dokumente durchsuchen möchten, wählen Sie bitte zuerst eine " "private Sammlung aus." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Kein Wortindex steht zur Verfügung für" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Kein Begriffindex steht zur Verfügung für" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Suchbegriff %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "im Index von %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "hat keine Datensätze gefunden. Die nächsten Begriffe in allen Sammlungen " "sind:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "Der Datensatz wurde gelöscht." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Details vom Eintrag" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Kein Resultat in der eingegebene Zeitbeschränkung, Bedingung wird " "ignoriert..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Kein Resultat in der eingegebene Suchebeschränkung, Bedingung wird " "ignoriert..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Erweiterte Suche" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Einfache Suche" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Suchoptionen:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Hinzufügt seit:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "nach:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Sortieren nach:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Ergebnisse darstellen:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Darstellungsformat:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "privat" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Letzte Einträge:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Der Inhalt von dieser Sammlung ist privat." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Diese Sammlung enthält zur Zeit keine Dokumente." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "mehr" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Ähnliche Datensätze" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Zitiert von" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "alle Sammlungen" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Versuchen Sie Ihre Suche mit..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "Sammlungen" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "nach:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "in" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "" "Haben Sie nicht gefunden was Sie suchten? Versuchen Sie Ihre Suche mit:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s Datensätze gefunden" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "Anmelden" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "gehen zum Satz:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Die Suche hat %.2f Sekunden gedauert." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Datensatz erzeugt %s, letzte Änderung %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Zitiert von: %s Datensätzen" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-zitiert mit: %s Datensätzen" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "" "Benutzer, die diesen Dokument herunterladeten, haben auch herunterladet:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Benutzer, die diese Seite sahen, haben auch angeschaut:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Übersicht von Ergebnissen: %s Datensätze " "wurden in %.2f Sekunden gefunden." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Die boolsche Suchfrage hat keine Datensätze gefunden. Bitte kombinieren Sie " "Ihre Suchfrage anders." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Sehen Sie auch: ähnliche Autornamen" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Interner Fehler" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Sammlung %s nicht gefunden" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Entschuldigung, Sammlung %s scheint nicht zu existieren. " "

Sie können erneut beginnen von %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "beliebiger Tag" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "Körbe" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "Körbe" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Suchen" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "Körbe" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "Körbe" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "Bestätigungen" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Suchen" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "Eintragungen" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "Eintragungen" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "Bestätigungen" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "Bestätigungen" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "Konto" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "Anmelden" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "Anzeigen" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "Anmelden" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Suchbegriff %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Suchen" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "Gast" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "Session" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "Anzeigen" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "Konto" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "Eintragungen" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "Bestätigungen" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "Verwaltung" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "Abmelden" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "Konto" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "Anzeigen" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "Konto" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "Abmelden" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "Anmelden" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Hauptseite" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Letzte Aktualisierung" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Eintragen" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalisieren" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Hilfe" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Verwaltet von" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Diese Seite gibt es auch in den folgenden Sprachen:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Bitte kontaktieren Sie %s und geben folgende " "Auskunft:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Diese Sammlung enthält zur Zeit keine Dokumente." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Diese Sammlung enthält zur Zeit keine Dokumente." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "Eintragungen" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "Eintragungen" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "Session" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "mehr" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "Session" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "Session" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "mehr" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "Bestätigungen" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "privat" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "Bestätigungen" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "Bestätigungen" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "September" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "Bestätigungen" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "privat" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/el.po b/po/el.po index d2b0957f1..57adaad42 100644 --- a/po/el.po +++ b/po/el.po @@ -1,3057 +1,3057 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:11+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: EL \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Περιοχή Διαχειριστή" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Παραδείγματα αναζήτησης" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "ΕΛΛΗΝΙΚΗ ΜΕΤΑΦΡΑΣΗ ΣΕ ΕΞΕΛΙΞΗ" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Διαχείριση WebSubmit" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Βοήθεια" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Υποβολή Βοήθειας" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Η Ελληνική μετάφραση της παρούσας σελίδας δεν είναι διαθέσιμη. Παρακαλούμε " "συμβουλευτείτε την Αγγλική σελίδα. Ευχαριστούμε για την καταννόηση." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Βοήθεια αναζήτησης" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Οδηγός" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Οδηγός" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Ιστορικό παραπομπών:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Ιστορικό downloads:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "Ιούνιος" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "Μάιος" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Ατζέντα" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "οποιαδήποτε ημέρα" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "Μάιος" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "οποιαδήποτε ημέρα" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "οποιαδήποτε ημέρα" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "οποιονδήποτε μήνα" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "Ιανουάριος" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "Μάρτιος" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "Απρίλιος" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "Μάιος" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "Ιούνιος" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "Ιούλιος" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "Άυγουστος" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "Οκτώβριος" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "Ιανουάριος" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "Φεβρουάριος" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "Μάρτιος" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "Απρίλιος" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "Ιούνιος" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "Ιούλιος" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "Άυγουστος" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "Σεπτέμβριος" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "Οκτώβριος" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "Νοέμβριος" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "Δεκέμβριος" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "Μάιος" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Αναζήτηση" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "αναλυτική" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "συλλογές" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "συλλογές" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "ειδοποιήσεις" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "οποιονδήποτε μήνα" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "αναλυτική" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "καλάθι" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Δοκιμάστε την έρευνά σας στο..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Δοκιμάστε την έρευνά σας στο..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "καλάθι" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "συλλογές" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "περισσότερα" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "Μάιος" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "συνεδρία" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Τελευταία ενημέρωση" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Παρουσίαση αποτελεσμάτων:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "Λογαριασμός" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Παρουσίαση αποτελεσμάτων:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "ΠΡΟΣΘΗΚΗ ΣΤΟ ΚΑΛΑΘΙ" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "καλάθι" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "καλάθι" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "καλάθι" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "καλάθι" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "καλάθι" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "περισσότερα" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "καλάθι" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "περισσότερα" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "καλάθι" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "ΠΡΟΣΘΗΚΗ ΣΤΟ ΚΑΛΑΘΙ" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "ΠΡΟΣΘΗΚΗ ΣΤΟ ΚΑΛΑΘΙ" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "Η εγγραφή έχει διαγραφεί." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Αναζήτηση" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Υποβολή" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Ατζέντα" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Υποβολή" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Περιορισμός αναζήτησης:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Επικέντρωση σε:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "Το τελευταίο, πρώτο" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "αύξ." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "φθίν." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "Ή" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ταξινόμηση με" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "αποτελέσματα" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "διαχωρισμός κατά συλλογή" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "απλή λίστα" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "σύντομη" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Αναζήτηση σε %s εγγραφές για:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Αποτελέσματα αναζήτησης" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "οποιαδήποτε ημέρα" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "οποιονδήποτε μήνα" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "οποιονδήποτε χρόνο" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "οποιαδήποτε συλλογή" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "προσθήκη συλλογής" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "σύντομη" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "ΚΑΙ" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "ΚΑΙ ΟΧΙ" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Όλες οι λέξεις" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Οποιαδήποτε από τις λέξεις" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Ακριβής φράση:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Επιμέρους φράση:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regular expression:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Φυλλομέτρηση" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Αναζήτηση" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Δεν βρέθηκε κανένα αποτέλεσμα για %s, θα γίνει χρήση του %s στην θέση του..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Κανένα αποτέλεσμα στην συλλογή %s. Άλλες συλλογές έδωσαν %d αποτελέσματα." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Καμιά ανοιχτή συλλογή δεν ικανοποίησε την έρευνά σας. Άν ψάχνετε και σε " "κλειστές συλλογές, παρακαλώ επιλέξτε τις στην αρχή." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Δεν υπάρχει ευρετήριο λέξεων για" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Δεν υπάρχει ευρετήριο φράσεων για" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Όρος αναζήτησης %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "στο %s ευρετήριο" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "δεν ταίριαξε με κάποια εγγραφή. Παραπλήσιοι όροι σε όλες τις συλλογές:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "Η εγγραφή έχει διαγραφεί." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Αναλυτική εγγραφή" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Κανένα αποτέλεσμα στα χρονικά περιθώρια, θα γίνει παράβλεψη του κριτηρίου " "αυτού..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Κανένα αποτέλεσμα στα όρια έρευνας, θα γίνει παράβλεψη του κριτηρίου αυτού..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Σύνθετη αναζήτηση" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Απλή αναζήτηση" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Επιλογές αναζήτησης:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Προστέθηκαν από:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "έως:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Ταξινόμηση με:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Παρουσίαση αποτελεσμάτων:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Μορφή αποτελεσμάτων:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "περιορισμένο" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Πρόσφατες προσθήκες:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Τα περιεχόμενα της παρούσας συλλογής είναι προστατευμένα" #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Η συλλογή αυτή δεν περιέχει κάποιο έγγραφο ακόμη." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "περισσότερα" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Παρόμοιες εγγραφές" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Χρησιμοποιείται από" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "οποιαδήποτε συλλογή" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Δοκιμάστε την έρευνά σας στο..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "συλλογές" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "έως:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "σε" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "" "Δεν βρήκατε αυτό που αναζητούσατε; Δοκιμάστε την έρευνά σας σε άλλους " "servers:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s εγγραφές βρέθηκαν" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "είσοδος" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Ατζέντα" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "μετάβαση στην εγγραφή:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Η έρευνα πήρε %.2f δευτερόλεπτα." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Δημιουργία εγγραφής %s, τελευταία αλλαγή %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Χρησιμοποιείται από: %s εγγραφές" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Χρησιμοποιείται σε συνδιασμό από: %s εγγραφές" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Όσοι κατέβασαν το έγγραφο αυτό, κατέβασαν επίσης:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Όσοι είδαν την σελίδα αυτή, είδαν επίσης:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Αποτελέσμα έρευνας: Βρέθηκαν %s εγγραφές " "σε %.2f δευτερόλεπτα." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Η λογική ερώτηση δεν επέστρεψε αποτελέσματα. Παρακαλούμε δοκιμάστε " "διαφορετικό συνδιασμό των όρων." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Δείτε ακόμη: παρόμοια ονόματα συγγραφέων" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Εσωτερικό Σφάλμα" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Η συλλογή %s δεν βρέθηκε" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Δυστυχώς η συλλογή %s δεν υπάρχει.

Ενδεχομένως να " "ενδιαφέρεστε να ξεκινήσετε την έρευνα από %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "οποιαδήποτε ημέρα" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "καλάθι" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "καλάθι" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Αναζήτηση" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "καλάθι" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "καλάθι" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "εγκρίσεις" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Αναζήτηση" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "εγκρίσεις" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "εγκρίσεις" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "Λογαριασμός" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "είσοδος" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "ειδοποιήσεις" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "είσοδος" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Όρος αναζήτησης %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Αναζήτηση" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "επισκέπτης" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "συνεδρία" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "ειδοποιήσεις" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "Λογαριασμός" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "εγκρίσεις" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "διαχείριση" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "αποσύνδεση" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "Λογαριασμός" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "ειδοποιήσεις" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "Λογαριασμός" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "αποσύνδεση" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "είσοδος" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Αρχική Σελίδα" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Τελευταία ενημέρωση" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Υποβολή" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Ρυθμίσεις" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Βοήθεια" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Βασίζεται στο" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Συντηρείται από" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Η σελίδα αυτή είναι διαθέσιμη και στις εξής γλώσσες:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Παρακαλώ επικοινωνήστε με τον %s αναφέροντας τα " "παρακάτω στοιχεία:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Η συλλογή αυτή δεν περιέχει κάποιο έγγραφο ακόμη." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Η συλλογή αυτή δεν περιέχει κάποιο έγγραφο ακόμη." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "submissions" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "submissions" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "συνεδρία" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "περισσότερα" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "συνεδρία" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "συνεδρία" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "περισσότερα" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Ατζέντα" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "εγκρίσεις" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "περιορισμένο" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "εγκρίσεις" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "εγκρίσεις" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "Σεπτέμβριος" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Ατζέντα" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "εγκρίσεις" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "περιορισμένο" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/en.po b/po/en.po index 0ba7d6274..e2a316985 100644 --- a/po/en.po +++ b/po/en.po @@ -1,3050 +1,3050 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:12+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: EN \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Admin Area" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Search Tips" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "ENGLISH TRANSLATION UNDER WAY" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "WebSubmit Administration" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Help Central" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Submit Help" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Search Help" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citation history:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Downloads history:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "June" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "May" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "any day" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "May" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "any day" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "any day" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "any month" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "January" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "March" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "April" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "May" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "June" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "July" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "August" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "October" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "January" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "February" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "March" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "April" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "June" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "July" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "August" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "September" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "October" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "November" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "December" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "May" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Search" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "detailed" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "collections" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "collections" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "alerts" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "any month" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "detailed" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "baskets" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Try your search on..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Try your search on..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "baskets" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "collections" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "more" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "May" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "session" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Last updated" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Display results:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "account" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Display results:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "ADD TO BASKET" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "baskets" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "baskets" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "baskets" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "baskets" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "baskets" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "more" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "baskets" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "more" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "baskets" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "ADD TO BASKET" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "ADD TO BASKET" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "The record has been deleted." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Search" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Submit" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Submit" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Narrow by collection:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Focus on:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "latest first" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "asc." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "desc." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "OR" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "rank by" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "results" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "split by collection" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "single list" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "brief" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Search %s records for:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Search Results" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "any day" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "any month" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "any year" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "any collection" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "add another collection" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "brief" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "AND" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "AND NOT" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "All of the words:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Any of the words:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Exact phrase:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Partial phrase:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regular expression:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Browse" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Search" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "No exact match found for %s, using %s instead..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "No match found in collection %s. Other public collections gave %d hits." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "No words index available for" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "No phrase index available for" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Search term %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "inside %s index" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "did not match any record. Nearest terms in any collection are:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "The record has been deleted." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Detailed record" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "No match within your time limits, discarding this condition..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "No match within your search limits, discarding this condition..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Advanced Search" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Simple Search" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Search options:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Added since:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "until:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Sort by:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Display results:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Output format:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "restricted" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Latest additions:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "The contents of this collection is restricted." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "This collection does not contain any document yet." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "more" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Similar records" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Cited by" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "any collection" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Try your search on..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "collections" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "until:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "in" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "" "Haven't found what you were looking for? Try your search on other servers:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s records found" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "login" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "jump to record:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Search took %.2f seconds." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Record created %s, last modified %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Cited by: %s records" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-cited with: %s records" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "People who downloaded this document also downloaded:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "People who viewed this page also viewed:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Results overview: Found %s records in %.2f " "seconds." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Boolean query returned no hits. Please combine your search terms differently." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "See also: similar author names" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Internal Error" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Collection %s Not Found" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "any day" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "baskets" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "baskets" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Search" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "baskets" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "baskets" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "approvals" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Search" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "approvals" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "approvals" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "account" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "login" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "alerts" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "login" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Search term %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Search" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "guest" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "session" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "alerts" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "account" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "approvals" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administration" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "logout" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "account" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "alerts" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "account" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "logout" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "login" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Home" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Last updated" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Submit" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalize" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Help" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Maintained by" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "This site is also available in the following languages:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Please contact %s quoting the following " "information:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "This collection does not contain any document yet." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "This collection does not contain any document yet." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "submissions" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "submissions" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "session" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "more" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "session" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "session" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "more" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "restricted" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "September" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "restricted" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/es.po b/po/es.po index 67e2a5182..4004dc3ec 100644 --- a/po/es.po +++ b/po/es.po @@ -1,3063 +1,3063 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:12+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: ES \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Área del Administrador" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Consejos para la Búsqueda" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "VERSIÓN EN ESPAÑOL ESTARÁ DISPONIBLE PRÓXIMAMENTE" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Administración de WebSubmit" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Ayuda" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Ayuda para el Envio" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Por el momento, la versión en español de esta página no está disponible. Le " "rogamos consultar la versión en inglés mostrada a continuación. Gracias por " "su compresión." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Ayuda a la Búsqueda" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guía" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guía" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Historia de citas:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Historia de descargas:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "Junio" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "Mayo" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "cualquier día" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "Mayo" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "cualquier día" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "cualquier día" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "cualquier mes" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "Enero" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "Marzo" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "Abril" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "Mayo" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "Junio" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "Julio" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "Agosto" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "Octubre" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "Enero" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "Febrero" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "Marzo" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "Abril" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "Junio" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "Julio" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "Agosto" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "Septiembre" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "Octubre" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "Noviembre" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "Diciembre" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "Mayo" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Buscar" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "detallado" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "colecciones" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "colecciones" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "avisos" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "cualquier mes" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "detallado" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "cestas" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Intentar la búsqueda en..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Intentar la búsqueda en..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "cestas" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "colecciones" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "más" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "Mayo" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "sesión" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Última actualización" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Mostrar resultados:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "cuenta" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Mostrar resultados:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "AÑADIR A LA CESTA" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "cestas" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "más" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "más" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "AÑADIR A LA CESTA" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "AÑADIR A LA CESTA" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "The record has been deleted." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Buscar" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Enviar" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Enviar" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Búsqueda por colección:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Enfocado a:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "el último primero" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "asc." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "desc." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "O" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ordenar por" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "resultados" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "reagrupar por colección" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "lista única" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "breve" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Buscar en %s registros por:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Resultados de la búsqueda" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "cualquier día" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "cualquier mes" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "cualquier año" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "todas las colecciones" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "añadir otra colección" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "breve" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "Y" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "Y NO" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Todas las palabras:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Al menos una de las palabras:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Frase exacta:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Parte de la frase:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Expresión regular:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Explorar" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Buscar" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "No se han encontrado coincidencias con %s, en cambio usando %s ..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "No hay documentos que respondan a la búsqueda en la coleción %s. Other " "public collections gave %" "d hits." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Ninguna colección pública coincide con su búsqueda. Si estaba buscando " "documentos no públicos, por favor escoga primero la opción collección " "restringida." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "No hay ningún índice de palabras disponible" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "No hay ningún índice de frases disponible" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Término de búsqueda %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "en el índice %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "no se han encontrado ningún registro. Los términos aproximados en todas las " "colección son:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "The record has been deleted." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Registro completo" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "No se han encontrado resultados dentro de los límites de tiempo " "especificados, descartando esta condición..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "No se han encontrado resultados dentro de los límites especificados, " "descartando esta condición..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Búsqueda Avanzada" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Búsqueda Simple" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Opciones de búsqueda:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Añadido a partir de:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "hasta:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Ordenar por:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Mostrar resultados:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Formato de visualización:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "reservado" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Últimas adquisiciones:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "El contenido de esta colección es reservado." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Esta colección no contiene aún ningún documento." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "más" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Registros similares" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Citado por" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "todas las colecciones" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Intentar la búsqueda en..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "colecciones" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "hasta:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "en" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "" "¿No ha encontrado lo que estaba buscando? Intente su búsqueda en otros " "servidores:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s registros encontrados" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "identificación" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "ir al registro:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "La búsqueda tardó %.2f segundos." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Registro creado %s, modificado %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Citado por: %s registros" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-citado con: %s registros" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "La gente que descargó este documento también descargó:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "La gente que vió esta página también vió:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Todos los resultados: Encontrados %s " "registros en %.2f segundos." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "La combinación booleana no ha dado resultados. Por favor combien los " "términos de búsqueda de otra manera." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Vea también: autores con nombres similares" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Error Interno" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Colección %s no encontrada" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Lo sentimos, la colección %s no existe.

Inténtelo " "empezando desde %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "cualquier día" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "cestas" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "cestas" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Buscar" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "cestas" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "cestas" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "approvals" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Buscar" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "envios" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "envios" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "approvals" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "approvals" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "cuenta" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "identificación" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "avisos" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "identificación" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Término de búsqueda %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Buscar" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "visitante" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "sesión" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "avisos" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "cuenta" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "envios" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "approvals" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administración" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "salir" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "cuenta" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "avisos" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "cuenta" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "salir" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "identificación" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Página principal" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Última actualización" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Enviar" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalizar" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Ayuda" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Mantenido por" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Este sitio también está disponible en los siguientes idiomas:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Por favor contacte %s indicando la siguiente " "información:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Esta colección no contiene aún ningún documento." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Esta colección no contiene aún ningún documento." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "envios" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "envios" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "sesión" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "más" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "sesión" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "sesión" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "más" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "reservado" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "Septiembre" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "approvals" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "reservado" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/fr.po b/po/fr.po index d8e51f81a..b578c42d1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,3062 +1,3062 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:12+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: FR \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Coin administrateur" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Conseils de recherche" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "TRADUCTION FRANÇAISE EN COURS" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Administration des soumissions" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Centre d’aide" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Aide pour soumission" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Pour le moment, la traduction française de cette page n'est pas achevée. " "Nous vous prions de bien vouloir consulter la version anglaise qui suit. " "Merci de votre compréhension." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Aide de recherche" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Historique des citations:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Historique des téléchargements:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "juin" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "mai" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "tous les jours" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "mai" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "tous les jours" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "tous les jours" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "tous les mois" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "janvier" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "mars" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "avril" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "mai" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "juin" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "juillet" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "août" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "octobre" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "janvier" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "février" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "mars" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "avril" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "juin" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "juillet" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "août" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "septembre" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "octobre" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "novembre" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "décembre" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "mai" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Recherche" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "détaillé" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "collections" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "collections" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "alertes" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "tous les mois" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "détaillé" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "paniers" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Essayer votre requête sur..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Essayer votre requête sur..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "paniers" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "collections" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "davantage" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "mai" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "session" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Dernière mise à jour" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Afficher:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "compte" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Afficher:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "AJOUTER DANS PANIER" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "paniers" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "paniers" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "La notice a été supprimée." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "paniers" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "paniers" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "paniers" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "davantage" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "paniers" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "davantage" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "paniers" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "AJOUTER DANS PANIER" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "AJOUTER DANS PANIER" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "La notice a été supprimée." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Recherche" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Soumission" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Soumission" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Limiter par collection:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Focaliser sur:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "derniers en premier" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "asc." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "desc." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "OU" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ranger par" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "résultats" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "regroupés par collection" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "liste unique" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "bref" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Chercher dans %s notices:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Résultats de recherche" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "tous les jours" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "tous les mois" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "toutes les années" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "toutes les collections" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "ajouter une nouvelle collection" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "bref" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "ET" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "ET NON PAS" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Tous les mots:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Au moins un des mots:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Phrase exacte:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Phrase partielle:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Expression régulière:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "'" #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Liste" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Recherche" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Aucun résultat précis pour %s n'a été trouvé, utilisons %s " "à la place..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Aucun résultat n'a été trouvé dans la collection %s. Les autres collections " "publiques ont donné %d " "résultats." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Aucune collection publique ne satisfait votre requête. Si vous avez cherché " "des documents non publics, veuillez choisir d'abord la collection restreinte." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Aucun index de mots n'est disponible pour" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Aucun index de phrases n'est disponible pour" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Le terme de recherche %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "dans l'index %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "ne se trouve dans aucune notice. Les termes les plus proches de toutes les " "collections sont:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "La notice a été supprimée." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Notice détaillée" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Pas de résultat pour l'intervalle de temps spécifé, la condition n'est pas " "prise en compte..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Pas de résultat pour les limites spécifiées, les conditions ne sont pas " "prises en compte..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Recherche avancée" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Recherche simple" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Options de recherche:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Ajouté depuis:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "jusqu'à:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Trier par:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Afficher:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Format de sortie:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "restreint" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Derniers ajouts:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Le contenu de cette collection est restreint." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Cette collection ne contient pas encore de document." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "davantage" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Notices similaires" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Cité par" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "toutes les collections" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Essayer votre requête sur..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "collections" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "jusqu'à:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "dans" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "" "Vous n'avez pas trouvé ce que vous avez cherché? Essayez votre requête sur " "d'autres serveurs:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s notices trouvées" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "login" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "aller sur la notice:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "La recherche a duré %.2f secondes." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Notice créée %s, modifiée %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Cité par: %s notices" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-cité avec: %s notices" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Les utilisateurs qui ont téléchargé ce document ont aussi téléchargé:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Les utilisateurs qui ont vu cette page ont aussi vu:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Vue d'ensemble sur des résultats: Trouvé %s notices en %.2f secondes." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "La requête booléenne n'a rien donné. Essayez de combiner les termes de " "recherche différemment." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Voir aussi: noms d'auteurs similaires" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Erreur interne" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Collection %s introuvable" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Désolé, la collection %s n'existe pas.

Essayez de " "naviguer à partir de %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "tous les jours" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "paniers" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "paniers" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Recherche" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "paniers" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "paniers" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "approbations" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Recherche" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "soumissions" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "soumissions" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "approbations" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "approbations" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "compte" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "login" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "alertes" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "login" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Le terme de recherche %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Recherche" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "visiteur" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "session" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "alertes" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "compte" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "soumissions" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "approbations" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administration" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "logout" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "compte" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "alertes" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "compte" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "logout" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "login" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Accueil" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Dernière mise à jour" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Soumission" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personnaliser" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Aide" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Maintenu par" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Ce site est aussi disponible dans les langues suivantes:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Veuillez contacter %s en mentionnant l'information " "suivante:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Cette collection ne contient pas encore de document." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Cette collection ne contient pas encore de document." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "soumissions" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "soumissions" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "session" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "davantage" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "session" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "session" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "davantage" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "approbations" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "restreint" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "approbations" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "approbations" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "septembre" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "approbations" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "restreint" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/i18n_extract_from_wml.py b/po/i18n_extract_from_wml.py index 9840d90e1..cb062a9b1 100644 --- a/po/i18n_extract_from_wml.py +++ b/po/i18n_extract_from_wml.py @@ -1,111 +1,141 @@ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. """ This tool extracts sentences to be translated from HTML / WML files. The sentences to translate are marked with the following tag: Blah blah _(To be translated)_ blah. These tags can span several lines. Extra whitespace is discarded. """ -import sys, re - -print r''' -# # This file is part of the CERN Document Server Software (CDSware). -# # Copyright (C) 2002, 2003, 2004, 2005 CERN. -# # -# # The CDSware is free software; you can redistribute it and/or -# # modify it under the terms of the GNU General Public License as -# # published by the Free Software Foundation; either version 2 of the -# # License, or (at your option) any later version. -# # -# # The CDSware is distributed in the hope that it will be useful, but -# # WITHOUT ANY WARRANTY; without even the implied warranty of -# # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# # General Public License for more details. -# # -# # You should have received a copy of the GNU General Public License -# # along with CDSware; if not, write to the Free Software Foundation, Inc., -# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -msgid "" -msgstr "" -"Project-Id-Version: CDSware 0.7\n" -"POT-Creation-Date: Tue Nov 22 16:44:03 2005\n" -"PO-Revision-Date: 2005-11-22 11:20+0100\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: pygettext.py 1.5\n" - -''' - +import sys, re, os _tag_re = re.compile(r'_\((.*?)\)_', re.M) _nl_re = re.compile('\n') _ws_re = re.compile('\s+') -db = {} - -for f in [ f.strip() for f in open(sys.argv[1]) ]: - if not f or f.startswith('#'): - continue - - f = f.rstrip(' \\') - data = open(f).read() - - lines = [0] - for m in _nl_re.finditer(data): - lines.append(m.end()) - - for m in _tag_re.finditer(data.replace('\n', ' ')): - word = m.group(1) - pos = m.start() - - line = len([x for x in lines if x < pos]) - - ref = '%s:%d' % (f, line) +def print_usage(): + """Print usage info.""" + print "Usage: %s " + return - # normalize the word a bit, as it comes from a file where - # whitespace is not too significant. - word = _ws_re.sub(' ', word.strip()) - - db.setdefault(word, []).append(ref) - - -def quote (text): - """Normalize and quote a string for inclusion in the po file.""" - +def quote(text): + """Normalize and quote a string for inclusion in the po file.""" return text.\ replace('\\', '\\\\').\ replace('\n', '\\\\n').\ replace('\t', '\\\\t').\ replace('"', '\\"') -for original, refs in db.items(): - - for ref in refs: - print "#: %s" % ref - - print 'msgid "%s"' % quote(original) - print 'msgstr ""' - print +def extract_from_filelist(dirname, filelistfilename): + """Extract strings from the list of files read from + filelistfilename relative to dirname. + Print results on stdout. + """ + + ## extract messages and fill db: + db = {} + for f in [ f.strip() for f in open(filelistfilename) ]: + if not f or f.startswith('#'): + continue + + f = f.rstrip(' \\') + data = open(dirname + "/" + f).read() + + lines = [0] + for m in _nl_re.finditer(data): + lines.append(m.end()) + + for m in _tag_re.finditer(data.replace('\n', ' ')): + word = m.group(1) + pos = m.start() + + line = len([x for x in lines if x < pos]) + + ref = '%s:%d' % (f, line) + + # normalize the word a bit, as it comes from a file where + # whitespace is not too significant. + word = _ws_re.sub(' ', word.strip()) + + db.setdefault(word, []).append(ref) + + ## print po header: + print r''' + # # This file is part of the CERN Document Server Software (CDSware). + # # Copyright (C) 2002, 2003, 2004, 2005 CERN. + # # + # # The CDSware is free software; you can redistribute it and/or + # # modify it under the terms of the GNU General Public License as + # # published by the Free Software Foundation; either version 2 of the + # # License, or (at your option) any later version. + # # + # # The CDSware is distributed in the hope that it will be useful, but + # # WITHOUT ANY WARRANTY; without even the implied warranty of + # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + # # General Public License for more details. + # # + # # You should have received a copy of the GNU General Public License + # # along with CDSware; if not, write to the Free Software Foundation, Inc., + # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + msgid "" + msgstr "" + "Project-Id-Version: CDSware 0.7\n" + "POT-Creation-Date: Tue Nov 22 16:44:03 2005\n" + "PO-Revision-Date: 2005-11-22 11:20+0100\n" + "Last-Translator: FULL NAME \n" + "Language-Team: LANGUAGE \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "Generated-By: pygettext.py 1.5\n" + + ''' + + ## print po content from db: + for original, refs in db.items(): + + for ref in refs: + print "#: %s" % ref + + print 'msgid "%s"' % quote(original) + print 'msgstr ""' + print + + return + +if __name__ == "__main__": + if len(sys.argv) == 3: + dirname = sys.argv[1] + filelistfilename = sys.argv[2] + if not os.path.isdir(dirname): + print "E: %s is not a directory." % dirname + print_usage() + sys.exit(1) + elif not os.path.isfile(filelistfilename): + print "E: %s is not a file." % filelistfilename + print_usage() + sys.exit(1) + else: + extract_from_filelist(sys.argv[1], sys.argv[2]) + else: + print_usage() + diff --git a/po/it.po b/po/it.po index 507bdc674..ce06468ef 100644 --- a/po/it.po +++ b/po/it.po @@ -1,3059 +1,3059 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:12+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: IT \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Area dell"Amministratore" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Consigli per la Ricerca" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "TRADUZIONE ITALIANA DISPONIBILE PROSSIMAMENTE" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Amministrazione Websubmit" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Aiuto" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Aiuto per la Sottomissione" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Attualmente la traduzione italiana di questa pagina non è disponibile. Vi " "preghiamo di consultare la versione inglese. Grazie per la comprensione." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Aiuto alla Ricerca" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guida" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guida" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Cronaca delle citazioni:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Cronaca dei downloads:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "Giugno" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "Maggio" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "qualsiasi giorno" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "Maggio" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "qualsiasi giorno" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "qualsiasi giorno" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "qualsiasi mese" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "Gennaio" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "Marzo" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "Aprile" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "Maggio" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "Giugno" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "Luglio" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "Agosto" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "Ottobre" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "Gennaio" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "Febbraio" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "Marzo" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "Aprile" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "Giugno" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "Luglio" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "Agosto" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "Settembre" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "Ottobre" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "Novembre" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "Dicembre" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "Maggio" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Ricercare" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "dettagliato" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "collezioni" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "collezioni" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "allerta" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "qualsiasi mese" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "dettagliato" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "paniere" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Provate la ricerca su..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Provate la ricerca su..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "paniere" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "collezioni" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "ancora" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "Maggio" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "sessione" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Ultimo aggiornamento" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Visualizzare:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "conto" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Visualizzare:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "AGGIUNGERE AL PANIERE" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "paniere" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "paniere" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "paniere" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "paniere" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "paniere" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "ancora" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "paniere" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "ancora" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "paniere" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "AGGIUNGERE AL PANIERE" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "AGGIUNGERE AL PANIERE" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "The record has been deleted." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Ricercare" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Sottomettere" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Sottomettere" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Ricerca ristretta:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Focus on:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "Le ultime all'inizio" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "asc." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "disc." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "OPPURE" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ordinare per" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "risultati" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "raggruppati per collezione" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "lista unica" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "breve" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Ricerca in %s registrazioni:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Risultato della ricerca" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "qualsiasi giorno" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "qualsiasi mese" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "qualsiasi anno" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "tutte le collezioni" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "aggiungere un'altra collezione" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "breve" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "E" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "E NON" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Tutte le parole:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Almeno una parola:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Frase esatta:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Parte di frase:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regular expression:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "." #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Sfogliare" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Ricercare" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Nessun risultato trovato cercando %s, uso %s al suo " "posto..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Nessun risultato trovato nelle collezioni %s. Le altre collezioni pubbliche " "hanno dato %d risultati." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Nessuna collezione pubblica ha dato risultati. Se cercate un documento non " "pubblico, vi preghiamo di interrogare la collezione riservata di vostro " "interesse." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Nessun indice per parola è disponibile per" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Nessun indice per frase è disponibile per" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Termine di ricerca %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "nell'indice %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "non ha dato risultati. I termini piu` prossimi in tutte le collezioni sono:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "The record has been deleted." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Registrazione dettagliata" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Nessun risultato nell'arco di tempo specificato, il criterio viene " "ignorato..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Nessun risultato trovato nei limiti specificati, i criteri vengono " "ignorati..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Ricerca Avanzata" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Ricerca Semplice" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Opzioni di ricerca:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Aggiunto dal:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "fino al:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Ordinamento per:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Visualizzare:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Formato di visualizzazione:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "riservato" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Ultimi arrivi:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Il contenuto di questa collezione è riservato." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Questa collezione non contiene ancora alcun documento." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "ancora" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Similar records" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Citato da" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "tutte le collezioni" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Provate la ricerca su..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "collezioni" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "fino al:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "on" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Non avete trovato quello che cercavate? Provate la ricerca su:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s registrazioni trovate" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "login" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "andare alla registrazione:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "La ricerca ha preso %.2f secondi." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Record created %s, last modified %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Citato da: %s articoli" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Citato con: %s articoli" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Gli utenti che hanno scaricato questo documento hanno anche scaricato:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Gli utenti che hanno visitato questa pagina hanno anche visitato:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Risultato globale: Trovate %s " "registrazioni in %.2f secondi." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "La ricerca booleana non ha dato risultati. Vi preghiamo di combinare " "differentemente i termini." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Vedi anche: autori con nomi simili" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Errore Interno" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Collezione %s Non Trovata" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Spiacenti, la collezione %s non sembra esistere. " "

Provate a cercare a partire da %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "qualsiasi giorno" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "paniere" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "paniere" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Ricercare" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "paniere" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "paniere" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "approvazioni" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Ricercare" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "approvazioni" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "approvazioni" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "conto" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "login" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "allerta" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "login" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Termine di ricerca %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Ricercare" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "guest" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "sessione" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "allerta" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "conto" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "submissions" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "approvazioni" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "amministrazione" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "logout" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "conto" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "allerta" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "conto" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "logout" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "login" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Pagina principale" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Ultimo aggiornamento" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Sottomettere" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalizzazione" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Aiuto" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Mantenuto da" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Questo sito è disponibile anche nelle lingue seguenti:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Vi preghiamo di contattare %s citando " "l'informazione seguente:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Questa collezione non contiene ancora alcun documento." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Questa collezione non contiene ancora alcun documento." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "submissions" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "submissions" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "sessione" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "ancora" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "sessione" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "sessione" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "ancora" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "approvazioni" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "riservato" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "approvazioni" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "approvazioni" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "Settembre" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "approvazioni" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "riservato" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/no.po b/po/no.po index 16dabbf29..7413c9c6f 100644 --- a/po/no.po +++ b/po/no.po @@ -1,3052 +1,3052 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:12+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: IT \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Administratorområde" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Søketips" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "NORSK OVERSETTELSE UNDERVEIS" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Innsendingsadministrasjon" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Hjelpesentral" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Innsendingshjelp" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "For øyeblikket er ikke den norske oversettelsen klar. Vennligst bruk " "versjonen som er presentert under." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Søkehjelp" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citation history:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Downloads history:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "juni" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "mai" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "alle dager" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "mai" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "alle dager" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "alle dager" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "alle måneder" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "januar" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "mars" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "april" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "mai" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "juni" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "juli" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "august" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "oktober" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "januar" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "februar" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "mars" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "april" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "juni" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "juli" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "august" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "september" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "oktober" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "november" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "desember" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "mai" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Søk" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "detaljert" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "samlinger" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "samlinger" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "varsler" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "alle måneder" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "detaljert" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "kurver" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Prøv søket på..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Prøv søket på..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "kurver" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "samlinger" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "mer" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "mai" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "økt" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Sist oppdatert" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Vis resultater:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "konto" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Vis resultater:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "LEGG TIL I KURV" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "kurver" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "kurver" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "Posten har blitt slettet." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "kurver" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "kurver" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "kurver" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "mer" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "kurver" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "mer" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "kurver" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "LEGG TIL I KURV" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "LEGG TIL I KURV" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "Posten har blitt slettet." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Søk" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Send inn" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Send inn" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Begrens til samling:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Utvalgte samlinger:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "siste først" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "stigende" #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "synkende" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "ELLER" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ranger etter" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "resultater" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "oppdelt etter samling" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "enkel liste" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "kort" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Søk i %s poster etter:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Søkeresultater" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "alle dager" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "alle måneder" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "alle år" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "alle samlinger" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "legg til ny samling" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "kort" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "OG" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "OG IKKE" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Alle ordene:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Minst ett av ordene:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Nøyaktig uttrykk:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Delvis uttrykk:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regulært uttrykk:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Bla gjennom" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Søk" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Ingen nøyaktige treff funnet for %s, bruker %s i stedet..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Ingen nøyaktige treff funnet i samling %s. Andre offentlige samlinger gav %d treff." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Ingen offentlige samlinger passet ditt søk. Dersom du så etter et ikke-" "offentlig dokument, vennligst velg den ønskede adgangsbegrensede samlingen " "først." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Ingen ordindeks tilgjengelig for" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Ingen uttrykksindeks tilgjengelig for" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Søketerm %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "innen %sindeks" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "passet ingen poster. Næreste term i hvilken som helst samling er:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "Posten har blitt slettet." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Full post" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "Ingen treff innen angitt tidsbegrensning, forkaster dette kriteriet..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "Ingen treff innen dine søkebegrensninger, forkaster dette kriteriet..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Avansert Søk" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Enkelt Søk" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Søkevalg:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Lagt til fra:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "til:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Sorter etter:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Vis resultater:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Visningsformat:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "adgangsbegrenset" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Siste tillagte poster:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Innholdet i denne samlingen er adgangsbegrenset." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Denne samlingen inneholder fremdeles ingen dokumenter." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "mer" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Lignende sider" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Cited by" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "alle samlinger" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Prøv søket på..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "samlinger" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "til:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "i" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Ikke funnet hva du søkte etter? Prøv søket på:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s poster funnet" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "logg inn" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "gå til post:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Søket tok %.2f sekunder." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Posten vart laget %s, sist endret %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Cited by: %s records" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-cited with: %s records" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "People who downloaded this document also downloaded:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "People who viewed this page also viewed:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Resultatoversikt: Fant %s poster på %.2f " "sekunder." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Bolske søk returnerte ingen treff. Vennligst kombiner søketermenene dine " "annerledes." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Se også: lignende forfatternavn" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Intern Feil" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Samling %s ikke funnet" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Beklager, samlingen %s ser ikke ut til å finnes.

Du " "ønsker kanskje å starte å søket fra %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "alle dager" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "kurver" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "kurver" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Søk" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "kurver" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "kurver" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "godkjente" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Søk" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "innsendte" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "innsendte" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "godkjente" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "godkjente" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "konto" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "logg inn" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "varsler" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "logg inn" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Søketerm %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Søk" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "gjest" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "økt" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "varsler" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "konto" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "innsendte" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "godkjente" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administrasjon" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "logg ut" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "konto" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "varsler" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "konto" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "logg ut" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "logg inn" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Hovedsiden" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Sist oppdatert" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Send inn" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Brukerinnstillinger" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Hjelp" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Vedlikeholdt av" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Denne siden er også tilgjengelig på følgende språk:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Vennligst kontakt %s og ta med følgenede " "informasjon:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Denne samlingen inneholder fremdeles ingen dokumenter." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Denne samlingen inneholder fremdeles ingen dokumenter." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "innsendte" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "innsendte" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "økt" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "mer" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "økt" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "økt" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "mer" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "godkjente" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "adgangsbegrenset" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "godkjente" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "godkjente" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "september" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "godkjente" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "adgangsbegrenset" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/pt.po b/po/pt.po index cf94ff408..e251f0788 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,3061 +1,3061 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:13+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: PT \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Área do Administrador" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Sugestões de busca" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "VERSÃO EM PORTUGUÊS ESTARÁ DISPONÍVEL EM BREVE" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Administração de Envios" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Central de Ajuda" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Ajuda sobre Envio" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "No momento a versão em português desta página não encontra-se disponível. " "Favor utilizar a versão em inglês apresentada abaixo. Grato por sua " "compreensão." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Ajuda de Busca" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guia" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guia" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Histórico de citações:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Históricos de downloads:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "Junho" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "Maio" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "qualquer dia" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "Maio" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "qualquer dia" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "qualquer dia" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "qualquer mês" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "Janeiro" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "Março" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "Abril" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "Maio" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "Junho" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "Julho" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "Agosto" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "Outubro" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "Janeiro" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "Fevereiro" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "Março" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "Abril" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "Junho" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "Julho" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "Agosto" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "Setembro" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "Outubro" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "Novembro" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "Dezembro" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "Maio" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Buscar" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "detalhado" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "coleções" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "coleções" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "avisos" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "qualquer mês" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "detalhado" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "cestas" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Tentar sua busca em..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Tentar sua busca em..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "cestas" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "coleções" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "mais" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "Maio" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "sessão" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Última atualização" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Mostrar resultados:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "conta" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Mostrar resultados:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "ADICIONAR À CESTA" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "cestas" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "O registro foi apagado." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "mais" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "mais" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "cestas" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "ADICIONAR À CESTA" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "ADICIONAR À CESTA" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "O registro foi apagado." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Buscar" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Enviar" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Enviar" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Filtrar por coleção:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Ênfase em:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "Último primeiro" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "asc." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "desc." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "OU" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "ordenado por" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "resultados" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "agrupar por coleção" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "lista única" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "breve" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Buscar %s registros por:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Resultados da busca" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "qualquer dia" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "qualquer mês" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "qualquer ano" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "qualquer coleção" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "adicionar outra coleção" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "breve" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "E" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "E NÃO" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Todas as palavras:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Qualquer das palavras:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Expressão exata:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Expressão aproximada:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Expressão regular:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "." #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Explorar" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Buscar" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Nenhum resultado exato foi encontrado para %s, usando %s " "em substituição..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Nenhum resultado foi encontrado na coleção %s. Outras coleções públicas " "retornaram %d resultados." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Nenhuma coleção pública corresponde à sua busca. Se você está procurando um " "documento que não é público, por favor escolha a coleção restrita desejada " "primeiro." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Nenhum índice de palavras está disponível para" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Nenhum índice de frases está disponível para" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Termo de busca %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "no %s índice" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "não está presente em nenhum registro. Os termos mais similares em todas as " "coleções são:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "O registro foi apagado." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Registro detalhado" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Nenhum resultado dentro do período de tempo especificado, desconsiderando " "esta condição..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Nenhum resultado dentro dos limites de busca especificados, descartando esta " "condição..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Busca Avançada" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Busca Básica" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Opções de busca:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Adicionada desde:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "até:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Ordenar por:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Mostrar resultados:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Formato de saída:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "restrito" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Ítens mais recentes:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "O conteúdo desta coleção é restrito." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Esta coleção ainda não contém nenhum documento." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "mais" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Registros similares" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Citado por" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "qualquer coleção" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Tentar sua busca em..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "coleções" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "até:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "em" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Não encotrou o que estava procurando? Tentar sua busca em:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s registros encontrados" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "identificação" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "ir para o registro:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "A busca levou %.2f segundos." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Registro criado %s, modificado pela última vez %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Citado por: %s registros" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-citado com: %s registros" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Pessoas que baixaram este documento também baixaram:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Pessoas que visitaram esta página também visitaram:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Resultados globais: Encontrados %s " "registros em %.2f segundos." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "A consulta booleana não gerou resultados. Por favor combine seus termos de " "outra maneira." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Veja também: nomes de autores similares" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Erro Interno" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "A coleção %s não foi encontrada" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Sinto muito, mas a coleção %s parece não existir. " "

Experimente explorar a partir de %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "qualquer dia" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "cestas" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "cestas" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Buscar" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "cestas" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "cestas" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "aprovações" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Buscar" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "envios" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "envios" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "aprovações" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "aprovações" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "conta" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "identificação" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "avisos" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "identificação" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Termo de busca %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Buscar" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "visitante" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "sessão" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "avisos" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "conta" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "envios" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "aprovações" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administração" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "sair" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "conta" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "avisos" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "conta" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "sair" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "identificação" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Página principal" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Última atualização" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Enviar" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalizar" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Ajuda" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Mantido por" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Esta sita também está disponível nos seguintes idiomas:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Por favor entre em contato com %s mencionando a " "seguinte informação:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Esta coleção ainda não contém nenhum documento." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Esta coleção ainda não contém nenhum documento." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "envios" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "envios" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "sessão" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "mais" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "sessão" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "sessão" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "mais" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "aprovações" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "restrito" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "aprovações" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "aprovações" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "Setembro" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "aprovações" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "restrito" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/ru.po b/po/ru.po index 935b20ef6..aaaf56486 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,3055 +1,3055 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:13+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: RU \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Область Администратора" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Указания для поиска" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "ПЕРЕВОД НА РУССКИЙ ЯЗЫК ГОТОВИТСЯ" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Администрация Внесения" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Центральная Помощь" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Помощь при внесении" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Перевод этой страницы на русский язык в настоящее время не готов. Пожалуйста " "используйте английский вариант. Спасибо за понимание." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Помощь для поиска" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Руководство" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Руководство" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citation history:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Downloads history:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "июнь" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "май" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Повестка" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "любой день" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "май" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "любой день" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "любой день" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "любой месяц" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "январь" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "март" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "апрель" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "май" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "июнь" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "июль" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "август" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "октябрь" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "январь" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "февраль" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "март" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "апрель" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "июнь" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "июль" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "август" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "сентябрь" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "октябрь" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "ноябрь" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "декабрь" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "май" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Искать" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "подробный" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "наборы" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "наборы" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "сообщения" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "любой месяц" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "подробный" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "корзины" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Попробуйте искать с..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Попробуйте искать с..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "корзины" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "наборы" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "ещё" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "май" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "сеанс" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Последнее изменение" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Представить результаты:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "счёт" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Представить результаты:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "ДОБАВИТь В КОРЗИНУ" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "корзины" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "корзины" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "корзины" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "корзины" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "корзины" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "ещё" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "корзины" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "ещё" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "корзины" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "ДОБАВИТь В КОРЗИНУ" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "ДОБАВИТь В КОРЗИНУ" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "The record has been deleted." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Искать" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Внести" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Повестка" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Внести" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Сократить набор:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Указание на:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "сначала последний запрос" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "восх." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "нисх." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "ИЛИ" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "упорядочить по" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "результаты" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "разделить по наборам" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "один лист" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "краткий" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Искать до %s записей для:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Результаты поиска" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "любой день" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "любой месяц" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "любой год" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "любой набор" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "добавить другой набор" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "краткий" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "И" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "И НЕТ" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Все слова:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Любое из слов:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Точная фраза:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Часть фразы:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Регулярное выражение:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Просмотреть" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Искать" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Ни один результат не найден для %s, взамен используется %s ..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Не найден результат в наборе %s. Other public collections gave %d hits." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Ваш запрос не удовлетворён ни одним доступным набором. Для поиска документа " "ограниченного доступа, выберете сначала ваш набор." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Не найден лексический индекс для" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Не найден фразовый индех для" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Искомый термин %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "в индексе %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "не найден. Возможные термины:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "The record has been deleted." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Подробная запись" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Не найден ни один результат в пределах данного временного интервала, отмена " "условия..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Не найден ни один результат для вашего ограничения поиска, отмена условия..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Расширенный Поиск" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Простой Поиск" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Опции поиска:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Добавлено с:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "до:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Классифицировать по:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Представить результаты:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Формат представления:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "ограничено" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Последние добавления:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Содержание етого набора ограничено." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Этот набор не содержит пока ни одной записи." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "ещё" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Similar records" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Cited by" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "любой набор" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Попробуйте искать с..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "наборы" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "до:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "в" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Haven't found what you were looking for? Попробуйте искать с:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s найденных записей" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "записаться" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Повестка" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "идти к записи:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Поиск длился %.2f секунд." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Record created %s, last modified %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Cited by: %s records" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-cited with: %s records" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "People who downloaded this document also downloaded:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "People who viewed this page also viewed:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Представление результатов: Найдено %s " "записей в %.2f секунды." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Болеанный запрос не дал никакого результата. Пожалуйста сформулируйте ваш " "запрос иначе." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Смотрите также: similar author names" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Внутренная Ошибка" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Набор %s не существует" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Извините, набор %s не существует.

Вы можете ещё раз " "начать с %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "любой день" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "корзины" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "корзины" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Искать" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "корзины" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "корзины" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "подтверждения" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Искать" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "записи" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "записи" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "подтверждения" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "подтверждения" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "счёт" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "записаться" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "сообщения" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "записаться" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Искомый термин %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Искать" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "гость" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "сеанс" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "сообщения" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "счёт" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "записи" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "подтверждения" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "администрация" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "выход" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "счёт" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "сообщения" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "счёт" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "выход" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "записаться" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Главная страница" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Последнее изменение" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Внести" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Персонализовать" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Помощь" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Поддерживает" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Этот сайт также доступен на следующих языках:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Пожалуйста свяжитесь с %s и укажите следующую " "информацию:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Этот набор не содержит пока ни одной записи." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Этот набор не содержит пока ни одной записи." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "записи" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "записи" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "сеанс" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "ещё" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "сеанс" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "сеанс" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "ещё" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Повестка" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "подтверждения" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "ограничено" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "подтверждения" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "подтверждения" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "сентябрь" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Повестка" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "подтверждения" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "ограничено" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/sk.po b/po/sk.po index ab69726f2..55ad73a35 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,3058 +1,3058 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:13+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: SK \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Areál Administrátora" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Tipy pre vyhľadávanie" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "PREKLAD DO SLOVENČINY SA PRIPRAVUJE" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Administrácia Pridávania" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Centrála Pomoci" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Pomoc pre pridávanie" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Slovenský preklad tejto stránky nie je ukončený. Prosíme použite anglickú " "verziu uvedenú nižšie. Ďakujeme za pochopenie." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Pomoc pre vyhľadávanie" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Príručka" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Príručka" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citačná história:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "História sťahovania:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "jún" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "máj" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "hocaký deň" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "máj" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "hocaký deň" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "hocaký deň" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "hocaký mesiac" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "január" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "marec" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "apríl" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "máj" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "jún" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "júl" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "august" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "október" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "január" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "február" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "marec" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "apríl" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "jún" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "júl" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "august" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "september" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "október" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "november" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "december" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "máj" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Hľadaj" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "podrobný" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "kolekcie" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "kolekcie" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "avíza" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "hocaký mesiac" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "podrobný" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "košíky" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Skúste hľadať na..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Skúste hľadať na..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "košíky" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "kolekcie" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "viac" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "máj" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "seansa" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Posledná aktualizácia" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Zobraziť výsledky:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "konto" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Zobraziť výsledky:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "PRIDAŤ DO KOŠÍKA" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "košíky" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "Záznam bol vymazaný." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "viac" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "viac" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "košíky" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "PRIDAŤ DO KOŠÍKA" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "PRIDAŤ DO KOŠÍKA" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "Záznam bol vymazaný." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Hľadaj" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Pridaj" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Pridaj" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Zúžiť podľa kolekciе:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Zamerať sa na:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "posledný záznam najskôr" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "vzost." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "zost." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "ALEBO" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "zoradiť podľa" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "výsledky" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "zoskupené podľa kolekcií" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "jediný list" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "stručný" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Hľadaj v %s záznamoch:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Výsledky hľadania" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "hocaký deň" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "hocaký mesiac" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "hocaký rok" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "všetky kolekcie" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "pridať kolekciu" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "stručný" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "A" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "A NIE" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Všetky tieto slová:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Jedno zo slov:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Presná veta:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Čiastočná veta:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Regulárny výraz:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Prelistuj" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Hľadaj" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Žiaden presný výsledok pre %s nebol nájdený, skúsme použiť %s namiesto neho..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Žiaden záznam nebol nájdený v kolekcii %s. Ostatné verejne dostupné kolekcie " "dali %d záznamov." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Žiadna verejne prístupná kolekcia nevyhovuje Vašej otázke. Ak ste hľadali " "dokumenty verejne neprístupné, zvoľte prosím najskôr príslušnú neverejnú " "kolekciu." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Index slov nie je dostupný pre" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Index viet nie je dostupný pre" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Hľadaný výraz %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "v indexe %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "" "neodpovedá žiadnemu záznamu. Najbližšie termíny nezávisle na kolekcii sú:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "Záznam bol vymazaný." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Úplný záznam" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Žiaden výsledok nevyhovuje Vašim časovým kritériám, podmienka nie je vzatá " "do úvahy..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Žiaden výsledok nevyhovuje Vašim limitným kritériám, podmienky nie sú vzaté " "do úvahy..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Rozšírené Hľadanie" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Jednoduché Hľadanie" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Voľby hľadania:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Pridané od:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "do:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Utriediť podľa:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Zobraziť výsledky:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Výstupný formát:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "chránené" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Posledne pridané:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Obsah tejto kolekcie je chránený." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Táto kolekcia ešte neobsahuje žiadne záznamy." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "viac" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Podobné záznamy" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Citované" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "všetky kolekcie" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Skúste hľadať na..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "kolekcie" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "do:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "v" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Nenašli ste čo ste hľadali? Skúste Vašu otázku na iných serveroch:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s záznamov nájdených" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "prihlásiť" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "skoč na záznam:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Hľadanie trvalo %.2f sekúnd." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Záznam vytvorený %s, modifikovaný %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Citované: %s záznamami" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Spolu citované s: %s záznamami" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "Užívatelia ktorí si stiahli tento dokument si tiež stiahli:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "Užívatelia ktorí si prehliadli túto stránku si tiež prehliadli:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Prehľad výsledkov: Nájdených %s záznamov " "za %.2f sekúnd." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Booleovská otázka nevrátila žiaden výsledok. Skúste skombinovať dané termíny " "inakšie." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Viď tiež: podobné mená autorov" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Vnútorná Chyba" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Kolekcia %s Nenájdená" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Ľutujeme, kolekcia %s neexistuje.

Skúste začať hľadať " "od %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "hocaký deň" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "košíky" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "košíky" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Hľadaj" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "košíky" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "košíky" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "schválenia" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Hľadaj" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "pridania" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "pridania" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "schválenia" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "schválenia" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "konto" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "prihlásiť" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "avíza" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "prihlásiť" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Hľadaný výraz %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Hľadaj" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "hosť" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "seansa" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "avíza" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "konto" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "pridania" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "schválenia" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administrácia" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "odhlásiť" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "konto" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "avíza" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "konto" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "odhlásiť" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "prihlásiť" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Hlavná stránka" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Posledná aktualizácia" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Pridaj" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Personalizácia" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Pomoc" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Spravuje" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Táto stránka je tiež dostupná v nasledujúcich jazykoch:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Prosíme kontaktujte %s a uveďte nasledovné " "informácie:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Táto kolekcia ešte neobsahuje žiadne záznamy." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Táto kolekcia ešte neobsahuje žiadne záznamy." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "pridania" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "pridania" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "seansa" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "viac" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "seansa" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "seansa" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "viac" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "schválenia" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "chránené" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "schválenia" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "schválenia" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "september" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "schválenia" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "chránené" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/sv.po b/po/sv.po index aa5103f12..5a7f1a078 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,3054 +1,3054 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:13+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: SV \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Administrationsområde" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Söktips" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "ÖVERSÄTTNING TILL SVENSKA PÅGÅR" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Publiceringsadministration" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Hjälpcentral" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Hjälp med publicering" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "För närvarande finns ingen svensk översättning. V.g. välj ett annat språk " "nedan." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Hjälp med sökning" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Guide" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citation history:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Downloads history:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "juni" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "maj" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Agenda" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "alla dagar" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "maj" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "alla dagar" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "alla dagar" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "alla månader" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "januari" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "mars" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "april" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "maj" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "juni" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "juli" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "augusti" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "oktober" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "januari" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "februari" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "mars" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "april" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "juni" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "juli" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "augusti" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "september" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "oktober" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "november" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "december" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "maj" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Sök" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "detaljerat" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "samlingar" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "samlingar" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "alerts" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "alla månader" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "detaljerat" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "korgar" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Pröva att söka efter..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Pröva att söka efter..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "korgar" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "samlingar" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "mer" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "maj" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "användarsession" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Senast uppdaterad" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Visa sökresultat:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "konto" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Visa sökresultat:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "LÄGG I KORGEN" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "korgar" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "korgar" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "The record has been deleted." #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "korgar" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "korgar" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "korgar" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "mer" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "korgar" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "mer" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "korgar" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "LÄGG I KORGEN" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "LÄGG I KORGEN" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "The record has been deleted." #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Sök" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Skicka in" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Agenda" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Skicka in" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Avgränsad sökning:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Utvalda samlingar:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "senaste först" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "stigande" #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "fallande" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "ELLER" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "rangordna efter" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "resultat" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "uppdelat efter samling" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "enkel lista" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "kort" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Sök i %s poster efter:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Sökresultat" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "alla dagar" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "alla månader" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "alla år" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "alla samlingar" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "lägg till ny samling" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "kort" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "OCH" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "INTE" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Samtliga ord:" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Minst ett av orden:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Exakt fras:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Del av fras:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Reguljärt uttryck:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Bläddra" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Sök" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "Inga träffar för %s, använder %s i stället..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "Inga poster hittades i samling %s. Other public collections gave %d hits." #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Inga öppna samlingar motsvarar din sökning. Välj de åtkomstbegränsade " "samlingarna först." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Inget index tillgängligt för" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Inget index tillgängligt för" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Sökord %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "i %sindex" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "matchade inga poster. Närmaste term i vilken som helst samling är:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "The record has been deleted." #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Fullständig post" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "" "Inga poster hittades inom den angivna tidsramen. Använder ej detta " "kriterium..." #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "" "Inga poster hittades i den begränsade sökningen, använder ej dessa " "kriterier..." #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Avancerad sökning" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Enkel sökning" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Sökalternativ:" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Tillagt sedan:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "till:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Sortera efter:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Visa sökresultat:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Visningsformat:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "begränsad" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Senast inlagda poster:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Åtkomsten till denna samling är begränsad." #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Denna samling innehåller ännu inga dokument." #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "mer" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Similar records" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Cited by" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "alla samlingar" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Pröva att söka efter..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "samlingar" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "till:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "i" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Har du inte funnit vad du söker efter? Försök med:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s poster hittades" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "logga in" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Agenda" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "gå till post:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Sökningen tog %.2f sekunder." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Record created %s, last modified %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Cited by: %s records" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-cited with: %s records" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "People who downloaded this document also downloaded:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "People who viewed this page also viewed:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Resultat: Hittade %s poster på %.2f " "sekunder." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Den booleska sökningen returnerade inga poster. Kombinera dina söktermer " "annorlunda." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Se också: liknande författarnamn" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Internt Fel" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Samlingen %s finns inte" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Beklager, samlingen %s ser ikke ut til å finnes.

Du " "ønsker kanskje å starte å søket fra %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "alla dagar" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "korgar" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "korgar" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Sök" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "korgar" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "korgar" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "godkända" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Sök" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "bidrag" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "bidrag" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "godkända" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "godkända" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "konto" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "logga in" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "alerts" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "logga in" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Sökord %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Sök" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "gäst" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "användarsession" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "alerts" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "konto" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "bidrag" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "godkända" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "administration" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "logga ut" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "konto" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "alerts" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "konto" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "logga ut" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "logga in" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Första sidan" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Senast uppdaterad" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Skicka in" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Inställningar" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Hjälp" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Underhålls av" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Denna webbplats finns även tillgänglig på följande språk:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Vänligen kontakta %s och ta med följande " "information:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Denna samling innehåller ännu inga dokument." #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Denna samling innehåller ännu inga dokument." #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "bidrag" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "bidrag" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "användarsession" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "mer" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "användarsession" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "användarsession" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "mer" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "godkända" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "begränsad" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "godkända" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "godkända" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "september" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Agenda" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "godkända" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "begränsad" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr "" diff --git a/po/uk.po b/po/uk.po index 549eecd70..3a4ef7485 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,3053 +1,3053 @@ # # This file is part of the CERN Document Server Software (CDSware). # # Copyright (C) 2002, 2003, 2004, 2005 CERN. # # # # The CDSware is free software; you can redistribute it and/or # # modify it under the terms of the GNU General Public License as # # published by the Free Software Foundation; either version 2 of the # # License, or (at your option) any later version. # # # # The CDSware is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # General Public License for more details. # # # # You should have received a copy of the GNU General Public License # # along with CDSware; if not, write to the Free Software Foundation, Inc., # # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. msgid "" msgstr "" "Project-Id-Version: CDSware 0.7\n" "Report-Msgid-Bugs-To: cds.support@cern.ch\n" -"POT-Creation-Date: 2005-11-24 14:53+0100\n" +"POT-Creation-Date: 2005-11-26 23:24+0100\n" "PO-Revision-Date: 2005-11-24 14:13+0100\n" "Last-Translator: Frédéric Gobry \n" "Language-Team: UK \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -#: ../modules/websearch/doc/admin/guide.html.wml:23 -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websearch/doc/admin/guide.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 #: modules/websession/lib/websession_templates.py:715 msgid "Admin Area" msgstr "Область адміністратора" -#: ../modules/websearch/doc/index.html.wml:123 -#: ../modules/websearch/doc/tips.html.wml:22 +#: modules/websearch/doc/index.html.wml:123 +#: modules/websearch/doc/tips.html.wml:22 #: modules/websearch/lib/websearch_templates.py:210 #: modules/websearch/lib/websearch_templates.py:314 #: modules/websearch/lib/websearch_templates.py:1235 #: modules/websearch/lib/websearch_templates.py:1293 msgid "Search Tips" msgstr "Вказівки для пошуку" -#: ../modules/websearch/doc/guide.html.wml:32 -#: ../modules/websearch/doc/guide.html.wml:51 -#: ../modules/websearch/doc/guide.html.wml:70 -#: ../modules/websearch/doc/guide.html.wml:89 -#: ../modules/websearch/doc/guide.html.wml:108 -#: ../modules/websearch/doc/guide.html.wml:127 -#: ../modules/websearch/doc/guide.html.wml:146 -#: ../modules/websearch/doc/guide.html.wml:165 -#: ../modules/websearch/doc/guide.html.wml:184 -#: ../modules/websearch/doc/guide.html.wml:203 -#: ../modules/websearch/doc/guide.html.wml:222 -#: ../modules/websearch/doc/guide.html.wml:241 -#: ../modules/websearch/doc/guide.html.wml:260 -#: ../modules/websearch/doc/index.html.wml:32 -#: ../modules/websearch/doc/index.html.wml:51 -#: ../modules/websearch/doc/index.html.wml:70 -#: ../modules/websearch/doc/index.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:32 -#: ../modules/websearch/doc/tips.html.wml:51 -#: ../modules/websearch/doc/tips.html.wml:70 -#: ../modules/websearch/doc/tips.html.wml:89 -#: ../modules/websearch/doc/tips.html.wml:108 -#: ../modules/websearch/doc/tips.html.wml:127 -#: ../modules/websearch/doc/tips.html.wml:146 -#: ../modules/websearch/doc/tips.html.wml:165 -#: ../modules/websearch/doc/tips.html.wml:184 -#: ../modules/websearch/doc/tips.html.wml:203 -#: ../modules/websearch/doc/tips.html.wml:222 -#: ../modules/websearch/doc/tips.html.wml:241 -#: ../modules/websearch/doc/tips.html.wml:260 +#: modules/websearch/doc/guide.html.wml:32 +#: modules/websearch/doc/guide.html.wml:51 +#: modules/websearch/doc/guide.html.wml:70 +#: modules/websearch/doc/guide.html.wml:89 +#: modules/websearch/doc/guide.html.wml:108 +#: modules/websearch/doc/guide.html.wml:127 +#: modules/websearch/doc/guide.html.wml:146 +#: modules/websearch/doc/guide.html.wml:165 +#: modules/websearch/doc/guide.html.wml:184 +#: modules/websearch/doc/guide.html.wml:203 +#: modules/websearch/doc/guide.html.wml:222 +#: modules/websearch/doc/guide.html.wml:241 +#: modules/websearch/doc/guide.html.wml:260 +#: modules/websearch/doc/index.html.wml:32 +#: modules/websearch/doc/index.html.wml:51 +#: modules/websearch/doc/index.html.wml:70 +#: modules/websearch/doc/index.html.wml:89 +#: modules/websearch/doc/tips.html.wml:32 +#: modules/websearch/doc/tips.html.wml:51 +#: modules/websearch/doc/tips.html.wml:70 +#: modules/websearch/doc/tips.html.wml:89 +#: modules/websearch/doc/tips.html.wml:108 +#: modules/websearch/doc/tips.html.wml:127 +#: modules/websearch/doc/tips.html.wml:146 +#: modules/websearch/doc/tips.html.wml:165 +#: modules/websearch/doc/tips.html.wml:184 +#: modules/websearch/doc/tips.html.wml:203 +#: modules/websearch/doc/tips.html.wml:222 +#: modules/websearch/doc/tips.html.wml:241 +#: modules/websearch/doc/tips.html.wml:260 msgid "ENGLISH TRANSLATION UNDER WAY" msgstr "ПЕРЕКЛАД ГОТУЄТЬСЯ" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:23 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:23 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "WebSubmit Administration" msgstr "Адміністрування подання" -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:24 -#: ../modules/websearch/doc/tips.html.wml:24 -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:23 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:24 +#: modules/websearch/doc/tips.html.wml:24 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:23 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Help Central" msgstr "Центр допомоги" -#: ../modules/websubmit/doc/access.html.wml:23 -#: ../modules/websubmit/doc/actions.html.wml:23 -#: ../modules/websubmit/doc/approval.html.wml:23 -#: ../modules/websubmit/doc/approvals.html.wml:23 -#: ../modules/websubmit/doc/bibliographic_fields.html.wml:23 -#: ../modules/websubmit/doc/description.html.wml:23 -#: ../modules/websubmit/doc/file_transfer.html.wml:23 -#: ../modules/websubmit/doc/index.html.wml:22 -#: ../modules/websubmit/doc/introduction.html.wml:23 -#: ../modules/websubmit/doc/login.html.wml:23 -#: ../modules/websubmit/doc/modification.html.wml:23 -#: ../modules/websubmit/doc/password.html.wml:23 -#: ../modules/websubmit/doc/pending.html.wml:23 -#: ../modules/websubmit/doc/revised_version.html.wml:24 -#: ../modules/websubmit/doc/submission.html.wml:23 -#: ../modules/websubmit/doc/subnumber.html.wml:23 +#: modules/websubmit/doc/access.html.wml:23 +#: modules/websubmit/doc/actions.html.wml:23 +#: modules/websubmit/doc/approval.html.wml:23 +#: modules/websubmit/doc/approvals.html.wml:23 +#: modules/websubmit/doc/bibliographic_fields.html.wml:23 +#: modules/websubmit/doc/description.html.wml:23 +#: modules/websubmit/doc/file_transfer.html.wml:23 +#: modules/websubmit/doc/index.html.wml:22 +#: modules/websubmit/doc/introduction.html.wml:23 +#: modules/websubmit/doc/login.html.wml:23 +#: modules/websubmit/doc/modification.html.wml:23 +#: modules/websubmit/doc/password.html.wml:23 +#: modules/websubmit/doc/pending.html.wml:23 +#: modules/websubmit/doc/revised_version.html.wml:24 +#: modules/websubmit/doc/submission.html.wml:23 +#: modules/websubmit/doc/subnumber.html.wml:23 msgid "Submit Help" msgstr "Допомога в поданні" -#: ../modules/websearch/doc/guide.html.wml:39 -#: ../modules/websearch/doc/guide.html.wml:58 -#: ../modules/websearch/doc/guide.html.wml:77 -#: ../modules/websearch/doc/guide.html.wml:96 -#: ../modules/websearch/doc/guide.html.wml:115 -#: ../modules/websearch/doc/guide.html.wml:134 -#: ../modules/websearch/doc/guide.html.wml:153 -#: ../modules/websearch/doc/guide.html.wml:172 -#: ../modules/websearch/doc/guide.html.wml:191 -#: ../modules/websearch/doc/guide.html.wml:210 -#: ../modules/websearch/doc/guide.html.wml:229 -#: ../modules/websearch/doc/guide.html.wml:248 -#: ../modules/websearch/doc/guide.html.wml:267 -#: ../modules/websearch/doc/index.html.wml:39 -#: ../modules/websearch/doc/index.html.wml:58 -#: ../modules/websearch/doc/index.html.wml:77 -#: ../modules/websearch/doc/index.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:39 -#: ../modules/websearch/doc/tips.html.wml:58 -#: ../modules/websearch/doc/tips.html.wml:77 -#: ../modules/websearch/doc/tips.html.wml:96 -#: ../modules/websearch/doc/tips.html.wml:115 -#: ../modules/websearch/doc/tips.html.wml:134 -#: ../modules/websearch/doc/tips.html.wml:153 -#: ../modules/websearch/doc/tips.html.wml:172 -#: ../modules/websearch/doc/tips.html.wml:191 -#: ../modules/websearch/doc/tips.html.wml:210 -#: ../modules/websearch/doc/tips.html.wml:229 -#: ../modules/websearch/doc/tips.html.wml:248 -#: ../modules/websearch/doc/tips.html.wml:267 -#: ../modules/websubmit/doc/admin/description.html.wml:27 -#: ../modules/websubmit/doc/admin/description.html.wml:28 -#: ../modules/websubmit/doc/admin/description.html.wml:29 -#: ../modules/websubmit/doc/admin/description.html.wml:30 -#: ../modules/websubmit/doc/admin/description.html.wml:31 -#: ../modules/websubmit/doc/admin/description.html.wml:32 -#: ../modules/websubmit/doc/admin/description.html.wml:33 -#: ../modules/websubmit/doc/admin/description.html.wml:34 -#: ../modules/websubmit/doc/admin/description.html.wml:35 -#: ../modules/websubmit/doc/admin/documents.html.wml:27 -#: ../modules/websubmit/doc/admin/documents.html.wml:28 -#: ../modules/websubmit/doc/admin/documents.html.wml:29 -#: ../modules/websubmit/doc/admin/documents.html.wml:30 -#: ../modules/websubmit/doc/admin/documents.html.wml:31 -#: ../modules/websubmit/doc/admin/documents.html.wml:32 -#: ../modules/websubmit/doc/admin/documents.html.wml:33 -#: ../modules/websubmit/doc/admin/documents.html.wml:34 -#: ../modules/websubmit/doc/admin/documents.html.wml:35 -#: ../modules/websubmit/doc/admin/example.html.wml:27 -#: ../modules/websubmit/doc/admin/example.html.wml:28 -#: ../modules/websubmit/doc/admin/example.html.wml:29 -#: ../modules/websubmit/doc/admin/example.html.wml:30 -#: ../modules/websubmit/doc/admin/example.html.wml:31 -#: ../modules/websubmit/doc/admin/example.html.wml:32 -#: ../modules/websubmit/doc/admin/example.html.wml:33 -#: ../modules/websubmit/doc/admin/example.html.wml:34 -#: ../modules/websubmit/doc/admin/example.html.wml:35 -#: ../modules/websubmit/doc/admin/index.html.wml:27 -#: ../modules/websubmit/doc/admin/index.html.wml:28 -#: ../modules/websubmit/doc/admin/index.html.wml:29 -#: ../modules/websubmit/doc/admin/index.html.wml:30 -#: ../modules/websubmit/doc/admin/index.html.wml:31 -#: ../modules/websubmit/doc/admin/index.html.wml:32 -#: ../modules/websubmit/doc/admin/index.html.wml:33 -#: ../modules/websubmit/doc/admin/index.html.wml:34 -#: ../modules/websubmit/doc/admin/index.html.wml:35 -#: ../modules/websubmit/doc/admin/introduction.html.wml:27 -#: ../modules/websubmit/doc/admin/introduction.html.wml:28 -#: ../modules/websubmit/doc/admin/introduction.html.wml:29 -#: ../modules/websubmit/doc/admin/introduction.html.wml:30 -#: ../modules/websubmit/doc/admin/introduction.html.wml:31 -#: ../modules/websubmit/doc/admin/introduction.html.wml:32 -#: ../modules/websubmit/doc/admin/introduction.html.wml:33 -#: ../modules/websubmit/doc/admin/introduction.html.wml:34 -#: ../modules/websubmit/doc/admin/introduction.html.wml:35 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:27 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:28 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:29 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:30 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:31 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:32 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:33 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:34 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:35 +#: modules/websearch/doc/guide.html.wml:39 +#: modules/websearch/doc/guide.html.wml:58 +#: modules/websearch/doc/guide.html.wml:77 +#: modules/websearch/doc/guide.html.wml:96 +#: modules/websearch/doc/guide.html.wml:115 +#: modules/websearch/doc/guide.html.wml:134 +#: modules/websearch/doc/guide.html.wml:153 +#: modules/websearch/doc/guide.html.wml:172 +#: modules/websearch/doc/guide.html.wml:191 +#: modules/websearch/doc/guide.html.wml:210 +#: modules/websearch/doc/guide.html.wml:229 +#: modules/websearch/doc/guide.html.wml:248 +#: modules/websearch/doc/guide.html.wml:267 +#: modules/websearch/doc/index.html.wml:39 +#: modules/websearch/doc/index.html.wml:58 +#: modules/websearch/doc/index.html.wml:77 +#: modules/websearch/doc/index.html.wml:96 +#: modules/websearch/doc/tips.html.wml:39 +#: modules/websearch/doc/tips.html.wml:58 +#: modules/websearch/doc/tips.html.wml:77 +#: modules/websearch/doc/tips.html.wml:96 +#: modules/websearch/doc/tips.html.wml:115 +#: modules/websearch/doc/tips.html.wml:134 +#: modules/websearch/doc/tips.html.wml:153 +#: modules/websearch/doc/tips.html.wml:172 +#: modules/websearch/doc/tips.html.wml:191 +#: modules/websearch/doc/tips.html.wml:210 +#: modules/websearch/doc/tips.html.wml:229 +#: modules/websearch/doc/tips.html.wml:248 +#: modules/websearch/doc/tips.html.wml:267 +#: modules/websubmit/doc/admin/description.html.wml:27 +#: modules/websubmit/doc/admin/description.html.wml:28 +#: modules/websubmit/doc/admin/description.html.wml:29 +#: modules/websubmit/doc/admin/description.html.wml:30 +#: modules/websubmit/doc/admin/description.html.wml:31 +#: modules/websubmit/doc/admin/description.html.wml:32 +#: modules/websubmit/doc/admin/description.html.wml:33 +#: modules/websubmit/doc/admin/description.html.wml:34 +#: modules/websubmit/doc/admin/description.html.wml:35 +#: modules/websubmit/doc/admin/documents.html.wml:27 +#: modules/websubmit/doc/admin/documents.html.wml:28 +#: modules/websubmit/doc/admin/documents.html.wml:29 +#: modules/websubmit/doc/admin/documents.html.wml:30 +#: modules/websubmit/doc/admin/documents.html.wml:31 +#: modules/websubmit/doc/admin/documents.html.wml:32 +#: modules/websubmit/doc/admin/documents.html.wml:33 +#: modules/websubmit/doc/admin/documents.html.wml:34 +#: modules/websubmit/doc/admin/documents.html.wml:35 +#: modules/websubmit/doc/admin/example.html.wml:27 +#: modules/websubmit/doc/admin/example.html.wml:28 +#: modules/websubmit/doc/admin/example.html.wml:29 +#: modules/websubmit/doc/admin/example.html.wml:30 +#: modules/websubmit/doc/admin/example.html.wml:31 +#: modules/websubmit/doc/admin/example.html.wml:32 +#: modules/websubmit/doc/admin/example.html.wml:33 +#: modules/websubmit/doc/admin/example.html.wml:34 +#: modules/websubmit/doc/admin/example.html.wml:35 +#: modules/websubmit/doc/admin/index.html.wml:27 +#: modules/websubmit/doc/admin/index.html.wml:28 +#: modules/websubmit/doc/admin/index.html.wml:29 +#: modules/websubmit/doc/admin/index.html.wml:30 +#: modules/websubmit/doc/admin/index.html.wml:31 +#: modules/websubmit/doc/admin/index.html.wml:32 +#: modules/websubmit/doc/admin/index.html.wml:33 +#: modules/websubmit/doc/admin/index.html.wml:34 +#: modules/websubmit/doc/admin/index.html.wml:35 +#: modules/websubmit/doc/admin/introduction.html.wml:27 +#: modules/websubmit/doc/admin/introduction.html.wml:28 +#: modules/websubmit/doc/admin/introduction.html.wml:29 +#: modules/websubmit/doc/admin/introduction.html.wml:30 +#: modules/websubmit/doc/admin/introduction.html.wml:31 +#: modules/websubmit/doc/admin/introduction.html.wml:32 +#: modules/websubmit/doc/admin/introduction.html.wml:33 +#: modules/websubmit/doc/admin/introduction.html.wml:34 +#: modules/websubmit/doc/admin/introduction.html.wml:35 +#: modules/websubmit/doc/admin/philosophy.html.wml:27 +#: modules/websubmit/doc/admin/philosophy.html.wml:28 +#: modules/websubmit/doc/admin/philosophy.html.wml:29 +#: modules/websubmit/doc/admin/philosophy.html.wml:30 +#: modules/websubmit/doc/admin/philosophy.html.wml:31 +#: modules/websubmit/doc/admin/philosophy.html.wml:32 +#: modules/websubmit/doc/admin/philosophy.html.wml:33 +#: modules/websubmit/doc/admin/philosophy.html.wml:34 +#: modules/websubmit/doc/admin/philosophy.html.wml:35 msgid "" "At the moment the English version of this page isn't available yet. Please " "use the version presented below. Thanks for your understanding." msgstr "" "Переклад цієї сторінки не закінчено. Скористайтесь англомовною версією. " "Дякуємо за розуміння." -#: ../modules/websearch/doc/guide.html.wml:24 -#: ../modules/websearch/doc/index.html.wml:22 -#: ../modules/websearch/doc/tips.html.wml:24 +#: modules/websearch/doc/guide.html.wml:24 +#: modules/websearch/doc/index.html.wml:22 +#: modules/websearch/doc/tips.html.wml:24 msgid "Search Help" msgstr "Допомога для пошуку" -#: ../modules/websubmit/doc/admin/actionimplement.html.wml:23 -#: ../modules/websubmit/doc/admin/actionmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/actionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/actionremove.html.wml:23 -#: ../modules/websubmit/doc/admin/actions.html.wml:23 -#: ../modules/websubmit/doc/admin/bibconvert.html.wml:23 -#: ../modules/websubmit/doc/admin/catalogues.html.wml:23 -#: ../modules/websubmit/doc/admin/description.html.wml:23 -#: ../modules/websubmit/doc/admin/documentmodify.html.wml:23 -#: ../modules/websubmit/doc/admin/documentnew.html.wml:23 -#: ../modules/websubmit/doc/admin/documentremove.html.wml:23 -#: ../modules/websubmit/doc/admin/documents.html.wml:23 -#: ../modules/websubmit/doc/admin/example.html.wml:23 -#: ../modules/websubmit/doc/admin/faq.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondelete.html.wml:23 -#: ../modules/websubmit/doc/admin/functiondescription.html.wml:23 -#: ../modules/websubmit/doc/admin/functionedit.html.wml:23 -#: ../modules/websubmit/doc/admin/functionnew.html.wml:23 -#: ../modules/websubmit/doc/admin/functions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementfunctions.html.wml:23 -#: ../modules/websubmit/doc/admin/implementwebform.html.wml:23 -#: ../modules/websubmit/doc/admin/index.html.wml:22 -#: ../modules/websubmit/doc/admin/introduction.html.wml:23 -#: ../modules/websubmit/doc/admin/philosophy.html.wml:23 -#: ../modules/websubmit/doc/admin/protection.html.wml:23 +#: modules/websubmit/doc/admin/actionimplement.html.wml:23 +#: modules/websubmit/doc/admin/actionmodify.html.wml:23 +#: modules/websubmit/doc/admin/actionnew.html.wml:23 +#: modules/websubmit/doc/admin/actionremove.html.wml:23 +#: modules/websubmit/doc/admin/actions.html.wml:23 +#: modules/websubmit/doc/admin/bibconvert.html.wml:23 +#: modules/websubmit/doc/admin/catalogues.html.wml:23 +#: modules/websubmit/doc/admin/description.html.wml:23 +#: modules/websubmit/doc/admin/documentmodify.html.wml:23 +#: modules/websubmit/doc/admin/documentnew.html.wml:23 +#: modules/websubmit/doc/admin/documentremove.html.wml:23 +#: modules/websubmit/doc/admin/documents.html.wml:23 +#: modules/websubmit/doc/admin/example.html.wml:23 +#: modules/websubmit/doc/admin/faq.html.wml:23 +#: modules/websubmit/doc/admin/functiondelete.html.wml:23 +#: modules/websubmit/doc/admin/functiondescription.html.wml:23 +#: modules/websubmit/doc/admin/functionedit.html.wml:23 +#: modules/websubmit/doc/admin/functionnew.html.wml:23 +#: modules/websubmit/doc/admin/functions.html.wml:23 +#: modules/websubmit/doc/admin/implementfunctions.html.wml:23 +#: modules/websubmit/doc/admin/implementwebform.html.wml:23 +#: modules/websubmit/doc/admin/index.html.wml:22 +#: modules/websubmit/doc/admin/introduction.html.wml:23 +#: modules/websubmit/doc/admin/philosophy.html.wml:23 +#: modules/websubmit/doc/admin/protection.html.wml:23 msgid "Guide" msgstr "Керівництво" #: modules/bibharvest/lib/bibharvest_templates.py:51 #: modules/bibharvest/lib/bibharvest_templates.py:69 #, fuzzy msgid "See Guide" msgstr "Керівництво" #: modules/bibharvest/lib/bibharvest_templates.py:106 msgid "OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:107 msgid "No OAI sources currently present in the database" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:117 msgid "Next oaiharvest task" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:118 msgid "scheduled time:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:119 msgid "current status:" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:120 msgid "No oaiharvest task currently scheduled" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:221 msgid "successfully validated!" msgstr "" #: modules/bibharvest/lib/bibharvest_templates.py:222 msgid "does not seem to be a OAI-compliant baseURL..." msgstr "" #: modules/bibrank/lib/bibrank_citation_grapher.py:117 msgid "Citation history:" msgstr "Citation history:" #: modules/bibrank/lib/bibrank_downloads_grapher.py:94 msgid "Downloads history:" msgstr "Downloads history:" #: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:93 msgid "N/A" msgstr "" #: modules/miscutil/lib/dateutils.py:137 #, fuzzy msgid "Sun" msgstr "червень" #: modules/miscutil/lib/dateutils.py:138 #, fuzzy msgid "Mon" msgstr "травень" #: modules/miscutil/lib/dateutils.py:139 msgid "Tue" msgstr "" #: modules/miscutil/lib/dateutils.py:140 #, fuzzy msgid "Wed" msgstr "Оголошення" #: modules/miscutil/lib/dateutils.py:141 msgid "Thu" msgstr "" #: modules/miscutil/lib/dateutils.py:142 msgid "Fri" msgstr "" #: modules/miscutil/lib/dateutils.py:143 msgid "Sat" msgstr "" #: modules/miscutil/lib/dateutils.py:145 #, fuzzy msgid "Sunday" msgstr "будь-який день" #: modules/miscutil/lib/dateutils.py:146 #, fuzzy msgid "Monday" msgstr "травень" #: modules/miscutil/lib/dateutils.py:147 #, fuzzy msgid "Tuesday" msgstr "будь-який день" #: modules/miscutil/lib/dateutils.py:148 msgid "Wednesday" msgstr "" #: modules/miscutil/lib/dateutils.py:149 msgid "Thursday" msgstr "" #: modules/miscutil/lib/dateutils.py:150 msgid "Friday" msgstr "" #: modules/miscutil/lib/dateutils.py:151 #, fuzzy msgid "Saturday" msgstr "будь-який день" #: modules/miscutil/lib/dateutils.py:165 modules/miscutil/lib/dateutils.py:179 #, fuzzy msgid "Month" msgstr "будь-який місяць" #: modules/miscutil/lib/dateutils.py:166 #, fuzzy msgid "Jan" msgstr "січень" #: modules/miscutil/lib/dateutils.py:167 msgid "Feb" msgstr "" #: modules/miscutil/lib/dateutils.py:168 #, fuzzy msgid "Mar" msgstr "березень" #: modules/miscutil/lib/dateutils.py:169 #, fuzzy msgid "Apr" msgstr "квітень" #: modules/miscutil/lib/dateutils.py:170 modules/miscutil/lib/dateutils.py:184 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "May" msgstr "травень" #: modules/miscutil/lib/dateutils.py:171 #, fuzzy msgid "Jun" msgstr "червень" #: modules/miscutil/lib/dateutils.py:172 #, fuzzy msgid "Jul" msgstr "липень" #: modules/miscutil/lib/dateutils.py:173 #, fuzzy msgid "Aug" msgstr "серпень" #: modules/miscutil/lib/dateutils.py:174 msgid "Sep" msgstr "" #: modules/miscutil/lib/dateutils.py:175 #, fuzzy msgid "Oct" msgstr "жовтень" #: modules/miscutil/lib/dateutils.py:176 msgid "Nov" msgstr "" #: modules/miscutil/lib/dateutils.py:177 msgid "Dec" msgstr "" #: modules/miscutil/lib/dateutils.py:180 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "January" msgstr "січень" #: modules/miscutil/lib/dateutils.py:181 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "February" msgstr "лютий" #: modules/miscutil/lib/dateutils.py:182 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "March" msgstr "березень" #: modules/miscutil/lib/dateutils.py:183 #: modules/websearch/lib/search_engine.py:404 #: modules/websearch/lib/websearch_templates.py:509 msgid "April" msgstr "квітень" #: modules/miscutil/lib/dateutils.py:185 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "June" msgstr "червень" #: modules/miscutil/lib/dateutils.py:186 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "July" msgstr "липень" #: modules/miscutil/lib/dateutils.py:187 #: modules/websearch/lib/search_engine.py:405 #: modules/websearch/lib/websearch_templates.py:510 msgid "August" msgstr "серпень" #: modules/miscutil/lib/dateutils.py:188 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "September" msgstr "вересень" #: modules/miscutil/lib/dateutils.py:189 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "October" msgstr "жовтень" #: modules/miscutil/lib/dateutils.py:190 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "November" msgstr "листопад" #: modules/miscutil/lib/dateutils.py:191 #: modules/websearch/lib/search_engine.py:406 #: modules/websearch/lib/websearch_templates.py:511 msgid "December" msgstr "грудень" #: modules/miscutil/lib/dateutils.py:209 #, fuzzy msgid "Day" msgstr "травень" #: modules/miscutil/lib/dateutils.py:260 #, fuzzy msgid "Year" msgstr "Пошук" #: modules/webalert/lib/webalert.py:58 #, python-format msgid "You already have an alert which name is %(name)s" msgstr "" #: modules/webalert/lib/webalert.py:117 msgid "unknown" msgstr "" #: modules/webalert/lib/webalert.py:196 msgid "You already have an alert defined for the specified query and basket" msgstr "" #: modules/webalert/lib/webalert.py:220 modules/webalert/lib/webalert.py:340 msgid "The alert name cannot be empty." msgstr "" #: modules/webalert/lib/webalert.py:232 modules/webalert/lib/webalert.py:360 #, python-format msgid "The private basket %(name)s has been created." msgstr "" #: modules/webalert/lib/webalert.py:235 modules/webalert/lib/webalert.py:363 #: modules/webbasket/lib/webbasket.py:357 #: modules/webbasket/lib/webbasket.py:414 #, python-format msgid "You already have a basket which name is '%s'" msgstr "" #: modules/webalert/lib/webalert.py:242 #, python-format msgid "The alert %s has been added to your profile." msgstr "" #: modules/webalert/lib/webalert.py:374 #, python-format msgid "The alert %s has been successfully updated." msgstr "" #: modules/webalert/lib/webalert.py:439 #, python-format msgid "" " You have made %(number)s queries. A %(detailed_list)s is available with a " "posibility to (a) view search results and (b) subscribe for automatic email " "alerting service for these queries" msgstr "" #: modules/webalert/lib/webalert.py:440 #, fuzzy msgid "detailed list" msgstr "детальний" #: modules/webalert/lib/webalert_templates.py:71 msgid "Pattern" msgstr "" #: modules/webalert/lib/webalert_templates.py:73 msgid "Field" msgstr "" #: modules/webalert/lib/webalert_templates.py:75 msgid "Pattern 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:77 msgid "Field 1" msgstr "" #: modules/webalert/lib/webalert_templates.py:79 msgid "Pattern 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:81 msgid "Field 2" msgstr "" #: modules/webalert/lib/webalert_templates.py:83 msgid "Pattern 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:85 msgid "Field 3" msgstr "" #: modules/webalert/lib/webalert_templates.py:87 #, fuzzy msgid "Collections" msgstr "розділи" #: modules/webalert/lib/webalert_templates.py:89 #, fuzzy msgid "Collection" msgstr "розділи" #: modules/webalert/lib/webalert_templates.py:110 msgid "You own following alerts:" msgstr "" #: modules/webalert/lib/webalert_templates.py:111 #, fuzzy msgid "alert name" msgstr "повідомлення" #: modules/webalert/lib/webalert_templates.py:119 msgid "SHOW" msgstr "" #: modules/webalert/lib/webalert_templates.py:161 msgid "" "This alert will notify you each time/only if a new item satisfy the " "following query" msgstr "" #: modules/webalert/lib/webalert_templates.py:162 msgid "QUERY" msgstr "" #: modules/webalert/lib/webalert_templates.py:193 msgid "Alert identification name:" msgstr "" #: modules/webalert/lib/webalert_templates.py:195 msgid "Search-checking frequency:" msgstr "" #: modules/webalert/lib/webalert_templates.py:199 #: modules/webalert/lib/webalert_templates.py:325 #, fuzzy msgid "monthly" msgstr "будь-який місяць" #: modules/webalert/lib/webalert_templates.py:200 #: modules/webalert/lib/webalert_templates.py:323 msgid "weekly" msgstr "" #: modules/webalert/lib/webalert_templates.py:201 #: modules/webalert/lib/webalert_templates.py:320 #, fuzzy msgid "daily" msgstr "детальний" #: modules/webalert/lib/webalert_templates.py:202 msgid "Send notification e-mail?" msgstr "" #: modules/webalert/lib/webalert_templates.py:205 #: modules/webalert/lib/webalert_templates.py:328 msgid "yes" msgstr "" #: modules/webalert/lib/webalert_templates.py:206 #: modules/webalert/lib/webalert_templates.py:330 msgid "no" msgstr "" #: modules/webalert/lib/webalert_templates.py:207 msgid "if no you must specify a basket" msgstr "" #: modules/webalert/lib/webalert_templates.py:208 msgid "Store results in basket?" msgstr "" #: modules/webalert/lib/webalert_templates.py:209 #, fuzzy msgid "no basket" msgstr "кошики" #: modules/webalert/lib/webalert_templates.py:234 msgid "or insert a new basket name" msgstr "" #: modules/webalert/lib/webalert_templates.py:236 msgid "SET ALERT" msgstr "" #: modules/webalert/lib/webalert_templates.py:237 msgid "CLEAR DATA" msgstr "" #: modules/webalert/lib/webalert_templates.py:288 #, python-format msgid "" "Set a new alert from %(your_searches)s, the %(popular_searches)s or the " "input form." msgstr "" #: modules/webalert/lib/webalert_templates.py:289 #, fuzzy msgid "your searches" msgstr "Спробуйте шукати..." #: modules/webalert/lib/webalert_templates.py:290 #, fuzzy msgid "most popular searches" msgstr "Спробуйте шукати..." #: modules/webalert/lib/webalert_templates.py:306 #: modules/webbasket/lib/webbasket_templates.py:78 #: modules/webmessage/lib/webmessage_templates.py:458 msgid "No" msgstr "" #: modules/webalert/lib/webalert_templates.py:307 msgid "Name" msgstr "" #: modules/webalert/lib/webalert_templates.py:308 msgid "Search checking frequency" msgstr "" #: modules/webalert/lib/webalert_templates.py:309 msgid "Notification by e-mail" msgstr "" #: modules/webalert/lib/webalert_templates.py:310 #, fuzzy msgid "Result in basket" msgstr "кошики" #: modules/webalert/lib/webalert_templates.py:311 msgid "Date last run" msgstr "" #: modules/webalert/lib/webalert_templates.py:312 msgid "Creation date" msgstr "" #: modules/webalert/lib/webalert_templates.py:313 msgid "Query" msgstr "" #: modules/webalert/lib/webalert_templates.py:314 #: modules/webalert/lib/webalert_templates.py:437 #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/websubmit/lib/websubmit_templates.py:1388 #, fuzzy msgid "Action" msgstr "розділи" #: modules/webalert/lib/webalert_templates.py:359 #, fuzzy msgid "Remove" msgstr "далі" #: modules/webalert/lib/webalert_templates.py:360 #, fuzzy msgid "Modify" msgstr "травень" #: modules/webalert/lib/webalert_templates.py:362 #: modules/webalert/lib/webalert_templates.py:455 msgid "Execute search" msgstr "" #: modules/webalert/lib/webalert_templates.py:369 #, python-format msgid "You have defined %(number)s alerts." msgstr "" #: modules/webalert/lib/webalert_templates.py:412 #, python-format msgid "You have not executed any search yet. %(click_here)s for search." msgstr "" #: modules/webalert/lib/webalert_templates.py:415 msgid "Click here" msgstr "" #: modules/webalert/lib/webalert_templates.py:423 #, python-format msgid "" "You have performed %(number)d searches (%(different)d different questions) during the last 30 days or so." msgstr "" #: modules/webalert/lib/webalert_templates.py:435 msgid "#" msgstr "" #: modules/webalert/lib/webalert_templates.py:436 #, fuzzy msgid "Question" msgstr "сеанс" #: modules/webalert/lib/webalert_templates.py:440 #, fuzzy msgid "Last Run" msgstr "Останнє поновлення" #: modules/webalert/lib/webalert_templates.py:456 msgid "Set new alert" msgstr "" #: modules/webalert/web/youralerts.py:61 #, fuzzy msgid "Display searches" msgstr "Показати результат:" #: modules/webalert/web/youralerts.py:65 modules/webalert/web/youralerts.py:93 #: modules/webalert/web/youralerts.py:121 #: modules/webalert/web/youralerts.py:142 #: modules/webalert/web/youralerts.py:167 #: modules/webalert/web/youralerts.py:192 #: modules/webalert/web/youralerts.py:213 #: modules/webmessage/lib/webmessage_templates.py:423 #: modules/websession/lib/websession_templates.py:404 #: modules/websession/web/youraccount.py:57 #: modules/websession/web/youraccount.py:120 #: modules/websession/web/youraccount.py:138 #: modules/websession/web/youraccount.py:155 #: modules/websession/web/youraccount.py:168 #: modules/websession/web/youraccount.py:191 #: modules/websession/web/youraccount.py:202 #: modules/websession/web/youraccount.py:255 #: modules/websession/web/youraccount.py:273 #: modules/websession/web/youraccount.py:292 #: modules/websession/web/youraccount.py:313 #: modules/websession/web/youraccount.py:342 #: modules/websession/web/youraccount.py:362 #: modules/websession/web/youraccount.py:401 #: modules/websubmit/web/publiline.py:74 #: modules/websubmit/web/yourapprovals.py:87 #: modules/websubmit/web/yoursubmissions.py:164 #, fuzzy msgid "Your Account" msgstr "обліковий запис" #: modules/webalert/web/youralerts.py:89 msgid "Set a new alert" msgstr "" #: modules/webalert/web/youralerts.py:117 msgid "Modify alert settings" msgstr "" #: modules/webalert/web/youralerts.py:138 #: modules/webalert/web/youralerts.py:163 #: modules/webalert/web/youralerts.py:188 #: modules/webalert/web/youralerts.py:209 #, fuzzy msgid "Display alerts" msgstr "Показати результат:" #: modules/webbasket/lib/webbasket.py:80 #: modules/webbasket/lib/webbasket_templates.py:103 #: modules/webbasket/lib/webbasket_templates.py:175 #: modules/webmessage/lib/webmessage_templates.py:405 msgid "DELETE" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket_templates.py:99 msgid "CANCEL" msgstr "" #: modules/webbasket/lib/webbasket.py:82 #: modules/webbasket/lib/webbasket.py:310 #: modules/webbasket/lib/webbasket_templates.py:98 msgid "CONFIRM" msgstr "" #: modules/webbasket/lib/webbasket.py:88 #, fuzzy, python-format msgid "The basket has not been deleted: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:100 #: modules/webbasket/lib/webbasket_templates.py:143 #: modules/webbasket/lib/webbasket_templates.py:163 #: modules/webbasket/lib/webbasket_templates.py:548 #, fuzzy msgid "CREATE NEW" msgstr "ДОДАТИ ДО КОШИКА" #: modules/webbasket/lib/webbasket.py:106 #: modules/webbasket/lib/webbasket.py:545 #, fuzzy, python-format msgid "The private basket %s has been created." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:109 #: modules/webbasket/lib/webbasket.py:547 #: modules/webbasket/lib/webbasket.py:652 #, fuzzy, python-format msgid "The basket %s has not been created: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:111 #, fuzzy msgid "The basket has not been created: specify a basket name." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:114 #: modules/webbasket/lib/webbasket_templates.py:176 msgid "RENAME" msgstr "" #: modules/webbasket/lib/webbasket.py:120 #, python-format msgid "The basket %s has been renamed to %s.\n" msgstr "" #: modules/webbasket/lib/webbasket.py:123 #, fuzzy, python-format msgid "The basket has not been renamed: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:125 #, fuzzy msgid "The basket has not been renamed: specify a basket name." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:127 #: modules/webbasket/lib/webbasket_templates.py:185 msgid "SET PUBLIC" msgstr "" #: modules/webbasket/lib/webbasket.py:133 msgid "The selected basket is now publicly accessible at the following URL:" msgstr "" #: modules/webbasket/lib/webbasket.py:136 #, fuzzy, python-format msgid "The basket has not been made public: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:138 #: modules/webbasket/lib/webbasket_templates.py:195 msgid "SET PRIVATE" msgstr "" #: modules/webbasket/lib/webbasket.py:142 #, fuzzy msgid "The selected basket is no more publically accessible." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:144 #, fuzzy, python-format msgid "The basket has not been made private: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:146 #: modules/webbasket/lib/webbasket_templates.py:260 msgid "REMOVE" msgstr "" #: modules/webbasket/lib/webbasket.py:150 #, fuzzy msgid "The selected items have been removed." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:152 #, fuzzy, python-format msgid "The items have not been removed: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:154 #: modules/webbasket/lib/webbasket.py:539 #: modules/webbasket/lib/webbasket_templates.py:281 #: modules/webbasket/lib/webbasket_templates.py:361 msgid "EXECUTE" msgstr "" #: modules/webbasket/lib/webbasket.py:157 msgid "Select a destination basket to copy/move items." msgstr "" #: modules/webbasket/lib/webbasket.py:160 #, fuzzy msgid "The selected items have been copied/moved." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:167 #, fuzzy, python-format msgid "The items have not been re-ordered: %s" msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:313 #: modules/webbasket/lib/webbasket.py:360 #: modules/webbasket/lib/webbasket.py:445 #: modules/webbasket/lib/webbasket.py:461 #: modules/webbasket/lib/webbasket.py:515 msgid "You are not the owner of this basket" msgstr "" #: modules/webbasket/lib/webbasket.py:315 #, fuzzy msgid "The selected basket has been deleted." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:321 #, fuzzy msgid "The related alerts have been removed." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:550 msgid "Select a destination basket to copy the selected items." msgstr "" #: modules/webbasket/lib/webbasket.py:553 #, fuzzy msgid "The selected items have been copied." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket.py:559 msgid "Non existing basket" msgstr "" #: modules/webbasket/lib/webbasket.py:567 msgid "The basket is private" msgstr "" #: modules/webbasket/lib/webbasket.py:615 #, python-format msgid "Content of the public basket %s :" msgstr "" #: modules/webbasket/lib/webbasket.py:645 msgid "No records to add." msgstr "" #: modules/webbasket/lib/webbasket.py:672 #: modules/websession/lib/websession_templates.py:756 #: modules/websession/lib/websession_templates.py:771 msgid "baskets" msgstr "кошики" #: modules/webbasket/lib/webbasket.py:676 #, python-format msgid "Adding %s records to basket(s)..." msgstr "" #: modules/webbasket/lib/webbasket.py:685 msgid "...done." msgstr "" #: modules/webbasket/lib/webbasket.py:687 msgid "sorry, you are not the owner of this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:58 #: modules/webbasket/lib/webbasket_templates.py:202 msgid "There isn't any alert related to this basket." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:61 msgid "" "The following alerts are related to " "this basket:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:77 msgid "Do you want to remove the related alerts too?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:79 #: modules/webmessage/lib/webmessage_templates.py:457 msgid "Yes" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:102 #, fuzzy msgid "Delete the basket" msgstr "кошики" #: modules/webbasket/lib/webbasket_templates.py:140 #: modules/webbasket/lib/webbasket_templates.py:544 #, fuzzy msgid "No baskets have been defined." msgstr "Запис видалено" #: modules/webbasket/lib/webbasket_templates.py:141 #: modules/webbasket/lib/webbasket_templates.py:490 #, fuzzy msgid "New basket name:" msgstr "кошики" #: modules/webbasket/lib/webbasket_templates.py:146 #, python-format msgid "You own %s baskets." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:147 #, fuzzy msgid "Select an existing basket" msgstr "кошики" #: modules/webbasket/lib/webbasket_templates.py:151 #: modules/webbasket/lib/webbasket_templates.py:531 #, fuzzy msgid "basket name" msgstr "кошики" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:538 msgid "SELECT" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:162 #: modules/webbasket/lib/webbasket_templates.py:271 #: modules/webbasket/lib/webbasket_templates.py:539 #: modules/websubmit/lib/websubmit_templates.py:1041 #, fuzzy msgid "or" msgstr "далі" #: modules/webbasket/lib/webbasket_templates.py:173 #, fuzzy msgid "The selected basket is" msgstr "кошики" #: modules/webbasket/lib/webbasket_templates.py:184 msgid "Basket access is set to private, convert to public?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:194 msgid "Basket access is set to public, convert to private?" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:196 msgid "Public URL" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:205 msgid "" "The following alerts are related to " "this basket: " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:259 msgid "Selected items" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:272 msgid "Copy" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:273 #, fuzzy msgid "Move" msgstr "далі" #: modules/webbasket/lib/webbasket_templates.py:274 msgid "to" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:275 #: modules/webbasket/lib/webbasket_templates.py:350 #, fuzzy msgid "select basket" msgstr "кошики" #: modules/webbasket/lib/webbasket_templates.py:287 #: modules/webbasket/lib/webbasket_templates.py:367 #, python-format msgid "The basket %s is empty." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:347 msgid "Copy the selected items to " msgstr "" #: modules/webbasket/lib/webbasket_templates.py:356 msgid "Copy the selected items to new basket" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:442 #, python-format msgid "Please choose the basket you want to add %d records to:" msgstr "" #: modules/webbasket/lib/webbasket_templates.py:455 #: modules/websearch/lib/websearch_templates.py:1931 #: modules/websearch/lib/websearch_templates.py:1988 msgid "ADD TO BASKET" msgstr "ДОДАТИ ДО КОШИКА" #: modules/webbasket/lib/webbasket_templates.py:479 msgid "You don't own baskets defined yet." msgstr "" #: modules/webbasket/lib/webbasket_templates.py:491 #, fuzzy msgid "CREATE NEW BASKET" msgstr "ДОДАТИ ДО КОШИКА" #: modules/webbasket/lib/webbasket_templates.py:529 msgid "You own the following baskets" msgstr "" #: modules/webmessage/lib/webmessage.py:140 #, fuzzy msgid "The message could not be deleted" msgstr "Запис видалено" #: modules/webmessage/lib/webmessage.py:142 msgid "Delete successful" msgstr "" #: modules/webmessage/lib/webmessage.py:161 msgid "Your mailbox has been emptied" msgstr "" #: modules/webmessage/lib/webmessage.py:373 #, python-format msgid "The chosen date (%(year)i/%(month)i/%(day)i) is invalid" msgstr "" #: modules/webmessage/lib/webmessage.py:382 msgid "Please enter a user name or a group name" msgstr "" #: modules/webmessage/lib/webmessage.py:386 #, python-format msgid "" "Your message is too long, please edit it.\n" " Max size allowed is %i characters\n" " " msgstr "" #: modules/webmessage/lib/webmessage.py:398 #, python-format msgid "Group '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:415 #, python-format msgid "User '%s' doesn't exist\n" msgstr "" #: modules/webmessage/lib/webmessage.py:427 #: modules/webmessage/web/yourmessages.py:101 #: modules/webmessage/web/yourmessages.py:168 msgid "Write a message" msgstr "" #: modules/webmessage/lib/webmessage.py:444 msgid "Your message couldn't be sent to the following recipients\n" msgstr "" #: modules/webmessage/lib/webmessage.py:445 msgid "These users are overquota: " msgstr "" #: modules/webmessage/lib/webmessage.py:450 msgid "Your message has been sent." msgstr "" #: modules/webmessage/lib/webmessage.py:454 #: modules/webmessage/lib/webmessage_templates.py:421 #: modules/webmessage/web/yourmessages.py:62 #: modules/webmessage/web/yourmessages.py:219 #: modules/webmessage/web/yourmessages.py:249 #: modules/websession/lib/websession_templates.py:407 #, fuzzy msgid "Your Messages" msgstr "Пошук" #: modules/webmessage/lib/webmessage_templates.py:77 #: modules/webmessage/lib/webmessage_templates.py:399 #, fuzzy msgid "Subject" msgstr "Додати" #: modules/webmessage/lib/webmessage_templates.py:77 #, fuzzy msgid "Sender" msgstr "Оголошення" #: modules/webmessage/lib/webmessage_templates.py:77 msgid "Date" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:84 msgid "No new mail" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:92 msgid "Reply" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:95 msgid "Delete" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:123 msgid "Write new message" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:124 msgid "Delete All" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:171 msgid "Re: " msgstr "" #: modules/webmessage/lib/webmessage_templates.py:265 msgid "Send Later:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:266 msgid "To:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:267 msgid "Users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:268 msgid "Groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:269 #, fuzzy msgid "Subject:" msgstr "Додати" #: modules/webmessage/lib/webmessage_templates.py:270 msgid "Message:" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:271 msgid "SEND" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:398 msgid "From" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:400 msgid "Sent on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:401 msgid "Received on" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:402 msgid "Sent to" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:403 msgid "Sent to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:404 msgid "REPLY" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:455 msgid "Are your sure you want to empty your whole mailbox?" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:516 #, python-format msgid "Quota: %.1f%%" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:563 msgid "Add to users" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:565 msgid "Add to groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:568 msgid "No matching user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:570 msgid "No matching group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:604 msgid "Find users or groups" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:605 msgid "Find a user" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:606 msgid "Find a group" msgstr "" #: modules/webmessage/lib/webmessage_templates.py:621 #, python-format msgid "" "You have %i new messages out of %" "i total messages" msgstr "" #: modules/webmessage/web/yourmessages.py:279 msgid "Read a message" msgstr "" #: modules/websearch/bin/webcoll.in:347 msgid "Narrow by collection:" msgstr "Вибрати розділ:" #: modules/websearch/bin/webcoll.in:348 msgid "Focus on:" msgstr "Вибрати з:" #: modules/websearch/bin/webcoll.in:517 #: modules/websearch/lib/search_engine.py:502 msgid "latest first" msgstr "останні спочатку" #: modules/websearch/bin/webcoll.in:535 #: modules/websearch/lib/websearch_templates.py:1422 msgid "asc." msgstr "зрост." #: modules/websearch/bin/webcoll.in:536 #: modules/websearch/lib/websearch_templates.py:1425 msgid "desc." msgstr "спад." #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 #: modules/websearch/lib/search_engine.py:643 #: modules/websearch/lib/websearch_templates.py:471 msgid "OR" msgstr "АБО" #: modules/websearch/bin/webcoll.in:547 #: modules/websearch/lib/search_engine.py:517 msgid "rank by" msgstr "впорядкувати за" #: modules/websearch/bin/webcoll.in:565 #: modules/websearch/lib/websearch_templates.py:1387 msgid "results" msgstr "результати" #: modules/websearch/bin/webcoll.in:578 #: modules/websearch/lib/websearch_templates.py:1434 msgid "split by collection" msgstr "розділити за розділами" #: modules/websearch/bin/webcoll.in:579 #: modules/websearch/lib/websearch_templates.py:1431 msgid "single list" msgstr "один список" #: modules/websearch/bin/webcoll.in:599 msgid "brief" msgstr "короткий" #: modules/websearch/bin/webcoll.in:661 modules/websearch/bin/webcoll.in:682 #, python-format msgid "Search %s records for:" msgstr "Шукати серед %s записів:" #: modules/websearch/lib/search_engine.py:344 #: modules/websearch/lib/search_engine.py:369 #: modules/websearch/lib/search_engine.py:3060 #: modules/websearch/lib/search_engine.py:3099 #: modules/websearch/lib/search_engine.py:3133 msgid "Search Results" msgstr "Результати пошуку" #: modules/websearch/lib/search_engine.py:397 #: modules/websearch/lib/websearch_templates.py:494 msgid "any day" msgstr "будь-який день" #: modules/websearch/lib/search_engine.py:403 #: modules/websearch/lib/websearch_templates.py:506 msgid "any month" msgstr "будь-який місяць" #: modules/websearch/lib/search_engine.py:411 #: modules/websearch/lib/websearch_templates.py:520 msgid "any year" msgstr "будь-який рік" #: modules/websearch/lib/search_engine.py:482 #: modules/websearch/lib/search_engine.py:497 msgid "any collection" msgstr "будь-який розділ" #: modules/websearch/lib/search_engine.py:493 msgid "add another collection" msgstr "додати інший розділ" #: modules/websearch/lib/search_engine.py:537 #, fuzzy msgid "HTML brief" msgstr "короткий" #: modules/websearch/lib/search_engine.py:642 #: modules/websearch/lib/websearch_templates.py:470 msgid "AND" msgstr "ТА" #: modules/websearch/lib/search_engine.py:644 #: modules/websearch/lib/websearch_templates.py:472 msgid "AND NOT" msgstr "ТА НЕ" #: modules/websearch/lib/search_engine.py:662 #: modules/websearch/lib/websearch_templates.py:420 msgid "All of the words:" msgstr "Всі слова" #: modules/websearch/lib/search_engine.py:663 #: modules/websearch/lib/websearch_templates.py:422 msgid "Any of the words:" msgstr "Будь-яке з слів:" #: modules/websearch/lib/search_engine.py:664 #: modules/websearch/lib/websearch_templates.py:424 msgid "Exact phrase:" msgstr "Точна фраза:" #: modules/websearch/lib/search_engine.py:665 #: modules/websearch/lib/websearch_templates.py:426 msgid "Partial phrase:" msgstr "Частина фрази:" #: modules/websearch/lib/search_engine.py:666 #: modules/websearch/lib/websearch_templates.py:428 msgid "Regular expression:" msgstr "Регулярний вираз:" #: modules/websearch/lib/search_engine.py:676 msgid "," msgstr "," #: modules/websearch/lib/search_engine.py:1260 msgid "No values found." msgstr "" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/search_engine.py:3006 #: modules/websearch/lib/search_engine.py:3040 #: modules/websearch/lib/search_engine.py:3042 #: modules/websearch/lib/websearch_templates.py:209 #: modules/websearch/lib/websearch_templates.py:313 #: modules/websearch/lib/websearch_templates.py:1061 #: modules/websearch/lib/websearch_templates.py:1139 #: modules/websearch/lib/websearch_templates.py:1140 #: modules/websearch/lib/websearch_templates.py:1232 #: modules/websearch/lib/websearch_templates.py:1290 #: modules/websearch/lib/websearch_templates.py:1331 #: modules/websearch/lib/websearch_templates.py:1353 #: modules/websearch/lib/websearch_templates.py:1383 msgid "Browse" msgstr "Переглянути" #: modules/websearch/lib/search_engine.py:1301 #: modules/websearch/lib/websearch_templates.py:208 #: modules/websearch/lib/websearch_templates.py:312 #: modules/websearch/lib/websearch_templates.py:1138 #: modules/websearch/lib/websearch_templates.py:1231 #: modules/websearch/lib/websearch_templates.py:1289 #: modules/webstyle/lib/webstyle_templates.py:342 #: modules/webstyle/lib/webstyle_templates.py:415 msgid "Search" msgstr "Пошук" #: modules/websearch/lib/search_engine.py:1390 #, python-format msgid "No exact match found for %s, using %s instead..." msgstr "" "Точних відповідностей запиту %s не знайдено, замсть цього " "використано %s..." #: modules/websearch/lib/search_engine.py:1629 #, python-format msgid "" "No match found in collection %s. Other public collections gave %d hits." msgstr "" "В роділі %s результатів не знайдено. В інших загальнодоступних розділах " "знайдено %d співпадінь" #: modules/websearch/lib/search_engine.py:1636 msgid "" "No public collection matched your query. If you were looking for a non-" "public document, please choose the desired restricted collection first." msgstr "" "Серед загальнодоступних розділів відповідностей запиту не знайдено. Якщо Ви " "шукаєте документ з обмеженим доступом, спочатку виберіть відповідий розділ з " "обмеженим доступом." #: modules/websearch/lib/search_engine.py:1753 msgid "No words index available for" msgstr "Не знайдено лексичний вказівник для" #: modules/websearch/lib/search_engine.py:1757 msgid "No phrase index available for" msgstr "Не знайдений вказівник фраз для" #: modules/websearch/lib/search_engine.py:1770 #, python-format msgid "Search term %s" msgstr "Термін для пошуку %s" #: modules/websearch/lib/search_engine.py:1772 #, python-format msgid "inside %s index" msgstr "у вказівнику %s" #: modules/websearch/lib/search_engine.py:1773 msgid "did not match any record. Nearest terms in any collection are:" msgstr "не знайдено. Найближчі терміни в розділі:" #: modules/websearch/lib/search_engine.py:2437 msgid "Use different search terms." msgstr "" #: modules/websearch/lib/search_engine.py:2596 #: modules/websearch/lib/search_engine.py:2619 #: modules/websearch/lib/search_engine.py:2626 #: modules/websearch/lib/search_engine.py:2672 msgid "The record has been deleted." msgstr "Запис видалено" #: modules/websearch/lib/search_engine.py:3027 #: modules/websearch/lib/websearch_templates.py:816 #: modules/websearch/lib/websearch_templates.py:2342 #: modules/websearch/lib/websearch_templates.py:2345 #: modules/websearch/lib/websearch_templates.py:2348 msgid "Detailed record" msgstr "Детальний запис" #: modules/websearch/lib/search_engine.py:3225 msgid "No match within your time limits, discarding this condition..." msgstr "За відведений час результатів не знайдено, умову скасовано" #: modules/websearch/lib/search_engine.py:3245 msgid "No match within your search limits, discarding this condition..." msgstr "За даних обмежень результатів не знайдено, умова скасовується" #: modules/websearch/lib/websearch_templates.py:211 #: modules/websearch/lib/websearch_templates.py:1298 msgid "Advanced Search" msgstr "Розширений пошук" #: modules/websearch/lib/websearch_templates.py:315 #: modules/websearch/lib/websearch_templates.py:1240 msgid "Simple Search" msgstr "Простий пошук" #: modules/websearch/lib/websearch_templates.py:333 msgid "Search options:" msgstr "Опції пошуку" #: modules/websearch/lib/websearch_templates.py:380 #: modules/websearch/lib/websearch_templates.py:1376 msgid "Added since:" msgstr "Додано з:" #: modules/websearch/lib/websearch_templates.py:381 msgid "until:" msgstr "до:" #: modules/websearch/lib/websearch_templates.py:385 #: modules/websearch/lib/websearch_templates.py:1416 msgid "Sort by:" msgstr "Впорядкувати за:" #: modules/websearch/lib/websearch_templates.py:386 #: modules/websearch/lib/websearch_templates.py:1417 msgid "Display results:" msgstr "Показати результат:" #: modules/websearch/lib/websearch_templates.py:387 #: modules/websearch/lib/websearch_templates.py:1418 msgid "Output format:" msgstr "Формат представлення:" #: modules/websearch/lib/websearch_templates.py:604 msgid "restricted" msgstr "обмежено" #: modules/websearch/lib/websearch_templates.py:639 msgid "Latest additions:" msgstr "Останні надходження:" #: modules/websearch/lib/websearch_templates.py:680 msgid "The contents of this collection is restricted." msgstr "Доступ до змісту цього розділу обмежений" #: modules/websearch/lib/websearch_templates.py:695 msgid "This collection does not contain any document yet." msgstr "Цей розділ поки що не містить записів" #: modules/websearch/lib/websearch_templates.py:729 #: modules/websearch/lib/websearch_templates.py:2004 #: modules/websearch/lib/websearch_templates.py:2018 #: modules/websearch/lib/websearch_templates.py:2034 msgid "more" msgstr "далі" #: modules/websearch/lib/websearch_templates.py:817 #: modules/websearch/lib/websearch_templates.py:1987 #: modules/websearch/lib/websearch_templates.py:2350 msgid "Similar records" msgstr "Подібні записи" #: modules/websearch/lib/websearch_templates.py:822 #: modules/websearch/lib/websearch_templates.py:2354 msgid "Cited by" msgstr "Cited by" #: modules/websearch/lib/websearch_templates.py:892 msgid "Words nearest to" msgstr "" #: modules/websearch/lib/websearch_templates.py:897 msgid "inside" msgstr "" #: modules/websearch/lib/websearch_templates.py:900 #, fuzzy msgid "in any collection are:" msgstr "будь-який розділ" #: modules/websearch/lib/websearch_templates.py:1003 msgid "Hits" msgstr "" #: modules/websearch/lib/websearch_templates.py:1062 #: modules/websearch/lib/websearch_templates.py:1818 msgid "next" msgstr "" #: modules/websearch/lib/websearch_templates.py:1147 #: modules/websearch/lib/websearch_templates.py:1248 msgid "Try your search on..." msgstr "Спробуйте шукати..." #: modules/websearch/lib/websearch_templates.py:1326 msgid "collections" msgstr "розділи" #: modules/websearch/lib/websearch_templates.py:1377 #, fuzzy msgid "Until" msgstr "до:" #: modules/websearch/lib/websearch_templates.py:1465 msgid "MARC tag" msgstr "" #: modules/websearch/lib/websearch_templates.py:1494 #: modules/websearch/lib/websearch_templates.py:1496 #: modules/websearch/lib/websearch_templates.py:1499 #: modules/websearch/lib/websearch_templates.py:1503 #: modules/websearch/lib/websearch_templates.py:1505 #: modules/websearch/lib/websearch_templates.py:1510 #: modules/websearch/lib/websearch_templates.py:1512 #: modules/websearch/lib/websearch_templates.py:1514 #: modules/websearch/lib/websearch_templates.py:1516 #: modules/websearch/lib/websearch_templates.py:1519 #: modules/websearch/lib/websearch_templates.py:1524 #: modules/websearch/lib/websearch_templates.py:1528 #: modules/websearch/lib/websearch_templates.py:1530 #: modules/websearch/lib/websearch_templates.py:1538 #: modules/websearch/lib/websearch_templates.py:1540 #: modules/websearch/lib/websearch_templates.py:1544 #: modules/websearch/lib/websearch_templates.py:1548 #: modules/websearch/lib/websearch_templates.py:1554 #: modules/websearch/lib/websearch_templates.py:1556 #: modules/websearch/lib/websearch_templates.py:1558 #: modules/websearch/lib/websearch_templates.py:1560 #: modules/websearch/lib/websearch_templates.py:1564 #: modules/websearch/lib/websearch_templates.py:1577 #: modules/websearch/lib/websearch_templates.py:1580 #: modules/websearch/lib/websearch_templates.py:1583 #: modules/websearch/lib/websearch_templates.py:1588 #: modules/websearch/lib/websearch_templates.py:1590 #: modules/websearch/lib/websearch_templates.py:1592 #: modules/websearch/lib/websearch_templates.py:1597 #: modules/websearch/lib/websearch_templates.py:1599 #: modules/websearch/lib/websearch_templates.py:1601 #: modules/websearch/lib/websearch_templates.py:1603 #: modules/websearch/lib/websearch_templates.py:1616 #: modules/websearch/lib/websearch_templates.py:1619 #: modules/websearch/lib/websearch_templates.py:1622 #: modules/websearch/lib/websearch_templates.py:1625 #: modules/websearch/lib/websearch_templates.py:1628 msgid "in" msgstr "в" #: modules/websearch/lib/websearch_templates.py:1633 msgid "" "Haven't found what you were looking for? Try your search on other servers:" msgstr "Не знайшли потрібного? Спробуйте пошуковий сервер:" #: modules/websearch/lib/websearch_templates.py:1747 #: modules/websearch/lib/websearch_templates.py:1752 #: modules/websearch/lib/websearch_templates.py:2099 #, python-format msgid "%s records found" msgstr "%s знайдених записів" #: modules/websearch/lib/websearch_templates.py:1798 #, fuzzy msgid "begin" msgstr "увійти" #: modules/websearch/lib/websearch_templates.py:1806 #: modules/websubmit/lib/websubmit_templates.py:1152 msgid "previous" msgstr "" #: modules/websearch/lib/websearch_templates.py:1826 #, fuzzy msgid "end" msgstr "Оголошення" #: modules/websearch/lib/websearch_templates.py:1845 msgid "jump to record:" msgstr "перейти до запису:" #: modules/websearch/lib/websearch_templates.py:1858 #, python-format msgid "Search took %.2f seconds." msgstr "Пошук тривав %.2f секунд." #: modules/websearch/lib/websearch_templates.py:1963 msgid "Format" msgstr "" #: modules/websearch/lib/websearch_templates.py:1983 #, python-format msgid "Record created %s, last modified %s" msgstr "Запис створено %s, остання зміна %s" #: modules/websearch/lib/websearch_templates.py:1997 #, python-format msgid "Cited by: %s records" msgstr "Cited by: %s records" #: modules/websearch/lib/websearch_templates.py:2011 #, python-format msgid "Co-cited with: %s records" msgstr "Co-cited with: %s records" #: modules/websearch/lib/websearch_templates.py:2028 msgid "People who downloaded this document also downloaded:" msgstr "People who downloaded this document also downloaded:" #: modules/websearch/lib/websearch_templates.py:2043 msgid "People who viewed this page also viewed:" msgstr "People who viewed this page also viewed:" #: modules/websearch/lib/websearch_templates.py:2090 #, python-format msgid "" "Results overview: Found %s records in %.2f " "seconds." msgstr "" "Результат: Знайдено %s записів за %.2f " "секунд." #: modules/websearch/lib/websearch_templates.py:2126 msgid "" "Boolean query returned no hits. Please combine your search terms differently." msgstr "" "Результатів для умовного запиту не знайдено. Виберіть іншу комбінацію " "термінів." #: modules/websearch/lib/websearch_templates.py:2166 msgid "See also: similar author names" msgstr "Див. також: подібні прізвища авторів" #: modules/websearch/web/admin/websearchadmin.py:1049 #: modules/websearch/web/index.py:53 modules/websearch/web/index.py:121 #: modules/webstyle/lib/webstyle_templates.py:493 msgid "Internal Error" msgstr "Внутрішня помилка" #: modules/websearch/web/index.py:65 #, python-format msgid "Collection %s Not Found" msgstr "Розділ %s не існує" #: modules/websearch/web/index.py:66 #, python-format msgid "" "

Sorry, collection %s does not seem to exist.

You may " "want to start browsing from %s." msgstr "" "

Вибачте, розділ %s не існує.

Спробуйте почати ще раз " "з %s." #: modules/websession/lib/webaccount.py:89 msgid "" "You are logged in as guest. You may want to login as a regular user" msgstr "" #: modules/websession/lib/webaccount.py:90 msgid "" "The guest users need to register first" msgstr "" #: modules/websession/lib/webaccount.py:91 msgid "No queries found" msgstr "" #: modules/websession/lib/websession_templates.py:45 msgid "" "If you have lost password for your CERN Document Server internal account, " "then please enter your email address below and the lost password will be " "emailed to you." msgstr "" #: modules/websession/lib/websession_templates.py:47 msgid "" "Note that if you have been using an external login system (such as CERN " "NICE), then we cannot do anything and you have to ask there." msgstr "" #: modules/websession/lib/websession_templates.py:48 #, python-format msgid "" "Alternatively, you can ask %s to change your login system from external to " "internal." msgstr "" #: modules/websession/lib/websession_templates.py:140 msgid "" "If you want to change your email address or password, please set new values " "in the form below." msgstr "" #: modules/websession/lib/websession_templates.py:141 msgid "New email address" msgstr "" #: modules/websession/lib/websession_templates.py:142 #: modules/websession/lib/websession_templates.py:651 #, fuzzy msgid "mandatory" msgstr "будь-який день" #: modules/websession/lib/websession_templates.py:143 #: modules/websession/lib/websession_templates.py:653 msgid "Example" msgstr "" #: modules/websession/lib/websession_templates.py:144 msgid "New password" msgstr "" #: modules/websession/lib/websession_templates.py:145 #: modules/websession/lib/websession_templates.py:652 msgid "optional" msgstr "" #: modules/websession/lib/websession_templates.py:146 #: modules/websession/lib/websession_templates.py:654 msgid "Note" msgstr "" #: modules/websession/lib/websession_templates.py:147 #: modules/websession/lib/websession_templates.py:655 msgid "The password phrase may contain punctuation, spaces, etc." msgstr "" #: modules/websession/lib/websession_templates.py:148 msgid "Retype password" msgstr "" #: modules/websession/lib/websession_templates.py:149 msgid "Set new values" msgstr "" #: modules/websession/lib/websession_templates.py:183 msgid "Edit login method" msgstr "" #: modules/websession/lib/websession_templates.py:184 msgid "" "Please select which login method you would like to use to authenticate " "yourself" msgstr "" #: modules/websession/lib/websession_templates.py:185 #: modules/websession/lib/websession_templates.py:197 #, fuzzy msgid "Select method" msgstr "кошики" #: modules/websession/lib/websession_templates.py:233 #: modules/websession/lib/websession_templates.py:649 msgid "Email address" msgstr "" #: modules/websession/lib/websession_templates.py:234 msgid "Send lost password" msgstr "" #: modules/websession/lib/websession_templates.py:260 msgid "" "The CDS Search offers you a possibility to personalize the interface, to set " "up your own personal library of documents, or to set up an automatic alert " "query that would run periodically and would notify you of search results by " "email." msgstr "" #: modules/websession/lib/websession_templates.py:268 #: modules/websession/web/youraccount.py:55 #, fuzzy msgid "Your Settings" msgstr "кошики" #: modules/websession/lib/websession_templates.py:269 msgid "" "Set or change your account Email address or password. Specify your " "preferences about the way the interface looks like." msgstr "" #: modules/websession/lib/websession_templates.py:278 #: modules/websession/lib/websession_templates.py:409 #, fuzzy msgid "Your Searches" msgstr "Пошук" #: modules/websession/lib/websession_templates.py:279 msgid "View all the searches you performed during the last 30 days." msgstr "" #: modules/websession/lib/websession_templates.py:280 #: modules/websession/lib/websession_templates.py:406 #, fuzzy msgid "Your Baskets" msgstr "кошики" #: modules/websession/lib/websession_templates.py:281 msgid "" "With baskets you can define specific collections of items, store interesting " "records you want to access later or share with others." msgstr "" #: modules/websession/lib/websession_templates.py:288 #, fuzzy msgid "Your Alerts" msgstr "кошики" #: modules/websession/lib/websession_templates.py:289 msgid "" "Subscribe to a search which will be run periodically by our service. The " "result can be sent to you via Email or stored in one of your baskets." msgstr "" #: modules/websession/lib/websession_templates.py:298 #, fuzzy msgid "Your Loans" msgstr "підтвердження" #: modules/websession/lib/websession_templates.py:299 msgid "" "Check out book you have on load, submit borrowing requests, etc. Requires " "CERN ID." msgstr "" #: modules/websession/lib/websession_templates.py:322 #, python-format msgid "" "You are logged in as a guest user, so your %s will disappear at the end of " "the current session. If you wish you can\n" " login or register here." msgstr "" #: modules/websession/lib/websession_templates.py:346 #, python-format msgid "" "You are logged in as %s. You may want to a) logout; b) edit your account " "settings." msgstr "" #: modules/websession/lib/websession_templates.py:408 #, fuzzy msgid "Your Alert Searches" msgstr "Пошук" #: modules/websession/lib/websession_templates.py:410 #, fuzzy msgid "Your Submissions" msgstr "додане" #: modules/websession/lib/websession_templates.py:411 #, python-format msgid "" "You can consult the list of %(your_submissions)s and inquire about their " "status." msgstr "" #: modules/websession/lib/websession_templates.py:415 #, fuzzy msgid "your submissions" msgstr "додане" #: modules/websession/lib/websession_templates.py:418 #: modules/websubmit/web/yourapprovals.py:84 #, fuzzy msgid "Your Approvals" msgstr "підтвердження" #: modules/websession/lib/websession_templates.py:419 #, python-format msgid "" "You can consult the list of %(your_approvals)s with the documents you " "approved or refereed." msgstr "" #: modules/websession/lib/websession_templates.py:423 #, fuzzy msgid "your approvals" msgstr "підтвердження" #: modules/websession/lib/websession_templates.py:426 #: modules/websession/web/youraccount.py:253 msgid "Your Administrative Activities" msgstr "" #: modules/websession/lib/websession_templates.py:452 msgid "Try again" msgstr "" #: modules/websession/lib/websession_templates.py:471 #, python-format msgid "Okay, password has been emailed to %s" msgstr "" #: modules/websession/lib/websession_templates.py:486 #, fuzzy msgid "Deleting your account" msgstr "обліковий запис" #: modules/websession/lib/websession_templates.py:502 msgid "" "You are no longer recognized. If you wish you can login " "here." msgstr "" #: modules/websession/lib/websession_templates.py:530 msgid "If you already have an account, please login using the form below." msgstr "" #: modules/websession/lib/websession_templates.py:534 msgid "" "If you don't own an account yet, please register an internal account." msgstr "" #: modules/websession/lib/websession_templates.py:536 #, python-format msgid "" "It is not possible to create an account yourself. Contact %s if you want an " "account." msgstr "" #: modules/websession/lib/websession_templates.py:558 #, fuzzy msgid "Login via:" msgstr "увійти" #: modules/websession/lib/websession_templates.py:580 #, fuzzy msgid "Username" msgstr "повідомлення" #: modules/websession/lib/websession_templates.py:581 #: modules/websession/lib/websession_templates.py:650 msgid "Password" msgstr "" #: modules/websession/lib/websession_templates.py:582 #: modules/websession/lib/websession_templates.py:757 #: modules/websession/web/youraccount.py:309 msgid "login" msgstr "увійти" #: modules/websession/lib/websession_templates.py:586 #: modules/websession/web/youraccount.py:136 msgid "Lost your password?" msgstr "" #: modules/websession/lib/websession_templates.py:615 msgid "Please enter your email address and desired password:" msgstr "" #: modules/websession/lib/websession_templates.py:617 msgid "" "The account will not be possible to use before it has been verified and " "activated." msgstr "" #: modules/websession/lib/websession_templates.py:656 msgid "Retype Password" msgstr "" #: modules/websession/lib/websession_templates.py:657 #: modules/websession/web/youraccount.py:400 msgid "register" msgstr "" #: modules/websession/lib/websession_templates.py:658 #, python-format msgid "" "Please do not use valuable passwords such as your Unix, AFS or NICE " "passwords with this service. Your email address will stay strictly " "confidential and will not be disclosed to any third party. It will be used " "to identify you for personal services of %s. For example, you may set up an " "automatic alert search that will look for new preprints and will notify you " "daily of new arrivals by email." msgstr "" #: modules/websession/lib/websession_templates.py:687 msgid "" "You seem to be the guest user. You have to login first." msgstr "" #: modules/websession/lib/websession_templates.py:691 msgid "You are not authorized to access administrative functions." msgstr "" #: modules/websession/lib/websession_templates.py:694 #, fuzzy, python-format msgid "You seem to be %s." msgstr "Термін для пошуку %s" #: modules/websession/lib/websession_templates.py:695 msgid "Here are some interesting web admin links for you:" msgstr "" #: modules/websession/lib/websession_templates.py:701 msgid "Configure BibFormat" msgstr "" #: modules/websession/lib/websession_templates.py:703 msgid "Configure BibHarvest" msgstr "" #: modules/websession/lib/websession_templates.py:705 msgid "Configure BibIndex" msgstr "" #: modules/websession/lib/websession_templates.py:707 msgid "Configure BibRank" msgstr "" #: modules/websession/lib/websession_templates.py:709 msgid "Configure WebAccess" msgstr "" #: modules/websession/lib/websession_templates.py:711 #, fuzzy msgid "Configure WebSearch" msgstr "Пошук" #: modules/websession/lib/websession_templates.py:713 msgid "Configure WebSubmit" msgstr "" #: modules/websession/lib/websession_templates.py:714 #, python-format msgid "For more admin-level activities, see the complete %(admin_area)s" msgstr "" #: modules/websession/lib/websession_templates.py:753 msgid "guest" msgstr "гість" #: modules/websession/lib/websession_templates.py:754 msgid "session" msgstr "сеанс" #: modules/websession/lib/websession_templates.py:755 #: modules/websession/lib/websession_templates.py:769 msgid "alerts" msgstr "повідомлення" #: modules/websession/lib/websession_templates.py:768 msgid "account" msgstr "обліковий запис" #: modules/websession/lib/websession_templates.py:770 msgid "messages" msgstr "" #: modules/websession/lib/websession_templates.py:777 msgid "submissions" msgstr "додане" #: modules/websession/lib/websession_templates.py:783 msgid "approvals" msgstr "підтвердження" #: modules/websession/lib/websession_templates.py:789 msgid "administration" msgstr "адміністрування" #: modules/websession/lib/websession_templates.py:794 msgid "logout" msgstr "вийти" #: modules/websession/web/youraccount.py:74 #: modules/websession/web/youraccount.py:96 msgid "Settings edited" msgstr "" #: modules/websession/web/youraccount.py:76 #: modules/websession/web/youraccount.py:95 #, fuzzy msgid "Show account" msgstr "обліковий запис" #: modules/websession/web/youraccount.py:80 msgid "Login method successfully selected." msgstr "" #: modules/websession/web/youraccount.py:91 msgid "Password successfully edited." msgstr "" #: modules/websession/web/youraccount.py:93 msgid "Settings successfully edited." msgstr "" #: modules/websession/web/youraccount.py:98 msgid "The email address is already in use, please try again." msgstr "" #: modules/websession/web/youraccount.py:100 #: modules/websession/web/youraccount.py:105 #: modules/websession/web/youraccount.py:110 #: modules/websession/web/youraccount.py:115 msgid "Edit settings" msgstr "" #: modules/websession/web/youraccount.py:101 #: modules/websession/web/youraccount.py:106 #: modules/websession/web/youraccount.py:111 #: modules/websession/web/youraccount.py:116 msgid "Editing settings failed" msgstr "" #: modules/websession/web/youraccount.py:103 msgid "The email address is not valid, please try again." msgstr "" #: modules/websession/web/youraccount.py:108 msgid "The passwords do not match, please try again." msgstr "" #: modules/websession/web/youraccount.py:113 msgid "Could not update settings." msgstr "" #: modules/websession/web/youraccount.py:201 msgid "The entered e-mail address doesn't exist in the database" msgstr "" #: modules/websession/web/youraccount.py:213 msgid "Credentials for" msgstr "" #: modules/websession/web/youraccount.py:214 msgid "Here are your user credentials for" msgstr "" #: modules/websession/web/youraccount.py:215 #, fuzzy msgid "username" msgstr "повідомлення" #: modules/websession/web/youraccount.py:215 msgid "password" msgstr "" #: modules/websession/web/youraccount.py:216 msgid "You can login at" msgstr "" #: modules/websession/web/youraccount.py:226 msgid "" "The entered email address is incorrect, please check that it is written " "correctly (e.g. johndoe@example.com)." msgstr "" #: modules/websession/web/youraccount.py:227 msgid "Incorrect email address" msgstr "" #: modules/websession/web/youraccount.py:236 msgid "Lost password sent" msgstr "" #: modules/websession/web/youraccount.py:271 #, fuzzy msgid "Delete Account" msgstr "обліковий запис" #: modules/websession/web/youraccount.py:290 #, fuzzy msgid "Logout" msgstr "вийти" #: modules/websession/web/youraccount.py:311 #: modules/websession/web/youraccount.py:340 #: modules/websession/web/youraccount.py:341 #, fuzzy msgid "Login" msgstr "увійти" #: modules/websession/web/youraccount.py:360 msgid "Register" msgstr "" #: modules/websession/web/youraccount.py:377 msgid "Your account has been successfully created." msgstr "" #: modules/websession/web/youraccount.py:378 msgid "Account created" msgstr "" #: modules/websession/web/youraccount.py:380 msgid "" " An email has been sent to the given address with the account information." msgstr "" #: modules/websession/web/youraccount.py:382 msgid "" " A second email will be sent when the account has been activated and can be " "used." msgstr "" #: modules/websession/web/youraccount.py:384 #, python-format msgid " You can now access your account." msgstr "" #: modules/websession/web/youraccount.py:387 msgid "The user already exists in the database, please try again." msgstr "" #: modules/websession/web/youraccount.py:389 #: modules/websession/web/youraccount.py:393 #: modules/websession/web/youraccount.py:397 msgid "Register failure" msgstr "" #: modules/websession/web/youraccount.py:391 msgid "Both passwords must match, please try again." msgstr "" #: modules/websession/web/youraccount.py:395 msgid "The email address given is not valid, please try again." msgstr "" #: modules/webstyle/lib/webpage.py:84 #: modules/webstyle/lib/webstyle_templates.py:66 #: modules/webstyle/lib/webstyle_templates.py:75 msgid "Home" msgstr "Головна сторінка" #: modules/webstyle/lib/webstyle_templates.py:150 #: modules/webstyle/lib/webstyle_templates.py:384 #, fuzzy msgid "Last updated:" msgstr "Останнє поновлення" #: modules/webstyle/lib/webstyle_templates.py:343 #: modules/webstyle/lib/webstyle_templates.py:416 #: modules/websubmit/lib/websubmit_engine.py:446 #: modules/websubmit/lib/websubmit_engine.py:686 #: modules/websubmit/lib/websubmit_engine.py:770 #: modules/websubmit/lib/websubmit_engine.py:928 msgid "Submit" msgstr "Додати" #: modules/webstyle/lib/webstyle_templates.py:344 #: modules/webstyle/lib/webstyle_templates.py:417 msgid "Personalize" msgstr "Персоналізація" #: modules/webstyle/lib/webstyle_templates.py:345 #: modules/webstyle/lib/webstyle_templates.py:418 msgid "Help" msgstr "Допомога" #: modules/webstyle/lib/webstyle_templates.py:420 msgid "Powered by" msgstr "Powered by" #: modules/webstyle/lib/webstyle_templates.py:421 msgid "Maintained by" msgstr "Служба підтримки" #: modules/webstyle/lib/webstyle_templates.py:462 msgid "This site is also available in the following languages:" msgstr "Цей сайт також доступний наступними мовами:" #: modules/webstyle/lib/webstyle_templates.py:570 #, python-format msgid "" "Please contact %s quoting the following " "information:" msgstr "" "Зверніться на адресу %s та вкажіть наступну " "інформацію:" #: modules/websubmit/lib/websubmit_engine.py:77 #: modules/websubmit/lib/websubmit_engine.py:485 msgid "" "Sorry, you must log in to perform this action. Please use the top right menu " "to do so." msgstr "" #: modules/websubmit/lib/websubmit_engine.py:82 #: modules/websubmit/lib/websubmit_engine.py:489 msgid "invalid parameter" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:87 #: modules/websubmit/lib/websubmit_engine.py:494 msgid "cannot find submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:93 msgid "unknown document type" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:99 #: modules/websubmit/lib/websubmit_engine.py:613 msgid "unknown action" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:106 msgid "can't figure number of pages" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:132 #: modules/websubmit/lib/websubmit_engine.py:193 #: modules/websubmit/lib/websubmit_engine.py:507 msgid "can't create submission directory" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:607 msgid "unknown type of document" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:620 #, fuzzy msgid "this action does not apply on this type of document" msgstr "Цей розділ поки що не містить записів" #: modules/websubmit/lib/websubmit_engine.py:901 #, python-format msgid "Cannot find document %s" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1067 #, fuzzy msgid "Your chosen action is not supported by the document" msgstr "Цей розділ поки що не містить записів" #: modules/websubmit/lib/websubmit_engine.py:1122 msgid "error" msgstr "" #: modules/websubmit/lib/websubmit_engine.py:1133 msgid "warning" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:74 msgid "Document types available for submission" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:75 msgid "Please select the type of document you want to submit" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:91 msgid "No document types yet..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:230 msgid "please log in first.\\nUse the top right menu to log in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:273 msgid "please select a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:311 msgid "Notice" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:312 msgid "" "Select a category and then click the button to perform the action you chose." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:333 msgid "" "To continue an interrupted submission, enter your access number directly in " "the input box." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:335 msgid "go" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:460 #: modules/websubmit/lib/websubmit_templates.py:895 msgid "SUMMARY" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:497 msgid "previous page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:503 #, fuzzy msgid "Submission no(1)" msgstr "додане" #: modules/websubmit/lib/websubmit_templates.py:517 msgid "next page" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:532 #: modules/websubmit/lib/websubmit_templates.py:934 msgid "Are you sure you want to quit this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:533 #: modules/websubmit/lib/websubmit_templates.py:941 msgid "back to main menu" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:536 msgid "" "(1) you should take note of this number at the beginning of the submission, " "it will allow you to get your information back in case your browser crashes " "before the end of the submission." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:537 msgid "(2) mandatory fields appear in red in the 'Summary' window." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:677 #, python-format msgid "" "The field `%s` is Mandatory.\\n Please make a choice in the 'Select:' box" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:691 msgid "Please press a button." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:699 #, python-format msgid "The field `%s` is Mandatory. Please fill it in." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:775 #, python-format msgid "The field '%(field)s' is mandatory.\\nGoing back to page %(page)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:886 msgid "finished!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:894 msgid "end of action" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:918 #, fuzzy msgid "Submission no" msgstr "додане" #: modules/websubmit/lib/websubmit_templates.py:984 #, python-format msgid "" "Here is the %(action)s function list for %(doctype)s documents at level %" "(step)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:989 #, fuzzy msgid "Function" msgstr "сеанс" #: modules/websubmit/lib/websubmit_templates.py:990 #, fuzzy msgid "Score" msgstr "далі" #: modules/websubmit/lib/websubmit_templates.py:991 msgid "Running Function" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:997 #, python-format msgid "function %s does not exist..." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1036 msgid "You now have to" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1068 #, python-format msgid "record #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1070 #, python-format msgid " document #%s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1072 #, fuzzy, python-format msgid " version #%s" msgstr "сеанс" #: modules/websubmit/lib/websubmit_templates.py:1101 msgid "file(s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1149 msgid "see" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1163 #, fuzzy msgid "version" msgstr "сеанс" #: modules/websubmit/lib/websubmit_templates.py:1335 #, fuzzy msgid "For" msgstr "далі" #: modules/websubmit/lib/websubmit_templates.py:1336 msgid "all types of document" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1389 msgid "Status" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1390 msgid "id" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1391 msgid "reference" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1393 msgid "first access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1394 msgid "last access" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1404 msgid "Are you sure you want to delete this submission?" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1405 #, python-format msgid "delete submission %(id)s in %(docname)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1421 msgid "reference not yet given" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1492 msgid "Refereed Documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1501 msgid "You are general referee" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1505 #, python-format msgid "You are referee for category: %(name)s (%(id)s)" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1545 msgid "List of refereed types of documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1546 msgid "" "Select one of the following types of documents to check the documents status:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1604 msgid "List of refereed categories" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1605 msgid "Please choose a category" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1624 #: modules/websubmit/lib/websubmit_templates.py:1665 #, fuzzy msgid "pending" msgstr "Оголошення" #: modules/websubmit/lib/websubmit_templates.py:1630 #: modules/websubmit/lib/websubmit_templates.py:1668 #, fuzzy msgid "approved" msgstr "підтвердження" #: modules/websubmit/lib/websubmit_templates.py:1636 #: modules/websubmit/lib/websubmit_templates.py:1670 #: modules/websubmit/lib/websubmit_templates.py:1671 #, fuzzy msgid "rejected" msgstr "обмежено" #: modules/websubmit/lib/websubmit_templates.py:1664 msgid "Key" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1667 #, fuzzy msgid "waiting for approval" msgstr "підтвердження" #: modules/websubmit/lib/websubmit_templates.py:1669 #: modules/websubmit/lib/websubmit_templates.py:1672 #, fuzzy msgid "already approved" msgstr "підтвердження" #: modules/websubmit/lib/websubmit_templates.py:1673 msgid "some documents are pending" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1728 msgid "List of refereed documents" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1729 msgid "Click on a report number to have more information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1730 #, fuzzy msgid "Report Number" msgstr "вересень" #: modules/websubmit/lib/websubmit_templates.py:1731 #, fuzzy msgid "Pending" msgstr "Оголошення" #: modules/websubmit/lib/websubmit_templates.py:1732 #, fuzzy msgid "Approved" msgstr "підтвердження" #: modules/websubmit/lib/websubmit_templates.py:1733 #, fuzzy msgid "Rejected" msgstr "обмежено" #: modules/websubmit/lib/websubmit_templates.py:1853 msgid "Your request has been sent to the referee!" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1867 msgid "Title" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1873 msgid "Author" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1881 msgid "More information" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1882 msgid "click here" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1888 msgid "" "This Document is still waiting for approval." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1889 #: modules/websubmit/lib/websubmit_templates.py:1908 #: modules/websubmit/lib/websubmit_templates.py:1916 #, python-format msgid "" "It has first been sent to approval on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1891 #: modules/websubmit/lib/websubmit_templates.py:1893 #: modules/websubmit/lib/websubmit_templates.py:1910 #: modules/websubmit/lib/websubmit_templates.py:1912 #: modules/websubmit/lib/websubmit_templates.py:1918 #: modules/websubmit/lib/websubmit_templates.py:1920 #, python-format msgid "" "Last approval e-mail was sent on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1894 msgid "" "You can send an approval request e-mail again by clicking the following " "button:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1896 #: modules/websubmit/web/publiline.py:183 msgid "Send Again" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1897 msgid "WARNING! An e-mail will be send to your referee if you confirm." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1900 msgid "" "As a referee for this document, you may click this button to approve or " "reject it:" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1902 msgid "Approve/Reject" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1906 msgid "This Document has been approved." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1907 #, python-format msgid "Its approved reference is: %(rn)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1913 #, python-format msgid "It has been approved on: %(date)s" msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1915 msgid "This Document has been rejected." msgstr "" #: modules/websubmit/lib/websubmit_templates.py:1921 #, python-format msgid "It has been rejected on: %(date)s" msgstr "" #: modules/websubmit/web/getfile.py:63 msgid "Parameter docid missing" msgstr "" #: modules/websubmit/web/getfile.py:68 msgid "can't find file..." msgstr "" #: modules/websubmit/web/getfile.py:88 msgid "Access to Fulltext" msgstr "" #: modules/websubmit/web/publiline.py:179 msgid "This document has never been requested for approval!" msgstr "" #: modules/websubmit/web/yoursubmissions.py:66 msgid "" "You first have to login before using this feature. Use the left menu to log " "in." msgstr ""